: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,
.prostcast-main-nav .prostcast-nav-logout button {
    min-height: 2.45rem;
    display: inline-flex;
    gap: 0.42rem;
    align-items: center;
    padding: 0 0.75rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(248, 250, 252, 0.82);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 850;
    cursor: pointer;
}

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

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

.prostcast-admin-menu {
    position: relative;
}

.prostcast-admin-menu summary {
    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);
    font-size: 0.9rem;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.prostcast-admin-menu summary::-webkit-details-marker { display: none; }

.prostcast-admin-menu summary:hover,
.prostcast-admin-menu summary:focus-visible,
.prostcast-admin-menu[open] summary {
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
}

.prostcast-admin-menu-panel {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    z-index: 1120;
    min-width: 15rem;
    display: grid;
    gap: 0.28rem;
    padding: 0.55rem;
    border: 1px solid rgba(234, 255, 104, 0.28);
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(8, 13, 11, 0.98), rgba(19, 37, 29, 0.98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.prostcast-admin-menu-panel a {
    width: 100%;
    justify-content: flex-start;
    border-radius: 0.75rem;
}

.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-header-account-menu {
    position: relative;
    justify-self: end;
}

.prostcast-header-account-menu summary {
    width: 2.9rem;
    height: 2.9rem;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(234, 255, 104, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    list-style: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.prostcast-header-account-menu summary::-webkit-details-marker { display: none; }

.prostcast-header-account-menu summary:hover,
.prostcast-header-account-menu summary:focus-visible,
.prostcast-header-account-menu[open] summary {
    border-color: rgba(234, 255, 104, 0.68);
    background: rgba(234, 255, 104, 0.14);
    transform: translateY(-1px);
}

.prostcast-header-avatar {
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 999px;
    background:
        radial-gradient(circle at 28% 18%, rgba(234, 255, 104, 0.42), transparent 58%),
        rgba(8, 13, 11, 0.9);
    color: #eaff68;
    font-size: 1rem;
    font-weight: 1000;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.prostcast-header-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.prostcast-header-account-panel {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0;
    z-index: 1120;
    min-width: 12rem;
    display: grid;
    gap: 0.35rem;
    padding: 0.55rem;
    border: 1px solid rgba(234, 255, 104, 0.28);
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(8, 13, 11, 0.98), rgba(19, 37, 29, 0.98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.prostcast-header-account-panel a,
.prostcast-header-account-panel button {
    width: 100%;
    min-height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-radius: 0.75rem;
    background: transparent;
    color: rgba(248, 250, 252, 0.84);
    padding: 0 0.8rem;
    text-decoration: none;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 900;
    cursor: pointer;
}

.prostcast-header-account-panel a:hover,
.prostcast-header-account-panel a:focus-visible,
.prostcast-header-account-panel button:hover,
.prostcast-header-account-panel button:focus-visible {
    background: rgba(234, 255, 104, 0.13);
    color: #ffffff;
}

.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);
}

#components-reconnect-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    place-items: center;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    background:
        radial-gradient(circle at 50% 36%, rgba(234, 255, 104, 0.2), transparent 15rem),
        linear-gradient(145deg, rgba(8, 13, 11, 0.94), rgba(16, 25, 22, 0.92));
    color: #f8fafc;
    text-align: center;
}

#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: grid;
}

.prostcast-reconnect-card {
    width: min(100%, 24rem);
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    padding: clamp(1.5rem, 5vw, 2.4rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--pc-radius-lg);
    background: rgba(8, 13, 11, 0.58);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.prostcast-reconnect-card .prostcast-beer-loader {
    position: relative;
    width: 5.5rem;
    height: 7rem;
    margin-bottom: 0.4rem;
}

.prostcast-reconnect-card .prostcast-beer-glass {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 5.4rem;
    overflow: hidden;
    border: 0.22rem solid rgba(248, 250, 252, 0.9);
    border-top: 0;
    border-radius: 0.35rem 0.35rem 1rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 0.2rem rgba(8, 13, 11, 0.22), 0 1rem 2rem rgba(0, 0, 0, 0.22);
}

.prostcast-reconnect-card .prostcast-beer-glass::after {
    content: "";
    position: absolute;
    right: -1.15rem;
    top: 1.1rem;
    width: 1.5rem;
    height: 2.2rem;
    border: 0.22rem solid rgba(248, 250, 252, 0.86);
    border-left: 0;
    border-radius: 0 1rem 1rem 0;
}

.prostcast-reconnect-card .prostcast-beer-fill {
    position: absolute;
    inset: auto 0 0;
    height: 74%;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 0.55rem, transparent 0.55rem 1.45rem),
        linear-gradient(180deg, #eaff68, #facc15 52%, #f59e0b);
    animation: prostcast-beer-pour 1.7s ease-in-out infinite;
}

.prostcast-reconnect-card .prostcast-beer-foam {
    position: absolute;
    z-index: 2;
    top: 0.95rem;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: #f8fafc;
    animation: prostcast-beer-foam 1.7s ease-in-out infinite;
}

.prostcast-reconnect-card .prostcast-beer-foam-one { left: 1.05rem; }
.prostcast-reconnect-card .prostcast-beer-foam-two { left: 2.15rem; top: 0.5rem; animation-delay: 120ms; }
.prostcast-reconnect-card .prostcast-beer-foam-three { right: 1rem; animation-delay: 240ms; }

.prostcast-reconnect-copy {
    display: none;
    color: #f8fafc;
    font-size: clamp(1.18rem, 4vw, 1.55rem);
    font-weight: 1000;
    letter-spacing: -0.04em;
}

.prostcast-reconnect-detail {
    display: none;
    color: rgba(248, 250, 252, 0.7);
    font-weight: 750;
}

.prostcast-reconnect-reload {
    display: none;
    min-height: 2.8rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    border: 0;
    border-radius: 999px;
    background: #eaff68;
    color: #080d0b;
    padding: 0 1.1rem;
    font-weight: 1000;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(234, 255, 104, 0.16);
}

.prostcast-reconnect-reload:hover,
.prostcast-reconnect-reload:focus-visible {
    background: #f2ff9c;
}

#components-reconnect-modal.components-reconnect-show .prostcast-reconnect-copy-show,
#components-reconnect-modal.components-reconnect-failed .prostcast-reconnect-copy-failed,
#components-reconnect-modal.components-reconnect-rejected .prostcast-reconnect-copy-rejected,
#components-reconnect-modal.components-reconnect-show .prostcast-reconnect-detail-show,
#components-reconnect-modal.components-reconnect-failed .prostcast-reconnect-detail-failed,
#components-reconnect-modal.components-reconnect-rejected .prostcast-reconnect-detail-rejected {
    display: block;
}

#components-reconnect-modal.components-reconnect-failed .prostcast-reconnect-reload,
#components-reconnect-modal.components-reconnect-rejected .prostcast-reconnect-reload {
    display: inline-flex;
}

@keyframes prostcast-beer-pour {
    0%, 100% { height: 58%; }
    50% { height: 82%; }
}

@keyframes prostcast-beer-foam {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-0.25rem) scale(1.08); }
}

.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 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,
    .prostcast-main-nav .prostcast-nav-logout button,
    .prostcast-admin-menu summary {
        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-admin-menu {
        width: 100%;
    }

    .prostcast-admin-menu-panel {
        position: static;
        min-width: 0;
        margin-top: 0.5rem;
        padding: 0.45rem;
        border-color: rgba(234, 255, 104, 0.24);
        border-radius: 1rem;
        background: rgba(0, 0, 0, 0.18);
        box-shadow: none;
    }

    .prostcast-admin-menu-panel a {
        min-height: 3.1rem;
        font-size: 1rem;
    }

    .prostcast-main-nav .prostcast-nav-logout {
        width: 100%;
    }

    .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,
    .prostcast-main-nav .prostcast-nav-logout button:hover,
    .prostcast-main-nav .prostcast-nav-logout button:focus-visible,
    .prostcast-admin-menu summary:hover,
    .prostcast-admin-menu summary:focus-visible,
    .prostcast-admin-menu[open] summary {
        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 { 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: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    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.5rem;
    justify-content: flex-start;
    width: 100%;
}

.top-breweries-tabs button {
    flex: 1 1 9.5rem;
    min-height: 2.55rem;
    border: 1px solid rgba(234, 255, 104, 0.45);
    border-radius: 999px;
    padding: 0 0.8rem;
    background: rgba(234, 255, 104, 0.12);
    color: #f8fafc;
    font-size: 0.86rem;
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
}

.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);
    gap: 1rem;
    align-items: stretch;
}

.home-map-callout > div:first-child {
    display: grid;
    gap: 1rem;
    justify-items: start;
    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);
}

.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-success-backdrop {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 2rem);
    background: rgba(8, 13, 11, 0.78);
    backdrop-filter: blur(14px);
}

