/*
Theme Name: Polydor - Pride 2026
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: By iDizBox - 2026
Version: 1.00
Text Domain: idbxboostrap1
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --red: #ff1744;
    --pink: #ff2ea6;
    --orange: #ff7a18;
    --yellow: #ffe552;
    --green: #1fca87;
    --blue: #20a7ff;
    --purple: #8d35ff;
    --ink: #101014;
    --muted: #686875;
    --shadow: 0 38px 120px rgba(16,16,20,.22);
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible !important;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_20 { margin-bottom: 20px; }
.mb_25 { margin-bottom: 25px; }
.mb_30 { margin-bottom: 30px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.mb_60 { margin-bottom: 60px; }
.mt_10 { margin-top: 10px; }
.mt_15 { margin-top: 15px; }
.mt_20 { margin-top: 20px; }
.mt_25 { margin-top: 25px; }
.mt_30 { margin-top: 30px; }
.mt_40 { margin-top: 40px; }
.mt_50 { margin-top: 50px; }
.mt_60 { margin-top: 60px; }

.pb_10 { padding-bottom: 10px; }
.pb_15 { padding-bottom: 15px; }
.pb_20 { padding-bottom: 20px; }
.pb_25 { padding-bottom: 25px; }
.pb_30 { padding-bottom: 30px; }
.pb_40 { padding-bottom: 40px; }
.pb_50 { padding-bottom: 50px; }
.pb_60 { padding-bottom: 60px; }
.pt_10 { padding-top: 10px; }
.pt_15 { padding-top: 15px; }
.pt_20 { padding-top: 20px; }
.pt_25 { padding-top: 25px; }
.pt_30 { padding-top: 30px; }
.pt_40 { padding-top: 40px; }
.pt_50 { padding-top: 50px; }
.pt_60 { padding-top: 60px; }

.page_standard.page_404 {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.h1, h1 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}

.h1_404 {
    font-size: 72px;
}

.btn-pride-404:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: none;
}

.h2, h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
}



    
#top_logo {
    margin-bottom: 40px;
}
    
#top_logo svg {
    width: 150px;
    height: auto;
}

.page_accueil {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background: #101014;
}

.page_accueil::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 14%, rgba(255,46,166,.42), transparent 34%),
        radial-gradient(circle at 80% 8%, rgba(32,167,255,.28), transparent 32%),
        radial-gradient(circle at 78% 84%, rgba(141,53,255,.34), transparent 38%),
        radial-gradient(circle at 14% 88%, rgba(255,229,82,.22), transparent 33%),
        linear-gradient(180deg, #231020 0%, #15131c 55%, #101014 100%);
}

.top-rainbow {
    position: fixed;
    inset: 0 0 auto 0;
    height: 9px;
    z-index: 50;
    background: linear-gradient(90deg, var(--red), var(--orange), var(--yellow), var(--green), var(--blue), var(--purple), var(--pink));
}

.cover-mosaic {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    gap: 12px;
    padding: 18px;
    opacity: .66;
    transform: scale(1.03);
    pointer-events: none;
}

.cover-tile {
    position: relative;
    min-height: 210px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255,255,255,.10);
    box-shadow: 0 18px 50px rgba(0,0,0,.20);
    animation: tileFloat 9s ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

.cover-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.03);
    transform: scale(1.05);
}

.cover-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 35%, rgba(16,16,20,.78)),
        radial-gradient(circle at 18% 18%, rgba(255,255,255,.22), transparent 24%);
}

.cover-wash {
    position: fixed;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,46,166,.28), rgba(255,229,82,.16), rgba(32,167,255,.23), rgba(141,53,255,.28)),
        radial-gradient(circle at 50% 48%, rgba(255,255,255,.72), rgba(255,255,255,.24) 32%, rgba(255,255,255,.04) 58%, rgba(16,16,20,.44) 100%);
    backdrop-filter: blur(5px);
}

.hero-home {
    position: relative;
    z-index: 3;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 14px;
}

.hero-card {
    position: relative;
    width: min(1080px, 100%);
    text-align: center;
    border-radius: 42px;
    padding: clamp(30px, 4vw, 52px) clamp(22px, 5vw, 70px) clamp(30px, 4vw, 52px);
    background:
        linear-gradient(145deg, rgba(255,255,255,.90), rgba(255,255,255,.66)),
        radial-gradient(circle at 20% 8%, rgba(255,46,166,.20), transparent 30%),
        radial-gradient(circle at 86% 10%, rgba(32,167,255,.17), transparent 32%);
    border: 1px solid rgba(255,255,255,.64);
    box-shadow: var(--shadow);
    backdrop-filter: blur(22px);
}

.date-pill {
    margin-bottom: 18px;
    color: var(--pink);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 950;
    font-size: clamp(13px, 1.7vw, 20px);
}

.hero-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 950;
    line-height: .83;
    color: var(--ink);
    font-size: clamp(48px, 8.5vw, 100px);
}

.rainbow-text {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.26em;
    background: linear-gradient(96deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--blue), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    margin: 26px auto 32px;
    max-width: 620px;
    color: #22222b;
    font-size: clamp(14px, 1.8vw, 19px);
    line-height: 1.35;
    font-weight: 400;
    opacity: 0.7;
}

.btn-pride {
    position: relative;
    overflow: hidden;

    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 64px;
    padding: 0 48px;

    border-radius: 999px;

    background: #111;
    color: #fff;

    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-weight: 950;

    transition: all .35s ease;
}

.btn-pride::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #ff1744,
        #ff7a18,
        #ffe552,
        #1fca87,
        #20a7ff,
        #8d35ff,
        #ff1744
    );
    background-size: 300% 100%;
    opacity: 0;
    transition: opacity .35s ease;
}

.btn-pride span,
.btn-pride {
    position: relative;
    z-index: 2;
}

.btn-pride:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.btn-pride:hover::before {
    opacity: 1;
    animation: prideGradient 6s linear infinite;
}

@keyframes prideGradient {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 300% 50%;
    }
}

.hero-stats {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(16,16,20,.10);
}

.hero-stat {
    padding: 24px 12px 0;
    border-right: 1px solid rgba(16,16,20,.10);
}

.hero-stat:last-child {
    border-right: 0;
}

.stat-icon {
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
}

.hero-stat strong {
    display: block;
    color: var(--ink);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 950;
}

.hero-stat span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
}
    
#form_inscription {
    max-width: 700px;
    margin: auto;
}
    
.form-title {
    font-size: clamp(38px, 8.5vw, 62px);
    font-weight: 900;
    margin-bottom: 30px;
    color: var(--ink);
    line-height: .83;
}

.field {
    margin-bottom: 15px;
    text-align: left;
}

.field label {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
}

.field input, .field select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 14px;
    padding: 11px 18px;
    background: rgba(255, 255, 255, .85);
    transition: .25s;
}

.field input:focus,
.field select:focus {
    outline: none;
    border-color: #8d35ff;
    box-shadow: 0 0 0 4px rgba(141,53,255,.15);
}

.checkbox-newsletter {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding: 15px 18px;

    background: rgba(255,255,255,.45);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;

    margin: 0 0 15px;

    text-align: left;
    font-size: 15px;

    cursor: pointer;
}

.checkbox-newsletter input[type="checkbox"] {
    width: 20px;
    height: 20px;

    accent-color: #8d35ff;

    flex-shrink: 0;
    margin-top: 1px;
}
    
.round-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(255,255,255,.65);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.8);
    box-shadow:
        0 10px 30px rgba(0,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.8);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #111;
}

.round-badge::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        #ff1744,
        #ff7a18,
        #ffe552,
        #1fca87,
        #20a7ff,
        #8d35ff
    );
}

.round-separator {
    opacity: .35;
}
    
#player_firstname, .player_firstname {
    background: linear-gradient(96deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--blue), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.battle-title-main{
    margin:10px 0 10px;
    font-size:42px;
    font-weight:900;
    color:var(--ink);
}

.round-duel{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:60px;
}

.battle-song{
    border:0;
    background:none;
    width:280px;
    cursor:pointer;
    transition:.25s;
    color: var(--ink);
}

.battle-song:hover{
    transform:translateY(-8px);
}

.battle-cover{
    overflow:hidden;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}
    
.battle-cover {
    position: relative;
    max-width: 220px;
    margin: auto;
}

.battle-cover img{
    width:100%;
    display:block;
}

.battle-title{
    margin-top:15px;
    font-size:24px;
    font-weight:800;
}

.battle-artist{
    opacity:.65;
}

.battle-vs{
    font-size:50px;
    font-weight:900;
    opacity:.2;
}
    
.battle-song.is-selected .battle-cover {
    outline: 5px solid #8d35ff;
    outline-offset: 5px;
}

.battle-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.btn-back-duel,
.btn-next-duel {
    border: 0;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 900;
    cursor: pointer;
}

.btn-back-duel {
    background: rgba(0,0,0,.08);
    color: #111;
    display:none!important;
}

.btn-back-duel,
.btn-back-duel span {
    position: relative;
    z-index: 2;
}

/*
.btn-next-duel {
    background: #111;
    color: #fff;
}
*/

