:root {
    color-scheme: dark;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --event-bingo-atmosphere-background: url("/images/backgrounds/event-bingo-atmosphere-background.png");
    --app-viewport-height: 100dvh;
    --app-visual-top-inset: 0px;
    --app-visual-bottom-inset: 0px;
    background: #06111b;
    color: #f8fafc;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: #06111b;
}

body:has(.mobile-app-fullscreen),
#app:has(.mobile-app-fullscreen) {
    height: var(--app-viewport-height, 100dvh);
    min-height: var(--app-viewport-height, 100dvh);
    overflow: hidden;
}

@supports not (height: 100dvh) {
    body:has(.mobile-app-fullscreen),
    #app:has(.mobile-app-fullscreen) {
        height: calc(var(--app-vh, 1vh) * 100);
        min-height: calc(var(--app-vh, 1vh) * 100);
    }
}

body:has(.auth-page) {
    background:
        linear-gradient(180deg, rgba(6, 17, 27, 0.28), rgba(6, 17, 27, 0.82)),
        var(--event-bingo-atmosphere-background) center / cover no-repeat fixed,
        #06111b;
}

#app:has(.auth-page) {
    display: grid;
    min-height: 100dvh;
    padding: clamp(18px, 4vw, 64px);
    place-items: center;
    background:
        linear-gradient(180deg, rgba(6, 17, 27, 0.22), rgba(6, 17, 27, 0.78)),
        var(--event-bingo-atmosphere-background) center / cover no-repeat fixed,
        #06111b;
}

#app:has(.mobile-app-fullscreen) {
    display: block;
    padding: 0;
    background: #06111b;
}

.event-shell:has(.game-unavailable) .event-shell__nav {
    display: none !important;
}

.event-shell__content:has(.game-unavailable) {
    width: 100% !important;
    max-width: none !important;
    min-height: 100dvh;
    padding: 0 !important;
}

@media (min-width: 760px) {
    .event-shell:has(.game-unavailable) {
        display: block !important;
        grid-template-columns: none !important;
    }

    .event-shell:has(.game-unavailable) .event-shell__content {
        padding: 0 !important;
    }
}

a {
    color: inherit;
}

h1:focus {
    outline: none;
}

.public-site {
    display: grid;
    min-height: 100dvh;
    padding: clamp(24px, 6vw, 72px);
    background:
        linear-gradient(90deg, rgba(6, 17, 27, 0.92), rgba(6, 17, 27, 0.62)),
        var(--event-bingo-atmosphere-background) center / cover no-repeat,
        #06111b;
}

.public-site--home {
    align-items: start;
    position: relative;
    isolation: isolate;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    padding: clamp(24px, 6vw, 104px);
    background: #06111b;
}

.public-site--home::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(6, 17, 27, 0.92), rgba(6, 17, 27, 0.54));
    pointer-events: none;
}

.public-site__background-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.public-site--home .public-site__content {
    position: relative;
    z-index: 2;
    width: min(680px, 100%);
    max-width: 680px;
    margin-top: clamp(96px, 15.5vh, 248px);
}

.public-site__top-actions {
    position: absolute;
    top: clamp(16px, 3.6vw, 38px);
    right: clamp(16px, 3.4vw, 56px);
    z-index: 3;
    display: flex;
    gap: clamp(8px, 0.9vw, 16px);
}

.public-site__icon-button {
    display: inline-grid;
    width: clamp(34px, 2.8vw, 50px);
    height: clamp(34px, 2.8vw, 50px);
    min-height: clamp(34px, 2.8vw, 50px);
    place-items: center;
    padding: 0;
    border: 1px solid rgba(249, 115, 22, 0.92);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.54);
    color: #fed7aa;
}

.public-site__admin-button {
    width: auto;
    min-width: clamp(54px, 4.8vw, 78px);
    padding: 0 clamp(10px, 1vw, 16px);
    color: #ffedd5;
    font-size: clamp(0.72rem, 0.82vw, 0.92rem);
    font-weight: 900;
    text-decoration: none;
}

.public-site__icon-button:hover,
.public-site__icon-button:focus-visible,
.public-site__audio-button[aria-pressed="true"] {
    border-color: #f97316;
    background: rgba(249, 115, 22, 0.22);
    color: #ffffff;
    outline: none;
}

.public-site__icon-button svg {
    width: clamp(16px, 1.3vw, 22px);
    height: clamp(16px, 1.3vw, 22px);
}

.public-site--maintenance {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(6, 17, 27, 0.98), rgba(11, 29, 44, 0.84)),
        url("/images/event-bingo-champion-cup-transparent.png") right 8% center / min(46vw, 500px) auto no-repeat,
        #071522;
}

.public-site__content {
    display: grid;
    gap: 18px;
    max-width: 760px;
}

.public-site__eyebrow {
    margin: 0;
    color: #fb923c;
    font-size: clamp(0.92rem, 1.2vw, 1.32rem);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.public-site__brand {
    position: absolute;
    top: clamp(30px, 5.8vh, 54px);
    left: clamp(24px, 3.3vw, 56px);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
}

.public-site__brand img {
    width: clamp(34px, 2.7vw, 48px);
    height: clamp(34px, 2.7vw, 48px);
    object-fit: contain;
}

.public-site__brand strong {
    color: #f8fafc;
    font-size: clamp(1.25rem, 1.85vw, 2rem);
    font-weight: 900;
    line-height: 1;
}

.public-site__brand strong span {
    color: #f97316;
}

.public-site h1,
.public-site h2 {
    max-width: 720px;
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.5rem, 7vw, 5.8rem);
    line-height: 0.98;
}

.public-site p {
    max-width: 650px;
    margin: 0;
    color: #cbd5e1;
    font-size: clamp(1rem, 2.2vw, 1.26rem);
    line-height: 1.65;
}

.public-site--home h1 {
    max-width: 720px;
    font-size: clamp(3.1rem, 5.15vw, 5.1rem);
    line-height: 1.05;
}

.public-site--home .public-site__content > p:not(.public-site__eyebrow) {
    max-width: 650px;
    color: #cbd5e1;
    font-size: clamp(1.05rem, 1.48vw, 1.52rem);
    line-height: 1.45;
}

.public-site__actions {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: clamp(22px, 3.15vw, 48px) clamp(22px, 1.7vw, 30px);
    margin-top: 8px;
}

.public-site--home .public-site__actions {
    margin-top: clamp(38px, 6vh, 58px);
}

.public-site__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: clamp(46px, 3.95vw, 68px);
    padding: 0 clamp(22px, 2.1vw, 36px);
    border: 2px solid rgba(251, 146, 60, 0.9);
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.16);
    color: #fed7aa;
    font-size: clamp(1rem, 1.32vw, 1.45rem);
    font-weight: 900;
    text-decoration: none;
}

.public-site__actions .public-site__action-primary {
    min-width: clamp(156px, 16.1vw, 276px);
    border-color: rgba(249, 115, 22, 0.95);
    background: linear-gradient(180deg, #fb923c, #ea580c);
    color: #fff7ed;
    box-shadow: 0 16px 34px rgba(234, 88, 12, 0.28);
}

.public-site__actions .public-site__action-primary::after {
    content: "→";
    margin-left: clamp(16px, 2vw, 32px);
    color: #ffffff;
    font-size: 1.28em;
    font-weight: 500;
    line-height: 1;
}

.public-site__actions .public-site__action-secondary {
    min-width: clamp(136px, 12vw, 206px);
    background: rgba(15, 23, 42, 0.58);
}

.public-site__actions .public-site__action-link {
    justify-content: flex-start;
    min-height: 34px;
    width: fit-content;
    padding: 0 0 7px;
    border-color: transparent;
    border-bottom: 1px solid rgba(251, 146, 60, 0.42);
    border-radius: 0;
    background: transparent;
    color: #fdba74;
    font-size: clamp(1rem, 1.26vw, 1.38rem);
    text-decoration: underline;
    text-decoration-color: transparent;
}

.public-site__actions .public-site__action-link::after {
    content: "›";
    margin-left: 20px;
    color: #fdba74;
    font-size: 1.15em;
    line-height: 1;
}

.public-site__actions .public-site__action-primary:hover,
.public-site__actions .public-site__action-primary:focus-visible {
    border-color: #fed7aa;
    background: linear-gradient(180deg, #fdba74, #f97316);
    color: #ffffff;
    outline: none;
}

.public-site__actions .public-site__action-secondary:hover,
.public-site__actions .public-site__action-secondary:focus-visible,
.public-site__actions .public-site__action-link:hover,
.public-site__actions .public-site__action-link:focus-visible {
    border-color: #fb923c;
    background: rgba(249, 115, 22, 0.18);
    color: #ffffff;
    outline: none;
}

.game-info-page {
    min-height: 100dvh;
    max-width: 100%;
    overflow-x: hidden;
    padding: clamp(20px, 4vw, 52px);
    background:
        radial-gradient(circle at 82% 14%, rgba(249, 115, 22, 0.12), transparent 24%),
        radial-gradient(circle at 12% 44%, rgba(20, 184, 166, 0.1), transparent 26%),
        linear-gradient(180deg, rgba(6, 17, 27, 0.98), rgba(5, 15, 25, 1)),
        var(--event-bingo-atmosphere-background) center / cover no-repeat,
        #06111b;
    color: #f8fafc;
}

.game-info-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1480px, 100%);
    margin: 0 auto clamp(36px, 6vw, 72px);
}

.game-info-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f8fafc;
    font-size: clamp(1.15rem, 2vw, 1.7rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.game-info-brand img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.game-info-brand span {
    color: #f97316;
}

.game-info-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.game-info-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.62);
    color: #e2e8f0;
    font-weight: 900;
    text-decoration: none;
}

.game-info-nav a:hover,
.game-info-nav a:focus-visible,
.game-info-nav__active {
    border-color: #f97316;
    background: rgba(249, 115, 22, 0.2);
    color: #fed7aa;
    outline: none;
}

.game-info-nav__home {
    background: rgba(15, 23, 42, 0.86);
}

.game-info-hero,
.game-info-sections {
    width: min(1480px, 100%);
    margin: 0 auto;
}

.game-info-hero {
    display: grid;
    gap: 8px;
    margin-bottom: 32px;
}

.game-info-eyebrow {
    margin: 0;
    color: #fb923c;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.game-info-hero h1 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.8rem, 7vw, 6rem);
    line-height: 0.95;
}

.game-info-hero p:not(.game-info-eyebrow) {
    margin: 0;
    color: #cbd5e1;
    font-size: clamp(1.1rem, 2.2vw, 1.6rem);
    line-height: 1.4;
}

.game-info-sections {
    display: grid;
    gap: 28px;
}

.game-info-section {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
    align-items: center;
    gap: clamp(28px, 4vw, 64px);
    min-height: 520px;
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid rgba(56, 104, 128, 0.8);
    border-radius: 8px;
    background: rgba(9, 32, 48, 0.82);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.26);
}

.game-info-section--2,
.game-info-section--3,
.game-info-section--4 {
    min-height: 650px;
}

.game-info-section__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 410px;
}

.game-info-section__content {
    display: grid;
    gap: 16px;
    align-content: center;
}

.game-info-section__number {
    margin: 0;
    color: #fb923c;
    font-size: 4.5rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.9;
}

.game-info-section h2 {
    margin: 0;
    color: #f97316;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
}

.game-info-section__content > p:not(.game-info-section__number) {
    max-width: 560px;
    margin: 0;
    color: #d5e0eb;
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.58;
}

.game-info-audio-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid #f97316;
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.13);
    color: #f8fafc;
    font-weight: 900;
}

.game-info-audio-button:hover,
.game-info-audio-button:focus-visible,
.game-info-audio-button[aria-pressed="true"] {
    background: rgba(249, 115, 22, 0.28);
    color: #ffffff;
    outline: none;
}

.game-info-audio-button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.3;
}

.game-info-audio-button svg path:first-child {
    fill: currentColor;
    stroke: none;
}

.game-info-device {
    position: relative;
    display: block;
    margin: 0;
    flex: 0 0 auto;
}

.game-info-device__screen {
    position: relative;
    overflow: hidden;
    background: #050d14;
}

.game-info-device__screen img {
    display: block;
    width: 100%;
    height: 100%;
}

.game-info-device--macbook {
    width: min(760px, 78vw);
    padding: 18px 18px 62px;
    border: 3px solid rgba(148, 163, 184, 0.72);
    border-radius: 20px 20px 10px 10px;
    background: #111827;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.42);
}

.game-info-device--macbook::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.45);
    transform: translateX(-50%);
}

.game-info-device--macbook::after {
    content: "";
    position: absolute;
    right: -54px;
    bottom: 0;
    left: -54px;
    height: 42px;
    border-radius: 0 0 14px 14px;
    background:
        linear-gradient(180deg, #e5e7eb 0%, #a7afb4 100%);
    box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.34);
}

.game-info-device--macbook .game-info-device__screen {
    aspect-ratio: 16 / 10;
    border-radius: 8px;
}

.game-info-device--macbook .game-info-device__screen::after {
    content: "";
    position: absolute;
    right: -54px;
    bottom: -46px;
    left: -54px;
    height: 42px;
    border-radius: 0 0 14px 14px;
    background:
        linear-gradient(90deg, transparent calc(50% - 48px), rgba(71, 85, 105, 0.55) calc(50% - 48px), rgba(71, 85, 105, 0.55) calc(50% + 48px), transparent calc(50% + 48px));
    pointer-events: none;
    z-index: 1;
}

.game-info-device--macbook img {
    object-fit: contain;
}

.game-info-device--iphone {
    width: min(240px, 42vw);
    padding: 12px;
    border: 3px solid rgba(148, 163, 184, 0.74);
    border-radius: 34px;
    background: #090d12;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.42);
}

.game-info-device--iphone::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: 2;
    width: 74px;
    height: 13px;
    border-radius: 999px;
    background: #030507;
    transform: translateX(-50%);
}

.game-info-device--iphone::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 26%;
    width: 3px;
    height: 54px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.64);
}

.game-info-device--iphone .game-info-device__screen {
    aspect-ratio: 9 / 19.5;
    border-radius: 25px;
}

.game-info-device--iphone img {
    object-fit: cover;
}

.game-info-section--1 .game-info-device--iphone {
    position: absolute;
    left: 12px;
    bottom: 6px;
    z-index: 2;
    width: min(190px, 34vw);
}

.game-info-section--1 .game-info-device--macbook {
    transform: translateX(34px);
}

.game-info-section--2 .game-info-device--macbook,
.game-info-section--4 .game-info-device--macbook {
    width: min(850px, 82vw);
}

.game-info-section--3 .game-info-section__visual {
    gap: clamp(24px, 5vw, 56px);
}

.game-info-callouts {
    position: absolute;
    right: 4%;
    bottom: 9%;
    display: grid;
    gap: 10px;
}

.game-info-callouts span {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #f97316;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.9);
    color: #f8fafc;
    font-weight: 900;
    white-space: nowrap;
}

.public-site--request {
    align-items: center;
}

.public-request {
    display: grid;
    gap: 24px;
    width: min(1120px, 100%);
}

.public-request__intro {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.public-request__intro h1 {
    font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.public-request__features {
    display: grid;
    gap: 8px;
    max-width: 620px;
    margin: 0;
    padding-left: 22px;
    color: #cbd5e1;
    font-size: clamp(1rem, 2vw, 1.12rem);
    line-height: 1.45;
}

.public-request__features li {
    padding-left: 4px;
}

.public-request__features li::marker {
    color: #fed7aa;
    font-size: 1.05em;
}

.public-request__panel {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(11, 29, 44, 0.9);
}

.public-request__panel h2 {
    margin: 0 0 16px;
    max-width: 100%;
    font-size: clamp(2.6rem, 13vw, 4.2rem);
    line-height: 0.95;
    overflow-wrap: anywhere;
    word-break: normal;
}

.public-request__form .auth-button--secondary,
.public-request__back {
    margin-top: 0;
}

.public-site--preview {
    min-height: 360px;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(6, 17, 27, 0.98), rgba(11, 29, 44, 0.88)),
        #071522;
}

.public-site--preview h2 {
    font-size: clamp(1.8rem, 4vw, 3.4rem);
}

.public-site--preview p {
    font-size: 1rem;
}

.screen-intro {
    max-width: 760px;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #0b1d2c;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.screen-intro h1 {
    margin: 0;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1;
}

.screen-intro p {
    max-width: 640px;
    margin: 18px 0 0;
    color: #cbd5e1;
    font-size: 1.06rem;
    line-height: 1.65;
}

.screen-intro__eyebrow {
    margin: 0 0 12px !important;
    color: #fb923c !important;
    font-size: 0.82rem !important;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.screen-intro__meta {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid rgba(251, 146, 60, 0.35);
    border-radius: 8px;
    color: #fed7aa !important;
}

.screen-intro--admin {
    border-color: rgba(59, 130, 246, 0.3);
}

.screen-intro--admin-home {
    width: 100%;
    max-width: 100%;
}

.screen-intro--host {
    border-color: rgba(34, 197, 94, 0.3);
}

.host-loading-screen {
    display: grid;
    min-height: 100dvh;
    padding: 24px;
    place-items: center;
}

.screen-intro--host-loading {
    display: grid;
    justify-items: center;
    width: min(480px, 100%);
    text-align: center;
}

.screen-intro--host-loading .screen-intro__meta {
    margin-top: 14px;
}

.host-loading-screen__spinner {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border: 4px solid rgba(148, 163, 184, 0.28);
    border-top-color: #f97316;
    border-radius: 999px;
    animation: auth-button-spinner 0.8s linear infinite;
}

.event-shell__content:has(.screen-intro--host-error) {
    display: grid;
    place-items: center;
    min-height: 100dvh;
    padding: 16px;
}

.screen-intro--host-error {
    place-self: center;
    width: min(760px, calc(100% - 32px));
    text-align: left;
}

.screen-intro--player {
    border-color: rgba(249, 115, 22, 0.35);
}

.game-unavailable,
.game-loading {
    display: grid;
    min-height: 100dvh;
    padding: clamp(18px, 5vw, 56px);
    place-items: center;
    background:
        radial-gradient(circle at 50% 30%, rgba(14, 68, 104, 0.32), transparent 58%),
        linear-gradient(180deg, rgba(6, 17, 27, 0.36), rgba(6, 17, 27, 0.78)),
        var(--event-bingo-atmosphere-background) center / cover no-repeat,
        linear-gradient(180deg, #06111b 0%, #071a2a 52%, #06111b 100%);
}

.game-unavailable__dialog,
.game-loading__dialog {
    display: grid;
    justify-items: center;
    width: min(820px, 100%);
    padding: clamp(28px, 5vw, 60px) clamp(18px, 5vw, 58px) clamp(26px, 4vw, 48px);
    border: 2px solid rgba(148, 163, 184, 0.54);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(8, 37, 58, 0.9), rgba(4, 24, 39, 0.94)),
        rgba(7, 21, 34, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        0 28px 80px rgba(0, 0, 0, 0.34);
    color: #f8fafc;
    text-align: center;
}

.game-unavailable__brand,
.game-loading__brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.game-unavailable__brand img,
.game-loading__brand img {
    width: clamp(44px, 8vw, 66px);
    height: clamp(44px, 8vw, 66px);
    object-fit: contain;
}

.game-unavailable__brand strong,
.game-loading__brand strong {
    color: #f8fafc;
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
}

.game-unavailable__brand span,
.game-loading__brand span {
    color: #f97316;
}

.game-unavailable__divider,
.game-loading__divider {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    width: min(430px, 80%);
    margin-bottom: clamp(28px, 5vw, 46px);
    color: #214c71;
}

.game-unavailable__divider span,
.game-loading__divider span {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.34), transparent);
}

.game-unavailable__divider b,
.game-loading__divider b {
    color: #2e638f;
    font-size: 1.3rem;
    line-height: 1;
}

.game-unavailable__dialog h1,
.game-loading__dialog h1 {
    margin: 0;
    max-width: 100%;
    color: #f8fafc;
    font-size: clamp(2.35rem, 7vw, 4.35rem);
    font-weight: 950;
    line-height: 1.02;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
}

.game-unavailable__dialog > p,
.game-loading__dialog > p {
    max-width: 620px;
    margin: 24px 0 0;
    color: #f8fafc;
    font-size: clamp(1.05rem, 2.8vw, 1.55rem);
    font-weight: 650;
    line-height: 1.45;
}

.game-unavailable__code {
    display: inline-flex;
    width: fit-content;
    padding: 8px 12px;
    border: 1px solid rgba(251, 146, 60, 0.38);
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.08);
    color: #fed7aa !important;
    font-size: 0.96rem !important;
}

.game-unavailable__note,
.game-loading__note {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    color: rgba(226, 232, 240, 0.78);
}

.game-unavailable__note span,
.game-loading__note span {
    display: inline-grid;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(125, 211, 252, 0.2);
    border-radius: 999px;
    background: rgba(125, 211, 252, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.game-unavailable__note svg,
.game-loading__note svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: #7dd3fc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.game-unavailable__note p,
.game-loading__note p {
    margin: 0;
    font-size: clamp(0.98rem, 2vw, 1.22rem);
    font-weight: 700;
}

.game-loading__spinner {
    position: relative;
    display: grid;
    width: clamp(112px, 18vw, 154px);
    aspect-ratio: 1;
    margin-top: 30px;
    place-items: center;
    border-radius: 999px;
}

.game-loading__spinner::before {
    position: absolute;
    inset: 0;
    border: 10px solid rgba(125, 211, 252, 0.18);
    border-top-color: #7dd3fc;
    border-right-color: #f97316;
    border-radius: inherit;
    box-shadow:
        0 0 24px rgba(125, 211, 252, 0.24),
        0 0 22px rgba(249, 115, 22, 0.2);
    content: "";
    animation: auth-button-spinner 1.05s linear infinite;
}

.game-loading__spinner span {
    width: 44%;
    aspect-ratio: 1;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(46, 99, 143, 0.52), rgba(46, 99, 143, 0.08) 68%);
}

.game-loading__status {
    margin-top: 18px;
    color: #7dd3fc;
    font-size: clamp(1.2rem, 3vw, 1.7rem);
    font-weight: 950;
    text-shadow: 0 0 20px rgba(125, 211, 252, 0.28);
}

.game-unavailable__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(490px, 100%);
    min-height: 74px;
    margin-top: 28px;
    padding: 0 24px;
    border: 1px solid rgba(251, 146, 60, 0.86);
    border-radius: 8px;
    background: linear-gradient(180deg, #ff8a12 0%, #f97316 56%, #e85d04 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 10px 24px rgba(0, 0, 0, 0.32);
    color: #ffffff;
    font-size: clamp(1.08rem, 3vw, 1.55rem);
    font-weight: 950;
    line-height: 1.15;
    text-decoration: none;
}

.game-unavailable__button:hover,
.game-unavailable__button:focus-visible {
    background: linear-gradient(180deg, #fb923c 0%, #f97316 58%, #ea580c 100%);
    outline: 3px solid rgba(251, 146, 60, 0.28);
    outline-offset: 3px;
}

.player-welcome {
    width: min(430px, 100%);
    min-height: 100dvh;
    margin: 0 auto;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(6, 17, 27, 0.35), rgba(6, 17, 27, 0.96)),
        #0b1d2c;
    background-position: center top;
    background-size: cover;
}

.player-welcome__overlay {
    display: grid;
    grid-template-rows: auto auto auto auto auto minmax(0, 1fr) auto auto;
    gap: clamp(7px, 1.25dvh, 12px);
    min-height: 100dvh;
    padding: clamp(12px, 2dvh, 18px) 18px;
}

.player-welcome__brand {
    display: grid;
    justify-items: center;
    gap: 4px;
    text-align: center;
}

.player-welcome__brand strong {
    color: #f8fafc;
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    font-weight: 900;
    line-height: 1;
}

.player-welcome__brand strong span {
    color: #f97316;
}

.player-welcome__brand > span,
.player-welcome__tournament span {
    color: #fed7aa;
    font-size: clamp(0.76rem, 2.8vw, 0.9rem);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.player-welcome__match {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 8px;
}

.player-welcome__team {
    display: grid;
    justify-items: center;
    gap: 7px;
    min-width: 0;
    text-align: center;
}

.player-welcome__team img {
    width: min(118px, 100%);
    aspect-ratio: 1.55;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(248, 250, 252, 0.34);
}

.player-welcome__team strong {
    color: #f8fafc;
    font-size: clamp(1.18rem, 5.9vw, 1.85rem);
    font-weight: 900;
    line-height: 0.95;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.player-welcome__versus {
    align-self: center;
    color: #f97316;
    font-size: clamp(1.85rem, 8vw, 2.8rem);
    font-weight: 900;
    line-height: 1;
}

.player-welcome__tournament {
    display: grid;
    justify-items: center;
    margin-top: -5px;
}

.player-welcome__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.player-welcome__meta span {
    display: grid;
    place-items: center;
    min-height: clamp(34px, 4.8dvh, 42px);
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.84);
    color: #f8fafc;
    font-size: clamp(0.68rem, 2.6vw, 0.78rem);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.player-welcome__cards {
    display: grid;
    gap: 7px;
}

.player-welcome__info-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 10px;
    align-items: center;
    min-height: clamp(54px, 7.2dvh, 68px);
    padding: clamp(8px, 1.35dvh, 11px) 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.84);
}

.player-welcome__info-card span,
.player-welcome__info-card small {
    color: #cbd5e1;
}

.player-welcome__info-card span {
    font-size: clamp(0.82rem, 3vw, 0.98rem);
    font-weight: 800;
}

.player-welcome__info-card strong {
    color: #f8fafc;
    font-size: clamp(1rem, 4.2vw, 1.35rem);
    font-weight: 900;
    text-align: right;
}

.player-welcome__info-card small {
    grid-column: 1 / -1;
    font-size: clamp(0.7rem, 2.6vw, 0.82rem);
}

.player-welcome__rules {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 9px;
    align-items: start;
    padding: clamp(8px, 1.45dvh, 12px);
    border: 1px solid rgba(251, 146, 60, 0.34);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.84);
}

.player-welcome__rules > span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #f97316;
    color: #06111b;
    font-size: 1rem;
    font-weight: 900;
}

.player-welcome__rules p {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(0.76rem, 2.8vw, 0.95rem);
    line-height: 1.28;
}

.player-welcome__pre {
    display: grid;
    gap: clamp(18px, 4.2vw, 28px);
    align-self: center;
    justify-self: center;
    width: min(520px, calc(100% - 10px));
    margin: 0 auto;
    padding: clamp(28px, 7vw, 46px) clamp(22px, 5.2vw, 34px);
    border: 1px solid rgba(251, 146, 60, 0.62);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.88);
    box-shadow: 0 20px 48px rgba(2, 6, 23, 0.42);
}

.player-welcome__pre-kicker {
    color: #fed7aa;
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.player-welcome__pre h1 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.55rem, 10.8vw, 3.85rem);
    font-weight: 950;
    line-height: 1.04;
}

.player-welcome__pre p {
    margin: 0;
    color: #e5e7eb;
    font-size: clamp(1.12rem, 4.25vw, 1.42rem);
    font-weight: 750;
    line-height: 1.32;
}

.player-welcome__profile {
    display: flex;
    align-items: center;
    gap: clamp(16px, 4vw, 24px);
    min-width: 0;
}

.player-welcome__profile > div {
    min-width: 0;
}

.player-welcome__profile-avatar {
    width: clamp(74px, 19vw, 102px);
    height: clamp(74px, 19vw, 102px);
    flex: 0 0 auto;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 0 0 4px rgba(154, 97, 40, 0.86);
}

.player-welcome__pre-actions {
    display: grid;
    gap: 14px;
}

.player-welcome__pre-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: 100%;
    border: 1px solid rgba(248, 250, 252, 0.2);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.78);
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 900;
}

.player-welcome__pre-actions button:first-child {
    border: 0;
    background: linear-gradient(180deg, #fb923c, #f97316);
    color: #ffffff;
}

.player-welcome__pre-actions button:disabled {
    cursor: wait;
    opacity: 0.68;
}

.player-welcome__audio-backdrop {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: grid;
    place-items: center;
    padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(2px);
}

.player-welcome__audio-consent {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px 16px;
    align-items: center;
    width: min(386px, 100%);
    padding: clamp(20px, 4.8vw, 28px);
    border: 1px solid rgba(251, 146, 60, 0.58);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.98);
    box-shadow: 0 22px 52px rgba(2, 6, 23, 0.58);
}

.player-welcome__audio-icon {
    display: grid;
    place-items: center;
    width: clamp(54px, 14vw, 80px);
    height: clamp(54px, 14vw, 80px);
    border-radius: 999px;
    background: #f97316;
    color: #06111b;
}

