:root {
    --bg: #ededed;
    --surface: #ffffff;
    --surface-soft: #f8fafc;
    --surface-muted: #f1f5f9;
    --text: #0f172a;
    --muted: #64748b;
    --border: #e2e8f0;
    --input-border: #c6c6c6;
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-soft: #e6edf5;
    --success: #16a34a;
    --success-soft: #dcfce7;
    --warning: #f59e0b;
    --warning-soft: #fef3c7;
    --danger: #dc2626;
    --danger-soft: #fee2e2;
    --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04);
    --shadow-md: 0 14px 36px rgba(15, 23, 42, 0.06);
    --shadow-lg: 0 24px 48px rgba(15, 23, 42, 0.1);
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 14px;
    --radius-sm: 10px;
    --font-body: "Nunito Sans", "Segoe UI", sans-serif;
    --font-heading: "Nunito Sans", "Segoe UI", sans-serif;
    --font-admin: "Nunito Sans", "Segoe UI", sans-serif;
}

.admin-body,
.login-body {
    --bg: #f8f9fc;
    --surface: #ffffff;
    --surface-soft: #f2f3f6;
    --surface-muted: #edeef1;
    --text: #09125b;
    --muted: #464650;
    --border: #c6c5d2;
    --input-border: #c6c5d2;
    --primary: #fe6a34;
    --primary-dark: #fc2a76;
    --primary-soft: #ffe8e0;
    --font-admin: "Plus Jakarta Sans", "Nunito Sans", "Segoe UI", sans-serif;
    --radius-xl: 20px;
    --radius-lg: 16px;
    --radius-md: 12px;
    --radius-sm: 8px;
    --shadow-sm: 0 10px 24px rgba(9, 18, 91, 0.06);
    --shadow-md: 0 18px 36px rgba(9, 18, 91, 0.08);
    --shadow-lg: 0 28px 52px rgba(9, 18, 91, 0.14);
}

/* Play page premium home-aligned refresh */
.play-compare-body {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 137, 186, 0.14), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(122, 145, 255, 0.16), transparent 28%),
        linear-gradient(180deg, #fffdff 0%, #f8f9ff 52%, #f3f6ff 100%);
}

.play-compare-body .site-backdrop-orb {
    opacity: 0.18;
    filter: blur(50px);
}

.play-compare-body .site-backdrop-orb-left {
    top: 88px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(255, 125, 176, 0.22);
}

.play-compare-body .site-backdrop-orb-right {
    top: 140px;
    right: -132px;
    width: 340px;
    height: 340px;
    background: rgba(100, 128, 255, 0.2);
}

.play-compare-body .site-shell {
    width: min(100% - 1.35rem, 1080px);
    min-height: 100vh;
    padding: 0.95rem 0 1.6rem;
}

.play-compare-page {
    min-height: calc(100vh - 1.8rem);
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 1.1rem;
    padding: 0.1rem 0 1rem;
}

.play-topbar {
    width: min(100%, 860px);
    display: grid;
    align-items: center;
    grid-template-columns: 48px minmax(0, 1fr) minmax(130px, 170px);
    gap: 1rem;
    padding: 0.86rem 1rem;
    border: 1px solid rgba(219, 227, 241, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(8px);
}

.play-topbar::before {
    display: none;
}

.play-topbar-back {
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid rgba(215, 224, 240, 0.96);
    border-radius: 14px;
    background: #ffffff;
    color: #09125c;
    font-size: 1.18rem;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    color: #09125c;
    transform: translateY(-2px);
    border-color: rgba(175, 133, 255, 0.46);
    box-shadow: 0 12px 20px rgba(15, 23, 42, 0.1);
}

.play-topbar-brand {
    width: 132px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    justify-self: center;
}

.play-topbar-brand img {
    width: 100%;
    display: block;
}

.play-topbar-progress {
    align-items: flex-end;
    justify-self: end;
    gap: 0.42rem;
}

.play-topbar-progress-text {
    margin: 0;
    color: #09125c;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.play-topbar-progress-text small {
    display: none;
}

.play-topbar-progress-divider {
    opacity: 0.32;
}

.play-topbar-progress-track {
    width: 120px;
    height: 6px;
    border-radius: 999px;
    background: rgba(203, 213, 225, 0.85);
    box-shadow: none;
}

.play-topbar-progress-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f06eb3 0%, #8b5cf6 52%, #4f7dff 100%);
    box-shadow: none;
    transition: width 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.play-compare-head {
    width: min(100%, 620px);
    display: grid;
    justify-items: center;
    gap: 0.5rem;
    margin-top: 0.1rem;
    text-align: center;
}

.play-compare-question {
    margin: 0;
    color: #09125c;
    font-size: clamp(2.1rem, 4.4vw, 3.3rem);
    line-height: 0.94;
    letter-spacing: -0.045em;
    font-weight: 800;
    text-shadow: none;
}

.play-compare-subtitle {
    margin: 0;
    max-width: 30rem;
    color: #5a6781;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.62;
}

.play-compare-subtitle::before {
    display: none;
}

.play-compare-stage {
    position: relative;
    isolation: isolate;
    width: min(100%, 980px);
}

.play-compare-stage::before {
    content: "";
    position: absolute;
    inset: 12% 20% auto;
    height: 62%;
    border-radius: 30px;
    background: radial-gradient(circle, rgba(119, 119, 255, 0.08), rgba(119, 119, 255, 0) 72%);
    z-index: -1;
}

.play-duel-grid {
    position: relative;
    display: grid;
    align-items: stretch;
    gap: 1.12rem;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
}

.play-duel-grid.is-resolving .play-duel-card:not(.is-selected) {
    opacity: 0.62;
}

.play-duel-versus {
    width: auto;
    height: auto;
    place-self: center;
    border: 0;
    border-radius: 0;
    background: none;
    color: #7e8aa7;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    animation: none;
}

.play-duel-versus::before,
.play-duel-versus::after {
    display: none;
}

.play-duel-card {
    --card-scene: linear-gradient(145deg, #f4f8ff 0%, #edf3ff 58%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(221, 230, 244, 0.96);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.94) 100%);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        opacity 0.2s ease,
        filter 0.2s ease;
}

.play-duel-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.66);
    pointer-events: none;
}

.play-duel-card::after {
    content: "";
    position: absolute;
    left: -16%;
    right: -16%;
    bottom: -44%;
    height: 56%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 74%);
    opacity: 0.42;
    pointer-events: none;
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(153, 115, 255, 0.44);
    box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
    filter: none;
}

.play-duel-card.is-selected {
    transform: translateY(-6px);
    border-color: rgba(127, 103, 255, 0.58);
    box-shadow:
        0 30px 52px rgba(15, 23, 42, 0.14),
        0 0 0 4px rgba(138, 120, 255, 0.13);
}

.play-duel-card.is-rejected {
    opacity: 0.56;
    transform: translateY(2px) scale(0.99);
    filter: saturate(0.74);
}

.play-duel-badge {
    display: none !important;
}

.play-duel-media {
    position: relative;
    min-height: 310px;
    margin: 0.95rem 0.95rem 0;
    padding: 1.2rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(225, 233, 246, 0.95);
    border-radius: 22px;
    background: var(--card-scene);
    overflow: hidden;
}

.play-duel-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 132, 182, 0.16), transparent 34%),
        radial-gradient(circle at 84% 14%, rgba(99, 126, 255, 0.17), transparent 32%),
        radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.42), transparent 38%);
    pointer-events: none;
}

.play-duel-card.has-photo .play-duel-media {
    padding: 0;
}

.play-duel-card.has-photo .play-duel-media::before {
    background: none;
}

.play-duel-card.has-photo .play-duel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.04);
    transform: scale(1.01);
}

.play-duel-card.has-artwork .play-duel-media img,
.play-duel-card.is-illustrated .play-duel-media img {
    position: relative;
    z-index: 1;
    width: min(68%, 248px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.08));
    transition: transform 0.2s ease, filter 0.2s ease;
}

.play-duel-card:hover .play-duel-media img,
.play-duel-card.is-selected .play-duel-media img {
    transform: translateY(-2px);
    filter: drop-shadow(0 16px 24px rgba(15, 23, 42, 0.1));
}

.play-duel-image-wash {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.46) 100%);
}

.play-duel-emoji,
.play-duel-shape,
.play-duel-spark {
    display: none !important;
}

.play-duel-copy {
    min-height: auto;
    padding: 1.04rem 1.24rem 1.34rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 40%, rgba(255, 255, 255, 1) 100%);
    gap: 0;
}

.play-duel-copy p {
    display: none;
}

.play-duel-copy h2 {
    margin: 0;
    max-width: 100%;
    color: #09125c;
    font-size: clamp(1.84rem, 2.8vw, 2.4rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.034em;
    text-shadow: none;
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.5rem, 2.2vw, 1.92rem);
}

.play-duel-card.theme-cosmos {
    --card-scene: linear-gradient(145deg, #eef4ff 0%, #e8efff 54%, #ffffff 100%);
}

.play-duel-card.theme-romcom {
    --card-scene: linear-gradient(145deg, #fff3f9 0%, #f4edff 56%, #ffffff 100%);
}

.play-duel-card.theme-thriller {
    --card-scene: linear-gradient(145deg, #f4f7ff 0%, #edf1fd 56%, #ffffff 100%);
}

.play-duel-card.theme-animation {
    --card-scene: linear-gradient(145deg, #f2f8ff 0%, #eaf1ff 56%, #ffffff 100%);
}

.play-duel-card.theme-pizza,
.play-duel-card.theme-manti,
.play-duel-card.theme-burger,
.play-duel-card.theme-sushi {
    --card-scene: linear-gradient(145deg, #fff7ee 0%, #fff0f7 55%, #ffffff 100%);
}

.play-duel-card.theme-beach,
.play-duel-card.theme-camp,
.play-duel-card.theme-city,
.play-duel-card.theme-mountain {
    --card-scene: linear-gradient(145deg, #eef9ff 0%, #ecf2ff 55%, #ffffff 100%);
}

.play-compare-foot,
.play-compare-next,
.play-compare-demo {
    display: none !important;
}

.play-empty-state {
    display: grid;
    gap: 0.9rem;
    justify-items: center;
    padding: 2rem 1.2rem;
    border: 1px solid rgba(220, 229, 244, 0.96);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
}

.play-empty-state h3 {
    margin: 0;
    color: #09125c;
    font-size: 1.15rem;
}

.play-empty-state p {
    margin: 0;
    color: #5f6d87;
    line-height: 1.64;
}

@media (max-width: 980px) {
    .play-compare-body .site-shell {
        width: min(100% - 1.15rem, 1080px);
    }

    .play-topbar {
        width: min(100%, 820px);
    }

    .play-duel-grid {
        gap: 0.95rem;
        grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    }

    .play-duel-media {
        min-height: 274px;
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.95rem, 1080px);
        padding: 0.7rem 0 1rem;
    }

    .play-compare-page {
        gap: 0.92rem;
    }

    .play-topbar {
        width: 100%;
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "back progress"
            "brand brand";
        row-gap: 0.64rem;
        padding: 0.74rem 0.8rem 0.78rem;
        border-radius: 20px;
    }

    .play-topbar-back {
        grid-area: back;
        width: 2.4rem;
        height: 2.4rem;
    }

    .play-topbar-brand {
        grid-area: brand;
        width: 122px;
    }

    .play-topbar-progress {
        grid-area: progress;
        width: min(100%, 172px);
        gap: 0.32rem;
    }

    .play-topbar-progress-text {
        font-size: 0.9rem;
    }

    .play-topbar-progress-track {
        width: 100%;
    }

    .play-compare-head {
        width: min(100%, 360px);
        gap: 0.4rem;
    }

    .play-compare-question {
        font-size: clamp(1.88rem, 8vw, 2.7rem);
    }

    .play-compare-subtitle {
        max-width: 18.5rem;
        font-size: 0.88rem;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .play-duel-versus {
        order: 2;
        justify-self: center;
    }

    .play-duel-card:first-of-type {
        order: 1;
    }

    .play-duel-card:last-of-type {
        order: 3;
    }

    .play-duel-media {
        min-height: 226px;
        margin: 0.84rem 0.84rem 0;
        padding: 1rem 0.9rem;
        border-radius: 18px;
    }

    .play-duel-card.has-artwork .play-duel-media img,
    .play-duel-card.is-illustrated .play-duel-media img {
        width: min(62%, 200px);
    }

    .play-duel-copy {
        padding: 0.95rem 1.05rem 1.12rem;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.56rem, 6vw, 2rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.34rem, 5vw, 1.72rem);
    }
}

/* Play page home-aligned final pass */
.play-compare-body {
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 74, 120, 0.1), transparent 22%),
        radial-gradient(circle at 86% 14%, rgba(37, 99, 235, 0.1), transparent 24%),
        linear-gradient(180deg, #fffafc 0%, #f7f8ff 52%, #f2f6ff 100%);
}

.play-compare-body .site-backdrop-orb {
    filter: blur(36px);
    opacity: 0.12;
}

.play-compare-body .site-shell {
    width: min(100% - 1rem, 980px);
    padding: 0.82rem 0 1rem;
}

.play-compare-page {
    gap: 0.84rem;
}

.play-topbar {
    width: min(100%, 760px);
    grid-template-columns: 42px auto 112px;
    gap: 0.9rem;
    padding: 0.8rem 0.92rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.88) 100%);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.05);
}

.play-topbar::before {
    display: none;
}

.play-topbar-back {
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid rgba(226, 232, 240, 0.94);
    background: rgba(255, 255, 255, 0.94);
    color: #09125c;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    transform: translateY(-1px);
    color: #09125c;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.06);
}

.play-topbar-brand {
    width: 126px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.play-topbar-progress {
    gap: 0.34rem;
}

.play-topbar-progress-text {
    color: #09125c;
    font-size: 0.98rem;
    font-weight: 800;
}

.play-topbar-progress-track {
    width: 100px;
    height: 4px;
    background: rgba(203, 213, 225, 0.95);
    box-shadow: none;
}

.play-topbar-progress-fill {
    background: linear-gradient(135deg, #ff4a78 0%, #9a34dc 48%, #225cff 100%);
    box-shadow: none;
}

.play-compare-head {
    width: min(100%, 560px);
    gap: 0.4rem;
    margin-top: 0.24rem;
}

.play-compare-question {
    max-width: 10ch;
    color: #09125c;
    font-size: clamp(2.18rem, 4vw, 3.45rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.04em;
    text-shadow: none;
}

.play-compare-subtitle {
    max-width: 26rem;
    color: #52607d;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.64;
}

.play-compare-stage {
    width: min(100%, 884px);
    margin-top: 0.12rem;
}

.play-compare-stage::before {
    inset: 10% 22% auto;
    height: 68%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.06), rgba(99, 102, 241, 0) 68%);
}

.play-duel-grid {
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
}

.play-duel-versus {
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.84);
    color: #52607d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.play-duel-card {
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 251, 255, 0.92) 100%);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(154, 52, 220, 0.16);
    box-shadow: 0 28px 54px rgba(15, 23, 42, 0.11);
}

.play-duel-card.is-selected {
    transform: translateY(-5px);
    border-color: rgba(154, 52, 220, 0.2);
    box-shadow: 0 30px 56px rgba(15, 23, 42, 0.13);
}

.play-duel-card.is-rejected {
    opacity: 0.7;
    transform: scale(0.987);
}

.play-duel-card.has-artwork .play-duel-media,
.play-duel-card.has-photo .play-duel-media,
.play-duel-card.is-illustrated .play-duel-media {
    margin: 0.9rem 0.9rem 0;
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.play-duel-media {
    min-height: 312px;
    padding: 1.3rem 1.1rem 0.9rem;
}

.play-duel-card.has-artwork .play-duel-media,
.play-duel-card.is-illustrated .play-duel-media {
    background: var(--card-scene);
}

.play-duel-card.has-artwork .play-duel-media::before,
.play-duel-card.is-illustrated .play-duel-media::before {
    background:
        radial-gradient(circle at top left, rgba(255, 74, 120, 0.1), transparent 24%),
        radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.12), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.play-duel-card.has-artwork .play-duel-media img {
    width: min(68%, 268px);
    transform: translateY(0);
    filter: drop-shadow(0 14px 20px rgba(15, 23, 42, 0.1));
}

.play-duel-card:hover .play-duel-media img,
.play-duel-card.is-selected .play-duel-media img {
    transform: translateY(-2px) scale(1.015);
    filter: drop-shadow(0 18px 22px rgba(15, 23, 42, 0.12));
}

.play-duel-copy {
    min-height: auto;
    padding: 1.1rem 1.24rem 1.28rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.98) 100%);
}

.play-duel-copy h2 {
    max-width: 88%;
    color: #09125c;
    font-size: clamp(1.84rem, 2.9vw, 2.42rem);
    font-weight: 800;
    line-height: 1;
    text-shadow: none;
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.54rem, 2.32vw, 1.92rem);
}

.play-duel-card.theme-cosmos {
    --card-scene: linear-gradient(145deg, #eef4ff 0%, #e7edff 56%, #ffffff 100%);
}

.play-duel-card.theme-romcom {
    --card-scene: linear-gradient(145deg, #fff4f8 0%, #f3ebff 56%, #ffffff 100%);
}

.play-duel-card.theme-thriller {
    --card-scene: linear-gradient(145deg, #f3f6ff 0%, #e8ecfa 56%, #ffffff 100%);
}

.play-duel-card.theme-animation {
    --card-scene: linear-gradient(145deg, #f4f7ff 0%, #e9eeff 56%, #ffffff 100%);
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.9rem, 980px);
        padding: 0.58rem 0 0.82rem;
    }

    .play-topbar {
        width: 100%;
        grid-template-columns: 40px auto 94px;
        padding: 0.74rem 0.82rem;
        border-radius: 20px;
    }

    .play-topbar-brand {
        width: 108px;
    }

    .play-topbar-progress-track {
        width: 94px;
    }

    .play-compare-head {
        width: min(100%, 360px);
    }

    .play-compare-question {
        font-size: clamp(1.92rem, 7vw, 2.72rem);
    }

    .play-compare-subtitle {
        max-width: 16.5rem;
        font-size: 0.84rem;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.88rem;
    }

    .play-duel-versus {
        order: 2;
    }

    .play-duel-media {
        min-height: 226px;
        padding: 1.12rem 0.92rem 0.78rem;
    }

    .play-duel-card.has-artwork .play-duel-media img {
        width: min(64%, 206px);
    }

    .play-duel-copy {
        padding: 0.98rem 1.06rem 1.14rem;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.54rem, 5.5vw, 1.96rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.34rem, 4.6vw, 1.68rem);
    }
}

/* Play page refresh v2 */
@keyframes duelPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow:
            0 20px 38px rgba(106, 76, 232, 0.24),
            0 0 0 8px rgba(255, 255, 255, 0.16);
    }

    50% {
        transform: scale(1.05);
        box-shadow:
            0 24px 48px rgba(106, 76, 232, 0.3),
            0 0 0 12px rgba(255, 255, 255, 0.12);
    }
}

@keyframes sparkleFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.62;
    }

    50% {
        transform: translate3d(0, -8px, 0) scale(1.08);
        opacity: 1;
    }
}

.play-compare-body {
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 107, 181, 0.16), transparent 24%),
        radial-gradient(circle at 82% 10%, rgba(129, 140, 248, 0.18), transparent 22%),
        radial-gradient(circle at 50% 72%, rgba(244, 114, 182, 0.1), transparent 30%),
        linear-gradient(180deg, #f8f3ff 0%, #eef2ff 48%, #edf4ff 100%);
}

.play-compare-body .site-backdrop-orb {
    filter: blur(30px);
    opacity: 0.72;
}

.play-compare-body .site-backdrop-orb-left {
    top: 42px;
    left: -92px;
    width: 310px;
    height: 310px;
    background: rgba(129, 140, 248, 0.18);
}

.play-compare-body .site-backdrop-orb-right {
    top: 84px;
    right: -84px;
    width: 340px;
    height: 340px;
    background: rgba(244, 114, 182, 0.16);
}

.play-compare-body .site-shell {
    width: min(100% - 1rem, 1140px);
    min-height: 100vh;
    padding: 0.46rem 0 0.84rem;
}

.play-compare-page {
    min-height: calc(100vh - 1.3rem);
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 0.82rem;
    padding: 0.08rem 0 0.68rem;
}

.play-topbar {
    position: relative;
    display: grid;
    align-items: center;
    width: min(100%, 900px);
    grid-template-columns: 72px auto minmax(150px, 220px);
    gap: 0.95rem;
    padding: 0.78rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(251, 244, 255, 0.88));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.65),
        0 18px 42px rgba(93, 77, 184, 0.12);
    backdrop-filter: blur(20px);
}

.play-topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.42), transparent 22%),
        radial-gradient(circle at 90% 0%, rgba(244, 114, 182, 0.14), transparent 24%);
    pointer-events: none;
}

.play-topbar-back {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(244, 240, 255, 0.8));
    color: #221657;
    font-size: 1.18rem;
    line-height: 1;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        0 10px 24px rgba(93, 77, 184, 0.12);
    transition: transform 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    color: #6d28d9;
    transform: translateY(-2px) scale(1.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 14px 26px rgba(93, 77, 184, 0.18);
}

.play-topbar-brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-self: center;
    width: 146px;
    padding: 0.32rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    line-height: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.play-topbar-brand img {
    width: 100%;
    height: auto;
    display: block;
}

.play-topbar-progress {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-self: end;
    gap: 0.48rem;
}

.play-topbar-progress-text {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    margin: 0;
    color: #221657;
    font-size: 1.16rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.play-topbar-progress-text small {
    padding: 0.18rem 0.56rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(250, 232, 255, 0.96), rgba(239, 246, 255, 0.96));
    color: #9333ea;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.play-topbar-progress-divider {
    opacity: 0.38;
}

.play-topbar-progress-track {
    width: min(100%, 172px);
    height: 0.78rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(160, 174, 206, 0.26);
    box-shadow:
        inset 0 2px 6px rgba(255, 255, 255, 0.42),
        0 1px 0 rgba(255, 255, 255, 0.68);
}

.play-topbar-progress-fill {
    display: block;
    min-width: 1rem;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff5ba6 0%, #b056ff 48%, #5f71ff 100%);
    box-shadow:
        0 0 18px rgba(176, 86, 255, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: width 0.34s cubic-bezier(0.2, 1, 0.22, 1);
}

.play-compare-head {
    width: min(100%, 760px);
    display: grid;
    justify-items: center;
    gap: 0.42rem;
    margin-top: 0.08rem;
    text-align: center;
}

.play-compare-meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.play-compare-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.86rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffffff 0%, #fde7f3 100%);
    color: #ec4899;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(236, 72, 153, 0.12);
}

.play-compare-category {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0.46rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #7c3aed;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.play-compare-question {
    margin: 0;
    color: #1f1b4f;
    font-size: clamp(2.35rem, calc(6vw - 0.1rem), 4.25rem);
    line-height: 0.88;
    letter-spacing: -0.06em;
    text-shadow: 0 10px 28px rgba(129, 140, 248, 0.12);
}

.play-compare-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.52rem;
    margin: 0;
    max-width: 32rem;
    color: rgba(73, 85, 129, 0.84);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.play-compare-subtitle::before {
    content: "✦";
    color: #a855f7;
    font-size: 0.92rem;
}

.play-compare-stage {
    position: relative;
    isolation: isolate;
    width: min(100%, 1010px);
}

.play-compare-stage::before {
    content: "";
    position: absolute;
    inset: 8% 15% auto;
    height: 72%;
    border-radius: 36px;
    background: radial-gradient(circle, rgba(169, 85, 247, 0.09), rgba(169, 85, 247, 0) 68%);
    z-index: -1;
}

.play-compare-stage.is-loading .play-duel-card {
    pointer-events: none;
}

.play-duel-grid {
    position: relative;
    display: grid;
    align-items: center;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.play-duel-grid.is-resolving .play-duel-card:not(.is-selected) {
    opacity: 0.72;
}

.play-duel-grid.is-resolving .play-duel-versus {
    animation-duration: 1.2s;
}

.play-duel-versus {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    width: 5.35rem;
    height: 5.35rem;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.5), transparent 34%),
        linear-gradient(135deg, #ff64b2 0%, #b35dff 52%, #5976ff 100%);
    color: #ffffff;
    font-size: 1.46rem;
    font-weight: 900;
    letter-spacing: -0.06em;
    text-shadow: 0 8px 18px rgba(41, 26, 116, 0.26);
    box-shadow:
        0 20px 38px rgba(106, 76, 232, 0.24),
        0 0 0 8px rgba(255, 255, 255, 0.16);
    animation: duelPulse 2.8s ease-in-out infinite;
}

.play-duel-versus::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 72%);
    z-index: -2;
}

.play-duel-versus::after {
    content: "";
    position: absolute;
    inset: -22px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 32%),
        conic-gradient(from 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    filter: blur(2px);
    opacity: 0.72;
    z-index: -3;
}

.play-duel-card {
    --card-scene: linear-gradient(135deg, #ffd166 0%, #ff9f5a 48%, #e7633d 100%);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.36),
        0 18px 48px rgba(56, 67, 124, 0.16),
        0 10px 24px rgba(129, 140, 248, 0.12);
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        filter 0.26s ease,
        opacity 0.22s ease,
        border-color 0.22s ease;
}

.play-duel-card::before,
.play-duel-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.play-duel-card::before {
    inset: 1px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%);
    opacity: 0.92;
}

.play-duel-card::after {
    right: -14%;
    bottom: -20%;
    width: 48%;
    height: 40%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 70%);
    filter: blur(8px);
    opacity: 0.7;
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-10px) scale(1.02);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 24px 56px rgba(56, 67, 124, 0.2),
        0 0 0 6px rgba(255, 255, 255, 0.1);
    filter: saturate(1.05) brightness(1.02);
}

.play-duel-card.is-selected {
    border-color: rgba(255, 255, 255, 0.84);
    transform: translateY(-14px) scale(1.03);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.46),
        0 28px 66px rgba(56, 67, 124, 0.24),
        0 0 0 10px rgba(255, 255, 255, 0.12);
    filter: saturate(1.08) brightness(1.03);
}

.play-duel-card.is-rejected {
    opacity: 0.52;
    transform: scale(0.965);
    filter: saturate(0.72);
}

.play-duel-badge {
    top: 1rem;
    z-index: 4;
    min-width: 6.3rem;
    padding: 0.62rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(12, 16, 42, 0.24);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(18, 24, 58, 0.18);
    backdrop-filter: blur(14px);
    transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.play-duel-badge.is-left {
    left: 1rem;
}

.play-duel-badge.is-right {
    right: 1rem;
}

.play-duel-card:hover .play-duel-badge,
.play-duel-card.is-selected .play-duel-badge {
    background: rgba(12, 16, 42, 0.34);
    transform: scale(1.04);
    box-shadow: 0 16px 28px rgba(18, 24, 58, 0.22);
}

.play-duel-media {
    position: relative;
    min-height: 398px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 1.5rem;
}

.play-duel-card.is-illustrated .play-duel-media {
    background: var(--card-scene);
}

.play-duel-card.is-illustrated .play-duel-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.42), transparent 26%),
        radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.24), transparent 22%),
        radial-gradient(circle at 52% 64%, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(10, 12, 36, 0.06) 48%, rgba(10, 12, 36, 0.22) 100%);
    z-index: 0;
}

.play-duel-card.has-image .play-duel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.14);
    filter: saturate(1.12) contrast(1.05);
    transition: transform 0.42s ease, filter 0.3s ease;
}

.play-duel-card:hover .play-duel-media img,
.play-duel-card.is-selected .play-duel-media img {
    transform: scale(1.18);
    filter: saturate(1.18) contrast(1.08);
}

.play-duel-image-wash {
    background: linear-gradient(180deg, rgba(8, 12, 32, 0) 36%, rgba(8, 12, 32, 0.14) 62%, rgba(8, 12, 32, 0.58) 100%);
}

.play-duel-emoji {
    position: relative;
    z-index: 2;
    font-size: clamp(9rem, 17vw, 13rem);
    transform: translateY(0.45rem);
    filter: drop-shadow(0 30px 30px rgba(10, 12, 36, 0.22));
    transition: transform 0.28s ease, filter 0.28s ease;
}

.play-duel-card:hover .play-duel-emoji,
.play-duel-card.is-selected .play-duel-emoji {
    transform: translateY(0.1rem) scale(1.06);
    filter: drop-shadow(0 34px 34px rgba(10, 12, 36, 0.28));
}

.play-duel-shape {
    filter: blur(1px);
    opacity: 0.9;
}

.play-duel-shape-one {
    top: 12%;
    left: 8%;
    width: 26%;
}

.play-duel-shape-two {
    right: 6%;
    bottom: 14%;
    width: 42%;
}

.play-duel-spark {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.48) 28%, rgba(255, 255, 255, 0) 68%);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.32);
    animation: sparkleFloat 3.2s ease-in-out infinite;
}

.play-duel-spark-one {
    top: 14%;
    right: 16%;
    width: 18px;
    height: 18px;
}

.play-duel-spark-two {
    top: 28%;
    left: 14%;
    width: 10px;
    height: 10px;
    animation-delay: 0.6s;
}

.play-duel-spark-three {
    right: 22%;
    bottom: 22%;
    width: 12px;
    height: 12px;
    animation-delay: 1.1s;
}