.auth-success-dialog {
    width: min(100%, 28rem);
    border: 1px solid rgba(234, 255, 104, 0.28);
    border-radius: 1.4rem;
    padding: clamp(1.25rem, 4vw, 2rem);
    background:
        radial-gradient(circle at 20% 0%, rgba(234, 255, 104, 0.2), transparent 15rem),
        linear-gradient(135deg, rgba(13, 24, 18, 0.98), rgba(8, 13, 11, 0.96));
    color: #f8fafc;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.auth-success-dialog h2 {
    margin: 0;
    color: #f8fafc;
    font-family: var(--pc-serif);
    font-size: clamp(2rem, 8vw, 3.2rem);
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.auth-success-dialog p:not(.eyebrow) {
    margin: 0.8rem 0 1.25rem;
    color: rgba(248, 250, 252, 0.82);
    line-height: 1.55;
}

.auth-success-dialog .btn {
    width: 100%;
}

.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-episode-carousel .episode-card[hidden] {
    display: none !important;
}

.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: hidden;
    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. */
.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 {
    position: relative;
    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-rank-corner {
    position: absolute;
    right: -0.15rem;
    bottom: -0.15rem;
    width: clamp(2.2rem, 5vw, 3.1rem);
    height: clamp(2.2rem, 5vw, 3.1rem);
    display: grid;
    place-items: center;
    border: 3px solid #080d0b;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, #fff7a8, #eaff68 52%, #8bb928);
    color: #080d0b;
    font-size: 1rem;
    font-weight: 1000;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

.profile-rank-corner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.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-achievement-summary {
    display: grid;
    gap: 0.45rem;
    margin-top: 1rem;
    padding: 0.85rem;
    border: 1px solid rgba(234, 255, 104, 0.28);
    border-radius: 1rem;
    background: rgba(8, 13, 11, 0.58);
}

.profile-rank-label {
    margin: 0 !important;
    color: #eaff68 !important;
    font-weight: 1000;
    letter-spacing: -0.02em;
}

.profile-rank-progress {
    height: 0.55rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.14);
}

.profile-rank-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #eaff68, #67e8f9);
}

.profile-achievement-summary small {
    color: rgba(248, 250, 252, 0.68);
    font-weight: 850;
}

.profile-badge-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

.profile-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 100%;
    border: 1px solid rgba(234, 255, 104, 0.24);
    border-radius: 999px;
    padding: 0.35rem 0.6rem;
    background: rgba(234, 255, 104, 0.10);
    color: #f8fafc;
    font-size: 0.78rem;
    font-weight: 950;
}

.profile-badge-pill.is-golden {
    border-color: rgba(250, 204, 21, 0.62);
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.22), rgba(234, 255, 104, 0.08));
    color: #fff7d1;
}

.profile-badge-pill img {
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    object-fit: cover;
}

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

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

.profile-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0.45rem;
    border: 1px solid rgba(234, 255, 104, 0.18);
    border-radius: 1.15rem;
    background: rgba(8, 13, 11, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.profile-tabs button {
    min-height: 2.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    border-radius: 0.85rem;
    background: transparent;
    color: rgba(248, 250, 252, 0.76);
    padding: 0 0.95rem;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 950;
    cursor: pointer;
}

.profile-tabs button span {
    color: rgba(234, 255, 104, 0.84);
}

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

.profile-tabs button:hover span,
.profile-tabs button:focus-visible span,
.profile-tabs button.is-active span {
    color: #17402c;
}

.profile-tab-content {
    margin-top: 1rem;
}

.profile-tab-panel.profile-command-band,
.profile-tab-panel.profile-social-grid {
    width: 100%;
    margin: 0;
}

.profile-tab-panel.profile-command-band {
    display: grid;
    gap: clamp(1rem, 2vw, 1.25rem);
}

.profile-tab-panel.profile-social-grid {
    padding-inline: 0;
}

.profile-tab-panel .profile-editor-card,
.profile-tab-panel .profile-atlas-card {
    margin-bottom: clamp(1rem, 2vw, 1.25rem);
}

.profile-tab-panel .profile-editor-card:last-child,
.profile-tab-panel .profile-atlas-card:last-child {
    margin-bottom: 0;
}

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

.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-save-feedback {
    position: absolute;
    top: clamp(0.85rem, 2vw, 1.2rem);
    right: clamp(0.85rem, 2vw, 1.2rem);
    z-index: 3;
    width: min(26rem, calc(100% - 1.7rem));
    margin: 0;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.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,
.profile-review-edit-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.profile-editor-form label,
.profile-review-edit-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,
.profile-review-edit-form input,
.profile-review-edit-form select,
.profile-review-edit-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,
.profile-review-edit-form input:focus,
.profile-review-edit-form select:focus,
.profile-review-edit-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-image-upload-card {
    position: relative;
    min-height: 9rem;
    place-items: center;
    align-content: center;
    gap: 0.35rem !important;
    border: 1px dashed rgba(234, 255, 104, 0.42);
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at 20% 0%, rgba(234, 255, 104, 0.14), transparent 45%),
        linear-gradient(135deg, rgba(234, 255, 104, 0.08), rgba(255, 255, 255, 0.04));
    color: rgba(246, 255, 233, 0.86);
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.profile-image-upload-card:hover,
.profile-image-upload-card:focus-within {
    border-color: rgba(234, 255, 104, 0.78);
    background:
        radial-gradient(circle at 20% 0%, rgba(234, 255, 104, 0.2), transparent 45%),
        linear-gradient(135deg, rgba(234, 255, 104, 0.13), rgba(255, 255, 255, 0.055));
    transform: translateY(-1px);
}

.profile-image-upload-card input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.profile-image-upload-icon {
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #eaff68;
    color: #080d0b;
    font-size: 1.35rem;
    font-weight: 1000;
}

.profile-image-upload-title {
    color: #f6ffe9;
    font-size: 1.02rem;
    font-weight: 1000;
}

.profile-image-upload-copy,
.profile-image-upload-name {
    color: rgba(246, 255, 233, 0.68);
    font-size: 0.86rem;
    font-weight: 800;
}

.profile-image-upload-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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-review-item {
    display: grid;
    gap: 0.85rem;
}

.profile-review-edit-form {
    margin-top: 0.25rem;
}

.profile-review-edit-form .btn-primary {
    background: #eaff68;
    color: #080d0b;
}

.profile-table-wrap {
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: rgba(8, 13, 11, 0.22);
}

.profile-review-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 48rem;
}

.profile-review-table th,
.profile-review-table td {
    padding: 0.85rem 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    text-align: left;
    vertical-align: top;
}

.profile-review-table th {
    color: rgba(234, 255, 104, 0.82);
    font-size: 0.74rem;
    font-weight: 1000;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.profile-review-table td {
    color: rgba(248, 250, 252, 0.82);
}

.profile-review-table tbody tr {
    cursor: context-menu;
}

.profile-review-table tbody tr:hover,
.profile-review-table tbody tr:focus-within {
    background: rgba(234, 255, 104, 0.08);
}

.profile-review-table td strong,
.profile-review-table td small {
    display: block;
}

.profile-review-table td strong {
    color: #f8fafc;
}

.profile-review-table td small,
.profile-table-hint {
    color: rgba(248, 250, 252, 0.62);
}

.profile-table-hint {
    margin: 0.8rem 0 0;
    font-weight: 850;
}

.profile-review-context-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: transparent;
}

.profile-review-context-menu {
    position: fixed;
    z-index: 1210;
    width: min(35rem, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(234, 255, 104, 0.28);
    border-radius: 1.1rem;
    background: linear-gradient(145deg, rgba(8, 13, 11, 0.98), rgba(19, 42, 29, 0.98));
    color: #f8fafc;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.44);
}

.profile-review-context-menu h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 1.45rem;
    font-weight: 1000;
    letter-spacing: -0.04em;
}

.profile-review-context-menu > p:not(.eyebrow) {
    margin: 0;
    color: rgba(248, 250, 252, 0.68);
}

.profile-context-close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    font-size: 1.15rem;
    cursor: pointer;
}

.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,
    .admin-achievement-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-review-edit-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-header-account-panel .prostcast-logout-form button {
    border: 0;
    border-radius: 0.75rem;
    background: transparent;
    padding: 0 0.8rem;
}

.prostcast-header-account-panel .prostcast-logout-form button:hover,
.prostcast-header-account-panel .prostcast-logout-form button:focus-visible {
    background: rgba(234, 255, 104, 0.13);
}

.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);
}

.prostcast-message-widget {
    position: relative;
    z-index: 1200;
}

.prostcast-message-widget.is-open .prostcast-message-bubble {
    transform: translateY(-0.25rem) scale(0.98);
}