.player-welcome__audio-icon svg {
    width: clamp(30px, 7.6vw, 43px);
    height: clamp(30px, 7.6vw, 43px);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.player-welcome__audio-copy {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.player-welcome__audio-copy strong {
    color: #f8fafc;
    font-size: clamp(1.55rem, 6.8vw, 2.08rem);
    font-weight: 900;
    line-height: 1.05;
}

.player-welcome__audio-copy span {
    color: #cbd5e1;
    font-size: clamp(1rem, 4.4vw, 1.42rem);
    font-weight: 800;
    line-height: 1.18;
}

.player-welcome__audio-ok {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(54px, 12vw, 72px);
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #fb923c, #f97316);
    color: #ffffff;
    font-size: clamp(1.24rem, 5.6vw, 1.72rem);
    font-weight: 900;
}

.player-welcome__audio-ok:disabled {
    cursor: wait;
    opacity: 0.68;
}

.player-welcome__return-backdrop {
    position: fixed;
    inset: 0;
    z-index: 32;
    display: grid;
    place-items: center;
    padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(2px);
}

.player-welcome__return-dialog {
    display: grid;
    gap: 14px;
    width: min(386px, 100%);
    padding: clamp(20px, 4.8vw, 28px);
    border: 1px solid rgba(251, 146, 60, 0.58);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.98);
    box-shadow: 0 22px 52px rgba(2, 6, 23, 0.58);
}

.player-welcome__return-status {
    display: inline-flex;
    align-items: center;
    justify-self: center;
    gap: 10px;
    color: #86efac;
    font-size: clamp(1rem, 3.7vw, 1.25rem);
    font-weight: 800;
}

.player-welcome__return-status span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.player-welcome__return-copy {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.player-welcome__return-copy strong,
.player-welcome__return-copy h1 {
    color: #f8fafc;
    font-size: clamp(1.5rem, 5.8vw, 2.15rem);
    font-weight: 900;
    line-height: 1.06;
    overflow-wrap: anywhere;
}

.player-welcome__return-copy p {
    margin: 0;
    color: #cbd5e1;
    font-size: clamp(0.9rem, 3.3vw, 1.05rem);
    font-weight: 800;
    line-height: 1.24;
}

.player-welcome__return-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(58px, 13vw, 76px);
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #fb923c, #f97316);
    color: #ffffff;
    font-size: clamp(1.18rem, 4.7vw, 1.48rem);
    font-weight: 900;
    letter-spacing: 0;
}

.player-welcome__return-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(58px, 13vw, 76px);
    width: 100%;
    border: 1px solid rgba(251, 146, 60, 0.66);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.72);
    color: #f8fafc;
    font-size: clamp(1.18rem, 4.7vw, 1.48rem);
    font-weight: 900;
}

.player-welcome__return-code {
    justify-self: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    width: 100%;
    color: rgba(214, 174, 126, 0.86);
    font-size: clamp(0.88rem, 3.3vw, 1rem);
    font-weight: 800;
}

.player-welcome__return-code::before,
.player-welcome__return-code::after {
    content: "";
    height: 1px;
    background: rgba(214, 174, 126, 0.38);
}

.player-welcome__reset-link {
    justify-self: center;
    border: 0;
    background: transparent;
    color: #ff6b6b;
    font-size: clamp(0.96rem, 3.6vw, 1.08rem);
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.player-welcome__error {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(248, 113, 113, 0.62);
    border-radius: 8px;
    background: rgba(127, 29, 29, 0.42);
    color: #fee2e2;
    font-size: clamp(0.86rem, 3.5vw, 0.98rem);
    font-weight: 800;
    line-height: 1.28;
}

.debug-info {
    position: fixed;
    z-index: 90;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    width: min(720px, calc(100vw - 24px));
    max-height: min(72dvh, 640px);
    margin: 0 auto;
    padding: 10px 12px;
    border: 1px solid rgba(59, 130, 246, 0.34);
    border-radius: 8px;
    background: rgba(7, 20, 36, 0.96);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
    overflow: hidden;
    text-align: left;
}

.debug-info summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    color: #bfdbfe;
    font-size: 0.86rem;
    font-weight: 900;
    list-style: none;
}

.debug-info summary::-webkit-details-marker {
    display: none;
}

.debug-info summary::after {
    content: "Open";
    color: #f97316;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.debug-info[open] {
    overflow-y: auto;
}

.debug-info[open] summary {
    position: sticky;
    top: -10px;
    z-index: 1;
    margin: -10px -12px 0;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(59, 130, 246, 0.26);
    background: rgba(7, 20, 36, 0.98);
}

.debug-info[open] summary::after {
    content: "Sluit";
}

.debug-info pre {
    margin: 8px 0 0;
    overflow-x: auto;
    overflow-y: visible;
    white-space: pre-wrap;
    word-break: break-word;
    color: #dbeafe;
    font-size: 0.74rem;
    line-height: 1.45;
}

.player-welcome__join-actions {
    display: grid;
    gap: 10px;
    width: 100%;
}

.player-welcome__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(44px, 6.2dvh, 56px);
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #fb923c, #f97316);
    color: #ffffff;
    font-size: clamp(1rem, 4.2vw, 1.3rem);
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.player-welcome__cta:hover,
.player-welcome__cta:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

.player-welcome__cta:disabled {
    cursor: wait;
    opacity: 0.72;
}

.player-welcome__secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: 100%;
    border: 1px solid rgba(254, 215, 170, 0.46);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    color: #fed7aa;
    font-size: clamp(0.9rem, 3.5vw, 1rem);
    font-weight: 900;
}

.player-welcome__secondary-action:disabled {
    cursor: wait;
    opacity: 0.68;
}

.player-welcome__cta:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.player-welcome__cta--behind-dialog {
    filter: saturate(0.68);
}

.player-welcome__ended {
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(251, 146, 60, 0.42);
    border-radius: 8px;
    background: rgba(124, 45, 18, 0.34);
}

.player-welcome__ended strong {
    color: #fed7aa;
    font-size: 1rem;
}

.player-welcome__ended span {
    color: #ffedd5;
    line-height: 1.35;
}

.player-welcome__footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    color: #cbd5e1;
    font-size: clamp(0.7rem, 2.6vw, 0.82rem);
}

.player-welcome__footer span:last-child {
    color: #f97316;
    font-weight: 900;
}

.player-name {
    width: min(430px, 100%);
    min-height: 100dvh;
    margin: 0 auto;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(6, 17, 27, 0.4), rgba(6, 17, 27, 0.96)),
        #0b1d2c;
    background-position: center top;
    background-size: cover;
}

.player-name__overlay {
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto auto;
    gap: clamp(9px, 1.6dvh, 15px);
    min-height: 100dvh;
    padding: clamp(14px, 2.2dvh, 20px) 18px;
}

.player-name__topbar {
    display: grid;
    grid-template-columns: 72px 1fr 72px;
    align-items: center;
    gap: 10px;
}

.player-name__topbar a {
    color: #fb923c;
    font-weight: 800;
    text-decoration: none;
}

.player-name__audio-button {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(251, 146, 60, 0.62);
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.72);
    color: #fb923c;
}

.player-name__audio-button[aria-pressed="true"] {
    background: rgba(251, 146, 60, 0.18);
    color: #fed7aa;
}

.player-name__audio-button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.player-avatar__audio-button,
.player-avatar__audio-button[aria-pressed="true"] {
    display: inline-grid;
    width: 48px;
    height: 48px;
    min-height: 48px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(249, 115, 22, 0.92);
    border-radius: 8px;
    background: #071522;
    color: #ffffff;
    cursor: pointer;
}

.player-avatar__audio-button:hover,
.player-avatar__audio-button:focus-visible {
    border-color: #f97316;
    background: rgba(249, 115, 22, 0.16);
    color: #ffffff;
    outline: none;
}

.player-avatar__audio-button svg {
    width: 26px;
    height: 26px;
    stroke-width: 2.2;
}

.player-avatar__audio-button svg path:first-child {
    fill: currentColor;
    stroke: none;
}

.player-name__topbar strong {
    color: #f8fafc;
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.player-name__topbar strong span {
    color: #f97316;
}

.player-name__match {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.player-name__match div {
    display: grid;
    justify-items: center;
    gap: 6px;
    min-width: 0;
    text-align: center;
}

.player-name__match img {
    width: min(94px, 100%);
    aspect-ratio: 1.55;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(248, 250, 252, 0.34);
}

.player-name__match strong {
    color: #f8fafc;
    font-size: clamp(1rem, 4.8vw, 1.45rem);
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.player-name__match > span {
    color: #f97316;
    font-size: clamp(1.7rem, 7vw, 2.4rem);
    font-weight: 900;
}

.player-name__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.player-name__meta span {
    display: grid;
    place-items: center;
    min-height: 38px;
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.84);
    color: #f8fafc;
    font-size: clamp(0.66rem, 2.5vw, 0.78rem);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.player-name__panel,
.player-name__tip {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.86);
}

.player-name__panel {
    display: grid;
    align-content: center;
    gap: clamp(10px, 1.7dvh, 16px);
    padding: clamp(18px, 3dvh, 28px) 18px;
    text-align: center;
}

.player-name__panel h1 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 0.98;
    text-transform: uppercase;
}

.player-name__panel p,
.player-name__panel small {
    margin: 0;
    color: #cbd5e1;
}

.player-name__form {
    display: grid;
    gap: 12px;
}

.player-name__form label {
    display: grid;
    gap: 8px;
    text-align: left;
}

.player-name__form label > span {
    color: #e2e8f0;
    font-weight: 800;
}

.player-name__form input {
    width: 100%;
    min-height: clamp(52px, 7dvh, 64px);
    padding: 0 14px;
    border: 2px solid rgba(249, 115, 22, 0.74);
    border-radius: 8px;
    background: #071522;
    color: #f8fafc;
    font: inherit;
    font-size: 1.08rem;
}

.player-name__form input:focus {
    border-color: #f97316;
    outline: 2px solid rgba(249, 115, 22, 0.18);
}

.player-name__form button {
    min-height: clamp(50px, 7dvh, 62px);
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #fb923c, #f97316);
    color: #ffffff;
    font: inherit;
    font-size: clamp(1.08rem, 4.4vw, 1.35rem);
    font-weight: 900;
    text-transform: uppercase;
}

.player-name__form button:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.player-name__error {
    padding: 9px 10px;
    border: 1px solid rgba(248, 113, 113, 0.44);
    border-radius: 8px;
    background: rgba(127, 29, 29, 0.42);
    color: #fecaca;
    font-size: 0.86rem;
    line-height: 1.35;
    text-align: left;
}

.player-name__tip {
    display: grid;
    gap: 4px;
    padding: 12px;
}

.player-name__tip strong {
    color: #f97316;
    font-weight: 900;
    text-transform: uppercase;
}

.player-name__tip span {
    color: #f8fafc;
    font-size: clamp(0.82rem, 3vw, 0.96rem);
    line-height: 1.35;
}

.player-name__footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    color: #cbd5e1;
    font-size: clamp(0.7rem, 2.6vw, 0.82rem);
}

.player-name__footer span:last-child {
    color: #f97316;
    font-weight: 900;
}

.player-avatar__panel {
    align-content: start;
}

.player-avatar .player-name__overlay {
    grid-template-rows: auto auto auto auto auto auto;
    align-content: start;
    min-height: 100dvh;
}

.player-avatar__camera {
    --player-avatar-mask-max: 190px;
    --player-avatar-mask-size: 70%;

    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(202px, 30dvh, 250px);
    overflow: hidden;
    border: 2px solid rgba(249, 115, 22, 0.72);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 25%, rgba(251, 146, 60, 0.16), transparent 36%),
        #03101c;
}

.player-avatar__camera video,
.player-avatar__camera > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-avatar__camera video {
    transform: scaleX(-1);
}

.player-avatar__mask {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.player-avatar__mask::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(var(--player-avatar-mask-size), var(--player-avatar-mask-max));
    aspect-ratio: 1;
    content: "";
    border: 3px solid rgba(248, 250, 252, 0.82);
    border-radius: 50%;
    box-shadow:
        0 0 0 999px rgba(3, 10, 18, 0.34),
        0 0 28px rgba(248, 250, 252, 0.18);
    transform: translate(-50%, -50%);
}

.player-avatar__mask::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(86%, 232px);
    aspect-ratio: 1;
    content: "";
    border: 2px solid rgba(249, 115, 22, 0.8);
    border-radius: 8px;
    transform: translate(-50%, -50%);
    clip-path: polygon(
        0 0,
        20% 0,
        20% 8%,
        8% 8%,
        8% 20%,
        0 20%,
        0 0,
        80% 0,
        100% 0,
        100% 20%,
        92% 20%,
        92% 8%,
        80% 8%,
        80% 0,
        100% 80%,
        100% 100%,
        80% 100%,
        80% 92%,
        92% 92%,
        92% 80%,
        100% 80%,
        20% 100%,
        0 100%,
        0 80%,
        8% 80%,
        8% 92%,
        20% 92%,
        20% 100%
    );
}

.player-avatar__preview {
    max-width: min(220px, 74%);
    max-height: min(220px, 74%);
    border-radius: 999px;
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.4));
}

.player-avatar__existing {
    display: grid;
    justify-items: center;
    gap: 14px;
    width: min(360px, 100%);
    margin: 0 auto;
    padding: 18px;
    border: 1px solid rgba(251, 146, 60, 0.4);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.64);
    text-align: center;
}

.player-avatar__existing-image {
    width: clamp(132px, 44vw, 188px);
    height: clamp(132px, 44vw, 188px);
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.42);
}

.player-avatar__existing strong {
    display: block;
    color: #f8fafc;
    font-size: 1.2rem;
    font-weight: 950;
}

.player-avatar__existing span {
    display: block;
    margin-top: 5px;
    color: #cbd5e1;
    font-weight: 750;
    line-height: 1.3;
}

.player-avatar__camera-status {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.player-avatar__camera-status span {
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(3, 10, 18, 0.82);
    color: #f8fafc;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
}

.player-avatar__notice {
    padding: 9px 10px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    color: #e2e8f0;
    font-size: 0.86rem;
    line-height: 1.35;
    text-align: left;
}

.player-avatar__processing {
    display: grid;
    min-height: clamp(202px, 30dvh, 250px);
    padding: 24px 18px;
    place-items: center;
    align-content: center;
    gap: 12px;
    border: 2px solid rgba(249, 115, 22, 0.72);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 25%, rgba(251, 146, 60, 0.16), transparent 36%),
        #03101c;
    color: #f8fafc;
    text-align: center;
}

.player-avatar__processing-spinner {
    width: 58px;
    aspect-ratio: 1;
    border: 6px solid rgba(125, 211, 252, 0.2);
    border-top-color: #7dd3fc;
    border-right-color: #f97316;
    border-radius: 999px;
    box-shadow:
        0 0 22px rgba(125, 211, 252, 0.2),
        0 0 20px rgba(249, 115, 22, 0.18);
    animation: auth-button-spinner 0.85s linear infinite;
}

.player-avatar__processing strong {
    font-size: clamp(1rem, 4vw, 1.18rem);
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.player-avatar__processing span {
    max-width: 22rem;
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.player-avatar__actions {
    display: grid;
    gap: 10px;
}

.player-avatar__actions div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.player-avatar__actions button {
    min-height: 46px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: #071522;
    color: #f8fafc;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 900;
    text-transform: uppercase;
}

.player-avatar__actions .player-avatar__primary-action {
    min-height: clamp(50px, 7dvh, 62px);
    border: 0;
    background: linear-gradient(180deg, #fb923c, #f97316);
}

.player-avatar__actions button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.player-avatar__skip {
    min-height: 32px;
    color: #cbd5e1;
    font-size: 0.76rem;
}

@media (max-width: 430px) {
    .player-avatar {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .player-avatar .player-name__overlay,
    .mobile-app-fullscreen .player-avatar .player-name__overlay {
        gap: clamp(7px, 1.1dvh, 10px);
        min-height: 100dvh;
        padding: clamp(10px, 1.4dvh, 14px) 14px;
    }

    .player-avatar .player-name__match img {
        width: min(76px, 100%);
    }

    .player-avatar .player-name__match strong {
        font-size: clamp(0.86rem, 4.1vw, 1.12rem);
    }

    .player-avatar .player-name__match > span {
        font-size: clamp(1.45rem, 6.2vw, 2rem);
    }

    .player-avatar .player-name__meta span {
        min-height: 34px;
        padding: 5px;
    }

    .player-avatar__panel {
        gap: 8px;
        padding: 14px 12px;
    }

    .player-avatar__panel h1 {
        font-size: clamp(1.68rem, 7.8vw, 2.12rem);
    }

    .player-avatar__camera,
    .player-avatar__processing {
        min-height: clamp(178px, 29dvh, 230px);
    }

    .player-avatar__actions {
        gap: 8px;
    }

    .player-avatar__actions div {
        gap: 8px;
    }

    .player-avatar__actions button,
    .player-avatar__primary-action {
        min-height: 42px;
        font-size: clamp(0.74rem, 3.4vw, 0.86rem);
        line-height: 1.1;
    }

    .player-avatar__skip {
        min-height: 40px;
    }

    .player-avatar .player-name__tip {
        padding: 10px;
    }

    .player-avatar .player-name__footer {
        padding-top: 6px;
    }
}

.player-card,
.player-card-placeholder {
    position: relative;
    display: grid;
    align-content: start;
    gap: 12px;
    width: min(430px, 100%);
    min-height: 100dvh;
    margin: 0 auto;
    padding: 18px 18px 94px;
    background: #0b1d2c;
}

.player-card h1,
.player-card-placeholder h1 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1.7rem, 7vw, 2.4rem);
    line-height: 1;
}

.player-card p,
.player-card-placeholder p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.5;
}

.player-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.player-card__identity {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 10px;
    min-width: 0;
}

.player-card__identity > div {
    min-width: 0;
}

.player-card__avatar,
.player-card__leaderboard-avatar,
.host-player-avatar {
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.92);
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(248, 250, 252, 0.16);
}

.player-card__avatar {
    width: 48px;
    height: 48px;
}

.player-card__header-actions {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    min-width: 0;
}

.player-card__brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.player-card__brand img {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    object-fit: contain;
}

.player-card__header h1 span {
    color: #f97316;
}

.player-card__brand h1 {
    min-width: 0;
    overflow-wrap: anywhere;
}

.player-card__score {
    display: grid;
    justify-items: end;
    gap: 2px;
    color: #cbd5e1;
    font-weight: 800;
}

.player-card__score span {
    color: #94a3b8;
    font-size: 0.76rem;
    text-transform: uppercase;
}

.player-card__score strong {
    color: #f97316;
    font-size: 2rem;
    line-height: 1;
}

.player-card__penalty {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    padding: 6px 10px;
    border: 1px solid rgba(250, 204, 21, 0.5);
    border-radius: 999px;
    background: rgba(113, 63, 18, 0.28);
    color: #fde68a;
    font-weight: 950;
    line-height: 1;
}

.player-card__penalty--red {
    border-color: rgba(248, 113, 113, 0.58);
    background: rgba(127, 29, 29, 0.44);
    color: #fecaca;
}

.player-card__penalty img {
    width: 24px;
    height: 30px;
    object-fit: contain;
}

.player-card__penalty strong {
    font-size: 1.25rem;
}

.player-card__audio-button {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 1px solid rgba(249, 115, 22, 0.74);
    border-radius: 8px;
    background: #071522;
    color: #f97316;
    cursor: pointer;
}

.player-card__audio-button svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.player-card__summary,
.player-card-placeholder__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.player-card__summary span,
.player-card-placeholder__summary span {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #071522;
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.player-card__summary strong,
.player-card-placeholder__summary strong {
    color: #f8fafc;
    font-size: 1rem;
    overflow-wrap: anywhere;
    text-transform: none;
}

.player-card__status-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(100, 116, 139, 0.24);
    color: #e2e8f0;
}

.player-card__status-badge--live {
    background: rgba(34, 197, 94, 0.18);
    color: #86efac;
}

.player-card__summary--below-card {
    margin-top: 6px;
}

.player-card__progress {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #071522;
}

.player-card__progress div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.player-card__progress strong {
    color: #f97316;
    font-size: 1.35rem;
}

.player-card__progress span {
    color: #cbd5e1;
}

.player-card__progress progress {
    width: 100%;
    height: 9px;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    background: #0f2436;
}

.player-card__progress progress::-webkit-progress-bar {
    background: #0f2436;
}

.player-card__progress progress::-webkit-progress-value {
    background: #f97316;
}

.player-card__progress progress::-moz-progress-bar {
    background: #f97316;
}

.player-card__grid-shell {
    position: relative;
    display: grid;
    min-width: 0;
}

.player-card__grid-shell--blocked .player-card__grid {
    filter: brightness(0.66) saturate(0.82);
}

.player-card__grid-shell--eliminated .player-card__grid {
    opacity: 0.52;
    filter: grayscale(0.22) brightness(0.55) saturate(0.7);
}

.player-card__grid-shell--completed .player-card__grid {
    opacity: 0.62;
    filter: brightness(0.58) saturate(0.78);
}

.player-card__grid-shell--waiting .player-card__grid {
    opacity: 0.74;
    filter: brightness(0.62) saturate(0.78);
}

.player-card__grid-shell--eliminated::after,
.player-card__grid-shell--completed::after,
.player-card__grid-shell--waiting::after {
    position: absolute;
    z-index: 4;
    inset: 50% auto auto 50%;
    display: inline-grid;
    min-width: 84px;
    min-height: 84px;
    padding: 14px;
    place-items: center;
    border: 1px solid rgba(203, 213, 225, 0.34);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.64);
    color: rgba(226, 232, 240, 0.88);
    content: "BLOK";
    font-size: 0.95rem;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.05;
    text-align: center;
    transform: translate(-50%, -50%);
    white-space: pre-line;
}

.player-card__grid-shell--completed::after {
    border-color: rgba(34, 197, 94, 0.34);
    background: rgba(20, 83, 45, 0.56);
    color: #bbf7d0;
    content: "DICHT";
}

.player-card__grid-shell--waiting::after {
    border-color: rgba(251, 146, 60, 0.44);
    background: rgba(124, 45, 18, 0.58);
    color: #fed7aa;
    content: "Wachten\A op\A host";
}

.player-card__grid-shell--blocked .player-card__tile:disabled {
    cursor: not-allowed;
}

.player-card__grid,
.player-card-placeholder__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
}

.player-card__tile,
.player-card-placeholder__tile {
    --player-card-tile-padding: 8px;
    --player-card-tile-label-background: linear-gradient(180deg, rgba(7, 21, 34, 0.38), rgba(7, 21, 34, 0.9));
    --player-card-tile-label-color: #f8fafc;
    position: relative;
    display: grid;
    align-content: end;
    gap: 6px;
    aspect-ratio: 1;
    min-width: 0;
    padding: var(--player-card-tile-padding);
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 8px;
    background: #071522;
    color: #f8fafc;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
}

.player-card__tile:disabled {
    cursor: wait;
}

.player-card__tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: brightness(1.12) saturate(1.05);
    object-fit: cover;
    transition: filter 160ms ease, transform 160ms ease;
}

.player-card__tile::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 21, 34, 0.12), rgba(7, 21, 34, 0.54)),
        linear-gradient(0deg, rgba(7, 21, 34, 0.32), rgba(7, 21, 34, 0) 58%);
    content: "";
}

.player-card__tile-check,
.player-card__tile-excluded,
.player-card__tile-label,
.player-card-placeholder__tile span {
    position: relative;
    z-index: 1;
}

.player-card__tile-check,
.player-card-placeholder__tile span {
    color: #facc15;
    font-size: 0.68rem;
    font-weight: 900;
    text-shadow:
        0 1px 2px rgba(7, 21, 34, 0.92),
        0 0 6px rgba(7, 21, 34, 0.55);
}

.player-card__tile-label,
.player-card-placeholder__tile strong {
    display: -webkit-box;
    position: relative;
    z-index: 1;
    width: calc(100% + (var(--player-card-tile-padding) * 2));
    margin: 0 calc(var(--player-card-tile-padding) * -1) calc((var(--player-card-tile-padding) * -1) + 5px);
    min-height: 52px;
    padding: 4px var(--player-card-tile-padding) 9px;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    background: var(--player-card-tile-label-background);
    color: var(--player-card-tile-label-color);
    font-size: clamp(0.6rem, 2.35vw, 0.76rem);
    font-weight: 900;
    line-height: 1.15;
    text-shadow:
        0 1px 2px rgba(7, 21, 34, 0.96),
        0 2px 8px rgba(7, 21, 34, 0.58);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.player-card__tile--sponsor,
.player-card-placeholder__tile--sponsor {
    border-color: rgba(251, 146, 60, 0.44);
    background: #2b1a0d;
}

.player-card__tile--checked {
    --player-card-tile-label-background: linear-gradient(180deg, rgba(7, 21, 34, 0.46), rgba(5, 46, 22, 0.92));
    --player-card-tile-label-color: #e8fff1;
    border-color: rgba(34, 197, 94, 0.82);
    background: #052e16;
    box-shadow:
        inset 0 0 0 1px rgba(34, 197, 94, 0.38),
        0 0 0 1px rgba(34, 197, 94, 0.22);
}

.player-card__tile--checked img {
    filter: brightness(0.48) saturate(0.58);
}

.player-card__tile--checked::after {
    background:
        linear-gradient(180deg, rgba(5, 46, 22, 0.14), rgba(5, 46, 22, 0.58)),
        linear-gradient(0deg, rgba(7, 21, 34, 0.42), rgba(7, 21, 34, 0) 56%);
}

.player-card__tile--checked .player-card__tile-check {
    display: inline-grid;
    place-items: center;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 26px;
    height: 26px;
    border: 2px solid rgba(236, 253, 245, 0.92);
    border-radius: 999px;
    background: #22c55e;
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(5, 46, 22, 0.55);
}

.player-card__tile--checked .player-card__tile-label {
    opacity: 0.94;
}

.player-card__tile--excluded {
    --player-card-tile-label-background: linear-gradient(180deg, rgba(15, 23, 42, 0.42), rgba(15, 23, 42, 0.92));
    --player-card-tile-label-color: #cbd5e1;
    border-color: rgba(148, 163, 184, 0.48);
    background: #0f172a;
    cursor: not-allowed;
    opacity: 0.72;
}

.player-card__tile--excluded img {
    filter: grayscale(0.9) brightness(0.45) saturate(0.4);
}

.player-card__tile--excluded::after {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.48), rgba(15, 23, 42, 0.74)),
        linear-gradient(0deg, rgba(7, 21, 34, 0.52), rgba(7, 21, 34, 0) 56%);
}

