:root {
    --pc-ink: #111827;
    --pc-ink-soft: #243044;
    --pc-muted: #667085;
    --pc-paper: #f7f5ef;
    --pc-paper-2: #eef5f0;
    --pc-foam: #fffdf8;
    --pc-stout: #13251d;
    --pc-amber: #f59e0b;
    --pc-amber-2: #facc15;
    --pc-hop: #2f7d4f;
    --pc-hop-dark: #17402c;
    --pc-red: #dc2626;
    --pc-line: rgba(19, 37, 29, 0.14);
    --pc-line-strong: rgba(19, 37, 29, 0.28);
    --pc-shadow: 0 22px 54px rgba(17, 24, 39, 0.10);
    --pc-shadow-soft: 0 12px 32px rgba(17, 24, 39, 0.08);
    --pc-radius: 1.15rem;
    --pc-radius-sm: 0.72rem;
    --pc-radius-lg: 1.45rem;
    --pc-focus: 0 0 0 4px rgba(47, 125, 79, 0.22);
    --pc-serif: Georgia, "Times New Roman", serif;
    --pc-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html, body {
    margin: 0;
    min-height: 100%;
    font-family: var(--pc-sans);
    color: var(--pc-ink);
    background:
        linear-gradient(rgba(19, 37, 29, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19, 37, 29, 0.024) 1px, transparent 1px),
        linear-gradient(135deg, #fbf7ee 0%, #f5f7ef 48%, #eaf4ee 100%);
    background-size: 32px 32px, 32px 32px, auto;
}

.prostcast-nav-lock {
    overflow: hidden;
}

*, *::before, *::after { box-sizing: border-box; min-width: 0; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
svg { display: block; }

:focus-visible {
    outline: 0;
    box-shadow: var(--pc-focus);
}

img, video, canvas { max-width: 100%; height: auto; }
p, h1, h2, h3, h4, h5, h6, li, dd, dt, a, button, span { overflow-wrap: anywhere; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.prostcast-app-shell {
    min-height: 100vh;
}

.prostcast-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 0.72rem clamp(1rem, 2vw, 2rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(19, 37, 29, 0.91);
    color: #f8fafc;
    backdrop-filter: blur(14px);
}

.prostcast-brand {
    display: inline-flex;
    gap: 0.72rem;
    align-items: center;
    color: inherit;
    text-decoration: none;
    border-radius: var(--pc-radius-sm);
}

.prostcast-brand-mark {
    width: 2.85rem;
    height: 2.85rem;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 0.9rem;
    background: #080d0b;
    color: #fffdf8;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 24px rgba(0,0,0,.26);
    overflow: hidden;
}

.prostcast-brand-mark svg,
.prostcast-brand-mark img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.prostcast-brand strong { display: block; font-size: 1.08rem; font-weight: 950; letter-spacing: -0.03em; }
.prostcast-brand small { display: block; margin-top: -0.1rem; color: rgba(248,250,252,.68); font-family: var(--pc-serif); font-style: italic; }

.prostcast-menu-toggle,
.prostcast-mobile-nav-head,
.prostcast-nav-backdrop,
.prostcast-mobile-cta,
.prostcast-mobile-logout {
    display: none;
}

.prostcast-main-nav {
    justify-self: center;
    display: flex;
    gap: 0.4rem;
    align-items: center;
    padding: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

.prostcast-main-nav a {
    min-height: 2.45rem;
    display: inline-flex;
    gap: 0.42rem;
    align-items: center;
    padding: 0 0.75rem;
    border-radius: 999px;
    color: rgba(248, 250, 252, 0.82);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 850;
}

.prostcast-main-nav a:hover,
.prostcast-main-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
}

.prostcast-main-nav svg { width: 1.05rem; height: 1.05rem; fill: currentColor; }

.prostcast-header-cta {
    min-height: 2.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border-radius: 999px;
    background: #f8fafc;
    color: var(--pc-stout);
    text-decoration: none;
    font-weight: 950;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.prostcast-header-cta:hover,
.prostcast-header-cta:focus-visible {
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

.prostcast-site-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.35rem clamp(1rem, 2vw, 2rem);
    border-top: 2px solid rgba(234, 255, 104, 0.72);
    background:
        radial-gradient(circle at top left, rgba(234, 255, 104, 0.11), transparent 18rem),
        linear-gradient(180deg, #0d1712 0%, #080d0b 100%);
    color: rgba(248, 250, 252, 0.72);
}

.prostcast-site-footer p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
}

.prostcast-site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.prostcast-site-footer a {
    color: #f8fafc;
    font-size: 0.92rem;
    font-weight: 850;
    text-decoration: none;
}

.prostcast-site-footer a:hover,
.prostcast-site-footer a:focus-visible {
    color: #eaff68;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.site-shell {
    min-height: calc(100vh - 4.3rem);
    padding: clamp(1rem, 2vw, 2rem);
}

.site-shell-home {
    background:
        radial-gradient(circle at 18% 6%, rgba(245, 158, 11, 0.18), transparent 30rem),
        radial-gradient(circle at 88% 12%, rgba(47, 125, 79, 0.18), transparent 28rem);
}

.hero-grid, .section-block, .feature-grid, .brewery-claim-section, .platform-band {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(20rem, 0.86fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: stretch;
    margin-top: 1rem;
    margin-bottom: 1.35rem;
}

.hero-copy, .hero-card, .section-block, .feature-card, .brewery-claim-section, .auth-panel, .auth-aside {
    border: 1px solid var(--pc-line);
    background: rgba(255, 253, 248, 0.84);
    box-shadow: var(--pc-shadow);
}

.hero-copy {
    position: relative;
    overflow: hidden;
    padding: clamp(1.4rem, 5vw, 4.4rem);
    border-radius: var(--pc-radius);
    background:
        linear-gradient(90deg, rgba(19,37,29,.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(19,37,29,.035) 1px, transparent 1px),
        linear-gradient(145deg, rgba(255,253,248,.96), rgba(238,245,240,.88));
    background-size: 42px 42px, 42px 42px, auto;
}

.hero-copy::after {
    content: "PC";
    position: absolute;
    right: clamp(1rem, 4vw, 3rem);
    bottom: -0.22em;
    color: rgba(19, 37, 29, 0.055);
    font-family: var(--pc-serif);
    font-size: clamp(7rem, 18vw, 15rem);
    font-weight: 900;
    line-height: 0.8;
    pointer-events: none;
}

.eyebrow {
    margin: 0 0 0.75rem;
    color: #b45309;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-copy h1 {
    position: relative;
    z-index: 1;
    max-width: 11.5ch;
    margin: 0;
    font-family: var(--pc-serif);
    font-size: clamp(3.1rem, 8vw, 7.4rem);
    line-height: 0.86;
    letter-spacing: -0.055em;
}

.hero-lead {
    position: relative;
    z-index: 1;
    max-width: 48rem;
    margin: 1.25rem 0 0;
    color: var(--pc-ink-soft);
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.58;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.45rem; }
.btn { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 1.15rem; cursor: pointer; text-decoration: none; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-1px); }
.btn-primary { background: var(--pc-stout); color: #f8fafc; box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--pc-hop-dark); }
.btn-secondary { background: rgba(255, 255, 255, 0.56); color: var(--pc-stout); border: 1px solid var(--pc-line-strong); }
.btn-secondary:hover, .btn-secondary:focus-visible { border-color: rgba(47, 125, 79, 0.42); background: #ffffff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.2rem; color: var(--pc-ink-soft); font-size: 0.85rem; font-weight: 900; }
.trust-row span { padding: 0.42rem 0.62rem; border: 1px solid var(--pc-line); border-radius: 0.55rem; background: rgba(255, 253, 245, 0.54); }

.hero-card {
    display: grid;
    gap: 1rem;
    align-content: start;
    border-radius: var(--pc-radius);
    padding: 1rem;
    overflow: hidden;
    background: linear-gradient(155deg, #13251d 0%, #1f352d 100%);
    color: #f8fafc;
}
.podcast-cover { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 0.95rem; box-shadow: 0 18px 40px rgba(0,0,0,.24); background: #20362e; }
.card-kicker { color: #f1b542; margin: 0 0 0.35rem; font-weight: 950; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; }
.hero-card h2 { margin: 0; display: -webkit-box; overflow: hidden; font-family: var(--pc-serif); font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1; letter-spacing: -0.035em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.hero-card p { color: rgba(255, 243, 208, 0.72); line-height: 1.5; }
.hero-card a, .feature-card a, .episode-card a { color: var(--pc-hop-dark); font-weight: 950; }
.hero-card a { color: #f8c766; }
.skeleton-card { min-height: 20rem; display: grid; place-items: center; color: rgba(255, 243, 208, .7); }

.section-block { margin-top: 1rem; padding: clamp(1rem, 3vw, 2rem); border-radius: var(--pc-radius); }
.section-head { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1rem; }
.section-head h2 { margin: 0; font-family: var(--pc-serif); font-size: clamp(2.1rem, 4vw, 4rem); line-height: .95; letter-spacing: -0.05em; }
.section-head p:last-child { max-width: 28rem; color: var(--pc-muted); margin: 0; }
.episode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.episode-card { min-height: 14rem; display: grid; align-content: start; padding: 1rem; border: 1px solid var(--pc-line); border-radius: var(--pc-radius-sm); background: rgba(255, 253, 248, 0.74); box-shadow: var(--pc-shadow-soft); }
.episode-card time { color: #7a4310; font-size: 0.8rem; font-weight: 900; }
.episode-card h3 { margin: 0.35rem 0; display: -webkit-box; overflow: hidden; font-family: var(--pc-serif); font-size: 1.45rem; line-height: 1.08; letter-spacing: -0.025em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.episode-card p { display: -webkit-box; overflow: hidden; color: var(--pc-muted); line-height: 1.48; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.episode-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }

.platform-band { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1rem; }
.platform-band a { padding: 0.7rem 0.9rem; border: 1px solid var(--pc-line); border-radius: 999px; background: rgba(255, 253, 248, 0.74); color: var(--pc-stout); text-decoration: none; font-size: .9rem; font-weight: 900; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.platform-band a:hover, .platform-band a:focus-visible { border-color: rgba(47, 125, 79, 0.34); background: #ffffff; transform: translateY(-1px); }

.feature-grid { display: grid; grid-template-columns: 1.1fr 0.9fr 0.9fr; gap: 1rem; margin-top: 1rem; }
.feature-card { min-height: 15rem; padding: 1.25rem; border-radius: var(--pc-radius); background: rgba(255,253,248,.84); }
.feature-card.tall { grid-row: span 2; background: linear-gradient(155deg, rgba(255,253,248,.94), rgba(238,247,239,.84)); }
.feature-card h2, .feature-card h3 { margin: 0.6rem 0 0.5rem; font-family: var(--pc-serif); letter-spacing: -0.035em; }
.feature-card h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 0.96; }
.feature-card p { color: var(--pc-muted); line-height: 1.55; }
.feature-icon { width: 2.15rem; height: 2.15rem; display: inline-grid; place-items: center; border: 1px solid var(--pc-line); border-radius: .65rem; background: #fff8ea; color: var(--pc-stout); font-size: 0; }
.feature-icon::before { content: ""; width: 1.1rem; height: 1.1rem; border: 2px solid currentColor; border-radius: 50%; box-shadow: .42rem -.2rem 0 -.14rem currentColor; }
.policy-card { background: rgba(47, 125, 79, 0.08); }

.brewery-claim-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem); gap: 1rem; margin-top: 1rem; padding: clamp(1.25rem, 3vw, 2.4rem); border-radius: var(--pc-radius); }
.brewery-claim-section h2 { margin: 0; max-width: 13ch; font-family: var(--pc-serif); font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: 0.9; letter-spacing: -0.05em; }
.brewery-claim-section p { max-width: 42rem; color: var(--pc-muted); line-height: 1.6; }
.claim-list { display: grid; gap: 0.7rem; align-content: center; }
.claim-list span { padding: 0.9rem 1rem; border-radius: 0.75rem; background: rgba(213, 224, 184, 0.72); color: var(--pc-hop-dark); font-weight: 950; }

.legal-page {
    display: grid;
    align-items: start;
}

.legal-panel {
    width: min(100%, 54rem);
    margin: 1rem auto 0;
    padding: clamp(1.35rem, 4vw, 2.4rem);
    border: 1px solid var(--pc-line);
    border-radius: var(--pc-radius);
    background: rgba(255, 253, 248, 0.84);
    box-shadow: var(--pc-shadow);
}

.legal-panel h1 {
    margin: 0;
    font-family: var(--pc-serif);
    font-size: clamp(2.4rem, 6vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.legal-panel p:not(.eyebrow) {
    max-width: 42rem;
    color: var(--pc-muted);
    line-height: 1.6;
}

.auth-page { min-height: calc(100vh - 4.3rem); padding: clamp(1rem, 4vw, 3rem); display: grid; grid-template-columns: minmax(0, 37rem) minmax(18rem, 28rem); gap: 1rem; align-items: center; justify-content: center; }
.auth-page.compact { grid-template-columns: minmax(0, 38rem); }
.auth-panel, .auth-aside { border-radius: var(--pc-radius); padding: clamp(1.25rem, 3vw, 2rem); }
.auth-panel h1 { margin: 0; font-family: var(--pc-serif); font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 0.92; letter-spacing: -0.055em; }
.auth-panel p, .auth-aside li { color: var(--pc-muted); line-height: 1.55; }
.back-link { display: inline-flex; margin-bottom: 1rem; color: var(--pc-hop-dark); font-weight: 950; text-decoration: none; }
.auth-panel form { display: grid; gap: 0.85rem; margin-top: 1.2rem; }
.external-login-panel {
    display: grid;
    gap: 0.75rem;
    margin: 1.1rem 0;
    padding: 1rem;
    border: 1px solid var(--pc-line);
    border-radius: 0.95rem;
    background: rgba(238, 247, 239, 0.58);
}
.external-login-panel h2 {
    margin: 0;
    color: var(--pc-ink);
    font-size: 1rem;
    letter-spacing: -0.02em;
}
.external-login-panel p {
    margin: 0;
    color: var(--pc-muted);
    font-size: 0.88rem;
}
.external-login-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    gap: 0.55rem;
}
.external-login-button {
    min-height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pc-line-strong);
    border-radius: 0.72rem;
    background: var(--pc-foam);
    color: var(--pc-stout);
    font-weight: 900;
    text-decoration: none;
}
.external-login-button:hover,
.external-login-button:focus-visible {
    border-color: rgba(47, 125, 79, 0.42);
    background: #ffffff;
    color: var(--pc-hop-dark);
}
.auth-panel label { display: grid; gap: 0.35rem; color: var(--pc-hop-dark); font-size: 0.82rem; font-weight: 950; text-transform: uppercase; letter-spacing: 0.07em; }
.auth-panel label span { color: var(--pc-muted); text-transform: none; letter-spacing: normal; font-weight: 700; }
.auth-panel input[type="text"], .auth-panel input[type="email"], .auth-panel input[type="password"], .auth-panel input:not([type]) { width: 100%; min-height: 3rem; border: 1px solid var(--pc-line); border-radius: var(--pc-radius-sm); padding: 0 0.9rem; background: var(--pc-foam); color: var(--pc-ink); transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.auth-panel input:focus { border-color: rgba(47, 125, 79, 0.55); background: #ffffff; outline: 0; box-shadow: var(--pc-focus); }
.checkbox-row { grid-template-columns: auto 1fr; align-items: start; text-transform: none !important; letter-spacing: normal !important; color: var(--pc-ink) !important; }
.checkbox-row input { margin-top: 0.25rem; }
.turnstile-box, .form-note, .form-success, .form-errors { padding: 0.9rem; border-radius: 0.8rem; }
.form-note { background: rgba(216,137,28,.16); color: #7a4310; }
.form-success { background: rgba(94,119,56,.16); color: var(--pc-hop-dark); font-weight: 850; }
.form-errors { background: rgba(184,48,32,.10); color: #8b2216; font-weight: 800; }
.form-errors p { margin: 0.2rem 0; color: inherit; }

@media (max-width: 920px) {
    .prostcast-site-header { grid-template-columns: minmax(0, 1fr) auto; }
    .prostcast-menu-toggle {
        width: 2.8rem;
        height: 2.8rem;
        display: inline-grid;
        place-items: center;
        gap: 0.18rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
        cursor: pointer;
    }

    .prostcast-menu-toggle span {
        width: 1.15rem;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transition: transform .2s ease, opacity .2s ease;
    }

    .nav-open .prostcast-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .nav-open .prostcast-menu-toggle span:nth-child(2) { opacity: 0; }
    .nav-open .prostcast-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

    .prostcast-nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1090;
        display: block;
        background: rgba(8, 13, 11, 0.72);
        opacity: 0;
        pointer-events: none;
        backdrop-filter: blur(10px);
        transition: opacity .2s ease;
    }

    .nav-open .prostcast-nav-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .prostcast-main-nav {
        position: fixed;
        top: calc(4.55rem + env(safe-area-inset-top));
        right: max(0.75rem, env(safe-area-inset-right));
        left: max(0.75rem, env(safe-area-inset-left));
        bottom: auto;
        z-index: 1100;
        width: auto;
        max-height: calc(100dvh - 5.45rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        display: none;
        flex-direction: column;
        gap: 0.72rem;
        padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom));
        border: 1px solid rgba(234, 255, 104, 0.42);
        border-radius: 1.35rem;
        background:
            radial-gradient(circle at 12% 0%, rgba(234, 255, 104, 0.18), transparent 18rem),
            linear-gradient(145deg, rgba(8, 13, 11, 0.98), rgba(19, 37, 29, 0.98));
        box-shadow: 0 34px 100px rgba(0, 0, 0, 0.52);
        opacity: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        pointer-events: none;
        transform: translateY(-0.75rem) scale(0.98);
        visibility: hidden;
    }

    .nav-open .prostcast-main-nav,
    .nav-closing .prostcast-main-nav {
        display: flex;
    }

    .nav-open .prostcast-main-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
        visibility: visible;
        animation: prostcast-nav-enter .24s ease both;
    }

    .nav-closing .prostcast-main-nav {
        animation: prostcast-nav-exit .24s ease both;
    }

    @keyframes prostcast-nav-enter {
        from { opacity: 0; transform: translateY(-0.75rem) scale(0.98); visibility: hidden; }
        to { opacity: 1; transform: translateY(0) scale(1); visibility: visible; }
    }

    @keyframes prostcast-nav-exit {
        from { opacity: 1; transform: translateY(0) scale(1); visibility: visible; }
        to { opacity: 0; transform: translateY(-0.75rem) scale(0.98); visibility: hidden; }
    }

    .prostcast-mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.3rem 0.25rem 0.55rem;
        color: #f8fafc;
    }

    .prostcast-mobile-nav-head strong {
        color: #eaff68;
        font-size: 1.1rem;
        font-weight: 1000;
        letter-spacing: -0.03em;
        text-transform: uppercase;
    }

    .prostcast-mobile-nav-head button {
        width: 2.5rem;
        height: 2.5rem;
        border: 1px solid rgba(234, 255, 104, 0.38);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        color: #f8fafc;
        cursor: pointer;
        font-size: 1.45rem;
        line-height: 1;
    }

    .prostcast-main-nav a {
        width: 100%;
        min-height: 3.65rem;
        justify-content: flex-start;
        gap: 0.8rem;
        padding: 0 1rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 1rem;
        color: #f8fafc;
        background: rgba(255, 255, 255, 0.08);
        font-size: 1.08rem;
    }

    .prostcast-main-nav a svg {
        width: 1.25rem;
        height: 1.25rem;
        flex: 0 0 auto;
        color: #eaff68;
    }

    .prostcast-main-nav a:hover,
    .prostcast-main-nav a:focus-visible {
        border-color: rgba(234, 255, 104, 0.46);
        background: rgba(234, 255, 104, 0.13);
        color: #ffffff;
    }

    .prostcast-mobile-cta {
        display: inline-flex !important;
        margin-top: 0.35rem;
        background: #eaff68 !important;
        color: #080d0b !important;
        justify-content: center !important;
    }

    .prostcast-mobile-logout {
        display: block;
        width: 100%;
    }

    .prostcast-mobile-logout button {
        width: 100%;
        min-height: 3.65rem;
        justify-content: center;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.08);
        color: #f8fafc;
        font-size: 1.08rem;
    }

    .prostcast-header-cta,
    .prostcast-header-account-actions { display: none; }
    .hero-grid, .brewery-claim-section, .auth-page { grid-template-columns: 1fr; }
    .episode-grid, .feature-grid { grid-template-columns: 1fr; }
    .feature-card.tall { grid-row: auto; }
    .section-head { display: block; }
}

@media (max-width: 560px) {
    .prostcast-site-header {
        gap: 0.7rem;
        padding: 0.7rem 0.85rem;
    }

    .prostcast-brand-mark {
        width: 2.45rem;
        height: 2.45rem;
        border-radius: 0.72rem;
    }

    .prostcast-brand strong { font-size: 1rem; }
    .prostcast-brand small { font-size: 0.78rem; }

    .hero-copy h1 {
        font-size: clamp(2.65rem, 16vw, 4.4rem);
    }

    .hero-actions .btn { width: 100%; }

    .prostcast-site-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Editorial home redesign inspired by culture/broadcast layouts: no copied content, just the stronger look-and-feel. */
.prostcast-site-header {
    background: rgba(8, 13, 11, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.prostcast-brand-mark {
    background: #080d0b;
    color: #f8fafc;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

.prostcast-header-cta {
    background: #eaff68;
    color: #080d0b;
}

.site-shell-home.home-stage {
    padding: 0 0 clamp(1.5rem, 4vw, 3.25rem);
    background: #080d0b;
    color: #f8fafc;
}

.home-stage .eyebrow,
.home-stage .poster-kicker {
    color: #eaff68;
}

.home-hero-poster {
    position: relative;
    isolation: isolate;
    min-height: min(88vh, 58rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.62fr);
    gap: clamp(1rem, 4vw, 3rem);
    align-items: stretch;
    overflow: hidden;
    padding: clamp(1rem, 2vw, 2rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background:
        radial-gradient(circle at 18% 20%, rgba(234, 255, 104, 0.16), transparent 24rem),
        radial-gradient(circle at 90% 12%, rgba(47, 125, 79, 0.26), transparent 28rem),
        linear-gradient(135deg, #080d0b 0%, #101916 58%, #080d0b 100%);
}

.home-hero-poster::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.28;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 4.5rem 4.5rem;
    mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

.home-hero-copy {
    min-height: 34rem;
    display: grid;
    align-content: end;
    padding: clamp(1.25rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: clamp(1rem, 2vw, 2rem);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 30px 90px rgba(0, 0, 0, 0.28);
}

.poster-kicker {
    margin: 0 0 1rem;
    font-size: clamp(0.78rem, 1.4vw, 1rem);
    font-weight: 950;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.home-hero-copy h1 {
    max-width: 9.5ch;
    margin: 0;
    font-family: var(--pc-sans);
    font-size: clamp(4.4rem, 14vw, 13rem);
    font-weight: 1000;
    letter-spacing: -0.105em;
    line-height: 0.76;
    text-transform: uppercase;
}

.home-hero-copy p:not(.poster-kicker) {
    max-width: 54rem;
    margin: 1.35rem 0 0;
    color: rgba(248, 250, 252, 0.74);
    font-size: clamp(1.02rem, 1.6vw, 1.35rem);
    line-height: 1.45;
}

.poster-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.45rem;
}

.home-stage .btn-primary {
    background: #eaff68;
    color: #080d0b;
    box-shadow: 0 16px 34px rgba(234, 255, 104, 0.16);
}

.home-stage .btn-primary:hover,
.home-stage .btn-primary:focus-visible {
    background: #f2ff9c;
}

.home-stage .btn-secondary {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
    color: #f8fafc;
}

.home-stage .btn-secondary:hover,
.home-stage .btn-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.14);
}

.home-hero-visual {
    position: relative;
    min-height: 34rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: clamp(1rem, 2vw, 2rem);
    background:
        linear-gradient(160deg, rgba(234, 255, 104, 0.92), rgba(238, 247, 239, 0.86) 42%, rgba(47, 125, 79, 0.8));
    color: #080d0b;
}

.home-hero-podcast {
    display: grid;
    align-content: end;
    padding: clamp(1rem, 3vw, 1.5rem);
    background:
        linear-gradient(180deg, rgba(8, 13, 11, 0.08), rgba(8, 13, 11, 0.78)),
        linear-gradient(90deg, rgba(8, 13, 11, 0.42), rgba(8, 13, 11, 0.1)),
        url('/media/home/latest-podcast-background.jpg') center / cover no-repeat;
    color: #f8fafc;
}

.home-hero-podcast::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 12%, rgba(234, 255, 104, 0.22), transparent 15rem),
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: auto, 3.5rem 3.5rem, 3.5rem 3.5rem;
    opacity: 0.38;
    pointer-events: none;
}

.home-hero-podcast-card {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.8rem;
    max-width: 34rem;
    padding: clamp(1rem, 3vw, 1.35rem);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.2rem;
    background: rgba(8, 13, 11, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 64px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
}

.home-hero-podcast-card h2 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2rem, 5vw, 4.6rem);
    font-weight: 1000;
    letter-spacing: -0.085em;
    line-height: 0.86;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-hero-podcast-card p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: rgba(248, 250, 252, 0.74);
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home-hero-podcast-card .episode-actions a {
    color: #eaff68;
}

.hero-marquee {
    position: absolute;
    left: -2rem;
    right: -2rem;
    top: clamp(11rem, 42%, 19rem);
    display: flex;
    gap: 1rem;
    width: max-content;
    transform: translate3d(0, 0, 0) rotate(-8deg);
    animation: prostcast-marquee 26s cubic-bezier(0.72, 0, 0.26, 1) infinite;
}

.hero-marquee span {
    display: inline-flex;
    align-items: center;
    min-height: 4.8rem;
    padding: 0 1rem;
    background: #080d0b;
    color: #eaff68;
    font-size: clamp(2.4rem, 6vw, 6rem);
    font-weight: 1000;
    letter-spacing: -0.08em;
    line-height: 0.85;
    text-transform: uppercase;
    white-space: nowrap;
}

.poster-orbit {
    position: absolute;
    border: 1px solid rgba(8, 13, 11, 0.28);
    border-radius: 999px;
    animation: prostcast-spin 18s linear infinite;
}

.poster-orbit-one {
    width: 18rem;
    height: 18rem;
    top: 2rem;
    right: -5rem;
}

.poster-orbit-two {
    width: 10rem;
    height: 10rem;
    left: 2rem;
    bottom: 2rem;
    animation-duration: 12s;
    animation-direction: reverse;
}

.poster-card-stack {
    position: absolute;
    top: clamp(1rem, 4vw, 3rem);
    left: clamp(1rem, 4vw, 2rem);
    right: clamp(1rem, 4vw, 2rem);
    display: grid;
    gap: 0.55rem;
    padding: 1rem;
    border: 1px solid rgba(8, 13, 11, 0.22);
    border-radius: 1.1rem;
    background: rgba(255, 253, 248, 0.72);
    backdrop-filter: blur(10px);
}

.poster-card-stack span,
.poster-card-stack small {
    overflow: hidden;
    color: rgba(8, 13, 11, 0.64);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.poster-card-stack strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(1.5rem, 3vw, 2.45rem);
    letter-spacing: -0.055em;
    line-height: 0.95;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-ticker-band {
    display: flex;
    gap: 0;
    overflow: hidden;
    border-block: 1px solid rgba(255, 255, 255, 0.18);
    background: #eaff68;
    color: #080d0b;
}

.home-ticker-band a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 0.78rem clamp(1rem, 3vw, 2rem);
    border-right: 1px solid rgba(8, 13, 11, 0.22);
    color: #080d0b;
    font-size: clamp(0.9rem, 1.5vw, 1.25rem);
    font-weight: 1000;
    letter-spacing: -0.03em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.home-ticker-band a:hover,
.home-ticker-band a:focus-visible {
    background: #080d0b;
    color: #eaff68;
    transform: translateY(-1px);
}

.home-review-band,
.podcast-editorial-section,
.home-map-callout,
.platform-band-editorial {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem);
}

.editorial-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.45fr) minmax(16rem, 0.75fr);
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
}

.editorial-head-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1rem, 3vw, 1.6rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 7% 0%, rgba(234, 255, 104, 0.18), transparent 18rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 70px rgba(0, 0, 0, 0.22);
}

.editorial-head-card::after {
    content: "PROSTCAST";
    position: absolute;
    right: -0.3rem;
    bottom: -0.42em;
    color: rgba(255, 255, 255, 0.045);
    font-size: clamp(4rem, 12vw, 11rem);
    font-weight: 1000;
    letter-spacing: -0.09em;
    line-height: 1;
    pointer-events: none;
}

.editorial-head-label {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.45rem;
    align-self: stretch;
    align-content: space-between;
    min-height: 8rem;
    padding: 0.9rem;
    border-radius: 1rem;
    background: #eaff68;
    color: #080d0b;
}

.editorial-head-label .eyebrow {
    color: #080d0b;
}

.editorial-head-label span {
    max-width: 12rem;
    color: rgba(8, 13, 11, 0.72);
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.editorial-head-card h2,
.editorial-head-card > p {
    position: relative;
    z-index: 1;
}

.editorial-head h2,
.podcast-lead-card h2,
.home-map-callout h2 {
    margin: 0;
    color: #f8fafc;
    font-family: var(--pc-sans);
    font-size: clamp(2.4rem, 7vw, 6rem);
    font-weight: 1000;
    letter-spacing: -0.09em;
    line-height: 0.84;
    text-transform: uppercase;
}

.editorial-head p:last-child,
.podcast-lead-card p,
.home-map-callout p {
    margin: 0;
    color: rgba(248, 250, 252, 0.68);
    line-height: 1.5;
}

.review-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.review-card {
    min-height: 16rem;
    display: grid;
    gap: 0.85rem;
    align-content: space-between;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.065);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.review-card-topline,
.review-card footer {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
}

.review-card-topline strong,
.review-card footer span,
.review-card footer time,
.review-beer {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.review-card-topline strong {
    color: #f8fafc;
    font-size: 1.05rem;
    font-weight: 950;
}

.review-card-topline span {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0.25rem 0.5rem;
    background: #eaff68;
    color: #080d0b;
    font-size: 0.78rem;
    font-weight: 1000;
}

.review-beer {
    margin: 0;
    color: #eaff68;
    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.review-text {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: rgba(248, 250, 252, 0.78);
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.review-card footer {
    color: rgba(248, 250, 252, 0.58);
    font-size: 0.84rem;
    font-weight: 800;
}

.review-card-empty {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(234, 255, 104, 0.12), rgba(255, 255, 255, 0.06));
}

.review-card-empty a {
    color: #eaff68;
    font-weight: 950;
    text-decoration: none;
}

.top-breweries-community {
    margin-top: 1rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at top right, rgba(234, 255, 104, 0.12), transparent 20rem),
        rgba(255, 255, 255, 0.055);
}

.top-breweries-head {
    display: flex;
    gap: 1rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.top-breweries-head h3 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2rem, 5vw, 4.2rem);
    font-weight: 1000;
    letter-spacing: -0.085em;
    line-height: 0.88;
    text-transform: uppercase;
}

.top-breweries-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: flex-end;
}

.top-breweries-tabs button {
    min-height: 2.45rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 0 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(248, 250, 252, 0.8);
    font-weight: 950;
    text-transform: uppercase;
}

.top-breweries-tabs button:hover,
.top-breweries-tabs button:focus-visible,
.top-breweries-tabs button.is-active {
    border-color: #eaff68;
    background: #eaff68;
    color: #080d0b;
}

.top-breweries-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.top-brewery-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    min-height: 7rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.075);
}

.top-brewery-rank {
    display: inline-grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 999px;
    background: #eaff68;
    color: #080d0b;
    font-weight: 1000;
}

.top-brewery-card h4 {
    overflow: hidden;
    margin: 0;
    color: #f8fafc;
    font-size: 1.08rem;
    font-weight: 1000;
    letter-spacing: -0.04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.top-brewery-card p {
    overflow: hidden;
    margin: 0.2rem 0 0;
    color: rgba(248, 250, 252, 0.56);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-brewery-card strong {
    color: #eaff68;
    font-size: 1.2rem;
    font-weight: 1000;
}

.top-brewery-card small {
    grid-column: 2 / -1;
    color: rgba(248, 250, 252, 0.58);
    font-weight: 850;
}

.top-brewery-card-empty {
    grid-column: span 2;
}

.podcast-editorial-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem;
    align-items: start;
}

.podcast-lead-card {
    position: sticky;
    top: 5.5rem;
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.065);
}

.podcast-lead-card .podcast-cover {
    border-radius: 1rem;
    box-shadow: none;
}

.episode-grid-editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-stage .episode-card {
    min-height: 17rem;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.92);
    color: #080d0b;
}

.home-stage .episode-card h3 {
    color: #080d0b;
    font-family: var(--pc-sans);
    font-weight: 1000;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.home-stage .episode-card a {
    color: #17402c;
}

.home-map-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.6fr);
    gap: 1rem;
    align-items: stretch;
}

.home-map-callout > div:first-child,
.home-map-callout .claim-list {
    padding: clamp(1rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.065);
}

.home-map-callout .claim-list span {
    background: #eaff68;
    color: #080d0b;
}

.platform-band-editorial {
    justify-content: center;
    padding-top: 0;
}

.platform-band-editorial a {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
}

.platform-band-editorial a:hover,
.platform-band-editorial a:focus-visible {
    background: #eaff68;
    color: #080d0b;
}

.podcast-page-stage {
    background: #080d0b;
    color: #f8fafc;
}

.podcast-page-hero,
.podcast-info-grid,
.podcast-episode-section {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem);
}

.podcast-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.62fr);
    gap: 1rem;
    align-items: stretch;
}

.podcast-page-hero > div,
.podcast-now-card,
.podcast-info-grid article {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.065);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.podcast-page-hero > div {
    display: grid;
    align-content: end;
    min-height: 32rem;
    padding: clamp(1.25rem, 5vw, 4rem);
    background:
        radial-gradient(circle at 0% 10%, rgba(234, 255, 104, 0.18), transparent 26rem),
        rgba(255, 255, 255, 0.055);
}

.podcast-page-hero h1 {
    max-width: 9ch;
    margin: 0;
    font-size: clamp(4rem, 12vw, 11rem);
    font-weight: 1000;
    letter-spacing: -0.105em;
    line-height: 0.78;
    text-transform: uppercase;
}

.podcast-page-hero p:not(.poster-kicker),
.podcast-now-card p,
.podcast-info-grid p {
    color: rgba(248, 250, 252, 0.72);
    line-height: 1.5;
}

.podcast-now-card {
    display: grid;
    gap: 1rem;
    align-content: start;
    padding: 1rem;
}

.podcast-now-card .podcast-cover {
    width: 100%;
    border-radius: 1rem;
}

.podcast-now-card h2,
.podcast-info-grid h2 {
    margin: 0;
    color: #f8fafc;
    font-weight: 1000;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.podcast-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.podcast-info-grid article {
    min-height: 13rem;
    padding: 1rem;
}

.podcast-info-grid span {
    display: inline-flex;
    margin-bottom: 1rem;
    border-radius: 999px;
    padding: 0.25rem 0.6rem;
    background: #eaff68;
    color: #080d0b;
    font-weight: 1000;
}

@keyframes prostcast-marquee {
    0% {
        opacity: 0;
        transform: translate3d(8%, -0.8rem, 0) rotate(-8deg);
    }
    8% { opacity: 1; }
    78% {
        opacity: 1;
        transform: translate3d(-38%, 0, 0) rotate(-8deg);
    }
    100% {
        opacity: 0;
        transform: translate3d(-52%, 9rem, 0) rotate(-8deg);
    }
}

@keyframes prostcast-spin {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-marquee,
    .poster-orbit {
        animation: none;
    }
}

@media (max-width: 980px) {
    .home-hero-poster,
    .podcast-editorial-section,
    .podcast-page-hero,
    .podcast-info-grid,
    .home-map-callout,
    .editorial-head {
        grid-template-columns: 1fr;
    }

    .home-hero-poster {
        min-height: auto;
    }

    .home-hero-copy,
    .home-hero-visual {
        min-height: 27rem;
    }

    .podcast-lead-card {
        position: static;
    }

    .review-strip,
    .episode-grid-editorial,
    .top-breweries-grid {
        grid-template-columns: 1fr;
    }

    .top-breweries-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .top-breweries-tabs {
        justify-content: flex-start;
    }

    .review-card-empty {
        grid-column: auto;
    }

    .top-brewery-card-empty {
        grid-column: auto;
    }
}

@media (max-width: 620px) {
    .home-hero-poster,
    .home-review-band,
    .podcast-editorial-section,
    .home-map-callout,
    .platform-band-editorial {
        padding: 0.85rem;
    }

    .home-hero-copy h1 {
        font-size: clamp(3.35rem, 19vw, 5.5rem);
    }

    .home-hero-copy,
    .home-hero-visual {
        min-height: 23rem;
        border-radius: 1rem;
    }

    .poster-actions .btn {
        width: 100%;
    }

    .hero-marquee {
        top: 12rem;
    }

    .hero-marquee span {
        min-height: 3.6rem;
        font-size: 2.25rem;
    }

    .editorial-head h2,
    .podcast-lead-card h2,
    .home-map-callout h2 {
        font-size: clamp(2.45rem, 15vw, 4.5rem);
    }
}

/* Editorial subpage system: keeps account, legal and system pages aligned with the dark home stage. */
.editorial-subpage {
    position: relative;
    isolation: isolate;
    min-height: calc(100vh - 4.3rem);
    background:
        radial-gradient(circle at 12% 10%, rgba(234, 255, 104, 0.16), transparent 28rem),
        radial-gradient(circle at 90% 16%, rgba(47, 125, 79, 0.25), transparent 30rem),
        linear-gradient(135deg, #080d0b 0%, #101916 58%, #080d0b 100%);
    color: #f8fafc;
}

.editorial-subpage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.22;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 4.5rem 4.5rem;
    mask-image: linear-gradient(180deg, #000 0%, transparent 94%);
}

.editorial-subpage-panel,
.auth-panel,
.auth-aside,
.legal-panel {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        radial-gradient(circle at 8% 0%, rgba(234, 255, 104, 0.12), transparent 18rem),
        rgba(255, 255, 255, 0.065);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 30px 90px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

.auth-page {
    grid-template-columns: minmax(0, 42rem) minmax(18rem, 30rem);
    align-items: stretch;
}

.auth-page.compact {
    align-items: center;
}

.auth-panel,
.auth-aside,
.legal-panel,
.error-panel {
    border-radius: clamp(1rem, 2vw, 1.45rem);
    padding: clamp(1.25rem, 4vw, 2.5rem);
}

.auth-panel h1,
.legal-panel h1,
.error-panel h1 {
    max-width: 10ch;
    margin: 0;
    color: #f8fafc;
    font-family: var(--pc-sans);
    font-size: clamp(3.2rem, 8vw, 7rem);
    font-weight: 1000;
    letter-spacing: -0.105em;
    line-height: 0.78;
    text-transform: uppercase;
}

.auth-panel p,
.auth-aside li,
.legal-panel p:not(.eyebrow),
.error-panel p {
    color: rgba(248, 250, 252, 0.72);
    line-height: 1.55;
}

.auth-panel > p:not(.eyebrow),
.legal-panel p:not(.eyebrow),
.error-panel > p {
    max-width: 44rem;
    margin-top: 1rem;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.editorial-subpage .eyebrow {
    color: #eaff68;
}

.editorial-subpage .back-link {
    width: fit-content;
    min-height: 2.35rem;
    align-items: center;
    margin-bottom: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 0 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
}

.editorial-subpage .back-link:hover,
.editorial-subpage .back-link:focus-visible {
    background: #eaff68;
    color: #080d0b;
    text-decoration: none;
}

.auth-panel form {
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.external-login-panel {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.075);
}

.external-login-panel h2,
.auth-aside h2 {
    margin: 0;
    color: #f8fafc;
    font-family: var(--pc-sans);
    font-weight: 1000;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.external-login-panel p {
    color: rgba(248, 250, 252, 0.64);
}

.external-login-button {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.09);
    color: #f8fafc;
}

.external-login-button:hover,
.external-login-button:focus-visible {
    border-color: #eaff68;
    background: #eaff68;
    color: #080d0b;
}

.auth-panel label {
    color: rgba(248, 250, 252, 0.76);
}

.auth-panel label span {
    color: rgba(248, 250, 252, 0.54);
}

.auth-panel input[type="text"],
.auth-panel input[type="email"],
.auth-panel input[type="password"],
.auth-panel input:not([type]) {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(8, 13, 11, 0.72);
    color: #f8fafc;
}

.auth-panel input:focus {
    border-color: rgba(234, 255, 104, 0.72);
    background: rgba(8, 13, 11, 0.92);
    box-shadow: 0 0 0 4px rgba(234, 255, 104, 0.18);
}

.checkbox-row {
    color: rgba(248, 250, 252, 0.82) !important;
}

.checkbox-row input {
    accent-color: #eaff68;
}

.editorial-subpage .btn-primary,
.editorial-subpage button.btn-primary {
    background: #eaff68;
    color: #080d0b;
    box-shadow: 0 16px 34px rgba(234, 255, 104, 0.16);
}

.editorial-subpage .btn-secondary {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
    color: #f8fafc;
}

.editorial-subpage .form-note,
.editorial-subpage .form-success,
.editorial-subpage .form-errors,
.editorial-subpage .turnstile-box {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(248, 250, 252, 0.82);
}

.editorial-subpage .form-success {
    border-color: rgba(234, 255, 104, 0.28);
    color: #eaff68;
}

.editorial-subpage .form-errors {
    border-color: rgba(255, 180, 168, 0.32);
    color: #ffb4a8;
}

.auth-benefit-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: end;
    gap: 1rem;
    background:
        radial-gradient(circle at 28% 18%, rgba(234, 255, 104, 0.22), transparent 18rem),
        linear-gradient(160deg, rgba(234, 255, 104, 0.12), rgba(255, 255, 255, 0.06) 42%, rgba(47, 125, 79, 0.18));
}

.auth-benefit-panel::after {
    content: "COMMUNITY";
    position: absolute;
    right: -0.45rem;
    bottom: -0.26em;
    color: rgba(255, 255, 255, 0.055);
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 1000;
    letter-spacing: -0.09em;
    line-height: 1;
}

.auth-benefit-panel > * {
    position: relative;
    z-index: 1;
}

.auth-benefit-panel img {
    width: clamp(4.8rem, 10vw, 7rem);
    border-radius: 1.35rem;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.auth-benefit-panel ul {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.auth-benefit-panel li {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.075);
    font-weight: 850;
}

.legal-page,
.error-page {
    display: grid;
    align-items: center;
}

.legal-panel,
.error-panel {
    width: min(100%, 58rem);
    margin: 1rem auto;
}

.error-panel code {
    color: #eaff68;
    overflow-wrap: anywhere;
}

@media (max-width: 920px) {
    .auth-page {
        grid-template-columns: 1fr;
    }
}

.legal-content {
    display: grid;
    gap: 1rem;
}

.legal-content .legal-updated {
    width: fit-content;
    margin: 0.35rem 0 0;
    border: 1px solid rgba(234, 255, 104, 0.28);
    border-radius: 999px;
    padding: 0.28rem 0.7rem;
    background: rgba(234, 255, 104, 0.1);
    color: #eaff68;
    font-size: 0.84rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-content h2 {
    margin: 1.15rem 0 0;
    color: #f8fafc;
    font-size: clamp(1.35rem, 2.5vw, 2.2rem);
    font-weight: 1000;
    letter-spacing: -0.055em;
    line-height: 1;
    text-transform: uppercase;
}

.legal-content ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding-left: 1.2rem;
    color: rgba(248, 250, 252, 0.72);
    line-height: 1.55;
}

.legal-content li::marker {
    color: #eaff68;
}

.legal-content a {
    color: #eaff68;
    font-weight: 900;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

/* Episode carousel: show all current podcast episodes newest-first, horizontally scrollable. */
.episode-grid-editorial {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(17rem, min(82vw, 24rem));
    grid-template-columns: none;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 0.9rem;
    scroll-padding-inline: 0.25rem;
    scroll-snap-type: x proximity;
    scrollbar-color: #eaff68 rgba(255, 255, 255, 0.12);
}

.episode-grid-editorial::-webkit-scrollbar {
    height: 0.62rem;
}

.episode-grid-editorial::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.episode-grid-editorial::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #eaff68;
}

.episode-grid-editorial .episode-card {
    scroll-snap-align: start;
}

.community-comments-panel {
    margin-top: 1rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at top right, rgba(234, 255, 104, 0.12), transparent 20rem),
        rgba(255, 255, 255, 0.055);
}

.community-comments-head {
    display: flex;
    gap: 1rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.community-comments-head h3 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2rem, 5vw, 4.2rem);
    font-weight: 1000;
    letter-spacing: -0.085em;
    line-height: 0.88;
    text-transform: uppercase;
}

.community-comments-head > a {
    min-height: 2.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaff68;
    border-radius: 999px;
    padding: 0 0.9rem;
    background: #eaff68;
    color: #080d0b;
    font-weight: 1000;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.community-comments-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.community-comment-card {
    min-height: 13rem;
}

@media (max-width: 980px) {
    .community-comments-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .community-comments-grid {
        grid-template-columns: 1fr;
    }
}

/* Podcast page refinements: latest episode visual and darker episode carousel cards. */
.podcast-now-hero {
    position: relative;
    overflow: hidden;
    align-content: end;
    min-height: 32rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    background:
        linear-gradient(180deg, rgba(8, 13, 11, 0.08), rgba(8, 13, 11, 0.8)),
        linear-gradient(90deg, rgba(8, 13, 11, 0.5), rgba(8, 13, 11, 0.08)),
        url('/media/home/latest-podcast-background.jpg') center / cover no-repeat;
}

.podcast-now-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 12%, rgba(234, 255, 104, 0.2), transparent 15rem),
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: auto, 3.5rem 3.5rem, 3.5rem 3.5rem;
    opacity: 0.38;
    pointer-events: none;
}

.podcast-now-hero .hero-marquee {
    top: 42%;
    z-index: 1;
}

.podcast-now-content {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.8rem;
    padding: clamp(1rem, 3vw, 1.35rem);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.2rem;
    background: rgba(8, 13, 11, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 64px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
}

.podcast-now-content h2 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2rem, 5vw, 4.4rem);
    font-weight: 1000;
    letter-spacing: -0.085em;
    line-height: 0.86;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.podcast-now-content p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: rgba(248, 250, 252, 0.74);
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.podcast-episodes-label {
    min-height: 100%;
}

.podcast-episodes-label small {
    display: block;
    color: rgba(8, 13, 11, 0.68);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1.35;
    text-transform: none;
}

.podcast-page-stage .episode-grid-editorial {
    grid-auto-columns: minmax(18.5rem, min(84vw, 26rem));
}

.podcast-page-stage .episode-card {
    min-height: 20rem;
    align-content: space-between;
    border-color: rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at top right, rgba(234, 255, 104, 0.13), transparent 13rem),
        rgba(255, 255, 255, 0.075);
    color: #f8fafc;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.podcast-page-stage .episode-card time {
    color: #eaff68;
}

.podcast-page-stage .episode-card h3 {
    color: #f8fafc;
    font-family: var(--pc-sans);
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    font-weight: 1000;
    letter-spacing: -0.055em;
    line-height: 0.95;
    text-transform: uppercase;
    -webkit-line-clamp: 3;
}

.podcast-page-stage .episode-card p {
    color: rgba(248, 250, 252, 0.68);
    -webkit-line-clamp: 5;
}

.podcast-page-stage .episode-card a {
    color: #eaff68;
}

/* Real 2x3 podcast carousel with page buttons. */
.podcast-episode-carousel {
    display: grid;
    gap: 0.75rem;
}

.podcast-episode-header {
    display: grid;
    gap: 0.18rem;
}

.podcast-episode-header h2,
.podcast-episode-header h3 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    letter-spacing: -0.04em;
    color: #f8fafc;
}

.podcast-carousel-controls {
    display: flex;
    gap: 0.55rem;
    justify-content: flex-end;
}

.podcast-carousel-controls button {
    width: 3rem;
    height: 3rem;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(234, 255, 104, 0.44);
    border-radius: 999px;
    background: #eaff68;
    color: #080d0b;
    font-size: 1.3rem;
    font-weight: 1000;
    line-height: 1;
    transition: transform 160ms ease, background 160ms ease;
}

.podcast-carousel-controls button:hover,
.podcast-carousel-controls button:focus-visible {
    background: #f2ff9c;
    transform: translateY(-1px);
}

.podcast-carousel-controls button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
    transform: none;
}

.podcast-episode-carousel .episode-grid-editorial {
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 2rem) / 3);
    grid-template-rows: repeat(2, minmax(18rem, 1fr));
    align-items: stretch;
    min-height: calc(36rem + 1rem);
    padding: 0.1rem 0 1rem;
    scroll-snap-type: x mandatory;
}

.podcast-episode-carousel .episode-card {
    height: 100%;
    min-height: 0;
}

.podcast-page-stage h2 + p,
.podcast-page-stage .episode-card h3 + p {
    margin-top: 0.95rem;
}

.podcast-info-grid h2 + p,
.podcast-now-content h2 + p,
.podcast-episode-section .editorial-head h2 + p {
    margin-top: 1.15rem;
}

@media (max-width: 980px) {
    .podcast-episode-carousel .episode-grid-editorial {
        grid-auto-columns: calc((100% - 1rem) / 2);
        grid-template-rows: repeat(2, minmax(17rem, 1fr));
        min-height: calc(34rem + 1rem);
    }
}

@media (max-width: 640px) {
    .podcast-carousel-controls {
        justify-content: flex-start;
    }

    .podcast-episode-carousel .episode-grid-editorial {
        grid-auto-columns: min(86vw, 23rem);
        grid-template-rows: repeat(2, minmax(16rem, 1fr));
        min-height: calc(32rem + 1rem);
    }
}

/* Shared progressive episode carousel on home and podcast pages. */
.podcast-editorial-section {
    grid-template-columns: 1fr;
}

.podcast-editorial-section .podcast-lead-card {
    position: relative;
    top: auto;
    grid-template-columns: minmax(12rem, 0.25fr) minmax(0, 1fr);
    align-items: center;
}

.home-podcast-carousel {
    min-width: 0;
}

.podcast-episode-carousel .episode-grid-editorial {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
}

.podcast-episode-carousel .episode-grid-editorial::-webkit-scrollbar {
    display: none;
}

.podcast-episode-carousel .episode-card {
    display: grid;
    align-content: space-between;
    border-color: rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at top right, rgba(234, 255, 104, 0.13), transparent 13rem),
        rgba(255, 255, 255, 0.075);
    color: #f8fafc;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.podcast-episode-carousel .episode-card time {
    color: #eaff68;
}

.podcast-episode-carousel .episode-card h3 {
    color: #f8fafc;
    font-family: var(--pc-sans);
    font-weight: 1000;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.podcast-episode-carousel .episode-card p {
    color: rgba(248, 250, 252, 0.68);
}

.podcast-episode-carousel .episode-card a {
    color: #eaff68;
}

@media (max-width: 760px) {
    .podcast-editorial-section .podcast-lead-card {
        grid-template-columns: 1fr;
    }
}

/* ProstCast.Beer Twitch live moments. */
.home-live-hero,
.home-twitch-row {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    border: 1px solid rgba(234, 255, 104, 0.34);
    border-radius: clamp(1.2rem, 3vw, 2.2rem);
    background:
        radial-gradient(circle at 12% 20%, rgba(145, 71, 255, 0.42), transparent 20rem),
        radial-gradient(circle at 84% 18%, rgba(234, 255, 104, 0.2), transparent 18rem),
        linear-gradient(135deg, #080d0b 0%, #13251d 62%, #241247 100%);
    color: #f8fafc;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.home-live-hero::before,
.home-twitch-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 3.2rem 3.2rem;
    opacity: 0.22;
    pointer-events: none;
}

.home-live-hero > *,
.home-twitch-row > * {
    position: relative;
    z-index: 1;
}

.home-live-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: clamp(1.25rem, 4vw, 3rem);
}

.home-live-hero h2 {
    margin: 0;
    color: #eaff68;
    font-size: clamp(3rem, 10vw, 8.5rem);
    font-weight: 1000;
    letter-spacing: -0.1em;
    line-height: 0.82;
    text-transform: uppercase;
}

.home-live-hero p:not(.poster-kicker) {
    max-width: 48rem;
    margin: 1rem 0 0;
    color: rgba(248, 250, 252, 0.82);
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.55;
}

.home-twitch-row {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: clamp(1.1rem, 3vw, 2rem);
}

.home-twitch-row h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.25rem, 6vw, 5rem);
    font-weight: 1000;
    letter-spacing: -0.085em;
    line-height: 0.9;
    text-transform: uppercase;
}

.home-twitch-row p:not(.eyebrow) {
    max-width: 62rem;
    margin: 1rem 0 0;
    color: rgba(248, 250, 252, 0.76);
    line-height: 1.55;
}

.home-twitch-row .btn,
.home-live-hero .btn {
    white-space: nowrap;
}

@media (max-width: 760px) {
    .home-live-hero,
    .home-twitch-row {
        grid-template-columns: 1fr;
    }

    .home-twitch-row .btn,
    .home-live-hero .btn {
        width: 100%;
    }
}

/* 18+ entry gate for alcohol-related ProstCast content. */
.prostcast-age-gate-lock {
    overflow: hidden;
}

.prostcast-age-gate[hidden] {
    display: none !important;
}

.prostcast-age-gate {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 1rem;
    background:
        radial-gradient(circle at 20% 12%, rgba(234, 255, 104, 0.18), transparent 22rem),
        rgba(8, 13, 11, 0.88);
    color: #f8fafc;
    backdrop-filter: blur(18px);
}

.prostcast-age-gate-card {
    width: min(100%, 42rem);
    padding: clamp(1.25rem, 4vw, 2.5rem);
    border: 1px solid rgba(234, 255, 104, 0.34);
    border-radius: clamp(1.2rem, 3vw, 2rem);
    background:
        radial-gradient(circle at top right, rgba(145, 71, 255, 0.22), transparent 18rem),
        linear-gradient(135deg, #080d0b 0%, #13251d 100%);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.46);
}

.prostcast-age-gate-card h2 {
    margin: 0;
    color: #eaff68;
    font-size: clamp(2.5rem, 8vw, 5.4rem);
    font-weight: 1000;
    letter-spacing: -0.09em;
    line-height: 0.9;
    text-transform: uppercase;
}

.prostcast-age-gate-card p:not(.eyebrow) {
    margin: 1rem 0 0;
    color: rgba(248, 250, 252, 0.78);
    font-size: 1rem;
    line-height: 1.55;
}

.prostcast-age-gate-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.prostcast-age-gate-actions button,
.prostcast-age-gate-actions a {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(234, 255, 104, 0.5);
    border-radius: 999px;
    padding: 0 1.1rem;
    font-weight: 1000;
    text-decoration: none;
}

.prostcast-age-gate-actions button {
    background: #eaff68;
    color: #080d0b;
    cursor: pointer;
}

.prostcast-age-gate-actions a {
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
}

/* Podcast platform links and homepage support CTA. */
.podcast-quick-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.1rem;
}

.podcast-quick-platforms a {
    min-height: 3rem;
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    border: 1px solid rgba(234, 255, 104, 0.24);
    border-radius: 999px;
    padding: 0 0.95rem;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    text-decoration: none;
    font-weight: 1000;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.podcast-quick-platforms a:hover,
.podcast-quick-platforms a:focus-visible {
    background: #eaff68;
    color: #080d0b;
    transform: translateY(-1px);
}

.podcast-quick-platforms span {
    font-size: 1.15rem;
}

.podcast-platform-section,
.home-support-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: clamp(1.2rem, 3vw, 2rem);
    background:
        radial-gradient(circle at top right, rgba(234, 255, 104, 0.16), transparent 18rem),
        rgba(255, 255, 255, 0.065);
    color: #f8fafc;
}

.podcast-platform-section {
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr);
    align-items: start;
    padding: clamp(1rem, 3vw, 2rem);
}