.btn-next-duel {
    position: relative;
    overflow: hidden;

    background: #111;
    color: #fff;

    transition: all .35s ease;
}

.btn-next-duel::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        #ff1744,
        #ff7a18,
        #ffe552,
        #1fca87,
        #20a7ff,
        #8d35ff,
        #ff1744
    );

    background-size: 300% 100%;
    opacity: 0;

    transition: opacity .35s ease;

    z-index: 1;
}

.btn-next-duel span {
    position: relative;
    z-index: 2;
}

.btn-next-duel:hover {
    color: #fff;
}

.btn-next-duel:hover::before {
    opacity: 1;
    animation: prideGradient 6s linear infinite;
}

.btn-next-duel:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.btn-next-duel:disabled {
    opacity: .35;
    cursor: not-allowed;
}
    
.battle-cover {
    position: relative;
}
    
.modal-content {
    border-radius: 20px;
    border: none;
    overflow: hidden;
}
    
.modal-content .btn-close {
    position: absolute;
    background-color: #FFFFFF;
    z-index: 999;
    opacity: 0.8;
    border-radius: 100px;
    padding: 10px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
    
#youtube_iframe {
    z-index: 9;
}

.btn-play-youtube {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    background: rgb(255 255 255 / 88%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
    backdrop-filter: blur(8px);
    transition: .25s;
}

.btn-play-youtube:hover {
    transform: scale(1.08);
    background: #FFFFFF;
}


.battle-intro {
    margin: 0 auto 10px;
    max-width: 620px;
    color: #22222b;
    font-size: 17px;
    line-height: 1.4;
    opacity: .7;
}

.battle-progress {
    width: min(420px, 100%);
    margin: 0 auto 30px;
}

.battle-progress-track {
    height: 12px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(16,16,20,.09);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
}

.battle-progress-fill {
    position: relative;
    width: 0;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    transition: width .45s cubic-bezier(.22, 1, .36, 1);
}

.battle-progress-fill::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--progress-track-width, 420px);
    background: linear-gradient(
        90deg,
        #ff1744 0%,
        #ff7a18 18%,
        #ffe552 36%,
        #1fca87 54%,
        #20a7ff 72%,
        #8d35ff 100%
    );
}