.player-card__tile-excluded {
    display: inline-flex;
    position: absolute;
    top: 7px;
    left: 7px;
    min-height: 24px;
    align-items: center;
    border: 1px solid rgba(226, 232, 240, 0.34);
    border-radius: 999px;
    padding: 0 8px;
    background: rgba(15, 23, 42, 0.9);
    color: #e2e8f0;
    font-size: 0.62rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.player-card__tile--row-prize {
    --player-card-tile-label-background: linear-gradient(180deg, rgba(124, 45, 18, 0.34), rgba(7, 21, 34, 0.9));
    --player-card-tile-label-color: #fff7ed;
    z-index: 2;
    border-color: rgba(251, 191, 36, 0.98);
    box-shadow:
        inset 0 0 0 2px rgba(255, 247, 237, 0.42),
        0 0 0 2px rgba(251, 146, 60, 0.5),
        0 8px 22px rgba(251, 146, 60, 0.34),
        0 0 28px rgba(250, 204, 21, 0.42);
    animation: player-card-row-prize-pop 1.8s ease-out both;
}

.player-card__tile--row-prize img {
    filter: brightness(0.72) saturate(0.9);
}

.player-card__tile--row-prize::before {
    position: absolute;
    z-index: 1;
    inset: -42%;
    background:
        radial-gradient(circle, rgba(255, 247, 237, 0.86) 0 4%, transparent 5%),
        conic-gradient(from 120deg, transparent 0 22%, rgba(255, 247, 237, 0.5) 26%, transparent 31% 58%, rgba(250, 204, 21, 0.38) 62%, transparent 68% 100%);
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: rotate(-18deg) scale(0.7);
    animation: player-card-row-prize-shine 1.8s ease-out both;
}

.player-card__tile--row-prize .player-card__tile-check {
    background: #f97316;
    box-shadow:
        0 4px 12px rgba(124, 45, 18, 0.58),
        0 0 16px rgba(250, 204, 21, 0.58);
}

.player-card__tile--row-prize .player-card__tile-label {
    opacity: 1;
}

@keyframes player-card-row-prize-pop {
    0% {
        transform: scale(1);
    }

    18% {
        transform: scale(1.08) translateY(-2px);
    }

    42% {
        transform: scale(0.98);
    }

    68% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes player-card-row-prize-shine {
    0% {
        opacity: 0;
        transform: rotate(-18deg) scale(0.7);
    }

    18% {
        opacity: 0.86;
    }

    64% {
        opacity: 0.18;
        transform: rotate(18deg) scale(1.08);
    }

    100% {
        opacity: 0;
        transform: rotate(22deg) scale(1.18);
    }
}

@media (prefers-reduced-motion: reduce) {
    .player-card__tile--row-prize,
    .player-card__tile--row-prize::before {
        animation: none;
    }
}

.player-card__sponsor {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 116px;
    margin-top: 6px;
    padding: 18px 14px 14px;
    border: 2px solid #f97316;
    border-radius: 12px;
    background: #071522;
    text-decoration: none;
}

.player-card__sponsor span {
    position: absolute;
    top: -12px;
    left: 16px;
    padding: 3px 10px;
    border: 1px solid #f97316;
    border-radius: 999px;
    background: #082131;
    color: #f97316;
    font-size: 0.74rem;
    font-weight: 900;
}

.player-card__sponsor img {
    width: 100%;
    height: 84px;
    max-width: none;
    border-radius: 8px;
    object-fit: contain;
}

.player-card__sponsor video {
    width: 100%;
    height: 84px;
    max-width: none;
    border-radius: 8px;
    background: #020617;
    object-fit: contain;
}

.player-card__sponsor:focus-visible {
    outline: 3px solid rgba(249, 115, 22, 0.5);
    outline-offset: 3px;
}

.player-card__sponsor--top {
    margin-top: 2px;
    margin-bottom: 0;
}

.sponsor-admin-thumb {
    width: 112px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: #020617;
    object-fit: contain;
}

.sponsor-admin-preview {
    display: grid;
    place-items: center;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #071522;
}

.sponsor-admin-preview img,
.sponsor-admin-preview video {
    width: min(100%, 360px);
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    background: #020617;
    object-fit: contain;
}

.player-card__message {
    padding: 10px 12px;
    border-radius: 8px;
    font-weight: 800;
    line-height: 1.35;
}

.player-card__message--success {
    border: 1px solid rgba(34, 197, 94, 0.38);
    background: rgba(22, 101, 52, 0.42);
    color: #bbf7d0;
}

.player-card__message--error {
    border: 1px solid rgba(248, 113, 113, 0.38);
    background: rgba(127, 29, 29, 0.36);
    color: #fecaca;
}

.player-card__message--notice {
    border: 1px solid rgba(251, 146, 60, 0.42);
    background: rgba(124, 45, 18, 0.34);
    color: #fed7aa;
}

.player-card__warning-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(250, 204, 21, 0.62);
    border-radius: 8px;
    background: rgba(113, 63, 18, 0.24);
}

.player-card__warning-card::before {
    grid-row: 1 / span 2;
    color: #facc15;
    content: "!";
    font-size: 1.45rem;
    font-weight: 950;
}

.player-card__warning-card strong {
    color: #fde047;
}

.player-card__warning-card span {
    color: #fef3c7;
    line-height: 1.35;
}

.player-card__final-state {
    display: grid;
    gap: 5px;
    padding: 12px;
    border: 1px solid rgba(251, 146, 60, 0.42);
    border-radius: 8px;
    background: rgba(124, 45, 18, 0.34);
}

.player-card__final-state strong {
    color: #fed7aa;
    font-size: 1rem;
}

.player-card__final-state span {
    color: #ffedd5;
    line-height: 1.35;
}

.player-card__final-state--eliminated {
    border-color: rgba(248, 113, 113, 0.58);
    background: rgba(127, 29, 29, 0.34);
}

.player-card__final-state--eliminated strong {
    color: #fecaca;
}

.player-card__final-state--eliminated span {
    color: #fee2e2;
}

.player-card__final-state--waiting {
    border-color: rgba(251, 146, 60, 0.5);
    background: rgba(67, 20, 7, 0.32);
}

.player-card__final-state--waiting strong {
    color: #fdba74;
}

.player-card__celebration {
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(251, 191, 36, 0.72);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.92), rgba(22, 101, 52, 0.76));
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.player-card__celebration strong {
    font-size: 1.25rem;
}

.player-card__celebration span {
    color: #ffedd5;
}

.player-card__celebration--bingowon {
    position: fixed;
    z-index: 60;
    inset: 0;
    place-items: center;
    align-content: center;
    min-height: var(--app-viewport-height, 100dvh);
    padding: 28px;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 18% 20%, #facc15 0 7px, transparent 8px),
        radial-gradient(circle at 76% 18%, #22c55e 0 6px, transparent 7px),
        radial-gradient(circle at 66% 72%, #38bdf8 0 6px, transparent 7px),
        radial-gradient(circle at 30% 78%, #fb7185 0 7px, transparent 8px),
        linear-gradient(135deg, rgba(249, 115, 22, 0.96), rgba(7, 21, 34, 0.98));
    text-align: center;
}

.player-card__celebration--bingowon strong {
    max-width: calc(100vw - 48px);
    font-size: clamp(2.1rem, 14vw, 4.5rem);
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.player-card__celebration--bingowon span {
    max-width: 340px;
    font-size: 1.2rem;
    font-weight: 900;
}

.player-card__celebration--claimrejected,
.player-card__celebration--playereliminated {
    position: fixed;
    z-index: 60;
    inset: 0;
    place-items: center;
    align-content: center;
    min-height: var(--app-viewport-height, 100dvh);
    padding: 28px;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.player-card__celebration--claimrejected {
    background: linear-gradient(135deg, rgba(113, 63, 18, 0.97), rgba(7, 21, 34, 0.98));
}

.player-card__celebration--playereliminated {
    background: linear-gradient(135deg, rgba(127, 29, 29, 0.98), rgba(7, 21, 34, 0.98));
}

.player-card__celebration--claimrejected strong,
.player-card__celebration--playereliminated strong {
    max-width: calc(100vw - 48px);
    font-size: clamp(2rem, 12vw, 4rem);
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
}

.player-card__celebration--claimrejected span,
.player-card__celebration--playereliminated span {
    max-width: 340px;
    font-size: 1.15rem;
    font-weight: 900;
    color: #fff7ed;
}

.player-card__claims {
    display: grid;
    gap: 10px;
    min-width: 0;
    max-width: 100%;
    padding: 14px;
    border: 1px solid rgba(34, 197, 94, 0.4);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(22, 101, 52, 0.72), rgba(7, 21, 34, 0.96));
    overflow-wrap: anywhere;
}

.player-card__claims div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.player-card__claims strong {
    color: #f8fafc;
    font-size: 1.2rem;
}

.player-card__claims span {
    color: #bbf7d0;
}

.player-card__claims--bingo {
    border-color: rgba(249, 115, 22, 0.72);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.92), rgba(127, 29, 29, 0.82));
}

.player-card__claims--bingo span {
    color: #ffedd5;
}

.player-card__claims--overlay {
    position: absolute;
    z-index: 5;
    right: 10px;
    left: 10px;
    top: 50%;
    border-color: rgba(34, 197, 94, 0.78);
    background: linear-gradient(135deg, rgba(22, 101, 52, 0.96), rgba(7, 21, 34, 0.98));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.46);
    transform: translateY(-50%);
}

.player-card__claims--overlay strong {
    font-size: 1.35rem;
}

.player-card__claims--overlay.player-card__claims--bingo {
    border-color: rgba(249, 115, 22, 0.82);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.96), rgba(127, 29, 29, 0.92));
}

.player-card__claims--locked {
    border-color: rgba(248, 113, 113, 0.72);
    background: linear-gradient(135deg, rgba(127, 29, 29, 0.94), rgba(15, 23, 42, 0.96));
}

.player-card__claims--locked span {
    color: #fee2e2;
}

.player-card__claims--completed {
    border-color: rgba(34, 197, 94, 0.58);
    background: linear-gradient(135deg, rgba(22, 101, 52, 0.94), rgba(15, 23, 42, 0.96));
}

.player-card__claims--completed span {
    color: #dcfce7;
}

.player-card__claims button {
    min-width: 0;
    min-height: 46px;
    border: 1px solid rgba(187, 247, 208, 0.46);
    border-radius: 8px;
    background: rgba(22, 163, 74, 0.7);
    color: #ffffff;
    font-weight: 900;
    line-height: 1.15;
    overflow-wrap: anywhere;
    white-space: normal;
    cursor: pointer;
}

.player-card__claims--bingo button {
    border-color: rgba(255, 237, 213, 0.8);
    background: #ffffff;
    color: #c2410c;
}

.player-card__claims button.player-card__claims-cancel {
    min-height: 40px;
    border-color: rgba(148, 163, 184, 0.52);
    background: rgba(15, 23, 42, 0.72);
    color: #e2e8f0;
}

.player-card__claims button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.player-card__bottom-nav {
    position: fixed;
    right: max(12px, calc((100vw - 430px) / 2 + 12px));
    bottom: 12px;
    left: max(12px, calc((100vw - 430px) / 2 + 12px));
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.player-card__bottom-nav-item {
    display: grid;
    gap: 4px;
    min-width: 0;
    min-height: 54px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
}

.player-card__bottom-nav-item span {
    display: grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.12);
    font-size: 0.8rem;
    font-weight: 950;
}

.player-card__bottom-nav-item svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.player-card__bottom-nav-item strong {
    font-size: 0.76rem;
    font-weight: 950;
    line-height: 1;
}

.player-card__bottom-nav-item:hover,
.player-card__bottom-nav-item:focus-visible {
    color: #f8fafc;
    outline: none;
}

.player-card__bottom-nav-item--active {
    border-color: rgba(249, 115, 22, 0.44);
    background: rgba(249, 115, 22, 0.12);
    color: #ffffff;
}

.player-card__bottom-nav-item--active span {
    background: #f97316;
    color: #ffffff;
}

.player-card__leaderboard,
.player-card__rules {
    display: grid;
    gap: 12px;
    min-height: 292px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(7, 21, 34, 0.88);
}

.player-card__leaderboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.player-card__leaderboard-header h2,
.player-card__rules h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 1.45rem;
    line-height: 1.05;
}

.player-card__leaderboard-header strong {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid rgba(34, 197, 94, 0.48);
    border-radius: 999px;
    color: #bbf7d0;
    font-size: 1.25rem;
}

.player-card__leaderboard-empty,
.player-card__rules p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.45;
}

.player-card__leaderboard-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.player-card__leaderboard-item {
    display: grid;
    grid-template-columns: 34px 34px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: #071522;
}

.player-card__leaderboard-item--current {
    border-color: rgba(249, 115, 22, 0.74);
    background: rgba(124, 45, 18, 0.34);
}

.player-card__leaderboard-item--eliminated {
    border-color: rgba(248, 113, 113, 0.34);
    background: rgba(127, 29, 29, 0.22);
    opacity: 0.88;
}

.player-card__leaderboard-item > span {
    display: inline-grid;
    place-items: center;
    min-height: 28px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.14);
    color: #f97316;
    font-weight: 900;
}

.player-card__leaderboard-avatar {
    width: 34px;
    height: 34px;
}

.player-card__leaderboard-name {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
}

.player-card__leaderboard-name span:first-child {
    min-width: 0;
    overflow: hidden;
    color: #f8fafc;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player-card__leaderboard-card {
    display: inline-block;
    flex: 0 0 auto;
    width: 16px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.42);
}

.player-card__leaderboard-card--yellow {
    background: #facc15;
}

.player-card__leaderboard-card--red {
    background: #ef4444;
}

.player-card__leaderboard-item small,
.player-card__leaderboard-item em {
    color: #cbd5e1;
    font-style: normal;
    font-weight: 800;
}

.player-card__leaderboard-item em {
    grid-column: 3 / span 2;
    color: #94a3b8;
    font-size: 0.78rem;
}

.player-card__leaderboard-item b {
    grid-column: 4;
    color: #22c55e;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.player-card__link,
.player-card-placeholder__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid #f97316;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.route-grid {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.route-card {
    display: grid;
    gap: 8px;
    padding: 20px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #0b1d2c;
    text-decoration: none;
}

.route-card span {
    color: #fb923c;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
}

.route-card strong {
    font-size: 1.25rem;
}

.route-card:hover {
    border-color: rgba(251, 146, 60, 0.5);
}

.host-dashboard {
    position: relative;
    display: grid;
    gap: 18px;
}

.host-notification-stack {
    position: absolute;
    z-index: 14;
    top: 12px;
    left: 12px;
    display: grid;
    gap: 8px;
    width: min(360px, calc(100% - 24px));
    pointer-events: none;
}

.host-notification,
.host-control-notification {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border: 1px solid rgba(251, 146, 60, 0.46);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.94);
    color: #f8fafc;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.host-notification strong,
.host-control-notification strong {
    color: #fed7aa;
    font-size: 0.9rem;
}

.host-notification span,
.host-control-notification span {
    color: #cbd5e1;
    font-size: 0.84rem;
    line-height: 1.3;
}

.host-winner-overlay {
    position: absolute;
    z-index: 18;
    inset: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 32px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 24%, rgba(251, 191, 36, 0.5), transparent 20rem),
        linear-gradient(135deg, rgba(249, 115, 22, 0.94), rgba(7, 20, 33, 0.96));
    color: #ffffff;
    text-align: center;
    animation:
        hostWinnerPulse 1.4s ease-in-out infinite alternate,
        hostWinnerRowPrizeFade var(--host-overlay-duration, 5s) ease-out forwards;
}

.host-winner-copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
    place-items: center;
}

.host-winner-copy p,
.host-winner-copy h2,
.host-winner-copy span {
    margin: 0;
}

.host-winner-copy p {
    color: #fef3c7;
    font-size: clamp(2.8rem, 8vw, 7rem);
    font-weight: 900;
    line-height: 0.9;
}

.host-winner-copy small.host-winner-eyebrow {
    margin: 0;
    padding: 6px 16px;
    border: 1px solid rgba(254, 243, 199, 0.42);
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.28);
    color: #fed7aa;
    font-size: clamp(0.88rem, 1.6vw, 1.35rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.host-winner-copy h2 {
    font-size: clamp(2rem, 6vw, 5rem);
    line-height: 1;
}

.host-winner-copy span {
    max-width: 760px;
    color: #ffedd5;
    font-size: clamp(1rem, 2.4vw, 2rem);
    font-weight: 800;
}

.host-winner-overlay--row-prize {
    background: #f97316;
    animation: hostWinnerRowPrizeFade var(--host-overlay-duration, 5s) ease-out forwards;
}

.host-winner-overlay--row-prize .host-winner-copy {
    gap: clamp(10px, 1.5vw, 16px);
    width: min(1080px, 100%);
}

.host-winner-overlay--row-prize .host-winner-copy p {
    color: #ffffff;
    font-size: clamp(2.4rem, 6.8vw, 6.2rem);
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}

.host-winner-avatar {
    width: clamp(96px, 12vw, 178px);
    height: clamp(96px, 12vw, 178px);
    border: 5px solid #f97316;
    border-radius: 50%;
    background: #071421;
    box-shadow:
        0 0 0 8px rgba(254, 243, 199, 0.9),
        0 0 48px rgba(251, 191, 36, 0.42);
    object-fit: cover;
}

.host-winner-row-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(64px, 1fr));
    gap: 8px;
    width: min(720px, 78vw);
    padding: 8px;
    border: 1px solid rgba(249, 115, 22, 0.72);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.68);
    box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.16);
}

.host-winner-row-track::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 18px;
    left: 18px;
    height: 6px;
    border-radius: 999px;
    background: #f97316;
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.55);
}

.host-winner-row-track span {
    display: grid;
    min-height: clamp(44px, 5vw, 62px);
    border: 1px solid rgba(34, 197, 94, 0.58);
    border-radius: 8px;
    place-items: center;
    background: rgba(22, 101, 52, 0.72);
}

.host-winner-row-track span::before {
    content: "";
    width: 20px;
    height: 34px;
    border-right: 7px solid #bbf7d0;
    border-bottom: 7px solid #bbf7d0;
    transform: rotate(42deg);
}

.player-card__row-prize-broadcast.host-winner-overlay {
    position: absolute;
    z-index: 30;
    min-height: 100%;
    padding: max(18px, env(safe-area-inset-top)) 18px max(94px, env(safe-area-inset-bottom));
    border-radius: 0;
}

.player-card__row-prize-broadcast.host-winner-overlay--row-prize .host-winner-copy {
    gap: 10px;
    width: min(100%, 360px);
}

.player-card__row-prize-broadcast .host-winner-copy small.host-winner-eyebrow {
    padding: 5px 12px;
    font-size: clamp(0.74rem, 3.2vw, 0.95rem);
}

.player-card__row-prize-broadcast .host-winner-copy p {
    font-size: clamp(2rem, 11vw, 3.15rem);
    line-height: 0.94;
    text-wrap: balance;
}

.player-card__row-prize-broadcast .host-winner-avatar {
    width: clamp(86px, 25vw, 118px);
    height: clamp(86px, 25vw, 118px);
    border-width: 4px;
    box-shadow:
        0 0 0 5px rgba(254, 243, 199, 0.9),
        0 0 30px rgba(251, 191, 36, 0.36);
}

.player-card__row-prize-broadcast .host-winner-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
}

.player-card__row-prize-broadcast .host-winner-copy span {
    max-width: 100%;
    font-size: clamp(0.98rem, 4.6vw, 1.28rem);
    line-height: 1.28;
}

.player-card__row-prize-broadcast .host-winner-row-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    width: min(100%, 310px);
    padding: 6px;
}

.player-card__row-prize-broadcast .host-winner-row-track::after {
    right: 14px;
    left: 14px;
    height: 5px;
}

.player-card__row-prize-broadcast .host-winner-row-track span {
    min-height: 38px;
}

.player-card__row-prize-broadcast .host-winner-row-track span::before {
    width: 15px;
    height: 25px;
    border-right-width: 5px;
    border-bottom-width: 5px;
}

.host-yellow-card-overlay {
    position: absolute;
    z-index: 19;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(360px, 40%) 2px minmax(460px, 1fr);
    align-items: center;
    gap: clamp(44px, 4.5vw, 72px);
    padding: clamp(44px, 5.4vw, 84px);
    border-radius: 8px;
    background: #020a12;
    color: #ffffff;
    animation: hostYellowCardOverlayLife var(--host-overlay-duration, 5s) ease-in forwards;
}

.host-yellow-card-overlay__brand {
    position: absolute;
    top: clamp(24px, 4vw, 48px);
    left: clamp(28px, 4vw, 58px);
    color: #ffffff;
    font-size: clamp(1.3rem, 2vw, 2rem);
    font-weight: 900;
    line-height: 1;
}

.host-yellow-card-overlay__brand span,
.host-yellow-card-overlay__brand strong {
    font: inherit;
}

.host-yellow-card-overlay__brand strong {
    color: #f97316;
}

.host-yellow-card-overlay--red .host-yellow-card-overlay__brand strong {
    color: #f97316;
}

.host-yellow-card-overlay__media {
    display: grid;
    justify-items: center;
}

.host-yellow-card-overlay__referee {
    display: block;
    width: min(100%, 520px);
    aspect-ratio: 13 / 16;
    border: 6px solid #ffd52d;
    border-radius: 34px;
    background: #071421;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.22);
    object-fit: cover;
}

.host-yellow-card-overlay--red .host-yellow-card-overlay__referee {
    border-color: #ef4444;
}

.host-yellow-card-overlay__divider {
    width: 2px;
    height: min(72vh, 665px);
    background: rgba(255, 255, 255, 0.82);
}

.host-yellow-card-overlay__content {
    position: relative;
    display: grid;
    justify-items: start;
    gap: clamp(10px, 1.4vw, 18px);
    max-width: 690px;
}

.host-yellow-card-overlay__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(380px, 100%);
    padding: 12px 32px;
    border-radius: 999px;
    background: #ffd52d;
    color: #020a12;
    font-size: clamp(1rem, 1.55vw, 1.6rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.host-yellow-card-overlay--red .host-yellow-card-overlay__pill {
    background: #ef4444;
    color: #ffffff;
}

.host-yellow-card-overlay__card {
    position: absolute;
    top: 0;
    right: clamp(0px, 2vw, 32px);
    width: clamp(92px, 10vw, 160px);
    filter: drop-shadow(6px 10px 0 rgba(0, 0, 0, 0.32));
    transform: rotate(8deg);
}

.host-yellow-card-overlay--red .host-yellow-card-overlay__card {
    filter:
        drop-shadow(0 0 22px rgba(239, 68, 68, 0.42))
        drop-shadow(6px 10px 0 rgba(0, 0, 0, 0.32));
}

.host-yellow-card-overlay__content p,
.host-yellow-card-overlay__content h2,
.host-yellow-card-overlay__content > span:not(.host-yellow-card-overlay__pill) {
    margin: 0;
}

.host-yellow-card-overlay__content p {
    padding-top: clamp(52px, 7vw, 86px);
    color: #ffffff;
    font-size: clamp(4.7rem, 8vw, 8.2rem);
    font-weight: 900;
    line-height: 0.92;
}

.host-yellow-card-overlay__content h2 {
    color: #ffd52d;
    font-size: clamp(2.1rem, 4vw, 3.7rem);
    font-weight: 900;
    line-height: 1.04;
}

.host-yellow-card-overlay--red .host-yellow-card-overlay__content h2 {
    color: #ef4444;
}

.host-yellow-card-overlay__content > span:not(.host-yellow-card-overlay__pill) {
    color: #ffedd5;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 900;
}

.host-yellow-card-overlay--red .host-yellow-card-overlay__content > span:not(.host-yellow-card-overlay__pill) {
    color: #fee2e2;
}

.host-yellow-card-overlay__player {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(18px, 2vw, 28px);
    width: min(584px, 100%);
    margin-top: clamp(68px, 9vw, 108px);
    padding: 14px 32px 14px 22px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    background: #051420;
}

.host-yellow-card-overlay--red .host-yellow-card-overlay__player::after {
    content: "";
    grid-column: 2;
    width: min(314px, 100%);
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
}

.host-yellow-card-overlay__avatar {
    width: clamp(82px, 7vw, 104px);
    height: clamp(82px, 7vw, 104px);
    border: 4px solid #ffd52d;
    border-radius: 50%;
    background: #071421;
    object-fit: cover;
}

.host-yellow-card-overlay--red .host-yellow-card-overlay__avatar {
    border-color: #ef4444;
}

.host-yellow-card-overlay__player strong,
.host-yellow-card-overlay__player small {
    display: block;
}

.host-yellow-card-overlay__player strong {
    color: #ffffff;
    font-size: clamp(1.6rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1.05;
}

.host-yellow-card-overlay__player small {
    margin-top: 8px;
    color: #cbd5e1;
    font-size: clamp(0.95rem, 1.55vw, 1.45rem);
    font-weight: 900;
    line-height: 1.2;
}

@media (max-width: 900px) {
    .host-yellow-card-overlay {
        grid-template-columns: minmax(0, 1fr);
        align-content: center;
        gap: 20px;
        overflow: auto;
        padding: 74px 24px 28px;
    }

    .host-yellow-card-overlay__media {
        order: 2;
    }

    .host-yellow-card-overlay__referee {
        width: min(70vw, 300px);
    }

    .host-yellow-card-overlay__divider {
        display: none;
    }

    .host-yellow-card-overlay__content {
        order: 1;
        justify-items: center;
        max-width: 100%;
        text-align: center;
    }

    .host-yellow-card-overlay__card {
        top: 40px;
        right: 0;
        width: 86px;
    }

    .host-yellow-card-overlay__content p {
        padding-top: 30px;
        font-size: clamp(3rem, 14vw, 5rem);
    }

    .host-yellow-card-overlay__player {
        margin-top: 18px;
    }
}

.player-card__penalty-broadcast.host-yellow-card-overlay {
    position: fixed;
    z-index: 90;
    inset: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(180px, 32dvh) auto;
    align-content: center;
    justify-items: stretch;
    gap: 12px;
    min-height: var(--app-viewport-height, 100dvh);
    overflow: auto;
    padding: max(16px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
    border-radius: 0;
}

.player-card__penalty-broadcast .host-yellow-card-overlay__brand {
    position: static;
    justify-self: start;
    font-size: clamp(1.05rem, 6vw, 1.6rem);
}

.player-card__penalty-broadcast .host-yellow-card-overlay__media {
    order: 1;
}

.player-card__penalty-broadcast .host-yellow-card-overlay__referee {
    width: min(58vw, 230px);
    max-height: 32dvh;
    border-width: 4px;
    border-radius: 22px;
    box-shadow: 10px 12px 0 rgba(0, 0, 0, 0.25);
}

.player-card__penalty-broadcast .host-yellow-card-overlay__content {
    order: 2;
    justify-items: center;
    gap: 8px;
    max-width: 100%;
    text-align: center;
}

.player-card__penalty-broadcast .host-yellow-card-overlay__pill {
    min-width: min(260px, 100%);
    padding: 9px 22px;
    font-size: clamp(0.9rem, 4.1vw, 1.18rem);
}

.player-card__penalty-broadcast .host-yellow-card-overlay__card {
    top: 34px;
    right: calc(50% - min(44vw, 170px));
    width: clamp(66px, 20vw, 96px);
}

.player-card__penalty-broadcast .host-yellow-card-overlay__content p {
    max-width: calc(100vw - 36px);
    padding-top: 38px;
    font-size: clamp(2.1rem, 12vw, 3.8rem);
    line-height: 0.92;
    overflow-wrap: anywhere;
}

.player-card__penalty-broadcast .host-yellow-card-overlay__content h2 {
    max-width: min(360px, 100%);
    font-size: clamp(1.38rem, 6.4vw, 2.25rem);
}

.player-card__penalty-broadcast .host-yellow-card-overlay__content > span:not(.host-yellow-card-overlay__pill) {
    font-size: clamp(0.95rem, 4.4vw, 1.25rem);
}

.player-card__penalty-broadcast .host-yellow-card-overlay__player {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    width: min(100%, 360px);
    margin-top: 4px;
    padding: 10px 16px 10px 10px;
    border-radius: 28px;
    text-align: left;
}

.player-card__penalty-broadcast.host-yellow-card-overlay--red .host-yellow-card-overlay__player::after {
    grid-column: 1 / -1;
    width: 100%;
    height: 5px;
}

.player-card__penalty-broadcast .host-yellow-card-overlay__avatar {
    width: 52px;
    height: 52px;
    border-width: 3px;
}

.player-card__penalty-broadcast .host-yellow-card-overlay__player strong {
    font-size: clamp(1rem, 5vw, 1.35rem);
}

.player-card__penalty-broadcast .host-yellow-card-overlay__player small {
    margin-top: 4px;
    font-size: 0.82rem;
}

@media (min-width: 700px) {
    .player-card__penalty-broadcast.host-yellow-card-overlay {
        align-content: center;
        justify-items: center;
        padding: 32px;
    }

    .player-card__penalty-broadcast .host-yellow-card-overlay__content,
    .player-card__penalty-broadcast .host-yellow-card-overlay__media {
        width: min(420px, 100%);
    }

    .player-card__penalty-broadcast .host-yellow-card-overlay__referee {
        width: min(48vw, 270px);
    }
}

.host-winner-flags,
.host-winner-burst,
.host-winner-confetti {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
}

.host-winner-flag {
    position: absolute;
    top: 50%;
    width: clamp(92px, 13vw, 180px);
    aspect-ratio: 3 / 2;
    border: 1px solid rgba(254, 243, 199, 0.58);
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.35);
    opacity: 0;
    filter: saturate(1.1);
}

.host-winner-flag--home {
    left: clamp(26px, 17vw, 240px);
    animation: hostWinnerFlagHome 3.2s ease-out forwards;
}

.host-winner-flag--away {
    right: clamp(26px, 17vw, 240px);
    animation: hostWinnerFlagAway 3.2s ease-out forwards;
}

.host-winner-burst span {
    position: absolute;
    top: calc(50% - 80px);
    left: 50%;
    width: var(--sparkle-size);
    height: var(--sparkle-size);
    border-radius: 999px;
    background: #fef3c7;
    box-shadow: 0 0 18px rgba(254, 243, 199, 0.85);
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--sparkle-angle)) translateX(0);
    animation: hostWinnerSparkle 2.8s ease-out var(--sparkle-delay) forwards;
}

.host-winner-confetti {
    overflow: hidden;
}

.host-winner-confetti span {
    position: absolute;
    top: -12vh;
    left: var(--confetti-left);
    width: var(--confetti-width);
    height: var(--confetti-height);
    border-radius: 2px;
    background: var(--confetti-color);
    opacity: 0;
    box-shadow: 0 0 14px rgba(254, 243, 199, 0.24);
    transform: translate3d(0, -24px, 0) rotate(var(--confetti-rotate));
    animation: hostWinnerConfettiFall var(--confetti-duration) cubic-bezier(0.2, 0.72, 0.24, 1) var(--confetti-delay) forwards;
}

@keyframes hostWinnerPulse {
    from {
        box-shadow: inset 0 0 0 1px rgba(254, 243, 199, 0.26), 0 0 0 rgba(249, 115, 22, 0);
    }

    to {
        box-shadow: inset 0 0 0 3px rgba(254, 243, 199, 0.48), 0 0 42px rgba(249, 115, 22, 0.42);
    }
}

@keyframes hostWinnerRowPrizeFade {
    0%,
    82% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes hostWinnerConfettiFall {
    0% {
        opacity: 0;
        transform: translate3d(0, -24px, 0) rotate(var(--confetti-rotate));
    }

    12% {
        opacity: 1;
    }

    78% {
        opacity: 0.94;
    }

    100% {
        opacity: 0;
        transform: translate3d(var(--confetti-drift), 112vh, 0) rotate(var(--confetti-end-rotate));
    }
}

@keyframes hostWinnerFlagHome {
    0% {
        opacity: 0;
        transform: translate(-46%, -50%) rotate(-14deg) scale(0.76);
    }

    18%,
    72% {
        opacity: 0.95;
        transform: translate(0, -50%) rotate(-7deg) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(10%, -54%) rotate(-4deg) scale(0.96);
    }
}

@keyframes hostWinnerFlagAway {
    0% {
        opacity: 0;
        transform: translate(46%, -50%) rotate(14deg) scale(0.76);
    }

    18%,
    72% {
        opacity: 0.95;
        transform: translate(0, -50%) rotate(7deg) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-10%, -54%) rotate(4deg) scale(0.96);
    }
}