.podcast-platform-section h2,
.home-support-cta h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.3rem, 6vw, 5rem);
    font-weight: 1000;
    letter-spacing: -0.085em;
    line-height: 0.9;
    text-transform: uppercase;
}

.podcast-platform-section p:not(.eyebrow),
.home-support-cta p:not(.eyebrow) {
    margin: 1rem 0 0;
    color: rgba(248, 250, 252, 0.72);
    line-height: 1.55;
}

.podcast-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.podcast-platform-grid a {
    min-height: 6.5rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.3rem 0.75rem;
    align-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding: 1rem;
    background: rgba(8, 13, 11, 0.46);
    color: #f8fafc;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.podcast-platform-grid a:hover,
.podcast-platform-grid a:focus-visible {
    border-color: rgba(234, 255, 104, 0.5);
    background: rgba(234, 255, 104, 0.12);
    transform: translateY(-2px);
}

.podcast-platform-grid span {
    grid-row: span 2;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-grid;
    place-items: center;
    border-radius: 0.75rem;
    background: #eaff68;
    color: #080d0b;
    font-size: 1.2rem;
}

.podcast-platform-grid strong {
    color: #f8fafc;
    font-weight: 1000;
}

.podcast-platform-grid small {
    color: rgba(248, 250, 252, 0.6);
    font-weight: 800;
}

.home-support-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: clamp(1.1rem, 3vw, 2rem);
    background:
        radial-gradient(circle at 12% 20%, rgba(234, 255, 104, 0.22), transparent 18rem),
        linear-gradient(135deg, #080d0b 0%, #13251d 100%);
}

.home-support-cta .btn {
    white-space: nowrap;
}

@media (max-width: 900px) {
    .podcast-platform-section,
    .home-support-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .podcast-platform-grid {
        grid-template-columns: 1fr;
    }

    .home-support-cta .btn {
        width: 100%;
    }
}

/* Cookie and privacy consent banner. */
.prostcast-cookie-banner[hidden] {
    display: none !important;
}

.prostcast-cookie-banner {
    position: fixed;
    right: clamp(0.75rem, 2vw, 1.5rem);
    bottom: clamp(0.75rem, 2vw, 1.5rem);
    left: clamp(0.75rem, 2vw, 1.5rem);
    z-index: 2600;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
    max-width: 72rem;
    margin: 0 auto;
    border: 1px solid rgba(234, 255, 104, 0.34);
    border-radius: clamp(1rem, 2vw, 1.35rem);
    padding: clamp(1rem, 2.5vw, 1.35rem);
    background:
        radial-gradient(circle at top right, rgba(234, 255, 104, 0.14), transparent 18rem),
        rgba(8, 13, 11, 0.94);
    color: #f8fafc;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(18px);
}

.prostcast-cookie-banner h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1.45rem, 3vw, 2.2rem);
    font-weight: 1000;
    letter-spacing: -0.055em;
    line-height: 0.95;
    text-transform: uppercase;
}