.play-duel-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.45rem;
    min-height: 9rem;
    padding: 1.85rem 1.75rem 1.7rem;
    background: linear-gradient(180deg, rgba(5, 8, 24, 0) 20%, rgba(8, 12, 32, 0.14) 44%, rgba(8, 12, 32, 0.82) 100%);
    transition: background 0.26s ease, transform 0.26s ease;
}

.play-duel-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.play-duel-copy h2 {
    margin: 0;
    color: #ffffff;
    max-width: 76%;
    font-size: clamp(2.15rem, 3.8vw, 3.3rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.26);
    text-wrap: balance;
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.84rem, 3vw, 2.48rem);
}

.play-duel-card:hover .play-duel-copy,
.play-duel-card.is-selected .play-duel-copy {
    background: linear-gradient(180deg, rgba(5, 8, 24, 0) 18%, rgba(8, 12, 32, 0.18) 42%, rgba(8, 12, 32, 0.86) 100%);
}

.play-duel-card.theme-pizza {
    --card-scene: linear-gradient(135deg, #ffd86d 0%, #ff914c 42%, #df4a45 100%);
}

.play-duel-card.theme-manti {
    --card-scene: linear-gradient(135deg, #fff2d3 0%, #ffc58d 42%, #d96f68 100%);
}

.play-duel-card.theme-burger {
    --card-scene: linear-gradient(135deg, #ffd76a 0%, #ffa33c 44%, #c05318 100%);
}

.play-duel-card.theme-sushi {
    --card-scene: linear-gradient(135deg, #a2fff4 0%, #44ded0 40%, #137a73 100%);
}

.play-duel-card.theme-beach {
    --card-scene: linear-gradient(135deg, #def4ff 0%, #7bd0ff 42%, #3b8cff 100%);
}

.play-duel-card.theme-camp {
    --card-scene: linear-gradient(135deg, #efffe0 0%, #9fd983 40%, #4e9a48 100%);
}

.play-duel-card.theme-city {
    --card-scene: linear-gradient(135deg, #f2ebff 0%, #cdb2ff 44%, #8061f0 100%);
}

.play-duel-card.theme-mountain {
    --card-scene: linear-gradient(135deg, #eff3ff 0%, #b7ccff 44%, #5d7cff 100%);
}

.play-duel-card.theme-cosmos {
    --card-scene: linear-gradient(135deg, #edf2ff 0%, #a7b6ff 42%, #5f63df 100%);
}

.play-duel-card.theme-romcom {
    --card-scene: linear-gradient(135deg, #ffe8f4 0%, #ffb4dd 42%, #e963a7 100%);
}

.play-duel-card.theme-thriller {
    --card-scene: linear-gradient(135deg, #f2efff 0%, #b9b4ff 42%, #6f64df 100%);
}

.play-duel-card.theme-animation {
    --card-scene: linear-gradient(135deg, #fff2c8 0%, #ffd971 42%, #e9a83d 100%);
}

.play-compare-foot {
    width: min(100%, 620px);
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    text-align: center;
}

.play-compare-next {
    margin: 0;
    padding: 0.78rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #1d245d;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.4;
    box-shadow: 0 14px 28px rgba(129, 140, 248, 0.1);
}

.play-compare-demo {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0.48rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    color: rgba(72, 85, 129, 0.84);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

@media (max-width: 980px) {
    .play-topbar {
        width: min(100%, 860px);
    }

    .play-duel-grid {
        gap: 0.9rem;
    }

    .play-duel-media {
        min-height: 340px;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.94rem, 3.5vw, 2.7rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.72rem, 2.9vw, 2.22rem);
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.8rem, 1140px);
        padding: 0.38rem 0 0.72rem;
    }

    .play-compare-page {
        gap: 0.72rem;
    }

    .play-topbar {
        width: 100%;
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "back progress"
            "brand brand";
        row-gap: 0.6rem;
        padding: 0.7rem 0.78rem 0.74rem;
    }

    .play-topbar-back {
        grid-area: back;
        width: 2.7rem;
        height: 2.7rem;
    }

    .play-topbar-brand {
        grid-area: brand;
        width: 132px;
        justify-self: center;
        padding: 0.28rem 0.9rem;
    }

    .play-topbar-progress {
        grid-area: progress;
        width: min(100%, 188px);
        gap: 0.4rem;
    }

    .play-topbar-progress-text {
        font-size: 1rem;
    }

    .play-topbar-progress-text small {
        font-size: 0.66rem;
    }

    .play-topbar-progress-track {
        width: 100%;
        height: 0.72rem;
    }

    .play-compare-head {
        gap: 0.38rem;
    }

    .play-compare-badge,
    .play-compare-category {
        font-size: 0.72rem;
    }

    .play-compare-question {
        font-size: clamp(1.96rem, calc(9vw - 0.15rem), 2.85rem);
    }

    .play-compare-subtitle {
        max-width: 22rem;
        font-size: 0.9rem;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.88rem;
    }

    .play-duel-versus {
        order: 2;
        justify-self: center;
        width: 4.1rem;
        height: 4.1rem;
        font-size: 1.18rem;
    }

    .play-duel-card:first-of-type {
        order: 1;
    }

    .play-duel-card:last-of-type {
        order: 3;
    }

    .play-duel-media {
        min-height: 248px;
        padding: 1.15rem;
    }

    .play-duel-emoji {
        font-size: clamp(7.8rem, 24vw, 10.2rem);
    }

    .play-duel-badge {
        top: 0.86rem;
        min-width: 5.6rem;
        padding: 0.52rem 0.88rem;
        font-size: 0.76rem;
    }

    .play-duel-copy {
        min-height: 7.6rem;
        gap: 0.34rem;
        padding: 1.28rem 1.18rem 1.22rem;
    }

    .play-duel-copy p {
        font-size: 0.68rem;
    }

    .play-duel-copy h2 {
        max-width: 78%;
        font-size: clamp(1.88rem, 6vw, 2.34rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.56rem, 5vw, 1.96rem);
    }

    .play-compare-foot {
        width: 100%;
        gap: 0.48rem;
    }

    .play-compare-next {
        width: min(100%, 100%);
        font-size: 0.92rem;
    }

    .play-compare-demo {
        font-size: 0.74rem;
    }
}

/* Play page premium final override */
.play-compare-body {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 137, 186, 0.14), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(122, 145, 255, 0.16), transparent 28%),
        linear-gradient(180deg, #fffdff 0%, #f8f9ff 52%, #f3f6ff 100%);
}

.play-compare-body .site-shell {
    width: min(100% - 1.35rem, 1080px);
    min-height: 100vh;
    padding: 0.95rem 0 1.6rem;
}

.play-compare-body .site-backdrop-orb {
    opacity: 0.18;
    filter: blur(50px);
}

.play-topbar {
    width: min(100%, 860px);
    grid-template-columns: 48px minmax(0, 1fr) minmax(130px, 170px);
    gap: 1rem;
    padding: 0.86rem 1rem;
    border: 1px solid rgba(219, 227, 241, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(8px);
}

.play-topbar::before {
    display: none;
}

.play-topbar-back {
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid rgba(215, 224, 240, 0.96);
    border-radius: 14px;
    background: #ffffff;
    color: #09125c;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(175, 133, 255, 0.46);
    box-shadow: 0 12px 20px rgba(15, 23, 42, 0.1);
    color: #09125c;
}

.play-topbar-brand {
    width: 132px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.play-topbar-progress {
    align-items: flex-end;
    justify-self: end;
    gap: 0.42rem;
}

.play-topbar-progress-text {
    color: #09125c;
    font-size: 0.95rem;
    font-weight: 800;
}

.play-topbar-progress-text small {
    display: none;
}

.play-topbar-progress-track {
    width: 120px;
    height: 6px;
    border-radius: 999px;
    background: rgba(203, 213, 225, 0.85);
    box-shadow: none;
}

.play-topbar-progress-fill {
    background: linear-gradient(90deg, #f06eb3 0%, #8b5cf6 52%, #4f7dff 100%);
    box-shadow: none;
}

.play-compare-head {
    width: min(100%, 620px);
    gap: 0.5rem;
    text-align: center;
}

.play-compare-question {
    color: #09125c;
    font-size: clamp(2.1rem, 4.4vw, 3.3rem);
    line-height: 0.94;
    letter-spacing: -0.045em;
    font-weight: 800;
    text-shadow: none;
}

.play-compare-subtitle {
    max-width: 30rem;
    color: #5a6781;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.62;
}

.play-compare-subtitle::before {
    display: none;
}

.play-compare-stage {
    width: min(100%, 980px);
}

.play-duel-grid {
    gap: 1.12rem;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
}

.play-duel-grid.is-resolving .play-duel-card:not(.is-selected) {
    opacity: 0.62;
}

.play-duel-versus {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: none;
    color: #7e8aa7;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    animation: none;
}

.play-duel-versus::before,
.play-duel-versus::after {
    display: none;
}

.play-duel-card {
    --card-scene: linear-gradient(145deg, #f4f8ff 0%, #edf3ff 58%, #ffffff 100%);
    border: 1px solid rgba(221, 230, 244, 0.96);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.94) 100%);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(153, 115, 255, 0.44);
    box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
    filter: none;
}

.play-duel-card.is-selected {
    transform: translateY(-6px);
    border-color: rgba(127, 103, 255, 0.58);
    box-shadow: 0 30px 52px rgba(15, 23, 42, 0.14), 0 0 0 4px rgba(138, 120, 255, 0.13);
}

.play-duel-card.is-rejected {
    opacity: 0.56;
    transform: translateY(2px) scale(0.99);
    filter: saturate(0.74);
}

.play-duel-badge,
.play-duel-emoji,
.play-duel-shape,
.play-duel-spark {
    display: none !important;
}

.play-duel-media {
    min-height: 310px;
    margin: 0.95rem 0.95rem 0;
    padding: 1.2rem;
    border: 1px solid rgba(225, 233, 246, 0.95);
    border-radius: 22px;
    background: var(--card-scene);
}

.play-duel-card.has-photo .play-duel-media {
    padding: 0;
}

.play-duel-card.has-photo .play-duel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-duel-card.has-artwork .play-duel-media img,
.play-duel-card.is-illustrated .play-duel-media img {
    width: min(68%, 248px);
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.08));
}

.play-duel-image-wash {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.46) 100%);
}

.play-duel-copy {
    min-height: auto;
    padding: 1.04rem 1.24rem 1.34rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 40%, rgba(255, 255, 255, 1) 100%);
}

.play-duel-copy p {
    display: none;
}

.play-duel-copy h2 {
    max-width: 100%;
    color: #09125c;
    font-size: clamp(1.84rem, 2.8vw, 2.4rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.034em;
    text-shadow: none;
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.5rem, 2.2vw, 1.92rem);
}

.play-duel-card.theme-cosmos {
    --card-scene: linear-gradient(145deg, #eef4ff 0%, #e8efff 54%, #ffffff 100%);
}

.play-duel-card.theme-romcom {
    --card-scene: linear-gradient(145deg, #fff3f9 0%, #f4edff 56%, #ffffff 100%);
}

.play-duel-card.theme-thriller {
    --card-scene: linear-gradient(145deg, #f4f7ff 0%, #edf1fd 56%, #ffffff 100%);
}

.play-duel-card.theme-animation {
    --card-scene: linear-gradient(145deg, #f2f8ff 0%, #eaf1ff 56%, #ffffff 100%);
}

.play-duel-card.theme-pizza,
.play-duel-card.theme-manti,
.play-duel-card.theme-burger,
.play-duel-card.theme-sushi {
    --card-scene: linear-gradient(145deg, #fff7ee 0%, #fff0f7 55%, #ffffff 100%);
}

.play-duel-card.theme-beach,
.play-duel-card.theme-camp,
.play-duel-card.theme-city,
.play-duel-card.theme-mountain {
    --card-scene: linear-gradient(145deg, #eef9ff 0%, #ecf2ff 55%, #ffffff 100%);
}

.play-compare-foot,
.play-compare-next,
.play-compare-demo {
    display: none !important;
}

@media (max-width: 980px) {
    .play-compare-body .site-shell {
        width: min(100% - 1.15rem, 1080px);
    }

    .play-duel-grid {
        gap: 0.95rem;
        grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    }

    .play-duel-media {
        min-height: 274px;
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.95rem, 1080px);
        padding: 0.7rem 0 1rem;
    }

    .play-topbar {
        width: 100%;
        grid-template-columns: auto 1fr;
        grid-template-areas: "back progress" "brand brand";
        row-gap: 0.64rem;
        padding: 0.74rem 0.8rem 0.78rem;
        border-radius: 20px;
    }

    .play-topbar-back {
        grid-area: back;
        width: 2.4rem;
        height: 2.4rem;
    }

    .play-topbar-brand {
        grid-area: brand;
        width: 122px;
        justify-self: center;
    }

    .play-topbar-progress {
        grid-area: progress;
        width: min(100%, 172px);
        gap: 0.32rem;
    }

    .play-topbar-progress-text {
        font-size: 0.9rem;
    }

    .play-topbar-progress-track {
        width: 100%;
    }

    .play-compare-head {
        width: min(100%, 360px);
        gap: 0.4rem;
    }

    .play-compare-question {
        font-size: clamp(1.88rem, 8vw, 2.7rem);
    }

    .play-compare-subtitle {
        max-width: 18.5rem;
        font-size: 0.88rem;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .play-duel-versus {
        order: 2;
        justify-self: center;
    }

    .play-duel-card:first-of-type {
        order: 1;
    }

    .play-duel-card:last-of-type {
        order: 3;
    }

    .play-duel-media {
        min-height: 226px;
        margin: 0.84rem 0.84rem 0;
        padding: 1rem 0.9rem;
        border-radius: 18px;
    }

    .play-duel-card.has-artwork .play-duel-media img,
    .play-duel-card.is-illustrated .play-duel-media img {
        width: min(62%, 200px);
    }

    .play-duel-copy {
        padding: 0.95rem 1.05rem 1.12rem;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.56rem, 6vw, 2rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.34rem, 5vw, 1.72rem);
    }
}

/* Play page premium cleanup */
.play-compare-page {
    gap: 0.68rem;
}

.play-compare-head {
    width: min(100%, 660px);
    gap: 0.3rem;
    margin-top: 0.16rem;
}

.play-compare-question {
    font-size: clamp(2.5rem, calc(6vw + 0.15rem), 4.45rem);
    line-height: 0.86;
    letter-spacing: -0.065em;
}

.play-compare-subtitle {
    max-width: 24rem;
    color: rgba(73, 85, 129, 0.72);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

.play-compare-subtitle::before {
    content: none;
}

.play-compare-stage {
    margin-top: 0.08rem;
}

@media (max-width: 760px) {
    .play-compare-page {
        gap: 0.58rem;
    }

    .play-compare-head {
        gap: 0.24rem;
        margin-top: 0.08rem;
    }

    .play-compare-question {
        font-size: clamp(2.08rem, calc(9vw + 0.1rem), 3rem);
    }

    .play-compare-subtitle {
        max-width: 18rem;
        font-size: 0.84rem;
    }
}

/* Play page premium redesign */
.play-compare-body {
    background:
        radial-gradient(circle at 50% 14%, rgba(123, 110, 193, 0.08), transparent 28%),
        radial-gradient(circle at 50% 100%, rgba(181, 159, 214, 0.08), transparent 34%),
        linear-gradient(180deg, #f5f4fa 0%, #eff1f7 54%, #edf1f6 100%);
}

.play-compare-body .site-backdrop-orb {
    filter: blur(54px);
    opacity: 0.28;
}

.play-compare-body .site-backdrop-orb-left,
.play-compare-body .site-backdrop-orb-right {
    width: 260px;
    height: 260px;
}

.play-compare-body .site-backdrop-orb-left {
    top: 72px;
    left: -92px;
    background: rgba(132, 120, 210, 0.16);
}

.play-compare-body .site-backdrop-orb-right {
    top: 112px;
    right: -96px;
    background: rgba(204, 170, 214, 0.12);
}

.play-compare-body .site-shell {
    width: min(100% - 1rem, 1040px);
    padding: 0.9rem 0 1rem;
}

.play-compare-page {
    min-height: calc(100vh - 1rem);
    gap: 1rem;
    padding: 0;
}

.play-topbar {
    width: min(100%, 812px);
    grid-template-columns: 42px auto 112px;
    gap: 0.95rem;
    padding: 0.86rem 1.05rem;
    border: 1px solid rgba(23, 31, 56, 0.06);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 18px 42px rgba(23, 31, 56, 0.07);
    backdrop-filter: blur(22px);
}

.play-topbar::before {
    display: none;
}

.play-topbar-back {
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(23, 31, 56, 0.06);
    background: rgba(255, 255, 255, 0.84);
    color: #28314e;
    font-size: 1.04rem;
    box-shadow: 0 10px 24px rgba(23, 31, 56, 0.06);
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    color: #1e2743;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(23, 31, 56, 0.08);
}

.play-topbar-brand {
    width: 126px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.play-topbar-progress {
    gap: 0.38rem;
}

.play-topbar-progress-text {
    justify-content: flex-end;
    gap: 0.2rem;
    color: #28314e;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.play-topbar-progress-text small {
    display: none;
}

.play-topbar-progress-track {
    width: 96px;
    height: 4px;
    background: rgba(40, 49, 78, 0.12);
    box-shadow: none;
}

.play-topbar-progress-fill {
    background: linear-gradient(90deg, #5664c6 0%, #8d79cf 100%);
    box-shadow: none;
}

.play-compare-head {
    width: min(100%, 560px);
    gap: 0.38rem;
    margin-top: 0.35rem;
    margin-bottom: 0.1rem;
}

.play-compare-meta,
.play-compare-badge,
.play-compare-category,
.play-compare-foot,
.play-compare-next,
.play-compare-demo,
.play-duel-badge,
.play-duel-spark {
    display: none !important;
}

.play-compare-question {
    max-width: 13ch;
    font-size: clamp(2.2rem, 4.2vw, 3.95rem);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.055em;
    color: #171f3b;
    text-shadow: none;
}

.play-compare-subtitle {
    max-width: 18rem;
    color: rgba(76, 86, 118, 0.86);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
}

.play-compare-subtitle::before {
    content: none;
}

.play-compare-stage {
    width: min(100%, 908px);
    margin-top: 0.2rem;
}

.play-compare-stage::before {
    inset: 4% 18% auto;
    height: 78%;
    border-radius: 40px;
    background: radial-gradient(circle, rgba(129, 118, 198, 0.08), rgba(129, 118, 198, 0) 66%);
}

.play-duel-grid {
    align-items: stretch;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
}

.play-duel-grid.is-resolving .play-duel-card:not(.is-selected) {
    opacity: 0.6;
}

.play-duel-grid.is-resolving .play-duel-versus {
    animation: none;
}

.play-duel-versus {
    align-self: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.42);
    color: rgba(55, 63, 92, 0.88);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-shadow: none;
    box-shadow: 0 14px 28px rgba(23, 31, 56, 0.06);
    backdrop-filter: blur(18px);
    animation: none;
}

.play-duel-versus::before,
.play-duel-versus::after {
    display: none;
}

.play-duel-card {
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 24px 40px rgba(23, 31, 56, 0.09);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        opacity 0.22s ease,
        border-color 0.22s ease,
        filter 0.22s ease;
}

.play-duel-card::before {
    inset: 0;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 36%);
}

.play-duel-card::after {
    right: -10%;
    bottom: -16%;
    width: 44%;
    height: 38%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 70%);
    filter: blur(10px);
    opacity: 0.54;
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    border-color: rgba(255, 255, 255, 0.96);
    transform: translateY(-6px) scale(1.012);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        0 28px 44px rgba(23, 31, 56, 0.11);
    filter: none;
}

.play-duel-card.is-selected {
    transform: translateY(-8px) scale(1.016);
    border-color: rgba(255, 255, 255, 0.98);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        0 30px 48px rgba(23, 31, 56, 0.13);
}

.play-duel-card.is-rejected {
    opacity: 0.68;
    transform: scale(0.985);
    filter: saturate(0.9);
}

.play-duel-card.has-artwork .play-duel-media,
.play-duel-card.is-illustrated .play-duel-media {
    background: var(--card-scene);
}

.play-duel-media {
    min-height: 432px;
    padding: 2.1rem 1.9rem 1.2rem;
}

.play-duel-card.is-illustrated .play-duel-media::before,
.play-duel-card.has-artwork .play-duel-media::before {
    background:
        radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.16), transparent 28%),
        radial-gradient(circle at 50% 72%, rgba(255, 255, 255, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(9, 14, 28, 0.08) 62%, rgba(9, 14, 28, 0.18) 100%);
}

.play-duel-card.has-photo .play-duel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    filter: saturate(1.02) contrast(1.04);
}

.play-duel-card.has-artwork .play-duel-media img {
    width: min(76%, 338px);
    height: auto;
    object-fit: contain;
    transform: translateY(10px);
    filter: drop-shadow(0 18px 24px rgba(14, 18, 34, 0.16));
    transition: transform 0.24s ease, filter 0.24s ease;
}

.play-duel-card:hover .play-duel-media img,
.play-duel-card.is-selected .play-duel-media img {
    transform: translateY(4px) scale(1.02);
    filter: drop-shadow(0 22px 28px rgba(14, 18, 34, 0.18));
}

.play-duel-image-wash {
    background: linear-gradient(180deg, rgba(7, 11, 24, 0) 38%, rgba(7, 11, 24, 0.08) 66%, rgba(7, 11, 24, 0.44) 100%);
}

.play-duel-emoji {
    font-size: clamp(6rem, 12vw, 8rem);
    transform: none;
    filter: drop-shadow(0 16px 18px rgba(10, 12, 24, 0.14));
}

.play-duel-shape {
    opacity: 0.36;
}

.play-duel-copy {
    gap: 0;
    min-height: 7.9rem;
    padding: 1.55rem 1.55rem 1.6rem;
    background: linear-gradient(180deg, rgba(9, 14, 28, 0) 0%, rgba(9, 14, 28, 0.1) 28%, rgba(9, 14, 28, 0.58) 100%);
}

.play-duel-copy p {
    display: none;
}

.play-duel-copy h2 {
    max-width: 78%;
    margin: 0;
    font-size: clamp(2rem, 3.1vw, 2.85rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-shadow: 0 6px 16px rgba(9, 14, 28, 0.18);
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.72rem, 2.65vw, 2.18rem);
}

.play-duel-card:hover .play-duel-copy,
.play-duel-card.is-selected .play-duel-copy {
    background: linear-gradient(180deg, rgba(9, 14, 28, 0) 0%, rgba(9, 14, 28, 0.1) 28%, rgba(9, 14, 28, 0.62) 100%);
}

.play-duel-card.theme-pizza {
    --card-scene: linear-gradient(180deg, #8c5d4e 0%, #af7b60 40%, #d7b89f 100%);
}

.play-duel-card.theme-manti {
    --card-scene: linear-gradient(180deg, #896a60 0%, #b39080 42%, #dfcbb9 100%);
}

.play-duel-card.theme-burger {
    --card-scene: linear-gradient(180deg, #70554a 0%, #967263 42%, #d8c0ab 100%);
}

.play-duel-card.theme-sushi {
    --card-scene: linear-gradient(180deg, #48666b 0%, #6f9297 42%, #c5d8da 100%);
}

.play-duel-card.theme-beach {
    --card-scene: linear-gradient(180deg, #56738d 0%, #819fb5 42%, #d5e0e8 100%);
}

.play-duel-card.theme-camp {
    --card-scene: linear-gradient(180deg, #55695d 0%, #799084 42%, #ced8d1 100%);
}

.play-duel-card.theme-city {
    --card-scene: linear-gradient(180deg, #54577d 0%, #7e82ad 42%, #d6d8ea 100%);
}

.play-duel-card.theme-mountain {
    --card-scene: linear-gradient(180deg, #4e6380 0%, #7792af 42%, #d4deea 100%);
}

.play-duel-card.theme-cosmos {
    --card-scene: linear-gradient(180deg, #394264 0%, #65709f 48%, #cad2e9 100%);
}

.play-duel-card.theme-romcom {
    --card-scene: linear-gradient(180deg, #62485e 0%, #95748d 48%, #e0c4d4 100%);
}

.play-duel-card.theme-thriller {
    --card-scene: linear-gradient(180deg, #30384f 0%, #5b6584 48%, #c8d0df 100%);
}

.play-duel-card.theme-animation {
    --card-scene: linear-gradient(180deg, #434d6f 0%, #707ca7 48%, #cdd2ea 100%);
}

@media (max-width: 980px) {
    .play-topbar {
        width: min(100%, 760px);
    }

    .play-compare-stage {
        width: min(100%, 860px);
    }

    .play-duel-media {
        min-height: 360px;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.8rem, 3vw, 2.4rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.58rem, 2.4vw, 2rem);
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.9rem, 1040px);
        padding: 0.55rem 0 0.8rem;
    }

    .play-compare-page {
        gap: 0.76rem;
    }

    .play-topbar {
        width: 100%;
        grid-template-columns: 40px auto 88px;
        gap: 0.75rem;
        padding: 0.74rem 0.82rem;
        border-radius: 20px;
    }

    .play-topbar-back {
        grid-area: auto;
        width: 2.35rem;
        height: 2.35rem;
    }

    .play-topbar-brand {
        grid-area: auto;
        width: 106px;
        padding: 0;
    }

    .play-topbar-progress {
        grid-area: auto;
        width: 88px;
    }

    .play-topbar-progress-text {
        font-size: 0.9rem;
    }

    .play-topbar-progress-track {
        width: 88px;
    }

    .play-compare-head {
        width: min(100%, 340px);
        gap: 0.3rem;
        margin-top: 0.15rem;
    }

    .play-compare-question {
        max-width: 12ch;
        font-size: clamp(1.86rem, 7.2vw, 2.65rem);
    }

    .play-compare-subtitle {
        max-width: 15rem;
        font-size: 0.84rem;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .play-duel-versus {
        order: 2;
        justify-self: center;
        width: 2.7rem;
        height: 2.7rem;
        border-radius: 15px;
        font-size: 0.72rem;
    }

    .play-duel-card:first-of-type {
        order: 1;
    }

    .play-duel-card:last-of-type {
        order: 3;
    }

    .play-duel-media {
        min-height: 250px;
        padding: 1.5rem 1.2rem 0.7rem;
    }

    .play-duel-card.has-artwork .play-duel-media img {
        width: min(72%, 244px);
    }

    .play-duel-copy {
        min-height: 6.8rem;
        padding: 1.2rem 1.16rem 1.22rem;
    }

    .play-duel-copy h2 {
        max-width: 82%;
        font-size: clamp(1.64rem, 5.8vw, 2.1rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.42rem, 4.8vw, 1.78rem);
    }
}

/* Play page home-aligned refresh */
.play-compare-body {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 74, 120, 0.12), transparent 24%),
        radial-gradient(circle at 84% 14%, rgba(34, 92, 255, 0.12), transparent 26%),
        radial-gradient(circle at 70% 72%, rgba(142, 63, 255, 0.08), transparent 22%),
        linear-gradient(180deg, #fffafc 0%, #f7f8ff 52%, #f2f6ff 100%);
}

.play-compare-body .site-backdrop-orb {
    filter: blur(30px);
    opacity: 0.18;
}

.play-compare-body .site-backdrop-orb-left {
    width: 300px;
    height: 300px;
    background: rgba(255, 74, 120, 0.12);
}

.play-compare-body .site-backdrop-orb-right {
    width: 340px;
    height: 340px;
    background: rgba(34, 92, 255, 0.1);
}

.play-compare-body .site-shell {
    width: min(100% - 1rem, 1020px);
    padding: 0.9rem 0 1rem;
}

.play-compare-page {
    gap: 0.92rem;
}

.play-topbar {
    width: min(100%, 820px);
    padding: 0.82rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.86) 100%);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.play-topbar-back {
    border-color: rgba(226, 232, 240, 0.95);
    background: rgba(255, 255, 255, 0.92);
    color: #09125c;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    color: #09125c;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.08);
}

.play-topbar-brand {
    width: 132px;
}

.play-topbar-progress {
    gap: 0.42rem;
}

.play-topbar-progress-text {
    color: #09125c;
    font-weight: 800;
}

.play-topbar-progress-track {
    width: 104px;
    height: 5px;
    background: rgba(203, 213, 225, 0.9);
}

.play-topbar-progress-fill {
    background: linear-gradient(135deg, #ff4a78 0%, #9a34dc 48%, #225cff 100%);
}

.play-compare-head {
    width: min(100%, 620px);
    gap: 0.48rem;
    margin-top: 0.3rem;
}

.play-compare-question {
    max-width: 13ch;
    color: #09125c;
    font-size: clamp(2.25rem, 4.2vw, 3.7rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.04em;
}

.play-compare-subtitle {
    max-width: 28rem;
    color: #52607d;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.68;
}

.play-compare-stage {
    width: min(100%, 900px);
}

.play-compare-stage::before {
    inset: 8% 20% auto;
    height: 72%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.08), rgba(99, 102, 241, 0) 68%);
}

.play-duel-grid {
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
}

.play-duel-grid.is-resolving .play-duel-card:not(.is-selected) {
    opacity: 0.72;
}

.play-duel-versus {
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: #52607d;
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.play-duel-card {
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 251, 255, 0.9) 100%);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
}

.play-duel-card::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 42%);
}

.play-duel-card::after {
    opacity: 0.22;
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    border-color: rgba(154, 52, 220, 0.16);
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.play-duel-card.is-selected {
    border-color: rgba(154, 52, 220, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}

.play-duel-card.has-artwork .play-duel-media,
.play-duel-card.is-illustrated .play-duel-media,
.play-duel-card.has-photo .play-duel-media {
    margin: 0.9rem 0.9rem 0;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.play-duel-media {
    min-height: 336px;
    padding: 1.7rem 1.4rem 1rem;
}

.play-duel-card.has-artwork .play-duel-media,
.play-duel-card.is-illustrated .play-duel-media {
    background: var(--card-scene);
}

.play-duel-card.has-artwork .play-duel-media::before,
.play-duel-card.is-illustrated .play-duel-media::before {
    background:
        radial-gradient(circle at top left, rgba(255, 74, 120, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.14), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.play-duel-card.has-photo .play-duel-media img {
    border-radius: 24px;
}

.play-duel-card.has-artwork .play-duel-media img {
    width: min(70%, 284px);
    transform: translateY(4px);
    filter: drop-shadow(0 14px 22px rgba(15, 23, 42, 0.1));
}

.play-duel-card:hover .play-duel-media img,
.play-duel-card.is-selected .play-duel-media img {
    transform: translateY(0) scale(1.015);
    filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0.12));
}

.play-duel-copy {
    min-height: auto;
    padding: 1.15rem 1.3rem 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 44%, rgba(255, 255, 255, 0.98) 100%);
}

.play-duel-copy h2 {
    max-width: 86%;
    color: #09125c;
    font-size: clamp(1.92rem, 3vw, 2.55rem);
    font-weight: 800;
    line-height: 1;
    text-shadow: none;
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.62rem, 2.45vw, 2rem);
}

.play-duel-card.theme-cosmos {
    --card-scene: linear-gradient(145deg, #eef4ff 0%, #e3ebff 56%, #f8fbff 100%);
}

.play-duel-card.theme-romcom {
    --card-scene: linear-gradient(145deg, #fff2f7 0%, #f3e8ff 56%, #f9fbff 100%);
}

.play-duel-card.theme-thriller {
    --card-scene: linear-gradient(145deg, #f1f5ff 0%, #e7ecfa 56%, #fafbff 100%);
}

.play-duel-card.theme-animation {
    --card-scene: linear-gradient(145deg, #f3f6ff 0%, #e8eeff 56%, #fbfcff 100%);
}

@media (max-width: 980px) {
    .play-topbar {
        width: min(100%, 760px);
    }

    .play-duel-media {
        min-height: 300px;
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.9rem, 1020px);
    }

    .play-topbar {
        width: 100%;
        grid-template-columns: 40px auto 94px;
        padding: 0.74rem 0.82rem;
        border-radius: 20px;
    }

    .play-topbar-brand {
        width: 108px;
    }

    .play-topbar-progress-track {
        width: 94px;
    }

    .play-compare-head {
        width: min(100%, 360px);
    }

    .play-compare-question {
        font-size: clamp(1.95rem, 7.4vw, 2.85rem);
    }

    .play-compare-subtitle {
        max-width: 17rem;
        font-size: 0.86rem;
        line-height: 1.55;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.88rem;
    }

    .play-duel-versus {
        order: 2;
    }

    .play-duel-media {
        min-height: 238px;
        padding: 1.3rem 1rem 0.8rem;
    }

    .play-duel-card.has-artwork .play-duel-media img {
        width: min(66%, 220px);
    }

    .play-duel-copy {
        padding: 1rem 1.1rem 1.15rem;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.58rem, 5.6vw, 2rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.38rem, 4.7vw, 1.72rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .play-duel-versus,
    .play-duel-spark {
        animation: none;
    }

    .play-topbar-back,
    .play-duel-card,
    .play-duel-copy,
    .play-duel-media img,
    .play-duel-emoji,
    .play-topbar-progress-fill {
        transition: none;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background: var(--bg);
}

body,
input,
textarea,
select,
button {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
strong {
    margin: 0;
    font-family: var(--font-heading);
    line-height: 1.15;
}

.admin-body,
.admin-body input,
.admin-body textarea,
.admin-body select,
.admin-body button,
.login-body,
.login-body input,
.login-body textarea,
.login-body select,
.login-body button {
    font-family: var(--font-admin);
}

.admin-body h1,
.admin-body h2,
.admin-body h3,
.admin-body h4,
.admin-body strong,
.login-body h1,
.login-body h2,
.login-body h3,
.login-body h4,
.login-body strong {
    font-family: var(--font-admin);
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

code {
    font-size: 0.88rem;
    padding: 0.15rem 0.42rem;
    border-radius: 999px;
    background: var(--surface-muted);
    color: var(--text);
}

.eyebrow {
    margin: 0 0 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--muted);
}

.subtle-copy,
small {
    color: var(--muted);
}

.stack-sm > * + * {
    margin-top: 0.75rem;
}

.stack-xs > * + * {
    margin-top: 0.45rem;
}

.stack-md > * + * {
    margin-top: 1rem;
}

.stack-lg > * + * {
    margin-top: 1.5rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 42px;
    padding: 0.72rem 1rem;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
    box-shadow: var(--shadow-sm);
}

.button-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(76, 81, 237, 0.28);
}

.button-primary:hover {
    background: linear-gradient(135deg, #7c56ff 0%, #2f67ff 100%);
    box-shadow: 0 14px 24px rgba(76, 81, 237, 0.32);
}

.button-ghost {
    background: var(--surface);
    border-color: var(--border);
    color: var(--text);
}

.button-ghost:hover {
    background: var(--surface-soft);
}

.button-danger {
    background: var(--danger-soft);
    color: var(--danger);
}

.button-danger:hover {
    background: #fecaca;
}

.button-small {
    min-height: 34px;
    padding: 0.5rem 0.8rem;
    font-size: 0.86rem;
}

.button-block {
    width: 100%;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.badge-success {
    background: var(--success-soft);
    color: var(--success);
}

.badge-muted {
    background: var(--surface-muted);
    color: var(--muted);
}

.badge-accent {
    background: var(--primary-soft);
    color: var(--primary-dark);
}

.admin-body {
    background:
        radial-gradient(circle at 10% 10%, rgba(254, 106, 52, 0.14), transparent 30%),
        radial-gradient(circle at 90% 4%, rgba(252, 42, 118, 0.12), transparent 32%),
        linear-gradient(180deg, #fbfbff 0%, var(--bg) 100%);
}

.admin-shell {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    min-height: 100vh;
}

.admin-backdrop {
    display: none;
}

.admin-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    border-right: 1px solid var(--border);
    position: sticky;
    top: 0;
    height: 100vh;
    box-shadow: inset -1px 0 0 rgba(198, 197, 210, 0.8);
}

.admin-brand,
.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.admin-brand {
    padding: 0.72rem;
    border: 0;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
}

.admin-brand-logo-mark {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.admin-brand-lockup {
    display: grid;
    gap: 0.14rem;
}

.admin-brand-mark,
.site-brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--text);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.admin-brand small {
    display: block;
    margin-top: 0.2rem;
    color: var(--muted);
    font-weight: 700;
}

.admin-nav {
    display: grid;
    gap: 0.42rem;
}

.admin-nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.62rem;
    width: 100%;
    min-height: 42px;
    padding: 0.72rem 0.9rem;
    border-radius: 12px;
    border: 1px solid transparent;
    color: #3d4a73;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.admin-nav-link::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1.8px solid currentColor;
    border-right: 1.8px solid currentColor;
    transform: rotate(45deg);
    margin-left: auto;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.admin-nav-link-icon {
    width: 1.72rem;
    height: 1.72rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 0;
    background: transparent;
    color: #5d6b8f;
    transition: color 0.2s ease;
}

.admin-nav-link-icon i {
    font-size: 1.04rem;
    line-height: 1;
}

.admin-nav-link-icon svg {
    width: 0.9rem;
    height: 0.9rem;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.admin-nav-link-label {
    line-height: 1.2;
}

.admin-nav-link:hover,
.admin-nav-link.is-active {
    background: linear-gradient(135deg, rgba(255, 226, 216, 0.85) 0%, rgba(255, 223, 238, 0.82) 100%);
    border-color: transparent;
    color: var(--text);
    box-shadow: 0 8px 16px rgba(252, 42, 118, 0.12);
    transform: translateX(1px);
}

.admin-nav-link:hover::after,
.admin-nav-link.is-active::after {
    opacity: 0.48;
}

.admin-nav-link:hover .admin-nav-link-icon,
.admin-nav-link.is-active .admin-nav-link-icon {
    background: transparent;
    border-color: transparent;
    color: #c03e15;
}

.admin-nav-link-light {
    background: #ffffff;
    color: var(--text);
    border-color: rgba(198, 197, 210, 0.78);
}

.admin-nav-button {
    border: 0;
    background: transparent;
    text-align: left;
}

.admin-sidebar-footer {
    margin-top: auto;
    display: grid;
    gap: 0.45rem;
}

.admin-main {
    padding: 1.25rem;
}

.admin-mobile-header {
    display: none;
}

.admin-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    margin-bottom: 1.25rem;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 249, 252, 0.96) 100%);
    border: 1px solid rgba(198, 197, 210, 0.75);
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(9, 18, 91, 0.08);
}

.admin-topbar-copy h1 {
    font-size: clamp(1.7rem, 2.6vw, 2.2rem);
    margin-bottom: 0.45rem;
}

.topbar-description {
    max-width: 60ch;
    color: var(--muted);
    line-height: 1.6;
}

.admin-topbar-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-user-pill {
    display: grid;
    gap: 0.15rem;
    padding: 0.72rem 0.95rem;
    min-width: 180px;
    background: linear-gradient(135deg, rgba(255, 232, 224, 0.92) 0%, rgba(255, 223, 238, 0.9) 100%);
    border: 1px solid rgba(252, 42, 118, 0.24);
    border-radius: 14px;
}

.admin-body .button-primary,
.login-body .button-primary {
    background: linear-gradient(120deg, #fe6a34 0%, #fc2a76 100%);
    box-shadow: 0 12px 24px rgba(252, 42, 118, 0.28);
}

.admin-body .button-primary:hover,
.login-body .button-primary:hover {
    background: linear-gradient(120deg, #f35d2a 0%, #f61d6c 100%);
    box-shadow: 0 14px 28px rgba(252, 42, 118, 0.32);
}

.admin-user-pill strong {
    font-size: 0.95rem;
}

.admin-content {
    display: grid;
    gap: 1.25rem;
}

.stats-grid,
.resource-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.stat-card,
.summary-tile,
.panel-card,
.login-card,
.hero-panel,
.category-card,
.play-shell,
.play-hero,
.empty-state {
    background: linear-gradient(140deg, #ffffff 0%, #f9faff 100%);
    border: 1px solid rgba(219, 227, 245, 0.95);
    border-radius: var(--radius-xl);
    box-shadow: 0 14px 30px rgba(11, 27, 99, 0.06);
}

.stat-card {
    padding: 1.25rem;
}

.summary-tile {
    min-height: 128px;
    padding: 1.1rem 1.15rem;
    display: grid;
    align-content: start;
    gap: 0.35rem;
}

.stat-card span {
    display: block;
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.stat-card strong {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.35rem;
}

.summary-kicker {
    display: inline-flex;
    align-items: center;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
}

.summary-value {
    display: block;
    font-size: clamp(1.7rem, 2.8vw, 2.15rem);
    line-height: 1;
}

.summary-note {
    color: var(--muted);
    line-height: 1.5;
}

.panel-card {
    padding: 1.35rem;
}

.dashboard-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.metric-card {
    min-height: 164px;
    padding: 1.2rem 1.25rem;
    border: 1px solid rgba(219, 227, 245, 0.95);
    border-radius: 22px;
    background: linear-gradient(150deg, #ffffff 0%, #f6f8ff 100%);
    box-shadow: 0 14px 30px rgba(11, 27, 99, 0.07);
    display: grid;
    align-content: start;
    gap: 0.45rem;
}

.metric-card-dark {
    border-color: #0f172a;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
}

.metric-kicker {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
}

.metric-card-dark .metric-kicker,
.metric-card-dark .metric-note,
.metric-card-dark .metric-foot {
    color: rgba(226, 232, 240, 0.86);
}

.metric-value {
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    line-height: 1;
}

.metric-note {
    color: var(--muted);
    line-height: 1.5;
}

.metric-foot {
    margin-top: auto;
    font-size: 0.86rem;
    font-weight: 700;
    color: #475569;
}

.dashboard-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
    gap: 1rem;
}

.dashboard-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
    gap: 1rem;
}

.dashboard-panel {
    display: grid;
    gap: 1rem;
}

.dashboard-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.dashboard-panel-head h2 {
    font-size: 1.18rem;
}

.dashboard-panel-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--surface-soft);
    color: #475569;
    font-size: 0.82rem;
    font-weight: 800;
}

.chart-frame {
    position: relative;
    width: 100%;
}

.chart-frame-lg {
    min-height: 320px;
}

.chart-frame-md {
    min-height: 320px;
}

.chart-frame-sm {
    min-height: 240px;
}

.dashboard-status-legend {
    display: grid;
    gap: 0.65rem;
}

.dashboard-legend-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.7rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--surface-soft);
}

.dashboard-legend-row strong {
    font-size: 0.92rem;
}

.dashboard-legend-row span:last-child {
    font-weight: 800;
    color: #0f172a;
}

.dashboard-legend-dot {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
}

.dashboard-legend-dot-dark {
    background: #0f172a;
}

.dashboard-legend-dot-light {
    background: #cbd5e1;
}

.dashboard-legend-dot-slate {
    background: #475569;
}

.dashboard-legend-dot-muted {
    background: #e2e8f0;
}

.dashboard-list-row {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.panel-card-stretch {
    height: 100%;
}

.admin-grid,
.form-grid,
.editor-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.admin-grid-wide {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.editor-layout {
    align-items: flex-start;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.panel-head,
.section-heading,
.hero-panel,
.play-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.panel-head h2,
.section-heading h2 {
    font-size: 1.15rem;
}

.list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--surface-soft);
}

.list-row-copy {
    min-width: 0;
}

.list-row-copy strong,
.list-row-copy small {
    display: block;
}

.field {
    display: grid;
    gap: 0.45rem;
}

.field-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.field-label {
    font-size: 0.92rem;
    font-weight: 700;
}

.field-counter {
    flex-shrink: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
    white-space: nowrap;
}

.field-counter.is-limit {
    color: var(--text);
}

.field-control {
    width: 100%;
    min-height: 46px;
    padding: 0.82rem 0.95rem;
    border: 1px solid var(--input-border);
    border-radius: 12px;
    background: var(--surface);
    color: var(--text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

textarea.field-control {
    min-height: 140px;
    resize: vertical;
}

.field-control.is-invalid {
    border-color: var(--danger);
}

.field-help {
    line-height: 1.45;
}

.field-error {
    color: var(--danger);
    font-size: 0.84rem;
    font-weight: 700;
}

.form-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.checkbox,
.checkbox-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.checkbox-card {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0.82rem 0.95rem;
    border: 1px solid var(--input-border);
    border-radius: 12px;
    background: var(--surface);
}

.media-upload {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.media-upload-copy {
    min-width: 0;
}

.thumb-box,
.image-preview {
    width: 58px;
    height: 58px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--surface-soft);
    border: 1px solid var(--border);
    color: var(--muted);
    font-size: 0.82rem;
    text-align: center;
}

.image-preview {
    width: 100%;
    min-height: 180px;
    padding: 0.75rem;
}

.image-preview-large {
    min-height: 220px;
}

.thumb-box img,
.image-preview img,
.category-media img,
.choice-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.locale-tabs {
    display: grid;
    gap: 1rem;
}

.locale-tab-list {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    padding-bottom: 0.35rem;
}

.locale-tab-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 40px;
    padding: 0.68rem 0.9rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface);
    color: var(--muted);
    font-weight: 700;
}

.locale-tab-button.is-active {
    background: var(--primary-soft);
    border-color: #d3dde8;
    color: var(--primary-dark);
}

.tab-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.48rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 0.74rem;
}

.locale-tab-pane {
    display: none;
    padding-top: 0.15rem;
}

.locale-tab-pane.is-active {
    display: block;
}

.category-editor-stack {
    display: grid;
    gap: 1rem;
}

.category-form-shell {
    padding: 1.35rem;
}

.item-form-shell {
    padding: 1.35rem;
}

.category-locale-tabs {
    gap: 1rem;
}

.category-tab-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 0.65rem;
    padding: 0.4rem;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--surface-soft);
}

.category-tab-button {
    justify-content: center;
    min-height: 44px;
    border-color: transparent;
    background: transparent;
    color: var(--text);
}

.category-tab-button.is-active {
    background: #374151;
    border-color: #374151;
    color: #fff;
}

.category-tab-pane {
    padding: 1.25rem;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--surface);
}

.category-tab-grid {
    align-items: start;
}

.category-tab-pane textarea.field-control {
    min-height: 112px;
}

.category-meta-section {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.category-meta-heading {
    margin-bottom: 0.9rem;
}

.category-meta-heading h3 {
    font-size: 0.98rem;
}

.category-meta-heading .field-help {
    margin-top: 0.3rem;
}

.category-meta-section textarea.field-control {
    min-height: 92px;
}

.category-form-divider {
    height: 1px;
    margin: 1.25rem 0;
    background: var(--border);
}

.item-form-section-heading {
    display: grid;
    gap: 0.35rem;
}

.item-form-section-heading h2 {
    font-size: 1.15rem;
}

.upload-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 46px;
    padding: 0.82rem 0.95rem;
    border: 1px solid var(--input-border);
    border-radius: 12px;
    background: var(--surface);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.upload-box:hover {
    border-color: #cbd5e1;
}

.upload-box:focus-within {
    border-color: #94a3b8;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.18);
}

.upload-box.is-invalid {
    border-color: var(--danger);
}

.upload-box-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-box-copy {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.upload-box-title {
    color: var(--muted);
}

.upload-box-name {
    font-size: 0.88rem;
    line-height: 1.35;
    word-break: break-word;
}

.upload-box-name:empty {
    display: none;
}

.upload-box.has-file .upload-box-title {
    display: none;
}

.category-status-field {
    max-width: 230px;
}

.item-status-field {
    max-width: 240px;
}

.item-category-select {
    min-height: 46px;
}

.item-category-select[multiple] {
    height: 46px;
}

.select2-container {
    position: relative;
    width: 100% !important;
}

.select2-container .select2-selection--multiple {
    display: flex !important;
    align-items: center;
    height: 46px;
    min-height: 46px;
    padding: 0 0.95rem;
    border: 1px solid var(--input-border) !important;
    border-radius: 12px !important;
    background: var(--surface) !important;
    box-shadow: none !important;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple:focus-within {
    border-color: #94a3b8 !important;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.18) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 0.45rem;
    flex-wrap: nowrap;
    padding: 0;
    min-height: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.select2-container.is-empty .select2-selection--multiple::after {
    content: attr(data-placeholder);
    position: absolute;
    top: 50%;
    left: 0.95rem;
    transform: translateY(-50%);
    color: var(--muted);
    pointer-events: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    flex-shrink: 0;
    margin: 0;
    padding: 0.34rem 0.7rem 0.34rem 1.55rem;
    border: 1px solid #d9e2ec !important;
    border-radius: 999px !important;
    background: var(--primary-soft) !important;
    color: var(--primary-dark) !important;
    font-size: 0.85rem;
    font-weight: 700;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: 0.55rem;
    right: auto;
    top: 50%;
    margin-top: -0.5rem;
    border: 0 !important;
    color: var(--primary-dark) !important;
}

.select2-container--default .select2-search--inline {
    display: flex;
    align-items: center;
    margin: 0;
    flex: 1 1 0;
    min-width: 0;
    justify-content: flex-start;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0 !important;
    min-height: 0;
    height: 22px;
    width: 100% !important;
    min-width: 0 !important;
    line-height: 22px;
    padding: 0 !important;
    font: inherit !important;
    color: var(--text);
    text-align: left !important;
    direction: ltr !important;
}

.select2-container.is-empty .select2-search--inline .select2-search__field {
    width: 1px !important;
    opacity: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: var(--muted);
    margin: 0;
    line-height: 22px;
}

.select2-dropdown {
    border: 1px solid var(--input-border) !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    min-height: 42px;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--input-border);
    border-radius: 10px;
}

.select2-results__option {
    padding: 0.7rem 0.85rem;
    font-size: 0.94rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #374151 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--selected {
    background: var(--primary-soft) !important;
    color: var(--primary-dark) !important;
}

.status-switch {
    display: inline-flex;
    position: relative;
    cursor: pointer;
}

.status-switch-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.status-switch-ui {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    min-width: 180px;
    min-height: 48px;
    padding: 4px;
    border: 1px solid var(--input-border);
    border-radius: 999px;
    background: var(--surface-soft);
}

.status-switch-ui::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 999px;
    background: #4b5563;
    transition: transform 0.2s ease;
}

.category-form-shell .field-control:focus {
    border-color: #94a3b8;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.18);
}

.status-switch-input:not(:checked) + .status-switch-ui::before {
    transform: translateX(100%);
}

.status-switch-label {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--muted);
    transition: color 0.2s ease;
}

.status-switch-input:checked + .status-switch-ui .status-switch-label-on,
.status-switch-input:not(:checked) + .status-switch-ui .status-switch-label-off {
    color: #fff;
}

.status-switch-input:checked + .status-switch-ui .status-switch-label-off,
.status-switch-input:not(:checked) + .status-switch-ui .status-switch-label-on {
    color: var(--muted);
}

.category-form-actions {
    padding-top: 0.25rem;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.alert {
    padding: 0.95rem 1rem;
    border: 1px solid var(--border);
    border-radius: 14px;
}

.alert-success {
    background: var(--success-soft);
    border-color: #bbf7d0;
    color: var(--success);
}

.alert-error {
    background: var(--danger-soft);
    border-color: #fecaca;
    color: var(--danger);
}

.table-wrap {
    overflow-x: auto;
}

.data-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 1rem 0.9rem;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid var(--border);
}

.data-table th {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    background: rgba(248, 250, 252, 0.75);
}

.data-table tbody tr:hover {
    background: var(--surface-soft);
}

.resource-table-card {
    padding: 1.1rem 0 0;
    overflow: hidden;
}

.resource-table-card .panel-head {
    padding: 0 1.35rem 1rem;
}

.resource-table-card .table-wrap {
    border-top: 1px solid var(--border);
}

.datatable-card {
    padding: 1rem 0 1.1rem;
}

.datatable-card .panel-head {
    padding: 0 1.45rem 0.85rem;
}

.datatable-card .table-wrap {
    padding: 0 1.45rem 1.15rem;
    border-top: 0;
}

.datatable-card .dt-container {
    width: 100%;
    font-size: 0.94rem;
}

.datatable-card .dt-layout-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.datatable-card .dt-layout-row:first-child {
    margin-bottom: 1rem;
}

.datatable-card .dt-layout-row:last-child {
    margin-top: 1rem;
}

.datatable-card .dt-layout-cell {
    margin: 0;
}

.datatable-card .dt-length,
.datatable-card .dt-search,
.datatable-card .dt-info,
.datatable-card .dt-paging {
    color: var(--muted);
}

.datatable-card .dt-search {
    margin-left: auto;
}

.datatable-card .dt-search label,
.datatable-card .dt-length label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
}

.datatable-card .dt-container .dt-input,
.datatable-card .dt-search input,
.datatable-card .dt-length select {
    min-height: 38px;
    margin: 0;
    padding: 0.58rem 0.78rem;
    border: 1px solid #dbe4ee !important;
    border-radius: 10px;
    background: var(--surface) !important;
    color: var(--text) !important;
    box-shadow: none !important;
    font-size: 0.9rem;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.datatable-card .dt-container .dt-search input {
    width: 290px;
}

.datatable-card .dt-container .dt-length select {
    min-width: 78px;
    padding-right: 1.9rem;
    background-image:
        linear-gradient(45deg, transparent 50%, #64748b 50%),
        linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position:
        calc(100% - 14px) 50%,
        calc(100% - 10px) 50%;
    background-size: 4px 4px, 4px 4px;
    background-repeat: no-repeat;
}

.datatable-card .dt-container .dt-input:focus,
.datatable-card .dt-search input:focus,
.datatable-card .dt-length select:focus {
    outline: none;
    border-color: #c5d1de !important;
    background: var(--surface) !important;
    box-shadow: 0 0 0 3px rgba(230, 237, 245, 0.7) !important;
}

.datatable-card table.dataTable {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: collapse;
}

.datatable-card table.dataTable thead th {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: transparent;
}

.datatable-card table.dataTable thead > tr > th.dt-orderable-asc,
.datatable-card table.dataTable thead > tr > th.dt-orderable-desc {
    padding-right: 2rem;
}

.datatable-card table#item-datatable thead th:nth-child(4),
.datatable-card table#item-datatable tbody td:nth-child(4) {
    text-align: center;
}

.datatable-card table#item-datatable thead th:nth-child(5),
.datatable-card table#item-datatable tbody td:nth-child(5) {
    text-align: right;
}

.datatable-card table#language-datatable thead th:nth-child(3),
.datatable-card table#language-datatable tbody td:nth-child(3),
.datatable-card table#language-datatable thead th:nth-child(4),
.datatable-card table#language-datatable tbody td:nth-child(4) {
    text-align: center;
}

.datatable-card table#category-items-datatable thead th:nth-child(3),
.datatable-card table#category-items-datatable tbody td:nth-child(3),
.datatable-card table#category-items-datatable thead th:nth-child(4),
.datatable-card table#category-items-datatable tbody td:nth-child(4) {
    text-align: center;
}

.datatable-card table#category-items-datatable thead th:nth-child(5),
.datatable-card table#category-items-datatable tbody td:nth-child(5) {
    text-align: right;
}

.datatable-card table.dataTable thead th:nth-child(5),
.datatable-card table.dataTable tbody td:nth-child(5) {
    text-align: center;
}

.datatable-card table.dataTable thead th:nth-child(6),
.datatable-card table.dataTable tbody td:nth-child(6) {
    text-align: right;
}

.datatable-card table.dataTable thead > tr > th .dt-column-order {
    right: 0.65rem;
    opacity: 0.28;
}

.datatable-card table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order,
.datatable-card table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order {
    opacity: 0.58;
}

.datatable-card table.dataTable tbody td {
    padding: 1rem;
    border-bottom: 1px solid #eef2f6;
    vertical-align: middle;
    background: transparent !important;
    box-shadow: none !important;
}

.datatable-card table.dataTable.stripe > tbody > tr:nth-child(odd) > *,
.datatable-card table.dataTable.display > tbody > tr:nth-child(odd) > *,
.datatable-card table.dataTable.order-column > tbody tr > .sorting_1,
.datatable-card table.dataTable.order-column > tbody tr > .sorting_2,
.datatable-card table.dataTable.order-column > tbody tr > .sorting_3,
.datatable-card table.dataTable.display > tbody tr > .sorting_1,
.datatable-card table.dataTable.display > tbody tr > .sorting_2,
.datatable-card table.dataTable.display > tbody tr > .sorting_3 {
    background: transparent !important;
    box-shadow: none !important;
}

.datatable-card table.dataTable.hover > tbody > tr:hover > *,
.datatable-card table.dataTable.display > tbody > tr:hover > * {
    background: #fbfcfd !important;
    box-shadow: none !important;
}

.datatable-card .dt-paging {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.datatable-card .dt-paging .dt-paging-button {
    min-width: 36px;
    min-height: 36px;
    margin: 0 !important;
    border: 1px solid #dbe4ee !important;
    border-radius: 10px;
    background: var(--surface) !important;
    color: #334155 !important;
    font-weight: 600;
    padding: 0.45rem 0.8rem !important;
}

.datatable-card .dt-paging .dt-paging-button.current,
.datatable-card .dt-paging .dt-paging-button.current:hover {
    border-color: #d3dde8 !important;
    background: var(--primary-soft) !important;
    color: var(--text) !important;
}

.datatable-card .dt-paging .dt-paging-button:hover {
    background: var(--surface-soft) !important;
    color: var(--text) !important;
}

.datatable-card .dt-paging .dt-paging-button.disabled {
    opacity: 0.45;
}

.admin-datatable .thumb-box {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #f8fafc;
}

.admin-datatable .thumb-box span {
    font-size: 0.82rem;
    font-weight: 700;
}

.admin-datatable .badge {
    padding: 0.34rem 0.72rem;
    font-size: 0.78rem;
}

.admin-datatable code {
    padding: 0.28rem 0.6rem;
    background: var(--surface-muted);
    font-size: 0.82rem;
}

.admin-datatable .table-actions {
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.45rem;
    width: 100%;
}

.admin-datatable .table-actions form {
    margin: 0;
}

.table-action-button {
    min-height: 32px;
    padding: 0.45rem 0.78rem;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: none !important;
}

.table-action-button.button-ghost {
    border-color: #dbe4ee;
    background: #f8fafc;
    color: #334155;
}

.table-action-button.button-ghost:hover {
    background: #f1f5f9;
}

.table-action-button-danger {
    border: 1px solid #f3d5d8;
    background: #fff5f5;
    color: #dc2626;
}

.table-action-button-danger:hover {
    background: #fee2e2;
    color: #b91c1c;
}

.category-list-card {
    padding: 1rem 0 1.05rem;
}

.category-list-card .panel-head {
    padding: 0 1.45rem 0.9rem;
}

.resource-table-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.45rem 1rem;
}

.table-search-form {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.table-search-input {
    width: min(320px, 100%);
}

.table-page-select {
    width: 132px;
    min-width: 132px;
}

.category-list-card .table-wrap {
    padding: 0 0.95rem;
    border-top: 0;
}

.category-list-table {
    min-width: 860px;
    border-collapse: separate;
    border-spacing: 0 0.3rem;
}

.category-list-table th {
    padding: 0 1rem 0.4rem;
    border-bottom: 0;
    background: transparent;
}

.category-list-table td {
    padding: 0.82rem 1rem;
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
    background: var(--surface);
}

.category-list-table td:first-child {
    width: 88px;
    padding-left: 1rem;
    border-left: 1px solid #eef2f6;
    border-radius: 16px 0 0 16px;
}

.category-list-table td:last-child {
    width: 1%;
    padding-right: 1rem;
    border-right: 1px solid #eef2f6;
    border-radius: 0 16px 16px 0;
    white-space: nowrap;
}

.category-list-table tbody tr:hover td {
    background: #fbfcfd;
}

.category-list-table .thumb-box {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #f8fafc;
}

.category-list-table .thumb-box span {
    font-size: 0.82rem;
    font-weight: 700;
}

.category-title-cell {
    min-width: 220px;
}

.category-title-primary {
    display: block;
    font-size: 0.98rem;
    line-height: 1.25;
}

.category-title-secondary {
    display: block;
    margin-top: 0.18rem;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.35;
}

.category-stat-cell {
    font-weight: 700;
}

.category-list-table code {
    padding: 0.28rem 0.6rem;
    background: var(--surface-muted);
    font-size: 0.82rem;
}

.category-list-table .badge {
    padding: 0.34rem 0.72rem;
    font-size: 0.78rem;
}

.category-list-table .table-actions {
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.3rem;
}

.category-list-table .table-actions form {
    margin: 0;
}

.table-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.45rem 0;
}

.pagination-links {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--input-border);
    border-radius: 10px;
    background: var(--surface);
    color: #334155;
    font-size: 0.86rem;
    font-weight: 700;
}

.pagination-link.is-active {
    background: #374151;
    border-color: #374151;
    color: #fff;
}

.pagination-link.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.table-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.25rem 0.5rem;
    border: 0;
    background: transparent;
    color: #334155;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1;
}

.table-text-link:hover {
    color: var(--text);
}

.table-text-link-danger {
    color: #dc2626;
}

.table-text-link-danger:hover {
    color: #b91c1c;
}

.table-actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.empty-cell,
.empty-copy {
    color: var(--muted);
}

.admin-secondary-link,
.back-link {
    color: #334155;
    font-weight: 700;
}

.admin-secondary-link:hover,
.back-link:hover {
    color: var(--text);
}

.login-body {
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: var(--bg);
}

.login-panel {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    gap: 1.25rem;
    align-items: stretch;
}

.login-copy {
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: 1.5rem 0.5rem;
}

.login-brand {
    margin-bottom: 0.25rem;
}

.login-copy h1 {
    font-size: clamp(2.15rem, 4vw, 3.25rem);
}

.login-copy p:not(.eyebrow) {
    max-width: 34rem;
    color: var(--muted);
    line-height: 1.65;
}

.login-card {
    padding: 1.5rem;
}

/* Admin compact refinement (minimal layout, same design language) */
.admin-body .admin-shell {
    grid-template-columns: 232px minmax(0, 1fr);
}

.admin-body .admin-sidebar {
    gap: 1.5rem;
    padding: 1.2rem;
}

.admin-body .admin-brand {
    padding: 0.62rem;
    border-radius: 14px;
}

.admin-body .admin-brand-logo-mark {
    width: 40px;
    height: 40px;
}

.admin-body .admin-brand-lockup {
    gap: 0.08rem;
}

.admin-body .admin-nav {
    gap: 0.28rem;
}

.admin-body .admin-nav-link {
    min-height: 38px;
    padding: 0.6rem 0.78rem;
    border-radius: 10px;
    font-size: 0.92rem;
}

.admin-body .admin-sidebar-footer {
    gap: 0.35rem;
}

.admin-body .admin-main {
    padding: 1rem;
}

.admin-body .admin-topbar {
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
    border-radius: 16px;
}

.admin-body .admin-topbar-copy h1 {
    font-size: clamp(1.5rem, 2.3vw, 1.95rem);
    margin-bottom: 0.35rem;
}

.admin-body .topbar-description {
    font-size: 0.94rem;
    line-height: 1.5;
}

.admin-body .admin-topbar-actions {
    gap: 0.55rem;
}

.admin-body .admin-user-pill {
    min-width: 164px;
    padding: 0.6rem 0.8rem;
    border-radius: 12px;
}

.admin-body .admin-content {
    gap: 1rem;
}

.admin-body .stat-card {
    padding: 1.05rem;
}

.admin-body .summary-tile {
    min-height: 112px;
    padding: 0.95rem 1rem;
}

.admin-body .panel-card {
    padding: 1.15rem;
}

.admin-body .metric-card {
    min-height: 148px;
    padding: 1rem 1.05rem;
}

.admin-body .resource-table-card {
    padding: 0.9rem 0 0;
}

.admin-body .resource-table-card .panel-head {
    padding: 0 1.1rem 0.8rem;
}

.admin-body .datatable-card {
    padding: 0.85rem 0 0.95rem;
}

.admin-body .datatable-card .panel-head {
    padding: 0 1.15rem 0.7rem;
}

.admin-body .datatable-card .table-wrap {
    padding: 0 1.15rem 0.95rem;
}

.admin-body .datatable-card .dt-layout-row {
    gap: 0.75rem;
}

.admin-body .datatable-card .dt-layout-row:first-child {
    margin-bottom: 0.8rem;
}

.admin-body .datatable-card .dt-layout-row:last-child {
    margin-top: 0.8rem;
}

.admin-body .button,
.login-body .button {
    min-height: 38px;
    padding: 0.62rem 0.9rem;
    border-radius: 10px;
    font-size: 0.9rem;
}

.admin-body .field-control,
.login-body .field-control {
    min-height: 42px;
    padding: 0.72rem 0.84rem;
    border-radius: 10px;
}

.admin-body textarea.field-control,
.login-body textarea.field-control {
    min-height: 124px;
}

.login-body {
    padding: 1rem;
}

.login-panel {
    width: min(920px, 100%);
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    gap: 1rem;
}

.login-copy {
    gap: 0.85rem;
    padding: 1.15rem 0.35rem;
}

.login-copy h1 {
    font-size: clamp(1.95rem, 3.4vw, 2.8rem);
}

.login-card {
    padding: 1.2rem;
}

.site-body {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    color: var(--text);
}

.site-shell {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem 0 3rem;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.site-brand small {
    display: block;
    margin-top: 0.2rem;
    color: var(--muted);
}

.locale-switcher,
.category-footer {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.locale-pill {
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--muted);
    font-weight: 700;
}

.locale-pill.is-active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.site-main {
    display: grid;
    gap: 1.5rem;
}

.hero-panel,
.play-hero {
    padding: 1.6rem;
}

.hero-copy h1,
.play-hero h1 {
    font-size: clamp(2.1rem, 5vw, 4rem);
    max-width: 12ch;
    line-height: 1;
}

.hero-copy p,
.play-hero p,
.hero-note p,
.category-body p,
.choice-copy p,
.pair-caption {
    color: var(--muted);
    line-height: 1.65;
}

.hero-note {
    max-width: 300px;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-lg);
    background: var(--surface-soft);
    border: 1px solid var(--border);
}

.category-section,
.play-shell {
    display: grid;
    gap: 1rem;
}

.category-grid,
.pair-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.category-card,
.choice-card {
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover,
.choice-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.category-media {
    height: 220px;
    background: linear-gradient(135deg, #e6edf5, #f4f7fb);
}

.category-fallback,
.choice-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--muted);
}

.category-body,
.choice-copy {
    padding: 1.25rem;
}

.category-body h3,
.choice-copy h3 {
    margin: 0 0 0.55rem;
}

.choice-card {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    background: var(--surface);
    text-align: left;
    padding: 0;
}

.choice-label,
.choice-cta {
    display: inline-flex;
    margin: 1rem 1rem 0;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    font-weight: 700;
}

.choice-label {
    background: var(--primary-soft);
    color: var(--primary-dark);
}

.choice-cta {
    margin: 0 1.25rem 1.25rem;
    background: var(--surface-soft);
    color: var(--text);
}

.choice-media {
    height: 270px;
    margin: 1rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: linear-gradient(135deg, #e6edf5, #f4f7fb);
}

.pair-stage {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.pair-swap {
    animation: pairFade 0.28s ease;
}

.play-shell.is-loading .choice-card {
    opacity: 0.72;
    pointer-events: none;
}

.empty-state {
    padding: 1.5rem;
}

.site-body {
    background:
        radial-gradient(circle at top left, rgba(148, 163, 184, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(15, 23, 42, 0.08), transparent 24%),
        linear-gradient(180deg, #f6f8fb 0%, #eef2f7 100%);
    color: var(--text);
}

.site-page-backdrop {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.site-backdrop-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    opacity: 0.6;
}

.site-backdrop-orb-left {
    top: 72px;
    left: -90px;
    width: 260px;
    height: 260px;
    background: rgba(148, 163, 184, 0.16);
}

.site-backdrop-orb-right {
    top: 180px;
    right: -110px;
    width: 320px;
    height: 320px;
    background: rgba(15, 23, 42, 0.08);
}

.site-shell {
    position: relative;
    width: min(1240px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.15rem 0 3.5rem;
}

.site-header {
    position: sticky;
    top: 1rem;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.site-main {
    display: grid;
    gap: 1.25rem;
}

.locale-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.9);
}

.locale-pill {
    min-width: 48px;
    padding: 0.6rem 0.85rem;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.locale-pill:hover {
    transform: translateY(-1px);
}

.site-hero-panel,
.site-play-hero {
    padding: 1.5rem;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    border: 1px solid rgba(226, 232, 240, 0.96);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.site-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.1rem;
    align-items: stretch;
}

.site-hero-main,
.site-play-hero-main {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.hero-copy h1,
.play-hero h1,
.site-hero-main h1,
.site-play-hero-main h1 {
    font-size: clamp(2.35rem, 5vw, 4.4rem);
    line-height: 0.96;
    max-width: 11ch;
    letter-spacing: -0.03em;
}

.site-hero-main p:not(.eyebrow),
.site-play-hero-main p:not(.eyebrow),
.site-hero-note p,
.site-preview-copy small,
.site-category-body p,
.site-choice-copy p,
.site-pair-caption {
    color: var(--muted);
    line-height: 1.7;
}

.site-hero-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.site-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.site-metric-card {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.site-metric-card strong {
    font-size: 1.9rem;
    line-height: 1;
}

.site-metric-card span {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.site-hero-side {
    display: grid;
    gap: 0.9rem;
}

.site-hero-note {
    display: grid;
    gap: 0.55rem;
    padding: 1.15rem 1.2rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
}

.site-hero-note .eyebrow,
.site-hero-note p {
    color: rgba(226, 232, 240, 0.84);
}

.site-hero-preview {
    display: grid;
    gap: 0.65rem;
}

.site-preview-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
}

.site-preview-copy strong,
.site-preview-copy small {
    display: block;
}

.site-category-section,
.site-play-shell {
    display: grid;
    gap: 1rem;
}

.site-section-heading,
.site-play-shell-head {
    align-items: end;
}

.site-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}

.site-category-card,
.site-choice-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(226, 232, 240, 0.98);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.site-category-card:hover,
.site-choice-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.site-category-media,
.site-choice-media {
    position: relative;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #dfe7f1, #eef3f8);
}

.site-category-media {
    height: 250px;
}

.site-choice-media {
    height: 290px;
}

.site-category-media::after,
.site-choice-media::after,
.site-play-hero-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.5) 100%);
}

.site-category-badge,
.site-choice-label {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.site-category-badge {
    left: 1rem;
    bottom: 1rem;
}

.site-category-badge.is-ready {
    background: rgba(230, 237, 245, 0.94);
    color: #1e3a5f;
}

.site-category-body,
.site-choice-copy {
    display: grid;
    gap: 0.85rem;
    padding: 1.2rem 1.25rem 1.1rem;
}

.site-category-head,
.site-choice-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
}

.site-category-head h3,
.site-choice-head h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.15;
}

.site-card-kicker {
    margin-bottom: 0.38rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
}

.site-category-footer {
    padding-top: 0.9rem;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.site-card-muted {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.site-play-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 1rem;
    align-items: stretch;
}

.site-play-meta {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.site-play-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.9);
    color: #475569;
    font-size: 0.84rem;
    font-weight: 800;
}

.site-play-hero-side {
    display: grid;
}

.site-play-hero-card {
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.site-play-hero-media {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, #dfe7f1, #eef3f8);
}

.site-play-hero-copy {
    display: grid;
    gap: 0.4rem;
}

.site-play-hero-copy p {
    color: var(--muted);
    line-height: 1.65;
}

.site-play-shell {
    padding: 1.35rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    border: 1px solid rgba(226, 232, 240, 0.96);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.site-pair-grid {
    gap: 1.2rem;
}

.site-choice-card {
    width: 100%;
    text-align: left;
    padding: 0;
}

.site-choice-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(15, 23, 42, 0.04) 100%);
    opacity: 0;
    transition: opacity 0.24s ease;
}

.site-choice-card:hover::before {
    opacity: 1;
}

.site-choice-label {
    top: 1rem;
    left: 1rem;
}

.site-choice-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    border-radius: 999px;
    background: var(--surface-soft);
    color: #475569;
    font-size: 0.82rem;
    font-weight: 800;
}

.site-choice-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2.5rem);
    margin: 0 1.25rem 1.25rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: #0f172a;
    color: #ffffff;
    font-weight: 800;
}

.site-pair-caption {
    text-align: center;
}

.site-empty-state {
    padding: 1.75rem;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.site-play-body {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 74, 120, 0.1), transparent 18%),
        radial-gradient(circle at 88% 14%, rgba(37, 99, 235, 0.12), transparent 20%),
        linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
    color: #09125c;
}

.site-play-body .site-shell {
    width: min(1320px, calc(100% - 2rem));
    padding: 1.1rem 0 3.5rem;
}

.site-play-body .site-main {
    gap: 1.2rem;
}

.site-play-brandbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1.15rem;
    border: 1px solid rgba(226, 232, 240, 0.94);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
}

.site-play-backchip,
.site-play-brand-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(209, 221, 243, 0.96);
    background: rgba(255, 255, 255, 0.92);
    color: #09125c;
    font-size: 0.88rem;
    font-weight: 800;
}

.site-play-backchip:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(9, 18, 92, 0.08);
}

.site-play-brand-logo {
    width: min(100%, 360px);
    height: auto;
    justify-self: center;
}

.site-play-brand-status {
    justify-self: end;
    color: #5f6f92;
}

.site-play-body .eyebrow {
    color: #66759a;
}

.site-play-body .site-play-hero {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    gap: 1.25rem;
    padding: 1.8rem;
    border-radius: 32px;
    border-color: rgba(221, 229, 245, 0.98);
    box-shadow: 0 26px 56px rgba(15, 23, 42, 0.08);
}

.site-play-body .site-play-hero-main {
    gap: 1.15rem;
}

.site-play-body .site-play-hero-main h1 {
    max-width: none;
    font-size: clamp(3rem, 6vw, 5rem);
    color: #09125c;
}

.site-play-body .site-play-hero-main p:not(.eyebrow) {
    max-width: 44rem;
    color: #4d5d7d;
    font-size: 1.08rem;
    line-height: 1.85;
}

.site-play-body .site-play-meta {
    gap: 0.75rem;
}

.site-play-body .site-play-pill {
    min-height: 40px;
    padding: 0.6rem 0.95rem;
    border-color: rgba(209, 221, 243, 0.96);
    background: rgba(255, 255, 255, 0.92);
    color: #3e4e70;
}

.site-play-body .site-play-hero-card {
    gap: 1rem;
    padding: 1rem;
    border-radius: 28px;
    border-color: rgba(221, 229, 245, 0.96);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 255, 0.94) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.site-play-body .site-play-hero-media {
    height: 250px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 74, 120, 0.16), transparent 22%),
        radial-gradient(circle at 78% 22%, rgba(88, 28, 255, 0.14), transparent 24%),
        linear-gradient(140deg, #eff5ff 0%, #e4edff 55%, #f7f9ff 100%);
    display: grid;
    place-items: center;
}

.site-play-body .site-play-hero-media.is-brand-fallback::after {
    display: none;
}

.site-play-hero-logo {
    width: min(100%, 250px);
    height: auto;
    filter: drop-shadow(0 18px 32px rgba(9, 18, 92, 0.08));
}

.site-play-hero-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #09125c;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.site-play-hero-media-mark {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.45rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.site-play-hero-copy-head,
.site-play-shell-note {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.site-play-hero-copy-mark,
.site-play-shell-note-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    padding: 0.35rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.site-play-body .site-play-hero-copy p {
    color: #586887;
}

.site-play-body .site-play-shell {
    padding: 1.5rem;
    border-radius: 32px;
    border-color: rgba(221, 229, 245, 0.96);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

.site-play-body .site-play-shell-head {
    align-items: center;
}

.site-play-body .site-play-shell-head .subtle-copy {
    color: #586887;
    font-weight: 700;
}

.site-play-body .site-pair-grid {
    gap: 1.35rem;
}

.site-play-body .site-choice-card {
    border-radius: 32px;
    border-color: rgba(221, 229, 245, 0.98);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.site-play-body .site-choice-card:hover {
    box-shadow: 0 32px 64px rgba(15, 23, 42, 0.12);
}

.site-play-body .site-choice-media {
    height: 320px;
    background:
        radial-gradient(circle at top left, rgba(255, 74, 120, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.14), transparent 28%),
        linear-gradient(145deg, #eef4ff 0%, #dfe8fb 58%, #f7f9ff 100%);
}

.site-play-body .site-choice-media::after {
    background: linear-gradient(180deg, rgba(9, 18, 92, 0) 0%, rgba(9, 18, 92, 0.58) 100%);
}

.site-choice-fallback-panel {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 1.25rem;
}

.site-choice-fallback-mark {
    width: min(100%, 180px);
    height: auto;
    opacity: 0.16;
    filter: saturate(0.9);
}

.site-play-body .site-choice-media .choice-fallback {
    position: absolute;
    right: 1.2rem;
    bottom: 1rem;
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    color: #09125c;
    font-size: clamp(3rem, 8vw, 4.8rem);
    font-weight: 800;
    letter-spacing: -0.05em;
}

.site-choice-brand-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 34px;
    padding: 0.38rem 0.65rem 0.38rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #4a5876;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.site-choice-brand-badge-mark,
.site-choice-brand-pill-mark {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.site-play-body .site-choice-copy {
    gap: 1rem;
    padding: 1.35rem;
}

.site-play-body .site-choice-head h3 {
    font-size: 1.42rem;
    color: #09125c;
}

.site-play-body .site-choice-copy p {
    color: #586887;
    min-height: 3.4em;
}

.site-choice-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.site-choice-brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 38px;
    padding: 0.42rem 0.72rem 0.42rem 0.5rem;
    border: 1px solid rgba(221, 229, 245, 0.96);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #53627f;
    font-size: 0.82rem;
    font-weight: 800;
}

.site-play-body .site-choice-index {
    background: #eef2ff;
    color: #09125c;
}

.site-play-body .site-choice-cta {
    width: auto;
    margin: 0;
    min-height: 46px;
    padding: 0.82rem 1.05rem;
    border-radius: 16px;
    background: #09125c;
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(9, 18, 92, 0.16);
}

.site-play-body .site-pair-caption {
    display: none;
}

.site-play-body .site-empty-state {
    border: 1px solid rgba(221, 229, 245, 0.98);
}

@keyframes pairFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) {
    .stats-grid,
    .dashboard-metrics-grid,
    .resource-summary-grid,
    .admin-grid,
    .dashboard-hero-grid,
    .dashboard-bottom-grid,
    .site-hero-panel,
    .site-play-hero,
    .editor-layout,
    .category-grid,
    .site-category-grid,
    .pair-grid,
    .site-pair-grid,
    .login-panel {
        grid-template-columns: 1fr;
    }

    .admin-grid-wide {
        grid-template-columns: 1fr;
    }

    .site-hero-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .topbar-description {
        max-width: none;
    }

    .site-play-brandbar {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .site-play-brand-logo,
    .site-play-brand-status {
        justify-self: start;
    }
}

@media (max-width: 960px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30;
        width: min(280px, calc(100vw - 2rem));
        transform: translateX(-105%);
        transition: transform 0.24s ease;
        box-shadow: var(--shadow-lg);
    }

    .admin-sidebar-open .admin-sidebar {
        transform: translateX(0);
    }

    .admin-backdrop {
        position: fixed;
        inset: 0;
        z-index: 20;
        border: 0;
        background: rgba(15, 23, 42, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .admin-sidebar-open .admin-backdrop {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    .admin-main {
        padding: 1rem;
    }

    .admin-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.72rem 0.15rem 0.85rem;
    }

    .admin-mobile-brand {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        font-weight: 800;
        color: var(--text);
    }

    .admin-mobile-logo {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .admin-menu-toggle {
        border: 1px solid var(--border);
        background: linear-gradient(140deg, #ffffff 0%, #f8f9fc 100%);
        border-radius: 12px;
        padding: 0.6rem 0.8rem;
        font-weight: 700;
        color: var(--text);
    }

    .admin-topbar {
        border-radius: 18px;
    }

    .chart-frame-lg,
    .chart-frame-md,
    .chart-frame-sm {
        min-height: 260px;
    }

    .site-shell {
        width: min(100% - 1rem, 100%);
    }

    .site-header {
        position: static;
    }
}

@media (max-width: 760px) {
    .panel-head,
    .section-heading,
    .hero-panel,
    .play-hero,
    .admin-topbar,
    .admin-topbar-actions,
    .media-upload,
    .form-columns {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .admin-topbar-actions,
    .table-actions,
    .form-actions,
    .locale-switcher,
    .category-footer,
    .resource-table-toolbar,
    .table-pagination,
    .datatable-card .dt-layout-row {
        align-items: stretch;
    }

    .admin-user-pill {
        width: 100%;
    }

    .media-upload {
        display: grid;
    }

    .image-preview-large {
        min-height: 180px;
    }

    .category-tab-list {
        width: 100%;
    }

    .category-tab-button {
        min-width: 0;
    }

    .category-tab-pane {
        padding: 1rem;
    }

    .resource-table-toolbar,
    .table-pagination,
    .datatable-card .dt-layout-row {
        flex-direction: column;
    }

    .site-header,
    .site-header-actions,
    .site-hero-actions,
    .site-play-meta,
    .site-preview-row,
    .site-category-head,
    .site-choice-head {
        flex-direction: column;
        align-items: stretch;
    }

    .site-hero-metrics {
        grid-template-columns: 1fr;
    }

    .site-category-grid,
    .site-pair-grid {
        grid-template-columns: 1fr;
    }

    .site-choice-cta {
        width: auto;
    }

    .datatable-card .dt-search {
        margin-left: 0;
    }

    .datatable-card .dt-search input {
        width: 100%;
    }

    .site-play-body .site-shell {
        width: min(100% - 1rem, 100%);
        padding-bottom: 2rem;
    }

    .site-play-brandbar {
        padding: 0.85rem 0.95rem;
    }

    .site-play-brand-logo {
        width: min(100%, 280px);
    }

    .site-play-body .site-play-hero,
    .site-play-body .site-play-shell {
        padding: 1rem;
        border-radius: 24px;
    }

    .site-play-shell-note {
        align-items: flex-start;
    }

    .site-choice-foot {
        align-items: stretch;
    }

    .site-play-body .site-choice-cta {
        width: 100%;
        justify-content: center;
    }

}

@media (max-width: 640px) {
    .site-shell {
        width: min(100% - 1rem, 100%);
    }

    .hero-copy h1,
    .play-hero h1,
    .site-hero-main h1,
    .site-play-hero-main h1 {
        max-width: none;
    }

    .choice-media,
    .category-media,
    .site-choice-media,
    .site-category-media,
    .site-play-hero-media {
        height: 220px;
    }

    .site-play-shell,
    .site-hero-panel,
    .site-play-hero {
        padding: 1rem;
    }

    .site-play-body .site-play-hero-main h1 {
        font-size: clamp(2.4rem, 12vw, 3.6rem);
    }

    .site-play-body .site-choice-media {
        height: 260px;
    }
}

.site-brand-logo {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 14px;
}

.site-brand strong {
    font-size: 1.22rem;
    letter-spacing: -0.02em;
}

.site-brand small {
    font-family: var(--font-body);
}

.site-coming-body {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 74, 120, 0.14), transparent 24%),
        radial-gradient(circle at 84% 14%, rgba(34, 92, 255, 0.14), transparent 26%),
        radial-gradient(circle at 70% 70%, rgba(142, 63, 255, 0.12), transparent 22%),
        linear-gradient(180deg, #fffafc 0%, #f7f8ff 52%, #f2f6ff 100%);
}

.site-coming-body .site-backdrop-orb-left {
    width: 300px;
    height: 300px;
    background: rgba(255, 74, 120, 0.12);
}

.site-coming-body .site-backdrop-orb-right {
    width: 360px;
    height: 360px;
    background: rgba(34, 92, 255, 0.1);
}

.coming-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 1.2rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.78) 46%, rgba(243, 246, 255, 0.88) 100%);
    box-shadow: 0 24px 70px rgba(99, 102, 241, 0.12);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.coming-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 74, 120, 0.16), transparent 26%),
        radial-gradient(circle at bottom right, rgba(34, 92, 255, 0.14), transparent 30%);
    pointer-events: none;
}

.coming-hero-copy,
.coming-hero-side,
.coming-status-card,
.coming-feature-card,
.coming-category-card,
.coming-logo-scene {
    position: relative;
    z-index: 1;
}

.coming-hero-copy,
.coming-hero-side {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.coming-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 38px;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    color: #a027b3;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.coming-wordmark {
    width: min(100%, 540px);
    filter: drop-shadow(0 18px 36px rgba(99, 102, 241, 0.12));
}

.coming-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 0.94;
    letter-spacing: -0.04em;
    color: #151e79;
}

.coming-lead {
    max-width: 58ch;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #44506b;
}

.coming-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.coming-primary,
.coming-secondary,
.coming-card-cta {
    min-height: 52px;
    padding-inline: 1.2rem;
    border-radius: 16px;
    font-weight: 800;
}

.coming-primary,
.coming-card-cta {
    background: linear-gradient(135deg, #ff4a78 0%, #9a34dc 48%, #225cff 100%);
    border: 0;
    box-shadow: 0 18px 30px rgba(154, 52, 220, 0.24);
}

.coming-primary:hover,
.coming-card-cta:hover {
    background: linear-gradient(135deg, #ff3d6f 0%, #8929d0 50%, #184ef0 100%);
}

.coming-secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(109, 40, 217, 0.12);
}

.coming-promise {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: fit-content;
    padding: 0.78rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(226, 232, 240, 0.92);
    color: #344054;
    font-size: 0.95rem;
    font-weight: 700;
}

.coming-promise-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff4a78 0%, #225cff 100%);
    box-shadow: 0 0 0 6px rgba(255, 74, 120, 0.12);
}

.coming-logo-scene {
    min-height: 340px;
    padding: 1.25rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(255, 74, 120, 0.14), transparent 26%),
        radial-gradient(circle at bottom right, rgba(34, 92, 255, 0.16), transparent 30%),
        rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.coming-scene-card {
    display: grid;
    place-items: center;
    min-height: 100%;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(244, 246, 255, 0.84) 100%);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
}

.coming-scene-mark {
    width: min(100%, 290px);
    animation: comingFloat 4.6s ease-in-out infinite;
}

.coming-scene-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    color: #1e1b4b;
    font-size: 0.88rem;
    font-weight: 800;
}

.coming-scene-chip-top {
    top: 1rem;
    right: 1rem;
}

.coming-scene-chip-bottom {
    left: 1rem;
    bottom: 1rem;
}

.coming-status-card {
    display: grid;
    gap: 0.9rem;
    padding: 1.25rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(21, 30, 121, 0.98) 0%, rgba(74, 35, 150, 0.96) 100%);
    box-shadow: 0 24px 50px rgba(21, 30, 121, 0.26);
}

.coming-status-card .eyebrow,
.coming-status-card p,
.coming-status-card span {
    color: rgba(238, 242, 255, 0.84);
}

.coming-status-card h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    color: #ffffff;
}

.coming-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.coming-mini-stat {
    display: grid;
    gap: 0.28rem;
    padding: 0.95rem 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.coming-mini-stat strong {
    font-size: 1.7rem;
    color: #ffffff;
}

.coming-mini-stat span {
    font-size: 0.84rem;
    font-weight: 700;
}

.coming-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.coming-feature-card {
    display: grid;
    gap: 0.75rem;
    padding: 1.3rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.coming-feature-card h2 {
    font-size: 1.5rem;
    color: #1c277e;
}

.coming-feature-card p:not(.eyebrow) {
    color: #52607d;
    line-height: 1.72;
}

.coming-feature-card-accent {
    background: linear-gradient(135deg, rgba(255, 74, 120, 0.96) 0%, rgba(34, 92, 255, 0.92) 100%);
    border-color: transparent;
}

.coming-feature-card-accent .eyebrow,
.coming-feature-card-accent h2,
.coming-feature-card-accent p {
    color: #ffffff;
}

.coming-section {
    display: grid;
    gap: 1rem;
}

.coming-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.coming-section-head h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #151e79;
}

.coming-section-copy {
    max-width: 42ch;
    color: #52607d;
    line-height: 1.75;
}

.coming-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.coming-category-card {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(247, 249, 255, 0.84) 100%);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.coming-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.coming-category-card.is-ready {
    border-color: rgba(154, 52, 220, 0.2);
}

.coming-category-top,
.coming-category-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
}

.coming-category-status,
.coming-category-count {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
}

.coming-category-status.is-ready {
    background: rgba(255, 74, 120, 0.1);
    color: #c81e61;
}

.coming-category-status.is-soon {
    background: rgba(21, 30, 121, 0.08);
    color: #23307d;
}

.coming-category-count {
    background: rgba(255, 255, 255, 0.84);
    color: #52607d;
    text-align: center;
}

.coming-category-body {
    display: grid;
    gap: 0.85rem;
}

.coming-category-head h3 {
    font-size: 1.45rem;
    line-height: 1.05;
    color: #1c277e;
}

.coming-category-body p {
    color: #52607d;
    line-height: 1.72;
}

.coming-category-footer {
    padding-top: 0.95rem;
    border-top: 1px solid rgba(210, 219, 236, 0.82);
}

.coming-card-muted {
    color: #68758f;
    font-weight: 700;
}

@keyframes comingFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1180px) {
    .coming-hero,
    .coming-feature-strip,
    .coming-category-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .coming-section-head,
    .coming-actions,
    .coming-category-top,
    .coming-category-head {
        flex-direction: column;
        align-items: stretch;
    }

    .coming-mini-stats {
        grid-template-columns: 1fr;
    }

    .coming-hero,
    .coming-feature-card,
    .coming-category-card,
    .coming-status-card,
    .coming-logo-scene {
        border-radius: 24px;
    }

    .coming-wordmark {
        width: 100%;
    }

    .coming-scene-chip-top,
    .coming-scene-chip-bottom {
        position: static;
    }
}

.site-launch-body {
    background: #ffffff;
    color: #09125c;
}

.site-launch-body .site-page-backdrop {
    display: none;
}

.site-launch-body .site-shell {
    width: min(100% - 1.5rem, 1180px);
    min-height: 100vh;
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
}

.site-launch-body .site-main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.launch-screen {
    position: relative;
    min-height: auto;
    display: grid;
    align-items: stretch;
    justify-items: center;
    z-index: 1;
}

.launch-page-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.launch-decor-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.22;
    mix-blend-mode: normal;
}

.launch-decor-pill {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    min-height: 36px;
    padding: 0.38rem 0.8rem;
    border: 1.5px solid transparent;
    border-radius: 999px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.56)) padding-box,
        linear-gradient(90deg, rgba(255, 74, 120, 0.28) 0%, rgba(177, 76, 255, 0.26) 52%, rgba(37, 99, 235, 0.28) 100%) border-box;
    color: rgba(9, 18, 92, 0.16);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.025);
}