@keyframes hostWinnerSparkle {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(var(--sparkle-angle)) translateX(0) scale(0.3);
    }

    16% {
        opacity: 1;
    }

    72% {
        opacity: 0.86;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(var(--sparkle-angle)) translateX(var(--sparkle-distance)) scale(1.15);
    }
}

.host-dashboard__body {
    display: grid;
    gap: 18px;
}

.host-hero {
    overflow: hidden;
    min-height: 360px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(6, 17, 27, 0.95), rgba(6, 17, 27, 0.42)),
        #0b1d2c;
    background-position: center;
    background-size: cover;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.host-hero__overlay {
    position: relative;
    display: grid;
    align-content: center;
    gap: 28px;
    min-height: 360px;
    padding: 32px;
}

.host-hero__brand {
    display: grid;
    gap: 4px;
}

.host-hero__brand span {
    color: #f8fafc;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.host-hero__brand span span {
    color: #f97316;
}

.host-hero__brand small,
.host-hero__status small {
    color: #cbd5e1;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.host-hero__match {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.host-hero__team {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.host-hero__team:last-child {
    justify-content: flex-end;
}

.host-hero__team img {
    width: 88px;
    height: 60px;
    flex: 0 0 88px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(248, 250, 252, 0.34);
}

.host-hero__team strong {
    overflow-wrap: anywhere;
    color: #f8fafc;
    font-size: clamp(2rem, 6vw, 4.4rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.host-hero__versus {
    display: grid;
    justify-items: center;
    gap: 8px;
    transform: translateY(28px);
}

.host-hero__versus-label {
    color: #f97316;
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 900;
    line-height: 1;
}

.host-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.host-hero__meta span,
.host-hero__status {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.82);
    color: #f8fafc;
}

.host-hero__meta span {
    padding: 10px 12px;
    font-weight: 800;
}

.host-hero__kickoff {
    display: inline-grid;
    justify-items: center;
    gap: 4px;
    width: fit-content;
    max-width: min(260px, 28vw);
    margin-top: 2px;
    padding: 7px 10px;
    border: 1px solid rgba(251, 146, 60, 0.5);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(7, 20, 33, 0.88), rgba(15, 23, 42, 0.68));
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
    color: #f8fafc;
    text-align: center;
}

.host-hero__kickoff span {
    color: #fed7aa;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.host-hero__kickoff strong {
    color: #f8fafc;
    font-size: clamp(0.72rem, 1.1vw, 0.92rem);
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
}

.host-hero__kickoff--live {
    border-color: rgba(34, 197, 94, 0.54);
    background: linear-gradient(135deg, rgba(5, 46, 22, 0.88), rgba(7, 20, 33, 0.68));
}

.host-hero__kickoff--live span {
    color: #bbf7d0;
}

.host-hero__kickoff--live strong {
    color: #22c55e;
}

.host-hero__status {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    justify-items: start;
}

.host-hero__status strong {
    color: #22c55e;
    font-size: 1.45rem;
    line-height: 1;
    text-transform: uppercase;
}

.host-start-dialog-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at 50% 42%, rgba(249, 115, 22, 0.18), transparent 28%),
        radial-gradient(circle at 50% 50%, rgba(14, 165, 233, 0.08), transparent 46%),
        linear-gradient(180deg, rgba(3, 10, 18, 0.72), rgba(3, 10, 18, 0.88));
    backdrop-filter: blur(8px);
}

.host-start-dialog {
    position: relative;
    display: grid;
    justify-items: center;
    width: min(820px, 100%);
    gap: 0;
    justify-items: center;
    overflow: hidden;
    padding: clamp(28px, 5vw, 60px) clamp(18px, 5vw, 58px) clamp(26px, 4vw, 48px);
    border: 2px solid rgba(148, 163, 184, 0.54);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(8, 37, 58, 0.9), rgba(4, 24, 39, 0.94)),
        rgba(7, 21, 34, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        0 28px 80px rgba(0, 0, 0, 0.34);
    color: #f8fafc;
    text-align: center;
}

.host-start-dialog::before {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.08), transparent 44%);
    content: "";
    pointer-events: none;
}

.host-start-dialog__brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    color: #f8fafc;
}

.host-start-dialog__brand img {
    width: clamp(44px, 8vw, 66px);
    height: clamp(44px, 8vw, 66px);
    object-fit: contain;
}

.host-start-dialog__brand strong {
    color: #f8fafc;
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
}

.host-start-dialog__brand span {
    color: #f97316;
}

.host-start-dialog__divider {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    width: min(430px, 80%);
    margin-bottom: clamp(28px, 5vw, 46px);
    color: #214c71;
}

.host-start-dialog__divider span {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.34), transparent);
}

.host-start-dialog__divider b {
    color: #2e638f;
    font-size: 1.3rem;
    line-height: 1;
}

.host-start-dialog__copy {
    display: grid;
    gap: 0;
    max-width: 620px;
}

.host-start-dialog__copy h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.35rem, 7vw, 4.35rem);
    font-weight: 950;
    line-height: 1.02;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
}

.host-start-dialog__copy p {
    max-width: 620px;
    margin: 24px 0 0;
    color: #f8fafc;
    font-size: clamp(1.05rem, 2.8vw, 1.55rem);
    font-weight: 650;
    line-height: 1.45;
}

.host-start-dialog__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 440px);
    min-height: 72px;
    margin-top: 34px;
    padding: 8px 28px;
    border: 1px solid rgba(251, 146, 60, 0.96);
    border-radius: 999px;
    background: linear-gradient(180deg, #fb923c, #f97316 42%, #ea580c);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 18px 36px rgba(249, 115, 22, 0.3);
    color: #111827;
    font: inherit;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    font-weight: 950;
    line-height: 1.1;
    cursor: pointer;
}

.host-start-dialog__primary:hover,
.host-start-dialog__primary:focus-visible {
    border-color: #fed7aa;
    background: linear-gradient(180deg, #fdba74, #f97316);
    outline: none;
}

.host-start-dialog__support {
    max-width: 540px;
    margin: 16px 0 0;
    color: rgba(226, 232, 240, 0.68);
    font-size: clamp(0.92rem, 2vw, 1.08rem);
    font-weight: 750;
    line-height: 1.35;
}

.host-audio-controls {
    display: flex;
    gap: 8px;
    align-items: center;
}

.host-audio-controls a,
.host-audio-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid rgba(251, 146, 60, 0.55);
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.14);
    color: #fed7aa;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.host-audio-controls a {
    width: 36px;
    padding: 0;
}

.host-audio-controls a:hover,
.host-audio-controls a:focus-visible,
.host-audio-controls button:hover,
.host-audio-controls button:focus-visible {
    border-color: rgba(251, 191, 36, 0.78);
    background: rgba(249, 115, 22, 0.22);
    color: #ffedd5;
    outline: none;
}

.host-audio-controls button:disabled {
    cursor: default;
    opacity: 0.72;
}

.host-audio-controls svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.host-audio-controls .host-screen-mode-button {
    position: relative;
    width: 36px;
    padding: 0;
}

.host-audio-controls .host-screen-mode-button--active {
    border-color: rgba(249, 115, 22, 0.95);
    background: rgba(249, 115, 22, 0.22);
    color: #fb923c;
    box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.38);
}

.host-audio-controls .host-screen-mode-button[data-tooltip]::after {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    z-index: 4;
    display: none;
    min-width: max-content;
    padding: 5px 8px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 6px;
    background: rgba(7, 20, 33, 0.96);
    color: #f8fafc;
    content: attr(data-tooltip);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
    transform: translateX(-50%);
}

.host-audio-controls .host-screen-mode-button[data-tooltip]:hover::after,
.host-audio-controls .host-screen-mode-button[data-tooltip]:focus-visible::after {
    display: block;
}

@media (max-width: 640px) {
    .host-start-dialog-backdrop {
        padding: 16px;
    }

    .host-start-dialog {
        padding: 24px 18px 22px;
    }

    .host-start-dialog__copy h2 {
        font-size: 2.1rem;
    }

    .host-start-dialog__primary {
        width: 100%;
        min-height: 64px;
    }
}

.host-dashboard__grid {
    display: grid;
    gap: 18px;
}

.host-panel {
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #0b1d2c;
}

.host-dashboard .host-panel > * {
    align-self: start;
}

.host-panel h2 {
    margin: 0 0 18px;
    font-size: 1.4rem;
}

.host-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.host-panel__header h2 {
    margin: 0;
}

.host-panel__header > span,
.host-panel__header-actions > span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.14);
    color: #fed7aa;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.host-panel__header-actions,
.host-card-legend {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.host-card-legend {
    flex-wrap: wrap;
}

.host-card-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.host-card-swatch,
.host-card-marker {
    display: inline-block;
    width: 24px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24) inset, 0 3px 8px rgba(0, 0, 0, 0.2);
}

.host-card-swatch--yellow,
.host-card-marker--yellow {
    background: #facc15;
}

.host-card-swatch--red,
.host-card-marker--red {
    background: #ef4444;
}

.host-card-marker--empty {
    background: transparent;
    box-shadow: none;
}

.host-card-marker {
    justify-self: end;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
}

.host-card-marker span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.host-panel--join {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 14px;
}

.host-panel--join .screen-intro__eyebrow {
    justify-self: start;
    width: 100%;
}

.host-panel--join p:not(.screen-intro__eyebrow) {
    margin: 0;
    color: #cbd5e1;
    overflow-wrap: anywhere;
}

.host-join-copy {
    display: grid;
    justify-items: center;
    gap: 8px;
    width: min(calc(100% - 28px), 220px);
    justify-self: center;
    align-self: center;
    padding: 10px 0 8px;
    text-align: center;
}

.host-join-tip {
    color: #e2e8f0 !important;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.25;
}

.host-join-url {
    width: 100%;
    max-width: 210px;
    justify-self: center;
    color: #ffffff !important;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.host-compact-metrics {
    display: grid;
    gap: 10px;
}

.host-compact-metrics div {
    display: grid;
    gap: 5px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #071421;
}

.host-compact-metrics span {
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.host-compact-metrics strong {
    color: #f8fafc;
    font-size: 1.55rem;
    line-height: 1;
}

.host-qr-code {
    display: grid;
    place-items: center;
    justify-self: center;
    width: min(100%, 230px);
    aspect-ratio: 1;
    padding: 12px;
    border: 1px solid rgba(251, 146, 60, 0.5);
    border-radius: 8px;
    background: #ffffff;
}

.host-qr-code svg {
    display: block;
    width: 100%;
    height: 100%;
}

.host-detail-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.host-detail-list div {
    display: grid;
    gap: 4px;
    padding: 12px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.host-detail-list dt {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.host-detail-list dd {
    margin: 0;
    color: #f8fafc;
    font-weight: 800;
}

.host-metrics {
    display: grid;
    gap: 12px;
}

.host-metrics div {
    display: grid;
    gap: 5px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #071421;
}

.host-metrics span {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.host-metrics strong {
    color: #f8fafc;
    font-size: 2rem;
    line-height: 1;
}

.host-live-grid {
    display: grid;
    gap: 18px;
}

.host-empty-state,
.host-contender-list,
.host-activity-list,
.host-claim-summary {
    margin: 0;
}

.host-empty-state {
    display: grid;
    gap: 6px;
    min-height: 132px;
    align-content: start;
    padding: 18px;
    border: 1px dashed rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #071421;
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.4;
}

.host-empty-state strong {
    color: #f8fafc;
    font-size: 1.12rem;
    line-height: 1.25;
}

.host-panel--winners .host-empty-state,
.host-panel--claims .host-empty-state {
    align-content: start;
    min-height: 0;
}

.host-empty-state span,
.host-contender-list span,
.host-activity-list span {
    color: #94a3b8;
}

.host-activity-list small {
    display: inline;
    align-self: center;
    justify-self: end;
    margin-left: 6px;
    color: #f97316;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.host-contender-list {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    scrollbar-color: rgba(148, 163, 184, 0.38) rgba(7, 20, 33, 0.32);
}

.host-contender-list::-webkit-scrollbar,
.host-claim-list::-webkit-scrollbar {
    width: 8px;
}

.host-contender-list::-webkit-scrollbar-track,
.host-claim-list::-webkit-scrollbar-track {
    background: rgba(7, 20, 33, 0.32);
}

.host-contender-list::-webkit-scrollbar-thumb,
.host-claim-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.38);
}

.host-contender-list__empty,
.host-contender-list__item {
    display: grid;
    align-items: center;
    grid-template-columns: 30px 54px minmax(150px, 0.95fr) 76px minmax(128px, 0.8fr) minmax(140px, 1fr) 36px;
    gap: 14px;
    min-height: 72px;
    padding: 12px 14px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #071421;
}

.host-contender-list__empty {
    grid-template-columns: auto 1fr;
}

.host-player-avatar--contender {
    width: 54px;
    height: 54px;
}

.host-contender-list__item--eliminated {
    border-color: rgba(248, 113, 113, 0.34);
    background: rgba(127, 29, 29, 0.18);
}

.host-contender-list strong {
    color: #f97316;
    font-size: 1.14rem;
}

.host-contender-list__rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    color: #cbd5e1;
    font-size: 0.76rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.host-contender-list__main {
    display: contents;
}

.host-contender-list__name,
.host-contender-list__meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.host-contender-list__name {
    min-width: 0;
    color: #f97316;
    font-size: 1.34rem;
    font-weight: 950;
    line-height: 1.08;
}

.host-contender-list__points {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    width: 66px;
    min-height: 20px;
    padding: 2px 6px;
    border: 1px solid rgba(251, 146, 60, 0.38);
    border-radius: 6px;
    background: rgba(249, 115, 22, 0.16);
    color: #fed7aa;
    font-size: 0.62rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.host-contender-list__meta {
    color: #94a3b8;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
}

.host-contender-list__progress {
    overflow: hidden;
    height: 5px;
    width: 100%;
    min-width: 0;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.16);
}

.host-contender-list__progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #f97316;
}

.host-contender-list__progress--hidden {
    visibility: hidden;
}

.host-contender-list__progress--hidden span {
    width: 0 !important;
}

.host-penalty-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 8px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.08);
    color: #cbd5e1;
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.host-penalty-badge::before {
    content: "";
    width: 8px;
    height: 13px;
    margin-right: 6px;
    border-radius: 2px;
    background: currentColor;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.host-penalty-badge--yellow {
    border-color: rgba(250, 204, 21, 0.44);
    background: rgba(113, 63, 18, 0.24);
    color: #fde047;
}

.host-penalty-badge--red {
    border-color: rgba(248, 113, 113, 0.5);
    background: rgba(127, 29, 29, 0.32);
    color: #fecaca;
}

.host-penalty-badge--clear {
    color: #94a3b8;
}

.host-penalty-badge--clear::before {
    display: none;
}

.host-activity-list {
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 0;
    list-style: none;
}

.host-activity-list li {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) max-content;
    column-gap: 16px;
    row-gap: 8px;
    min-height: 66px;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.host-player-avatar--activity {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(249, 115, 22, 0.55);
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.82);
    object-fit: cover;
    align-self: center;
}

.host-player-avatar--empty {
    opacity: 0;
}

.host-activity-list time {
    display: block;
    color: #94a3b8;
    font-size: 0.74rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.host-activity-list__body {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 5px;
    row-gap: 3px;
    min-width: 0;
}

.host-activity-list__body time {
    grid-column: 1 / -1;
}

.host-activity-list__text {
    color: #e2e8f0;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.2;
    overflow-wrap: anywhere;
    min-width: 0;
}

.host-activity-list .host-activity-list__player-name {
    color: #f97316;
    font-size: 1.2rem;
    font-weight: 950;
    line-height: 1.08;
    white-space: nowrap;
}

.host-claim-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.host-claim-summary div {
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #071421;
}

.host-claim-summary span {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.host-claim-summary strong {
    color: #f8fafc;
    font-size: 2rem;
    line-height: 1;
}

.host-message {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.3;
}

.host-message--success {
    border: 1px solid rgba(34, 197, 94, 0.34);
    background: rgba(22, 101, 52, 0.38);
    color: #bbf7d0;
}

.host-message--error {
    border: 1px solid #b91c1c;
    background: rgba(185, 28, 28, 0.24);
    color: #fee2e2;
}

.host-winner-list,
.host-claim-list {
    display: grid;
    align-content: start;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.host-winner-list li,
.host-claim-list__item {
    display: grid;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #071421;
}

.host-winner-list li {
    grid-template-columns: 64px minmax(0, 1fr) minmax(150px, 0.28fr) minmax(150px, auto);
    column-gap: 18px;
    min-height: 66px;
    padding: 10px 12px;
}

.host-player-avatar--winner {
    width: 48px;
    height: 48px;
}

.host-winner-list__identity {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 8px;
    row-gap: 3px;
    min-width: 0;
}

.host-winner-list__identity strong {
    color: #f97316;
    font-size: 1.12rem;
    font-weight: 950;
    line-height: 1.08;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.host-winner-list__type {
    justify-self: center;
    color: #e2e8f0;
    font-size: 1.12rem;
    font-weight: 950;
    line-height: 1;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.host-winner-list__identity time {
    grid-column: 1 / -1;
    color: #94a3b8;
    font-size: 0.74rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
    white-space: nowrap;
}

.host-claim-list__item strong {
    color: #f8fafc;
    min-width: 0;
}

.host-winner-list small,
.host-claim-list__item small {
    color: #94a3b8;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.host-winner-list small {
    justify-self: end;
    min-width: 0;
    color: #f8fafc;
    font-size: 1.12rem;
    font-weight: 950;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.host-claim-list__item {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 0.34fr) auto;
    column-gap: 18px;
    min-height: 66px;
    padding: 10px 12px;
}

.host-claim-list__badges {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
}

.host-claim-list__player {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.host-claim-list__identity {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 8px;
    row-gap: 3px;
    min-width: 0;
}

.host-claim-list__type {
    justify-self: end;
    color: #e2e8f0;
    font-size: 1.12rem;
    font-weight: 950;
    line-height: 1;
    min-width: 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.host-claim-list__identity time {
    grid-column: 1 / -1;
    color: #94a3b8;
    font-size: 0.74rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
    white-space: nowrap;
}

.host-claim-list__item small {
    justify-self: end;
    min-width: 82px;
    padding: 4px 8px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.08);
    text-align: center;
    line-height: 1;
}

.host-claim-list__badges small {
    min-width: 0;
}

.host-player-avatar--claim {
    width: 48px;
    height: 48px;
}

.host-claim-list__badges .host-penalty-badge--yellow {
    color: #fde047;
}

.host-claim-list__badges .host-penalty-badge--red {
    color: #fecaca;
}

.host-claim-list__item--pending {
    border-color: rgba(249, 115, 22, 0.34);
}

.host-claim-list__item--pending small {
    border-color: rgba(249, 115, 22, 0.32);
    background: rgba(249, 115, 22, 0.1);
    color: #fb923c;
}

.host-claim-list__item--approved {
    border-color: rgba(34, 197, 94, 0.34);
}

.host-claim-list__item--approved small {
    border-color: rgba(34, 197, 94, 0.3);
    background: rgba(22, 101, 52, 0.22);
    color: #86efac;
}

.host-claim-list__item--rejected {
    opacity: 0.72;
}

.host-claim-list__item--rejected small {
    border-color: rgba(185, 28, 28, 0.36);
    background: rgba(185, 28, 28, 0.16);
    color: #fecaca;
}

.host-claim-list__item--no-prize {
    border-color: rgba(148, 163, 184, 0.34);
    background: rgba(15, 23, 42, 0.72);
}

.host-claim-list__item--no-prize small {
    border-color: rgba(148, 163, 184, 0.28);
    background: rgba(148, 163, 184, 0.12);
    color: #cbd5e1;
}

.host-claim-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.host-claim-actions button {
    min-height: 34px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #0f2537;
    color: #f8fafc;
    font-weight: 900;
    cursor: pointer;
}

.host-claim-actions button:first-child {
    border-color: rgba(34, 197, 94, 0.42);
    background: rgba(22, 101, 52, 0.48);
}

.host-claim-actions button:last-child {
    border-color: rgba(248, 113, 113, 0.42);
    background: rgba(127, 29, 29, 0.44);
}

.host-claim-actions button:disabled {
    cursor: wait;
    opacity: 0.62;
}

.host-dashboard__body--rolling {
    grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-template-areas: "join rolling";
    align-items: stretch;
}

.host-dashboard__body--rolling .host-panel--join {
    grid-area: join;
    min-height: 520px;
}

.host-rolling-stage {
    grid-area: rolling;
    width: 100%;
    min-width: 0;
    min-height: 520px;
    overflow: hidden;
}

.host-rolling-card {
    width: 100%;
    height: 100%;
    animation: hostRollingCardIn 0.42s ease-out;
}

@keyframes hostRollingCardIn {
    from {
        opacity: 0;
        transform: translateX(34px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.host-panel--rolling {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    width: 100%;
    min-height: 520px;
    height: 100%;
    overflow: hidden;
}

.host-panel--rolling .host-panel__header {
    margin-bottom: 0;
}

.host-panel--rolling .host-panel__header h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.host-contender-list--rolling {
    gap: 16px;
    overflow: hidden;
}

.host-contender-list--rolling .host-contender-list__item {
    grid-template-columns: 42px 52px 220px 92px 160px minmax(180px, 1fr) 48px;
    min-height: 78px;
    padding: 16px;
}

.host-contender-list--rolling .host-player-avatar--contender {
    width: 52px;
    height: 52px;
}

.host-contender-list--rolling .host-contender-list__rank {
    width: 42px;
    font-size: 1.1rem;
}

.host-contender-list--rolling .host-contender-list__name {
    font-size: 1.5rem;
}

.host-panel--rolling .host-contender-list__name,
.host-panel--rolling .host-winner-list__identity strong,
.host-panel--rolling .host-claim-list__identity strong,
.host-panel--rolling .host-activity-list__player-name {
    color: #f97316;
    font-weight: 950;
    line-height: 1.08;
}

.host-panel--rolling .host-winner-list__identity time,
.host-panel--rolling .host-claim-list__identity time,
.host-panel--rolling .host-activity-list time {
    color: #94a3b8;
    font-weight: 800;
}

.host-contender-list--rolling .host-contender-list__points {
    width: 86px;
    min-height: 28px;
    font-size: 0.86rem;
}

.host-contender-list--rolling .host-contender-list__meta {
    font-size: 1.05rem;
}

.host-contender-list--rolling .host-contender-list__progress {
    height: 8px;
}

.host-contender-list--rolling .host-card-marker {
    width: 32px;
    height: 48px;
}

.host-winner-list--rolling,
.host-claim-list--rolling,
.host-activity-list--rolling {
    gap: 12px;
    overflow: hidden;
}

.host-rolling-list-viewport {
    min-height: 0;
    overflow: hidden;
}

.host-rolling-list-viewport .host-winner-list--rolling,
.host-rolling-list-viewport .host-claim-list--rolling {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
}

.host-winner-list--rolling li {
    grid-template-columns: 76px minmax(0, 1fr) minmax(210px, 0.28fr) minmax(220px, auto);
    column-gap: 22px;
    min-height: 72px;
    padding: 16px;
}

.host-winner-list--rolling .host-player-avatar--winner {
    width: 56px;
    height: 56px;
}

.host-winner-list--rolling .host-winner-list__identity strong,
.host-claim-list--rolling .host-claim-list__item strong {
    font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.host-winner-list--rolling small,
.host-claim-list--rolling .host-claim-list__item small {
    font-size: 0.95rem;
}

.host-winner-list--rolling .host-winner-list__type {
    font-size: clamp(1.2rem, 1.9vw, 1.75rem);
}

.host-claim-list--rolling .host-claim-list__type {
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
}

.host-winner-list--rolling small {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.host-winner-list--rolling .host-winner-list__identity time,
.host-claim-list--rolling .host-claim-list__identity time {
    font-size: 0.86rem;
}

.host-winner-list--autoscroll,
.host-claim-list--autoscroll {
    animation: hostRollingListScroll 18s linear infinite;
}

@keyframes hostRollingListScroll {
    0%,
    12% {
        transform: translateY(0);
    }

    88%,
    100% {
        transform: translateY(-32%);
    }
}

.host-panel--rolling .host-claim-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.host-panel--rolling .host-claim-summary div {
    padding: 18px;
}

.host-panel--rolling .host-claim-summary strong {
    font-size: clamp(2rem, 4vw, 3rem);
}

.host-panel--rolling .host-claim-list {
    min-height: 0;
}

.host-claim-list--rolling .host-claim-list__item {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 0.34fr) auto;
    column-gap: 22px;
    min-height: 68px;
    padding: 16px;
}

.host-activity-list--rolling li {
    grid-template-columns: 58px minmax(0, 1fr) max-content;
    column-gap: 18px;
    min-height: 66px;
    padding: 9px 0;
}

.host-activity-list--rolling .host-player-avatar--activity {
    width: 52px;
    height: 52px;
}

.host-activity-list--rolling time {
    font-size: 0.86rem;
}

.host-activity-list--rolling .host-activity-list__text {
    color: #e2e8f0;
    font-size: clamp(1rem, 1.1vw, 1.18rem);
}

.host-activity-list--rolling .host-activity-list__player-name {
    font-size: clamp(1.32rem, 1.9vw, 1.75rem);
}

.host-activity-list--rolling small {
    font-size: 1rem;
}

.host-screen-settings__panel {
    width: 100%;
    max-width: none;
}

.host-screen-settings__form {
    display: grid;
    gap: 14px;
}

.host-screen-settings__panel .host-control__panel-header p {
    margin: 4px 0 0;
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 800;
}

.host-screen-settings__item {
    display: grid;
    grid-template-columns: 48px minmax(170px, 1fr) minmax(210px, auto);
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #071421;
}

.host-screen-settings__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(251, 146, 60, 0.38);
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.12);
    color: #fed7aa;
}

.host-screen-settings__icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.host-screen-settings__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.host-screen-settings__copy strong {
    color: #f8fafc;
    font-size: 1.05rem;
}

.host-screen-settings__copy span {
    color: #94a3b8;
    font-size: 0.9rem;
}

.host-screen-settings__stepper {
    display: inline-grid;
    grid-template-columns: 38px 86px 38px auto;
    align-items: center;
    justify-self: end;
    gap: 8px;
}

.host-screen-settings__stepper button,
.host-screen-settings__stepper input {
    min-height: 38px;
    border: 1px solid rgba(251, 146, 60, 0.38);
    border-radius: 8px;
    background: rgba(15, 37, 55, 0.92);
    color: #f8fafc;
    font: inherit;
    font-weight: 900;
}

.host-screen-settings__stepper button {
    width: 38px;
    cursor: pointer;
}

.host-screen-settings__stepper label {
    display: block;
}

.host-screen-settings__stepper input {
    width: 86px;
    padding: 0 10px;
    text-align: center;
}

.host-screen-settings__stepper label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.host-screen-settings__stepper small {
    color: #94a3b8;
    font-weight: 800;
}

.host-screen-settings__preview {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.62);
}

.host-screen-settings__preview span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(251, 146, 60, 0.28);
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    color: #fed7aa;
    font-size: 0.82rem;
    font-weight: 900;
}

.host-screen-settings__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.host-screen-settings__actions .auth-button {
    margin-top: 0;
}

.host-control {
    display: grid;
    gap: 14px;
    align-content: start;
    min-height: 100dvh;
    padding: 20px;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.16), transparent 34rem),
        #06111b;
    color: #f8fafc;
}

.host-control__header,
.host-control__panel {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(8, 24, 38, 0.92);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.host-control__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
}

.host-control__header h1 {
    margin: 0;
    font-size: clamp(1.6rem, 8vw, 2.6rem);
    line-height: 1;
}

.host-control__header p:not(.screen-intro__eyebrow) {
    margin: 8px 0 0;
    color: #cbd5e1;
}

.host-control__header a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #f97316;
    border-radius: 8px;
    color: #fed7aa;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.host-control__state {
    display: grid;
    gap: 10px;
    padding: 22px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(8, 24, 38, 0.92);
}

.host-control__state h1 {
    margin: 0;
    font-size: clamp(2rem, 9vw, 3.2rem);
    line-height: 1;
}

.host-control__state p {
    margin: 0;
    color: #cbd5e1;
}

.host-control__header a:hover,
.host-control__header a:focus-visible {
    border-color: #fb923c;
    background: rgba(249, 115, 22, 0.18);
    color: #ffffff;
}

.host-control__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.host-control__notifications {
    display: grid;
    gap: 10px;
}

.host-control__metrics div {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.94);
}

.host-control__metrics span {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.host-control__metrics strong {
    color: #f8fafc;
    font-size: 1.8rem;
    line-height: 1;
}

.host-control__panel {
    display: grid;
    align-content: start;
    gap: 12px;
    margin-top: 14px;
    padding: 16px;
}

.host-control__panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.host-control__panel-header h2 {
    margin: 0;
    font-size: 1.18rem;
}

.host-control__panel-header span {
    display: inline-grid;
    min-width: 32px;
    min-height: 28px;
    place-items: center;
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.2);
    color: #fed7aa;
    font-weight: 900;
}

.host-control__empty {
    margin: 0;
    color: #94a3b8;
}

.host-control__claims,
.host-control__winners {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.host-control__claims li,
.host-control__winners li {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #071421;
}

.host-control__claims li.host-control-claim--selected {
    border-color: rgba(249, 115, 22, 0.86);
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.34), 0 18px 42px rgba(249, 115, 22, 0.12);
}

.host-control__claims li.host-control-claim--no-prize {
    border-color: rgba(148, 163, 184, 0.34);
    background: rgba(15, 23, 42, 0.74);
}

.host-control__claims li.host-control-claim--no-prize small {
    color: #cbd5e1;
}

.host-control__claims strong,
.host-control__winners strong {
    color: #f8fafc;
    font-size: 1.06rem;
}

.host-control__claims span,
.host-control__winners span {
    color: #cbd5e1;
}

.host-control__winners time {
    color: #fb923c;
    font-weight: 900;
}

.host-control__winners small {
    display: block;
    color: #94a3b8;
}

.host-control__claims small {
    color: #f97316;
    font-weight: 900;
    text-transform: uppercase;
}

.host-control-claim__badges {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.host-control__claims .host-penalty-badge--clear {
    color: #94a3b8;
}

.host-control__claims .host-penalty-badge--yellow {
    color: #fde047;
}

.host-control__claims .host-penalty-badge--red {
    color: #fecaca;
}

.host-control__claims li > div:first-child,
.host-control__winners li {
    display: grid;
    gap: 4px;
}

.host-control-claim__select {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.host-control-claim__select > div {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.host-control-claim__select em {
    color: #94a3b8;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.3;
}

.host-control-claim__select:focus-visible {
    outline: 3px solid rgba(249, 115, 22, 0.5);
    outline-offset: 5px;
}

.host-control__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.host-control__actions button {
    min-height: 46px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
}

.host-control__actions button:first-child {
    border-color: rgba(34, 197, 94, 0.5);
    background: #15803d;
}

.host-control__actions button:last-child {
    border-color: rgba(248, 113, 113, 0.5);
    background: #b91c1c;
}

.host-control__actions button:disabled {
    cursor: wait;
    opacity: 0.66;
}

.host-control__actions button.host-claim-action--recommended,
.host-mobile-actions button.host-claim-action--recommended {
    animation: host-recommended-action-bounce 1.45s ease-in-out infinite;
    box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.24), 0 0 22px rgba(250, 204, 21, 0.32);
}

.host-control__actions button.host-claim-action--recommended:disabled,
.host-mobile-actions button.host-claim-action--recommended:disabled {
    animation: none;
    box-shadow: none;
}

.host-control__actions--validation {
    margin-top: 4px;
}

.host-control__panel--validation {
    align-content: start;
}

.host-claim-validation__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.host-claim-validation__summary > div {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.82);
}

.host-claim-validation__summary span {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.host-claim-validation__summary strong {
    overflow: hidden;
    color: #f8fafc;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.host-claim-validation__help {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.45;
}

.host-claim-validation__impact {
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.66);
    color: #cbd5e1;
    font-weight: 900;
    line-height: 1.35;
}

.host-claim-validation__impact--yellow,
.host-claim-validation__impact--clear {
    border-color: rgba(250, 204, 21, 0.44);
    background: rgba(113, 63, 18, 0.22);
    color: #fde68a;
}

.host-claim-validation__impact--red {
    border-color: rgba(248, 113, 113, 0.5);
    background: rgba(127, 29, 29, 0.3);
    color: #fecaca;
}

.host-penalty-text--yellow {
    color: #fde047;
}

.host-penalty-text--red {
    color: #fecaca;
}

.host-claim-validation__status {
    padding: 11px 12px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.76);
    color: #e2e8f0;
    font-weight: 850;
    line-height: 1.35;
}

.host-claim-validation__status--valid {
    border-color: rgba(34, 197, 94, 0.48);
    background: rgba(22, 101, 52, 0.22);
    color: #bbf7d0;
}

.host-claim-validation__status--warning {
    border-color: rgba(249, 115, 22, 0.56);
    background: rgba(124, 45, 18, 0.28);
    color: #fed7aa;
}

.host-claim-validation__status--missing {
    border-color: rgba(248, 113, 113, 0.48);
    background: rgba(127, 29, 29, 0.26);
    color: #fecaca;
}

.host-claim-validation__group-signal {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 8px;
    padding: 11px 12px;
    background: rgba(14, 116, 144, 0.13);
    color: #dbeafe;
    font-size: inherit;
    font-weight: 850;
    line-height: 1.35;
}

@keyframes host-recommended-action-bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    45% {
        transform: translateY(-4px);
    }
}

.host-claim-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.host-claim-card-grid--mobile {
    gap: 6px;
}

.host-claim-tile {
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(84px, 1fr) auto;
    gap: 6px;
    min-height: 146px;
    min-width: 0;
    padding: 9px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.92);
    color: #e2e8f0;
    text-align: center;
}