.prostcast-cookie-banner p:not(.eyebrow) {
    max-width: 52rem;
    margin: 0.75rem 0 0;
    color: rgba(248, 250, 252, 0.76);
    line-height: 1.5;
}

.prostcast-cookie-banner a {
    color: #eaff68;
    font-weight: 950;
}

.prostcast-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.prostcast-cookie-actions button {
    min-height: 2.8rem;
    border: 1px solid rgba(234, 255, 104, 0.46);
    border-radius: 999px;
    padding: 0 1rem;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    font-weight: 1000;
    cursor: pointer;
}

.prostcast-cookie-actions button[data-prostcast-cookie-choice="all"] {
    background: #eaff68;
    color: #080d0b;
}

@media (max-width: 760px) {
    .prostcast-cookie-banner {
        grid-template-columns: 1fr;
    }

    .prostcast-cookie-actions,
    .prostcast-cookie-actions button {
        width: 100%;
    }
}

.prostcast-site-footer p span {
    display: block;
    margin-top: 0.2rem;
    color: #eaff68;
    font-weight: 950;
}

/* Homepage spacing and community visual polish. */
.home-twitch-row {
    width: min(calc(100% - clamp(1.5rem, 4vw, 4rem)), 1440px);
    margin: clamp(1.25rem, 3vw, 2.5rem) auto clamp(1rem, 2.5vw, 2rem);
}