.launch-decor-heart {
    position: absolute;
    bottom: 13%;
    left: 8%;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, rgba(255, 74, 120, 0.15) 0%, rgba(177, 76, 255, 0.12) 55%, rgba(37, 99, 235, 0.14) 100%);
    border-radius: 7px 7px 3px 3px;
    opacity: 0.15;
    transform: rotate(-45deg);
}

.launch-decor-heart::before,
.launch-decor-heart::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: inherit;
    border-radius: 999px;
}

.launch-decor-heart::before {
    top: -14px;
    left: 0;
}

.launch-decor-heart::after {
    top: 0;
    left: 14px;
}

.launch-decor-orb-top-left {
    top: 4%;
    left: 4%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 74, 120, 0.14) 0%, rgba(255, 74, 120, 0) 72%);
}

.launch-decor-orb-top-right {
    top: 7%;
    right: 4%;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0) 72%);
}

.launch-decor-orb-left-upper {
    top: 20%;
    left: -1%;
    width: 132px;
    height: 132px;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.11) 0%, rgba(244, 114, 182, 0) 74%);
}

.launch-decor-orb-right-upper {
    top: 28%;
    right: -1%;
    width: 142px;
    height: 142px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, rgba(99, 102, 241, 0) 74%);
}

.launch-decor-orb-left-lower {
    top: 52%;
    left: 3%;
    width: 124px;
    height: 124px;
    background: radial-gradient(circle, rgba(255, 74, 120, 0.1) 0%, rgba(255, 74, 120, 0) 74%);
}