.prostcast-chat-popover {
    position: fixed;
    right: clamp(1rem, 3vw, 1.6rem);
    bottom: calc(clamp(1rem, 3vw, 1.6rem) + 4.4rem);
    z-index: 1201;
    width: min(47rem, calc(100vw - 2rem));
    height: min(42rem, calc(100dvh - 7rem));
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(234, 255, 104, 0.32);
    border-radius: 1.45rem;
    background:
        radial-gradient(circle at 12% 0%, rgba(234, 255, 104, 0.18), transparent 16rem),
        linear-gradient(145deg, rgba(8, 13, 11, 0.98), rgba(18, 34, 27, 0.98));
    color: #f8fafc;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.55), 0 0 42px rgba(234, 255, 104, 0.12);
}

.prostcast-chat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prostcast-chat-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.35rem;
    letter-spacing: -0.04em;
}

.prostcast-chat-head .eyebrow {
    margin-bottom: 0.2rem;
}

.prostcast-chat-head > button {
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(234, 255, 104, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.prostcast-chat-body {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
}

.prostcast-chat-contacts {
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 0.75rem;
    overflow-y: auto;
    padding: 0.95rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.12);
}

.prostcast-chat-contact-head,
.prostcast-chat-thread-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.prostcast-chat-contact-head strong,
.prostcast-chat-thread-bar strong {
    color: #ffffff;
    font-weight: 1000;
}

.prostcast-chat-contact-head button,
.prostcast-chat-thread-bar button,
.prostcast-chat-search button {
    border: 1px solid rgba(234, 255, 104, 0.28);
    border-radius: 999px;
    background: rgba(234, 255, 104, 0.12);
    color: #f6ffe9;
    padding: 0.52rem 0.72rem;
    font-weight: 900;
    cursor: pointer;
}

.prostcast-chat-search {
    display: grid;
    gap: 0.55rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
}

.prostcast-chat-search label {
    display: grid;
    gap: 0.35rem;
    color: rgba(246, 255, 233, 0.66);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.prostcast-chat-search input,
.prostcast-chat-compose textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.94);
    color: #0b160f;
    padding: 0.72rem 0.8rem;
    font: inherit;
}

.prostcast-chat-contact-group {
    display: grid;
    gap: 0.42rem;
}

.prostcast-chat-contact-group > span {
    color: rgba(234, 255, 104, 0.86);
    font-size: 0.75rem;
    font-weight: 1000;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.prostcast-chat-contact {
    display: grid;
    gap: 0.15rem;
    width: 100%;
    min-height: 3.2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.07);
    color: #f8fafc;
    padding: 0.65rem 0.75rem;
    text-align: left;
    cursor: pointer;
}

.prostcast-chat-contact strong {
    color: #ffffff;
    font-weight: 950;
}

.prostcast-chat-contact small,
.prostcast-chat-hint,
.prostcast-chat-empty {
    color: rgba(246, 255, 233, 0.62);
    font-weight: 750;
}

.prostcast-chat-contact.is-active,
.prostcast-chat-contact:hover,
.prostcast-chat-contact:focus-visible {
    border-color: rgba(234, 255, 104, 0.45);
    background: rgba(234, 255, 104, 0.14);
}

.prostcast-chat-thread {
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 0.8rem;
    padding: 0.95rem;
}

.prostcast-chat-messages {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    overflow-y: auto;
    padding: 0.2rem 0.25rem;
}

.prostcast-chat-message {
    max-width: 82%;
    align-self: flex-start;
    display: grid;
    gap: 0.18rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem 1rem 1rem 0.3rem;
    background: rgba(255, 255, 255, 0.09);
    padding: 0.65rem 0.75rem;
}

.prostcast-chat-message.is-own {
    align-self: flex-end;
    border-radius: 1rem 1rem 0.3rem 1rem;
    background: linear-gradient(135deg, rgba(234, 255, 104, 0.96), rgba(179, 255, 102, 0.88));
    color: #08110b;
}

.prostcast-chat-message.is-system {
    align-self: center;
    max-width: 92%;
    border-style: dashed;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(246, 255, 233, 0.78);
}

.prostcast-chat-message strong {
    font-size: 0.76rem;
    font-weight: 950;
}

.prostcast-chat-message p {
    margin: 0;
    line-height: 1.35;
}

.prostcast-chat-message small {
    opacity: 0.66;
    font-weight: 800;
}

.prostcast-chat-compose {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
    align-items: end;
}

.prostcast-chat-compose button {
    min-height: 3rem;
    border-radius: 0.9rem;
}

.profile-settings-card {
    align-content: start;
}