.home-support-cta {
    width: min(calc(100% - clamp(1.5rem, 4vw, 4rem)), 1440px);
    margin: 0 auto;
}

.community-live-label {
    overflow: hidden;
    isolation: isolate;
    background: #080d0b;
    color: #f8fafc;
}

.community-live-label img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
}

.community-live-label::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(8, 13, 11, 0.16), rgba(8, 13, 11, 0.82)),
        radial-gradient(circle at 18% 18%, rgba(234, 255, 104, 0.34), transparent 10rem);
}

.community-live-label .eyebrow,
.community-live-label span {
    color: #f8fafc;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.52);
}

.community-live-label span {
    color: #eaff68;
}

/* Account profile: ProstCast homepage-inspired editorial atlas. */
.prostcast-header-profile::before {
    content: "";
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 0 0.3rem rgba(8, 13, 11, 0.16);
}

.profile-stage {
    min-height: 100vh;
    padding: 0 0 clamp(2rem, 5vw, 4rem);
    background: #080d0b;
    color: #f8fafc;
}

.profile-stage .eyebrow,
.profile-stage .poster-kicker {
    color: #eaff68;
}

.profile-poster {
    position: relative;
    isolation: isolate;
    min-height: min(82vh, 54rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.52fr);
    gap: clamp(1rem, 4vw, 3rem);
    align-items: stretch;
    overflow: hidden;
    padding: clamp(1rem, 2vw, 2rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background:
        radial-gradient(circle at 18% 20%, rgba(234, 255, 104, 0.17), transparent 25rem),
        radial-gradient(circle at 88% 16%, rgba(47, 125, 79, 0.34), transparent 28rem),
        linear-gradient(135deg, #080d0b 0%, #101916 58%, #080d0b 100%);
}

.profile-poster::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.28;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 4.5rem 4.5rem;
    mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

.profile-poster-copy {
    min-height: 32rem;
    display: grid;
    align-content: end;
    padding: clamp(1.25rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: clamp(1rem, 2vw, 2rem);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 30px 90px rgba(0, 0, 0, 0.28);
}

.profile-back-link {
    width: fit-content;
    margin-bottom: auto;
    color: rgba(248, 250, 252, 0.72);
    font-weight: 950;
    text-decoration: none;
}

.profile-back-link:hover,
.profile-back-link:focus-visible {
    color: #eaff68;
}

.profile-poster-copy h1 {
    max-width: 9.2ch;
    margin: 0;
    font-family: var(--pc-sans);
    font-size: clamp(4rem, 13vw, 12rem);
    font-weight: 1000;
    letter-spacing: -0.105em;
    line-height: 0.76;
    text-transform: uppercase;
}

.profile-poster-copy p:not(.poster-kicker) {
    max-width: 54rem;
    margin: 1.35rem 0 0;
    color: rgba(248, 250, 252, 0.74);
    font-size: clamp(1.02rem, 1.6vw, 1.35rem);
    line-height: 1.45;
}

.profile-poster-actions .btn-primary,
.profile-editor-form .btn-primary {
    background: #eaff68;
    color: #080d0b;
    box-shadow: 0 16px 34px rgba(234, 255, 104, 0.16);
}

.profile-poster-actions .btn-secondary {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
    color: #f8fafc;
}

.profile-identity-card {
    position: relative;
    min-height: 32rem;
    display: grid;
    align-content: end;
    overflow: hidden;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: clamp(1rem, 2vw, 2rem);
    background:
        linear-gradient(180deg, rgba(8, 13, 11, 0.05), rgba(8, 13, 11, 0.84)),
        radial-gradient(circle at 20% 18%, rgba(234, 255, 104, 0.36), transparent 12rem),
        url('/media/home/community-live-atlas.jpg') center / cover no-repeat,
        linear-gradient(160deg, rgba(234, 255, 104, 0.92), rgba(47, 125, 79, 0.86));
    color: #f8fafc;
}

.profile-identity-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 3.5rem 3.5rem;
    opacity: 0.32;
    pointer-events: none;
}

.profile-identity-card > * {
    position: relative;
    z-index: 2;
}

.profile-avatar {
    width: clamp(5.5rem, 13vw, 9rem);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-bottom: 1.1rem;
    border: 2px solid rgba(234, 255, 104, 0.72);
    border-radius: 2rem;
    background: radial-gradient(circle at 30% 20%, rgba(234, 255, 104, 0.42), transparent 55%), rgba(8, 13, 11, 0.84);
    color: #eaff68;
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    font-weight: 1000;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-identity-card h2 {
    max-width: 10ch;
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.4rem, 5.6vw, 5.4rem);
    font-weight: 1000;
    letter-spacing: -0.085em;
    line-height: 0.84;
    text-transform: uppercase;
}

.profile-identity-card p:not(.eyebrow) {
    max-width: 30rem;
    color: rgba(248, 250, 252, 0.76);
    line-height: 1.45;
}

.profile-quick-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    margin: 1rem 0 0;
}

.profile-quick-stats div {
    border: 1px solid rgba(234, 255, 104, 0.28);
    border-radius: 1rem;
    padding: 0.8rem;
    background: rgba(8, 13, 11, 0.64);
    backdrop-filter: blur(10px);
}

.profile-quick-stats dt {
    color: rgba(248, 250, 252, 0.66);
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.profile-quick-stats dd {
    margin: 0.15rem 0 0;
    color: #eaff68;
    font-size: 2rem;
    font-weight: 1000;
    line-height: 1;
}

.profile-command-band,
.profile-atlas-grid {
    width: min(calc(100% - clamp(1.5rem, 4vw, 4rem)), 1440px);
    margin: clamp(1rem, 3vw, 2rem) auto 0;
}

.profile-editor-card,
.profile-atlas-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: clamp(1rem, 2vw, 1.5rem);
    background:
        radial-gradient(circle at top left, rgba(234, 255, 104, 0.11), transparent 17rem),
        linear-gradient(145deg, rgba(56, 61, 11, 0.92) 0%, rgba(19, 42, 29, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 24px 70px rgba(0, 0, 0, 0.26);
}

.profile-editor-card {
    display: grid;
    grid-template-columns: minmax(16rem, 0.45fr) minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
    padding: clamp(1.1rem, 3vw, 2rem);
}

.profile-editor-card h2,
.profile-atlas-card h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1.8rem, 4vw, 3.8rem);
    font-weight: 1000;
    letter-spacing: -0.07em;
    line-height: 0.9;
    text-transform: uppercase;
}

.profile-editor-card p:not(.eyebrow) {
    color: rgba(248, 250, 252, 0.72);
    line-height: 1.5;
}

.profile-editor-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.profile-editor-form label {
    display: grid;
    gap: 0.35rem;
    color: rgba(248, 250, 252, 0.78);
    font-weight: 950;
}

.profile-form-wide {
    grid-column: 1 / -1;
}

.profile-editor-form input,
.profile-editor-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    background: rgba(8, 13, 11, 0.58);
    color: #f8fafc;
    outline: none;
}