.launch-decor-orb-right-lower {
    top: 58%;
    right: 5%;
    width: 144px;
    height: 144px;
    background: radial-gradient(circle, rgba(177, 76, 255, 0.1) 0%, rgba(177, 76, 255, 0) 74%);
}

.launch-decor-orb-bottom-left {
    bottom: 12%;
    left: 6%;
    width: 156px;
    height: 156px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0) 72%);
}

.launch-decor-orb-bottom-right {
    bottom: 10%;
    right: 6%;
    width: 148px;
    height: 148px;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.1) 0%, rgba(244, 114, 182, 0) 72%);
}

.launch-decor-pill-top-left {
    top: 11%;
    left: 10%;
    transform: rotate(-8deg);
}

.launch-decor-pill-top-right {
    top: 24%;
    right: 9%;
    transform: rotate(7deg);
}

.launch-decor-pill-left-lower {
    top: 67%;
    left: 7%;
    transform: rotate(-6deg);
}

.launch-decor-pill-right-lower {
    top: 76%;
    right: 8%;
    transform: rotate(6deg);
}

.launch-decor-heart-left {
    bottom: 13%;
    left: 8%;
}

.launch-decor-heart-right {
    top: 42%;
    right: 11%;
    bottom: auto;
    left: auto;
}

.launch-decor-heart-bottom {
    right: 18%;
    bottom: 3%;
    left: auto;
}