#step_round_transition {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.round-transition-card {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 18px 0 8px;
}

.round-transition-kicker {
    margin-bottom: 16px;
    color: var(--pink);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 950;
    font-size: 14px;
}

.round-transition-orb {
    width: 148px;
    height: 148px;
    margin: 0 auto 24px;
    border-radius: 50%;
    position: relative;
    display: grid;
    place-items: center;
    background:
        conic-gradient(
            from 0deg,
            #ff1744,
            #ff7a18,
            #ffe552,
            #1fca87,
            #20a7ff,
            #8d35ff,
            #ff1744
        );
    box-shadow:
        0 26px 70px rgba(141,53,255,.28),
        0 18px 46px rgba(255,46,166,.18);
    animation: roundOrbSpin 1.8s linear infinite;
}

.round-transition-orb::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: inherit;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.95), rgba(255,255,255,.72) 38%, rgba(255,255,255,.42) 100%);
    backdrop-filter: blur(6px);
}

.round-transition-orb span {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #111;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,.08);
}

.round-transition-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(54px, 8vw, 92px);
    font-weight: 950;
    line-height: .85;
    text-transform: uppercase;
    background: linear-gradient(96deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--blue), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.round-transition-text {
    margin: 20px auto 0;
    max-width: 480px;
    color: #22222b;
    font-size: 18px;
    line-height: 1.4;
    opacity: .72;
}

.round-transition-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
}

.round-transition-mini span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #111;
    opacity: .25;
    animation: roundDotPulse .9s ease-in-out infinite;
}

.round-transition-mini span:nth-child(2) {
    animation-delay: .12s;
}

.round-transition-mini span:nth-child(3) {
    animation-delay: .24s;
}

.round-transition-card.is-entering .round-transition-kicker,
.round-transition-card.is-entering .round-transition-title,
.round-transition-card.is-entering .round-transition-text,
.round-transition-card.is-entering .round-transition-mini {
    animation: roundContentPop .82s cubic-bezier(.22, 1, .36, 1) both;
}

.round-transition-card.is-entering .round-transition-title {
    animation-delay: .08s;
}

.round-transition-card.is-entering .round-transition-text {
    animation-delay: .16s;
}

.round-transition-card.is-entering .round-transition-mini {
    animation-delay: .24s;
}
    
h2.resultat-card-title {
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 950;
    line-height: .83;
    color: var(--ink);
    font-size: clamp(38px, 8.5vw, 56px);
}

@keyframes roundOrbSpin {
    from { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.04); }
    to { transform: rotate(360deg) scale(1); }
}

@keyframes roundDotPulse {
    0%, 100% { transform: translateY(0); opacity: .25; }
    50% { transform: translateY(-6px); opacity: .75; }
}

@keyframes roundContentPop {
    from {
        opacity: 0;
        transform: translateY(16px) scale(.96);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.result-card {
    margin: 0 auto;
    text-align: center;
}

.result-cover {
    position: relative;
    width: min(240px, 80vw);
    margin: 0 auto 24px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0,0,0,.22);
}

.result-cover img {
    width: 100%;
    display: block;
}

.result-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(42px, 7vw, 72px);
    font-weight: 950;
    line-height: .9;
}