.profile-editor-form input:focus,
.profile-editor-form textarea:focus {
    border-color: rgba(234, 255, 104, 0.72);
    box-shadow: 0 0 0 0.22rem rgba(234, 255, 104, 0.14);
}

.profile-atlas-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: clamp(1rem, 2vw, 1.25rem);
}

.profile-atlas-card {
    min-height: 22rem;
    padding: clamp(1.1rem, 3vw, 1.75rem);
}

.profile-atlas-card-wide {
    grid-row: span 2;
}

.profile-section-head {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.profile-section-head a {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    border: 1px solid rgba(234, 255, 104, 0.38);
    border-radius: 999px;
    padding: 0 0.9rem;
    background: rgba(234, 255, 104, 0.10);
    color: #eaff68;
    font-weight: 1000;
    text-decoration: none;
}

.profile-list {
    display: grid;
    gap: 0.75rem;
}

.profile-review-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.profile-list-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.profile-list-topline {
    display: flex;
    gap: 0.75rem;
    align-items: baseline;
    justify-content: space-between;
}

.profile-list-item strong {
    color: #f8fafc;
    font-size: 1.05rem;
}

.profile-list-item span,
.profile-list-item small,
.profile-empty {
    color: rgba(248, 250, 252, 0.68);
}

.profile-list-item span {
    color: #eaff68;
    font-weight: 1000;
}

.profile-list-item p {
    margin: 0.65rem 0 0;
    color: rgba(248, 250, 252, 0.78);
    line-height: 1.48;
}

.profile-route-item ol {
    margin: 0.8rem 0 0;
    padding-left: 1.2rem;
    color: rgba(248, 250, 252, 0.82);
}

.profile-stage .form-success,
.profile-stage .form-errors,
.profile-stage .validation-errors {
    grid-column: 1 / -1;
    border-radius: 1rem;
    padding: 0.8rem 1rem;
    font-weight: 900;
}

.profile-stage .form-success {
    border: 1px solid rgba(234, 255, 104, 0.36);
    background: rgba(234, 255, 104, 0.12);
    color: #eaff68;
}

.profile-stage .form-errors,
.profile-stage .validation-errors {
    border: 1px solid rgba(248, 113, 113, 0.38);
    background: rgba(127, 29, 29, 0.28);
    color: #fecaca;
}

@media (max-width: 980px) {
    .profile-poster,
    .profile-editor-card,
    .profile-atlas-grid {
        grid-template-columns: 1fr;
    }

    .profile-atlas-card-wide {
        grid-row: auto;
    }
}

@media (max-width: 640px) {
    .profile-poster {
        padding: 0.8rem;
    }

    .profile-poster-copy,
    .profile-identity-card {
        min-height: 25rem;
        border-radius: 1.1rem;
    }

    .profile-poster-copy h1 {
        font-size: clamp(3.4rem, 24vw, 6.4rem);
    }

    .profile-editor-form,
    .profile-quick-stats {
        grid-template-columns: 1fr;
    }

    .profile-poster-actions .btn {
        width: 100%;
    }
}

/* Auth tabs, logout and community inbox */
.auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 1.35rem 0;
    padding: 0.35rem;
    border: 1px solid rgba(179, 255, 102, 0.22);
    border-radius: 999px;
    background: rgba(5, 12, 10, 0.62);
}