.host-claim-tile--checked {
    border-color: rgba(125, 211, 252, 0.5);
    background: rgba(14, 116, 144, 0.16);
}

.host-claim-tile--official {
    border-color: rgba(34, 197, 94, 0.54);
    background: rgba(22, 101, 52, 0.18);
}

.host-claim-tile--claimed {
    border-color: rgba(249, 115, 22, 0.9);
    box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.38), 0 0 22px rgba(249, 115, 22, 0.13);
}

.host-claim-tile--outside-claim {
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow: none;
    opacity: 0.45;
    filter: saturate(0.65) contrast(0.85);
}

.host-claim-tile--match {
    background: linear-gradient(180deg, rgba(22, 101, 52, 0.3), rgba(14, 116, 144, 0.18));
}

.host-claim-tile--resolved {
    opacity: 0.9;
}

.host-claim-tile--missing {
    border-color: rgba(248, 113, 113, 0.72);
    background: rgba(127, 29, 29, 0.22);
}

.host-claim-tile__media {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 84px;
    place-items: center;
}

.host-claim-tile img {
    justify-self: center;
    width: min(64px, 72%);
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
}

.host-claim-tile__placeholder {
    display: inline-grid;
    justify-self: center;
    width: min(64px, 72%);
    aspect-ratio: 1;
    place-items: center;
    border-radius: 8px;
    background: rgba(148, 163, 184, 0.12);
    color: #f97316;
    font-size: 1.35rem;
}

.host-claim-tile__position {
    justify-self: start;
    color: #94a3b8;
    font-size: 0.74rem;
    font-weight: 900;
}

.host-claim-tile__resolved {
    position: absolute;
    inset: 50% 0 auto;
    z-index: 1;
    display: grid;
    gap: 5px;
    place-items: center;
    transform: translateY(-50%);
    pointer-events: none;
}

.host-claim-tile__resolved > span {
    display: inline-grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 4px solid rgba(187, 247, 208, 0.82);
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.86);
    color: #f0fdf4;
    font-size: 2.25rem;
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.58);
    box-shadow:
        0 0 0 5px rgba(22, 101, 52, 0.22),
        0 14px 34px rgba(22, 163, 74, 0.34);
}

.host-claim-tile__resolved em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: min(100%, 150px);
    min-height: 22px;
    padding: 3px 8px;
    border: 1px solid rgba(187, 247, 208, 0.38);
    border-radius: 999px;
    background: rgba(5, 46, 22, 0.84);
    color: #bbf7d0;
    font-size: 0.64rem;
    font-style: normal;
    font-weight: 950;
    line-height: 1.05;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.56);
}

.host-claim-tile__group-signal {
    position: relative;
    z-index: 2;
    justify-self: center;
    max-width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    padding: 3px 7px;
    background: rgba(15, 23, 42, 0.74);
    color: #cbd5e1;
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.host-claim-tile__group-signal--low {
    border-color: rgba(248, 113, 113, 0.42);
    background: rgba(127, 29, 29, 0.28);
    color: #fecaca;
}

.host-claim-tile__group-signal--medium {
    border-color: rgba(251, 191, 36, 0.44);
    background: rgba(120, 53, 15, 0.26);
    color: #fde68a;
}

.host-claim-tile__group-signal--high {
    border-color: rgba(34, 197, 94, 0.42);
    background: rgba(20, 83, 45, 0.3);
    color: #bbf7d0;
}

.host-claim-tile strong {
    align-self: end;
    min-width: 0;
    color: #f8fafc;
    font-size: 0.82rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.host-claim-card-grid--mobile .host-claim-tile {
    grid-template-rows: auto minmax(54px, 1fr) auto;
    gap: 5px;
    min-height: 116px;
    padding: 6px;
}

.host-claim-card-grid--mobile .host-claim-tile__media {
    min-height: 54px;
}

.host-claim-card-grid--mobile .host-claim-tile img,
.host-claim-card-grid--mobile .host-claim-tile__placeholder {
    width: min(46px, 74%);
}

.host-claim-card-grid--mobile .host-claim-tile__resolved > span {
    width: 38px;
    height: 38px;
    border-width: 3px;
    font-size: 1.65rem;
}

.host-claim-card-grid--mobile .host-claim-tile__resolved em {
    max-width: 74px;
    min-height: 19px;
    padding: 2px 5px;
    font-size: 0.52rem;
}

.host-claim-card-grid--mobile .host-claim-tile strong {
    font-size: 0.68rem;
    line-height: 1.08;
}

.host-claim-validation__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #cbd5e1;
    font-size: 0.84rem;
    font-weight: 800;
}

.host-claim-validation__legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.host-claim-validation__legend-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(148, 163, 184, 0.56);
    border-radius: 999px;
}

.host-claim-validation__legend-dot--checked {
    border-color: #38bdf8;
    background: #38bdf8;
}

.host-claim-validation__legend-dot--claimed {
    border-color: #f97316;
    border-radius: 4px;
}

.host-claim-validation__legend-dot--official {
    border-color: #16a34a;
    background: #16a34a;
}

.host-claim-validation__legend-dot--resolved {
    border-color: #16a34a;
    background: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.18);
}

.host-control--gateway {
    grid-template-columns: minmax(0, 1fr);
}

.host-control-route-picker {
    display: grid;
    gap: 12px;
}

.host-control-route-picker__option {
    display: grid;
    gap: 7px;
    min-height: 150px;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(8, 24, 38, 0.92);
    color: #e2e8f0;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.host-control-route-picker__option:hover,
.host-control-route-picker__option:focus-visible {
    border-color: rgba(249, 115, 22, 0.72);
    color: #ffffff;
    outline: none;
}

.host-control-route-picker__option--mobile {
    border-color: rgba(34, 197, 94, 0.38);
    background: linear-gradient(180deg, rgba(22, 101, 52, 0.3), rgba(8, 24, 38, 0.92));
}

.host-control-route-picker__option span {
    color: #fb923c;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.host-control-route-picker__option strong {
    color: #f8fafc;
    font-size: 1.45rem;
    line-height: 1.08;
}

.host-control-route-picker__option small {
    color: #cbd5e1;
    font-weight: 750;
    line-height: 1.35;
}

.host-mobile-shell {
    display: grid;
    gap: 12px;
    min-height: 100dvh;
    padding: 14px 12px 96px;
    background:
        radial-gradient(circle at top right, rgba(34, 197, 94, 0.12), transparent 24rem),
        #06111b;
    color: #f8fafc;
}

.host-mobile-header,
.host-mobile-section,
.host-mobile-claim-detail {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(8, 24, 38, 0.94);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.host-mobile-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 15px;
}

.host-mobile-header h1 {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.05;
}

.host-mobile-header span,
.host-mobile-section__header span {
    color: #cbd5e1;
    font-weight: 800;
}

.host-mobile-header a {
    display: inline-grid;
    min-height: 36px;
    place-items: center;
    padding: 0 11px;
    border: 1px solid rgba(249, 115, 22, 0.58);
    border-radius: 8px;
    color: #fed7aa;
    font-size: 0.82rem;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

.host-view-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.host-control__header .host-view-switch .icon-action-button,
.host-mobile-header .host-view-switch .icon-action-button {
    display: inline-grid;
    width: 40px;
    height: 40px;
    min-height: 40px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    color: #cbd5e1;
    text-decoration: none;
}

.host-control__header .host-view-switch .icon-action-button:hover,
.host-control__header .host-view-switch .icon-action-button:focus-visible,
.host-mobile-header .host-view-switch .icon-action-button:hover,
.host-mobile-header .host-view-switch .icon-action-button:focus-visible {
    border-color: #fb923c;
    background: rgba(249, 115, 22, 0.18);
    color: #ffffff;
    outline: none;
}

.host-control__header .host-view-switch .host-view-switch__button--active,
.host-mobile-header .host-view-switch .host-view-switch__button--active {
    border-color: #f97316;
    background: rgba(249, 115, 22, 0.24);
    color: #fed7aa;
}

.host-view-switch .icon-action-button svg {
    width: 20px;
    height: 20px;
}

.host-mobile-section,
.host-mobile-claim-detail {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.host-occurrences {
    display: grid;
    gap: 14px;
    align-content: start;
    min-height: calc(100dvh - 96px);
    padding: 20px;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.16), transparent 34rem),
        #06111b;
    color: #f8fafc;
}

.host-occurrences__panel {
    padding: 16px;
}

.host-occurrences__search {
    max-width: 420px;
}

.host-occurrences__grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.host-mobile-section__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.host-mobile-section__header h2,
.host-mobile-section__header h3 {
    margin: 0;
    color: #f8fafc;
    font-size: 1.2rem;
    line-height: 1.1;
}

.host-mobile-section__header small {
    display: inline-grid;
    min-height: 28px;
    place-items: center;
    padding: 0 8px;
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.2);
    color: #fed7aa;
    font-weight: 950;
    white-space: nowrap;
}

.host-mobile-search {
    display: grid;
    gap: 6px;
}

.host-occurrence-filter {
    display: inline-grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 640px);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.72);
}

.host-occurrence-filter__button {
    min-height: 40px;
    padding: 6px 8px;
    border: 0;
    border-right: 1px solid rgba(148, 163, 184, 0.2);
    background: transparent;
    color: #cbd5e1;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.host-occurrence-filter__button:last-child {
    border-right: 0;
}

.host-occurrence-filter__button:hover,
.host-occurrence-filter__button:focus-visible {
    background: rgba(249, 115, 22, 0.12);
    color: #ffffff;
    outline: none;
}

.host-occurrence-filter__button--active {
    border: 1px solid #f97316;
    background: rgba(249, 115, 22, 0.16);
    color: #fb923c;
}

.host-mobile-search span {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.host-mobile-search input {
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.94);
    color: #f8fafc;
    font: inherit;
    font-weight: 800;
}

.host-mobile-search input:focus {
    border-color: rgba(249, 115, 22, 0.74);
    outline: none;
}

.host-mobile-occurrence-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.host-mobile-tile {
    display: grid;
    grid-template-rows: auto minmax(34px, 1fr) auto auto;
    gap: 7px;
    min-width: 0;
    min-height: 168px;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.94);
    color: #e2e8f0;
    cursor: pointer;
    text-align: left;
}

.host-mobile-tile--confirmed {
    border-color: rgba(34, 197, 94, 0.7);
    background: rgba(22, 101, 52, 0.28);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.18);
}

.host-mobile-tile:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.host-mobile-tile__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(148, 163, 184, 0.12);
}

.host-mobile-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.host-mobile-tile__media b {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #f97316;
    font-size: 1.5rem;
}

.host-mobile-tile__media em {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-style: normal;
    font-weight: 950;
}

.host-mobile-tile strong {
    min-width: 0;
    color: #f8fafc;
    font-size: 0.9rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.host-mobile-tile small {
    color: #94a3b8;
    font-weight: 850;
}

.host-mobile-tile__stats {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    padding: 4px 8px;
    background: rgba(15, 23, 42, 0.74);
    color: #cbd5e1;
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.host-mobile-tile__stats--low {
    border-color: rgba(248, 113, 113, 0.42);
    background: rgba(127, 29, 29, 0.28);
    color: #fecaca;
}

.host-mobile-tile__stats--medium {
    border-color: rgba(251, 191, 36, 0.44);
    background: rgba(120, 53, 15, 0.26);
    color: #fde68a;
}

.host-mobile-tile__stats--high {
    border-color: rgba(34, 197, 94, 0.42);
    background: rgba(20, 83, 45, 0.3);
    color: #bbf7d0;
}

.host-occurrence-kpis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
}

.host-occurrence-kpis--mobile {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.host-occurrence-kpi {
    display: grid;
    gap: 6px;
    min-width: 0;
    min-height: 94px;
    align-content: center;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(8, 24, 38, 0.94);
    text-align: center;
}

.host-occurrence-kpi span {
    color: #cbd5e1;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.1;
}

.host-occurrence-kpi strong {
    font-size: clamp(1.8rem, 5vw, 2.7rem);
    line-height: 1;
}

.host-occurrence-kpi--attention strong {
    color: #f97316;
}

.host-occurrence-kpi--unchecked strong {
    color: #60a5fa;
}

.host-occurrence-kpi--confirmed strong {
    color: #4ade80;
}

.host-occurrence-kpi--players strong {
    color: #fbbf24;
}

.host-occurrence-desktop-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
    gap: 14px;
    align-items: start;
}

.host-occurrence-radar,
.host-occurrence-quickfilters {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(249, 115, 22, 0.78);
    border-radius: 8px;
    background: rgba(8, 24, 38, 0.96);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.host-occurrence-radar--mobile {
    padding: 12px;
}

.host-occurrence-quickfilters {
    border-color: rgba(148, 163, 184, 0.22);
}

.host-occurrence-quickfilter-group {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.34);
}

.host-occurrence-quickfilter-group--status {
    border-color: rgba(249, 115, 22, 0.24);
    background: rgba(249, 115, 22, 0.07);
}

.host-occurrence-quickfilter-group--presence {
    border-color: rgba(249, 115, 22, 0.38);
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.12), rgba(15, 23, 42, 0.34));
}

.host-occurrence-quickfilter-group__header {
    display: grid;
    gap: 3px;
}

.host-occurrence-quickfilter-group__header strong {
    color: #f8fafc;
    font-size: 0.88rem;
    font-weight: 950;
    line-height: 1.1;
}

.host-occurrence-quickfilter-group__header span {
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.25;
}

.host-occurrence-status-toggle {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.38);
}

.host-occurrence-status-toggle .host-occurrence-filter__button {
    display: inline-flex;
    min-height: 42px;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 0 8px;
    background: transparent;
    color: #cbd5e1;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1.1;
    text-align: center;
    overflow-wrap: anywhere;
}

.host-occurrence-status-toggle .host-occurrence-filter__button:hover,
.host-occurrence-status-toggle .host-occurrence-filter__button:focus-visible {
    border-color: rgba(251, 146, 60, 0.62);
    color: #ffffff;
    outline: none;
}

.host-occurrence-status-toggle .host-occurrence-filter__button--active {
    border-color: rgba(249, 115, 22, 0.78);
    background: #f97316;
    color: #111827;
    box-shadow: 0 8px 22px rgba(249, 115, 22, 0.24);
}

.host-occurrence-radar__header,
.host-occurrence-quickfilters h2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
}

.host-occurrence-radar__header h2,
.host-occurrence-quickfilters h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 1.2rem;
    line-height: 1.1;
}

.host-occurrence-radar__header span {
    color: #cbd5e1;
    font-weight: 850;
}

.host-occurrence-radar__header small {
    display: inline-grid;
    min-height: 28px;
    place-items: center;
    padding: 0 8px;
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.2);
    color: #fed7aa;
    font-weight: 950;
}

.host-occurrence-radar__list {
    display: grid;
    gap: 10px;
}

.host-occurrence-radar-card,
.host-occurrence-tile-card {
    min-width: 0;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.94);
    color: #e2e8f0;
}

.host-occurrence-radar-card {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
}

.host-occurrence-thumb {
    display: block;
    width: 70px;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(148, 163, 184, 0.12);
}

.host-occurrence-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.host-occurrence-thumb b {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #f97316;
    font-size: 1.35rem;
}

.host-occurrence-radar-card__content,
.host-occurrence-tile-card__content {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.host-occurrence-radar-card__content strong,
.host-occurrence-tile-card__content strong {
    min-width: 0;
    color: #f8fafc;
    font-weight: 950;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.host-occurrence-radar-card__content small,
.host-occurrence-tile-card__content small {
    color: #cbd5e1;
    font-weight: 850;
}

.host-occurrence-signal-bar {
    display: block;
    width: min(100%, 260px);
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.16);
}

.host-occurrence-signal-bar::before {
    display: block;
    width: var(--signal-progress, 0%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fb923c, #f97316);
    content: "";
}

.host-occurrence-category-pill {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(249, 115, 22, 0.42);
    border-radius: 999px;
    padding: 0 10px;
    background: rgba(249, 115, 22, 0.18);
    color: #fed7aa;
    font-size: 0.78rem;
    font-weight: 950;
    white-space: nowrap;
}

.host-occurrence-radar-card__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.host-occurrence-radar-card__actions .auth-button {
    margin-top: 0;
    min-height: 42px;
    padding: 0 14px;
    white-space: nowrap;
}

.host-occurrence-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.host-occurrence-chip-list--quickfilters {
    gap: 7px;
}

.host-occurrence-chip-list--mobile {
    flex-wrap: nowrap;
    margin: 0 -14px;
    padding: 0 14px 4px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.host-occurrence-chip,
.host-occurrence-chip-list .host-occurrence-filter__button {
    display: inline-flex;
    min-height: 38px;
    width: auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 999px;
    padding: 0 12px;
    background: rgba(15, 23, 42, 0.72);
    color: #cbd5e1;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 900;
    white-space: nowrap;
}

.host-occurrence-chip:hover,
.host-occurrence-chip:focus-visible,
.host-occurrence-chip-list .host-occurrence-filter__button:hover,
.host-occurrence-chip-list .host-occurrence-filter__button:focus-visible {
    border-color: #fb923c;
    color: #ffffff;
    outline: none;
}

.host-occurrence-chip--active,
.host-occurrence-chip-list .host-occurrence-filter__button--active {
    border-color: #f97316;
    background: rgba(249, 115, 22, 0.18);
    color: #fb923c;
}

.host-occurrence-chip span {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 999px;
    background: #f97316;
    color: #ffffff;
    font-size: 0.72rem;
}

.host-occurrence-tile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.host-occurrence-tile-grid--desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.host-occurrence-tile-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 82px;
    padding: 10px;
    cursor: pointer;
    text-align: left;
}

.host-occurrence-tile-card .host-occurrence-thumb {
    width: 58px;
}

.host-occurrence-tile-card--confirmed {
    border-color: rgba(34, 197, 94, 0.68);
    background: rgba(22, 101, 52, 0.2);
}

.host-occurrence-tile-card--excluded {
    border-color: rgba(148, 163, 184, 0.48);
    background: rgba(15, 23, 42, 0.78);
    opacity: 0.82;
}

.host-occurrence-tile-card:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.host-occurrence-tile-card__status {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 999px;
    font-weight: 950;
}

.host-occurrence-tile-card__status--confirmed {
    border: 2px solid #4ade80;
    color: #4ade80;
}

.host-occurrence-tile-card__status--signal {
    border: 2px solid #f97316;
    color: #fb923c;
}

.host-occurrence-tile-card__status--excluded {
    width: auto;
    min-width: 92px;
    border: 1px solid rgba(226, 232, 240, 0.3);
    padding: 0 10px;
    color: #cbd5e1;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.host-occurrence-tile-card__actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.host-occurrence-tile-card__actions .auth-button {
    margin-top: 0;
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
}

.host-occurrence-tile-card[data-tooltip] {
    position: relative;
}

.host-occurrence-tile-card[data-tooltip]::before,
.host-occurrence-tile-card[data-tooltip]::after {
    position: absolute;
    left: 50%;
    z-index: 30;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.host-occurrence-tile-card[data-tooltip]::before {
    content: attr(data-tooltip);
    bottom: calc(100% + 10px);
    width: max-content;
    max-width: min(280px, calc(100vw - 32px));
    padding: 8px 10px;
    border-radius: 6px;
    background: #111827;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
}

.host-occurrence-tile-card[data-tooltip]::after {
    content: "";
    bottom: calc(100% + 4px);
    border: 6px solid transparent;
    border-top-color: #111827;
}

.host-occurrence-tile-card[data-tooltip]:hover::before,
.host-occurrence-tile-card[data-tooltip]:hover::after,
.host-occurrence-tile-card[data-tooltip]:focus-visible::before,
.host-occurrence-tile-card[data-tooltip]:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.host-mobile-claim-list,
.host-mobile-leaderboard {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.host-mobile-claim {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #071421;
    overflow: hidden;
}

.host-mobile-claim--selected {
    border-color: rgba(249, 115, 22, 0.84);
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.28);
}

.host-mobile-claim--approved {
    border-color: rgba(34, 197, 94, 0.4);
}

.host-mobile-claim--rejected {
    border-color: rgba(248, 113, 113, 0.42);
}

.host-mobile-claim--no-prize {
    border-color: rgba(148, 163, 184, 0.34);
    background: rgba(15, 23, 42, 0.74);
}

.host-mobile-claim button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 10px;
    align-items: center;
    width: 100%;
    min-height: 76px;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.host-mobile-claim__main,
.host-mobile-claim__chips {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.host-mobile-claim__main {
    justify-content: flex-start;
    gap: 10px;
}

.host-mobile-claim__chips {
    justify-content: flex-end;
}

.host-mobile-claim__meta {
    grid-column: 1;
    margin-left: 50px;
    min-width: 0;
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.host-player-avatar--mobile-claim {
    width: 40px;
    height: 40px;
}

.host-mobile-claim__identity {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 7px;
    row-gap: 2px;
    min-width: 0;
}

.host-mobile-claim__identity > span {
    min-width: 0;
    color: #e2e8f0;
    font-size: 0.78rem;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.host-mobile-claim strong {
    color: #f97316;
    font-size: 1.08rem;
    font-weight: 950;
    line-height: 1.15;
}

.host-mobile-claim small {
    grid-column: 1 / -1;
    color: #94a3b8;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.15;
}

.host-mobile-claim__status,
.host-mobile-claim__impact {
    display: inline-grid;
    min-height: 24px;
    place-items: center;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.host-mobile-claim__status--pending {
    background: rgba(249, 115, 22, 0.22);
    color: #fed7aa;
}

.host-mobile-claim__status--approved {
    background: rgba(34, 197, 94, 0.2);
    color: #bbf7d0;
}

.host-mobile-claim__status--rejected {
    background: rgba(127, 29, 29, 0.48);
    color: #fecaca;
}

.host-mobile-claim__status--no-prize {
    background: rgba(148, 163, 184, 0.16);
    color: #cbd5e1;
}

.host-mobile-claim__impact--pending {
    background: rgba(148, 163, 184, 0.14);
    color: #cbd5e1;
}

.host-mobile-claim__impact--yellow-card {
    background: rgba(250, 204, 21, 0.18);
    color: #fde68a;
}

.host-mobile-claim__impact--red-card {
    background: rgba(220, 38, 38, 0.28);
    color: #fecaca;
}

.host-mobile-claim__impact--row-winner {
    background: rgba(34, 197, 94, 0.2);
    color: #bbf7d0;
}

.host-mobile-claim__impact--bingo-winner {
    background: #15803d;
    color: #ffffff;
}

.host-mobile-claim__impact--no-card {
    background: rgba(148, 163, 184, 0.12);
    color: #cbd5e1;
}

.host-mobile-comparison {
    display: grid;
    gap: 8px;
}

.host-mobile-comparison__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.88);
}

.host-mobile-comparison__row--match {
    border-color: rgba(34, 197, 94, 0.42);
    background: rgba(22, 101, 52, 0.18);
}

.host-mobile-comparison__row--warning {
    border-color: rgba(249, 115, 22, 0.5);
    background: rgba(124, 45, 18, 0.22);
}

.host-mobile-comparison__row strong {
    min-width: 0;
    color: #f8fafc;
    font-size: 0.86rem;
    overflow-wrap: anywhere;
}

.host-mobile-comparison__row span {
    color: #cbd5e1;
    font-size: 0.78rem;
    font-weight: 950;
    white-space: nowrap;
}

.host-mobile-actions {
    position: sticky;
    bottom: 76px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 4px;
}

.host-mobile-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    color: #ffffff;
    font-weight: 950;
}

.host-mobile-actions button:first-child {
    border-color: rgba(248, 113, 113, 0.52);
    background: #b91c1c;
}

.host-mobile-actions button:last-child {
    border-color: rgba(34, 197, 94, 0.52);
    background: #15803d;
}

.host-mobile-actions button:disabled {
    cursor: wait;
    opacity: 0.66;
}

.host-button-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-top-color: #ffffff;
    border-radius: 999px;
    animation: host-button-spinner-spin 0.8s linear infinite;
}

@keyframes host-button-spinner-spin {
    to {
        transform: rotate(360deg);
    }
}

.host-mobile-leaderboard__item {
    display: grid;
    grid-template-columns: 34px 46px minmax(0, 1fr);
    gap: 6px 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: #071421;
}

.host-mobile-leaderboard__item > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.2);
    color: #fed7aa;
    font-weight: 950;
}

.host-mobile-leaderboard__item strong {
    min-width: 0;
    color: #f8fafc;
}

.host-mobile-leaderboard__item .host-mobile-leaderboard__name {
    color: #f97316;
    font-size: 1.2rem;
    font-weight: 950;
    line-height: 1.08;
}

.host-mobile-leaderboard__identity {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.host-mobile-leaderboard__item small {
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 800;
}

.host-player-avatar--mobile {
    width: 46px;
    height: 46px;
}

.host-player-avatar--claim {
    width: 48px;
    height: 48px;
}

.host-claim-list__player {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.host-mobile-leaderboard__item--eliminated {
    border-color: rgba(248, 113, 113, 0.42);
    opacity: 0.78;
}

.host-mobile-account-sheet {
    position: fixed;
    right: 12px;
    bottom: 88px;
    left: 12px;
    z-index: 22;
    display: grid;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.98);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
}

.host-mobile-account-sheet__summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 6px 4px 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.host-mobile-account-sheet__avatar {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.18);
    color: #fb923c;
}

.host-mobile-account-sheet svg,
.host-mobile-nav__item svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.host-mobile-account-sheet__summary div {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.host-mobile-account-sheet__summary strong {
    overflow: hidden;
    color: #f8fafc;
    font-size: 1rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.host-mobile-account-sheet__summary span:not(.host-mobile-account-sheet__avatar) {
    justify-self: start;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.18);
    color: #fb923c;
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
}

.host-mobile-account-sheet__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #dbeafe;
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 850;
    text-align: left;
}

.host-mobile-account-sheet__item:disabled {
    color: #64748b;
    cursor: not-allowed;
}

.host-mobile-account-sheet__item--logout {
    color: #fb923c;
}

.host-mobile-account-sheet__item--logout:hover,
.host-mobile-account-sheet__item--logout:focus-visible {
    background: rgba(249, 115, 22, 0.14);
    outline: none;
}

.host-mobile-nav {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.96);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.host-mobile-nav__item {
    display: grid;
    gap: 4px;
    min-width: 0;
    min-height: 54px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
}

.host-mobile-nav__item span {
    display: grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.12);
    font-size: 0.8rem;
    font-weight: 950;
}