.launch-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 980px);
    min-height: auto;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 0.95rem;
    padding: 3.8vh 1rem 1.35rem;
    text-align: center;
}

.launch-locale-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
}

.launch-locale-pill {
    min-width: 48px;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    color: #09125c;
    font-size: 0.84rem;
    font-weight: 800;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.launch-locale-pill.is-active {
    background: #eef2ff;
    color: #09125c;
}

.launch-logo {
    width: min(100%, 350px);
    height: auto;
    margin-top: 0;
    margin-bottom: -0.15rem;
}

.launch-copy {
    display: grid;
    gap: 0.78rem;
    max-width: 39rem;
}

.launch-copy h1 {
    font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
    font-weight: 800;
    font-size: clamp(2.2rem, 4.8vw, 3.6rem);
    line-height: 0.9;
    letter-spacing: -0.03em;
    color: #09125c;
}

.launch-copy p {
    color: #09125c;
    max-width: 34rem;
    font-size: 1.02rem;
    line-height: 1.65;
}

.launch-countdown {
    width: min(100%, 560px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 0.18rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.launch-countdown-item {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 0.12rem;
    padding: 0.66rem 0.28rem 0.6rem;
    border-radius: 999px;
    background: transparent;
}

.launch-countdown-item:not(:first-child) {
    border-left: 0;
}

.launch-countdown-item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 18%;
    bottom: 18%;
    left: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(226, 232, 240, 0) 0%, rgba(203, 213, 225, 0.98) 18%, rgba(203, 213, 225, 0.98) 82%, rgba(226, 232, 240, 0) 100%);
}

.launch-countdown-item strong {
    font-size: clamp(1.45rem, 3vw, 1.95rem);
    line-height: 1;
    color: #09125c;
}

.launch-countdown-item span {
    color: #09125c;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.launch-button {
    min-height: 56px;
    padding: 1rem 1.7rem;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 55%, #2563eb 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 20px 38px rgba(79, 70, 229, 0.2);
}

.launch-button:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #4338ca 55%, #1d4ed8 100%);
}

.launch-highlights {
    width: min(100%, 760px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 0.1rem;
}

.launch-highlight-card {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.82rem 0.95rem;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.035);
    text-align: left;
}

.launch-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 74, 120, 0.12) 0%, rgba(154, 52, 220, 0.11) 52%, rgba(34, 92, 255, 0.11) 100%);
    color: #7c3aed;
}

.launch-highlight-icon svg {
    width: 1.05rem;
    height: 1.05rem;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.launch-highlight-card h3 {
    font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.3;
    color: #09125c;
}

.launch-seo-section {
    display: grid;
    justify-items: center;
    padding: 0 1rem 2.35rem;
}

.launch-seo-copy {
    width: min(100%, 760px);
    display: grid;
    gap: 0.4rem;
    padding: 1.05rem 1.15rem 1.12rem;
    border: 1px solid rgba(226, 232, 240, 0.66);
    border-radius: 22px;
    background: rgba(252, 252, 253, 0.9);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.03);
    text-align: left;
}

.launch-seo-copy h2 {
    font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #09125c;
}

.launch-seo-copy p {
    color: #475569;
    font-size: 0.93rem;
    line-height: 1.7;
}

@media (max-width: 640px) {
    .site-launch-body .site-shell {
        width: min(100% - 1rem, 100%);
        padding: 0.5rem 0;
    }

    .launch-screen {
        min-height: auto;
    }

    .launch-panel {
        min-height: auto;
        gap: 1.05rem;
        padding: 3.9vh 0.2rem 1.1rem;
    }

    .launch-page-decor {
        inset: 0 -6%;
    }

    .launch-logo {
        width: min(100%, 285px);
        margin-top: 0;
    }

    .launch-countdown {
        width: min(100%, 392px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 28px;
    }

    .launch-countdown-item {
        padding: 0.75rem 0.5rem 0.7rem;
        border-radius: 24px;
    }

    .launch-countdown-item:not(:first-child) {
        border-left: 0;
    }

    .launch-countdown-item:not(:first-child)::before {
        display: none;
    }

    .launch-countdown-item:nth-child(2n) {
        border-left: 1px solid rgba(226, 232, 240, 0.92);
    }

    .launch-countdown-item:nth-child(n + 3) {
        border-top: 1px solid rgba(226, 232, 240, 0.92);
    }

    .launch-highlights {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }

    .launch-seo-section {
        padding: 0 0.2rem 2.2rem;
    }

    .launch-seo-copy {
        padding: 0.95rem 0.9rem 1rem;
    }

    .launch-seo-copy p {
        font-size: 0.96rem;
        line-height: 1.8;
    }
}

/* Coming soon page brand refresh (home scope only) */
.site-coming-soon-body {
    --coming-primary: #09125b;
    --coming-primary-strong: #00011b;
    --coming-on-surface: #191c1e;
    --coming-surface: #ffffff;
    --coming-surface-soft: #f8f9fc;
    --coming-surface-muted: #f2f3f6;
    --coming-outline: #c6c5d2;
    --coming-outline-strong: #767682;
    --coming-gradient-start: #fe6a34;
    --coming-gradient-end: #fc2a76;
    background: var(--coming-surface-soft);
    color: var(--coming-on-surface);
    font-family: "Plus Jakarta Sans", "Nunito Sans", "Segoe UI", sans-serif;
}

.site-coming-soon-body .site-main,
.site-coming-soon-body .launch-copy,
.site-coming-soon-body .launch-countdown,
.site-coming-soon-body .launch-highlights,
.site-coming-soon-body .launch-seo-section {
    font-family: "Plus Jakarta Sans", "Nunito Sans", "Segoe UI", sans-serif;
}

.site-coming-soon-body .site-shell {
    align-items: center;
}

.site-coming-soon-body .site-main {
    overflow: visible;
}

.site-coming-soon-body .launch-panel {
    gap: 40px;
    padding-top: 3.8vh;
}

.site-coming-soon-body .launch-logo {
    width: min(100%, 150px);
    margin-top: -1.9rem;
    margin-bottom: -0.1rem;
    filter: drop-shadow(0 16px 28px rgba(9, 18, 91, 0.08));
}

.site-coming-soon-body .launch-copy {
    margin-top: -0.35rem;
    gap: 40px;
}

.site-coming-soon-body .launch-socials {
    width: min(100%, 320px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: -0.35rem;
}

.site-coming-soon-body .launch-social-item {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(198, 197, 210, 0.8);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--coming-primary);
    box-shadow: 0 10px 22px rgba(9, 18, 91, 0.06);
}

.site-coming-soon-body .launch-social-item svg {
    width: 1.12rem;
    height: 1.12rem;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.site-coming-soon-body .launch-decor-orb {
    filter: blur(22px);
    opacity: 0.28;
}

.site-coming-soon-body .launch-decor-orb-top-left,
.site-coming-soon-body .launch-decor-orb-left-upper,
.site-coming-soon-body .launch-decor-orb-left-lower {
    background: radial-gradient(circle, rgba(254, 106, 52, 0.32) 0%, rgba(254, 106, 52, 0) 72%);
}

.site-coming-soon-body .launch-decor-orb-top-right,
.site-coming-soon-body .launch-decor-orb-right-upper,
.site-coming-soon-body .launch-decor-orb-right-lower {
    background: radial-gradient(circle, rgba(252, 42, 118, 0.3) 0%, rgba(252, 42, 118, 0) 72%);
}

.site-coming-soon-body .launch-decor-orb-bottom-left,
.site-coming-soon-body .launch-decor-orb-bottom-right {
    background: radial-gradient(circle, rgba(189, 194, 255, 0.28) 0%, rgba(189, 194, 255, 0) 72%);
}

.site-coming-soon-body .launch-decor-pill {
    border-color: transparent;
    background:
        linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) padding-box,
        linear-gradient(90deg, rgba(254, 106, 52, 0.44) 0%, rgba(252, 42, 118, 0.46) 100%) border-box;
    color: rgba(9, 18, 91, 0.3);
    letter-spacing: 0.05em;
}

.site-coming-soon-body .launch-decor-heart {
    background: linear-gradient(130deg, rgba(254, 106, 52, 0.22) 0%, rgba(252, 42, 118, 0.2) 100%);
    opacity: 0.26;
}

.site-coming-soon-body .launch-copy h1 {
    font-family: "Plus Jakarta Sans", "Nunito Sans", "Segoe UI", sans-serif !important;
    font-size: clamp(2.2rem, 4.8vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--coming-primary);
}

.site-coming-soon-body .launch-copy p {
    max-width: 34rem;
    color: #464650;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    font-weight: 400;
    line-height: 1.65;
}

.site-coming-soon-body .launch-countdown {
    border: 1px solid rgba(198, 197, 210, 0.92);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(9, 18, 91, 0.08);
}

.site-coming-soon-body .launch-countdown-item:not(:first-child)::before {
    background: linear-gradient(180deg, rgba(198, 197, 210, 0) 0%, rgba(198, 197, 210, 0.98) 18%, rgba(198, 197, 210, 0.98) 82%, rgba(198, 197, 210, 0) 100%);
}

.site-coming-soon-body .launch-countdown-item strong {
    color: var(--coming-primary);
    font-weight: 800;
}

.site-coming-soon-body .launch-countdown-item span {
    color: var(--coming-primary);
}

.site-coming-soon-body .launch-button {
    border-radius: 999px;
    background: linear-gradient(120deg, var(--coming-gradient-start) 0%, var(--coming-gradient-end) 100%);
    box-shadow: 0 18px 36px rgba(252, 42, 118, 0.26);
}

.site-coming-soon-body .launch-button:hover {
    background: linear-gradient(120deg, #f35d2a 0%, #f61d6c 100%);
}

.site-coming-soon-body .launch-highlight-card {
    border: 1px solid rgba(198, 197, 210, 0.76);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(9, 18, 91, 0.06);
}

.site-coming-soon-body .launch-highlight-icon {
    background: linear-gradient(135deg, rgba(254, 106, 52, 0.18) 0%, rgba(252, 42, 118, 0.16) 100%);
    color: #ab3500;
}

.site-coming-soon-body .launch-highlight-card h3,
.site-coming-soon-body .launch-seo-copy h2 {
    font-family: "Plus Jakarta Sans", "Nunito Sans", "Segoe UI", sans-serif !important;
    color: var(--coming-primary);
}

.site-coming-soon-body .launch-seo-copy {
    border: 1px solid rgba(198, 197, 210, 0.76);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 26px rgba(9, 18, 91, 0.05);
}

.site-coming-soon-body .launch-seo-copy p {
    color: #464650;
}

@media (max-width: 640px) {
    .site-coming-soon-body {
        overflow-y: auto;
    }

    .site-coming-soon-body .site-shell {
        align-items: flex-start;
    }

    .site-coming-soon-body .launch-panel {
        gap: 30px;
        padding-top: 0;
    }

    .site-coming-soon-body .launch-copy {
        gap: 30px;
    }

    .site-coming-soon-body .launch-logo {
        width: min(100%, 120px);
        margin-top: 20px;
    }

    .site-coming-soon-body .launch-copy h1 {
        font-size: clamp(1.82rem, 8.5vw, 2.35rem);
        line-height: 1.2;
    }

    .site-coming-soon-body .launch-countdown {
        width: min(100%, 360px);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        border-radius: 999px;
        padding: 0.14rem;
    }

    .site-coming-soon-body .launch-countdown-item {
        padding: 0.46rem 0.2rem 0.42rem;
        border-radius: 999px;
    }

    .site-coming-soon-body .launch-countdown-item strong {
        font-size: clamp(1.08rem, 4.8vw, 1.34rem);
    }

    .site-coming-soon-body .launch-countdown-item span {
        font-size: 0.58rem;
        letter-spacing: 0.06em;
    }

    .site-coming-soon-body .launch-countdown-item:not(:first-child)::before {
        display: block;
    }

    .site-coming-soon-body .launch-countdown-item:nth-child(2n) {
        border-left: 0;
    }

    .site-coming-soon-body .launch-countdown-item:nth-child(n + 3) {
        border-top: 0;
    }

    .site-coming-soon-body .launch-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .site-coming-soon-body .launch-highlight-card {
        flex-direction: column;
        justify-content: center;
        gap: 0.35rem;
        padding: 0.55rem 0.4rem;
        border-radius: 14px;
        min-height: 84px;
        text-align: center;
    }

    .site-coming-soon-body .launch-highlight-icon {
        width: 1.7rem;
        height: 1.7rem;
        border-radius: 10px;
    }

    .site-coming-soon-body .launch-highlight-icon svg {
        width: 0.82rem;
        height: 0.82rem;
    }

    .site-coming-soon-body .launch-highlight-card h3 {
        font-size: 0.74rem;
        line-height: 1.2;
    }
}

.site-header {
    justify-content: center;
    margin-bottom: 1rem;
    padding-top: 0.25rem;
}

.site-brand {
    justify-content: center;
}

.site-brand-lockup {
    display: block;
    width: min(100%, 180px);
    height: auto;
}

.site-footer {
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    margin-top: 1.25rem;
    padding-top: 0.35rem;
}

.site-footer-brand {
    display: inline-flex;
    justify-content: center;
}

.site-footer-lockup {
    display: block;
    width: min(100%, 140px);
    height: auto;
}

.site-footer p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.play-page {
    min-height: calc(100vh - 220px);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1.6rem;
    padding: 1rem 0 0.5rem;
}

.play-page-head {
    display: grid;
    justify-items: center;
    gap: 0.2rem;
    width: min(100%, 44rem);
    text-align: center;
}

.play-page-head h1 {
    margin: 0;
    font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: #09125c;
}

.play-page-stage {
    width: min(100%, 980px);
}

.play-page-stage.is-loading .play-option-card {
    opacity: 0.6;
    pointer-events: none;
}

.play-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.play-option-card {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    text-align: left;
    border: 1px solid rgba(221, 229, 245, 0.98);
    border-radius: 28px;
    background: transparent;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.play-option-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}

.play-option-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #09125c;
    font-size: 0.8rem;
    font-weight: 800;
    box-shadow: none;
}

.play-option-media {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 74, 120, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.14), transparent 28%),
        linear-gradient(145deg, #eef4ff 0%, #dfe8fb 58%, #f7f9ff 100%);
}

.play-option-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-option-fallback {
    display: grid;
    place-items: center;
    width: 132px;
    height: 132px;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(255, 74, 120, 0.94) 0%, rgba(109, 40, 217, 0.9) 50%, rgba(37, 99, 235, 0.94) 100%);
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.play-option-body {
    display: grid;
    gap: 0.25rem;
    padding: 1.25rem 1.25rem 1.35rem;
    text-align: center;
}

.play-option-body h2 {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.08;
    color: #09125c;
}

.play-option-body p {
    margin: 0;
    color: #61718f;
    line-height: 1.7;
}

.play-empty-state {
    display: grid;
    gap: 0.9rem;
    justify-items: center;
    padding: 2rem 1.25rem;
    border: 1px solid rgba(221, 229, 245, 0.98);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    text-align: center;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.play-empty-state h3,
.play-empty-state p {
    margin: 0;
}

.play-empty-state p {
    color: #61718f;
    line-height: 1.7;
}

@media (max-width: 760px) {
    .site-brand-lockup {
        width: min(100%, 150px);
    }

    .play-page {
        min-height: auto;
        gap: 1.2rem;
        padding-top: 0.5rem;
    }

    .play-options {
        grid-template-columns: 1fr;
    }

    .play-option-media {
        aspect-ratio: 16 / 10;
    }
}

.play-compare-body .site-shell {
    width: min(100% - 1.5rem, 1320px);
}

.play-compare-page {
    min-height: calc(100vh - 220px);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1.6rem;
    padding: 0.2rem 0 1.25rem;
}

.play-compare-head {
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    width: min(100%, 48rem);
    text-align: center;
}

.play-compare-category {
    margin: 0;
    font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
    font-size: clamp(1.15rem, 2.1vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #09125c;
}

.play-compare-stage {
    width: min(100%, 920px);
}

.play-compare-stage.is-loading .play-compare-card {
    opacity: 0.62;
    pointer-events: none;
}

.play-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.play-compare-card {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.play-compare-card:hover {
    transform: translateY(-6px);
    filter: saturate(1.03);
}

.play-compare-label {
    position: absolute;
    top: -1rem;
    left: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    min-height: 48px;
    padding: 0.62rem 1.15rem;
    border: 2px solid transparent;
    border-radius: 999px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #ff4a78 0%, #b14cff 52%, #2563eb 100%) border-box;
    color: #09125c;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    transform: translateX(-50%);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.play-compare-media {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    aspect-ratio: 5 / 5.2;
    background:
        radial-gradient(circle at top left, rgba(255, 89, 132, 0.18), transparent 24%),
        radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.18), transparent 28%),
        linear-gradient(145deg, #f6f8ff 0%, #e7edff 56%, #ffffff 100%);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.1);
}

.play-compare-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-compare-scrim {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(9, 18, 92, 0) 0%, rgba(9, 18, 92, 0.8) 100%);
}

.play-compare-title {
    position: absolute;
    right: 1.25rem;
    bottom: 1.2rem;
    left: 1.25rem;
    z-index: 2;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.7vw, 2rem);
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
    text-shadow: 0 12px 28px rgba(15, 23, 42, 0.45);
}

.play-compare-fallback {
    position: relative;
    display: grid;
    align-content: end;
    width: 100%;
    height: 100%;
    padding: 1.4rem;
    overflow: hidden;
    isolation: isolate;
}

.play-compare-fallback::before {
    content: "";
    position: absolute;
    inset: auto -10% -24% auto;
    width: 72%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    filter: blur(6px);
    z-index: -1;
}

.play-compare-fallback::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(9, 18, 92, 0.34) 100%);
    z-index: -1;
}

.play-compare-card:nth-child(1) .play-compare-fallback {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 222, 184, 0.42), transparent 22%),
        linear-gradient(160deg, #7d4d20 0%, #c2762d 42%, #7b2b0a 100%);
}

.play-compare-card:nth-child(2) .play-compare-fallback {
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 235, 171, 0.34), transparent 18%),
        linear-gradient(160deg, #3b2412 0%, #8b5a30 46%, #c6996d 100%);
}

.play-compare-fallback-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: min(54%, 260px);
    opacity: 0.12;
    transform: translate(-50%, -58%);
}

.play-compare-fallback-mark img {
    display: block;
    width: 100%;
    height: auto;
}

.play-compare-fallback-kicker {
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.play-compare-fallback-title {
    max-width: 82%;
    color: #ffffff;
    font-size: clamp(1.5rem, 3.1vw, 2.2rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: 0.01em;
    text-wrap: balance;
    text-shadow: 0 18px 34px rgba(15, 23, 42, 0.24);
}

.play-compare-prompt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    color: #5b6477;
    font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
    font-size: clamp(1.1rem, 2.2vw, 1.55rem);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.play-compare-prompt p {
    margin: 0;
}

.play-compare-body .play-empty-state {
    width: min(100%, 720px);
    padding: 2.2rem 1.5rem;
}

@media (max-width: 900px) {
    .play-compare-page {
        min-height: auto;
    }

    .play-compare-grid {
        gap: 1.35rem;
    }

    .play-compare-fallback-title {
        max-width: 86%;
        font-size: clamp(1.8rem, 5vw, 2.6rem);
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 1rem, 100%);
    }

    .play-compare-page {
        gap: 1.25rem;
        padding-bottom: 1rem;
    }

    .play-compare-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .play-compare-label {
        min-width: 118px;
        min-height: 44px;
        padding: 0.58rem 1rem;
        font-size: 0.84rem;
    }

    .play-compare-media {
        border-radius: 28px;
        aspect-ratio: 4 / 4.6;
    }

    .play-compare-fallback {
        padding: 1.2rem;
    }

    .play-compare-prompt {
        gap: 0.7rem;
        font-size: 1rem;
    }
}

.play-compare-body .site-shell {
    width: min(100% - 1rem, 1120px);
    min-height: 100vh;
    padding: 0.55rem 0 1rem;
}

.play-compare-page {
    min-height: calc(100vh - 1rem);
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 1rem;
    padding: 0.05rem 0 0.6rem;
}

.play-topbar {
    width: min(100%, 860px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.04);
}

.play-topbar-back,
.play-topbar-progress {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 700;
}

.play-topbar-back {
    justify-self: start;
}

.play-topbar-back:hover {
    color: #09125c;
}

.play-topbar-brand {
    justify-self: center;
}

.play-topbar-brand img {
    display: block;
    width: min(100%, 122px);
    height: auto;
}

.play-topbar-progress {
    justify-self: end;
    color: #09125c;
}

.play-topbar-progress small {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
}

.play-compare-head {
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    width: min(100%, 44rem);
    text-align: center;
}

.play-compare-category {
    margin: 0;
    color: #7c3aed;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.play-compare-question {
    margin: 0;
    font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
    font-size: clamp(1.95rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.04em;
    color: #09125c;
}

.play-compare-stage {
    width: min(100%, 940px);
}

.play-compare-stage.is-loading .play-duel-card {
    opacity: 0.66;
    pointer-events: none;
}

.play-duel-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
}

.play-duel-versus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border: 1px solid rgba(209, 213, 219, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #7c3aed;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.06);
}

.play-duel-card {
    --card-start: #fef3c7;
    --card-end: #fdba74;
    --card-glow: rgba(255, 255, 255, 0.48);
    --card-ink: #5b2804;
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.88);
    border-radius: 32px;
    background: linear-gradient(145deg, var(--card-start) 0%, var(--card-end) 100%);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
    text-align: left;
    isolation: isolate;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.play-duel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
    filter: brightness(1.02);
}

.play-duel-card::before,
.play-duel-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: var(--card-glow);
    filter: blur(2px);
    z-index: 0;
}

.play-duel-card::before {
    top: -6%;
    right: -8%;
    width: 42%;
    aspect-ratio: 1;
}

.play-duel-card::after {
    bottom: -18%;
    left: 12%;
    width: 56%;
    aspect-ratio: 1;
    opacity: 0.62;
}

.play-duel-badge {
    position: absolute;
    top: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 38px;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    background: var(--primary);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    border: 0;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.play-duel-badge.is-left {
    left: 1rem;
}

.play-duel-badge.is-right {
    right: 1rem;
}

.play-duel-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 390px;
    overflow: hidden;
}

.play-duel-card.has-image .play-duel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-duel-image-wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.18) 48%, rgba(255, 255, 255, 0.72) 100%);
}

.play-duel-emoji {
    position: relative;
    z-index: 1;
    font-size: clamp(5rem, 10vw, 7rem);
    filter: drop-shadow(0 18px 28px rgba(15, 23, 42, 0.12));
}

.play-duel-shape {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.play-duel-shape-one {
    top: 16%;
    left: 10%;
    width: 24%;
    aspect-ratio: 1;
}

.play-duel-shape-two {
    right: 8%;
    bottom: 18%;
    width: 38%;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.16);
}

.play-duel-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: grid;
    gap: 0.35rem;
    padding: 1.2rem 1.2rem 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 42%, rgba(255, 255, 255, 0.96) 100%);
}

.play-duel-copy p,
.play-duel-copy h2 {
    margin: 0;
}