.auth-tabs a {
    display: inline-flex;
    justify-content: center;
    border-radius: 999px;
    padding: 0.72rem 1rem;
    color: rgba(246, 255, 233, 0.76);
    text-decoration: none;
    font-weight: 800;
}

.auth-tabs a.is-active {
    background: linear-gradient(135deg, #b3ff66, #4ade80);
    color: #06130d;
    box-shadow: 0 14px 34px rgba(74, 222, 128, 0.18);
}

.auth-tab-panel,
.auth-form {
    display: grid;
    gap: 1rem;
}

.auth-form input,
.auth-form textarea,
.auth-form select {
    width: 100%;
    border: 1px solid rgba(179, 255, 102, 0.22);
    border-radius: 16px;
    background: rgba(8, 18, 14, 0.94);
    color: #f6ffe9;
    padding: 0.85rem 1rem;
}

.auth-switch-note {
    color: rgba(246, 255, 233, 0.72);
}

.google-login-button {
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.google-icon {
    display: inline-grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    background: #fff;
    color: #4285f4;
    font-weight: 900;
    font-family: Arial, sans-serif;
}

.prostcast-header-account-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.prostcast-logout-form {
    margin: 0;
}

.prostcast-logout-form button {
    border: 1px solid rgba(246, 255, 233, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(246, 255, 233, 0.82);
    font-weight: 800;
    padding: 0.78rem 1rem;
    cursor: pointer;
}

.prostcast-mobile-logout button {
    width: 100%;
    margin-top: 0.5rem;
}

.prostcast-message-bubble {
    position: fixed;
    right: clamp(1rem, 3vw, 1.6rem);
    bottom: clamp(1rem, 3vw, 1.6rem);
    z-index: 45;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 3.6rem;
    padding: 0.82rem 1rem;
    border: 1px solid rgba(234, 255, 104, 0.58);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(234, 255, 104, 0.98), rgba(179, 255, 102, 0.94));
    color: #080d0b;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34), 0 0 32px rgba(234, 255, 104, 0.22);
    font-weight: 950;
    text-decoration: none;
}

.prostcast-message-bubble span {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(8, 13, 11, 0.12);
    font-size: 1.22rem;
}

.prostcast-message-bubble:focus-visible,
.prostcast-message-bubble:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38), 0 0 38px rgba(234, 255, 104, 0.3);
}

