/* DenFur TV homepage layout (extracted from index.php) */
:root {
    --df-skyline: url('/assets/denfur/denver-skyline.webp');
    --df-poster: url('/assets/denfur/Denfur26banner1-1024x342.png');
}
* { box-sizing: border-box; }
html { background: #080c16; min-height: 100%; }
body {
    margin: 0;
    min-height: 100%;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #080c16;
    background-image:
        linear-gradient(180deg, rgba(8, 12, 22, .68) 0%, rgba(8, 12, 22, .78) 45%, rgba(8, 12, 22, .88) 100%),
        var(--df-skyline);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a { color: inherit; }
@keyframes introVeil {
    0%, 62% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}
@keyframes introMark {
    0% { opacity: 0; transform: translateY(18px) scale(.98); }
    36%, 70% { opacity: 1; transform: translateY(0) scale(1); }
    100% { opacity: 0; transform: translateY(-12px) scale(1.01); }
}
@keyframes revealUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes menuDrop {
    from { opacity: 0; transform: translateY(-8px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes posterDrift {
    from { transform: scale(1.02); }
    to { transform: scale(1.08); }
}
@keyframes dfPulse {
    0% { box-shadow: 0 0 0 0 rgba(239,68,68,.45); opacity: 1; }
    70% { box-shadow: 0 0 0 6px rgba(239,68,68,0); opacity: .85; }
    100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); opacity: 1; }
}
.site-intro {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(8, 12, 22,.82), rgba(8, 12, 22,.96)),
        var(--df-poster) center / cover;
    color: #fff;
    pointer-events: none !important;
    animation: introVeil 2.3s ease forwards;
}
@media (prefers-reduced-motion: reduce) {
    .site-intro { display: none !important; }
}
.site-intro-inner {
    display: grid;
    justify-items: center;
    gap: 14px;
    text-align: center;
    animation: introMark 2.3s ease forwards;
}
.site-intro img {
    width: min(360px, 72vw);
    max-height: 96px;
    object-fit: contain;
    filter: drop-shadow(0 10px 26px rgba(0,0,0,.45));
}
.site-intro strong {
    color: var(--purple-2);
    font-size: .82rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.site-intro span {
    display: block;
    font-size: clamp(2.8rem, 10vw, 7.4rem);
    line-height: .88;
    font-weight: 950;
}
.stage {
    width: min(1540px, 100%);
    margin: 0 auto;
    padding-top: 20px;
    background: rgba(12, 18, 32, .82);
    min-height: 100vh;
    animation: revealUp .7s ease .25s both;
    box-shadow: 0 0 0 1px rgba(49, 89, 104, .18);
    backdrop-filter: blur(2px);
}
.actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.top-bar {
    position: sticky;
    top: 0;
    z-index: 10040;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
    padding: 8px 20px;
    padding-right: 72px;
    background: linear-gradient(90deg, rgba(14, 20, 34, .98), rgba(26, 39, 64, .97));
    border-bottom: 1px solid rgba(143, 164, 200,.18);
    color: var(--ink-soft);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.top-bar-left, .top-bar-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    min-width: 0;
}
.top-bar a {
    color: var(--purple-2);
    text-decoration: none;
    font-weight: 900;
}
.top-bar a:hover { text-decoration: underline; }
.top-bar .dot {
    opacity: .45;
    user-select: none;
}
.top-bar .live-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 9px;
    border-radius: 99px;
    border: 1px solid rgba(34,197,94,.35);
    background: rgba(34,197,94,.12);
    color: #86efac;
    font-size: .7rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.top-bar .live-pill i {
    font-size: .55rem;
    color: #ef4444;
    animation: dfPulse 1.5s ease infinite;
}
.search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px 20px 16px;
    padding-right: 72px;
    border-bottom: 1px solid rgba(143, 164, 200,.12);
    background: rgba(12, 18, 32, .35);
    animation: revealUp .55s ease .35s both;
}
.brand-lockup {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.logo-chip {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    text-decoration: none;
}
.logo-chip img {
    max-height: 52px;
    width: 184px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 9px rgba(143, 164, 200,.20));
}
.waterwolf-chip {
    min-height: 54px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.waterwolf-chip img {
    width: 170px;
    max-width: 22vw;
    max-height: 38px;
    object-fit: contain;
    filter: drop-shadow(0 4px 9px rgba(143, 164, 200,.18));
}
.desktop-nav { display: none !important; }
/* Menu chrome provided by /assets/denfur/site-nav.css (fixed top-right) */
.portal-banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin: 8px 20px 4px;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(125, 211, 252, .42);
    background:
        linear-gradient(120deg, rgba(61, 95, 154, .58), rgba(14, 22, 40, .92) 55%, rgba(8, 12, 22, .96)),
        radial-gradient(90% 140% at 0% 50%, rgba(167, 139, 250, .18), transparent 50%),
        radial-gradient(80% 120% at 100% 0%, rgba(125, 211, 252, .28), transparent 55%);
    background-size: 200% 200%, 100% 100%, 100% 100%;
    box-shadow:
        0 14px 36px rgba(0, 0, 0, .35),
        0 0 24px rgba(61, 95, 154, .22),
        inset 0 1px 0 rgba(255, 255, 255, .1);
    text-decoration: none;
    color: #f1f5f9;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease, background-position .4s ease;
    animation: revealUp .65s ease .35s both;
}
.portal-banner > * {
    position: relative;
    z-index: 2;
}
/* Sweeping shimmer — idle until hover */
.portal-banner::before {
    content: "";
    position: absolute;
    inset: -40% -60%;
    z-index: 1;
    background: linear-gradient(
        105deg,
        transparent 35%,
        rgba(255, 255, 255, .06) 42%,
        rgba(186, 230, 253, .38) 50%,
        rgba(255, 255, 255, .08) 58%,
        transparent 65%
    );
    transform: translateX(-55%) rotate(8deg);
    opacity: 0;
    animation: none;
    pointer-events: none;
}
/* Twinkling sparkles — idle until hover */
.portal-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: .22;
    background:
        radial-gradient(circle at 12% 30%, rgba(255, 255, 255, .95) 0 1.2px, transparent 2.2px),
        radial-gradient(circle at 28% 70%, rgba(186, 230, 253, .9) 0 1px, transparent 2px),
        radial-gradient(circle at 46% 22%, rgba(255, 255, 255, .85) 0 1.4px, transparent 2.4px),
        radial-gradient(circle at 63% 78%, rgba(196, 181, 253, .9) 0 1px, transparent 2px),
        radial-gradient(circle at 78% 34%, rgba(255, 255, 255, .95) 0 1.2px, transparent 2.2px),
        radial-gradient(circle at 88% 62%, rgba(125, 211, 252, .95) 0 1.3px, transparent 2.3px),
        radial-gradient(circle at 18% 48%, rgba(255, 255, 255, .7) 0 .8px, transparent 1.6px),
        radial-gradient(circle at 54% 55%, rgba(255, 255, 255, .75) 0 .9px, transparent 1.8px);
    animation: none;
}
.portal-banner:hover {
    transform: translateY(-1px);
    border-color: rgba(186, 230, 253, .75);
    background-position: 100% 50%, 0 0, 0 0;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .4),
        0 0 36px rgba(96, 165, 250, .35),
        0 0 18px rgba(167, 139, 250, .2),
        inset 0 1px 0 rgba(255, 255, 255, .14);
}
.portal-banner:hover::before {
    animation: portalBannerShimmer 1.8s ease-in-out infinite;
}
.portal-banner:hover::after {
    animation: portalBannerSparkle 2.4s ease-in-out infinite;
}
.portal-banner-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(125, 211, 252, .18);
    border: 1px solid rgba(186, 230, 253, .45);
    color: #bae6fd;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 0 16px rgba(125, 211, 252, .25);
    animation: none;
    transition: box-shadow .2s ease;
}
.portal-banner:hover .portal-banner-kicker {
    animation: portalBannerKickerPulse 2.2s ease-in-out infinite;
}
.portal-banner-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}
.portal-banner-copy strong {
    font-size: 1.2rem;
    font-weight: 950;
    letter-spacing: .01em;
    background: linear-gradient(90deg, #fff 0%, #bae6fd 40%, #e9d5ff 70%, #fff 100%);
    background-size: 200% 100%;
    background-position: 50% 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: none;
}
.portal-banner:hover .portal-banner-copy strong {
    animation: portalBannerTitleShine 4.5s linear infinite;
}
.portal-banner-copy span {
    color: rgba(226, 232, 240, .88);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 0 18px rgba(125, 211, 252, .18);
}
.portal-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid rgba(186, 230, 253, .35);
    background: linear-gradient(145deg, #5b86c7, #3d5f9a 55%, #2f4d82);
    color: #fff;
    font-weight: 950;
    font-size: .92rem;
    white-space: nowrap;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, .28),
        0 0 18px rgba(125, 211, 252, .22);
    animation: none;
    transition: background .15s ease, box-shadow .2s ease;
}
.portal-banner:hover .portal-banner-cta {
    background: linear-gradient(145deg, #6b96d6, #4a72b5 55%, #3d5f9a);
    animation: portalBannerCtaGlow 2.8s ease-in-out infinite;
}
@keyframes portalBannerShimmer {
    0%, 18% { transform: translateX(-55%) rotate(8deg); opacity: 0; }
    30% { opacity: 1; }
    55% { transform: translateX(55%) rotate(8deg); opacity: .85; }
    70%, 100% { transform: translateX(70%) rotate(8deg); opacity: 0; }
}
@keyframes portalBannerSparkle {
    0%, 100% { opacity: .35; filter: blur(0); }
    40% { opacity: 1; filter: blur(.2px); }
    70% { opacity: .55; }
}
@keyframes portalBannerGlow {
    0%, 100% {
        box-shadow:
            0 14px 36px rgba(0, 0, 0, .35),
            0 0 18px rgba(61, 95, 154, .18),
            inset 0 1px 0 rgba(255, 255, 255, .1);
    }
    50% {
        box-shadow:
            0 16px 40px rgba(0, 0, 0, .38),
            0 0 32px rgba(96, 165, 250, .34),
            0 0 14px rgba(167, 139, 250, .2),
            inset 0 1px 0 rgba(255, 255, 255, .14);
    }
}
@keyframes portalBannerShift {
    0%, 100% { background-position: 0% 50%, 0 0, 0 0; }
    50% { background-position: 100% 50%, 0 0, 0 0; }
}
@keyframes portalBannerTitleShine {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}
@keyframes portalBannerKickerPulse {
    0%, 100% { box-shadow: 0 0 10px rgba(125, 211, 252, .18); }
    50% { box-shadow: 0 0 20px rgba(186, 230, 253, .4); }
}
@keyframes portalBannerCtaGlow {
    0%, 100% { box-shadow: 0 8px 20px rgba(0, 0, 0, .28), 0 0 12px rgba(125, 211, 252, .16); }
    50% { box-shadow: 0 8px 22px rgba(0, 0, 0, .3), 0 0 22px rgba(186, 230, 253, .35); }
}
@media (prefers-reduced-motion: reduce) {
    .portal-banner,
    .portal-banner::before,
    .portal-banner::after,
    .portal-banner-kicker,
    .portal-banner-copy strong,
    .portal-banner-cta {
        animation: none !important;
    }
    .portal-banner-copy strong {
        color: #fff;
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
    }
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .84fr);
    gap: 32px;
    padding: 8px 20px 20px;
}
.player-column { min-width: 0; }
.player-shell {
    position: relative;
    background:
        radial-gradient(120% 80% at 50% 0%, rgba(96, 120, 180, .18), transparent 55%),
        #070b14;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(168, 190, 230, .22);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, .35),
        0 18px 42px rgba(0, 0, 0, .48),
        inset 0 1px 0 rgba(255, 255, 255, .06);
    animation: revealUp .7s ease .45s both;
}
.player-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
    z-index: 2;
}
.player-shell video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #05080f;
}
.player-live-chip {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px 7px 10px;
    border-radius: 999px;
    background: rgba(8, 10, 18, .78);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fecaca;
    font-size: .82rem;
    font-weight: 950;
    letter-spacing: .03em;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .28);
    pointer-events: none;
}
.player-live-chip.is-live {
    color: #ffffff;
    border-color: rgba(255, 59, 59, .55);
    background: rgba(28, 6, 10, .82);
    box-shadow:
        0 8px 18px rgba(0, 0, 0, .3),
        0 0 0 1px rgba(255, 59, 59, .12),
        0 0 18px rgba(255, 40, 40, .18);
}
.player-live-chip.is-offline {
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, .28);
}
.player-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
    flex: 0 0 auto;
}
.player-live-chip.is-live .player-live-dot {
    background: #ff2d2d;
    box-shadow: 0 0 0 0 rgba(255, 45, 45, .55);
    animation: dfPulse 1.5s ease infinite;
}
.player-chat-latest {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    bottom: auto;
    z-index: 4;
    width: 70%;
    max-width: 70%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(8, 12, 22, .62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .28);
    pointer-events: none;
    color: #f1f5f9;
    min-width: 0;
}
.player-chat-latest[hidden] {
    display: none !important;
}
.player-chat-latest-kicker {
    flex: 0 0 auto;
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(125, 211, 252, .85);
}
.player-chat-latest-body {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
}
.player-chat-latest-body strong {
    flex: 0 1 auto;
    font-size: .78rem;
    font-weight: 850;
    color: rgba(255, 255, 255, .92);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 42%;
}
.player-chat-latest-body strong::after {
    content: ':';
}
.player-chat-latest-body span {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .78rem;
    font-weight: 650;
    line-height: 1.25;
    color: rgba(226, 232, 240, .9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}
.player-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    background:
        linear-gradient(180deg, rgba(5, 10, 20, .18), rgba(5, 10, 20, .42)),
        radial-gradient(70% 60% at 50% 45%, rgba(80, 110, 180, .12), transparent 70%);
    cursor: pointer;
    transition: opacity .16s ease, visibility .16s ease;
}
.player-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.play-orb {
    width: clamp(74px, 10vw, 116px);
    height: clamp(74px, 10vw, 116px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(9, 25, 35, .78);
    display: grid;
    place-items: center;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    cursor: pointer;
    transition: transform .15s ease, background .15s ease;
}
.play-orb:hover {
    transform: scale(1.04);
    background: rgba(14, 36, 52, .88);
}
.play-orb::before {
    content: "";
    margin-left: 9px;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 42px solid white;
}
.custom-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    margin-top: 10px;
    padding: 12px 14px 13px;
    border-radius: 12px;
    border: 1px solid rgba(168, 190, 230, .16);
    background:
        linear-gradient(180deg, rgba(36, 48, 72, .92), rgba(18, 26, 42, .96));
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}
.control-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    font-weight: 900;
    font-size: .86rem;
}
.control-left,
.control-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 1 auto;
    min-width: 0;
}
.control-left { flex: 1 1 auto; }
.player-control {
    flex: 0 0 auto;
    min-width: 42px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(143, 164, 200,.24);
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font: inherit;
    font-weight: 950;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .15s ease, border-color .15s ease, transform .12s ease;
}
.player-control:hover:not(:disabled) {
    background: rgba(255,255,255,.14);
    border-color: rgba(168, 190, 230, .4);
}
.player-control:disabled {
    cursor: not-allowed;
    opacity: .52;
}
.player-control-icon {
    width: 42px;
    min-width: 42px;
    padding: 0;
    font-size: 1rem;
}
.player-control-resync {
    padding: 0 14px;
    font-size: .82rem;
    letter-spacing: .02em;
}
.player-control-resync i {
    font-size: .92rem;
    opacity: .95;
}
.volume-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
    max-width: 280px;
    padding: 4px 10px 4px 4px;
    border-radius: 999px;
    border: 1px solid rgba(143, 164, 200, .2);
    background: rgba(0, 0, 0, .28);
}
.volume-wrap .player-control {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    border-color: transparent;
    background: rgba(255,255,255,.06);
}
.volume-slider-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}
.volume-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8fa4c8 0%, #8fa4c8 var(--vol, 15%), rgba(229,248,252,.18) var(--vol, 15%));
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    flex: 1 1 auto;
    min-width: 72px;
}
.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f8fafc;
    border: 2px solid #3d5f9a;
    box-shadow: 0 1px 6px rgba(0,0,0,.4);
    cursor: pointer;
}
.volume-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f8fafc;
    border: 2px solid #3d5f9a;
    box-shadow: 0 1px 6px rgba(0,0,0,.4);
    cursor: pointer;
}
.volume-slider:disabled {
    opacity: .5;
    cursor: not-allowed;
}
.volume-pct {
    flex: 0 0 auto;
    min-width: 2.6em;
    color: rgba(255,255,255,.88);
    font-size: .78rem;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
    text-align: right;
}
.progress-row,
.progress-wrap,
.progress,
.player-time {
    display: none !important;
}
.player-title {
    margin: 20px 0 12px;
    max-width: 760px;
}
.player-title h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.viewer-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 10px;
    padding: 5px 12px;
    border-radius: 99px;
    border: 1px solid rgba(143, 164, 200,.28);
    background: rgba(0,0,0,.35);
    color: #b8c4dc;
    font-size: .84rem;
    font-weight: 950;
    letter-spacing: .04em;
    vertical-align: middle;
    text-transform: none;
}
.viewer-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
    flex: 0 0 auto;
}
.viewer-badge.is-live {
    border-color: rgba(255, 45, 45, .65);
    background: rgba(70, 8, 14, .55);
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    box-shadow: 0 0 0 1px rgba(255, 45, 45, .12), 0 6px 16px rgba(120, 0, 0, .22);
}
.viewer-badge.is-live .viewer-badge-dot {
    background: #ff2d2d;
    box-shadow: 0 0 0 0 rgba(255, 45, 45, .55);
    animation: dfPulse 1.5s ease infinite;
}
.viewer-badge.is-offline {
    border-color: rgba(148,163,184,.3);
    color: #94a3b8;
}