.play-duel-copy p {
    color: rgba(9, 18, 92, 0.66);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.play-duel-copy h2 {
    color: var(--card-ink);
    font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
    font-size: clamp(2rem, 3.4vw, 2.7rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.play-duel-card.theme-pizza {
    --card-start: #ffe6d5;
    --card-end: #ffb15f;
    --card-glow: rgba(255, 248, 232, 0.52);
    --card-ink: #6b2500;
}

.play-duel-card.theme-manti {
    --card-start: #fff1e0;
    --card-end: #ffc7a1;
    --card-glow: rgba(255, 255, 255, 0.52);
    --card-ink: #743414;
}

.play-duel-card.theme-burger {
    --card-start: #ffe7b8;
    --card-end: #f5a95e;
    --card-glow: rgba(255, 250, 233, 0.5);
    --card-ink: #6f2f09;
}

.play-duel-card.theme-sushi {
    --card-start: #dff7ef;
    --card-end: #87d6c1;
    --card-glow: rgba(255, 255, 255, 0.44);
    --card-ink: #0f4b49;
}

.play-duel-card.theme-beach {
    --card-start: #dff2ff;
    --card-end: #8bd2ff;
    --card-glow: rgba(255, 255, 255, 0.46);
    --card-ink: #0f4d75;
}

.play-duel-card.theme-camp {
    --card-start: #e6f6d7;
    --card-end: #9fd184;
    --card-glow: rgba(255, 255, 255, 0.42);
    --card-ink: #254b1d;
}

.play-duel-card.theme-city {
    --card-start: #efe9ff;
    --card-end: #c6b4ff;
    --card-glow: rgba(255, 255, 255, 0.44);
    --card-ink: #37206f;
}

.play-duel-card.theme-mountain {
    --card-start: #ebf0ff;
    --card-end: #b7c9ff;
    --card-glow: rgba(255, 255, 255, 0.44);
    --card-ink: #243f76;
}

.play-duel-card.theme-cosmos {
    --card-start: #e4e8ff;
    --card-end: #aab6ff;
    --card-glow: rgba(255, 255, 255, 0.4);
    --card-ink: #2f3371;
}

.play-duel-card.theme-romcom {
    --card-start: #ffe3ef;
    --card-end: #ffb4d4;
    --card-glow: rgba(255, 255, 255, 0.45);
    --card-ink: #7a2354;
}

.play-duel-card.theme-thriller {
    --card-start: #ecebff;
    --card-end: #bdb8ff;
    --card-glow: rgba(255, 255, 255, 0.4);
    --card-ink: #2f2b68;
}

.play-duel-card.theme-animation {
    --card-start: #ffeab7;
    --card-end: #ffd67b;
    --card-glow: rgba(255, 255, 255, 0.45);
    --card-ink: #6b4b02;
}

.play-compare-foot {
    width: min(100%, 760px);
    display: grid;
    gap: 0.3rem;
    justify-items: center;
    text-align: center;
}

.play-compare-next,
.play-compare-demo {
    margin: 0;
}

.play-compare-next {
    color: #09125c;
    font-size: 0.98rem;
    font-weight: 700;
}

.play-compare-demo {
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.6;
}

.play-compare-body .play-empty-state {
    width: min(100%, 640px);
    padding: 2rem 1.25rem;
}

@media (max-width: 900px) {
    .play-duel-grid {
        gap: 0.8rem;
    }

    .play-duel-media {
        min-height: 340px;
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.8rem, 100%);
        padding: 0.45rem 0 0.8rem;
    }

    .play-compare-page {
        gap: 0.9rem;
    }

    .play-topbar {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "back progress"
            "brand brand";
        row-gap: 0.55rem;
        padding: 0.55rem 0.7rem;
    }

    .play-topbar-back {
        grid-area: back;
    }

    .play-topbar-brand {
        grid-area: brand;
    }

    .play-topbar-progress {
        grid-area: progress;
    }

    .play-topbar-brand img {
        width: 116px;
    }

    .play-compare-question {
        font-size: clamp(1.65rem, 7vw, 2.15rem);
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .play-duel-versus {
        order: 2;
        justify-self: center;
        width: 3rem;
        height: 3rem;
        font-size: 0.92rem;
    }

    .play-duel-card:first-of-type {
        order: 1;
    }

    .play-duel-card:last-of-type {
        order: 3;
    }

    .play-duel-media {
        min-height: 250px;
    }

    .play-duel-copy {
        padding: 1rem 1rem 1.05rem;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.7rem, 8vw, 2.15rem);
    }

    .play-compare-foot {
        width: min(100%, 92%);
    }
}

/* Play page refresh */
.play-compare-body {
    background:
        radial-gradient(circle at 86% 10%, rgba(236, 72, 153, 0.08), transparent 20%),
        radial-gradient(circle at 12% 88%, rgba(96, 165, 250, 0.1), transparent 24%),
        linear-gradient(180deg, #f7f8fe 0%, #eef2fb 100%);
}

.play-compare-body .site-backdrop-orb {
    filter: blur(24px);
    opacity: 0.58;
}

.play-compare-body .site-backdrop-orb-left {
    top: 54px;
    left: -86px;
    width: 280px;
    height: 280px;
    background: rgba(96, 165, 250, 0.12);
}

.play-compare-body .site-backdrop-orb-right {
    top: 96px;
    right: -92px;
    width: 320px;
    height: 320px;
    background: rgba(236, 72, 153, 0.09);
}

.play-compare-body .site-shell {
    width: min(100% - 1rem, 1180px);
    min-height: 100vh;
    padding: 0.56rem 0 1rem;
}

.play-compare-page {
    min-height: calc(100vh - 1.4rem);
    gap: 1.05rem;
    padding: 0.12rem 0 0.72rem;
}

.play-topbar {
    position: relative;
    width: min(100%, 860px);
    grid-template-columns: 1fr auto 1fr;
    gap: 0.9rem;
    padding: 0.58rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 32px rgba(111, 104, 220, 0.1);
    backdrop-filter: blur(18px);
}

.play-topbar-back,
.play-topbar-progress {
    gap: 0.55rem;
    color: #09125c;
    font-size: 0.98rem;
    white-space: nowrap;
}

.play-topbar-back:hover {
    color: #4056d8;
}

.play-topbar-back span[aria-hidden="true"] {
    font-size: 1.05rem;
    line-height: 1;
}

.play-topbar-brand {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 138px;
    text-decoration: none;
    line-height: 0;
}

.play-topbar-brand img {
    width: 100%;
    height: auto;
    display: block;
}

.play-topbar-progress {
    justify-self: end;
    gap: 0.7rem;
}

@media (min-width: 761px) {
    .play-topbar-back,
    .play-topbar-progress {
        width: 170px;
    }

    .play-topbar-back {
        justify-content: flex-start;
    }

    .play-topbar-progress {
        justify-content: flex-end;
    }
}

.play-topbar-progress-text {
    display: inline-flex;
    align-items: baseline;
    gap: 0.28rem;
    margin: 0;
    color: #09125c;
    font-size: 1.12rem;
    font-weight: 800;
}

.play-topbar-progress-text small {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
}

.play-topbar-progress-track {
    width: 92px;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(181, 191, 215, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.play-topbar-progress-fill {
    display: block;
    min-width: 0.75rem;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ec4899 0%, #6366f1 100%);
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.18);
}

.play-compare-head {
    gap: 0.5rem;
    width: min(100%, 56rem);
}

.play-compare-category {
    color: #8b5cf6;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.play-compare-question {
    font-size: clamp(2.525rem, calc(6vw - 0.375rem), 4.175rem);
    line-height: 0.9;
}

.play-compare-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 0.52rem;
    margin: 0;
    max-width: 34rem;
    color: rgba(82, 91, 130, 0.8);
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.5;
}

.play-compare-subtitle::before {
    content: "✦";
    color: #a855f7;
    font-size: 0.86rem;
}

.play-compare-stage {
    width: min(100%, 1010px);
}

.play-duel-grid {
    align-items: center;
    gap: 1.1rem;
}

.play-duel-versus {
    position: relative;
    isolation: isolate;
    width: 4.35rem;
    height: 4.35rem;
    border: 2px solid rgba(255, 255, 255, 0.84);
    background:
        radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, #c084fc 0%, #8b5cf6 52%, #7c8ef8 100%);
    color: #ffffff;
    font-size: 1.48rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-shadow: 0 2px 10px rgba(29, 19, 96, 0.18);
    box-shadow:
        0 10px 22px rgba(93, 55, 211, 0.12),
        0 0 0 4px rgba(255, 255, 255, 0.14);
    transform: rotate(0deg);
}

.play-duel-versus::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: inherit;
    opacity: 1;
}

.play-duel-versus::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.08) 0%, rgba(124, 58, 237, 0) 68%);
    z-index: -1;
}

.play-duel-card {
    --card-scene: linear-gradient(135deg, #f8d38f 0%, #f7a955 48%, #d4641e 100%);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 28px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 14px 40px rgba(44, 54, 109, 0.12);
    transform: rotate(0deg);
}

.play-duel-card:hover {
    border-color: rgba(255, 255, 255, 0.62);
    transform: translateY(-8px) scale(1.015);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 24px 50px rgba(44, 54, 109, 0.18);
    filter: brightness(1.02);
}

.play-duel-card:first-of-type {
    transform: rotate(0deg);
}

.play-duel-card:last-of-type {
    transform: rotate(0deg);
}

.play-duel-badge {
    top: 1rem;
    padding: 0.58rem 1.06rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.72);
    color: #09125c;
    font-size: 0.96rem;
    box-shadow: 0 8px 18px rgba(44, 54, 109, 0.08);
    backdrop-filter: blur(10px);
    transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.play-duel-badge.is-left {
    left: 1rem;
}

.play-duel-badge.is-right {
    right: 1rem;
}

.play-duel-media {
    min-height: 438px;
}

.play-duel-card.is-illustrated .play-duel-media {
    background: var(--card-scene);
}

.play-duel-card.is-illustrated .play-duel-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.34), transparent 32%),
        radial-gradient(circle at 76% 16%, rgba(255, 255, 255, 0.2), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(9, 18, 92, 0.02) 52%, rgba(9, 18, 92, 0.28) 100%);
    z-index: 0;
}

.play-duel-card.has-image .play-duel-media img {
    transform: scale(1.03);
    filter: saturate(1.08) contrast(1.04);
}

.play-duel-image-wash {
    background: linear-gradient(180deg, rgba(8, 12, 32, 0) 44%, rgba(8, 12, 32, 0.2) 74%, rgba(8, 12, 32, 0.48) 100%);
}

.play-duel-emoji {
    font-size: clamp(7rem, 15vw, 10rem);
    transform: translateY(0.55rem);
    filter: drop-shadow(0 26px 28px rgba(9, 18, 92, 0.22));
}

.play-duel-shape {
    filter: blur(2px);
}

.play-duel-shape-one {
    top: 14%;
    left: 8%;
    width: 25%;
}

.play-duel-shape-two {
    bottom: 15%;
    width: 42%;
}

.play-duel-copy {
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: end;
    min-height: 9.75rem;
    padding: 2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(8, 12, 32, 0.72) 100%);
}

.play-duel-copy h2 {
    color: #ffffff;
    max-width: 70%;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 0.97;
    letter-spacing: -0.04em;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
    text-wrap: balance;
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.74rem, 3vw, 2.36rem);
}

.play-duel-card:hover .play-duel-copy {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(8, 12, 32, 0.68) 100%);
}

.play-duel-card:hover .play-duel-badge {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(255, 255, 255, 0.68);
    box-shadow: 0 12px 22px rgba(44, 54, 109, 0.1);
}

.play-duel-card.theme-pizza {
    --card-scene: linear-gradient(135deg, #ffcd7a 0%, #ff8c42 40%, #be2f36 100%);
}

.play-duel-card.theme-manti {
    --card-scene: linear-gradient(135deg, #fff2d6 0%, #ffc08b 42%, #c66a4d 100%);
}

.play-duel-card.theme-burger {
    --card-scene: linear-gradient(135deg, #ffd56f 0%, #ff9a30 44%, #b84c10 100%);
}

.play-duel-card.theme-sushi {
    --card-scene: linear-gradient(135deg, #97f3ee 0%, #43d2cf 40%, #0d6e69 100%);
}

.play-duel-card.theme-beach {
    --card-scene: linear-gradient(135deg, #d9f4ff 0%, #8ad2ff 42%, #2f8bc0 100%);
}

.play-duel-card.theme-camp {
    --card-scene: linear-gradient(135deg, #ebf9de 0%, #9fd184 40%, #4f8b39 100%);
}

.play-duel-card.theme-city {
    --card-scene: linear-gradient(135deg, #f1ecff 0%, #c3b2ff 44%, #7257d5 100%);
}

.play-duel-card.theme-mountain {
    --card-scene: linear-gradient(135deg, #edf2ff 0%, #b7c9ff 44%, #5f79c8 100%);
}

.play-duel-card.theme-cosmos {
    --card-scene: linear-gradient(135deg, #e9edff 0%, #aab6ff 42%, #5159b8 100%);
}

.play-duel-card.theme-romcom {
    --card-scene: linear-gradient(135deg, #ffe8f2 0%, #ffb4d4 42%, #cf5a93 100%);
}

.play-duel-card.theme-thriller {
    --card-scene: linear-gradient(135deg, #f0efff 0%, #bbb5ff 42%, #645ec5 100%);
}

.play-duel-card.theme-animation {
    --card-scene: linear-gradient(135deg, #fff0c7 0%, #ffd67b 42%, #cc9931 100%);
}

.play-compare-foot {
    width: min(100%, 720px);
    gap: 0.45rem;
}

.play-compare-next {
    color: #09125c;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.45;
}

.play-compare-demo {
    color: rgba(110, 122, 151, 0.82);
    font-size: 0.82rem;
    line-height: 1.5;
}

@media (max-width: 980px) {
    .play-duel-grid {
        gap: 0.85rem;
    }

    .play-duel-media {
        min-height: 360px;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.82rem, 3.4vw, 2.48rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.6rem, 2.7vw, 2.08rem);
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        padding: 0.45rem 0 0.8rem;
    }

    .play-compare-page {
        gap: 1rem;
    }

    .play-topbar {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "back progress"
            "brand brand";
        row-gap: 0.55rem;
        padding: 0.52rem 0.78rem;
    }

    .play-topbar-back {
        grid-area: back;
    }

    .play-topbar-brand {
        grid-area: brand;
    }

    .play-topbar-progress {
        grid-area: progress;
        gap: 0.5rem;
    }

    .play-topbar-brand {
        width: 132px;
    }

    .play-topbar-progress-text {
        font-size: 0.98rem;
    }

    .play-topbar-progress-text small {
        font-size: 0.78rem;
    }

    .play-topbar-progress-track {
        width: 70px;
    }

    .play-compare-question {
        font-size: clamp(1.825rem, calc(9vw - 0.375rem), 2.625rem);
    }

    .play-compare-subtitle {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .play-duel-versus {
        order: 2;
        justify-self: center;
        width: 3.7rem;
        height: 3.7rem;
        font-size: 1.16rem;
        transform: rotate(0deg);
        box-shadow:
            0 10px 18px rgba(93, 55, 211, 0.12),
            0 0 0 4px rgba(255, 255, 255, 0.14);
    }

    .play-duel-card:first-of-type {
        order: 1;
        transform: rotate(0deg);
    }

    .play-duel-card:last-of-type {
        order: 3;
        transform: rotate(0deg);
    }

    .play-duel-media {
        min-height: 260px;
    }

    .play-duel-badge {
        min-width: 5.2rem;
        padding: 0.5rem 0.9rem;
        font-size: 0.86rem;
    }

    .play-duel-copy {
        min-height: 7.7rem;
        padding: 1.4rem 1.25rem;
    }

    .play-duel-copy h2 {
        max-width: 70%;
        font-size: clamp(1.7rem, 5.7vw, 2.18rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.5rem, 4.7vw, 1.84rem);
    }

    .play-compare-foot {
        width: min(100%, 92%);
    }

    .play-compare-next {
        font-size: 0.92rem;
    }

    .play-compare-demo {
        font-size: 0.82rem;
    }
}

/* Play page home-aligned final pass */
.play-compare-body {
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 74, 120, 0.1), transparent 22%),
        radial-gradient(circle at 86% 14%, rgba(37, 99, 235, 0.1), transparent 24%),
        linear-gradient(180deg, #fffafc 0%, #f7f8ff 52%, #f2f6ff 100%);
}

.play-compare-body .site-backdrop-orb {
    filter: blur(36px);
    opacity: 0.12;
}

.play-compare-body .site-shell {
    width: min(100% - 1rem, 980px);
    padding: 0.82rem 0 1rem;
}

.play-compare-page {
    gap: 0.84rem;
}

.play-topbar {
    width: min(100%, 760px);
    grid-template-columns: 42px auto 112px;
    gap: 0.9rem;
    padding: 0.8rem 0.92rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.88) 100%);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.05);
}

.play-topbar::before {
    display: none;
}

.play-topbar-back {
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid rgba(226, 232, 240, 0.94);
    background: rgba(255, 255, 255, 0.94);
    color: #09125c;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    transform: translateY(-1px);
    color: #09125c;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.06);
}

.play-topbar-brand {
    width: 126px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.play-topbar-progress {
    gap: 0.34rem;
}

.play-topbar-progress-text {
    color: #09125c;
    font-size: 0.98rem;
    font-weight: 800;
}

.play-topbar-progress-track {
    width: 100px;
    height: 4px;
    background: rgba(203, 213, 225, 0.95);
    box-shadow: none;
}

.play-topbar-progress-fill {
    background: linear-gradient(135deg, #ff4a78 0%, #9a34dc 48%, #225cff 100%);
    box-shadow: none;
}

.play-compare-head {
    width: min(100%, 560px);
    gap: 0.4rem;
    margin-top: 0.24rem;
}

.play-compare-question {
    max-width: 10ch;
    color: #09125c;
    font-size: clamp(2.18rem, 4vw, 3.45rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.04em;
    text-shadow: none;
}

.play-compare-subtitle {
    max-width: 26rem;
    color: #52607d;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.64;
}

.play-compare-stage {
    width: min(100%, 884px);
    margin-top: 0.12rem;
}

.play-compare-stage::before {
    inset: 10% 22% auto;
    height: 68%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.06), rgba(99, 102, 241, 0) 68%);
}

.play-duel-grid {
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
}

.play-duel-versus {
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.84);
    color: #52607d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.play-duel-card {
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 251, 255, 0.92) 100%);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(154, 52, 220, 0.16);
    box-shadow: 0 28px 54px rgba(15, 23, 42, 0.11);
}

.play-duel-card.is-selected {
    transform: translateY(-5px);
    border-color: rgba(154, 52, 220, 0.2);
    box-shadow: 0 30px 56px rgba(15, 23, 42, 0.13);
}

.play-duel-card.is-rejected {
    opacity: 0.7;
    transform: scale(0.987);
}

.play-duel-card.has-artwork .play-duel-media,
.play-duel-card.has-photo .play-duel-media,
.play-duel-card.is-illustrated .play-duel-media {
    margin: 0.9rem 0.9rem 0;
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.play-duel-media {
    min-height: 312px;
    padding: 1.3rem 1.1rem 0.9rem;
}

.play-duel-card.has-artwork .play-duel-media,
.play-duel-card.is-illustrated .play-duel-media {
    background: var(--card-scene);
}

.play-duel-card.has-artwork .play-duel-media::before,
.play-duel-card.is-illustrated .play-duel-media::before {
    background:
        radial-gradient(circle at top left, rgba(255, 74, 120, 0.1), transparent 24%),
        radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.12), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.play-duel-card.has-artwork .play-duel-media img {
    width: min(68%, 268px);
    transform: translateY(0);
    filter: drop-shadow(0 14px 20px rgba(15, 23, 42, 0.1));
}

.play-duel-card:hover .play-duel-media img,
.play-duel-card.is-selected .play-duel-media img {
    transform: translateY(-2px) scale(1.015);
    filter: drop-shadow(0 18px 22px rgba(15, 23, 42, 0.12));
}

.play-duel-copy {
    min-height: auto;
    padding: 1.1rem 1.24rem 1.28rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.98) 100%);
}

.play-duel-copy h2 {
    max-width: 88%;
    color: #09125c;
    font-size: clamp(1.84rem, 2.9vw, 2.42rem);
    font-weight: 800;
    line-height: 1;
    text-shadow: none;
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.54rem, 2.32vw, 1.92rem);
}

.play-duel-card.theme-cosmos {
    --card-scene: linear-gradient(145deg, #eef4ff 0%, #e7edff 56%, #ffffff 100%);
}

.play-duel-card.theme-romcom {
    --card-scene: linear-gradient(145deg, #fff4f8 0%, #f3ebff 56%, #ffffff 100%);
}

.play-duel-card.theme-thriller {
    --card-scene: linear-gradient(145deg, #f3f6ff 0%, #e8ecfa 56%, #ffffff 100%);
}

.play-duel-card.theme-animation {
    --card-scene: linear-gradient(145deg, #f4f7ff 0%, #e9eeff 56%, #ffffff 100%);
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.9rem, 980px);
        padding: 0.58rem 0 0.82rem;
    }

    .play-topbar {
        width: 100%;
        grid-template-columns: 40px auto 94px;
        padding: 0.74rem 0.82rem;
        border-radius: 20px;
    }

    .play-topbar-brand {
        width: 108px;
    }

    .play-topbar-progress-track {
        width: 94px;
    }

    .play-compare-head {
        width: min(100%, 360px);
    }

    .play-compare-question {
        font-size: clamp(1.92rem, 7vw, 2.72rem);
    }

    .play-compare-subtitle {
        max-width: 16.5rem;
        font-size: 0.84rem;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.88rem;
    }

    .play-duel-versus {
        order: 2;
    }

    .play-duel-media {
        min-height: 226px;
        padding: 1.12rem 0.92rem 0.78rem;
    }

    .play-duel-card.has-artwork .play-duel-media img {
        width: min(64%, 206px);
    }

    .play-duel-copy {
        padding: 0.98rem 1.06rem 1.14rem;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.54rem, 5.5vw, 1.96rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.34rem, 4.6vw, 1.68rem);
    }
}

/* Play page refresh final */
.play-compare-body {
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 107, 181, 0.16), transparent 24%),
        radial-gradient(circle at 82% 10%, rgba(129, 140, 248, 0.18), transparent 22%),
        radial-gradient(circle at 50% 72%, rgba(244, 114, 182, 0.1), transparent 30%),
        linear-gradient(180deg, #f8f3ff 0%, #eef2ff 48%, #edf4ff 100%);
}

.play-compare-body .site-backdrop-orb {
    filter: blur(30px);
    opacity: 0.72;
}

.play-compare-body .site-backdrop-orb-left {
    top: 42px;
    left: -92px;
    width: 310px;
    height: 310px;
    background: rgba(129, 140, 248, 0.18);
}

.play-compare-body .site-backdrop-orb-right {
    top: 84px;
    right: -84px;
    width: 340px;
    height: 340px;
    background: rgba(244, 114, 182, 0.16);
}

.play-compare-body .site-shell {
    width: min(100% - 1rem, 1140px);
    min-height: 100vh;
    padding: 0.46rem 0 0.84rem;
}

.play-compare-page {
    min-height: calc(100vh - 1.3rem);
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 0.82rem;
    padding: 0.08rem 0 0.68rem;
}

.play-topbar {
    position: relative;
    display: grid;
    align-items: center;
    width: min(100%, 900px);
    grid-template-columns: 72px auto minmax(150px, 220px);
    gap: 0.95rem;
    padding: 0.78rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(251, 244, 255, 0.88));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.65),
        0 18px 42px rgba(93, 77, 184, 0.12);
    backdrop-filter: blur(20px);
}

.play-topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.42), transparent 22%),
        radial-gradient(circle at 90% 0%, rgba(244, 114, 182, 0.14), transparent 24%);
    pointer-events: none;
}

.play-topbar-back {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(244, 240, 255, 0.8));
    color: #221657;
    font-size: 1.18rem;
    line-height: 1;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        0 10px 24px rgba(93, 77, 184, 0.12);
    transition: transform 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    color: #6d28d9;
    transform: translateY(-2px) scale(1.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 14px 26px rgba(93, 77, 184, 0.18);
}

.play-topbar-brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-self: center;
    width: 146px;
    padding: 0.32rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    line-height: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.play-topbar-progress {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-self: end;
    gap: 0.48rem;
}

.play-topbar-progress-text {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    margin: 0;
    color: #221657;
    font-size: 1.16rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.play-topbar-progress-text small {
    padding: 0.18rem 0.56rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(250, 232, 255, 0.96), rgba(239, 246, 255, 0.96));
    color: #9333ea;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.play-topbar-progress-divider {
    opacity: 0.38;
}

.play-topbar-progress-track {
    width: min(100%, 172px);
    height: 0.78rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(160, 174, 206, 0.26);
    box-shadow:
        inset 0 2px 6px rgba(255, 255, 255, 0.42),
        0 1px 0 rgba(255, 255, 255, 0.68);
}

.play-topbar-progress-fill {
    min-width: 1rem;
    background: linear-gradient(90deg, #ff5ba6 0%, #b056ff 48%, #5f71ff 100%);
    box-shadow:
        0 0 18px rgba(176, 86, 255, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: width 0.34s cubic-bezier(0.2, 1, 0.22, 1);
}

.play-compare-head {
    width: min(100%, 760px);
    display: grid;
    justify-items: center;
    gap: 0.42rem;
    margin-top: 0.08rem;
    text-align: center;
}

.play-compare-meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.play-compare-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.86rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffffff 0%, #fde7f3 100%);
    color: #ec4899;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(236, 72, 153, 0.12);
}

.play-compare-category {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0.46rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #7c3aed;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.play-compare-question {
    margin: 0;
    color: #1f1b4f;
    font-size: clamp(2.35rem, calc(6vw - 0.1rem), 4.25rem);
    line-height: 0.88;
    letter-spacing: -0.06em;
    text-shadow: 0 10px 28px rgba(129, 140, 248, 0.12);
}

.play-compare-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.52rem;
    margin: 0;
    max-width: 32rem;
    color: rgba(73, 85, 129, 0.84);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.play-compare-subtitle::before {
    content: "✦";
    color: #a855f7;
    font-size: 0.92rem;
}

.play-compare-stage {
    position: relative;
    isolation: isolate;
    width: min(100%, 1010px);
}

.play-compare-stage::before {
    content: "";
    position: absolute;
    inset: 8% 15% auto;
    height: 72%;
    border-radius: 36px;
    background: radial-gradient(circle, rgba(169, 85, 247, 0.09), rgba(169, 85, 247, 0) 68%);
    z-index: -1;
}

.play-compare-stage.is-loading .play-duel-card {
    pointer-events: none;
}

.play-duel-grid {
    position: relative;
    display: grid;
    align-items: center;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.play-duel-grid.is-resolving .play-duel-card:not(.is-selected) {
    opacity: 0.72;
}

.play-duel-grid.is-resolving .play-duel-versus {
    animation-duration: 1.2s;
}

.play-duel-versus {
    width: 5.35rem;
    height: 5.35rem;
    border: 1px solid rgba(255, 255, 255, 0.82);
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.5), transparent 34%),
        linear-gradient(135deg, #ff64b2 0%, #b35dff 52%, #5976ff 100%);
    font-size: 1.46rem;
    letter-spacing: -0.06em;
    text-shadow: 0 8px 18px rgba(41, 26, 116, 0.26);
    box-shadow:
        0 20px 38px rgba(106, 76, 232, 0.24),
        0 0 0 8px rgba(255, 255, 255, 0.16);
    animation: duelPulse 2.8s ease-in-out infinite;
}

.play-duel-versus::before {
    inset: -10px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 72%);
}

.play-duel-versus::after {
    inset: -22px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 32%),
        conic-gradient(from 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    filter: blur(2px);
    opacity: 0.72;
}

.play-duel-card {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.36),
        0 18px 48px rgba(56, 67, 124, 0.16),
        0 10px 24px rgba(129, 140, 248, 0.12);
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        filter 0.26s ease,
        opacity 0.22s ease,
        border-color 0.22s ease;
}

.play-duel-card::before {
    inset: 1px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%);
    opacity: 0.92;
}

.play-duel-card::after {
    right: -14%;
    bottom: -20%;
    width: 48%;
    height: 40%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 70%);
    filter: blur(8px);
    opacity: 0.7;
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-10px) scale(1.02);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 24px 56px rgba(56, 67, 124, 0.2),
        0 0 0 6px rgba(255, 255, 255, 0.1);
    filter: saturate(1.05) brightness(1.02);
}

.play-duel-card.is-selected {
    border-color: rgba(255, 255, 255, 0.84);
    transform: translateY(-14px) scale(1.03);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.46),
        0 28px 66px rgba(56, 67, 124, 0.24),
        0 0 0 10px rgba(255, 255, 255, 0.12);
    filter: saturate(1.08) brightness(1.03);
}

.play-duel-card.is-rejected {
    opacity: 0.52;
    transform: scale(0.965);
    filter: saturate(0.72);
}

.play-duel-badge {
    top: 1rem;
    z-index: 4;
    min-width: 6.3rem;
    padding: 0.62rem 1rem;
    border-radius: 999px;
    background: rgba(12, 16, 42, 0.24);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(18, 24, 58, 0.18);
    backdrop-filter: blur(14px);
    transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.play-duel-card:hover .play-duel-badge,
.play-duel-card.is-selected .play-duel-badge {
    background: rgba(12, 16, 42, 0.34);
    transform: scale(1.04);
    box-shadow: 0 16px 28px rgba(18, 24, 58, 0.22);
}

.play-duel-media {
    min-height: 398px;
    padding: 1.5rem;
}

.play-duel-card.is-illustrated .play-duel-media::before {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.42), transparent 26%),
        radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.24), transparent 22%),
        radial-gradient(circle at 52% 64%, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(10, 12, 36, 0.06) 48%, rgba(10, 12, 36, 0.22) 100%);
}

.play-duel-card.has-image .play-duel-media img {
    transform: scale(1.14);
    filter: saturate(1.12) contrast(1.05);
    transition: transform 0.42s ease, filter 0.3s ease;
}

.play-duel-card:hover .play-duel-media img,
.play-duel-card.is-selected .play-duel-media img {
    transform: scale(1.18);
    filter: saturate(1.18) contrast(1.08);
}