@media (max-width: 920px) {
    .prostcast-header-account-actions {
        display: none;
    }
}

@media (max-width: 560px) {
    .prostcast-message-bubble {
        right: 0.9rem;
        bottom: 0.9rem;
        padding: 0.72rem;
    }

    .prostcast-message-bubble strong {
        display: none;
    }
}

.profile-social-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 1.2rem;
    margin-top: 1.2rem;
}

.profile-friends-grid {
    grid-template-columns: minmax(0, 1fr);
}

.messages-page .profile-poster {
    min-height: auto;
}

.messages-shell {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
}

.messages-contact-list {
    max-height: 62vh;
    overflow: auto;
    padding-right: 0.2rem;
}

.messages-thread-card {
    min-height: 34rem;
}

.profile-social-card button:not(.btn),
.friend-list-button {
    border: 1px solid rgba(179, 255, 102, 0.24);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    color: #f6ffe9;
    cursor: pointer;
    text-align: left;
}

.friend-list-button.is-active {
    border-color: rgba(179, 255, 102, 0.58);
    box-shadow: 0 0 0 1px rgba(179, 255, 102, 0.16), 0 20px 44px rgba(74, 222, 128, 0.12);
}

.friend-search-form,
.friend-invite-box {
    display: grid;
    gap: 0.85rem;
    margin: 1rem 0;
}