.host-mobile-nav__item strong {
    font-size: 0.76rem;
    font-weight: 950;
    line-height: 1;
}

.host-mobile-nav__item--active {
    border-color: rgba(249, 115, 22, 0.44);
    background: rgba(249, 115, 22, 0.12);
    color: #ffffff;
}

.host-mobile-nav__item--active span {
    background: #f97316;
    color: #ffffff;
}

.host-score-shell {
    align-content: start;
}

.host-score-shell--desktop {
    gap: 18px;
    padding: 24px;
}

.host-score-pause-panel {
    display: grid;
    gap: 16px;
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 18px 16px;
    border: 1px solid rgba(249, 115, 22, 0.26);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.92);
    color: #f8fafc;
}

.host-score-pause-panel h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 950;
}

.host-live-control-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.host-live-control-row > span {
    color: #94a3b8;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.4;
}

.host-game-status-controls {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
}

.host-game-status-button {
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: #cbd5e1;
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 950;
}

.host-game-status-button:hover,
.host-game-status-button:focus-visible {
    border-color: rgba(251, 146, 60, 0.5);
    color: #f8fafc;
    outline: none;
}

.host-game-status-button--active {
    border-color: rgba(249, 115, 22, 0.68);
    background: rgba(249, 115, 22, 0.24);
    color: #fed7aa;
}

.host-game-status-button:disabled {
    color: #64748b;
    cursor: not-allowed;
}

.host-game-status-button--active:disabled {
    color: #fed7aa;
    opacity: 1;
}

.host-pause-toggle {
    display: inline-flex;
    min-width: 150px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.88);
    color: #cbd5e1;
    cursor: pointer;
    font: inherit;
}

.host-pause-toggle span {
    color: inherit;
    font-size: 0.92rem;
    font-weight: 950;
}

.host-pause-toggle small {
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.16);
    color: #cbd5e1;
    font-size: 0.7rem;
    font-weight: 950;
    text-transform: uppercase;
}

.host-pause-toggle:hover,
.host-pause-toggle:focus-visible {
    border-color: rgba(251, 146, 60, 0.6);
    color: #f8fafc;
    outline: none;
}

.host-pause-toggle--active {
    border-color: rgba(251, 146, 60, 0.84);
    background: rgba(249, 115, 22, 0.22);
    color: #fed7aa;
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.12);
}

.host-pause-toggle--active small {
    background: rgba(249, 115, 22, 0.3);
    color: #fed7aa;
}

.host-pause-toggle:disabled {
    border-color: rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.58);
    color: #64748b;
    cursor: not-allowed;
}

.host-score-panel {
    gap: 16px;
}

.host-score-display {
    display: grid;
    justify-items: center;
    gap: 6px;
    padding: 18px 14px;
    border: 1px solid rgba(249, 115, 22, 0.32);
    border-radius: 8px;
    background:
        radial-gradient(circle at top, rgba(249, 115, 22, 0.18), transparent 14rem),
        rgba(7, 20, 33, 0.92);
    text-align: center;
}

.host-score-display strong {
    color: #f8fafc;
    font-size: clamp(3.2rem, 18vw, 5.2rem);
    font-weight: 950;
    line-height: 0.95;
}

.host-score-display span {
    color: #fed7aa;
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
}

.host-score-controls {
    display: grid;
    gap: 10px;
}

.host-score-team {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px 52px 48px;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: #071421;
}

.host-score-team__identity {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.host-score-team__identity img,
.host-score-team__identity > span {
    width: 42px;
    height: 30px;
    flex: 0 0 42px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(248, 250, 252, 0.24);
}

.host-score-team__identity > span {
    display: grid;
    place-items: center;
    background: rgba(148, 163, 184, 0.12);
    color: #fb923c;
    font-weight: 950;
}

.host-score-team__identity strong {
    min-width: 0;
    overflow: hidden;
    color: #f8fafc;
    font-size: 1rem;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.host-score-team__value {
    display: grid;
    min-height: 48px;
    place-items: center;
    color: #f8fafc;
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
}

.host-score-button {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(249, 115, 22, 0.62);
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.2);
    color: #fed7aa;
    cursor: pointer;
    font: inherit;
    font-size: 1.7rem;
    font-weight: 950;
    line-height: 1;
}

.host-score-button:hover,
.host-score-button:focus-visible {
    border-color: rgba(251, 191, 36, 0.82);
    background: rgba(249, 115, 22, 0.3);
    color: #ffffff;
    outline: none;
}

.host-score-button:disabled,
.host-score-button--disabled {
    border-color: rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.58);
    color: #64748b;
    cursor: not-allowed;
}

.host-score-shell--desktop .host-score-header,
.host-score-shell--desktop .host-score-panel {
    width: min(100%, 1320px);
    margin-right: auto;
    margin-left: auto;
}

.host-score-shell--desktop .host-score-panel {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(380px, 1.1fr);
    align-items: stretch;
    gap: 18px;
    padding: 18px;
}

.host-score-shell--desktop .host-mobile-section__header {
    grid-column: 1 / -1;
}

.host-score-shell--desktop .host-score-display {
    min-height: 320px;
    align-content: center;
}

.host-score-shell--desktop .host-score-display strong {
    font-size: clamp(5.8rem, 10vw, 9.5rem);
}

.host-score-shell--desktop .host-score-display span {
    font-size: 1rem;
}

.host-score-shell--desktop .host-score-controls {
    align-content: center;
    gap: 16px;
}

.host-score-shell--desktop .host-score-team {
    grid-template-columns: minmax(0, 1fr) 64px 72px 64px;
    gap: 12px;
    padding: 16px;
}

.host-score-shell--desktop .host-score-team__identity img,
.host-score-shell--desktop .host-score-team__identity > span {
    width: 58px;
    height: 40px;
    flex-basis: 58px;
}

.host-score-shell--desktop .host-score-team__identity strong {
    font-size: 1.2rem;
}

.host-score-shell--desktop .host-score-team__value {
    min-height: 64px;
    font-size: 2.7rem;
}

.host-score-shell--desktop .host-score-button {
    width: 64px;
    height: 64px;
    font-size: 2.1rem;
}

@media (max-width: 899px) {
    .host-score-shell--desktop .host-score-panel {
        grid-template-columns: minmax(0, 1fr);
    }
}

.host-hero__score {
    min-width: min(280px, 28vw);
    padding: 8px 16px;
    border: 1px solid rgba(249, 115, 22, 0.52);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.82);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 720px) {
    .host-control-route-picker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .host-mobile-shell {
        max-width: 620px;
        margin: 0 auto;
    }

    .host-score-shell--desktop {
        max-width: none;
    }

    .host-mobile-account-sheet,
    .host-mobile-nav {
        right: calc((100vw - 620px) / 2);
        left: calc((100vw - 620px) / 2);
    }

    .host-mobile-occurrence-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .host-occurrences__grid.host-mobile-occurrence-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 719px) {
    .host-occurrence-kpis {
        gap: 8px;
    }

    .host-occurrence-kpi {
        min-height: 82px;
        padding: 10px 8px;
    }

    .host-occurrence-kpi span {
        font-size: 0.74rem;
    }

    .host-occurrence-radar-card {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 10px;
    }

    .host-occurrence-radar-card .host-occurrence-thumb {
        width: 58px;
    }

    .host-occurrence-category-pill {
        grid-column: 2;
        width: fit-content;
    }

    .host-occurrence-radar-card__actions {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    .host-occurrence-radar-card__actions .auth-button {
        flex: 1 1 0;
        min-width: 0;
    }

    .host-occurrence-tile-card {
        grid-template-columns: 52px minmax(0, 1fr) auto;
        min-height: 78px;
        padding: 9px;
    }

    .host-occurrence-tile-card .host-occurrence-thumb {
        width: 52px;
    }
}

@media (min-width: 860px) {
    .host-control {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 16px;
        align-content: start;
        padding: 28px;
    }

    .host-control__header,
    .host-control__metrics,
    .host-control__notifications,
    .host-control > .host-message {
        grid-column: 1 / -1;
    }

    .host-control__metrics {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin: 0;
    }

    .host-screen-settings .host-control__panel {
        grid-column: 1 / -1;
    }

    .host-screen-settings__form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .host-screen-settings__preview,
    .host-screen-settings__actions {
        grid-column: 1 / -1;
    }

    .host-control__claims {
        gap: 6px;
    }

    .host-control__claims li {
        padding: 8px 10px;
    }

    .host-control__claims li.host-control-claim--selected {
        box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.26);
    }

    .host-control-claim__select {
        align-items: center;
        gap: 10px;
    }

    .host-control-claim__select > div:first-child {
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
        white-space: nowrap;
    }

    .host-control__claims strong,
    .host-control__claims span,
    .host-control-claim__select em {
        font-size: 0.86rem;
        line-height: 1.15;
    }

    .host-control-claim__select em {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .host-control-claim__badges {
        flex-wrap: nowrap;
        align-items: center;
    }

    .host-control__claims small,
    .host-control__claims .host-penalty-badge {
        min-height: 20px;
        padding: 2px 6px;
        font-size: 0.68rem;
        line-height: 1;
        white-space: nowrap;
    }
}

.host-ticker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    overflow: hidden;
    padding: 0 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #0b1d2c;
    color: #cbd5e1;
    white-space: nowrap;
}

.host-ticker__content {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 18px;
    overflow: hidden;
}

.host-ticker__content span,
.host-ticker__content strong {
    overflow: hidden;
    text-overflow: ellipsis;
}

.host-ticker__content span:first-child {
    flex: 0 0 auto;
    color: #f97316;
    font-weight: 900;
}

.host-ticker__content strong {
    color: #f8fafc;
}

.host-ticker__actions {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.host-sponsor-ticker {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 130px;
    overflow: hidden;
    padding: 14px 20px;
    border: 1px solid rgba(251, 146, 60, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(7, 20, 33, 0.96), rgba(15, 23, 42, 0.88)),
        #0b1d2c;
    color: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.host-sponsor-ticker__label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 88px;
    padding: 0 14px;
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.18);
    color: #fed7aa;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.host-sponsor-ticker__viewport {
    position: relative;
    min-width: 0;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.host-sponsor-ticker__track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 12px;
    animation: hostSponsorTickerScroll 34s linear infinite;
}

.host-sponsor-ticker__track--static {
    animation: none;
}

.host-sponsor-ticker__item {
    display: grid;
    place-items: center;
    width: auto;
    min-width: 200px;
    max-width: clamp(360px, 36vw, 560px);
    height: 104px;
    overflow: hidden;
    padding: 12px 26px;
    border: 1px solid rgba(226, 232, 240, 0.16);
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.94);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.host-sponsor-ticker__item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.host-pause-overlay {
    position: absolute;
    z-index: 36;
    inset: 0;
    display: grid;
    place-items: center;
    min-height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.host-pause-overlay__scrim {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 36%, rgba(15, 23, 42, 0.9), rgba(3, 7, 18, 0.98) 48%),
        #030712;
}

.host-pause-overlay__content {
    position: relative;
    display: grid;
    width: min(100% - 48px, 1680px);
    gap: clamp(18px, 2vw, 28px);
    padding: clamp(18px, 2vw, 32px) 0;
}

.host-pause-overlay__header {
    display: grid;
    justify-items: center;
    gap: 4px;
    color: #f8fafc;
    text-align: center;
    text-transform: uppercase;
}

.host-pause-overlay__header span {
    color: #fb923c;
    font-size: clamp(2rem, 4vw, 5rem);
    font-weight: 950;
    line-height: 0.95;
}

.host-pause-overlay__header strong {
    color: #fed7aa;
    font-size: clamp(0.9rem, 1.5vw, 1.5rem);
    font-weight: 950;
}

.host-pause-sponsors {
    display: grid;
    grid-template-columns:
        clamp(170px, 16vw, 250px)
        clamp(280px, 24vw, 390px)
        clamp(680px, 56vw, 920px)
        clamp(280px, 24vw, 390px)
        clamp(170px, 16vw, 250px);
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2vw, 34px);
    min-height: clamp(420px, 58vh, 700px);
    overflow: hidden;
    padding: 0 clamp(10px, 1.2vw, 20px);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.host-pause-sponsors--static {
    grid-template-columns: clamp(680px, 56vw, 920px);
    justify-content: center;
    mask-image: none;
}

.host-pause-sponsors--static .host-pause-sponsor-card {
    animation: none;
}

.host-pause-sponsor-card {
    display: grid;
    place-items: center;
    min-width: 0;
    height: clamp(270px, 38vh, 460px);
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0.72;
    transform: scale(0.82);
    transition:
        opacity 260ms ease,
        filter 260ms ease,
        transform 260ms ease;
}

.host-pause-sponsor-card--near {
    height: clamp(320px, 44vh, 520px);
    opacity: 0.88;
    transform: scale(0.94);
}

.host-pause-sponsor-card--near.host-pause-sponsor-card--left {
    animation: host-pause-carousel-left 820ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.host-pause-sponsor-card--near.host-pause-sponsor-card--right {
    animation: host-pause-carousel-right 820ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.host-pause-sponsor-card--featured {
    z-index: 1;
    height: clamp(430px, 60vh, 740px);
    opacity: 1;
    transform: scale(1.55);
    animation: host-pause-carousel-center 820ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
    filter: drop-shadow(0 38px 54px rgba(0, 0, 0, 0.46));
}

.host-pause-sponsor-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    object-fit: contain;
}

@keyframes host-pause-carousel-center {
    0% {
        opacity: 0.88;
        transform: translateX(calc(50% + clamp(18px, 2vw, 34px))) scale(0.94);
    }

    64%,
    100% {
        opacity: 1;
        transform: translateX(0) scale(1.55);
    }
}

@keyframes host-pause-carousel-left {
    0% {
        opacity: 1;
        transform: translateX(calc(50% + clamp(18px, 2vw, 34px))) scale(1.55);
    }

    64%,
    100% {
        opacity: 0.88;
        transform: translateX(0) scale(0.94);
    }
}

@keyframes host-pause-carousel-right {
    0% {
        opacity: 0;
        transform: translateX(calc(50% + clamp(18px, 2vw, 34px))) scale(0.78);
    }

    64%,
    100% {
        opacity: 0.88;
        transform: translateX(0) scale(0.94);
    }
}

.host-pause-overlay__footer {
    display: grid;
    justify-items: center;
    gap: 4px;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 14px 22px;
    border: 1px solid rgba(251, 146, 60, 0.34);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.9);
    color: #f8fafc;
    text-align: center;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.host-pause-overlay__footer strong {
    color: #fb923c;
    font-size: clamp(1rem, 1.6vw, 1.55rem);
    font-weight: 950;
    text-transform: uppercase;
}

.host-pause-overlay__footer span {
    color: #cbd5e1;
    font-size: clamp(0.82rem, 1vw, 1.05rem);
    font-weight: 800;
}

@keyframes hostSponsorTickerScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes hostYellowCardOverlayLife {
    0%,
    78% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@media (prefers-reduced-motion: reduce) {
    .host-winner-overlay,
    .host-winner-flag,
    .host-winner-burst span,
    .host-winner-confetti span,
    .host-claim-action--recommended,
    .host-sponsor-ticker__track,
    .host-pause-sponsors,
    .host-pause-sponsor-card {
        animation: none;
    }

    .host-winner-flag {
        opacity: 0.72;
        transform: translateY(-50%);
    }
}

#blazor-error-ui {
    display: none !important;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1000;
    max-width: calc(100vw - 32px);
    padding: 14px 44px 14px 16px;
    border: 1px solid rgba(248, 113, 113, 0.6);
    border-radius: 8px;
    background: #450a0a;
    color: #fee2e2;
}

#blazor-error-ui .reload {
    margin-left: 10px;
    color: #fecaca;
    font-weight: 700;
}

#blazor-error-ui .dismiss {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem;
}

.loading-progress circle {
    fill: none;
    stroke: rgba(148, 163, 184, 0.4);
    stroke-width: 0.6rem;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.loading-progress circle:last-child {
    stroke: #f97316;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
}

.loading-progress-text {
    position: absolute;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
    color: #f8fafc;
    font-weight: 800;
    text-align: center;
}

.loading-progress-text::after {
    content: var(--blazor-load-percentage-text, "Laden");
}

@media (min-width: 760px) {
    .route-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.auth-page {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0;
    width: 100%;
    min-height: 100dvh;
    max-width: none;
    margin: 0 auto;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(6, 17, 27, 0.42), rgba(6, 17, 27, 0.84)),
        var(--event-bingo-atmosphere-background) center / cover no-repeat,
        #0b1d2c;
}

.auth-brand,
.auth-panel {
    min-width: 0;
    padding: 16px 20px;
    background: rgba(11, 29, 44, 0.84);
}

.auth-brand__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1.45rem, 7vw, 1.9rem);
    font-weight: 900;
}

.auth-brand__logo > img {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    object-fit: contain;
}

.auth-brand__logo span:last-child {
    color: #f97316;
}

.auth-brand__eyebrow {
    margin: 10px 0 0;
    color: #94a3b8;
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
}

.auth-brand h1,
.auth-panel h2 {
    margin: 16px 0 0;
    font-size: clamp(1.9rem, 8vw, 2.6rem);
    line-height: 1;
}

.auth-panel h2 {
    margin-top: 0;
}

.auth-brand p,
.auth-panel p {
    color: #cbd5e1;
    margin-bottom: 0;
    line-height: 1.35;
}

.auth-feature-list {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    overflow: hidden;
}

.auth-feature-list div {
    display: grid;
    flex: 1 1 0;
    gap: 2px;
    min-width: 0;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #071522;
}

.auth-feature-list strong {
    color: #f8fafc;
    font-size: 0.72rem;
    line-height: 1.12;
}

.auth-feature-list span {
    color: #cbd5e1;
    font-size: 0.68rem;
    line-height: 1.15;
}

.auth-form {
    display: grid;
    gap: 11px;
    margin-top: 14px;
}

.auth-form label {
    display: grid;
    gap: 6px;
}

.auth-form label span,
.auth-form__row {
    color: #e2e8f0;
    font-weight: 700;
}

.auth-form input[type="email"],
.auth-form input[type="password"],
.auth-form input[type="text"] {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 8px;
    background: #071522;
    color: #f8fafc;
    font: inherit;
}

.auth-password-field {
    position: relative;
}

.auth-form .auth-password-field input {
    padding-right: 48px;
}

.auth-password-field__toggle {
    position: absolute;
    top: 50%;
    right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #cbd5e1;
    cursor: pointer;
    transform: translateY(-50%);
}

.auth-password-field__toggle:hover,
.auth-password-field__toggle:focus-visible {
    background: rgba(148, 163, 184, 0.16);
    color: #ffffff;
    outline: none;
}

.auth-password-field__toggle:focus-visible {
    outline: 2px solid rgba(249, 115, 22, 0.44);
    outline-offset: 2px;
}

.auth-password-field__toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.auth-form input:focus {
    border-color: #f97316;
    outline: 2px solid rgba(249, 115, 22, 0.18);
}

.auth-form__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.auth-form__row a {
    color: #fb923c;
    text-decoration: none;
}

.auth-check {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 8px !important;
    width: fit-content;
}

.auth-check input[type="checkbox"] {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    min-height: 16px;
    padding: 0;
    accent-color: #f97316;
}

.auth-check span {
    white-space: nowrap;
}

.event-button,
.auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    height: 46px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #f97316;
    border-radius: 8px;
    background: #f97316;
    color: #06111b;
    font: inherit;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

a.event-button,
button.event-button,
a.auth-button,
button.auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.event-button svg,
.auth-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.auth-button--busy::before {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(6, 17, 27, 0.32);
    border-top-color: currentColor;
    border-radius: 999px;
    content: "";
    flex: 0 0 16px;
    animation: auth-button-spinner 0.75s linear infinite;
}

@keyframes auth-button-spinner {
    to {
        transform: rotate(360deg);
    }
}

.event-button:hover,
.event-button:focus-visible,
.auth-button:hover,
.auth-button:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

.event-button:disabled,
.auth-button:disabled {
    cursor: not-allowed;
    opacity: 0.68;
}

.event-button--secondary,
.auth-button--secondary {
    margin-top: 24px;
    background: transparent;
    color: #fed7aa;
}

.event-button--secondary:hover,
.event-button--secondary:focus-visible,
.auth-button--secondary:hover,
.auth-button--secondary:focus-visible {
    border-color: #fb923c;
    background: rgba(249, 115, 22, 0.16);
    color: #ffffff;
}

.auth-alert {
    margin-top: 10px;
    padding: 9px 10px;
    border: 1px solid rgba(251, 146, 60, 0.34);
    border-radius: 8px;
    background: rgba(249, 115, 22, 0.12);
    color: #fed7aa;
    font-size: 0.8rem;
    line-height: 1.3;
}

.auth-alert--error {
    border-color: rgba(248, 113, 113, 0.5);
    background: rgba(127, 29, 29, 0.35);
    color: #fecaca;
}

.auth-alert--success {
    border-color: rgba(34, 197, 94, 0.5);
    background: rgba(20, 83, 45, 0.5);
    color: #bbf7d0;
}

.admin-home-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.admin-home-actions .auth-button {
    margin-top: 0;
}

.admin-matches {
    display: grid;
    gap: 18px;
}

.admin-games,
.host-games {
    width: 100%;
}

.admin-games .admin-panel--table,
.admin-games .admin-table-wrap,
.admin-games .admin-table,
.host-games .admin-panel--table,
.host-games .admin-table-wrap,
.host-games .admin-table {
    width: 100%;
}

.admin-matches__header {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #0b1d2c;
}

.admin-matches__header h1 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1;
}

.admin-matches__header p:not(.screen-intro__eyebrow) {
    max-width: 680px;
    margin: 12px 0 0;
    color: #cbd5e1;
}

.admin-stats {
    display: grid;
    gap: 12px;
}

.admin-stats > div {
    display: grid;
    gap: 6px;
    min-height: 118px;
    padding: 20px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #0b1d2c;
}

.admin-stats span,
.admin-stats small {
    color: #94a3b8;
}

.admin-stats span {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-stats strong {
    color: #f8fafc;
    font-size: 2.1rem;
    line-height: 1;
}

.admin-tile-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.admin-tile-category-card {
    display: grid;
    align-content: start;
    gap: 12px;
    min-height: 76px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(11, 29, 44, 0.88);
}

.admin-tile-category-card > strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #f8fafc;
    font-size: 0.9rem;
    line-height: 1.1;
}

.admin-tile-category-card__metric {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.admin-tile-category-card__icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(251, 146, 60, 0.34);
    border-radius: 8px;
    background: rgba(251, 146, 60, 0.1);
    color: #fb923c;
}

.admin-tile-category-card__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.admin-tile-category-card__metric small {
    color: #94a3b8;
    font-weight: 700;
}

.admin-matches__grid {
    display: grid;
    gap: 18px;
}

.admin-matches__grid--single {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
}

.admin-voice__grid {
    align-items: start;
}

.admin-voice__main,
.admin-voice__side {
    display: grid;
    gap: 18px;
}

.admin-voice__side .auth-button--secondary {
    margin-top: 0;
}

.admin-voice-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(7, 20, 33, 0.78);
}

.admin-voice-tabs__button {
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #cbd5e1;
    cursor: pointer;
    padding: 0 16px;
    font: inherit;
    font-weight: 900;
}

.admin-voice-tabs__button:hover,
.admin-voice-tabs__button:focus-visible {
    border-color: rgba(249, 115, 22, 0.46);
    color: #f8fafc;
    outline: none;
}

.admin-voice-tabs__button--active {
    border-color: rgba(249, 115, 22, 0.72);
    background: rgba(249, 115, 22, 0.14);
    color: #fdba74;
}

.admin-voice-tab-panel {
    display: grid;
    gap: 18px;
}

.admin-voice-other {
    display: grid;
    gap: 18px;
}

.admin-panel {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #0b1d2c;
}

.admin-panel__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.admin-panel__header h2 {
    margin: 0;
    font-size: 1.2rem;
}

.admin-empty {
    margin: 0;
    color: #cbd5e1;
}

.admin-table-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 12px;
    margin-bottom: 16px;
}

.admin-table-filters label {
    display: grid;
    gap: 7px;
    min-width: min(220px, 100%);
    color: #cbd5e1;
    font-weight: 800;
}

.admin-table-filters__category {
    flex: 1 1 520px;
}

.admin-table-filters__search {
    flex: 1 1 260px;
}

.admin-table-filters__inline-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.admin-table-filters__inline-control select {
    flex: 0 0 min(260px, 100%);
}

.admin-table-filters__inline-control .form-help {
    flex: 1 1 240px;
    margin: 0;
    line-height: 1.25;
}