.play-duel-image-wash {
    background: linear-gradient(180deg, rgba(8, 12, 32, 0) 36%, rgba(8, 12, 32, 0.14) 62%, rgba(8, 12, 32, 0.58) 100%);
}

.play-duel-emoji {
    font-size: clamp(9rem, 17vw, 13rem);
    transform: translateY(0.45rem);
    filter: drop-shadow(0 30px 30px rgba(10, 12, 36, 0.22));
    transition: transform 0.28s ease, filter 0.28s ease;
}

.play-duel-card:hover .play-duel-emoji,
.play-duel-card.is-selected .play-duel-emoji {
    transform: translateY(0.1rem) scale(1.06);
    filter: drop-shadow(0 34px 34px rgba(10, 12, 36, 0.28));
}

.play-duel-shape {
    filter: blur(1px);
    opacity: 0.9;
}

.play-duel-shape-one {
    top: 12%;
    left: 8%;
    width: 26%;
}

.play-duel-shape-two {
    right: 6%;
    bottom: 14%;
    width: 42%;
}

.play-duel-spark {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.48) 28%, rgba(255, 255, 255, 0) 68%);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.32);
    animation: sparkleFloat 3.2s ease-in-out infinite;
}

.play-duel-spark-one {
    top: 14%;
    right: 16%;
    width: 18px;
    height: 18px;
}

.play-duel-spark-two {
    top: 28%;
    left: 14%;
    width: 10px;
    height: 10px;
    animation-delay: 0.6s;
}

.play-duel-spark-three {
    right: 22%;
    bottom: 22%;
    width: 12px;
    height: 12px;
    animation-delay: 1.1s;
}

.play-duel-copy {
    gap: 0.45rem;
    min-height: 9rem;
    padding: 1.85rem 1.75rem 1.7rem;
    background: linear-gradient(180deg, rgba(5, 8, 24, 0) 20%, rgba(8, 12, 32, 0.14) 44%, rgba(8, 12, 32, 0.82) 100%);
    transition: background 0.26s ease, transform 0.26s ease;
}

.play-duel-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.play-duel-copy h2 {
    max-width: 76%;
    font-size: clamp(2.15rem, 3.8vw, 3.3rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.26);
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.84rem, 3vw, 2.48rem);
}

.play-duel-card:hover .play-duel-copy,
.play-duel-card.is-selected .play-duel-copy {
    background: linear-gradient(180deg, rgba(5, 8, 24, 0) 18%, rgba(8, 12, 32, 0.18) 42%, rgba(8, 12, 32, 0.86) 100%);
}

.play-compare-foot {
    width: min(100%, 620px);
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    text-align: center;
}

.play-compare-next {
    margin: 0;
    padding: 0.78rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #1d245d;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.4;
    box-shadow: 0 14px 28px rgba(129, 140, 248, 0.1);
}

.play-compare-demo {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0.48rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    color: rgba(72, 85, 129, 0.84);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

@media (max-width: 980px) {
    .play-topbar {
        width: min(100%, 860px);
    }

    .play-duel-grid {
        gap: 0.9rem;
    }

    .play-duel-media {
        min-height: 340px;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.94rem, 3.5vw, 2.7rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.72rem, 2.9vw, 2.22rem);
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.8rem, 1140px);
        padding: 0.38rem 0 0.72rem;
    }

    .play-compare-page {
        gap: 0.72rem;
    }

    .play-topbar {
        width: 100%;
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "back progress"
            "brand brand";
        row-gap: 0.6rem;
        padding: 0.7rem 0.78rem 0.74rem;
    }

    .play-topbar-back {
        grid-area: back;
        width: 2.7rem;
        height: 2.7rem;
    }

    .play-topbar-brand {
        grid-area: brand;
        width: 132px;
        justify-self: center;
        padding: 0.28rem 0.9rem;
    }

    .play-topbar-progress {
        grid-area: progress;
        width: min(100%, 188px);
        gap: 0.4rem;
    }

    .play-topbar-progress-text {
        font-size: 1rem;
    }

    .play-topbar-progress-text small {
        font-size: 0.66rem;
    }

    .play-topbar-progress-track {
        width: 100%;
        height: 0.72rem;
    }

    .play-compare-head {
        gap: 0.38rem;
    }

    .play-compare-badge,
    .play-compare-category {
        font-size: 0.72rem;
    }

    .play-compare-question {
        font-size: clamp(1.96rem, calc(9vw - 0.15rem), 2.85rem);
    }

    .play-compare-subtitle {
        max-width: 22rem;
        font-size: 0.9rem;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.88rem;
    }

    .play-duel-versus {
        order: 2;
        justify-self: center;
        width: 4.1rem;
        height: 4.1rem;
        font-size: 1.18rem;
    }

    .play-duel-card:first-of-type {
        order: 1;
    }

    .play-duel-card:last-of-type {
        order: 3;
    }

    .play-duel-media {
        min-height: 248px;
        padding: 1.15rem;
    }

    .play-duel-emoji {
        font-size: clamp(7.8rem, 24vw, 10.2rem);
    }

    .play-duel-badge {
        top: 0.86rem;
        min-width: 5.6rem;
        padding: 0.52rem 0.88rem;
        font-size: 0.76rem;
    }

    .play-duel-copy {
        min-height: 7.6rem;
        gap: 0.34rem;
        padding: 1.28rem 1.18rem 1.22rem;
    }

    .play-duel-copy p {
        font-size: 0.68rem;
    }

    .play-duel-copy h2 {
        max-width: 78%;
        font-size: clamp(1.88rem, 6vw, 2.34rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.56rem, 5vw, 1.96rem);
    }

    .play-compare-foot {
        width: 100%;
        gap: 0.48rem;
    }

    .play-compare-next {
        width: min(100%, 100%);
        font-size: 0.92rem;
    }

    .play-compare-demo {
        font-size: 0.74rem;
    }
}
/* Play page premium terminal override */
.play-compare-body {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 137, 186, 0.14), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(122, 145, 255, 0.16), transparent 28%),
        linear-gradient(180deg, #fffdff 0%, #f8f9ff 52%, #f3f6ff 100%);
}

.play-compare-body .site-shell {
    width: min(100% - 1.35rem, 1080px);
    min-height: 100vh;
    padding: 0.95rem 0 1.6rem;
}

.play-compare-body .site-backdrop-orb {
    opacity: 0.18;
    filter: blur(50px);
}

.play-topbar {
    width: min(100%, 860px);
    grid-template-columns: 48px minmax(0, 1fr) minmax(130px, 170px);
    gap: 1rem;
    padding: 0.86rem 1rem;
    border: 1px solid rgba(219, 227, 241, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(8px);
}

.play-topbar::before {
    display: none;
}

.play-topbar-back {
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid rgba(215, 224, 240, 0.96);
    border-radius: 14px;
    background: #ffffff;
    color: #09125c;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(175, 133, 255, 0.46);
    box-shadow: 0 12px 20px rgba(15, 23, 42, 0.1);
    color: #09125c;
}

.play-topbar-brand {
    width: 132px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.play-topbar-progress {
    align-items: flex-end;
    justify-self: end;
    gap: 0.42rem;
}

.play-topbar-progress-text {
    color: #09125c;
    font-size: 0.95rem;
    font-weight: 800;
}

.play-topbar-progress-text small {
    display: none;
}

.play-topbar-progress-track {
    width: 120px;
    height: 6px;
    border-radius: 999px;
    background: rgba(203, 213, 225, 0.85);
    box-shadow: none;
}

.play-topbar-progress-fill {
    background: linear-gradient(90deg, #f06eb3 0%, #8b5cf6 52%, #4f7dff 100%);
    box-shadow: none;
}

.play-compare-head {
    width: min(100%, 620px);
    gap: 0.5rem;
    text-align: center;
}

.play-compare-question {
    color: #09125c;
    font-size: clamp(2.1rem, 4.4vw, 3.3rem);
    line-height: 0.94;
    letter-spacing: -0.045em;
    font-weight: 800;
    text-shadow: none;
}

.play-compare-subtitle {
    max-width: 30rem;
    color: #5a6781;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.62;
}

.play-compare-subtitle::before {
    display: none;
}

.play-compare-stage {
    width: min(100%, 980px);
}

.play-duel-grid {
    gap: 1.12rem;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
}

.play-duel-grid.is-resolving .play-duel-card:not(.is-selected) {
    opacity: 0.62;
}

.play-duel-versus {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: none;
    color: #7e8aa7;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    animation: none;
}

.play-duel-versus::before,
.play-duel-versus::after {
    display: none;
}

.play-duel-card {
    --card-scene: linear-gradient(145deg, #f4f8ff 0%, #edf3ff 58%, #ffffff 100%);
    border: 1px solid rgba(221, 230, 244, 0.96);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.94) 100%);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(153, 115, 255, 0.44);
    box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
    filter: none;
}

.play-duel-card.is-selected {
    transform: translateY(-6px);
    border-color: rgba(127, 103, 255, 0.58);
    box-shadow: 0 30px 52px rgba(15, 23, 42, 0.14), 0 0 0 4px rgba(138, 120, 255, 0.13);
}

.play-duel-card.is-rejected {
    opacity: 0.56;
    transform: translateY(2px) scale(0.99);
    filter: saturate(0.74);
}

.play-duel-badge,
.play-duel-emoji,
.play-duel-shape,
.play-duel-spark {
    display: none !important;
}

.play-duel-media {
    min-height: 310px;
    margin: 0.95rem 0.95rem 0;
    padding: 1.2rem;
    border: 1px solid rgba(225, 233, 246, 0.95);
    border-radius: 22px;
    background: var(--card-scene);
}

.play-duel-card.has-photo .play-duel-media {
    padding: 0;
}

.play-duel-card.has-photo .play-duel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-duel-card.has-artwork .play-duel-media img,
.play-duel-card.is-illustrated .play-duel-media img {
    width: min(68%, 248px);
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.08));
}

.play-duel-image-wash {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.46) 100%);
}

.play-duel-copy {
    min-height: auto;
    padding: 1.04rem 1.24rem 1.34rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 40%, rgba(255, 255, 255, 1) 100%);
}

.play-duel-copy p {
    display: none;
}

.play-duel-copy h2 {
    max-width: 100%;
    color: #09125c;
    font-size: clamp(1.84rem, 2.8vw, 2.4rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.034em;
    text-shadow: none;
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.5rem, 2.2vw, 1.92rem);
}

