:root {
    --bg: #0b1020;
    --bg-deep: #060914;
    --paper: rgba(255, 250, 238, 0.09);
    --paper-strong: rgba(255, 250, 238, 0.14);
    --stroke: rgba(255, 240, 206, 0.18);
    --stroke-strong: rgba(255, 220, 140, 0.34);
    --text: #fff7e7;
    --muted: rgba(255, 247, 231, 0.72);
    --soft: rgba(255, 247, 231, 0.54);
    --gold: #f8d56b;
    --gold-soft: rgba(248, 213, 107, 0.16);
    --red: #d64b42;
    --green: #1f9d6a;
    --blue: #2f7de1;
    --shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --max: 1160px;
}

* { box-sizing: border-box; }
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-height: 100vh;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 18% 18%, rgba(214, 75, 66, 0.22), transparent 34%),
        radial-gradient(circle at 85% 12%, rgba(47, 125, 225, 0.22), transparent 34%),
        radial-gradient(circle at 50% 96%, rgba(248, 213, 107, 0.13), transparent 36%),
        linear-gradient(135deg, var(--bg-deep), var(--bg) 52%, #121827);
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body { overflow-x: clip; }
}

main,
header,
footer,
section,
article,
.track-list,
.player-card,
.player-main,
.progress-wrap,
.track-meta {
    max-width: 100%;
}

.hero-copy,
.player-main,
.progress-wrap,
.track-meta,
.track-meta h3,
.track-meta p,
.release-note,
.info-card {
    min-width: 0;
}

h1,
h2,
h3,
p,
a,
button {
    overflow-wrap: anywhere;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 78px 78px;
    mask-image: radial-gradient(circle at 50% 20%, black, transparent 72%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.site-bg,
.site-bg span { position: fixed; pointer-events: none; z-index: -1; }
.site-bg { inset: 0; overflow: hidden; }
.orb {
    width: 44vw;
    height: 44vw;
    border-radius: 999px;
    filter: blur(60px);
    opacity: .22;
}
.orb-one { left: -12vw; bottom: -18vw; background: var(--gold); }
.orb-two { right: -18vw; top: 18vh; background: var(--green); }
.confetti {
    width: 10px;
    height: 22px;
    border-radius: 3px;
    opacity: .62;
    transform: rotate(18deg);
    animation: floatConfetti 9s ease-in-out infinite;
}
.c1 { top: 18%; left: 9%; background: var(--gold); }
.c2 { top: 28%; right: 14%; background: var(--red); animation-delay: -2s; }
.c3 { top: 72%; left: 16%; background: var(--green); animation-delay: -3s; }
.c4 { top: 64%; right: 10%; background: var(--blue); animation-delay: -5s; }
.c5 { top: 8%; left: 74%; background: var(--gold); animation-delay: -4s; }
.c6 { top: 46%; left: 51%; background: var(--red); animation-delay: -7s; }

.topbar {
    width: min(var(--max), calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #171204;
    font-weight: 900;
    background: linear-gradient(135deg, #fff4c6, var(--gold));
    box-shadow: 0 12px 30px rgba(248, 213, 107, 0.22);
}
.brand strong { display: block; letter-spacing: .02em; }
.brand small { display: block; color: var(--soft); font-size: 12px; margin-top: 1px; }
.nav {
    display: flex;
    gap: 6px;
    padding: 7px;
    border: 1px solid var(--stroke);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(18px);
}
.nav a {
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 14px;
    transition: background .2s ease, color .2s ease;
}
.nav a:hover { background: rgba(255,255,255,.08); color: var(--text); }

.hero {
    width: min(var(--max), calc(100% - 32px));
    margin: 36px auto 0;
    min-height: 70vh;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, .82fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
}
.eyebrow,
.card-kicker,
.track-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    color: var(--gold);
    font-size: 13px;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 800;
}
.eyebrow::before,
.card-kicker::before,
.track-label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 18px rgba(248,213,107,.72);
}
h1 {
    margin: 0;
    max-width: 800px;
    font-size: clamp(54px, 8vw, 108px);
    line-height: .88;
    letter-spacing: -.07em;
    text-wrap: balance;
}
.lead {
    max-width: 650px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.55;
}
.hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 850;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
    color: #1b1606;
    background: linear-gradient(135deg, #fff2b8, var(--gold) 48%, #f2a84e);
    box-shadow: 0 18px 42px rgba(248, 213, 107, .25);
}
.btn-ghost {
    color: var(--text);
    border-color: var(--stroke-strong);
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(16px);
}
.release-note {
    margin-top: 26px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    max-width: 560px;
    color: var(--soft);
    font-size: 14px;
    line-height: 1.5;
}
.pulse-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    margin-top: 5px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 0 0 rgba(31, 157, 106, .72);
    animation: pulse 2.2s infinite;
}
.cover-wrap {
    position: relative;
    justify-self: center;
    width: min(405px, 82vw);
}
.cover-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: 10px;
    background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04));
    border: 1px solid var(--stroke-strong);
    box-shadow: var(--shadow);
    transform: rotate(1.5deg);
}
.cover-card::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
    pointer-events: none;
}
.cover-card img { border-radius: 25px; width: 100%; height: auto; }
.vinyl-glow {
    position: absolute;
    inset: auto -38px -42px auto;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(248,213,107,.26), transparent 66%);
    filter: blur(3px);
    z-index: -1;
}