.admin-table-filters label span {
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-table-filters select,
.admin-table-filters input {
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #071522;
    color: #f8fafc;
    font: inherit;
}

.admin-table-filters .auth-button {
    margin-left: auto;
    min-height: 42px;
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    padding: 14px 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    text-align: left;
    vertical-align: middle;
}

.admin-table th {
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-table td {
    color: #f8fafc;
}

.admin-table__row--selected {
    background: rgba(249, 115, 22, 0.09);
    box-shadow: inset 3px 0 0 #fb923c;
}

.admin-table td span {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 0.82rem;
}

.admin-code-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(251, 146, 60, 0.36);
    border-radius: 8px;
    color: #fed7aa;
    font-weight: 900;
    text-decoration: none;
}

.admin-table td .admin-code-link {
    display: inline-flex;
    margin-top: 0;
    line-height: 1;
    vertical-align: middle;
}

.admin-code-link:hover,
.admin-code-link:focus-visible {
    border-color: #fb923c;
    background: rgba(249, 115, 22, 0.16);
    color: #ffffff;
    text-decoration: none;
}

.admin-game-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.admin-game-links a:not(.admin-code-link) {
    color: #fb923c;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.admin-game-links a:not(.admin-code-link):hover,
.admin-game-links a:not(.admin-code-link):focus-visible {
    color: #ffffff;
}

.admin-game-links .admin-code-link {
    flex-basis: 100%;
    width: fit-content;
}

.admin-site-status__grid {
    display: grid;
    gap: 18px;
}

.admin-site-status__form {
    align-content: start;
}

.admin-site-status__state {
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: rgba(148, 163, 184, 0.08);
}

.admin-site-status__state--live {
    border-color: rgba(34, 197, 94, 0.38);
    background: rgba(22, 163, 74, 0.14);
}

.admin-site-status__state--maintenance {
    border-color: rgba(248, 113, 113, 0.42);
    background: rgba(185, 28, 28, 0.16);
}

.admin-site-status__state span,
.admin-site-status__preview > span {
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-site-status__state strong {
    color: #f8fafc;
    font-size: 1.4rem;
}

.admin-site-status__state--live strong {
    color: #bbf7d0;
}

.admin-site-status__state--maintenance strong {
    color: #fecaca;
}

.admin-site-status__form label {
    display: grid;
    gap: 8px;
    color: #cbd5e1;
    font-weight: 800;
}

.admin-site-status__form input,
.admin-site-status__form select,
.admin-site-status__form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #071522;
    color: #f8fafc;
    font: inherit;
}

.admin-site-status__form textarea {
    resize: vertical;
}

.admin-site-status__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.admin-site-status__actions .auth-button {
    margin-top: 0;
}

.admin-site-status__preview {
    display: grid;
    gap: 12px;
}

.admin-table__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.admin-table__actions .admin-table__button {
    height: 38px;
    min-height: 38px;
    margin-top: 0;
    padding-inline: 12px;
    font-size: 0.82rem;
}

.admin-form-help {
    margin-bottom: 16px;
}

.admin-voice-event-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.admin-voice-event-filter__asset-toggle {
    flex: 1 1 420px;
    min-width: min(100%, 320px);
}

.admin-voice-event-filter__search {
    flex: 0 1 320px;
    min-width: min(100%, 240px);
}

.admin-voice-event-filter__search input {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #071522;
    color: #f8fafc;
    font: inherit;
}

.admin-voice-event-filter__search input::placeholder {
    color: #94a3b8;
}

.admin-voice-event-filter__search input:focus-visible {
    border-color: rgba(249, 115, 22, 0.72);
    outline: 2px solid rgba(249, 115, 22, 0.22);
    outline-offset: 2px;
}

.admin-voice-file-list {
    display: grid;
    gap: 4px;
}

.admin-table td .admin-voice-file-list__item {
    display: block;
    margin-top: 0;
    color: #cbd5e1;
    overflow-wrap: anywhere;
}

.admin-table td .admin-voice-file-list__item--missing {
    color: #f87171;
    font-weight: 900;
}

.admin-table__actions--game {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 38px;
}

.admin-qa__actions {
    display: grid;
    gap: 0.75rem;
}

.admin-qa__actions .auth-button {
    justify-content: center;
    width: 100%;
}

.admin-qa__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.admin-table__actions .icon-action-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: transparent;
    color: #e2e8f0;
    cursor: pointer;
    text-decoration: none;
}

.admin-table__actions .icon-action-button[aria-label]::before,
.admin-table__actions .icon-action-button[aria-label]::after {
    position: absolute;
    left: 50%;
    z-index: 30;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -6px);
    transition:
        opacity 140ms ease,
        transform 140ms ease;
}

.admin-table__actions .icon-action-button[aria-label]::before {
    content: "";
    bottom: calc(100% + 3px);
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(15, 23, 42, 0.98);
    border-left: 6px solid transparent;
}

.admin-table__actions .icon-action-button[aria-label]::after {
    content: attr(aria-label);
    bottom: calc(100% + 9px);
    width: max-content;
    max-width: 190px;
    padding: 8px 10px;
    border: 1px solid rgba(251, 146, 60, 0.28);
    border-radius: 6px;
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.36);
    color: #f8fafc;
    font-size: 0.76rem;
    font-weight: 850;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
}

.admin-table__actions .icon-action-button[aria-label]:hover::before,
.admin-table__actions .icon-action-button[aria-label]:hover::after,
.admin-table__actions .icon-action-button[aria-label]:focus-visible::before,
.admin-table__actions .icon-action-button[aria-label]:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.admin-voice__event-preview-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: transparent;
    color: #e2e8f0;
    cursor: pointer;
}

.icon-action-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.admin-table__actions .icon-action-button:hover,
.admin-table__actions .icon-action-button:focus-visible,
.admin-voice__event-preview-button:hover,
.admin-voice__event-preview-button:focus-visible {
    border-color: rgba(251, 146, 60, 0.65);
    color: #fb923c;
}

.admin-table__actions .icon-action-button--active,
.admin-voice__event-preview-button.icon-action-button--active {
    border-color: rgba(251, 146, 60, 0.78);
    background: rgba(251, 146, 60, 0.18);
    color: #fb923c;
}

.admin-table__actions .icon-action-button:disabled,
.admin-voice__event-preview-button:disabled {
    border-color: rgba(148, 163, 184, 0.14);
    color: rgba(148, 163, 184, 0.42);
    cursor: not-allowed;
}

.admin-table__actions .icon-action-button--danger:hover,
.admin-table__actions .icon-action-button--danger:focus-visible {
    border-color: rgba(248, 113, 113, 0.72);
    color: #fca5a5;
}

.icon-action-menu {
    position: relative;
    display: inline-flex;
}

.icon-action-menu > summary {
    list-style: none;
}

.icon-action-menu > summary::-webkit-details-marker {
    display: none;
}

.icon-action-menu__panel {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 35;
    display: grid;
    min-width: 220px;
    padding: 6px;
    border: 1px solid rgba(251, 146, 60, 0.3);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 18px 44px rgba(2, 6, 23, 0.46);
}

.icon-action-menu__panel button {
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #e2e8f0;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.icon-action-menu__panel button:hover,
.icon-action-menu__panel button:focus-visible {
    background: rgba(251, 146, 60, 0.14);
    color: #fed7aa;
    outline: none;
}

.admin-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(2, 6, 23, 0.72);
}

@media (max-width: 760px) {
    .admin-games .admin-table-wrap,
    .host-games .admin-table-wrap,
    .host-portal .admin-table-wrap {
        overflow-x: visible;
    }

    .admin-games .admin-table,
    .host-games .admin-table,
    .host-portal .admin-table {
        display: block;
        min-width: 0;
    }

    .admin-games .admin-table thead,
    .host-games .admin-table thead,
    .host-portal .admin-table thead {
        display: none;
    }

    .admin-games .admin-table tbody,
    .host-games .admin-table tbody,
    .host-portal .admin-table tbody {
        display: grid;
        gap: 18px;
    }

    .admin-games .admin-table tr,
    .host-games .admin-table tr,
    .host-portal .admin-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
        padding: 18px 0;
        border-top: 1px solid rgba(148, 163, 184, 0.16);
    }

    .admin-games .admin-table tr:first-child,
    .host-games .admin-table tr:first-child,
    .host-portal .admin-table tr:first-child {
        padding-top: 0;
    }

    .admin-games .admin-table td,
    .host-games .admin-table td,
    .host-portal .admin-table td {
        display: grid;
        gap: 6px;
        padding: 0;
        border-top: 0;
    }

    .admin-games .admin-table td::before,
    .host-games .admin-table td::before,
    .host-portal .admin-table td::before {
        content: attr(data-label);
        color: #94a3b8;
        font-size: 0.74rem;
        font-weight: 900;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .admin-games .admin-table td[data-label="Game"] strong,
    .host-games .admin-table td[data-label="Game"] strong,
    .host-portal .admin-table td[data-label="Game"] strong {
        font-size: 1.08rem;
        line-height: 1.25;
    }

    .admin-games .admin-table td[data-label="Game"] span,
    .host-games .admin-table td[data-label="Game"] span,
    .host-portal .admin-table td[data-label="Game"] span {
        display: none;
    }

    .admin-games .admin-table td[data-label="Game"],
    .admin-games .admin-table td[data-label="Wedstrijd"],
    .admin-games .admin-table td[data-label="Code"],
    .admin-games .admin-table td[data-label="Acties"],
    .host-games .admin-table td[data-label="Game"],
    .host-games .admin-table td[data-label="Wedstrijd"],
    .host-games .admin-table td[data-label="Acties"],
    .host-portal .admin-table td[data-label="Game"],
    .host-portal .admin-table td[data-label="Acties"] {
        grid-column: 1 / -1;
    }

    .admin-games .admin-table td[data-label="Acties"],
    .host-games .admin-table td[data-label="Acties"],
    .host-portal .admin-table td[data-label="Acties"] {
        gap: 10px;
    }

    .admin-games .admin-table td[data-label="Acties"] .admin-table__actions--game,
    .host-games .admin-table td[data-label="Acties"] .admin-table__actions--game,
    .host-portal .admin-table td[data-label="Acties"] .admin-table__actions--game {
        display: flex;
        flex-wrap: wrap;
    }

    .icon-action-menu__panel {
        right: auto;
        left: 0;
    }
}

.admin-modal {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    width: min(520px, 100%);
    padding: 22px;
    border: 1px solid rgba(248, 113, 113, 0.42);
    border-radius: 8px;
    background: #0b1d2c;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.48);
}

.admin-modal__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(248, 113, 113, 0.38);
    border-radius: 8px;
    background: rgba(127, 29, 29, 0.22);
    color: #fca5a5;
}

.admin-modal__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.admin-modal h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 1.35rem;
}

.admin-modal p:not(.screen-intro__eyebrow) {
    margin: 10px 0 0;
    color: #cbd5e1;
    line-height: 1.55;
}

.admin-modal__actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.admin-modal__actions .auth-button {
    margin-top: 0;
}

.admin-modal--qr {
    grid-template-columns: minmax(0, 1fr);
    width: min(460px, 100%);
    border-color: rgba(251, 146, 60, 0.42);
}

.admin-modal--qr > * {
    min-width: 0;
}

.admin-modal--qr .admin-code-link {
    max-width: 100%;
    height: auto;
    min-height: 34px;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
}

.admin-modal--qr-actions {
    grid-template-columns: minmax(0, 1fr);
    width: min(520px, 100%);
    border-color: rgba(251, 146, 60, 0.42);
}

.qr-actions-dialog__actions {
    display: grid;
    gap: 10px;
}

.qr-actions-dialog__action {
    display: grid;
    gap: 4px;
    width: 100%;
    min-height: 72px;
    padding: 12px 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(7, 21, 34, 0.72);
    color: #f8fafc;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.qr-actions-dialog__action:hover,
.qr-actions-dialog__action:focus-visible {
    border-color: rgba(251, 146, 60, 0.62);
    background: rgba(251, 146, 60, 0.12);
    outline: none;
}

.qr-actions-dialog__action strong {
    font-size: 0.94rem;
}

.qr-actions-dialog__action span {
    color: #cbd5e1;
    font-size: 0.82rem;
    line-height: 1.35;
}

.admin-modal--player-rejoin {
    grid-template-columns: minmax(0, 1fr);
    width: min(920px, 100%);
    max-height: min(90dvh, 820px);
    overflow-y: auto;
    border-color: rgba(251, 146, 60, 0.42);
}

.player-rejoin-dialog__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.player-rejoin-dialog__header .auth-button {
    margin-top: 0;
}

.player-rejoin-dialog__layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
    gap: 18px;
    min-width: 0;
}

.player-rejoin-dialog__players,
.player-rejoin-dialog__qr {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(7, 21, 34, 0.72);
}

.player-rejoin-dialog__search {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
}

.player-rejoin-dialog__search span {
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.player-rejoin-dialog__search input {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #06111b;
    color: #f8fafc;
    font: inherit;
}

.player-rejoin-dialog__search input:focus-visible {
    border-color: rgba(249, 115, 22, 0.72);
    outline: 2px solid rgba(249, 115, 22, 0.22);
    outline-offset: 2px;
}

.player-rejoin-dialog__list {
    display: grid;
    gap: 8px;
    max-height: 360px;
    overflow-y: auto;
}

.player-rejoin-dialog__player {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.48);
    color: #f8fafc;
    text-align: left;
    cursor: pointer;
}

.player-rejoin-dialog__player:hover,
.player-rejoin-dialog__player:focus-visible,
.player-rejoin-dialog__player--selected {
    border-color: rgba(251, 146, 60, 0.62);
    background: rgba(251, 146, 60, 0.12);
    outline: none;
}

.player-rejoin-dialog__player span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.player-rejoin-dialog__player strong,
.player-rejoin-dialog__player small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player-rejoin-dialog__player small {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 800;
}

.player-rejoin-dialog__player em {
    flex: 0 0 auto;
    color: #fed7aa;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
}

.player-rejoin-dialog__qr {
    display: grid;
    align-content: start;
    gap: 12px;
}

.player-rejoin-dialog__qr h3 {
    margin: 0;
    color: #f8fafc;
    font-size: 1.15rem;
}

.player-rejoin-dialog__qr .admin-code-link {
    max-width: 100%;
    height: auto;
    min-height: 34px;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
}

.admin-modal--voice {
    grid-template-columns: minmax(0, 1fr);
    width: min(760px, 100%);
    max-height: min(88dvh, 820px);
    overflow-y: auto;
    border-color: rgba(249, 115, 22, 0.42);
}

.admin-modal--voice .admin-panel__header {
    margin-bottom: 4px;
}

.admin-voice-modal__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-modal--host-game-form {
    grid-template-columns: minmax(0, 1fr);
    width: min(760px, 100%);
    max-height: min(88dvh, 820px);
    overflow-y: auto;
    border-color: rgba(249, 115, 22, 0.42);
}

.admin-modal--host-game-form .admin-panel__header {
    margin-bottom: 4px;
}

.admin-modal--host-game-form .auth-button {
    margin-top: 0;
}

.admin-modal--tile-form {
    grid-template-columns: minmax(0, 1fr);
    width: min(720px, 100%);
    max-height: min(94dvh, 820px);
    overflow-y: auto;
    border-color: rgba(249, 115, 22, 0.42);
}

.admin-modal--tile-form .admin-panel__header {
    margin-bottom: 4px;
}

.admin-modal--tile-form .match-form {
    gap: 10px;
}

.admin-modal--tile-form .auth-button {
    margin-top: 0;
}

.admin-modal--match-form {
    grid-template-columns: minmax(0, 1fr);
    width: min(760px, 100%);
    max-height: min(94dvh, 820px);
    overflow-y: auto;
    border-color: rgba(249, 115, 22, 0.42);
}

.admin-modal--match-form .admin-panel__header {
    margin-bottom: 4px;
}

.admin-modal--match-form .auth-button {
    margin-top: 0;
}

.host-portal__qr-code {
    display: grid;
    place-items: center;
    width: 100%;
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: #ffffff;
}

.host-portal__qr-code svg {
    display: block;
    width: min(260px, 100%);
    height: auto;
}

.auth-button--danger {
    border-color: rgba(248, 113, 113, 0.72);
    background: #dc2626;
    color: #fff;
}

.auth-button--danger:hover,
.auth-button--danger:focus-visible {
    background: #b91c1c;
    color: #fff;
}

.status-pill {
    display: inline-flex !important;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 8px;
    font-size: 0.74rem !important;
    font-weight: 800;
    text-transform: uppercase;
}

.status-pill--draft,
.status-pill--archived {
    background: rgba(100, 116, 139, 0.28);
    color: #cbd5e1 !important;
}

.status-pill--scheduled {
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd !important;
}

.status-pill--live {
    background: rgba(34, 197, 94, 0.2);
    color: #86efac !important;
}

.status-pill--completed {
    background: rgba(139, 92, 246, 0.22);
    color: #c4b5fd !important;
}

.status-pill--cancelled {
    background: rgba(239, 68, 68, 0.2);
    color: #fecaca !important;
}

.status-toggle {
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
}

.admin-table td .status-toggle {
    margin-top: 0;
}

.status-toggle:hover,
.status-toggle:focus-visible {
    border-color: currentColor;
    box-shadow: 0 0 0 3px rgba(248, 250, 252, 0.12);
}

.status-toggle:focus-visible {
    outline: 2px solid rgba(251, 146, 60, 0.66);
    outline-offset: 3px;
}

.status-toggle:disabled {
    cursor: wait;
    opacity: 0.72;
}

.host-game-status-select {
    width: auto;
    min-width: 116px;
    border: 1px solid transparent;
    appearance: auto;
    background: #0b2b45;
    color: #ffffff !important;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
}

.host-game-status-select.status-pill--draft,
.host-game-status-select.status-pill--scheduled,
.host-game-status-select.status-pill--completed,
.host-game-status-select.status-pill--archived {
    background: #0b2b45;
    color: #ffffff !important;
}

.host-game-status-select.status-pill--live {
    background: #15803d;
    color: #ffffff !important;
}

.host-game-status-select option {
    background: #0b2b45;
    color: #ffffff;
}

.admin-table td .host-game-status-select {
    margin-top: 0;
}

.host-game-status-select:hover,
.host-game-status-select:focus-visible {
    border-color: currentColor;
    outline: 2px solid rgba(251, 146, 60, 0.66);
    outline-offset: 3px;
}

.host-game-status-select:disabled {
    cursor: wait;
    opacity: 0.72;
}

.match-form {
    display: grid;
    gap: 14px;
}

.match-form label {
    display: grid;
    gap: 7px;
}

.match-form__field {
    display: grid;
    gap: 7px;
}

.match-form label span,
.match-form__label {
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 700;
}

.match-form input,
.match-form select,
.flag-select__button {
    min-height: 44px;
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: #071421;
    color: #f8fafc;
    padding: 0 12px;
    font: inherit;
}

.match-form input[type="file"] {
    display: flex;
    align-items: center;
    padding: 10px 12px;
}

.match-form .auth-check input[type="checkbox"] {
    width: 16px;
    min-height: 16px;
    border-radius: 4px;
    padding: 0;
}

.match-form input:focus,
.match-form select:focus,
.flag-select__button:focus {
    outline: 2px solid rgba(249, 115, 22, 0.55);
    outline-offset: 2px;
}

.match-form__wide {
    grid-column: 1 / -1;
}

.match-form__url-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    gap: 8px;
    align-items: center;
}

.match-form__url-control input {
    min-width: 0;
}

.match-form__url-control .icon-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: #071421;
    color: #e2e8f0;
    cursor: pointer;
    text-decoration: none;
}

.match-form__url-control .icon-action-button:hover,
.match-form__url-control .icon-action-button:focus-visible {
    border-color: rgba(251, 146, 60, 0.65);
    color: #fb923c;
    outline: none;
}

.match-form__url-control .icon-action-button:disabled {
    border-color: rgba(148, 163, 184, 0.14);
    color: rgba(148, 163, 184, 0.42);
    cursor: not-allowed;
}

.form-help {
    color: #94a3b8;
    font-size: 0.82rem;
    line-height: 1.45;
}

.admin-voice-event-assets {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.34);
}

.admin-voice-event-assets__title {
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 700;
}

.admin-voice-event-assets__list {
    display: grid;
    gap: 8px;
}

.admin-voice-event-assets__item {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.admin-voice-event-assets__item strong {
    color: #f8fafc;
    overflow-wrap: anywhere;
}

.admin-voice-event-assets__item span {
    color: #94a3b8;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.flag-select {
    position: relative;
}

.flag-select__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    text-align: left;
}

.flag-select__button::after {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: rotate(45deg) translateY(-2px);
}

.flag-select__button img,
.flag-select__option img {
    width: 30px;
    height: 22px;
    flex: 0 0 30px;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(248, 250, 252, 0.18);
}

.flag-select__button span,
.flag-select__option span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flag-select__menu {
    position: absolute;
    inset: calc(100% + 6px) 0 auto;
    z-index: 20;
    display: grid;
    max-height: 260px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 8px;
    background: #071421;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.flag-select__option {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #f8fafc;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.flag-select__option:hover,
.flag-select__option[aria-selected="true"] {
    background: rgba(249, 115, 22, 0.16);
    color: #fed7aa;
}

.hero-background-thumb {
    width: 96px;
    height: 54px;
    border-radius: 8px;
    object-fit: cover;
    background: rgba(15, 23, 42, 0.76);
    box-shadow: 0 0 0 1px rgba(248, 250, 252, 0.16);
}

.tile-thumb {
    width: 76px;
    height: 76px;
    border-radius: 8px;
    object-fit: cover;
    background: rgba(15, 23, 42, 0.76);
    box-shadow: 0 0 0 1px rgba(248, 250, 252, 0.16);
}

.tile-preview-trigger {
    display: inline-flex;
    width: fit-content;
    border-radius: 8px;
    cursor: zoom-in;
}

.admin-table td .tile-preview-trigger {
    display: inline-flex;
    margin-top: 0;
    color: inherit;
    font-size: inherit;
}

.sponsor-preview-trigger {
    max-width: 112px;
}

.tile-preview-trigger:focus-visible {
    outline: 3px solid rgba(249, 115, 22, 0.54);
    outline-offset: 3px;
}

.tile-preview-popover {
    position: fixed;
    z-index: 80;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(2, 6, 23, 0.72);
    opacity: 0;
    pointer-events: none;
    transition: opacity 140ms ease;
}

.admin-table td .tile-preview-popover {
    display: grid;
    margin-top: 0;
    color: inherit;
    font-size: inherit;
}

.tile-preview-trigger:hover .tile-preview-popover,
.tile-preview-trigger:focus .tile-preview-popover,
.tile-preview-trigger:focus-within .tile-preview-popover {
    opacity: 1;
}

.tile-preview-popover__card {
    display: grid;
    gap: 10px;
    width: min(420px, calc(100vw - 48px));
    padding: 14px;
    border: 1px solid rgba(249, 115, 22, 0.52);
    border-radius: 8px;
    background: #071522;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.admin-table td .tile-preview-popover__card {
    display: grid;
    margin-top: 0;
}

.tile-preview-popover__card--sponsor {
    width: min(680px, calc(100vw - 48px));
}

.tile-preview-popover__card img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
}

.tile-preview-popover__card--sponsor img,
.tile-preview-popover__card--sponsor video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    background: #020617;
    object-fit: contain;
}

.admin-table td .tile-preview-popover__card strong,
.tile-preview-popover__card strong {
    color: #f8fafc;
    font-size: 1.05rem;
    line-height: 1.2;
}

.admin-table td .tile-preview-popover__card small,
.tile-preview-popover__card small {
    color: #fb923c;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-background-preview,
.hero-background-select__preview,
.tile-preview {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #071421;
}

.hero-background-preview img,
.tile-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
}

.tile-preview {
    position: relative;
}

.tile-preview img {
    aspect-ratio: 1 / 1;
}

.tile-preview--tile-form {
    width: min(160px, 100%);
    justify-self: center;
}

.tile-preview span {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 7px 8px;
    border-radius: 8px;
    background: rgba(6, 17, 27, 0.82);
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 900;
    text-align: center;
}

.hero-background-select {
    display: grid;
    gap: 10px;
}

.hero-background-select select {
    min-height: 44px;
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: #071421;
    color: #f8fafc;
    padding: 0 12px;
    font: inherit;
}

.hero-background-select__preview {
    position: relative;
}

.hero-background-select__preview img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 6;
    object-fit: cover;
}

.hero-background-select__preview span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    padding: 5px 8px;
    border-radius: 8px;
    background: rgba(6, 17, 27, 0.82);
    color: #f8fafc;
    font-size: 0.8rem;
    font-weight: 800;
}

.validation-message {
    color: #fecaca;
    font-size: 0.9rem;
}