.play-duel-card.theme-cosmos {
    --card-scene: linear-gradient(145deg, #eef4ff 0%, #e8efff 54%, #ffffff 100%);
}

.play-duel-card.theme-romcom {
    --card-scene: linear-gradient(145deg, #fff3f9 0%, #f4edff 56%, #ffffff 100%);
}

.play-duel-card.theme-thriller {
    --card-scene: linear-gradient(145deg, #f4f7ff 0%, #edf1fd 56%, #ffffff 100%);
}

.play-duel-card.theme-animation {
    --card-scene: linear-gradient(145deg, #f2f8ff 0%, #eaf1ff 56%, #ffffff 100%);
}

.play-duel-card.theme-pizza,
.play-duel-card.theme-manti,
.play-duel-card.theme-burger,
.play-duel-card.theme-sushi {
    --card-scene: linear-gradient(145deg, #fff7ee 0%, #fff0f7 55%, #ffffff 100%);
}

.play-duel-card.theme-beach,
.play-duel-card.theme-camp,
.play-duel-card.theme-city,
.play-duel-card.theme-mountain {
    --card-scene: linear-gradient(145deg, #eef9ff 0%, #ecf2ff 55%, #ffffff 100%);
}

.play-compare-foot,
.play-compare-next,
.play-compare-demo {
    display: none !important;
}

@media (max-width: 980px) {
    .play-compare-body .site-shell {
        width: min(100% - 1.15rem, 1080px);
    }

    .play-duel-grid {
        gap: 0.95rem;
        grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    }

    .play-duel-media {
        min-height: 274px;
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: min(100% - 0.95rem, 1080px);
        padding: 0.7rem 0 1rem;
    }

    .play-topbar {
        width: 100%;
        grid-template-columns: auto 1fr;
        grid-template-areas: "back progress" "brand brand";
        row-gap: 0.64rem;
        padding: 0.74rem 0.8rem 0.78rem;
        border-radius: 20px;
    }

    .play-topbar-back {
        grid-area: back;
        width: 2.4rem;
        height: 2.4rem;
    }

    .play-topbar-brand {
        grid-area: brand;
        width: 122px;
        justify-self: center;
    }

    .play-topbar-progress {
        grid-area: progress;
        width: min(100%, 172px);
        gap: 0.32rem;
    }

    .play-topbar-progress-text {
        font-size: 0.9rem;
    }

    .play-topbar-progress-track {
        width: 100%;
    }

    .play-compare-head {
        width: min(100%, 360px);
        gap: 0.4rem;
    }

    .play-compare-question {
        font-size: clamp(1.88rem, 8vw, 2.7rem);
    }

    .play-compare-subtitle {
        max-width: 18.5rem;
        font-size: 0.88rem;
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .play-duel-versus {
        order: 2;
        justify-self: center;
    }

    .play-duel-card:first-of-type {
        order: 1;
    }

    .play-duel-card:last-of-type {
        order: 3;
    }

    .play-duel-media {
        min-height: 226px;
        margin: 0.84rem 0.84rem 0;
        padding: 1rem 0.9rem;
        border-radius: 18px;
    }

    .play-duel-card.has-artwork .play-duel-media img,
    .play-duel-card.is-illustrated .play-duel-media img {
        width: min(62%, 200px);
    }

    .play-duel-copy {
        padding: 0.95rem 1.05rem 1.12rem;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.56rem, 6vw, 2rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.34rem, 5vw, 1.72rem);
    }
}
/* Play page final premium override (home-aligned) */
.play-compare-body {
    background:
        radial-gradient(circle at 14% 10%, rgba(255, 151, 193, 0.14), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(128, 153, 255, 0.16), transparent 30%),
        linear-gradient(180deg, #fcfdff 0%, #f5f7fc 58%, #f3f5fb 100%);
}

.play-compare-body .site-backdrop-orb {
    opacity: 0.16;
    filter: blur(46px);
}

.play-compare-body .site-shell {
    width: min(100% - 2rem, 1080px);
    min-height: 100vh;
    padding: 1rem 0 1.65rem;
}

.play-compare-page {
    min-height: auto;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 1.15rem;
    padding: 0;
}

.play-topbar {
    width: min(100%, 900px);
    display: grid;
    align-items: center;
    grid-template-columns: 52px minmax(0, 1fr) minmax(128px, 180px);
    gap: 1rem;
    padding: 0.88rem 1rem;
    border: 1px solid #e2e8f5;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(8px);
}

.play-topbar::before {
    display: none;
}

.play-topbar-back {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-grid;
    place-items: center;
    border-radius: 13px;
    border: 1px solid #dde5f2;
    background: #fff;
    color: #13225c;
    font-size: 1.18rem;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    color: #13225c;
    transform: translateY(-2px);
    border-color: #c6d3ef;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.play-topbar-brand {
    width: 132px;
    justify-self: center;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.play-topbar-brand img {
    width: 100%;
    display: block;
}

.play-topbar-progress {
    justify-self: end;
    align-items: flex-end;
    gap: 0.4rem;
}

.play-topbar-progress-text {
    margin: 0;
    color: #10205f;
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.play-topbar-progress-divider {
    opacity: 0.38;
}

.play-topbar-progress-track {
    width: 122px;
    height: 6px;
    border-radius: 999px;
    background: #d8e0ee;
}

.play-topbar-progress-fill {
    border-radius: inherit;
    background: linear-gradient(90deg, #f277b8 0%, #9b6dff 52%, #5e7fff 100%);
    transition: width 0.28s ease;
}

.play-compare-head {
    width: min(100%, 640px);
    display: grid;
    justify-items: center;
    gap: 0.5rem;
    margin-top: 0.1rem;
    text-align: center;
}

.play-compare-question {
    margin: 0;
    color: #10205f;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.03em;
}

.play-compare-subtitle {
    margin: 0;
    max-width: 31rem;
    color: #5d6983;
    font-size: 0.99rem;
    font-weight: 600;
    line-height: 1.58;
}

.play-compare-subtitle::before {
    display: none;
}

.play-compare-stage {
    width: min(100%, 980px);
    position: relative;
}

.play-compare-stage::before {
    content: "";
    position: absolute;
    inset: 8% 18% auto;
    height: 68%;
    border-radius: 34px;
    background: radial-gradient(circle, rgba(128, 119, 255, 0.09), rgba(128, 119, 255, 0) 72%);
    z-index: -1;
}

.play-compare-stage.is-loading .play-duel-card {
    opacity: 0.66;
    pointer-events: none;
}

.play-duel-grid {
    position: relative;
    display: grid;
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    gap: 1rem;
}

.play-duel-versus {
    place-self: center;
    color: #8a94ad;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 0;
    background: none;
    box-shadow: none;
    text-shadow: none;
    animation: none;
}

.play-duel-versus::before,
.play-duel-versus::after {
    display: none;
}

.play-duel-card {
    --card-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.96) 100%);
    --card-media: linear-gradient(145deg, #f4f8ff 0%, #ecf2ff 56%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #dee7f4;
    background: var(--card-surface);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.play-duel-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.64);
    pointer-events: none;
}

.play-duel-card::after {
    content: "";
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: -48%;
    height: 58%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    transform: translateY(-5px);
    border-color: #cfdbf2;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.11);
}

.play-duel-grid.is-resolving .play-duel-card:not(.is-selected),
.play-duel-card.is-rejected {
    opacity: 0.56;
    transform: translateY(1px) scale(0.992);
}

.play-duel-card.is-selected {
    transform: translateY(-6px);
    border-color: #b7b4fb;
    box-shadow:
        0 28px 48px rgba(15, 23, 42, 0.13),
        0 0 0 4px rgba(143, 125, 255, 0.13);
}

.play-duel-badge,
.play-duel-emoji,
.play-duel-shape,
.play-duel-spark,
.play-compare-badge,
.play-compare-meta,
.play-compare-category,
.play-compare-foot,
.play-compare-next,
.play-compare-demo {
    display: none !important;
}

.play-duel-media {
    position: relative;
    min-height: 300px;
    margin: 0.95rem 0.95rem 0;
    padding: 1.15rem;
    display: grid;
    place-items: center;
    border-radius: 22px;
    border: 1px solid #e2e9f6;
    background: var(--card-media);
    overflow: hidden;
}

.play-duel-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 16%, rgba(255, 135, 185, 0.16), transparent 34%),
        radial-gradient(circle at 84% 16%, rgba(103, 132, 255, 0.16), transparent 34%);
}

.play-duel-card.has-photo .play-duel-media {
    padding: 0;
}

.play-duel-card.has-photo .play-duel-media::before {
    background: none;
}

.play-duel-card.has-photo .play-duel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-duel-card.has-artwork .play-duel-media img,
.play-duel-card.is-illustrated .play-duel-media img {
    position: relative;
    z-index: 1;
    width: min(64%, 230px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.08));
    transition: transform 0.2s ease, filter 0.2s ease;
}

.play-duel-card:hover .play-duel-media img,
.play-duel-card.is-selected .play-duel-media img {
    transform: translateY(-2px);
    filter: drop-shadow(0 16px 22px rgba(15, 23, 42, 0.1));
}

.play-duel-image-wash {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.48) 100%);
}

.play-duel-copy {
    min-height: auto;
    padding: 1rem 1.25rem 1.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, #fff 100%);
}

.play-duel-copy p {
    display: none;
}

.play-duel-copy h2 {
    margin: 0;
    color: #10205f;
    font-size: clamp(1.8rem, 2.8vw, 2.28rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.play-duel-copy h2.is-long {
    font-size: clamp(1.45rem, 2.2vw, 1.88rem);
}

.play-duel-card.theme-cosmos {
    --card-media: linear-gradient(145deg, #eef4ff 0%, #e8efff 54%, #ffffff 100%);
}

.play-duel-card.theme-romcom {
    --card-media: linear-gradient(145deg, #fff3f9 0%, #f4edff 56%, #ffffff 100%);
}

.play-duel-card.theme-thriller,
.play-duel-card.theme-animation,
.play-duel-card.theme-pizza,
.play-duel-card.theme-manti,
.play-duel-card.theme-burger,
.play-duel-card.theme-sushi,
.play-duel-card.theme-beach,
.play-duel-card.theme-camp,
.play-duel-card.theme-city,
.play-duel-card.theme-mountain {
    --card-media: linear-gradient(145deg, #f1f6ff 0%, #eaf1ff 56%, #ffffff 100%);
}

.play-empty-state {
    border: 1px solid #e2e8f5;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    padding: 1.25rem;
    text-align: center;
}

@media (max-width: 900px) {
    .play-compare-body .site-shell {
        width: min(100% - 1.4rem, 900px);
    }

    .play-topbar {
        width: min(100%, 760px);
    }

    .play-duel-grid {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .play-duel-versus {
        order: 2;
    }

    .play-duel-card:first-of-type {
        order: 1;
    }

    .play-duel-card:last-of-type {
        order: 3;
    }
}

@media (max-width: 720px) {
    .play-compare-body .site-shell {
        width: min(100% - 1rem, 640px);
        padding-top: 0.75rem;
    }

    .play-topbar {
        grid-template-columns: 44px 1fr;
        grid-template-areas:
            "back brand"
            "progress progress";
        gap: 0.65rem 0.8rem;
        padding: 0.78rem 0.82rem;
    }

    .play-topbar-back {
        grid-area: back;
        width: 2.35rem;
        height: 2.35rem;
    }

    .play-topbar-brand {
        grid-area: brand;
        width: 120px;
        justify-self: center;
    }

    .play-topbar-progress {
        grid-area: progress;
        width: min(100%, 170px);
    }

    .play-topbar-progress-track {
        width: 100%;
    }

    .play-compare-head {
        width: min(100%, 360px);
    }

    .play-compare-question {
        font-size: clamp(1.82rem, 8.2vw, 2.58rem);
    }

    .play-compare-subtitle {
        font-size: 0.9rem;
        max-width: 19rem;
    }

    .play-duel-media {
        min-height: 228px;
        margin: 0.82rem 0.82rem 0;
    }

    .play-duel-card.has-artwork .play-duel-media img,
    .play-duel-card.is-illustrated .play-duel-media img {
        width: min(62%, 192px);
    }

    .play-duel-copy {
        padding: 0.92rem 1rem 1.12rem;
    }

    .play-duel-copy h2 {
        font-size: clamp(1.54rem, 6vw, 1.94rem);
    }

    .play-duel-copy h2.is-long {
        font-size: clamp(1.3rem, 5vw, 1.66rem);
    }
}

/* Play page reference-matched redesign */
.play-compare-body {
    background: #fafbff;
    color: #07145f;
    font-family: "Nunito Sans", "Segoe UI", sans-serif;
}

.play-compare-body .site-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    padding: 30px 0 36px;
}

.play-compare-body .site-page-backdrop {
    z-index: 0;
}

.play-compare-page {
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.play-compare-page > * {
    position: relative;
    z-index: 2;
}

.play-compare-page::before {
    content: "";
    position: absolute;
    inset: 120px auto auto -140px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: rgba(255, 140, 198, 0.18);
    filter: blur(84px);
    opacity: 0.2;
    pointer-events: none;
}

.play-compare-page::after {
    content: "";
    position: absolute;
    inset: 84px -150px auto auto;
    width: 390px;
    height: 390px;
    border-radius: 999px;
    background: rgba(101, 124, 255, 0.2);
    filter: blur(90px);
    opacity: 0.2;
    pointer-events: none;
}

.play-topbar {
    width: min(100%, 1110px);
    min-height: 84px;
    padding: 18px 24px;
    margin-top: 0;
    border-radius: 32px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.play-topbar::before {
    display: none;
}

.play-topbar-back {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: #ffffff;
    color: #07145f;
    font-size: 1.22rem;
    line-height: 1;
    display: inline-grid;
    place-items: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.play-topbar-back:hover,
.play-topbar-back:focus-visible {
    color: #07145f;
    border-color: rgba(123, 63, 242, 0.2);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
    transform: translateY(-1px);
}

.play-topbar-brand {
    width: clamp(170px, 16vw, 188px);
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    justify-self: center;
}

.play-topbar-brand img {
    width: 100%;
    height: auto;
    display: block;
}

.play-topbar-progress {
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.play-topbar-progress-text {
    margin: 0;
    color: #07145f;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.play-topbar-progress-divider {
    opacity: 0.42;
}

.play-topbar-progress-track {
    width: 164px;
    height: 10px;
    border-radius: 999px;
    background: #e9ecf7;
    overflow: hidden;
    box-shadow: none;
}

.play-topbar-progress-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #a855f7 0%, #3b6bff 100%);
    box-shadow: none;
    transition: width 0.3s ease;
}

.play-compare-head {
    width: min(100%, 780px);
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 10px;
    margin-top: 32px;
}

.play-compare-question {
    margin: 0;
    color: #07145f;
    font-size: clamp(48px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1px;
    text-shadow: none;
    white-space: nowrap;
}

.play-compare-subtitle {
    margin: 0;
    color: #5e6a91;
    font-size: clamp(18px, 1.3vw, 20px);
    line-height: 1.42;
    font-weight: 600;
    max-width: 720px;
}

.play-compare-subtitle::before {
    display: none;
}

.play-compare-stage {
    width: min(100%, 1180px);
    margin-top: 32px;
}

.play-compare-stage::before {
    display: none;
}

.pair-stage {
    width: 100%;
}

.play-duel-grid {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 500px));
    justify-content: center;
    align-items: stretch;
    gap: 128px;
}

.play-duel-card {
    width: 100%;
    height: 480px;
    position: relative;
    padding: 0;
    overflow: hidden;
    border-radius: 30px;
    border: 0 !important;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
    cursor: pointer;
    transition: none !important;
}

.play-duel-card::before,
.play-duel-card::after {
    display: none;
}

.play-duel-card:hover,
.play-duel-card:focus-visible {
    transform: none !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1) !important;
    border: 0 !important;
}

.play-duel-card.is-selected {
    transform: none !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1) !important;
    border: 0 !important;
}

.play-duel-grid.is-resolving .play-duel-card:not(.is-selected),
.play-duel-card.is-rejected {
    opacity: 0.72;
}

.play-duel-media {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    min-height: 100%;
    border: 0;
    border-radius: inherit;
    background: linear-gradient(140deg, #f5f6ff 0%, #e8ecff 100%);
    overflow: hidden;
}

.play-duel-media::before {
    display: none;
}

.play-duel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: none;
    filter: none;
}

.play-duel-card:hover .play-duel-media img,
.play-duel-card:focus-visible .play-duel-media img,
.play-duel-card.is-selected .play-duel-media img {
    transform: none;
    filter: none;
}

.play-duel-media-fallback {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 166, 210, 0.28), transparent 32%),
        radial-gradient(circle at 82% 18%, rgba(99, 118, 255, 0.28), transparent 34%),
        linear-gradient(130deg, #f5f7ff 0%, #e7edff 100%);
}

.play-duel-bottom-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 36%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.38) 42%, rgba(0, 0, 0, 0.08) 78%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.play-duel-copy {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    z-index: 3;
    min-height: 0;
    padding: 0;
    background: none;
}

.play-duel-copy p {
    display: none;
}

.play-duel-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 2.95vw, 42px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.5px;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
    max-width: 100%;
}

.play-duel-copy h2.is-long {
    font-size: clamp(34px, 2.4vw, 38px);
}

.play-duel-versus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    border-radius: 999px;
    border: 1px solid rgba(123, 63, 242, 0.1);
    background: rgba(255, 255, 255, 0.88);
    display: inline-grid;
    place-items: center;
    color: #6d3bf2;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    text-transform: none;
}

.play-duel-versus::before,
.play-duel-versus::after {
    display: none;
}

.play-bottom-info {
    width: min(100%, 740px);
    min-height: 72px;
    margin-top: 32px;
    padding: 12px 28px;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 32px;
}

.play-bottom-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.play-bottom-info-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 14px;
    background: rgba(139, 92, 246, 0.1);
    color: #7b3ff2;
    display: inline-grid;
    place-items: center;
}

.play-bottom-info-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.play-bottom-info-copy {
    min-width: 0;
}

.play-bottom-info-copy h3 {
    margin: 0;
    color: #07145f;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.12;
}

.play-bottom-info-copy p {
    margin: 3px 0 0;
    color: #5e6a91;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.24;
    white-space: nowrap;
}

.play-decor-pill {
    position: absolute;
    width: 112px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(139, 92, 246, 0.12);
    background: linear-gradient(90deg, rgba(255, 92, 172, 0.12), rgba(88, 120, 255, 0.12));
    color: rgba(90, 80, 150, 0.35);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.07em;
    display: inline-grid;
    place-items: center;
    pointer-events: none;
    user-select: none;
}

.play-decor-pill-film {
    left: clamp(24px, calc(50% - 650px), 130px);
    top: 158px;
    transform: rotate(-8deg);
}

.play-decor-pill-sweet {
    left: clamp(12px, calc(50% - 670px), 112px);
    top: 518px;
    transform: rotate(-9deg);
}

.play-decor-pill-coffee {
    right: clamp(24px, calc(50% - 650px), 130px);
    top: 188px;
    transform: rotate(9deg);
}

.play-decor-pill-music {
    right: clamp(12px, calc(50% - 670px), 112px);
    top: 558px;
    transform: rotate(8deg);
}

.play-compare-foot,
.play-compare-next,
.play-compare-demo {
    display: none !important;
}

@media (max-width: 1220px) {
    .play-duel-grid {
        grid-template-columns: repeat(2, minmax(0, 470px));
        gap: 96px;
    }

    .play-duel-card {
        height: clamp(400px, 39.8vw, 480px);
    }
}

@media (max-width: 980px) {
    .play-compare-body .site-shell {
        width: min(100% - 22px, 980px);
        padding-top: 20px;
    }

    .play-topbar {
        width: min(100%, 940px);
        min-height: 78px;
        border-radius: 28px;
    }

    .play-topbar-progress-text {
        font-size: 20px;
    }

    .play-topbar-progress-track {
        width: 150px;
        height: 9px;
    }

    .play-compare-head {
        margin-top: 32px;
    }

    .play-compare-question {
        font-size: clamp(42px, 5vw, 50px);
    }

    .play-compare-stage {
        margin-top: 32px;
    }

    .play-duel-grid {
        grid-template-columns: repeat(2, minmax(0, 440px));
        gap: 64px;
    }

    .play-duel-card {
        height: clamp(368px, 40vw, 428px);
    }

    .play-duel-copy {
        left: 26px;
        right: 26px;
        bottom: 26px;
    }

    .play-duel-copy h2 {
        font-size: clamp(34px, 3.6vw, 38px);
    }

    .play-duel-versus {
        width: 70px;
        height: 70px;
        font-size: 24px;
    }

    .play-bottom-info {
        width: min(100%, 760px);
        margin-top: 32px;
    }

    .play-decor-pill {
        opacity: 0.66;
    }

    .play-decor-pill-film,
    .play-decor-pill-sweet {
        left: 18px;
    }

    .play-decor-pill-coffee,
    .play-decor-pill-music {
        right: 18px;
    }
}

@media (max-width: 760px) {
    .play-compare-body .site-shell {
        width: 100%;
        padding: 16px 0 20px;
    }

    .play-topbar {
        width: calc(100% - 32px);
        min-height: 68px;
        padding: 10px 14px;
        border-radius: 22px;
        gap: 12px;
    }

    .play-topbar-back {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .play-topbar-brand {
        width: clamp(120px, 30vw, 140px);
    }

    .play-topbar-progress {
        gap: 6px;
    }

    .play-topbar-progress-text {
        font-size: 17px;
    }

    .play-topbar-progress-track {
        width: 108px;
        height: 8px;
    }

    .play-compare-head {
        margin-top: 32px;
        width: min(100%, 94vw);
        gap: 8px;
    }

    .play-compare-question {
        font-size: clamp(32px, 9.5vw, 38px);
        letter-spacing: -0.6px;
        white-space: normal;
    }

    .play-compare-subtitle {
        font-size: 16px;
    }

    .play-compare-stage {
        width: calc(100% - 32px);
        margin-top: 32px;
    }

    .play-duel-grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .play-duel-card {
        width: 100%;
        height: clamp(320px, 64vw, 360px);
    }

    .play-duel-copy {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .play-duel-copy h2 {
        font-size: clamp(30px, 9vw, 36px);
    }

    .play-duel-versus {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 56px;
        height: 56px;
        font-size: 20px;
    }

    .play-bottom-info {
        width: calc(100% - 32px);
        margin-top: 32px;
        min-height: 0;
        padding: 14px 16px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .play-bottom-info-item {
        gap: 10px;
    }

    .play-bottom-info-copy p {
        white-space: normal;
    }

    .play-decor-pill {
        display: none;
    }
}

/* TailAdmin-inspired admin refresh */
.admin-body,
.login-body {
    --bg: #f7f8fb;
    --surface: #ffffff;
    --surface-soft: #f8fafc;
    --surface-muted: #eef2f7;
    --text: #111827;
    --muted: #667085;
    --border: #e4e7ec;
    --input-border: #d0d5dd;
    --primary: #465fff;
    --primary-dark: #3447d5;
    --primary-soft: #eef4ff;
    --success: #039855;
    --success-soft: #ecfdf3;
    --warning: #dc6803;
    --warning-soft: #fffaeb;
    --danger: #d92d20;
    --danger-soft: #fef3f2;
    --shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.04);
    --shadow-md: 0 8px 18px rgba(16, 24, 40, 0.05);
    --shadow-lg: 0 16px 32px rgba(16, 24, 40, 0.08);
    --radius-xl: 14px;
    --radius-lg: 12px;
    --radius-md: 10px;
    --radius-sm: 8px;
    color: var(--text);
    font-family: var(--font-admin);
}

.admin-body {
    background: var(--bg);
}

.admin-body .admin-shell {
    grid-template-columns: 224px minmax(0, 1fr);
}

.admin-body .admin-sidebar {
    gap: 1rem;
    padding: 1rem 0.85rem;
    background: #ffffff;
    border-right: 1px solid var(--border);
    box-shadow: none;
}

.admin-body .admin-brand {
    min-height: 48px;
    padding: 0.48rem 0.55rem;
    border-radius: 10px;
}

.admin-body .admin-brand-logo-mark {
    width: 34px;
    height: 34px;
}

.admin-body .admin-brand-lockup strong {
    color: #101828;
    font-size: 0.96rem;
    line-height: 1.1;
}

.admin-body .admin-brand small {
    margin-top: 0.08rem;
    color: #98a2b3;
    font-size: 0.72rem;
    font-weight: 700;
}

.admin-body .admin-nav {
    gap: 0.18rem;
}

.admin-body .admin-nav-link {
    min-height: 36px;
    gap: 0.56rem;
    padding: 0.5rem 0.6rem;
    border-radius: 8px;
    color: #475467;
    font-size: 0.86rem;
    font-weight: 700;
    overflow: visible;
    box-shadow: none;
}

.admin-body .admin-nav-link::before {
    content: "";
    position: absolute;
    inset: 8px auto 8px -0.85rem;
    width: 3px;
    border-radius: 999px;
    background: var(--primary);
    opacity: 0;
}

.admin-body .admin-nav-link::after {
    display: none;
}

.admin-body .admin-nav-link-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 7px;
    color: #667085;
}

.admin-body .admin-nav-link-icon i {
    font-size: 0.96rem;
}

.admin-body .admin-nav-link:hover,
.admin-body .admin-nav-link.is-active {
    background: var(--primary-soft);
    border-color: #d9e6ff;
    color: #1d2939;
    transform: none;
    box-shadow: none;
}

.admin-body .admin-nav-link.is-active::before {
    opacity: 1;
}

.admin-body .admin-nav-link:hover .admin-nav-link-icon,
.admin-body .admin-nav-link.is-active .admin-nav-link-icon {
    color: var(--primary);
}

.admin-body .admin-nav-button:hover {
    background: var(--danger-soft);
    border-color: #fecdca;
    color: var(--danger);
}

.admin-body .admin-nav-button:hover .admin-nav-link-icon {
    color: var(--danger);
}

.admin-body .admin-main {
    min-width: 0;
    padding: 0.9rem 1rem 1.25rem;
}

.admin-body .admin-topbar {
    align-items: center;
    gap: 0.9rem;
    min-height: 66px;
    padding: 0.78rem 0.95rem;
    margin-bottom: 0.9rem;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
}

.admin-body .eyebrow {
    margin-bottom: 0.22rem;
    color: #98a2b3;
    font-size: 0.66rem;
    letter-spacing: 0.11em;
    font-weight: 800;
}

.admin-body .admin-topbar-copy h1 {
    margin: 0;
    color: #101828;
    font-size: clamp(1.18rem, 1.8vw, 1.52rem);
    line-height: 1.16;
    font-weight: 800;
}

.admin-body .topbar-description {
    margin: 0.26rem 0 0;
    color: #667085;
    font-size: 0.84rem;
    line-height: 1.45;
}

.admin-body .admin-topbar-actions {
    gap: 0.45rem;
}

.admin-body .admin-user-pill {
    min-width: 0;
    padding: 0.44rem 0.62rem;
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 999px;
}

.admin-body .admin-user-pill strong {
    color: #101828;
    font-size: 0.82rem;
    line-height: 1.1;
}

.admin-body .admin-user-pill small {
    max-width: 170px;
    overflow: hidden;
    color: #667085;
    font-size: 0.72rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-body .admin-content {
    gap: 0.9rem;
}

.admin-body .panel-card,
.admin-body .login-card,
.admin-body .stat-card,
.admin-body .summary-tile,
.admin-body .metric-card,
.admin-body .dashboard-card,
.admin-body .dashboard-kpi-card,
.admin-body .category-card,
.admin-body .empty-state,
.login-body .login-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
}

.admin-body .panel-card {
    padding: 1rem;
}

.admin-body .panel-head,
.admin-body .section-heading {
    align-items: center;
    gap: 0.75rem;
}

.admin-body .panel-head h2,
.admin-body .section-heading h2,
.admin-body .dashboard-card-head h2 {
    margin: 0;
    color: #101828;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 800;
}

.admin-body .button,
.login-body .button {
    min-height: 36px;
    gap: 0.42rem;
    padding: 0.5rem 0.78rem;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    box-shadow: none;
}

.admin-body .button:hover,
.login-body .button:hover {
    box-shadow: var(--shadow-sm);
}

.admin-body .button-primary,
.login-body .button-primary {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(70, 95, 255, 0.22);
}

.admin-body .button-primary:hover,
.login-body .button-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    box-shadow: 0 6px 14px rgba(70, 95, 255, 0.18);
}

.admin-body .button-ghost,
.login-body .button-ghost {
    background: #ffffff;
    border-color: var(--border);
    color: #344054;
}

.admin-body .button-ghost:hover,
.login-body .button-ghost:hover {
    background: #f9fafb;
    border-color: #d0d5dd;
    color: #1d2939;
}

.admin-body .button-danger,
.login-body .button-danger {
    background: var(--danger-soft);
    border-color: #fecdca;
    color: var(--danger);
}

.admin-body .button-danger:hover,
.login-body .button-danger:hover {
    background: #fee4e2;
    color: #b42318;
}

.admin-body .button-success,
.login-body .button-success {
    background: var(--success);
    border-color: var(--success);
    color: #ffffff;
}

.admin-body .button-secondary,
.login-body .button-secondary {
    background: #f2f4f7;
    border-color: #eaecf0;
    color: #344054;
}

.admin-body .button-small {
    min-height: 30px;
    padding: 0.38rem 0.58rem;
    border-radius: 7px;
    font-size: 0.78rem;
}

.admin-body .badge {
    min-height: 24px;
    padding: 0.22rem 0.56rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1;
}

.admin-body .badge-success {
    background: var(--success-soft);
    border-color: #abefc6;
    color: #027a48;
}

.admin-body .badge-muted {
    background: #f2f4f7;
    border-color: #eaecf0;
    color: #667085;
}

.admin-body .badge-accent {
    background: var(--primary-soft);
    border-color: #d9e6ff;
    color: #3447d5;
}

.admin-body .badge-warning {
    background: var(--warning-soft);
    border-color: #fedf89;
    color: #b54708;
}

.admin-body .badge-danger {
    background: var(--danger-soft);
    border-color: #fecdca;
    color: #b42318;
}

.admin-body .field {
    gap: 0.34rem;
}

.admin-body .field-label {
    color: #344054;
    font-size: 0.82rem;
    font-weight: 800;
}

.admin-body .field-counter,
.admin-body .field-help {
    color: #98a2b3;
    font-size: 0.74rem;
}

.admin-body .field-control,
.login-body .field-control {
    min-height: 38px;
    padding: 0.56rem 0.68rem;
    border: 1px solid var(--input-border);
    border-radius: 8px;
    background: #ffffff;
    color: #101828;
    font-size: 0.86rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.02);
}

.admin-body .field-control:focus,
.login-body .field-control:focus {
    border-color: #84a6ff;
    box-shadow: 0 0 0 3px rgba(70, 95, 255, 0.12);
}

.admin-body textarea.field-control,
.login-body textarea.field-control {
    min-height: 108px;
}

.admin-body .field-control.is-invalid,
.login-body .field-control.is-invalid {
    border-color: #f97066;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.08);
}

.admin-body .field-error,
.login-body .field-error {
    color: var(--danger);
    font-size: 0.76rem;
    font-weight: 800;
}

.admin-body .stack-lg > * + * {
    margin-top: 1rem;
}

.admin-body .stack-md > * + * {
    margin-top: 0.75rem;
}

.admin-body .locale-tabs {
    gap: 0.8rem;
}

.admin-body .locale-tab-list {
    gap: 0.25rem;
    padding: 0.18rem;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: #f9fafb;
}

.admin-body .locale-tab-button {
    min-height: 30px;
    padding: 0.38rem 0.62rem;
    border-radius: 7px;
    color: #667085;
    font-size: 0.76rem;
    font-weight: 800;
}

.admin-body .locale-tab-button.is-active {
    background: #ffffff;
    color: var(--primary);
    box-shadow: var(--shadow-sm);
}

.admin-body .category-form-shell {
    gap: 1rem;
}

.admin-body .category-form-divider {
    border-color: var(--border);
}

.admin-body .upload-box {
    min-height: 72px;
    padding: 0.8rem;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
}

.admin-body .upload-box:hover,
.admin-body .upload-box:focus-within,
.admin-body .upload-box.has-file {
    border-color: #84a6ff;
    background: var(--primary-soft);
}

.admin-body .upload-box-title {
    color: #344054;
    font-size: 0.84rem;
    font-weight: 800;
}

.admin-body .upload-box-name {
    color: #667085;
    font-size: 0.76rem;
}

.admin-body .status-switch-ui {
    width: 104px;
    min-height: 34px;
    padding: 0.22rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: #f2f4f7;
}

.admin-body .status-switch-ui::before {
    inset: 0.22rem auto 0.22rem 0.22rem;
    width: calc(50% - 0.22rem);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
}

.admin-body .status-switch-input:checked + .status-switch-ui {
    background: var(--success-soft);
    border-color: #abefc6;
}

.admin-body .status-switch-input:not(:checked) + .status-switch-ui {
    background: var(--danger-soft);
    border-color: #fecdca;
}

.admin-body .status-switch-label {
    font-size: 0.72rem;
    font-weight: 800;
}

.admin-body .datatable-card {
    overflow: hidden;
    padding: 0;
}

.admin-body .datatable-card .panel-head {
    padding: 0.9rem 1rem 0.65rem;
    border-bottom: 1px solid var(--border);
}

.admin-body .datatable-card .table-wrap {
    padding: 0.8rem 1rem 1rem;
}

.admin-body .table-wrap {
    overflow-x: auto;
    border-radius: 10px;
}

.admin-body .datatable-card .dt-container {
    color: #475467;
    font-size: 0.84rem;
}

.admin-body .datatable-card .dt-layout-row {
    gap: 0.62rem;
    margin: 0;
}

.admin-body .datatable-card .dt-layout-row:first-child {
    margin-bottom: 0.65rem;
}

.admin-body .datatable-card .dt-layout-row:last-child {
    margin-top: 0.65rem;
}

.admin-body .datatable-card .dt-length,
.admin-body .datatable-card .dt-search,
.admin-body .datatable-card .dt-info,
.admin-body .datatable-card .dt-paging {
    color: #667085;
    font-size: 0.8rem;
}

.admin-body .datatable-card .dt-container .dt-input,
.admin-body .datatable-card .dt-search input,
.admin-body .datatable-card .dt-length select {
    min-height: 34px;
    border: 1px solid var(--input-border) !important;
    border-radius: 8px;
    background-color: #ffffff !important;
    color: #344054;
    font-size: 0.82rem;
    box-shadow: var(--shadow-sm);
}

.admin-body .datatable-card .dt-container .dt-search input {
    width: min(280px, 100%);
    padding-left: 0.72rem;
}

.admin-body .datatable-card table.dataTable {
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.admin-body .datatable-card table.dataTable thead th {
    padding: 0.62rem 0.7rem;
    border-bottom: 1px solid var(--border) !important;
    background: #f9fafb;
    color: #475467;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
}

.admin-body .datatable-card table.dataTable tbody td {
    padding: 0.58rem 0.7rem;
    border-bottom: 1px solid #f0f2f5;
    color: #344054;
    font-size: 0.84rem;
    line-height: 1.35;
    vertical-align: middle;
}

.admin-body .datatable-card table.dataTable tbody tr:last-child td {
    border-bottom: 0;
}

.admin-body .datatable-card table.dataTable.display > tbody > tr:hover > *,
.admin-body .datatable-card table.dataTable.hover > tbody > tr:hover > * {
    background: #f8fbff !important;
}

.admin-body .admin-datatable .thumb-box {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: #f9fafb;
}

.admin-body .admin-datatable .thumb-box span {
    color: #98a2b3;
    font-size: 0.7rem;
}

.admin-body .admin-datatable code {
    padding: 0.2rem 0.42rem;
    border: 1px solid #eaecf0;
    border-radius: 7px;
    background: #f9fafb;
    color: #475467;
    font-size: 0.76rem;
}

.admin-body .admin-datatable .table-actions {
    gap: 0.32rem;
}

.admin-body .table-action-button {
    min-height: 28px;
    padding: 0.34rem 0.5rem;
    border-radius: 7px;
    font-size: 0.75rem;
    font-weight: 800;
    white-space: nowrap;
}

.admin-body .table-action-button.button-ghost {
    background: #ffffff;
    border-color: #d0d5dd;
    color: #344054;
}

.admin-body .table-action-button.button-ghost:hover {
    background: var(--primary-soft);
    border-color: #b8ccff;
    color: var(--primary-dark);
}

.admin-body .table-action-button-danger {
    border-color: #fecdca;
    background: var(--danger-soft);
    color: var(--danger);
}

.admin-body .datatable-card .dt-paging {
    gap: 0.32rem;
}

.admin-body .datatable-card .dt-paging .dt-paging-button {
    min-width: 32px;
    min-height: 32px;
    padding: 0.34rem 0.62rem !important;
    border: 1px solid var(--border) !important;
    border-radius: 8px;
    background: #ffffff !important;
    color: #475467 !important;
    font-size: 0.78rem;
    font-weight: 800;
}

.admin-body .datatable-card .dt-paging .dt-paging-button.current,
.admin-body .datatable-card .dt-paging .dt-paging-button.current:hover {
    border-color: #b8ccff !important;
    background: var(--primary-soft) !important;
    color: var(--primary-dark) !important;
}

.admin-body .category-title-primary,
.admin-body .dashboard-list-copy strong,
.admin-body .dashboard-density-row-head strong,
.admin-body .dashboard-health-item strong {
    color: #101828;
}

.admin-body .dashboard-page {
    gap: 0.85rem;
}

.admin-body .dashboard-kpi-grid,
.admin-body .dashboard-main-grid,
.admin-body .dashboard-lower-grid {
    gap: 0.85rem;
}

.admin-body .dashboard-kpi-card {
    min-height: 94px;
    padding: 0.72rem;
}

.admin-body .dashboard-kpi-card.is-highlight {
    background: #1d2939;
    border-color: #1d2939;
}

.admin-body .dashboard-kpi-icon {
    width: 1.65rem;
    height: 1.65rem;
    border-color: #eaecf0;
    border-radius: 8px;
    color: var(--primary);
}

.admin-body .dashboard-kpi-label {
    color: #667085;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.admin-body .dashboard-kpi-value {
    color: #101828;
    font-size: clamp(1.42rem, 2vw, 1.9rem);
}

.admin-body .dashboard-kpi-foot,
.admin-body .dashboard-kpi-meta {
    color: #667085;
    font-size: 0.76rem;
}

.admin-body .dashboard-card {
    padding: 0.84rem;
    gap: 0.62rem;
}

.admin-body .dashboard-chip {
    padding: 0.28rem 0.56rem;
    border-color: var(--border);
    background: #f9fafb;
    color: #667085;
    font-size: 0.74rem;
}

.admin-body .dashboard-health-item,
.admin-body .dashboard-density-row,
.admin-body .dashboard-list-row,
.admin-body .list-row {
    border-color: var(--border);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: none;
}

.login-body {
    background: var(--bg);
}

.login-panel {
    width: min(880px, 100%);
    gap: 1rem;
}

.login-copy h1 {
    color: #101828;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.12;
}

.login-copy p:not(.eyebrow) {
    color: #667085;
    font-size: 0.92rem;
}

.login-card {
    padding: 1.15rem;
}

@media (max-width: 960px) {
    .admin-body .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-body .admin-sidebar {
        width: min(264px, calc(100vw - 1.25rem));
        box-shadow: var(--shadow-lg);
    }

    .admin-body .admin-main {
        padding: 0.7rem;
    }

    .admin-body .admin-mobile-header {
        padding: 0.45rem 0.05rem 0.65rem;
    }

    .admin-body .admin-menu-toggle {
        min-height: 36px;
        padding: 0.45rem 0.68rem;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: var(--shadow-sm);
    }
}

@media (max-width: 760px) {
    .admin-body .admin-topbar {
        align-items: stretch;
        padding: 0.78rem;
    }

    .admin-body .admin-topbar-actions {
        width: 100%;
    }

    .admin-body .admin-topbar-actions .button {
        width: 100%;
    }

    .admin-body .panel-card {
        padding: 0.85rem;
    }

    .admin-body .datatable-card {
        padding: 0;
    }

    .admin-body .datatable-card .panel-head,
    .admin-body .datatable-card .table-wrap {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .admin-body .datatable-card .dt-layout-row {
        gap: 0.5rem;
    }

    .admin-body .datatable-card .dt-search input {
        width: 100%;
    }

    .admin-body .form-grid,
    .admin-body .admin-grid,
    .admin-body .editor-layout {
        grid-template-columns: 1fr;
    }
}

/* Admin table readability pass */
.admin-body .datatable-card {
    padding: 0.95rem;
}

.admin-body .datatable-card .panel-head {
    padding: 0 0 0.85rem;
    border-bottom: 0;
}

.admin-body .datatable-card .table-wrap,
.admin-body .feed-admin-table-wrap,
.admin-body .feed-report-table-wrap {
    padding: 0.35rem 0 0;
}

.admin-body .datatable-card .dt-layout-row,
.admin-body .feed-admin-card.datatable-card .dt-layout-row,
.admin-body .feed-report-admin-card.datatable-card .dt-layout-row {
    padding: 0;
}

.admin-body .datatable-card .dt-layout-row:first-child {
    margin-bottom: 0.9rem;
}

.admin-body .datatable-card .dt-layout-row:last-child {
    margin-top: 0.95rem;
}

.admin-body .datatable-card .dt-container,
.admin-body .admin-datatable,
.admin-body .admin-datatable * {
    font-weight: 400;
}

.admin-body .datatable-card table.dataTable,
.admin-body .feed-admin-table,
.admin-body .feed-report-table {
    overflow: hidden;
    border: 1px solid var(--border);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    background: #ffffff;
}

.admin-body .datatable-card table.dataTable thead th,
.admin-body .feed-admin-table thead th,
.admin-body .feed-report-table thead th {
    padding: 0.82rem 1rem;
    border-bottom: 1px solid var(--border) !important;
    background: #f9fafb;
    color: #475467;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.admin-body .datatable-card table.dataTable tbody td,
.admin-body .feed-admin-table tbody td,
.admin-body .feed-report-table tbody td {
    padding: 0.95rem 1rem;
    border: 0;
    border-bottom: 1px solid #eef2f6;
    background: #ffffff !important;
    color: #344054;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.45;
    vertical-align: middle;
}

.admin-body .datatable-card table.dataTable tbody tr:last-child td,
.admin-body .feed-admin-table tbody tr:last-child td,
.admin-body .feed-report-table tbody tr:last-child td {
    border-bottom: 0;
}

.admin-body .feed-admin-table tbody tr + tr td,
.admin-body .feed-report-table tbody tr + tr td {
    border-top: 0;
}

.admin-body .datatable-card table.dataTable.display > tbody > tr:hover > *,
.admin-body .datatable-card table.dataTable.hover > tbody > tr:hover > *,
.admin-body .feed-admin-table tbody tr:hover td,
.admin-body .feed-report-table tbody tr:hover td {
    background: #f8fbff !important;
    box-shadow: none !important;
}

.admin-body .admin-datatable strong,
.admin-body .admin-datatable b,
.admin-body .category-title-primary,
.admin-body .feed-admin-title strong,
.admin-body .feed-admin-author strong,
.admin-body .feed-admin-votes,
.admin-body .feed-report-title strong,
.admin-body .feed-report-person strong,
.admin-body .feed-report-date,
.admin-body .feed-report-title-link {
    color: #1d2939;
    font-weight: 400;
}

.admin-body .feed-admin-title,
.admin-body .feed-admin-author,
.admin-body .feed-report-title,
.admin-body .feed-report-person {
    gap: 0.2rem;
}

.admin-body .feed-admin-meta,
.admin-body .feed-report-meta,
.admin-body .subtle-copy {
    color: #667085;
    font-size: 0.84rem;
    font-weight: 400;
    line-height: 1.4;
}

.admin-body .admin-datatable .badge,
.admin-body .feed-admin-status,
.admin-body .feed-report-status,
.admin-body .feed-report-reason-badge,
.admin-body .membership-badge {
    min-height: 26px;
    padding: 0.28rem 0.62rem;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1;
}

.admin-body .feed-admin-thumb,
.admin-body .feed-report-thumb,
.admin-body .admin-datatable .thumb-box {
    width: 46px;
    height: 46px;
    border-radius: 10px;
}

.admin-body .feed-admin-thumb-fallback,
.admin-body .feed-report-thumb-fallback,
.admin-body .admin-datatable .thumb-box span {
    font-weight: 500;
}

.admin-body .feed-admin-option-preview,
.admin-body .feed-report-option-preview {
    gap: 0.5rem;
}

.admin-body .table-action-button,
.admin-body .feed-admin-btn,
.admin-body .feed-report-btn,
.admin-body .feed-admin-actions-summary,
.admin-body .feed-report-actions-summary {
    font-weight: 500;
}

.admin-body .feed-admin-actions-summary,
.admin-body .feed-report-actions-summary {
    width: 38px;
    height: 38px;
    border-radius: 10px;
}

.admin-body .datatable-card .dt-length label,
.admin-body .datatable-card .dt-search label,
.admin-body .datatable-card .dt-info,
.admin-body .datatable-card .dt-paging {
    font-weight: 400;
}

.admin-body .datatable-card .dt-container .dt-input,
.admin-body .datatable-card .dt-search input,
.admin-body .datatable-card .dt-length select {
    min-height: 40px;
    font-weight: 400;
}

.admin-body .datatable-card .dt-paging .dt-paging-button {
    font-weight: 400;
}

@media (max-width: 760px) {
    .admin-body .datatable-card {
        padding: 0.75rem;
    }

    .admin-body .datatable-card table.dataTable thead th,
    .admin-body .feed-admin-table thead th,
    .admin-body .feed-report-table thead th,
    .admin-body .datatable-card table.dataTable tbody td,
    .admin-body .feed-admin-table tbody td,
    .admin-body .feed-report-table tbody td {
        padding: 0.82rem 0.75rem;
    }
}

/* Cleaner, lighter admin sidebar */
.admin-body .admin-sidebar {
    padding: 1.05rem 0.7rem;
    background: #ffffff;
}

.admin-body .admin-brand {
    gap: 0.62rem;
    min-height: 44px;
    padding: 0.42rem 0.5rem 0.8rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #f0f2f5;
    border-radius: 0;
}

.admin-body .admin-brand-logo-mark {
    width: 36px;
    height: 36px;
}

.admin-body .admin-brand-lockup strong {
    font-size: 0.94rem;
    font-weight: 600;
}

.admin-body .admin-brand small {
    color: #98a2b3;
    font-size: 0.72rem;
    font-weight: 400;
}

.admin-body .admin-nav {
    gap: 0.58rem;
}

.admin-body .admin-nav-section {
    display: grid;
    gap: 0.14rem;
}

.admin-body .admin-nav-section + .admin-nav-section {
    padding-top: 0.48rem;
    border-top: 1px solid #f2f4f7;
}

.admin-body .admin-nav-section-title {
    display: block;
    padding: 0 0.58rem 0.22rem;
    color: #98a2b3;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.admin-body .admin-nav-link {
    min-height: 38px;
    gap: 0.55rem;
    padding: 0.5rem 0.58rem;
    border-radius: 9px;
    color: #475467;
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0;
}

.admin-body .admin-nav-link::before {
    display: none;
}

.admin-body .admin-nav-link-icon {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 8px;
    color: #667085;
    background: transparent;
}

.admin-body .admin-nav-link-icon i {
    font-size: 0.95rem;
}

.admin-body .admin-nav-link:hover {
    background: #f8fafc;
    border-color: transparent;
    color: #101828;
    box-shadow: none;
}

.admin-body .admin-nav-link.is-active {
    background: #f3f6ff;
    border-color: #dbe7ff;
    color: #2441d8;
    box-shadow: none;
}

.admin-body .admin-nav-link.is-active .admin-nav-link-icon {
    color: #465fff;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.admin-body .admin-nav-link-label {
    line-height: 1.18;
}

.admin-body .admin-sidebar-footer {
    padding-top: 0.65rem;
    border-top: 1px solid #f0f2f5;
}

/* Lighter admin typography */
.admin-body {
    font-weight: 400;
}

.admin-body .admin-topbar-copy h1,
.admin-body .panel-head h2,
.admin-body .section-heading h2,
.admin-body .dashboard-card-head h2,
.admin-body .media-folder-head h2 {
    font-weight: 600;
}

.admin-body .button,
.admin-body .badge,
.admin-body .field-label,
.admin-body .table-action-button,
.admin-body .media-file-name,
.admin-body .media-folder-link strong,
.admin-body .media-summary-item strong {
    font-weight: 500;
}