.profile-toggle-row {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.85rem !important;
    padding: 0.95rem;
    border: 1px solid rgba(234, 255, 104, 0.24);
    border-radius: 1rem;
    background: rgba(8, 13, 11, 0.52);
    color: #f8fafc !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.profile-toggle-row input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 3.1rem;
    height: 1.65rem;
    flex: 0 0 auto;
    margin: 0.05rem 0 0;
    border: 1px solid rgba(248, 250, 252, 0.18);
    border-radius: 999px;
    background:
        radial-gradient(circle at 0.77rem 50%, #f8fafc 0 0.48rem, transparent 0.5rem),
        rgba(248, 250, 252, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.profile-toggle-row input[type="checkbox"]:checked {
    border-color: rgba(234, 255, 104, 0.82);
    background:
        radial-gradient(circle at 2.24rem 50%, #080d0b 0 0.48rem, transparent 0.5rem),
        #eaff68;
    box-shadow: 0 0 0 0.18rem rgba(234, 255, 104, 0.13);
}

.profile-toggle-row input[type="checkbox"]:focus-visible {
    outline: 2px solid rgba(234, 255, 104, 0.86);
    outline-offset: 3px;
}

.profile-toggle-row strong {
    display: block;
    color: #f8fafc;
    font-weight: 950;
}

.profile-toggle-row small {
    display: block;
    margin-top: 0.18rem;
    color: rgba(248, 250, 252, 0.68);
    font-weight: 750;
    line-height: 1.4;
}

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

@media (max-width: 560px) {
    .prostcast-chat-popover {
        right: 0.65rem;
        left: 0.65rem;
        bottom: 5.1rem;
        width: auto;
        height: min(42rem, calc(100dvh - 6rem));
        border-radius: 1.15rem;
    }

    .prostcast-chat-body {
        grid-template-columns: 1fr;
    }

    .prostcast-chat-contacts {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .prostcast-chat-body:has(.prostcast-chat-contacts) .prostcast-chat-thread {
        display: none;
    }

    .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-shell {
    width: min(1120px, 100%);
    display: grid;
    gap: 1rem;
    margin-inline: auto;
}

.admin-page-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    padding-block: 0.35rem 0.15rem;
}

.admin-page-head h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3.1rem);
    letter-spacing: -0.08em;
}

.admin-page-head p:not(.eyebrow) {
    max-width: 42rem;
    margin: 0;
    color: rgba(246, 255, 233, 0.68);
    font-weight: 750;
    line-height: 1.45;
}

.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 {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0.45rem;
    overflow-x: auto;
    border: 1px solid rgba(234, 255, 104, 0.24);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 0%, rgba(234, 255, 104, 0.18), transparent 17rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
    padding: 0.42rem;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    scrollbar-width: thin;
}

.admin-tabs a,
.admin-tabs button {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1 0 max-content;
    border: 0;
    border-radius: 18px;
    background: rgba(8, 13, 11, 0.24);
    color: rgba(246, 255, 233, 0.76);
    padding: 0 1.05rem;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055);
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.admin-tabs span {
    min-width: 1.65rem;
    min-height: 1.65rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    color: rgba(246, 255, 233, 0.78);
    padding-inline: 0.42rem;
    font-size: 0.78rem;
}

.admin-tabs a:hover,
.admin-tabs a:focus-visible,
.admin-tabs a.is-active,
.admin-tabs button:hover,
.admin-tabs button:focus-visible,
.admin-tabs button.is-active {
    background: rgba(234, 255, 104, 0.18);
    color: #f6ffe9;
    box-shadow: inset 0 0 0 1px rgba(234, 255, 104, 0.3), 0 12px 30px rgba(234, 255, 104, 0.08);
    transform: translateY(-1px);
}

.admin-tabs a.is-active,
.admin-tabs button.is-active {
    background:
        linear-gradient(135deg, rgba(234, 255, 104, 0.34), rgba(47, 125, 79, 0.26)),
        rgba(255, 255, 255, 0.12);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(234, 255, 104, 0.5), inset 0 -3px 0 #eaff68, 0 18px 38px rgba(234, 255, 104, 0.12);
}

.admin-tabs a.is-active span,
.admin-tabs button.is-active span {
    background: #eaff68;
    color: #080d0b;
}

.admin-page .form-success,
.admin-page .form-error {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 1rem 1.15rem;
    font-weight: 950;
    line-height: 1.35;
}

.admin-page .form-success {
    border: 1px solid rgba(234, 255, 104, 0.72);
    background:
        radial-gradient(circle at 1.25rem 50%, rgba(234, 255, 104, 0.55), transparent 5.8rem),
        linear-gradient(135deg, #fbffe7, #eaff68 48%, #d8ff8a);
    color: #112015;
    box-shadow: 0 18px 42px rgba(234, 255, 104, 0.2), 0 0 0 4px rgba(234, 255, 104, 0.08);
}

.admin-page .form-success::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.55rem;
    border-radius: 999px;
    background: #112015;
    color: #eaff68;
    font-size: 0.88rem;
    vertical-align: middle;
}

.admin-page .form-error {
    border: 1px solid rgba(255, 179, 102, 0.5);
    background: linear-gradient(135deg, #fff4e6, #ffd7a8);
    color: #5b1f12;
    box-shadow: 0 18px 42px rgba(255, 179, 102, 0.16);
}

.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-users-table-card {
    overflow: hidden;
    padding: 0;
}

.admin-achievement-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.78fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-podcast-pin-card form {
    display: grid;
    gap: 1rem;
}

.admin-podcast-pins-table {
    min-width: 720px;
}

.admin-podcast-pins-table th,
.admin-podcast-pins-table td {
    vertical-align: middle;
    white-space: nowrap;
}

.admin-podcast-pins-table tbody tr {
    cursor: context-menu;
}

.admin-nowrap-cell,
.admin-nowrap-cell a,
.admin-nowrap-cell strong,
.admin-nowrap-cell small {
    max-width: 28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-nowrap-cell strong,
.admin-nowrap-cell small {
    display: block;
}

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

.admin-podcast-pin-grid label {
    display: grid;
    gap: 0.35rem;
    color: rgba(246, 255, 233, 0.78);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.admin-podcast-pin-grid input,
.admin-podcast-pin-grid textarea {
    width: 100%;
    border: 1px solid rgba(179, 255, 102, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #f6ffe9;
    padding: 0.78rem 0.9rem;
    font: inherit;
    text-transform: none;
    letter-spacing: normal;
}

.admin-podcast-pin-grid textarea {
    resize: vertical;
}

.admin-podcast-pin-wide {
    grid-column: 1 / -1;
}

.admin-checkbox-label {
    grid-column: 1 / -1;
    display: inline-flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: flex-start;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.admin-checkbox-label input {
    width: 1.1rem;
    height: 1.1rem;
    padding: 0;
}

.admin-switch-row {
    grid-column: 1 / -1;
}

.admin-podcast-pin-grid .admin-switch-row {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
}

.admin-podcast-pin-grid .admin-switch-row input[type="checkbox"] {
    width: 3.1rem;
    height: 1.65rem;
    padding: 0;
}

.admin-table-hint {
    display: none;
    border-bottom: 1px solid rgba(179, 255, 102, 0.12);
    padding: 0.7rem 0.85rem;
    color: rgba(246, 255, 233, 0.58);
    font-size: 0.82rem;
    font-weight: 850;
}

.admin-users-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.admin-users-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
}

.admin-users-table th,
.admin-users-table td {
    vertical-align: top;
    padding: 0.85rem;
    border-bottom: 1px solid rgba(179, 255, 102, 0.14);
    color: rgba(246, 255, 233, 0.82);
    text-align: left;
}

.admin-users-table th:first-child,
.admin-users-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #111b15;
    box-shadow: 1px 0 0 rgba(179, 255, 102, 0.12);
}

.admin-users-table th:first-child {
    z-index: 2;
}

.admin-users-table tbody tr:hover td {
    background-color: rgba(179, 255, 102, 0.055);
}

.admin-users-table th {
    color: rgba(179, 255, 102, 0.86);
    font-size: 0.78rem;
    font-weight: 1000;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.admin-users-table td > strong,
.admin-users-table td > small,
.admin-users-table td > code {
    display: block;
}

.admin-users-table td > strong {
    color: #f6ffe9;
}

.admin-users-table td small,
.admin-muted {
    color: rgba(246, 255, 233, 0.58);
    font-weight: 800;
}

.admin-users-table code {
    max-width: 10.5rem;
    color: rgba(246, 255, 233, 0.5);
    font-size: 0.78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.admin-analytics-card-head {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(179, 255, 102, 0.14);
}

.admin-analytics-card-head h3 {
    margin: 0.1rem 0 0;
    color: #f6ffe9;
    font-size: 1.05rem;
}

.admin-analytics-table {
    min-width: 620px;
}

.admin-analytics-table th,
.admin-analytics-table td {
    padding-block: 0.68rem;
    white-space: nowrap;
}

.admin-analytics-table .admin-user-cell {
    width: auto;
    max-width: 24rem;
}

.admin-analytics-table .admin-user-cell strong,
.admin-analytics-table .admin-user-cell small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-user-cell {
    width: 14rem;
}

.admin-cell-stack {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.admin-cell-stack > a,
.admin-cell-stack > span,
.admin-cell-stack > small,
.admin-cell-stack > strong {
    max-width: 18rem;
    overflow-wrap: anywhere;
}

.admin-status-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.78rem;
    font-weight: 1000;
}

.admin-status-pill.is-confirmed {
    background: rgba(179, 255, 102, 0.14);
    color: #eaff68;
}

.admin-status-pill.is-open {
    background: rgba(245, 158, 11, 0.16);
    color: #fed7aa;
}

.admin-table-action {
    min-height: 2.55rem;
    border: 1px solid rgba(179, 255, 102, 0.32);
    border-radius: 999px;
    background: rgba(179, 255, 102, 0.1);
    color: #eaff68;
    padding: 0 0.85rem;
    font-weight: 950;
    cursor: pointer;
}

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

.admin-section-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    justify-content: flex-end;
}

.admin-section-actions > span {
    color: rgba(246, 255, 233, 0.72);
    font-size: 0.88rem;
    font-weight: 900;
}

.admin-section-actions a,
.admin-section-actions button,
.admin-empty-action button {
    min-height: 2.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 1rem;
    font-weight: 950;
    text-decoration: none;
}

.admin-section-actions a {
    border: 1px solid rgba(179, 255, 102, 0.28);
    background: rgba(179, 255, 102, 0.1);
    color: #eaff68;
}

.admin-section-actions button,
.admin-empty-action button {
    border: 0;
    cursor: pointer;
}

.admin-empty-action {
    display: grid;
    gap: 0.85rem;
    justify-items: start;
}

.admin-songs-table {
    min-width: 820px;
}

.admin-songs-table-card {
    overflow: visible;
}

.admin-songs-table-card .admin-users-table-wrap {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 0.35rem;
}

.admin-songs-table th,
.admin-songs-table td {
    vertical-align: middle;
    padding-block: 0.48rem;
}

.admin-song-row {
    cursor: context-menu;
}

.admin-song-file-cell {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    white-space: nowrap;
}

.admin-song-file-name {
    max-width: 13rem;
    display: block;
    flex: 0 1 13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-song-file-cell small {
    flex: 0 0 auto;
    color: rgba(246, 255, 233, 0.58);
    font-weight: 900;
}

.admin-song-title-cell {
    width: 22rem;
    min-width: 22rem;
    max-width: 22rem;
    white-space: nowrap;
}

.admin-song-title-cell strong,
.admin-song-title-cell small {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-song-title-cell strong {
    max-width: 14rem;
}

.admin-song-title-cell small {
    max-width: 7rem;
    margin-left: 0.45rem;
}

.admin-song-title-cell small::before {
    content: "· ";
    color: rgba(246, 255, 233, 0.38);
}

.admin-row-menu {
    position: relative;
    display: inline-block;
}

.admin-row-menu summary {
    width: 2.45rem;
    height: 2.45rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(179, 255, 102, 0.28);
    border-radius: 999px;
    background: rgba(179, 255, 102, 0.1);
    color: #eaff68;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 1000;
    list-style: none;
}

.admin-row-menu summary::-webkit-details-marker {
    display: none;
}

.admin-row-menu > div {
    position: absolute;
    right: 0;
    z-index: 5;
    min-width: 12rem;
    display: grid;
    gap: 0.25rem;
    margin-top: 0.45rem;
    border: 1px solid rgba(179, 255, 102, 0.18);
    border-radius: 16px;
    background: #111b15;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
    padding: 0.4rem;
}

.admin-songs-table .admin-row-menu > div {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 40;
    min-width: 10.5rem;
    margin-top: 0;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.admin-songs-table td:last-child {
    width: auto;
}

.admin-context-dismiss {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: transparent;
}

.admin-context-menu {
    position: fixed;
    z-index: 91;
    width: min(13rem, calc(100vw - 1.5rem));
    display: grid;
    gap: 0.25rem;
    border: 1px solid rgba(179, 255, 102, 0.2);
    border-radius: 16px;
    background: #111b15;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
    padding: 0.4rem;
}

.admin-context-menu button,
.admin-context-menu a {
    width: 100%;
    min-height: 2.35rem;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: rgba(246, 255, 233, 0.86);
    padding: 0 0.75rem;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.admin-context-menu button:hover,
.admin-context-menu a:hover,
.admin-context-menu button:focus-visible,
.admin-context-menu a:focus-visible {
    background: rgba(179, 255, 102, 0.12);
    color: #f6ffe9;
}

.admin-context-menu .danger {
    color: #fecaca;
}

.admin-row-menu button,
.admin-row-menu a {
    width: 100%;
    min-height: 2.35rem;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: rgba(246, 255, 233, 0.84);
    padding: 0 0.7rem;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.admin-row-menu button:hover,
.admin-row-menu a:hover,
.admin-row-menu button:focus-visible,
.admin-row-menu a:focus-visible {
    background: rgba(179, 255, 102, 0.12);
    color: #f6ffe9;
}

.admin-row-menu .danger {
    color: #fecaca;
}

.admin-editor-card {
    display: grid;
    gap: 1rem;
}

.admin-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 3vw, 2rem);
    background: rgba(3, 7, 18, 0.72);
    backdrop-filter: blur(14px);
}

.admin-modal-dialog {
    width: min(920px, 100%);
    max-height: min(88vh, 980px);
    overflow: auto;
    border: 1px solid rgba(179, 255, 102, 0.22);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 20% 0%, rgba(234, 255, 104, 0.13), transparent 34%),
        #101713;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52);
}

.admin-song-editor-dialog {
    scrollbar-width: thin;
    scrollbar-color: rgba(234, 255, 104, 0.45) transparent;
}

.admin-modal-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(1rem, 2.4vw, 1.35rem) clamp(1rem, 2.6vw, 1.5rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(16, 23, 19, 0.92);
    backdrop-filter: blur(12px);
}

.admin-modal-head h2 {
    margin: 0;
    color: #f6ffe9;
    font-size: clamp(1.5rem, 3vw, 2.35rem);
    font-weight: 1000;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.admin-modal-close {
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(179, 255, 102, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #f6ffe9;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
}

.admin-modal-close:hover,
.admin-modal-close:focus-visible {
    border-color: rgba(234, 255, 104, 0.68);
    background: rgba(234, 255, 104, 0.13);
}

.admin-modal-dialog .admin-editor-card {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.admin-modal-dialog form {
    display: grid;
    gap: 1rem;
    padding: clamp(1rem, 2.6vw, 1.5rem);
}

.admin-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: flex-end;
    padding-top: 0.25rem;
}

.admin-modal-actions button {
    min-height: 2.7rem;
    border: 1px solid rgba(179, 255, 102, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #f6ffe9;
    padding: 0 1rem;
    font-weight: 950;
    cursor: pointer;
}

.admin-modal-actions button:hover,
.admin-modal-actions button:focus-visible {
    border-color: rgba(234, 255, 104, 0.62);
    background: rgba(234, 255, 104, 0.12);
}

.admin-file-drop-zone {
    position: relative;
    min-height: 9rem;
    display: grid !important;
    place-items: center;
    gap: 0.35rem !important;
    border: 1px dashed rgba(234, 255, 104, 0.42);
    border-radius: 1.1rem;
    background:
        linear-gradient(135deg, rgba(234, 255, 104, 0.08), rgba(255, 255, 255, 0.04));
    color: rgba(246, 255, 233, 0.86);
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.admin-file-drop-zone:hover,
.admin-file-drop-zone:focus-within {
    border-color: rgba(234, 255, 104, 0.78);
    background:
        linear-gradient(135deg, rgba(234, 255, 104, 0.13), rgba(255, 255, 255, 0.055));
    transform: translateY(-1px);
}

.admin-file-drop-zone input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.admin-file-drop-icon {
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #eaff68;
    color: #080d0b;
    font-size: 1.35rem;
    font-weight: 1000;
}

.admin-file-drop-title {
    color: #f6ffe9;
    font-size: 1.02rem;
    font-weight: 1000;
}

.admin-file-drop-copy,
.admin-file-drop-name,
.admin-file-drop-help {
    color: rgba(246, 255, 233, 0.62);
    font-size: 0.88rem;
    font-weight: 800;
}

.admin-file-drop-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-file-drop-help {
    margin: -0.25rem 0 0;
}

.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-page {
        padding-inline: 0.75rem;
    }

    .admin-page-head {
        display: grid;
    }

    .admin-tabs {
        border-radius: 18px;
    }

    .admin-tabs a,
    .admin-tabs button {
        flex-basis: auto;
        padding-inline: 0.85rem;
    }

    .admin-analytics-grid {
        grid-template-columns: 1fr;
    }

    .admin-table-hint {
        display: block;
    }

    .admin-users-table {
        min-width: 760px;
        font-size: 0.9rem;
    }

    .admin-users-table th,
    .admin-users-table td {
        padding: 0.7rem;
    }

    .admin-user-details {
        grid-template-columns: 1fr;
    }
}

/* Songs & Jingles */
.songs-page-stage {
    background:
        radial-gradient(circle at 12% 4%, rgba(234, 255, 104, 0.18), transparent 28rem),
        radial-gradient(circle at 90% 16%, rgba(245, 158, 11, 0.14), transparent 30rem),
        #080d0b;
    color: #f8fafc;
}

.songs-hero,
.song-share-band,
.songs-tabs,
.song-playlist {
    width: min(100%, 1440px);
    margin-inline: auto;
}

.songs-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.55fr);
    gap: 1rem;
    padding: clamp(1rem, 3vw, 2rem);
}

.songs-hero > div,
.song-player-card,
.song-share-band {
    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.24);
}

.songs-hero > div {
    min-height: 32rem;
    display: grid;
    align-content: end;
    padding: clamp(1.25rem, 5vw, 4rem);
    background:
        linear-gradient(90deg, rgba(234,255,104,.09) 1px, transparent 1px),
        linear-gradient(0deg, rgba(234,255,104,.055) 1px, transparent 1px),
        rgba(255, 255, 255, 0.055);
    background-size: 42px 42px, 42px 42px, auto;
}

.songs-hero h1 {
    max-width: 10ch;
    margin: 0;
    font-size: clamp(3.6rem, 10vw, 9.8rem);
    font-weight: 1000;
    letter-spacing: -0.105em;
    line-height: 0.8;
    text-transform: uppercase;
}

.songs-hero p:not(.poster-kicker),
.song-player-card p,
.song-share-band span {
    color: rgba(248, 250, 252, 0.72);
    line-height: 1.5;
}

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

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

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

.song-player-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: clamp(1rem, 2.4vw, 1.35rem);
    background:
        radial-gradient(circle at 20% 0%, rgba(234, 255, 104, 0.12), transparent 34%),
        rgba(255, 255, 255, 0.065);
}

.song-player-media-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 1rem;
    background: #111827;
}

.song-player-media-frame img,
.song-player-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.song-player-media-frame img {
    z-index: 1;
    transition: opacity 180ms ease;
}

.song-player-video {
    z-index: 2;
    opacity: 0;
    background: #111827;
    transition: opacity 180ms ease;
}

.song-player-media-frame.has-video.is-playing .song-player-video {
    opacity: 1;
}

.song-player-media-frame.has-video.is-playing img {
    opacity: 0;
}

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

.song-player-audio {
    display: none;
}

.song-player-control-shell {
    position: relative;
    min-width: 0;
}

.song-player-control {
    --song-player-progress: 0%;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.55rem;
    border: 1px solid rgba(234, 255, 104, 0.22);
    border-radius: 1.25rem;
    background:
        linear-gradient(90deg, rgba(234, 255, 104, 0.08), rgba(255, 255, 255, 0.05)),
        rgba(8, 13, 11, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    touch-action: none;
}

.song-player-control.is-seekable {
    cursor: ns-resize;
}

.song-player-control.is-seeking {
    border-color: rgba(234, 255, 104, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 0 0.18rem rgba(234, 255, 104, 0.12);
}

.song-player-control::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: auto 0 0;
    height: var(--song-player-progress);
    min-height: 0.22rem;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 0.55rem, transparent 0.55rem 1.5rem),
        linear-gradient(180deg, #eaff68, #facc15 52%, #f59e0b);
    opacity: 0.94;
    transition: height 180ms linear;
}

.song-player-control::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: auto 0 0;
    height: var(--song-player-progress);
    background:
        radial-gradient(circle at 12% 88%, rgba(255, 253, 248, 0.72) 0 0.08rem, transparent 0.1rem),
        radial-gradient(circle at 31% 72%, rgba(255, 253, 248, 0.62) 0 0.06rem, transparent 0.08rem),
        radial-gradient(circle at 49% 92%, rgba(255, 253, 248, 0.68) 0 0.075rem, transparent 0.095rem),
        radial-gradient(circle at 69% 76%, rgba(255, 253, 248, 0.58) 0 0.055rem, transparent 0.075rem),
        radial-gradient(circle at 88% 86%, rgba(255, 253, 248, 0.7) 0 0.07rem, transparent 0.09rem);
    background-size: 5.5rem 7rem, 6rem 6.2rem, 4.7rem 5.8rem, 5.8rem 6.7rem, 4.9rem 6.4rem;
    opacity: 0.62;
    animation: song-player-carbonation-field 3.4s linear infinite;
    pointer-events: none;
}

.song-player-beer-foam {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: var(--song-player-progress);
    height: 1.45rem;
    border-radius: 999px 999px 0 0;
    background:
        radial-gradient(circle at 1% 58%, #fffdf8 0 0.42rem, transparent 0.44rem),
        radial-gradient(circle at 6% 34%, #fffdf8 0 0.56rem, transparent 0.58rem),
        radial-gradient(circle at 11% 67%, #fffdf8 0 0.48rem, transparent 0.5rem),
        radial-gradient(circle at 17% 38%, #fffdf8 0 0.66rem, transparent 0.68rem),
        radial-gradient(circle at 24% 67%, #fffdf8 0 0.5rem, transparent 0.52rem),
        radial-gradient(circle at 31% 34%, #fffdf8 0 0.64rem, transparent 0.66rem),
        radial-gradient(circle at 38% 66%, #fffdf8 0 0.48rem, transparent 0.5rem),
        radial-gradient(circle at 45% 37%, #fffdf8 0 0.68rem, transparent 0.7rem),
        radial-gradient(circle at 53% 65%, #fffdf8 0 0.52rem, transparent 0.54rem),
        radial-gradient(circle at 61% 33%, #fffdf8 0 0.66rem, transparent 0.68rem),
        radial-gradient(circle at 69% 66%, #fffdf8 0 0.48rem, transparent 0.5rem),
        radial-gradient(circle at 77% 36%, #fffdf8 0 0.62rem, transparent 0.64rem),
        radial-gradient(circle at 85% 66%, #fffdf8 0 0.5rem, transparent 0.52rem),
        radial-gradient(circle at 93% 36%, #fffdf8 0 0.58rem, transparent 0.6rem),
        radial-gradient(circle at 99% 61%, #fffdf8 0 0.42rem, transparent 0.44rem),
        linear-gradient(180deg, #fffdf8 0 62%, rgba(255, 253, 248, 0.92) 63% 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(0 0.25rem 0.45rem rgba(255, 253, 248, 0.2));
    opacity: 0;
    transform: translateY(48%);
    transition: bottom 180ms linear, opacity 180ms ease;
}

.song-player-beer-foam span {
    position: absolute;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: #fffdf8;
    opacity: 0;
    transform: scale(0.45);
    animation: song-player-foam-pop 2.8s ease-out infinite;
}

.song-player-beer-foam span:nth-child(1) { left: 18%; top: 0.28rem; animation-delay: -0.2s; }
.song-player-beer-foam span:nth-child(2) { left: 52%; top: 0.1rem; width: 0.34rem; height: 0.34rem; animation-delay: -1.4s; }
.song-player-beer-foam span:nth-child(3) { left: 81%; top: 0.34rem; width: 0.28rem; height: 0.28rem; animation-delay: -2.1s; }

.song-player-carbonation {
    position: absolute;
    z-index: -1;
    inset: auto 0 0;
    height: var(--song-player-progress);
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: height 180ms linear, opacity 180ms ease;
}

.song-player-carbonation span {
    position: absolute;
    bottom: -0.65rem;
    width: 0.28rem;
    height: 0.28rem;
    border: 1px solid rgba(255, 253, 248, 0.72);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.28);
    box-shadow: 0 0 0.45rem rgba(255, 253, 248, 0.38);
    animation: song-player-bubble-rise 2.8s linear infinite;
}

.song-player-carbonation span:nth-child(1) { left: 11%; animation-duration: 2.8s; animation-delay: -0.3s; }
.song-player-carbonation span:nth-child(2) { left: 27%; width: 0.2rem; height: 0.2rem; animation-duration: 2.15s; animation-delay: -1.1s; }
.song-player-carbonation span:nth-child(3) { left: 43%; width: 0.34rem; height: 0.34rem; animation-duration: 3.25s; animation-delay: -1.8s; }
.song-player-carbonation span:nth-child(4) { left: 61%; width: 0.22rem; height: 0.22rem; animation-duration: 2.45s; animation-delay: -0.7s; }
.song-player-carbonation span:nth-child(5) { left: 76%; animation-duration: 2.9s; animation-delay: -1.45s; }
.song-player-carbonation span:nth-child(6) { left: 90%; width: 0.18rem; height: 0.18rem; animation-duration: 2.05s; animation-delay: -0.95s; }

.song-player-control.is-playing .song-player-beer-foam,
.song-player-control[style*="--song-player-progress"] .song-player-beer-foam,
.song-player-control.is-playing .song-player-carbonation,
.song-player-control[style*="--song-player-progress"] .song-player-carbonation {
    opacity: 0.94;
}

.song-player-control > button,
.song-player-control > a,
.song-player-control-copy {
    position: relative;
    z-index: 1;
}

.song-player-control-copy {
    display: grid;
    gap: 0.08rem;
    min-width: 0;
    padding: 0.25rem 0;
    text-align: left;
}

.song-player-control-copy strong {
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 1000;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 0 rgba(8, 13, 11, 0.42);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.song-player-control-copy small {
    color: rgba(248, 250, 252, 0.7);
    font-size: 0.78rem;
    font-weight: 850;
    text-shadow: 0 1px 0 rgba(8, 13, 11, 0.38);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.song-player-control.is-light-behind-copy .song-player-control-copy strong {
    color: #17210c;
    text-shadow: 0 1px 0 rgba(255, 253, 248, 0.46);
}

.song-player-control.is-light-behind-copy .song-player-control-copy small {
    color: rgba(23, 33, 12, 0.78);
    text-shadow: 0 1px 0 rgba(255, 253, 248, 0.38);
}

.song-player-play-button,
.song-player-skip-button,
.song-player-volume-button {
    min-height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0 0.95rem;
    font-weight: 1000;
    text-decoration: none;
}

.song-player-play-button {
    width: 2.85rem;
    border: 0;
    background: #eaff68;
    color: #080d0b;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(234, 255, 104, 0.16);
}

.song-player-play-button:hover,
.song-player-play-button:focus-visible {
    background: #f2ff9c;
}

.song-player-play-button:disabled,
.song-player-skip-button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.song-player-play-icon {
    display: grid;
    place-items: center;
    font-size: 1.08rem;
    line-height: 1;
}

.song-player-skip-button,
.song-player-volume-button {
    border: 1px solid rgba(179, 255, 102, 0.28);
    background: rgba(179, 255, 102, 0.1);
    color: #eaff68;
}

.song-player-skip-button,
.song-player-volume-button {
    width: 2.85rem;
    padding: 0;
    cursor: pointer;
}

.song-player-skip-button {
    font-size: 1.35rem;
}

.song-player-volume {
    position: relative;
    z-index: 2;
}

.song-player-volume-button {
    font-size: 1rem;
}

.song-player-skip-button:hover,
.song-player-skip-button:focus-visible,
.song-player-volume-button:hover,
.song-player-volume-button:focus-visible,
.song-player-volume-button[aria-expanded="true"] {
    border-color: rgba(234, 255, 104, 0.48);
    background: rgba(234, 255, 104, 0.16);
    color: #f6ffe9;
}

.song-player-volume-panel {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: calc(100% + 0.55rem);
    display: grid;
    gap: 0.45rem;
    width: min(100%, 12rem);
    padding: 0.72rem;
    border: 1px solid rgba(234, 255, 104, 0.26);
    border-radius: 0.85rem;
    background: rgba(8, 13, 11, 0.94);
    box-shadow: 0 1.2rem 2.2rem rgba(0, 0, 0, 0.34);
}

.song-player-volume-panel label {
    color: rgba(248, 250, 252, 0.72);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.song-player-volume-panel input[type="range"] {
    accent-color: #eaff68;
}

.song-player-context-dismiss {
    position: fixed;
    inset: 0;
    z-index: 90;
}

.song-player-context-menu {
    position: fixed;
    z-index: 91;
    min-width: 13rem;
    display: grid;
    gap: 0.25rem;
    padding: 0.4rem;
    border: 1px solid rgba(234, 255, 104, 0.24);
    border-radius: 0.9rem;
    background: rgba(8, 13, 11, 0.96);
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.36);
}

.song-player-context-menu a,
.song-player-context-menu button {
    width: 100%;
    border: 0;
    border-radius: 0.68rem;
    background: transparent;
    color: #f8fafc;
    padding: 0.58rem 0.68rem;
    text-align: left;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 850;
    cursor: pointer;
}

.song-player-context-menu a:hover,
.song-player-context-menu a:focus-visible,
.song-player-context-menu button:hover,
.song-player-context-menu button:focus-visible {
    background: rgba(234, 255, 104, 0.13);
    color: #eaff68;
}

.song-player-queue {
    display: grid;
    gap: 0.7rem;
    min-width: 0;
    border: 1px solid rgba(234, 255, 104, 0.14);
    border-radius: 1rem;
    padding: 0.75rem;
    background: rgba(8, 13, 11, 0.34);
}

.song-player-queue-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: #f8fafc;
    font-size: 0.8rem;
    font-weight: 1000;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.song-player-queue-header span {
    color: rgba(248, 250, 252, 0.54);
    font-size: 0.72rem;
}

.song-player-queue ol {
    display: grid;
    gap: 0.42rem;
    max-height: min(22rem, 48vh);
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}

.song-player-queue button {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.62rem;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.8rem;
    padding: 0.58rem 0.62rem;
    background: rgba(255, 255, 255, 0.045);
    color: #f8fafc;
    text-align: left;
    cursor: pointer;
}

.song-player-queue button:hover,
.song-player-queue button:focus-visible {
    border-color: rgba(234, 255, 104, 0.42);
    background: rgba(234, 255, 104, 0.11);
}

.song-player-queue button.is-current {
    border-color: rgba(234, 255, 104, 0.58);
    background: linear-gradient(90deg, rgba(234, 255, 104, 0.18), rgba(255, 255, 255, 0.06));
}

.song-player-queue-index {
    width: 1.75rem;
    height: 1.75rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(234, 255, 104, 0.12);
    color: #eaff68;
    font-size: 0.72rem;
    font-weight: 1000;
}

.song-player-queue-copy {
    min-width: 0;
    display: grid;
    gap: 0.05rem;
}

.song-player-queue-copy strong,
.song-player-queue-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.song-player-queue-copy strong {
    font-size: 0.85rem;
    font-weight: 950;
}

.song-player-queue-copy small {
    color: rgba(248, 250, 252, 0.58);
    font-size: 0.72rem;
    font-weight: 750;
}

.song-player-queue-state {
    border-radius: 999px;
    padding: 0.22rem 0.48rem;
    background: #eaff68;
    color: #080d0b;
    font-size: 0.62rem;
    font-weight: 1000;
    white-space: nowrap;
}

.songs-track-player.is-compact {
    grid-template-columns: 5.75rem minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem 1rem;
    width: auto;
    margin: 0 clamp(1rem, 2.6vw, 1.5rem) 1.15rem;
    padding: 0.85rem;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 0% 0%, rgba(234, 255, 104, 0.16), transparent 50%),
        rgba(255, 255, 255, 0.075);
}

.songs-track-player.is-compact .eyebrow {
    grid-column: 1 / -1;
    margin: 0 0 -0.15rem;
}

.songs-track-player.is-compact .song-player-media-frame {
    width: 5.75rem;
    aspect-ratio: 1;
    border-radius: 0.85rem;
}

.songs-track-player.is-compact .song-player-control-shell {
    grid-column: 2;
    margin-top: 0.1rem;
}

.songs-track-player.is-compact .song-player-control {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.songs-track-player.has-playlist-controls .song-player-control {
    grid-template-columns: auto auto auto minmax(0, 1fr) auto;
}

@keyframes song-player-foam-pop {
    0%, 72%, 100% { opacity: 0; transform: scale(0.45); }
    80% { opacity: 0.92; transform: scale(1); }
    92% { opacity: 0; transform: scale(1.55); }
}

@keyframes song-player-bubble-rise {
    0% { transform: translateY(0) scale(0.72); opacity: 0; }
    12% { opacity: 0.78; }
    58% { transform: translateY(-2.6rem) scale(1); opacity: 0.88; }
    100% { transform: translateY(-5.4rem) scale(1.28); opacity: 0; }
}

@keyframes song-player-carbonation-field {
    from { background-position: 0 110%, 1rem 100%, 0.4rem 105%, 1.8rem 112%, 0.2rem 108%; }
    to { background-position: 0 -20%, 1rem -10%, 0.4rem -18%, 1.8rem -14%, 0.2rem -22%; }
}

@media (prefers-reduced-motion: reduce) {
    .song-player-beer-foam span,
    .song-player-carbonation span,
    .song-player-control::after {
        animation: none;
    }
}

.poster-actions button,
.admin-song-actions a,
.admin-song-actions button {
    min-height: 2.75rem;
    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;
    cursor: pointer;
}

.poster-actions button {
    border-color: transparent;
    background: #eaff68;
    color: #080d0b;
}

.song-share-band {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
    justify-content: space-between;
    margin-block: 0 1rem;
    padding: 1rem clamp(1rem, 3vw, 1.6rem);
}

.song-share-band strong {
    color: #eaff68;
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    letter-spacing: -0.04em;
}

.song-ai-disclosure {
    flex-basis: 100%;
    max-width: 54rem;
    margin-inline: auto;
    border-top: 1px solid rgba(234, 255, 104, 0.12);
    padding-top: 0.65rem;
    color: rgba(248, 250, 252, 0.68);
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.45;
    text-align: center;
}

.song-ai-notice-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1500;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background:
        radial-gradient(circle at 50% 20%, rgba(234, 255, 104, 0.16), transparent 34%),
        rgba(2, 6, 5, 0.78);
    backdrop-filter: blur(0.55rem);
}

.song-ai-notice-dialog {
    width: min(100%, 34rem);
    display: grid;
    gap: 0.85rem;
    border: 1px solid rgba(234, 255, 104, 0.24);
    border-radius: 1.35rem;
    padding: clamp(1.2rem, 4vw, 1.8rem);
    background:
        radial-gradient(circle at 12% 0%, rgba(234, 255, 104, 0.16), transparent 38%),
        rgba(8, 13, 11, 0.96);
    box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.48);
}

.song-ai-notice-dialog h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1.55rem, 4vw, 2.25rem);
    font-weight: 1000;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.song-ai-notice-dialog p:not(.prostcast-kicker) {
    margin: 0;
    color: rgba(248, 250, 252, 0.78);
    line-height: 1.55;
}

.song-ai-notice-dialog button {
    justify-self: start;
    min-height: 3rem;
    border: 0;
    border-radius: 999px;
    background: #eaff68;
    color: #13251d;
    padding: 0 1.15rem;
    cursor: pointer;
    font-weight: 950;
}

.song-ai-notice-dialog button:hover,
.song-ai-notice-dialog button:focus-visible {
    background: #f6ffe9;
    transform: translateY(-1px);
}

.songs-tabs-panel {
    padding-inline: clamp(1rem, 3vw, 2rem);
    margin-bottom: 0.85rem;
}

.songs-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.songs-tabs button {
    min-height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.065);
    color: rgba(248, 250, 252, 0.82);
    padding: 0 1.1rem;
    font-weight: 1000;
    cursor: pointer;
}

.songs-tabs button.is-active {
    background: #eaff68;
    color: #080d0b;
}

.songs-tabs span {
    opacity: .7;
}

.songs-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
    gap: 1rem;
    align-items: start;
    padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
}

.song-kind-chart {
    display: grid;
    gap: 0.45rem;
    border: 1px solid rgba(234, 255, 104, 0.16);
    border-radius: 1.2rem;
    padding: 0.85rem;
    background:
        radial-gradient(circle at 10% 0%, rgba(234, 255, 104, 0.1), transparent 38%),
        rgba(255, 255, 255, 0.055);
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.18);
}

.song-kind-chart-head,
.song-kind-chart-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.4rem 5rem;
    gap: 0.6rem;
    align-items: center;
}

.song-kind-chart-head strong {
    color: #f8fafc;
    font-weight: 1000;
    letter-spacing: -0.03em;
}

.song-kind-chart-head span,
.song-kind-chart-grid-head span {
    color: rgba(248, 250, 252, 0.56);
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.song-kind-chart-head span {
    grid-column: 2 / 4;
    justify-self: end;
}

.song-kind-chart-grid {
    width: 100%;
    border: 0;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(248, 250, 252, 0.84);
    padding: 0.55rem 0.65rem;
    font: inherit;
    text-align: left;
}

button.song-kind-chart-grid {
    cursor: pointer;
}

button.song-kind-chart-grid:hover,
button.song-kind-chart-grid:focus-visible {
    background: rgba(234, 255, 104, 0.1);
    outline: 1px solid rgba(234, 255, 104, 0.24);
}

.song-kind-chart-grid span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 850;
}

.song-kind-chart-grid span:not(:first-child) {
    justify-self: end;
    color: #eaff68;
    font-weight: 950;
}

.song-kind-chart-grid-head {
    background: transparent;
    padding-block: 0.1rem;
}

.song-kind-chart p {
    margin: 0;
    color: rgba(248, 250, 252, 0.68);
    font-size: 0.9rem;
}

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

.song-playlist {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    padding: 0;
}

.song-playlist-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.1rem 0 0.25rem;
}

.song-playlist-head h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    letter-spacing: -0.03em;
}

.song-playlist-head .poster-kicker {
    margin-bottom: 0.25rem;
}

.song-download-all {
    flex: 0 0 auto;
    white-space: nowrap;
}

.song-track-card {
    position: relative;
    width: 128px;
    height: 128px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    color: #080d0b;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.song-track-card:hover {
    border-color: rgba(234, 255, 104, 0.42);
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.song-track-card.is-current {
    border-color: rgba(234, 255, 104, 0.66);
    background: rgba(234, 255, 104, 0.09);
}

.song-track-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.song-track-card span {
    position: absolute;
    inset: auto 10px 10px auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #eaff68;
    font-size: 1.05rem;
    font-weight: 1000;
}

.song-context-dismiss {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: transparent;
}

.song-context-menu {
    position: fixed;
    z-index: 91;
    width: min(13rem, calc(100vw - 1.5rem));
    display: grid;
    gap: 0.25rem;
    border: 1px solid rgba(179, 255, 102, 0.2);
    border-radius: 16px;
    background: #111b15;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
    padding: 0.4rem;
}

.song-context-menu button,
.song-context-menu a {
    width: 100%;
    min-height: 2.35rem;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: rgba(246, 255, 233, 0.86);
    padding: 0 0.75rem;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.song-context-menu button:hover,
.song-context-menu a:hover,
.song-context-menu button:focus-visible,
.song-context-menu a:focus-visible {
    background: rgba(179, 255, 102, 0.12);
    color: #f6ffe9;
}

.admin-upload-panel form {
    display: grid;
    gap: 1rem;
}

.admin-song-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.admin-song-form-grid label {
    display: grid;
    gap: 0.35rem;
    color: rgba(246, 255, 233, 0.78);
    font-weight: 900;
}

.admin-song-form-grid input,
.admin-song-form-grid select,
.admin-song-form-grid textarea {
    min-height: 2.85rem;
    border: 1px solid rgba(179, 255, 102, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    color: #f6ffe9;
    padding: 0.75rem;
}

.admin-song-form-grid textarea {
    min-height: 7rem;
    resize: vertical;
}

.admin-song-batch-upload {
    display: grid;
    gap: 0.85rem;
}

.admin-song-batch-drop-zone {
    min-height: 7rem;
}

.admin-song-batch-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(179, 255, 102, 0.16);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.045);
    scrollbar-color: rgba(234, 255, 104, 0.72) rgba(8, 13, 11, 0.84);
    scrollbar-width: thin;
}

.admin-song-batch-table-wrap::-webkit-scrollbar {
    height: 0.72rem;
}

.admin-song-batch-table-wrap::-webkit-scrollbar-track {
    border: 1px solid rgba(234, 255, 104, 0.08);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(5, 8, 7, 0.96), rgba(15, 24, 19, 0.92));
}

.admin-song-batch-table-wrap::-webkit-scrollbar-thumb {
    border: 2px solid rgba(8, 13, 11, 0.92);
    border-radius: 999px;
    background: linear-gradient(90deg, #eaff68, #b7ff55 55%, #67e8f9);
    box-shadow: 0 0 1rem rgba(234, 255, 104, 0.28);
}

.admin-song-batch-table-wrap::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #f6ff9a, #d7ff72 55%, #9cf4ff);
}

.admin-song-batch-table {
    min-width: 74rem;
}

.admin-song-batch-table th:nth-child(1),
.admin-song-batch-table td:nth-child(1) { width: 10rem; max-width: 10rem; }
.admin-song-batch-table th:nth-child(2),
.admin-song-batch-table td:nth-child(2) { width: 19rem; min-width: 19rem; }
.admin-song-batch-table th:nth-child(3),
.admin-song-batch-table td:nth-child(3) { width: 18rem; min-width: 18rem; }
.admin-song-batch-table th:nth-child(4),
.admin-song-batch-table td:nth-child(4) { width: 8rem; }
.admin-song-batch-table th:nth-child(5),
.admin-song-batch-table td:nth-child(5) { width: 7rem; }
.admin-song-batch-table th:nth-child(6),
.admin-song-batch-table td:nth-child(6) { width: 9rem; }
.admin-song-batch-table th:nth-child(7),
.admin-song-batch-table td:nth-child(7) { width: 7rem; }

.admin-song-batch-table th,
.admin-song-batch-table td {
    vertical-align: top;
}

.admin-song-batch-table .admin-song-file-name {
    max-width: 8.5rem;
}

.admin-song-batch-bulk-row th {
    background: rgba(234, 255, 104, 0.055);
}

.admin-song-batch-bulk-row span {
    color: rgba(246, 255, 233, 0.62);
    font-size: 0.75rem;
    font-weight: 850;
}

.admin-song-batch-empty {
    padding: 1.4rem !important;
    color: rgba(246, 255, 233, 0.72);
    font-weight: 850;
    text-align: center;
}

.admin-song-batch-table input,
.admin-song-batch-table select {
    width: 100%;
    min-height: 2.55rem;
}

.admin-song-batch-table input[type="checkbox"] {
    width: auto;
    min-height: auto;
}

.admin-song-batch-cover,
.admin-song-batch-active {
    display: inline-flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 0.45rem !important;
}

.admin-song-batch-cover {
    min-width: 8.5rem;
    border: 1px solid rgba(179, 255, 102, 0.18);
    border-radius: 999px;
    padding: 0.55rem 0.7rem;
    background: rgba(179, 255, 102, 0.08);
    color: #eaff68 !important;
    cursor: pointer;
}

.admin-song-batch-cover input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.admin-song-batch-cover span {
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-song-form-wide,
.admin-toggle-label {
    grid-column: 1 / -1;
}

.admin-toggle-label {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
}

.admin-song-list {
    display: grid;
    gap: 1rem;
}

.admin-song-card {
    display: grid;
    grid-template-columns: 6rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
}

.admin-song-card > img {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
    border-radius: 1rem;
}

.admin-song-card h3 {
    margin: 0;
    color: #f6ffe9;
}

.admin-song-card small,
.admin-song-card p {
    color: rgba(246, 255, 233, 0.68);
}

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

.admin-song-actions button {
    cursor: pointer;
}

.admin-song-actions .danger {
    border-color: rgba(248, 113, 113, 0.4);
    background: rgba(248, 113, 113, 0.12);
    color: #fecaca;
}

.form-error {
    width: min(1120px, 100%);
    margin: 0 auto 1rem;
    padding: 0.9rem;
    border-radius: 0.8rem;
    background: rgba(184,48,32,.14);
    color: #fecaca;
    font-weight: 850;
}

@media (max-width: 920px) {
    .songs-hero,
    .admin-song-card {
        grid-template-columns: 1fr;
    }

    .songs-hero > div {
        min-height: 24rem;
    }

    .song-share-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .song-playlist-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .song-download-all {
        width: 100%;
        justify-content: center;
    }

    .songs-track-player.is-compact {
        grid-template-columns: 1fr;
    }

    .songs-track-player.is-compact .song-player-media-frame,
    .songs-track-player.is-compact .song-player-control-shell {
        grid-column: 1;
    }

    .songs-track-player.is-compact .song-player-media-frame {
        width: 100%;
    }

    .song-player-control {
        grid-template-columns: 1fr;
    }

    .song-player-control-copy {
        text-align: center;
    }

    .admin-song-card > img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .admin-podcast-pin-grid,
    .admin-song-form-grid {
        grid-template-columns: 1fr;
    }

    .admin-song-actions {
        justify-content: flex-start;
    }
}

.profile-achievement-board {
    display: grid;
    gap: 1rem;
}

.profile-achievement-hero-card,
.profile-achievement-card {
    border: 1px solid rgba(234, 255, 104, 0.16);
    border-radius: 1.35rem;
    padding: clamp(1rem, 2.4vw, 1.5rem);
    background: rgba(7, 13, 11, 0.72);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
}

.profile-achievement-hero-card h2,
.profile-achievement-card h2 {
    margin: 0 0 0.45rem;
    color: #f8fafc;
}

.profile-achievement-hero-card p,
.profile-achievement-card p,
.profile-muted-copy {
    color: rgba(226, 232, 240, 0.74);
}

.profile-achievement-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin-top: 0.9rem;
}

.profile-achievement-tile {
    display: grid;
    gap: 0.35rem;
    min-height: 10rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1rem;
    padding: 0.9rem;
    background: rgba(15, 23, 42, 0.58);
}

.profile-achievement-tile.is-golden {
    border-color: rgba(245, 158, 11, 0.5);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(15, 23, 42, 0.62));
}

.profile-achievement-tile.is-locked {
    opacity: 0.72;
    filter: grayscale(0.2);
}

.profile-achievement-tile strong {
    color: #f8fafc;
}

.profile-achievement-tile span:not(.profile-achievement-icon) {
    color: rgba(234, 255, 104, 0.78);
    font-size: 0.82rem;
    font-weight: 800;
}

.profile-achievement-tile p {
    margin: 0;
    font-size: 0.9rem;
}

.profile-achievement-icon {
    display: inline-grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.9rem;
    background: rgba(234, 255, 104, 0.12);
    font-size: 1.35rem;
}

.profile-achievement-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

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