.player-title p {
    margin: 8px 0 0;
    color: var(--ink-soft);
    font-size: .98rem;
    line-height: 1.45;
    font-weight: 700;
}
.live-chat {
    margin-top: 22px;
    border: 2px solid rgba(143, 164, 200,.28);
    background: rgba(21, 29, 46,.90);
    animation: revealUp .7s ease .62s both;
}
.chat-head {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px;
    border-bottom: 2px solid rgba(143, 164, 200,.18);
    background: rgba(61, 95, 154,.10);
}
.chat-head strong {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.1;
}
.chat-count {
    color: var(--ink-soft);
    font-size: .82rem;
    font-weight: 900;
    white-space: nowrap;
}
.chat-userline {
    display: none;
    padding: 9px 14px;
    border-bottom: 2px solid rgba(143, 164, 200,.14);
    color: var(--ink-soft);
    font-size: .84rem;
    font-weight: 850;
}
.live-chat.joined .chat-userline {
    display: block;
}
.chat-feed {
    display: grid;
    gap: 12px;
    min-height: 420px;
    max-height: 540px;
    overflow: auto;
    padding: 16px;
}
.chat-notice {
    padding: 10px 12px;
    border: 2px solid rgba(143, 164, 200,.20);
    border-radius: 6px;
    background: rgba(61, 95, 154,.10);
    color: var(--ink);
    font-size: .88rem;
    font-weight: 850;
    line-height: 1.35;
}
.chat-inline-error {
    display: none;
    padding: 0 16px 14px;
    color: #ffb7c5;
    font-size: .84rem;
    font-weight: 900;
}
.chat-inline-error.show {
    display: block;
}
.chat-locked {
    padding: 14px 16px 16px;
    border-top: 2px solid rgba(143, 164, 200,.18);
    display: grid;
    gap: 10px;
}
.chat-locked p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .88rem;
    line-height: 1.35;
    font-weight: 750;
}
.join-chat-btn {
    width: fit-content;
    min-height: 40px;
    border: 0;
    border-radius: 4px;
    padding: 0 16px;
    background: var(--purple);
    color: #fff;
    font: inherit;
    font-weight: 950;
}
.chat-message {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
}
.chat-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--chrome);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    font-size: .78rem;
}
.chat-bubble {
    min-width: 0;
    padding: 11px 13px;
    border-radius: 6px;
    background: rgba(255,255,255,.06);
    box-shadow: 0 1px 0 rgba(143, 164, 200,.10);
}
.chat-bubble strong {
    display: inline;
    color: var(--ink);
    font-size: .86rem;
}
.chat-bubble span {
    color: var(--ink-soft);
    font-size: .88rem;
    line-height: 1.35;
}
.chat-form {
    display: none;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px 16px 16px;
    border-top: 2px solid rgba(143, 164, 200,.18);
}
.live-chat.joined .chat-form {
    display: grid;
}
.live-chat.joined .chat-locked {
    display: none;
}
.chat-form input {
    min-width: 0;
    height: 42px;
    border: 0;
    border-radius: 4px;
    padding: 0 12px;
    color: var(--ink);
    background: rgba(255,255,255,.08);
    font: inherit;
    font-weight: 700;
    outline: 2px solid transparent;
}
.chat-form input:focus {
    outline-color: rgba(143, 164, 200,.48);
}
.chat-form button {
    height: 42px;
    border: 0;
    border-radius: 4px;
    padding: 0 18px;
    background: var(--purple);
    color: #fff;
    font: inherit;
    font-weight: 950;
}
.chat-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(8,18,26,.62);
}
.chat-modal.open {
    display: flex;
}
.chat-modal-card {
    width: min(520px, 100%);
    border: 2px solid rgba(143, 164, 200,.30);
    background: var(--panel);
    box-shadow: 0 22px 60px rgba(0,0,0,.32);
}
.chat-modal-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    background: var(--chrome);
    color: #fff;
}
.chat-modal-head strong {
    font-size: 1.05rem;
}
.chat-modal-close {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 4px;
    background: rgba(255,255,255,.10);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
}
.chat-policy {
    display: grid;
    gap: 12px;
    padding: 16px;
}
.chat-policy p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.45;
    font-weight: 750;
}
.chat-policy ul {
    margin: 0;
    padding-left: 20px;
    color: var(--ink);
    line-height: 1.45;
    font-weight: 800;
}
.chat-policy label {
    display: grid;
    gap: 6px;
    color: var(--ink);
    font-weight: 950;
}
.chat-policy input[type="text"] {
    height: 42px;
    border: 2px solid rgba(143, 164, 200,.24);
    border-radius: 4px;
    padding: 0 11px;
    color: var(--ink);
    background: rgba(255,255,255,.08);
    font: inherit;
    font-weight: 800;
}
.policy-check {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 9px !important;
    font-weight: 800 !important;
    line-height: 1.35;
}
.policy-check input {
    margin-top: 3px;
}
.chat-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 16px 16px;
}
.chat-modal-actions button {
    min-height: 40px;
    border: 0;
    border-radius: 4px;
    padding: 0 15px;
    font: inherit;
    font-weight: 950;
}
.chat-modal-actions .secondary {
    background: rgba(143, 164, 200,.14);
    color: var(--ink);
}
.chat-modal-actions .primary {
    background: var(--purple);
    color: #fff;
}
.chat-error {
    display: none;
    padding: 0 16px 12px;
    color: #a81738;
    font-size: .88rem;
    font-weight: 850;
}
.chat-error.show {
    display: block;
}
.host-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
    padding-top: 24px;
}
.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--chrome);
    overflow: hidden;
}
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.host-copy strong {
    display: block;
    color: var(--ink);
    font-size: 1.05rem;
    line-height: 1.2;
}
.host-copy span {
    display: block;
    margin-top: 5px;
    color: var(--ink-soft);
    font-size: .88rem;
    line-height: 1.35;
    font-weight: 700;
}
.host-cta {
    min-width: 180px;
    height: 44px;
    border: 0;
    border-radius: 4px;
    background: var(--purple);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.rail { min-width: 0; }
.rail-hero {
    min-height: 64px;
    background: var(--chrome);
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    animation: revealUp .65s ease .52s both;
}
.rail-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .35;
    position: absolute;
    inset: 0;
    animation: posterDrift 12s ease-in-out alternate infinite;
}
.rail-hero strong {
    position: relative;
    z-index: 1;
    display: block;
    padding: 18px;
    color: #fff;
    font-size: 1.05rem;
}
.rail-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    padding: 8px 0 6px;
    border-top: 2px solid rgba(143, 164, 200,.36);
    color: var(--ink);
    font-size: .86rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.rail-section-title span {
    color: var(--ink-soft);
    font-size: .68rem;
    font-weight: 900;
}
.rail-section-link {
    color: var(--purple-2);
    text-decoration: none;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.rail-section-link:hover {
    text-decoration: underline;
}
.rail-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 10px;
    padding: 7px 0;
    border-top: 2px solid rgba(143, 164, 200,.24);
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.rail-card[data-side-video],
a.rail-card {
    cursor: pointer;
}
.rail-card[data-side-video]:hover,
.rail-card[data-side-video]:focus,
a.rail-card:hover,
a.rail-card:focus {
    outline: 2px solid rgba(143, 164, 200,.46);
    outline-offset: 4px;
    background: rgba(61, 95, 154,.08);
}
.thumb {
    position: relative;
    width: 132px;
    height: 74px;
    background: var(--chrome);
    overflow: hidden;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    display: block;
}
.thumb::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 4px;
    background: var(--purple);
}
.mini-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}
.mini-play span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    display: grid;
    place-items: center;
}
.mini-play span::before {
    content: "";
    margin-left: 3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid var(--panel);
}
.rail-copy {
    min-width: 0;
    padding-top: 0;
}
.rail-real-title {
    font-size: .9rem;
    font-weight: 900;
    color: var(--ink);
    line-height: 1.12;
}
.rail-real-meta {
    margin-top: 4px;
    color: var(--ink-soft);
    font-size: .7rem;
    line-height: 1.18;
}
.status-strip {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 9px 0 7px;
    border-bottom: 2px solid rgba(143, 164, 200,.24);
}
.status-thumb {
    width: 72px;
    height: 48px;
    background: var(--chrome);
    border-radius: 3px;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 4px;
}
.status-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* wide DenFur wordmark — cover was chopping mid-letter */
    display: block;
}
.status-copy strong {
    display: block;
    color: var(--ink);
    font-size: .95rem;
    line-height: 1.2;
}
.status-copy span {
    display: block;
    margin-top: 4px;
    color: var(--ink-soft);
    font-size: .78rem;
    font-weight: 700;
}
.status-pill {
    min-width: 120px;
    min-height: 36px;
    border-radius: 4px;
    background: var(--purple);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.site-views-panel {
    margin: 10px 0 12px;
    border: 2px solid rgba(143, 164, 200, .26);
    background: rgba(21, 29, 46, .88);
    animation: revealUp .65s ease .55s both;
    overflow: hidden;
}
.site-views-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: var(--chrome);
    color: #fff;
}
.site-views-head strong {
    font-size: .96rem;
    line-height: 1.1;
}
.site-views-head span {
    color: rgba(255, 255, 255, .78);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.site-views-body {
    display: grid;
    gap: 4px;
    padding: 16px 14px 18px;
    justify-items: center;
    text-align: center;
}
.site-views-count {
    font-size: clamp(2.1rem, 5vw, 2.85rem);
    font-weight: 950;
    font-variant-numeric: tabular-nums;
    letter-spacing: .02em;
    color: #7dd3fc;
    text-shadow: 0 0 24px rgba(125, 211, 252, .28);
    line-height: 1;
}
.site-views-count.is-ticking {
    color: #fff;
    text-shadow: 0 0 28px rgba(125, 211, 252, .55);
}
.site-views-label {
    color: var(--ink-soft, #a39db8);
    font-size: .78rem;
    font-weight: 800;
}
.countdown-panel {
    margin: 10px 0 12px;
    border: 2px solid rgba(143, 164, 200,.26);
    background: rgba(21, 29, 46,.88);
    animation: revealUp .65s ease .6s both;
    transition: border-color .35s ease, box-shadow .35s ease, background .35s ease;
}
.countdown-panel[hidden],
.countdown-panel.is-expired {
    display: none !important;
}
.countdown-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: var(--chrome);
    color: #fff;
}
.countdown-head strong {
    font-size: .96rem;
    line-height: 1.1;
}
.countdown-head span {
    color: rgba(255,255,255,.78);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.countdown-body {
    display: grid;
    gap: 12px;
    padding: 14px;
}
.countdown-units {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.countdown-unit {
    display: grid;
    gap: 4px;
    justify-items: center;
    padding: 10px 4px 8px;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(61, 95, 154,.95), rgba(14,120,145,.95));
    border: 1px solid rgba(143, 164, 200,.28);
    box-shadow: 0 6px 16px rgba(0,0,0,.22);
}
.countdown-unit b {
    font-size: clamp(1.35rem, 3.2vw, 1.85rem);
    line-height: 1;
    font-weight: 950;
    color: #fff;
    font-variant-numeric: tabular-nums;
}
.countdown-unit span {
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.82);
}
/* Seconds always louder */
.countdown-unit-secs {
    background: linear-gradient(180deg, rgba(90, 120, 190, .98), rgba(40, 90, 150, .98));
    border-color: rgba(125, 211, 252, .45);
    box-shadow: 0 6px 18px rgba(0,0,0,.28), 0 0 16px rgba(125, 211, 252, .18);
}
.countdown-unit-secs b {
    font-size: clamp(1.7rem, 4vw, 2.25rem);
    color: #e0f2fe;
    text-shadow: 0 0 14px rgba(125, 211, 252, .45);
}
.countdown-unit-secs b.is-tick {
    animation: cdSecTick .28s ease;
}
@keyframes cdSecTick {
    0% { transform: scale(1); }
    40% { transform: scale(1.18); color: #fff; }
    100% { transform: scale(1); }
}

/* Urgency ramp */
.countdown-panel.is-urgent-day {
    border-color: rgba(251, 146, 60, .55);
    box-shadow: 0 0 0 1px rgba(251, 146, 60, .18), 0 10px 28px rgba(0,0,0,.28);
}
.countdown-panel.is-urgent-day .countdown-head {
    background: linear-gradient(90deg, #3b2210, #1a2740);
}
.countdown-panel.is-urgent-day .countdown-unit {
    background: linear-gradient(180deg, rgba(194, 100, 40, .95), rgba(120, 50, 20, .95));
    border-color: rgba(251, 146, 60, .45);
}
.countdown-panel.is-urgent-day .countdown-unit-secs {
    background: linear-gradient(180deg, rgba(234, 120, 40, .98), rgba(160, 50, 20, .98));
    animation: cdPulseSoft 1.2s ease-in-out infinite;
}

.countdown-panel.is-urgent-hour {
    border-color: rgba(248, 113, 113, .65);
    box-shadow: 0 0 0 1px rgba(248, 113, 113, .22), 0 0 28px rgba(239, 68, 68, .18);
}
.countdown-panel.is-urgent-hour .countdown-head {
    background: linear-gradient(90deg, #4c1515, #2a1020);
}
.countdown-panel.is-urgent-hour .countdown-unit {
    background: linear-gradient(180deg, rgba(190, 55, 55, .96), rgba(110, 20, 30, .96));
    border-color: rgba(252, 165, 165, .4);
}
.countdown-panel.is-urgent-hour .countdown-unit-secs {
    animation: cdPulseHard 0.9s ease-in-out infinite;
}

.countdown-panel.is-urgent-final {
    border-color: rgba(255, 80, 80, .85);
    box-shadow: 0 0 0 1px rgba(255, 80, 80, .3), 0 0 36px rgba(255, 50, 50, .28);
    animation: cdPanelFlash 1s ease-in-out infinite;
}
.countdown-panel.is-urgent-final .countdown-unit-secs b {
    font-size: clamp(1.9rem, 4.4vw, 2.5rem);
    color: #fff;
}

@keyframes cdPulseSoft {
    0%, 100% { box-shadow: 0 6px 18px rgba(0,0,0,.28), 0 0 12px rgba(251, 146, 60, .25); }
    50% { box-shadow: 0 6px 18px rgba(0,0,0,.28), 0 0 22px rgba(251, 146, 60, .55); }
}
@keyframes cdPulseHard {
    0%, 100% { transform: scale(1); box-shadow: 0 6px 18px rgba(0,0,0,.3), 0 0 14px rgba(248, 113, 113, .35); }
    50% { transform: scale(1.04); box-shadow: 0 8px 22px rgba(0,0,0,.35), 0 0 28px rgba(248, 113, 113, .7); }
}
@keyframes cdPanelFlash {
    0%, 100% { border-color: rgba(255, 80, 80, .75); }
    50% { border-color: rgba(255, 180, 80, .95); }
}
.countdown-copy {
    text-align: center;
}
.countdown-copy strong {
    display: block;
    color: var(--ink);
    font-size: 1.05rem;
    line-height: 1.2;
}
.countdown-copy span {
    display: block;
    margin-top: 4px;
    color: var(--ink-soft);
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.3;
}
.countdown-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 0 12px 12px;
    color: var(--ink);
    font-size: .8rem;
    line-height: 1.3;
    font-weight: 850;
}
.home-merch {
    margin: 8px 0 12px;
    border: 2px solid rgba(143, 164, 200,.26);
    background: rgba(21, 29, 46,.88);
    animation: revealUp .65s ease .7s both;
}
.home-merch-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    background: var(--chrome);
    color: #fff;
}
.home-merch-head strong { font-size: 1.02rem; }
.home-merch-head a {
    color: var(--purple-2);
    text-decoration: none;
    font-size: .8rem;
    font-weight: 900;
    white-space: nowrap;
}
.home-merch-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
}
.home-merch-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(143, 164, 200,.2);
    background: rgba(6, 26, 35, .55);
    text-decoration: none;
    overflow: hidden;
    transition: border-color .15s ease, transform .15s ease;
}
.home-merch-card:hover {
    border-color: rgba(143, 164, 200,.5);
    transform: translateY(-2px);
}
.home-merch-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: #0c1220;
    display: block;
}
.home-merch-card span {
    padding: 8px 9px;
    font-size: .8rem;
    font-weight: 900;
    line-height: 1.25;
}
.home-merch-card .price {
    display: block;
    margin-top: 2px;
    color: var(--purple-2);
    font-size: .78rem;
    font-weight: 950;
}
.home-merch-foot {
    padding: 0 12px 12px;
}
.home-merch-foot a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 4px;
    background: var(--purple);
    color: #fff;
    text-decoration: none;
    font-weight: 950;
    font-size: .84rem;
    width: 100%;
}
.home-sticker-gallery {
    margin: 0 0 14px;
    border: 2px solid rgba(143, 164, 200, .26);
    background: rgba(21, 29, 46, .88);
    animation: revealUp .65s ease .65s both;
    overflow: hidden;
}
.home-sticker-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: var(--chrome);
    color: #fff;
}
.home-sticker-gallery-head a {
    color: rgba(255, 255, 255, .85);
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none;
}
.home-sticker-gallery-empty {
    margin: 0;
    padding: 16px 12px;
    color: #94a3b8;
    font-weight: 750;
    font-size: .88rem;
}
.home-sticker-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
}
.home-sticker-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid rgba(143, 164, 200, .18);
    background:
        linear-gradient(45deg, #1a2336 25%, transparent 25%) 0 0 / 12px 12px,
        linear-gradient(-45deg, #1a2336 25%, transparent 25%) 0 0 / 12px 12px,
        #0d1422;
    text-decoration: none;
    transition: border-color .15s ease, transform .15s ease;
    overflow: hidden;
}
.home-sticker-tile:hover {
    border-color: rgba(125, 211, 252, .45);
    transform: translateY(-1px);
}
.home-sticker-tile img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}
.home-sticker-gallery-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0 12px 12px;
    border-top: 1px solid rgba(143, 164, 200, .12);
    padding-top: 10px;
}
.home-sticker-gallery-foot a {
    color: #7dd3fc;
    font-weight: 850;
    text-decoration: none;
    font-size: .86rem;
}
@media (max-width: 820px) {
    .home-sticker-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 480px) {
    .home-sticker-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.home-sticker-board {
    margin: 0 0 14px;
    border: 2px solid rgba(143, 164, 200, .26);
    background: rgba(21, 29, 46, .88);
    animation: revealUp .65s ease .66s both;
}
.home-sticker-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: var(--chrome);
    color: #fff;
}
.home-sticker-board-head a {
    color: rgba(255, 255, 255, .85);
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none;
}
.home-sticker-board ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-sticker-board li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(143, 164, 200, .12);
    font-weight: 800;
}
.home-sticker-board li:last-child { border-bottom: 0; }
.home-sticker-board .rank {
    color: #94a3b8;
    font-variant-numeric: tabular-nums;
}
.home-sticker-board .who {
    color: #f1f5f9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-sticker-board .pts {
    color: #7dd3fc;
    font-size: .84rem;
}
.home-sticker-board-empty {
    margin: 0;
    padding: 14px 12px;
    color: #94a3b8;
    font-weight: 750;
    font-size: .88rem;
}
.home-sticker-board-foot {
    padding: 10px 12px 12px;
    border-top: 1px solid rgba(143, 164, 200, .14);
}
.home-sticker-board-foot a {
    color: #7dd3fc;
    font-weight: 850;
    text-decoration: none;
    font-size: .86rem;
}
.telegram-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 0 14px 14px;
}
.telegram-open-btn {
    min-height: 40px;
    border: 0;
    border-radius: 8px;
    padding: 0 14px;
    background: var(--purple, #3d5f9a);
    color: #fff;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}
.telegram-share-link {
    color: #7dd3fc;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}
.telegram-share-link:hover { text-decoration: underline; }
.dj-alerts-modal .telegram-message {
    margin: 0;
}
.telegram-panel {
    margin: 0 0 10px;
    border: 2px solid rgba(143, 164, 200,.26);
    background: rgba(21, 29, 46,.88);
    animation: revealUp .65s ease .64s both;
}
.telegram-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: var(--chrome);
    color: #fff;
}
.telegram-head strong {
    font-size: 1rem;
    line-height: 1.1;
}
.telegram-head span {
    color: rgba(255,255,255,.78);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.telegram-form {
    display: grid;
    gap: 10px;
    padding: 12px;
}
.telegram-form label {
    display: grid;
    gap: 6px;
    color: var(--ink-soft);
    font-size: .82rem;
    font-weight: 850;
}
.telegram-form input {
    min-width: 0;
    height: 42px;
    border: 2px solid rgba(143, 164, 200,.24);
    border-radius: 4px;
    padding: 0 12px;
    background: rgba(255,255,255,.08);
    color: var(--ink);
    font: inherit;
    font-weight: 800;
}
.telegram-form button {
    min-height: 42px;
    border: 0;
    border-radius: 4px;
    padding: 0 14px;
    background: var(--purple);
    color: #fff;
    font: inherit;
    font-weight: 950;
}
.telegram-note {
    margin: 0;
    color: var(--ink-soft);
    font-size: .82rem;
    line-height: 1.35;
    font-weight: 780;
}
.telegram-panel > .telegram-note {
    padding: 12px 14px 4px;
}
.telegram-message {
    padding: 0 12px 12px;
    color: var(--ink);
    font-size: .84rem;
    font-weight: 900;
}
.telegram-message.error {
    color: #ffb7c5;
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
    .site-intro { display: none; }
}
/* Homepage simplified schedule */
.mini-sched {
    margin: 8px 0 10px;
    border: 2px solid rgba(143, 164, 200,.26);
    background: rgba(21, 29, 46,.88);
    animation: revealUp .65s ease .68s both;
}
.mini-sched-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    background: var(--chrome);
    color: #fff;
}
.mini-sched-head strong { font-size: 1.02rem; }
.mini-sched-head a {
    color: var(--purple-2);
    text-decoration: none;
    font-size: .8rem;
    font-weight: 900;
    white-space: nowrap;
}
.mini-sched-body {
    padding: 10px 12px 12px;
    display: grid;
    gap: 12px;
    max-height: 340px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--purple) rgba(143, 164, 200,.16);
}
.mini-day h3 {
    margin: 0 0 6px;
    padding: 0 0 4px;
    border-bottom: 2px solid rgba(143, 164, 200,.18);
    font-size: .92rem;
    line-height: 1.2;
}
.mini-row {
    display: grid;
    grid-template-columns: 72px 40px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(143, 164, 200,.1);
    font-size: .9rem;
}
.mini-row time {
    color: var(--purple);
    font-size: .78rem;
    font-weight: 950;
    white-space: nowrap;
}
.mini-row .dj-logo {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: contain;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(143, 164, 200,.2);
    padding: 2px;
}
.mini-row .dj-logo-fallback {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    background: rgba(61, 95, 154,.12);
    border: 1px solid rgba(143, 164, 200,.22);
    color: var(--purple-2);
    font-size: .72rem;
    font-weight: 950;
}
.mini-row .dj-info {
    font-weight: 850;
    min-width: 0;
    line-height: 1.2;
    color: var(--purple-2);
}
.mini-row .dj-crew {
    display: block;
    margin-top: 2px;
    font-size: .72rem;
    font-weight: 700;
    color: var(--ink-soft);
}
.mini-row .tag {
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    border-radius: 99px;
    border: 1px solid rgba(143, 164, 200,.35);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--purple-2);
    vertical-align: middle;
}
.mini-empty {
    margin: 0;
    color: var(--ink-soft);
    font-size: .84rem;
    font-weight: 700;
}
.mini-sched-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 12px;
}
.mini-sched-foot p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .78rem;
    font-weight: 700;
}
.mini-sched-cta {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 3px;
    background: var(--purple);
    color: #fff !important;
    text-decoration: none;
    font-weight: 950;
    font-size: .84rem;
}
.message {
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translateX(-50%);
    width: min(440px, calc(100% - 32px));
    padding: 14px 16px;
    background: rgba(9, 25, 35, .76);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: .94rem;
    line-height: 1.4;
}
.site-footer {
    margin-top: 8px;
    border-top: 1px solid rgba(143, 164, 200,.16);
    background: linear-gradient(180deg, rgba(12, 18, 32,.2), rgba(10, 14, 24,.55));
}
.site-footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 22px;
    padding: 28px 20px 18px;
}
.site-footer h4 {
    margin: 0 0 10px;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--purple-2);
}
.site-footer p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .88rem;
    font-weight: 750;
    line-height: 1.45;
}
.site-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.site-footer-denfur-mark {
    height: 36px;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    object-fit: contain;
}
.site-footer-brand strong {
    font-size: 1.05rem;
    font-weight: 950;
    flex: 0 0 auto;
    white-space: nowrap;
}
.site-footer-waterwolf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 132px;
    min-height: 28px;
    margin-left: 4px;
    text-decoration: none;
}
.site-footer-waterwolf img {
    display: block;
    width: 132px;
    height: 28px;
    max-width: none;
    object-fit: contain;
    filter: drop-shadow(0 4px 9px rgba(143, 164, 200, 0.18));
}
.site-footer-links {
    display: grid;
    gap: 8px;
}
.site-footer-links a {
    color: var(--ink);
    text-decoration: none;
    font-weight: 850;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.site-footer-links a:hover { color: var(--purple-2); }
.site-footer-links a i {
    width: 1.1em;
    color: var(--purple-2);
    text-align: center;
}
.site-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 20px 18px;
    border-top: 1px solid rgba(143, 164, 200,.1);
    color: var(--ink-soft);
    font-size: .8rem;
    font-weight: 750;
}
.site-footer-bottom a {
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
}
.site-footer-legal {
    margin: 0;
    max-width: 72ch;
    line-height: 1.45;
    font-size: .78rem;
    font-weight: 700;
    color: var(--ink-soft);
}
@media (max-width: 1080px) {
    body { background-attachment: scroll; }
    .content-grid { grid-template-columns: 1fr; }
    .rail-card { grid-template-columns: 132px minmax(0, 1fr); }
    .brand-lockup { gap: 10px; }
    .waterwolf-chip img { width: 138px; max-width: 18vw; }
    .volume-slider { width: 84px; }
}
@media (max-width: 820px) {
    /* Keep the volume slider usable on phones/tablets */
    .volume-wrap {
        max-width: none;
        flex: 1 1 auto;
        min-width: 0;
    }
    .volume-slider {
        display: block;
        width: 100%;
        min-width: 96px;
        height: 10px;
        touch-action: none;
    }
    .volume-slider::-webkit-slider-thumb {
        width: 22px;
        height: 22px;
        border-width: 2px;
    }
    .volume-slider::-moz-range-thumb {
        width: 22px;
        height: 22px;
        border-width: 2px;
    }
}
@media (max-width: 680px) {
    body { background-attachment: scroll; overflow-x: hidden; }
    .stage { width: 100%; margin: 0; padding-top: 14px; min-height: 100vh; max-width: 100%; }
    .portal-banner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 10px;
        margin: 8px 12px 0;
        padding: 10px 12px;
        border-radius: 10px;
        align-items: center;
    }
    .portal-banner-kicker {
        padding: 5px 8px;
        font-size: .68rem;
        gap: 5px;
    }
    .portal-banner-kicker i { font-size: .75rem; }
    .portal-banner-copy strong {
        font-size: .95rem;
        line-height: 1.15;
    }
    .portal-banner-copy span {
        display: none; /* drop long blurb on mobile */
    }
    .portal-banner-cta {
        min-height: 34px;
        padding: 0 10px;
        font-size: .78rem;
        gap: 6px;
        width: auto;
        justify-content: center;
    }
    .portal-banner-cta i { font-size: .75rem; }
    .search-row { grid-template-columns: minmax(0, 1fr) 46px; gap: 10px; padding: 12px 12px 14px; }
    .brand-lockup { gap: 8px; }
    .logo-chip { min-height: 44px; }
    .logo-chip img { width: min(150px, 42vw); max-height: 42px; }
    .waterwolf-chip { min-height: 44px; }
    .waterwolf-chip img { width: min(110px, 28vw); max-height: 28px; }
    .content-grid { gap: 14px; padding: 4px 0 16px; }
    .player-column { margin: 0; }
    .player-shell {
        border-radius: 0;
        box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(143, 164, 200,.16);
        border-bottom: 1px solid rgba(143, 164, 200,.16);
    }
    .player-live-chip {
        display: none !important;
    }
    .player-chat-latest {
        top: 10px;
        right: 10px;
        left: auto;
        bottom: auto;
        width: 70%;
        max-width: 70%;
        padding: 6px 10px;
        gap: 6px;
    }
    .player-chat-latest-body strong,
    .player-chat-latest-body span {
        font-size: .72rem;
    }
    .custom-controls {
        gap: 10px;
        margin-top: 0;
        border-radius: 0;
        padding: 10px 12px 12px;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(143, 164, 200,.12);
    }
    .control-bar {
        gap: 8px;
    }
    .control-left,
    .control-right {
        gap: 6px;
    }
    .volume-wrap {
        max-width: none;
        flex: 1 1 auto;
        padding: 3px 8px 3px 3px;
    }
    .volume-wrap .player-control {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .player-control {
        min-width: 44px;
        min-height: 42px;
        height: 42px;
        padding: 0 12px;
        font-size: .84rem;
    }
    .player-control-icon {
        width: 42px;
        min-width: 42px;
        padding: 0;
    }
    .player-control-resync span {
        display: none;
    }
    .player-control-resync {
        width: 42px;
        min-width: 42px;
        padding: 0;
    }
    .volume-pct { font-size: .72rem; min-width: 2.4em; }
    .player-title { margin: 14px 12px 10px; }
    .player-title p { font-size: .92rem; }
    .live-chat { margin: 14px 12px 0; }
    .play-orb {
        width: 72px;
        height: 72px;
    }
    .play-orb::before {
        margin-left: 6px;
        border-top-width: 18px;
        border-bottom-width: 18px;
        border-left-width: 28px;
    }
    .message {
        top: auto;
        bottom: 14px;
        width: min(100% - 24px, 360px);
        padding: 10px 12px;
        font-size: .84rem;
    }
    .chat-feed { min-height: 300px; max-height: 420px; }
    .chat-form { grid-template-columns: 1fr; }
    .chat-form input, .chat-form button { min-height: 44px; }
    .host-row { grid-template-columns: auto 1fr; gap: 10px; }
    .host-cta { grid-column: 1 / -1; width: 100%; min-height: 44px; }
    .rail-card { grid-template-columns: 100px minmax(0, 1fr); gap: 8px; }
    .thumb { width: 100px; height: 56px; }
    .status-strip { grid-template-columns: 48px 1fr; }
    .status-pill { grid-column: 1 / -1; width: 100%; min-height: 36px; }
    .top-bar { padding: 8px 12px; padding-right: 64px; font-size: .72rem; gap: 8px; }
    .top-bar-left > span:not(.live-pill) { display: none; }
    .top-bar-right {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        max-width: min(58vw, 220px);
    }
    .top-bar-right::-webkit-scrollbar { display: none; }
    .top-bar-right .dot { display: none; }
    .top-bar-right a {
        flex: 0 0 auto;
        padding: 4px 8px;
        border-radius: 99px;
        border: 1px solid rgba(143, 164, 200,.22);
        background: rgba(0,0,0,.22);
        font-size: .68rem;
        white-space: nowrap;
    }
    .countdown-units { gap: 6px; }
    .countdown-unit { padding: 8px 2px 6px; }
    .countdown-unit b { font-size: 1.2rem; }
    .mini-sched-body { max-height: 280px; }
    .mini-row { grid-template-columns: 58px 34px minmax(0, 1fr); }
    .mini-row .dj-logo, .mini-row .dj-logo-fallback { width: 34px; height: 34px; }
    .home-merch-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }
    .player-title h1 { font-size: 1.15rem; line-height: 1.25; }
    .viewer-badge { display: inline-block; margin-top: 4px; white-space: normal; }
    .site-footer-inner { grid-template-columns: 1fr; gap: 18px; padding: 20px 12px 14px; }
    .site-footer-bottom { padding: 12px; font-size: .76rem; }
    .chat-modal .card, .chat-modal form { width: min(100%, 100%); }
}
@media (max-width: 380px) {
    .waterwolf-chip { display: none; }
    .logo-chip img { width: min(160px, 55vw); }
    .grid, .stats { gap: 8px; }
    .countdown-unit b { font-size: 1.05rem; }
    .countdown-unit span { font-size: .55rem; }
}
/* Floating share QR (homepage) */
.home-share-qr {
    position: fixed;
    right: 16px;
    bottom: 18px;
    z-index: 10020;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.home-share-qr-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(143, 164, 200, .4);
    background: linear-gradient(145deg, rgba(26, 39, 64, .96), rgba(14, 20, 34, .98));
    color: #f1f5f9;
    font: inherit;
    font-weight: 900;
    font-size: .88rem;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .4);
}
.home-share-qr-toggle:hover {
    border-color: rgba(125, 211, 252, .55);
    background: linear-gradient(145deg, #3d5f9a, #1a2740);
}
.home-share-qr-toggle[aria-expanded="true"] {
    border-color: rgba(125, 211, 252, .65);
}
.home-share-qr-panel[hidden] { display: none !important; }
.home-share-qr-panel {
    animation: homeShareIn .18s ease both;
}
@keyframes homeShareIn {
    from { opacity: 0; transform: translateY(8px) scale(.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.home-share-qr-card {
    width: min(220px, calc(100vw - 32px));
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(143, 164, 200, .3);
    background: rgba(12, 18, 32, .96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .5);
    text-align: center;
}
.home-share-qr-card strong {
    display: block;
    margin-bottom: 10px;
    color: #7dd3fc;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.home-share-qr-card img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    border-radius: 12px;
    background: #fff;
}
.home-share-qr-card > span {
    display: block;
    margin-top: 8px;
    color: rgba(226, 232, 240, .8);
    font-size: .8rem;
    font-weight: 800;
}
.home-share-qr-close {
    margin-top: 10px;
    min-height: 36px;
    width: 100%;
    border: 1px solid rgba(143, 164, 200, .28);
    border-radius: 8px;
    background: rgba(255,255,255,.06);
    color: #fff;
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}
@media (max-width: 640px) {
    .home-share-qr {
        right: 12px;
        bottom: 14px;
    }
    .home-share-qr-toggle span { display: none; }
    .home-share-qr-toggle {
        width: 46px;
        min-width: 46px;
        padding: 0;
        justify-content: center;
    }
}

.home-gamble-champ {
    margin: 0 0 14px;
    border: 2px solid rgba(255, 215, 96, .35);
    background:
        linear-gradient(145deg, rgba(255, 180, 40, .12), transparent 42%),
        rgba(21, 29, 46, .92);
    animation: revealUp .65s ease .6s both;
    overflow: hidden;
}
.home-gamble-champ-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: linear-gradient(90deg, rgba(61, 40, 12, .95), rgba(26, 39, 64, .95));
    color: #fff;
}
.home-gamble-champ-head strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.home-gamble-champ-head strong i {
    color: #ffe08a;
}
.home-gamble-champ-head a {
    color: #ffe08a;
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none;
}
.home-gamble-champ-body {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
}
.home-gamble-champ-art {
    position: relative;
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    border-radius: 14px;
    border: 2px solid rgba(255, 215, 96, .55);
    background:
        linear-gradient(45deg, #1a2336 25%, transparent 25%) 0 0 / 12px 12px,
        linear-gradient(-45deg, #1a2336 25%, transparent 25%) 0 0 / 12px 12px,
        #0d1422;
    box-shadow: 0 0 22px rgba(255, 200, 64, .28);
    text-decoration: none;
}
.home-gamble-champ-art img {
    max-width: 78%;
    max-height: 78%;
    object-fit: contain;
}
.home-gamble-champ-crown {
    position: absolute;
    top: -10px;
    right: -8px;
    font-size: 1.25rem;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .45));
}
.home-gamble-champ-meta {
    display: grid;
    gap: 3px;
    min-width: 0;
}
.home-gamble-champ-label {
    color: #94a3b8;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.home-gamble-champ-name {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-gamble-champ-pts {
    color: #ffe08a;
    font-size: 1.15rem;
    font-weight: 950;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 14px rgba(255, 200, 80, .35);
}
.home-gamble-champ-runners {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
    display: grid;
    gap: 3px;
}
.home-gamble-champ-runners li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
    color: #cbd5e1;
    font-size: .78rem;
    font-weight: 750;
}
.home-gamble-champ-runners li span:last-child {
    color: #ffe08a;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}
.home-gamble-champ-empty {
    margin: 0;
    padding: 14px 12px;
    color: #94a3b8;
    font-weight: 750;
    font-size: .88rem;
}
.home-gamble-champ-foot {
    padding: 0 12px 12px;
}
.home-gamble-champ-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffe58a 0%, #ffc44a 45%, #f0a020 100%);
    color: #1a1200 !important;
    font-weight: 950;
    text-decoration: none !important;
    font-size: .92rem;
    box-shadow: 0 8px 18px rgba(255, 180, 40, .28);
}
.home-gamble-champ-cta:hover {
    filter: brightness(1.05);
}

.denver-weather-panel {
    margin: 10px 0 12px;
    border: 2px solid rgba(125, 211, 252, .28);
    background:
        linear-gradient(160deg, rgba(56, 189, 248, .12), transparent 55%),
        rgba(21, 29, 46, .88);
    animation: revealUp .65s ease .52s both;
    overflow: hidden;
}
.denver-weather-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 10px;
    background: var(--chrome);
    color: #fff;
}
.denver-weather-head strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .9rem;
    line-height: 1.1;
}
.denver-weather-head strong i {
    color: #7dd3fc;
}
.denver-weather-head span {
    color: rgba(125, 211, 252, .9);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.denver-weather-body {
    display: grid;
    gap: 8px;
    padding: 10px;
}
.denver-weather-top {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
}
.denver-weather-now {
    display: grid;
    gap: 4px;
    align-content: center;
    justify-items: center;
    text-align: center;
    padding: 8px 6px;
    border-radius: 10px;
    border: 1px solid rgba(125, 211, 252, .18);
    background: rgba(8, 14, 26, .45);
    min-height: 100%;
}
.denver-weather-temp {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #e0f2fe;
}
.denver-weather-temp i {
    font-size: 1rem;
    color: #7dd3fc;
    filter: drop-shadow(0 0 10px rgba(125, 211, 252, .35));
}
.denver-weather-temp b {
    font-size: clamp(1.35rem, 3.2vw, 1.7rem);
    font-weight: 950;
    font-variant-numeric: tabular-nums;
    letter-spacing: .01em;
    color: #fff;
    text-shadow: 0 0 22px rgba(125, 211, 252, .3);
    line-height: 1;
}
.denver-weather-label {
    color: var(--ink-soft, #a39db8);
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.2;
}
.denver-weather-now-tag {
    margin-top: 2px;
    padding: 2px 7px;
    border-radius: 999px;
    border: 1px solid rgba(125, 211, 252, .28);
    color: #7dd3fc;
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.denver-weather-radar {
    margin: 0;
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, .22);
    background: #0b1220;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
    aspect-ratio: 16 / 9;
}
.denver-weather-radar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.denver-weather-radar figcaption {
    position: absolute;
    left: 6px;
    bottom: 6px;
    z-index: 2;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(8, 12, 22, .72);
    border: 1px solid rgba(125, 211, 252, .28);
    color: #bae6fd;
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.denver-weather-week {
    list-style: none;
    margin: 0;
    padding: 2px 0 0;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2px;
}
.denver-weather-day {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    gap: 2px;
    padding: 5px 1px 4px;
    border-radius: 7px;
    color: #e2e8f0;
    text-align: center;
    min-width: 0;
}
.denver-weather-day.is-today {
    background: rgba(125, 211, 252, .12);
    box-shadow: inset 0 0 0 1px rgba(125, 211, 252, .22);
}
.denver-weather-day-name {
    font-size: .62rem;
    font-weight: 850;
    color: #cbd5e1;
    letter-spacing: .01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.denver-weather-day.is-today .denver-weather-day-name {
    color: #7dd3fc;
}
.denver-weather-day-icon {
    display: grid;
    place-items: center;
    color: #7dd3fc;
    font-size: .78rem;
    line-height: 1;
    min-height: 1em;
}
.denver-weather-day-range {
    display: grid;
    justify-items: center;
    gap: 0;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    line-height: 1.15;
}
.denver-weather-day-range .hi {
    color: #fff;
    font-size: .72rem;
}
.denver-weather-day-range .lo {
    color: #94a3b8;
    font-size: .64rem;
}