@media (min-width: 860px) {
    .public-request {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
        align-items: center;
    }

    .public-request__panel h2 {
        font-size: 1.35rem;
        line-height: 1.2;
        overflow-wrap: normal;
    }

    .auth-page {
        grid-template-columns: 1fr 1.12fr;
        grid-template-rows: none;
        width: min(1120px, 100%);
        max-width: 1120px;
        min-height: 0;
        margin: 0 auto;
        border: 1px solid rgba(148, 163, 184, 0.26);
        border-radius: 8px;
        background:
            linear-gradient(90deg, rgba(6, 17, 27, 0.44), rgba(6, 17, 27, 0.76)),
            var(--event-bingo-atmosphere-background) center / cover no-repeat,
            rgba(148, 163, 184, 0.22);
        box-shadow: 0 26px 84px rgba(0, 0, 0, 0.34);
    }

    .auth-brand,
    .auth-panel {
        padding: 54px;
    }

    .auth-brand__logo {
        font-size: 1.7rem;
    }

    .auth-brand__logo > img {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .auth-brand h1,
    .auth-panel h2 {
        margin-top: 36px;
        font-size: clamp(2rem, 5vw, 3.2rem);
    }

    .auth-panel h2 {
        margin-top: 0;
    }

    .auth-brand p,
    .auth-panel p {
        line-height: 1.65;
    }

    .auth-feature-list {
        display: grid;
        gap: 18px;
        margin-top: 30px;
        overflow: visible;
    }

    .auth-feature-list div {
        gap: 4px;
        padding: 18px 0 0;
        border: 0;
        border-top: 1px solid rgba(148, 163, 184, 0.22);
        border-radius: 0;
        background: transparent;
    }

    .auth-feature-list strong {
        font-size: 1.1rem;
        line-height: normal;
    }

    .auth-feature-list span {
        font-size: 1rem;
        line-height: normal;
    }

    .auth-form {
        gap: 18px;
        margin-top: 28px;
    }

    .auth-form label {
        gap: 8px;
    }

    .auth-form input[type="email"],
    .auth-form input[type="password"],
    .auth-form input[type="text"],
    .auth-button {
        min-height: 52px;
        height: 52px;
    }

    .auth-alert {
        margin-top: 18px;
        padding: 12px 14px;
        font-size: 1rem;
        line-height: normal;
    }

    .admin-matches__header {
        flex-direction: row;
        align-items: center;
    }

    .admin-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .match-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .host-dashboard__grid {
        grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    }

    .host-dashboard__grid .host-panel--join {
        grid-row: span 2;
    }

    .host-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .host-panel--summary .host-metrics {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .host-live-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .host-panel--activity {
        grid-row: span 2;
    }
}

@media (min-width: 1180px) {
    .admin-matches__grid {
        grid-template-columns: minmax(0, 1.5fr) minmax(360px, 0.7fr);
        align-items: center;
    }

    .admin-site-status__grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.58fr);
        align-items: start;
    }

    .admin-voice__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
    }

    .admin-games .admin-matches__grid:not(.admin-matches__grid--single) {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    }

    .admin-matches__grid--single {
        grid-template-columns: minmax(0, 1fr);
    }

    .host-games .admin-matches__grid {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .host-dashboard {
        height: 100dvh;
        max-height: 100dvh;
        grid-template-rows: clamp(126px, 16dvh, 158px) minmax(0, 1fr) 116px 46px;
        gap: 10px;
        overflow: hidden;
    }

    .host-dashboard * {
        min-height: 0;
    }

    .host-hero {
        height: 100%;
        min-height: 0;
    }

    .host-hero__overlay {
        min-height: 100%;
        height: 100%;
        align-content: center;
        gap: 12px;
        padding: 16px 20px;
    }

    .host-hero__brand {
        width: fit-content;
        padding: 8px 12px;
        border: 1px solid rgba(148, 163, 184, 0.18);
        border-radius: 8px;
        background: rgba(7, 20, 33, 0.74);
    }

    .host-hero__brand span {
        font-size: 1.45rem;
    }

    .host-hero__brand small,
    .host-hero__kickoff span,
    .host-hero__status small {
        font-size: 0.68rem;
    }

    .host-hero__match {
        gap: 16px;
        padding-right: clamp(170px, 11vw, 220px);
    }

    .host-hero__team {
        gap: 12px;
    }

    .host-hero__team img {
        width: 58px;
        height: 40px;
        flex-basis: 58px;
        border-radius: 6px;
    }

    .host-hero__team strong {
        font-size: clamp(2.05rem, 3.7vw, 3.25rem);
    }

    .host-hero__versus-label {
        font-size: clamp(2.2rem, 4vw, 3.3rem);
    }

    .host-hero__meta {
        gap: 8px;
    }

    .host-hero__meta span {
        padding: 7px 10px;
        font-size: 0.88rem;
    }

    .host-hero__kickoff {
        max-width: 240px;
        padding: 6px 8px;
    }

    .host-hero__kickoff strong {
        font-size: 0.68rem;
    }

    .host-hero__status {
        right: 14px;
        bottom: 14px;
        width: max-content;
        max-width: 190px;
        padding: 10px 12px;
    }

    .host-hero__status strong {
        font-size: 1.15rem;
    }

    .host-dashboard__body {
        grid-template-columns: 280px repeat(4, minmax(0, 1fr));
        grid-template-rows: minmax(250px, 1fr) minmax(176px, 0.58fr);
        grid-template-areas:
            "join contenders contenders winners winners"
            "join claims claims activity activity";
        gap: 10px;
        overflow: hidden;
    }

    .host-dashboard__body--rolling {
        grid-template-columns: 280px minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr);
        grid-template-areas: "join rolling";
    }

    .host-dashboard__body--rolling .host-panel--join {
        grid-area: join;
    }

    .host-dashboard__body--rolling .host-rolling-stage {
        grid-area: rolling;
        min-height: 0;
        height: 100%;
    }

    .host-dashboard__body--rolling .host-rolling-card,
    .host-dashboard__body--rolling .host-panel--rolling {
        min-height: 0;
        height: 100%;
    }

    .host-panel {
        display: grid;
        align-content: start;
        overflow: hidden;
        padding: 12px;
    }

    .host-panel h2 {
        margin-bottom: 10px;
        font-size: 1rem;
        line-height: 1.1;
    }

    .host-panel__header {
        gap: 8px;
        margin-bottom: 8px;
    }

    .host-panel__header h2 {
        font-size: 0.98rem;
    }

    .host-panel__header > span,
    .host-panel__header-actions > span {
        min-height: 24px;
        padding: 0 8px;
        font-size: 0.68rem;
    }

    .host-panel__header-actions,
    .host-card-legend {
        gap: 6px;
    }

    .host-card-legend__item {
        gap: 6px;
        font-size: 0.66rem;
    }

    .host-card-swatch,
    .host-card-marker {
        width: 20px;
        height: 30px;
        border-radius: 4px;
    }

    .host-panel--join {
        grid-area: join;
        gap: 8px;
        align-content: stretch;
    }

    .host-panel--contenders {
        grid-area: contenders;
        grid-template-rows: auto minmax(0, 1fr);
        min-height: 0;
    }

    .host-panel--winners {
        grid-area: winners;
        grid-template-rows: auto minmax(0, 1fr);
        min-height: 0;
    }

    .host-panel--activity {
        grid-area: activity;
        grid-template-rows: auto minmax(0, 1fr);
        min-height: 0;
        align-content: start;
    }

    .host-panel--claims {
        grid-area: claims;
        grid-template-rows: auto auto minmax(0, 1fr);
        min-height: 0;
    }

    .host-panel--join .screen-intro__eyebrow {
        margin: 0;
        font-size: 0.68rem;
    }

    .host-panel--join p:not(.screen-intro__eyebrow) {
        line-height: 1.25;
    }

    .host-qr-code {
        width: min(calc(100% - 42px), 190px);
        padding: 10px;
    }

    .host-join-copy {
        width: min(calc(100% - 42px), 218px);
        gap: 7px;
        padding: 8px 0 6px;
    }

    .host-join-tip {
        font-size: 0.82rem;
    }

    .host-join-url {
        max-width: 218px;
        font-size: 0.8rem;
    }

    .host-compact-metrics {
        grid-template-columns: minmax(0, 0.72fr) minmax(92px, 1.28fr);
        gap: 8px;
    }

    .host-compact-metrics div {
        padding: 9px;
    }

    .host-compact-metrics span {
        font-size: 0.64rem;
    }

    .host-compact-metrics strong {
        font-size: 1.24rem;
    }

    .host-empty-state {
        min-height: 0;
        gap: 4px;
        padding: 10px;
        font-size: 1rem;
        line-height: 1.35;
    }

    .host-empty-state strong {
        font-size: 1.08rem;
    }

    .host-contender-list {
        gap: 0;
        overflow-y: auto;
    }

    .host-contender-list__empty,
    .host-contender-list__item {
        grid-template-columns: 22px 38px minmax(84px, 1fr) 58px minmax(116px, 0.95fr) minmax(112px, 1.15fr) 20px;
        gap: 8px;
        min-height: 50px;
        padding: 5px 6px;
        border-width: 0 0 1px;
        border-radius: 0;
        font-size: 1rem;
        background: transparent;
    }

    .host-contender-list__empty {
        grid-template-columns: auto 1fr;
        min-height: 34px;
    }

    .host-contender-list strong {
        font-size: 1rem;
    }

    .host-contender-list .host-contender-list__name {
        color: #f97316;
        font-size: 1.26rem;
    }

    .host-contender-list span {
        font-size: 0.72rem;
    }

    .host-player-avatar--contender {
        width: 38px;
        height: 38px;
    }

    .host-contender-list__main {
        display: contents;
    }

    .host-contender-list__points {
        width: 58px;
        min-height: 18px;
        padding: 2px 5px;
        font-size: 0.72rem;
    }

    .host-contender-list__rank {
        width: 20px;
        font-size: 0.72rem;
    }

    .host-contender-list__meta {
        font-size: 0.86rem;
        font-weight: 800;
        line-height: 1.15;
    }

    .host-contender-list__progress {
        height: 6px;
        min-width: 112px;
    }

    .host-contender-list .host-penalty-badge {
        min-height: 20px;
        padding: 3px 5px;
        font-size: 0.58rem;
    }

    .host-contender-list .host-penalty-badge::before {
        width: 6px;
        height: 10px;
        margin-right: 4px;
    }

    .host-contender-list .host-card-marker {
        width: 20px;
        height: 30px;
    }

    .host-activity-list {
        gap: 0;
        align-content: start;
        min-height: 0;
        overflow: auto;
    }

    .host-activity-list li {
        grid-template-columns: 42px minmax(0, 1fr) max-content;
        column-gap: 10px;
        row-gap: 7px;
        min-height: 48px;
        align-items: center;
        padding: 5px 0;
    }

    .host-player-avatar--activity {
        width: 36px;
        height: 36px;
    }

    .host-activity-list time {
        font-size: 0.68rem;
    }

    .host-activity-list__text {
        font-size: 0.86rem;
    }

    .host-activity-list .host-activity-list__player-name {
        font-size: 1.02rem;
    }

    .host-activity-list small {
        font-size: 0.72rem;
    }

    .host-claim-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .host-claim-summary div {
        gap: 4px;
        padding: 10px;
    }

    .host-claim-summary span {
        font-size: 0.64rem;
    }

    .host-claim-summary strong {
        font-size: 1.35rem;
    }

    .host-winner-list,
    .host-claim-list {
        gap: 6px;
        overflow: hidden;
    }

    .host-winner-list li,
    .host-claim-list__item {
        gap: 6px;
        padding: 6px 8px;
        font-size: 0.95rem;
    }

    .host-winner-list li {
        grid-template-columns: 36px minmax(0, 1fr) minmax(72px, auto);
        min-height: 48px;
    }

    .host-player-avatar--winner {
        width: 36px;
        height: 36px;
    }

    .host-winner-list__identity strong {
        font-size: 1.02rem;
    }

    .host-winner-list__identity span {
        font-size: 0.74rem;
    }

    .host-winner-list__identity time {
        font-size: 0.64rem;
    }

    .host-winner-list small,
    .host-claim-list__item small {
        font-size: 0.72rem;
    }

    .host-claim-list__item {
        grid-template-columns: minmax(0, 1fr) minmax(86px, 0.32fr) auto;
        column-gap: 10px;
        min-height: 48px;
        line-height: 1.1;
    }

    .host-panel--claims .host-claim-list {
        min-height: 0;
        overflow: auto;
    }

    .host-panel--winners .host-winner-list {
        align-content: start;
        min-height: 0;
        overflow: auto;
    }

    .host-panel--rolling .host-rolling-list-viewport .host-winner-list--rolling,
    .host-panel--rolling .host-rolling-list-viewport .host-claim-list--rolling {
        overflow: visible;
        overflow-x: visible;
        overflow-y: visible;
    }

    .host-claim-list__type {
        font-size: 0.9rem;
    }

    .host-claim-list__identity time {
        font-size: 0.64rem;
    }

    .host-player-avatar--claim {
        width: 36px;
        height: 36px;
    }

    .host-claim-list__player {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 8px;
    }

    .host-claim-list__item small {
        min-width: 70px;
        min-height: 20px;
        padding: 2px 5px;
        font-size: 0.58rem;
    }

    .host-claim-list__badges {
        flex-wrap: nowrap;
        gap: 5px;
    }

    .host-claim-list__badges .host-penalty-badge::before {
        width: 6px;
        height: 10px;
        margin-right: 4px;
    }

    .host-claim-list__badges .host-card-marker {
        width: 20px;
        height: 30px;
        align-self: center;
    }

    .host-claim-actions {
        gap: 6px;
    }

    .host-claim-actions button {
        min-height: 30px;
        font-size: 0.74rem;
    }

    .host-message {
        padding: 7px 8px;
        font-size: 0.76rem;
    }

    .host-ticker {
        min-height: 46px;
        padding: 0 12px;
        gap: 10px;
        font-size: 0.88rem;
    }

    .host-ticker__content {
        gap: 12px;
    }

    .host-sponsor-ticker {
        min-height: 116px;
        padding: 11px 16px;
        gap: 12px;
    }

    .host-sponsor-ticker__label {
        min-height: 84px;
        padding: 0 12px;
        font-size: 0.68rem;
    }

    .host-sponsor-ticker__item {
        min-width: 200px;
        max-width: clamp(340px, 34vw, 520px);
        height: 94px;
        padding: 10px 24px;
    }

    .host-pause-overlay__content {
        width: min(100% - 32px, 1320px);
    }

    .host-pause-sponsors {
        grid-template-columns: 160px 260px minmax(620px, 54vw) 260px 160px;
        gap: 20px;
        min-height: clamp(390px, 56vh, 620px);
    }

    .host-pause-sponsor-card {
        height: clamp(250px, 35vh, 410px);
    }

    .host-pause-sponsor-card--near {
        height: clamp(290px, 41vh, 470px);
    }

    .host-pause-sponsor-card--featured {
        height: clamp(400px, 57vh, 640px);
    }

    .host-live-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(320px, 0.85fr);
    }
}

@media (max-width: 720px) {
    .admin-modal--player-rejoin {
        width: min(100%, 520px);
        max-height: calc(100dvh - 28px);
        padding: 16px;
    }

    .player-rejoin-dialog__header {
        display: grid;
    }

    .player-rejoin-dialog__header .auth-button {
        width: 100%;
    }

    .player-rejoin-dialog__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .player-rejoin-dialog__list {
        max-height: 260px;
    }

    .public-site {
        align-items: end;
        padding: 24px;
        background:
            linear-gradient(180deg, rgba(6, 17, 27, 0.32), rgba(6, 17, 27, 0.98)),
            var(--event-bingo-atmosphere-background) center / cover no-repeat,
            #06111b;
    }

    .public-site h1,
    .public-site h2 {
        font-size: clamp(2.3rem, 15vw, 4rem);
    }

    .public-site--home .public-site__content {
        width: min(100%, calc(100vw - 48px));
    }

    .public-site__actions {
        gap: 12px;
    }

    .public-site__actions a {
        padding-inline: 12px;
    }

    .public-site__actions .public-site__action-primary::after {
        margin-left: 10px;
    }

    .public-site__actions .public-site__action-link {
        padding-inline: 0;
        font-size: 0.86rem;
    }

    .public-site__actions .public-site__action-link::after {
        margin-left: 6px;
    }

    .game-info-page {
        overflow-x: clip;
        padding: 18px;
    }

    .game-info-header {
        align-items: flex-start;
        margin-bottom: 38px;
    }

    .game-info-brand img {
        width: 28px;
        height: 28px;
    }

    .game-info-nav {
        justify-content: flex-start;
    }

    .game-info-nav a {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.86rem;
    }

    .game-info-hero {
        margin-bottom: 22px;
    }

    .game-info-hero h1 {
        font-size: clamp(2.6rem, 18vw, 4.4rem);
    }

    .game-info-section,
    .game-info-section--2,
    .game-info-section--3,
    .game-info-section--4 {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        gap: 26px;
        overflow: hidden;
        padding: 22px;
    }

    .game-info-section__visual {
        order: 2;
        display: grid;
        justify-items: center;
        width: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .game-info-section__content {
        order: 1;
    }

    .game-info-section__number {
        font-size: 3.25rem;
    }

    .game-info-section h2 {
        font-size: clamp(1.8rem, 10vw, 2.6rem);
    }

    .game-info-section__content > p:not(.game-info-section__number) {
        font-size: 1rem;
    }

    .game-info-device--macbook,
    .game-info-section--2 .game-info-device--macbook,
    .game-info-section--4 .game-info-device--macbook {
        width: min(100%, 374px);
        padding: 10px 10px 38px;
        border-radius: 14px 14px 8px 8px;
    }

    .game-info-device--macbook::after {
        right: -12px;
        left: -12px;
        height: 26px;
    }

    .game-info-device--macbook .game-info-device__screen::after {
        right: -12px;
        bottom: -30px;
        left: -12px;
        height: 26px;
        background:
            linear-gradient(90deg, transparent calc(50% - 32px), rgba(71, 85, 105, 0.55) calc(50% - 32px), rgba(71, 85, 105, 0.55) calc(50% + 32px), transparent calc(50% + 32px));
    }

    .game-info-device--iphone {
        width: min(42vw, 158px);
        padding: 8px;
        border-radius: 24px;
    }

    .game-info-device--iphone::before {
        top: 9px;
        width: 48px;
        height: 9px;
    }

    .game-info-device--iphone .game-info-device__screen {
        border-radius: 17px;
    }

    .game-info-section--1 .game-info-device--iphone {
        left: 0;
        width: min(34vw, 128px);
    }

    .game-info-section--1 .game-info-device--macbook {
        transform: none;
    }

    .game-info-section--3 .game-info-section__visual {
        gap: 18px;
    }

    .game-info-callouts {
        position: static;
        width: 100%;
        max-width: 374px;
        margin-top: 18px;
    }

    .game-info-callouts span {
        min-height: 38px;
        font-size: 0.88rem;
    }

    .admin-modal {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .admin-modal--qr {
        width: 100%;
    }

    .admin-modal__actions {
        display: grid;
    }

    .admin-modal__actions .auth-button {
        width: 100%;
    }

    .game-unavailable__dialog,
    .game-loading__dialog {
        padding: 30px 18px;
    }

    .game-unavailable__brand,
    .game-loading__brand {
        gap: 10px;
        margin-bottom: 20px;
    }

    .game-unavailable__divider,
    .game-loading__divider {
        width: 86%;
        margin-bottom: 28px;
    }

    .game-unavailable__note,
    .game-loading__note {
        align-items: flex-start;
        text-align: left;
    }

    .game-loading__spinner {
        width: 112px;
    }

    .game-unavailable__button {
        min-height: 58px;
    }

    .host-hero__overlay {
        padding: 22px;
    }

    .host-hero__kickoff {
        max-width: 100%;
    }

    .host-hero__status {
        position: static;
        width: fit-content;
    }

    .host-hero__match {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .host-hero__versus {
        transform: none;
    }

    .host-hero__team:last-child {
        justify-content: flex-start;
    }

    .host-hero__team img {
        width: 64px;
        height: 44px;
        flex-basis: 64px;
    }

    .host-claim-summary {
        grid-template-columns: 1fr;
    }

    .host-dashboard__body--rolling {
        grid-template-columns: minmax(0, 1fr);
    }

    .host-dashboard__body--rolling .host-panel--join,
    .host-rolling-stage,
    .host-panel--rolling {
        min-height: 0;
    }

    .host-winner-flag {
        top: 38%;
        width: clamp(72px, 28vw, 112px);
    }

    .host-winner-flag--home {
        left: 18px;
    }

    .host-winner-flag--away {
        right: 18px;
    }

    .host-sponsor-ticker {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
        gap: 6px;
        min-height: 72px;
    }

    .host-sponsor-ticker__label {
        justify-content: center;
        min-height: 24px;
    }

    .host-sponsor-ticker__track {
        gap: 8px;
    }

    .host-sponsor-ticker__item {
        min-width: 104px;
        max-width: 190px;
        height: 40px;
    }

    .host-score-pause-panel {
        padding: 12px;
    }

    .host-live-control-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .host-game-status-controls {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .host-game-status-button {
        width: 100%;
        padding-inline: 8px;
    }

    .host-pause-toggle {
        width: 100%;
    }

    .host-pause-overlay__content {
        width: calc(100% - 24px);
        gap: 14px;
    }

    .host-pause-sponsors {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        min-height: min(360px, 46vh);
        mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    }

    .host-pause-sponsor-card {
        display: none;
    }

    .host-pause-sponsor-card--featured {
        display: grid;
        height: min(340px, 44vh);
        animation: none;
        transform: scale(1.18);
    }

    .host-contender-list--rolling .host-contender-list__item {
        grid-template-columns: 34px 38px minmax(0, 1fr) 28px;
        min-height: 0;
        padding: 12px;
    }

    .host-contender-list--rolling .host-contender-list__progress {
        grid-column: 3 / -1;
    }

    .host-winner-list--rolling li {
        grid-template-columns: 60px minmax(0, 1fr) minmax(104px, 0.3fr) minmax(132px, auto);
        min-height: 54px;
        gap: 12px;
    }

    .host-winner-list--rolling .host-player-avatar--winner {
        width: 44px;
        height: 44px;
    }

    .host-winner-list--rolling small {
        font-size: clamp(1rem, 3vw, 1.35rem);
    }

    .host-winner-list--rolling .host-winner-list__type {
        font-size: clamp(1rem, 3vw, 1.35rem);
    }

    .host-claim-list--rolling .host-claim-list__item {
        grid-template-columns: minmax(0, 1fr) minmax(98px, 0.34fr) auto;
        min-height: 54px;
        gap: 12px;
    }

    .host-claim-list--rolling .host-claim-list__type {
        font-size: clamp(1rem, 3vw, 1.35rem);
    }

    .host-claim-list--rolling .host-player-avatar--claim {
        width: 44px;
        height: 44px;
    }

    .host-claim-list--rolling .host-claim-list__player {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px;
    }

    .host-activity-list--rolling li {
        grid-template-columns: 44px minmax(0, 1fr) max-content;
        min-height: 54px;
        gap: 8px;
    }

    .host-activity-list--rolling .host-player-avatar--activity {
        width: 44px;
        height: 44px;
    }

    .host-screen-settings__item {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .host-screen-settings__stepper {
        grid-column: 1 / -1;
        justify-content: start;
        width: 100%;
    }

    .host-ticker {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        padding: 12px;
        white-space: normal;
    }

    .host-ticker__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        width: 100%;
    }

    .host-ticker__actions {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .mobile-app-fullscreen {
        max-width: 100%;
        height: var(--app-viewport-height, 100dvh);
        min-height: var(--app-viewport-height, 100dvh);
        overflow: hidden;
        overscroll-behavior-x: none;
        touch-action: pan-y;
    }

    .mobile-app-fullscreen .mobile-page-shell {
        max-width: 100%;
        height: 100%;
        min-height: 0;
        overflow: hidden;
        overscroll-behavior-x: none;
        touch-action: pan-y;
        display: flex;
        flex-direction: column;
    }

    .mobile-app-fullscreen .mobile-scroll-area {
        flex: 1;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior-x: none;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-app-fullscreen .mobile-bottom-nav,
    .mobile-app-fullscreen .player-card__bottom-nav,
    .mobile-app-fullscreen .host-mobile-nav {
        flex-shrink: 0;
        padding-bottom: calc(10px + env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px));
    }

    .mobile-app-fullscreen .player-welcome,
    .mobile-app-fullscreen .player-name,
    .mobile-app-fullscreen .player-card,
    .mobile-app-fullscreen .player-card-placeholder,
    .mobile-app-fullscreen .host-mobile-shell,
    .mobile-app-fullscreen .host-control--gateway,
    .mobile-app-fullscreen .host-dashboard,
    .mobile-app-fullscreen .auth-page {
        width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0 auto;
        overflow: hidden;
        overscroll-behavior-x: none;
        touch-action: pan-y;
    }

    .mobile-app-fullscreen .player-welcome,
    .mobile-app-fullscreen .player-name {
        max-width: 430px;
    }

    .mobile-app-fullscreen .player-welcome__overlay,
    .mobile-app-fullscreen .player-name__overlay {
        height: 100%;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior-x: none;
        touch-action: pan-y;
        padding-top: max(clamp(12px, 2dvh, 18px), calc(env(safe-area-inset-top) + var(--app-visual-top-inset, 0px)));
        padding-bottom: max(clamp(12px, 2dvh, 18px), calc(env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px)));
        -webkit-overflow-scrolling: touch;
    }

    .mobile-app-fullscreen .player-name__overlay {
        grid-template-rows: auto auto auto auto auto auto;
        align-content: start;
        padding-bottom: max(clamp(12px, 2dvh, 18px), env(safe-area-inset-bottom));
    }

    .mobile-app-fullscreen .player-card,
    .mobile-app-fullscreen .player-card-placeholder {
        align-content: start;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior-x: none;
        touch-action: pan-y;
        padding-top: max(14px, calc(env(safe-area-inset-top) + var(--app-visual-top-inset, 0px)));
        padding-bottom: calc(94px + env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px));
        -webkit-overflow-scrolling: touch;
    }

    .mobile-app-fullscreen .player-card__bottom-nav {
        bottom: var(--app-visual-bottom-inset, 0px);
        right: 0;
        left: 0;
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 8px 8px 0 0;
        padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    }

    .mobile-app-fullscreen .player-card__bottom-nav-item {
        min-height: 54px;
    }

    .mobile-app-fullscreen .host-mobile-shell {
        max-width: 620px;
        overflow-y: auto;
        padding-top: max(12px, calc(env(safe-area-inset-top) + var(--app-visual-top-inset, 0px)));
        padding-bottom: calc(92px + env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px));
        -webkit-overflow-scrolling: touch;
    }

    .mobile-app-fullscreen .host-mobile-header {
        align-items: center;
        padding: 12px;
    }

    .mobile-app-fullscreen .host-mobile-header h1 {
        font-size: 1.28rem;
    }

    .mobile-app-fullscreen .host-mobile-header .screen-intro__eyebrow {
        margin-bottom: 4px !important;
    }

    .mobile-app-fullscreen .host-mobile-section,
    .mobile-app-fullscreen .host-mobile-claim-detail {
        box-shadow: none;
    }

    .mobile-app-fullscreen .host-mobile-actions {
        bottom: calc(76px + env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px));
    }

    .mobile-app-fullscreen .host-mobile-account-sheet {
        bottom: calc(82px + env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px));
        padding-bottom: calc(10px + env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px));
    }

    .mobile-app-fullscreen .host-mobile-nav {
        bottom: var(--app-visual-bottom-inset, 0px);
        right: 0;
        left: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 8px 8px 0 0;
        padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    }

    .mobile-app-fullscreen .host-control--gateway {
        overflow-y: auto;
        padding-top: max(14px, calc(env(safe-area-inset-top) + var(--app-visual-top-inset, 0px)));
        padding-bottom: max(20px, calc(env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px)));
        -webkit-overflow-scrolling: touch;
    }

    .mobile-app-fullscreen .host-control--gateway .host-control__header {
        align-items: center;
        padding: 14px;
    }

    .mobile-app-fullscreen .host-control--gateway .host-control__header h1 {
        font-size: 1.45rem;
    }

    .mobile-app-fullscreen .host-dashboard {
        overflow-y: auto;
        gap: 12px;
        padding-bottom: calc(env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px));
        -webkit-overflow-scrolling: touch;
    }

    .mobile-app-fullscreen .host-dashboard__body {
        gap: 12px;
    }

    .mobile-app-fullscreen .host-panel {
        padding: 14px;
    }

    .mobile-app-fullscreen .auth-page {
        min-height: 100%;
        overflow-y: auto;
        padding:
            max(18px, calc(env(safe-area-inset-top) + var(--app-visual-top-inset, 0px)))
            18px
            max(18px, calc(env(safe-area-inset-bottom) + var(--app-visual-bottom-inset, 0px)));
        -webkit-overflow-scrolling: touch;
    }
}

@supports not (height: 100dvh) {
    @media (max-width: 768px) {
        body:has(.mobile-app-fullscreen),
        #app:has(.mobile-app-fullscreen),
        .mobile-app-fullscreen {
            height: calc(var(--app-vh, 1vh) * 100);
            min-height: calc(var(--app-vh, 1vh) * 100);
        }
    }
}
.player-app-home,
.player-qr {
    min-height: calc(var(--app-vh, 1vh) * 100);
    display: flex;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 12%, rgba(255, 122, 24, 0.12), transparent 28rem),
        #06111b;
    color: #f8fafc;
    padding: 1rem;
}

.player-app-home__shell,
.player-qr__shell {
    width: min(100%, 25rem);
    min-height: calc(var(--app-vh, 1vh) * 100 - 2rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.player-app-home__header,
.player-qr__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3rem;
}

.player-app-home__home-link {
    color: #ffb077;
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.player-app-home__home-link:hover,
.player-app-home__home-link:focus-visible {
    color: #ff7a18;
}

.player-app-home__brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    min-width: 0;
}

.player-app-home__brand img {
    width: 1.65rem;
    height: 1.65rem;
    object-fit: contain;
}

.player-app-home__brand strong,
.player-qr__header strong {
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
}

.player-app-home__brand span {
    color: #ff7a18;
}

.player-qr__header a {
    color: #ff7a18;
    font-weight: 800;
    text-decoration: none;
}

.player-app-home__hero,
.player-app-home__status,
.player-app-home__last-game,
.player-qr__panel,
.player-qr__confirm,
.player-qr__scanner {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(8, 22, 35, 0.86);
    border-radius: 0.5rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.34);
}

.player-app-home__hero,
.player-qr__panel,
.player-qr__confirm,
.player-qr__scanner {
    padding: 1.25rem;
}

.player-app-home__hero h1,
.player-qr__panel h1,
.player-qr__scanner h1,
.player-qr__confirm h1 {
    margin: 0.25rem 0 0.5rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.player-app-home__hero p,
.player-qr__panel p,
.player-qr__scanner p,
.player-qr__confirm p {
    margin: 0;
    color: #cbd5e1;
    font-weight: 700;
}

.player-app-home__primary,
.player-app-home__hero button,
.player-qr__panel button,
.player-qr__manual button,
.player-qr__confirm button {
    width: 100%;
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    border: 0;
    border-radius: 0.45rem;
    background: linear-gradient(180deg, #ff8a2a, #ff7417);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.player-app-home__secondary,
.player-qr__secondary {
    background: rgba(255, 122, 24, 0.16) !important;
    color: #ffb077 !important;
}

.player-app-home__status,
.player-app-home__last-game {
    padding: 0.9rem 1rem;
}

.player-app-home__status span {
    color: #cbd5e1;
    font-weight: 800;
}

.player-app-home__last-game {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.player-app-home__last-game span,
.player-app-home__last-game small,
.player-qr__confirm dt {
    display: block;
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.player-app-home__last-game strong,
.player-qr__confirm dd {
    margin: 0;
    color: #f8fafc;
    font-weight: 900;
}

.player-app-home__last-game a {
    color: #ff7a18;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.player-app-home__footer {
    margin-top: auto;
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 800;
}

.player-qr__panel label,
.player-qr__manual label {
    display: grid;
    gap: 0.35rem;
    margin-top: 1rem;
}

.player-qr__panel label span,
.player-qr__manual label span {
    color: #cbd5e1;
    font-size: 0.85rem;
    font-weight: 900;
}

.player-qr__panel input,
.player-qr__manual input {
    min-height: 3rem;
    border: 2px solid #ff7a18;
    border-radius: 0.45rem;
    background: #06111b;
    color: #f8fafc;
    padding: 0 0.8rem;
    font-weight: 800;
}

.player-qr__camera {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #02070c;
}

.player-qr__camera video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-qr__frame {
    position: absolute;
    inset: 18%;
    border: 0.2rem solid rgba(255, 122, 24, 0.92);
    border-radius: 0.7rem;
    box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.34);
}

.player-qr__scanner small {
    display: block;
    margin-top: 0.35rem;
    color: #94a3b8;
    font-weight: 800;
}

.player-qr__manual {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.player-qr__match,
.player-qr__confirm dl {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.75rem;
    align-items: center;
    margin: 1rem 0;
}

.player-qr__match span,
.player-qr__match strong {
    font-weight: 900;
    text-align: center;
}

.player-qr__match strong {
    color: #ff7a18;
}

.player-qr__confirm dl {
    grid-template-columns: 1fr 1fr;
}

.player-qr__confirm dl div {
    padding: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.45rem;
}

.player-qr__error {
    margin-top: 1rem;
    padding: 0.75rem;
    border: 1px solid rgba(248, 113, 113, 0.5);
    border-radius: 0.45rem;
    background: rgba(127, 29, 29, 0.35);
    color: #fecaca;
    font-weight: 800;
}

.app-install-tip {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.58);
}

.app-install-tip__dialog {
    width: min(100%, 24rem);
    padding: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 0.55rem;
    background: rgba(8, 22, 35, 0.97);
    color: #f8fafc;
    text-align: center;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.55);
}

.app-install-tip__icon,
.app-install-tip ol span,
.app-install-tip ol em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.app-install-tip__icon {
    width: 2.4rem;
    height: 2.4rem;
    border: 2px solid #ff7a18;
    border-radius: 50%;
    color: #ff7a18;
    font-weight: 900;
}

.app-install-tip h2 {
    margin: 0.75rem 0 0.5rem;
    font-size: 1.45rem;
    font-weight: 900;
}

.app-install-tip p {
    margin: 0;
    color: #e2e8f0;
    font-weight: 700;
}

.app-install-tip ol {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    list-style: none;
}

.app-install-tip li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
    align-items: center;
    text-align: left;
}

.app-install-tip ol span {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #ff7a18;
    color: #fff;
    font-weight: 900;
}

.app-install-tip ol em {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 0.4rem;
    color: #ffb077;
    font-style: normal;
    font-weight: 900;
}

.app-install-tip button {
    width: 100%;
    min-height: 2.8rem;
    border: 0;
    border-radius: 0.45rem;
    background: linear-gradient(180deg, #ff8a2a, #ff7417);
    color: #fff;
    font-weight: 900;
}

.app-install-tip__close {
    margin-top: 0.5rem;
    background: transparent !important;
    color: #ffb077 !important;
}