.friend-search-form label,
.profile-message-form label {
    display: grid;
    gap: 0.45rem;
    color: rgba(246, 255, 233, 0.72);
    font-weight: 800;
}

.friend-search-form input,
.friend-invite-box input,
.profile-message-form textarea {
    width: 100%;
    border: 1px solid rgba(179, 255, 102, 0.22);
    border-radius: 16px;
    background: rgba(8, 18, 14, 0.94);
    color: #f6ffe9;
    padding: 0.85rem 1rem;
}

.friend-invite-box img,
.friend-invite-qr-placeholder {
    width: min(220px, 100%);
    min-height: 220px;
    border: 1px solid rgba(179, 255, 102, 0.25);
    border-radius: 20px;
    background: #f6ffe9;
    padding: 0.65rem;
}

.friend-invite-qr-placeholder {
    display: grid;
    place-items: center;
    color: #0b160f;
    font-weight: 900;
    text-align: center;
}

.profile-message-recipient {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.7rem;
    align-items: center;
    margin: 0.8rem 0 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(179, 255, 102, 0.28);
    border-radius: 16px;
    background: rgba(179, 255, 102, 0.08);
    color: rgba(246, 255, 233, 0.76);
}

.profile-message-recipient span {
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.profile-message-recipient strong {
    color: #f6ffe9;
}

.profile-message-form {
    display: grid;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.profile-message-list {
    display: grid;
    gap: 0.8rem;
}

.profile-message-item {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    padding: 0.9rem;
}

.profile-message-item.is-own {
    border-color: rgba(179, 255, 102, 0.28);
    background: rgba(179, 255, 102, 0.07);
}

.profile-message-item.is-system {
    border-color: rgba(74, 222, 128, 0.28);
}

.profile-message-item p {
    color: rgba(246, 255, 233, 0.78);
}

.profile-message-item small {
    display: block;
    color: rgba(246, 255, 233, 0.54);
}

@media (max-width: 860px) {
    .profile-social-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .auth-tabs {
        border-radius: 24px;
        grid-template-columns: 1fr;
    }
}

.admin-page {
    min-height: calc(100vh - 4.3rem);
    padding: clamp(1rem, 3vw, 2.5rem);
    background:
        radial-gradient(circle at 18% 10%, rgba(179, 255, 102, 0.12), transparent 28rem),
        linear-gradient(135deg, #080d0b, #13251d);
    color: #f6ffe9;
}

.admin-hero {
    width: min(1120px, 100%);
    margin: 0 auto 1.2rem;
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 1px solid rgba(179, 255, 102, 0.22);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
}

.admin-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4rem);
    letter-spacing: -0.08em;
}

.admin-tabs,
.admin-section,
.admin-claims-list,
.admin-users-list {
    width: min(1120px, 100%);
    margin-inline: auto;
}

.admin-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1rem;
}

.admin-tabs a {
    min-height: 2.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(179, 255, 102, 0.28);
    border-radius: 999px;
    background: rgba(179, 255, 102, 0.1);
    color: #eaff68;
    padding: 0 1rem;
    font-weight: 950;
    text-decoration: none;
}

.admin-tabs a:hover,
.admin-tabs a:focus-visible {
    border-color: rgba(179, 255, 102, 0.62);
    background: rgba(179, 255, 102, 0.18);
    color: #f6ffe9;
}

.admin-section {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.4rem;
    scroll-margin-top: 6rem;
}

.admin-claims-list,
.admin-users-list {
    display: grid;
    gap: 1rem;
}

.admin-claim-card {
    width: 100%;
}

.admin-claim-date {
    color: rgba(246, 255, 233, 0.62);
    font-weight: 800;
}

.admin-claim-details {
    display: grid;
    gap: 0.7rem;
    margin: 1rem 0;
}

.admin-claim-details div {
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
}

.admin-claim-details dt {
    color: rgba(179, 255, 102, 0.82);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.admin-claim-details dd {
    margin: 0;
    color: rgba(246, 255, 233, 0.86);
}

.admin-claim-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.admin-claim-actions button,
.admin-claim-actions a {
    min-height: 2.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(179, 255, 102, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #f6ffe9;
    padding: 0 1rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.admin-user-card {
    width: 100%;
}

.admin-user-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-user-details dd {
    overflow-wrap: anywhere;
}

.admin-user-reviews {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.admin-user-review {
    display: grid;
    gap: 0.45rem;
    border: 1px solid rgba(179, 255, 102, 0.16);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.16);
    padding: 0.9rem;
}

.admin-user-review > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.55rem;
}

.admin-user-review strong {
    color: #f6ffe9;
}

.admin-user-review span,
.admin-user-review small {
    color: rgba(246, 255, 233, 0.62);
    font-weight: 800;
}

.admin-user-review p {
    margin: 0;
    color: rgba(246, 255, 233, 0.82);
}

.admin-user-rating {
    color: #eaff68 !important;
    font-weight: 950;
}

@media (max-width: 760px) {
    .admin-user-details {
        grid-template-columns: 1fr;
    }
}