.songs-section {
    width: min(960px, calc(100% - 32px));
    margin: 34px auto 0;
}
.section-heading {
    margin-bottom: 20px;
    text-align: center;
}
.section-heading h2 {
    margin: 0;
    font-size: clamp(34px, 6vw, 62px);
    line-height: .95;
    letter-spacing: -.06em;
}
.section-heading p {
    margin: 14px auto 0;
    max-width: 600px;
    color: var(--muted);
    line-height: 1.65;
}
.track-list {
    display: grid;
    gap: 18px;
}
.player-card {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 22px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--stroke-strong);
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(255,250,238,.14), rgba(255,250,238,.055));
    box-shadow: var(--shadow);
    backdrop-filter: blur(24px);
}
.player-cover-mini {
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.18);
}
.player-cover-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.track-meta h3 {
    margin: 0;
    font-size: clamp(26px, 4vw, 42px);
    letter-spacing: -.04em;
}
.track-meta p { margin: 8px 0 0; color: var(--muted); line-height: 1.55; }
.player-controls {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 58px 1fr 54px;
    gap: 18px;
    align-items: center;
}
.play-btn {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    color: #1b1606;
    background: linear-gradient(135deg, #fff4c2, var(--gold));
    box-shadow: 0 14px 32px rgba(248, 213, 107, .24);
}
.play-icon {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #1b1606;
}
.play-btn.is-playing .play-icon {
    width: 18px;
    height: 20px;
    margin-left: 0;
    border: 0;
    background: linear-gradient(90deg, #1b1606 0 35%, transparent 35% 65%, #1b1606 65% 100%);
}
.time-row {
    display: flex;
    justify-content: space-between;
    color: var(--soft);
    font-size: 12px;
    margin-bottom: 8px;
}
.progress {
    width: 100%;
    accent-color: var(--gold);
    cursor: pointer;
}
.equalizer {
    height: 38px;
    display: flex;
    gap: 5px;
    align-items: end;
    justify-content: center;
    opacity: .42;
}
.equalizer span {
    width: 6px;
    height: 12px;
    border-radius: 999px;
    background: var(--gold);
    animation: eq 1.05s ease-in-out infinite paused;
}
.equalizer span:nth-child(2) { animation-delay: -.2s; }
.equalizer span:nth-child(3) { animation-delay: -.38s; }
.equalizer span:nth-child(4) { animation-delay: -.56s; }
.equalizer.is-playing { opacity: 1; }
.equalizer.is-playing span { animation-play-state: running; }
.track-actions {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.mini-link,
.button-link {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: none;
    padding: 0;
    color: var(--gold);
    cursor: pointer;
    font-weight: 850;
}
.mini-link::after {
    content: "→";
    margin-left: 8px;
    transition: transform .18s ease;
}
.mini-link:hover::after { transform: translateX(4px); }

.info-grid {
    width: min(var(--max), calc(100% - 32px));
    margin: 88px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.info-card {
    min-height: 270px;
    padding: 28px;
    border: 1px solid var(--stroke);
    border-radius: var(--radius-lg);
    background: var(--paper);
    backdrop-filter: blur(18px);
}
.info-card.featured {
    background: linear-gradient(135deg, rgba(248,213,107,.16), rgba(255,255,255,.06));
    border-color: var(--stroke-strong);
}
.info-card h3 {
    margin: 0;
    font-size: 27px;
    letter-spacing: -.04em;
}
.info-card p {
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.65;
}
.text-link {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    color: var(--gold);
    font-weight: 850;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}
.text-link::after {
    content: "→";
    margin-left: 8px;
    transition: transform .18s ease;
}
.text-link:hover::after { transform: translateX(4px); }
.download-list {
    margin-top: 16px;
    display: grid;
    gap: 8px;
}
.quote-band {
    width: min(920px, calc(100% - 32px));
    margin: 76px auto 0;
    padding: clamp(26px, 5vw, 52px);
    text-align: center;
    border-block: 1px solid var(--stroke);
}
.quote-band p {
    margin: 0;
    font-size: clamp(24px, 4vw, 44px);
    line-height: 1.15;
    letter-spacing: -.05em;
    text-wrap: balance;
}
.footer {
    width: min(var(--max), calc(100% - 32px));
    margin: 74px auto 0;
    padding: 30px 0 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: var(--soft);
    font-size: 14px;
}
.footer p { margin: 0; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer a:hover { color: var(--text); }
.toast {
    position: fixed;
    left: 50%;
    bottom: 22px;
    transform: translate(-50%, 120%);
    padding: 12px 16px;
    border-radius: 999px;
    color: #171204;
    font-weight: 800;
    background: var(--gold);
    box-shadow: 0 18px 48px rgba(0,0,0,.28);
    transition: transform .24s ease;
    z-index: 20;
}
.toast.is-visible { transform: translate(-50%, 0); }
.reveal-up { animation: revealUp .75s ease both; }
.delay-one { animation-delay: .14s; }
.delay-two { animation-delay: .26s; }

.legal-page {
    width: min(820px, calc(100% - 32px));
    margin: 64px auto;
    padding: clamp(24px, 5vw, 46px);
    border: 1px solid var(--stroke);
    border-radius: var(--radius-xl);
    background: var(--paper);
    backdrop-filter: blur(18px);
}
.legal-page h1 {
    margin-top: 24px;
    font-size: clamp(42px, 8vw, 76px);
}
.legal-page p {
    color: var(--muted);
    line-height: 1.7;
}

@keyframes revealUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes floatConfetti {
    0%, 100% { transform: translateY(0) rotate(18deg); }
    50% { transform: translateY(22px) rotate(44deg); }
}
@keyframes pulse {
    70% { box-shadow: 0 0 0 14px rgba(31, 157, 106, 0); }
    100% { box-shadow: 0 0 0 0 rgba(31, 157, 106, 0); }
}
@keyframes eq {
    0%, 100% { height: 10px; }
    50% { height: 35px; }
}

@media (max-width: 880px) {
    .topbar { align-items: flex-start; }
    .nav { display: none; }
    .hero {
        min-height: auto;
        margin-top: 20px;
        grid-template-columns: 1fr;
        text-align: left;
    }
    .cover-wrap { order: -1; width: min(330px, 82vw); margin-top: 8px; }
    .hero-actions { width: 100%; }
    .btn { flex: 1 1 190px; }
    .songs-section { margin-top: 54px; }
    .section-heading { text-align: left; }
    .section-heading p { margin-left: 0; }
    .player-card { grid-template-columns: 84px 1fr; gap: 14px; padding: 14px; }
    .player-controls { grid-template-columns: 54px 1fr; }
    .equalizer { display: none; }
    .info-grid { grid-template-columns: 1fr; margin-top: 56px; }
    .info-card { min-height: unset; }
    .footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
    .topbar, .hero, .songs-section, .info-grid, .quote-band, .footer { width: min(calc(100% - 24px), var(--max)); }
    .topbar { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
    h1 { font-size: clamp(48px, 16vw, 70px); }
    .lead { font-size: 17px; }
    .player-card { grid-template-columns: 1fr; }
    .player-cover-mini { display: none; }
    .player-controls { gap: 12px; }
    .btn { width: 100%; }
    .toast { width: calc(100% - 24px); text-align: center; }
}

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

.legal-section {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--stroke);
}
.legal-page h2 {
    margin: 0 0 10px;
    font-size: clamp(22px, 4vw, 30px);
    letter-spacing: -.04em;
}
.legal-page a {
    color: var(--gold);
    font-weight: 800;
}
.legal-muted {
    margin-top: -8px;
    color: var(--soft) !important;
}

/* Jeck.AI Erweiterung: Song-Story und Jeföhl-Formular */
.song-story {
    margin-top: 20px;
    border: 1px solid var(--stroke);
    border-radius: 22px;
    background: rgba(255, 250, 238, 0.055);
    overflow: hidden;
}
.song-story summary {
    list-style: none;
    cursor: pointer;
    padding: 17px 18px;
    color: var(--gold);
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.song-story summary::-webkit-details-marker { display: none; }
.song-story summary::after {
    content: "+";
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 999px;
    color: #171204;
    background: var(--gold);
    box-shadow: 0 10px 26px rgba(248, 213, 107, .18);
}
.song-story[open] summary::after { content: "–"; }
.story-content {
    padding: 0 18px 18px;
    color: var(--muted);
    line-height: 1.7;
}
.story-content h4 {
    margin: 5px 0 10px;
    color: var(--text);
    font-size: 22px;
    letter-spacing: -.03em;
}
.story-content p { margin: 10px 0 0; }
.story-kicker {
    color: var(--gold) !important;
    font-weight: 850;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.idea-section {
    width: min(var(--max), calc(100% - 32px));
    margin: 92px auto 0;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: clamp(24px, 5vw, 58px);
    align-items: start;
}
.idea-copy {
    position: sticky;
    top: 24px;
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid var(--stroke);
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg, rgba(248,213,107,.13), rgba(255,255,255,.055));
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}
.idea-copy h2 {
    margin: 0;
    font-size: clamp(38px, 6vw, 72px);
    line-height: .95;
    letter-spacing: -.06em;
}
.idea-copy p:not(.eyebrow) {
    margin: 22px 0 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 17px;
}
.idea-form {
    padding: clamp(20px, 4vw, 34px);
    border: 1px solid var(--stroke);
    border-radius: var(--radius-xl);
    background: rgba(255, 250, 238, 0.085);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.idea-form label,
.idea-form fieldset {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
}
.idea-form label span,
.radio-group legend {
    color: var(--text);
    font-weight: 850;
    font-size: 14px;
}
.idea-form em {
    color: var(--soft);
    font-style: normal;
    font-weight: 650;
}
.idea-form input,
.idea-form textarea,
.idea-form select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--stroke);
    border-radius: 17px;
    padding: 13px 14px;
    color: var(--text);
    background: rgba(6, 9, 20, .42);
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.idea-form textarea { resize: vertical; line-height: 1.55; }
.idea-form input:focus,
.idea-form textarea:focus,
.idea-form select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(248, 213, 107, .13);
    background: rgba(6, 9, 20, .58);
}
.idea-form ::placeholder { color: rgba(255, 247, 231, .38); }
.radio-group {
    border: 1px solid var(--stroke);
    border-radius: 20px;
    padding: 16px;
}
.radio-group label,
.consent-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--muted);
    line-height: 1.5;
}
.radio-group input,
.consent-box input {
    width: auto;
    min-height: unset;
    margin-top: 3px;
    accent-color: var(--gold);
}
.consent-box {
    margin-top: 18px !important;
    padding: 16px;
    border: 1px solid var(--stroke-strong);
    border-radius: 20px;
    background: rgba(248, 213, 107, .08);
}
.form-note {
    margin: 12px 0 0;
    color: var(--soft);
    font-size: 13px;
    line-height: 1.55;
}
.form-note a { color: var(--gold); font-weight: 850; }
.form-submit { margin-top: 24px; width: 100%; }
.form-message {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    font-weight: 850;
}
.form-message.success {
    color: #102117;
    background: rgba(157, 237, 183, .92);
}
.form-message.error {
    color: #2b0907;
    background: rgba(255, 164, 156, .92);
}
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

@media (max-width: 880px) {
    .idea-section {
        grid-template-columns: 1fr;
        margin-top: 62px;
    }
    .idea-copy { position: static; }
    .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
    .idea-section { width: min(calc(100% - 24px), var(--max)); }
    .song-story summary { padding: 15px; }
    .story-content { padding: 0 15px 16px; }
    .idea-form { padding: 18px; }
}

/* Jeck.AI Admin: Ideen ansehen */
.admin-body {
    min-height: 100vh;
}
.admin-topbar {
    align-items: center;
}
.admin-main {
    width: min(var(--max), calc(100% - 32px));
    margin: 36px auto 0;
}
.admin-login-card,
.admin-hero,
.admin-empty,
.idea-admin-card {
    border: 1px solid var(--stroke);
    border-radius: var(--radius-xl);
    background: rgba(255, 250, 238, 0.085);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}
.admin-login-card {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(24px, 5vw, 42px);
}
.admin-login-card h1,
.admin-hero h1 {
    margin: 0;
    font-size: clamp(48px, 8vw, 92px);
    line-height: .9;
    letter-spacing: -.07em;
}
.admin-login-form {
    margin-top: 28px;
    box-shadow: none;
    background: rgba(6, 9, 20, .18);
}
.admin-login-form code {
    color: var(--gold);
    font-weight: 850;
}
.admin-hero {
    padding: clamp(24px, 5vw, 42px);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
}
.admin-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(96px, 1fr));
    gap: 12px;
    flex: 0 0 auto;
}
.admin-stats div {
    padding: 18px;
    border: 1px solid var(--stroke);
    border-radius: 22px;
    background: rgba(6, 9, 20, .32);
}
.admin-stats strong {
    display: block;
    color: var(--gold);
    font-size: 34px;
    line-height: 1;
}
.admin-stats span {
    display: block;
    margin-top: 6px;
    color: var(--soft);
    font-size: 13px;
    font-weight: 760;
}
.admin-empty {
    margin-top: 22px;
    padding: clamp(22px, 4vw, 34px);
}
.admin-empty h2 {
    margin: 0;
    font-size: clamp(26px, 4vw, 38px);
    letter-spacing: -.04em;
}
.admin-empty p {
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.65;
}
.idea-admin-list {
    margin-top: 24px;
    display: grid;
    gap: 18px;
}
.idea-admin-card {
    padding: clamp(20px, 4vw, 32px);
}
.idea-admin-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}
.idea-admin-head h2 {
    margin: 0;
    font-size: clamp(28px, 5vw, 48px);
    line-height: 1;
    letter-spacing: -.05em;
}
.status-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #171204;
    background: var(--gold);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.idea-admin-meta {
    margin: 22px 0 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.idea-admin-meta div {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--stroke);
    border-radius: 18px;
    background: rgba(6, 9, 20, .28);
}
.idea-admin-meta dt {
    color: var(--soft);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.idea-admin-meta dd {
    margin: 6px 0 0;
    color: var(--text);
    font-weight: 760;
    overflow-wrap: anywhere;
}
.idea-admin-section {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--stroke);
    border-radius: 22px;
    background: rgba(255, 250, 238, .05);
}
.idea-admin-section h3 {
    margin: 0 0 9px;
    color: var(--gold);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.idea-admin-section p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    white-space: normal;
}
.muted-dash {
    color: var(--soft);
}
.admin-footer {
    margin-top: 48px;
}

@media (max-width: 820px) {
    .admin-hero {
        align-items: stretch;
        flex-direction: column;
    }
    .admin-stats,
    .idea-admin-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .admin-main { width: min(calc(100% - 24px), var(--max)); }
    .admin-topbar {
        align-items: flex-start;
        flex-direction: column;
    }
    .admin-topbar .nav {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
    }
    .idea-admin-head {
        flex-direction: column;
    }
    .admin-stats,
    .idea-admin-meta {
        grid-template-columns: 1fr;
    }
}