.result-artist {
    margin-top: 10px;
    font-size: 22px;
    color: rgba(16,16,20,.62);
    font-weight: 700;
    display: none;
}

.result-text {
    margin: 20px auto 28px;
    max-width: 460px;
    color: #22222b;
    font-size: 17px;
    line-height: 1.4;
    opacity: .7;
}

.result-play {
    left: 18px;
    bottom: 18px;
}


#shareResultModal .modal-dialog {
    max-width: 480px;
}

#shareResultModal .modal-content {
    border-radius: 34px;
    padding: 24px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.82)),
        radial-gradient(circle at 20% 0%, rgba(255,46,166,.25), transparent 34%),
        radial-gradient(circle at 100% 20%, rgba(32,167,255,.22), transparent 34%);
    box-shadow: 0 35px 110px rgba(0,0,0,.35);
}

#shareResultModal .modal-content::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 10px;
    background: linear-gradient(
        90deg,
        var(--red),
        var(--orange),
        var(--yellow),
        var(--green),
        var(--blue),
        var(--purple),
        var(--pink)
    );
}

#shareResultModal .btn-close {
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

#share_result_img {
    width: 100%;
    max-width: 200px;
    display: block;
    border-radius: 24px !important;
    margin: auto;
    margin-bottom: 18px !important;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
}

#share_text {
    min-height: 115px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(16,16,20,.12);
    background: rgba(255,255,255,.78);
    color: var(--ink);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    resize: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

#share_text:focus {
    border-color: var(--purple);
    box-shadow: 0 0 0 4px rgba(141,53,255,.14);
}

#btn_copy_share_text {
    width: 100%;
    min-height: 56px;
}

.share-modal-heading {
    padding-right: 46px;
    margin-bottom: 18px;
}

.share-modal-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.share-modal-heading strong {
    display: block;
    color: var(--ink);
    font-size: 30px;
    font-weight: 950;
    line-height: .95;
    text-transform: uppercase;
}


@keyframes tileFloat {
    0%, 100% { transform: translate3d(0,0,0); }
    50% { transform: translate3d(0,-10px,0); }
}

@keyframes eq {
    0%, 100% { transform: scaleY(.55); opacity: .72; }
    50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1199px) {
    .cover-mosaic {
        grid-template-columns: repeat(5, minmax(140px, 1fr));
    }
}

@media (max-width: 991px) {
    .cover-mosaic {
        grid-template-columns: repeat(4, minmax(130px, 1fr));
    }
}

@media (max-width: 767px) {
    .cover-mosaic {
        grid-template-columns: repeat(3, minmax(105px, 1fr));
        gap: 8px;
        padding: 9px;
        opacity: .55;
    }

    .cover-tile {
        min-height: 155px;
    }

    .hero-card {
        border-radius: 34px;
        padding: 34px 20px 28px;
    }

    .btn-pride {
        width: 100%;
        min-height: 58px;
        padding: 0 22px;
    }

    .round-duel {
        flex-direction: column;
        gap: 22px;
    }
    
    .battle-cover {
        position: relative;
        max-width: 90px;
        margin: 0;
    }

    .battle-song {
        width: 100%;
        max-width: 320px;
        display: flex;
        align-items: center;
        gap: 10px;
        background-color: #FFFFFF;
        border-radius: 24px;
        padding: 10px;
    }
    
    .battle-song:hover {
        transform: translateY(0px);
    }
    
    .battle-song.is-selected .battle-cover {
        outline: 0;
        outline-offset: 0;
    }
    
    .battle-song.is-selected {
        outline: 5px solid #8d35ff;
        outline-offset: 5px;
    }

    .battle-vs {
        font-size: 32px;
        line-height: 1;
    }

    .battle-title-main {
        font-size: 32px;
    }
    
    .btn-play-youtube {
        width: 20px;
        height: 20px;
        left: 10px;
        bottom: 10px;
    }

    .battle-title {
        font-size: 20px;
        margin-top: 0;
    }

    .battle-progress {
        margin-bottom: 24px;
    }


    .round-transition-orb {
        width: 118px;
        height: 118px;
        margin-bottom: 20px;
    }

    .round-transition-orb span {
        width: 46px;
        height: 46px;
    }

    .round-transition-text {
        font-size: 16px;
    }

    .result-cover {
        width: min(260px, 84vw);
    }

    .result-artist {
        font-size: 19px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 10px;
        border-top: 0;
    }

    .hero-stat {
        border-right: 0;
        padding: 13px 14px;
        border-radius: 18px;
        background: rgba(255,255,255,.46);
        border: 1px solid rgba(16,16,20,.08);
    }
}


