@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --ink: #171717; --muted: #6c6a66; --paper: #f4f0e8; --line: #d8d0c3; --acid: #d8f34e; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Space Grotesk', sans-serif; }
body::before { content: ''; position: fixed; inset: 0; z-index: -1; opacity: .22; pointer-events: none; background-image: radial-gradient(#8e897f 1px, transparent 1px); background-size: 18px 18px; }
.shell { max-width: 1180px; margin: 0 auto; padding: 34px 28px 64px; }
.topbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 26px; }
.kicker, .eyebrow { margin: 0 0 10px; color: var(--muted); font: 500 11px 'DM Mono', monospace; letter-spacing: .12em; }
h1, h2, p { margin-top: 0; } h1 { max-width: 600px; margin-bottom: 0; font-size: clamp(2.5rem, 6vw, 5.6rem); line-height: .92; letter-spacing: -.06em; font-weight: 600; }
h2 { margin-bottom: 8px; font-size: clamp(1.5rem, 3vw, 2.35rem); letter-spacing: -.04em; }
.header-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }.live-pill { display: flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 999px; font: 500 11px 'DM Mono', monospace; }
.live-pill span { width: 8px; height: 8px; border-radius: 50%; background: #ed4b3e; box-shadow: 0 0 0 4px #ed4b3e26; }
.twitch-button { border: 1px solid #9146ff; padding: 9px 12px; background: #9146ff; color: white; font: 600 12px 'Space Grotesk', sans-serif; cursor: pointer; }.twitch-button:hover { background: #772ce8; }
.stage { padding: 36px 0 44px; }.stage-meta, .artwork-caption, .section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.stage-meta { color: var(--muted); font: 11px 'DM Mono', monospace; text-transform: uppercase; }.artwork-frame { display: grid; place-items: center; min-height: min(62vh, 650px); margin: 16px 0 20px; overflow: hidden; background: #e2ddd3; border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--acid); }
.artwork-frame img { display: block; width: 100%; height: min(62vh, 650px); object-fit: contain; }.empty-state { color: var(--muted); font: 14px 'DM Mono', monospace; }.artwork-caption h2 { margin-bottom: 3px; }.artwork-caption p:last-child { margin: 0; color: var(--muted); }.next-button { border: 1px solid var(--ink); padding: 13px 17px; background: var(--ink); color: white; font: 600 13px 'Space Grotesk', sans-serif; cursor: pointer; }.next-button span { margin-left: 20px; font-size: 18px; }.next-button:hover { background: #333; }
.next-button:disabled { cursor: not-allowed; opacity: .4; }.control-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.voting { border-top: 1px solid var(--line); padding-top: 32px; }.vote-message { max-width: 220px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }.score-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 24px; }.score { min-height: 142px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 16px; border: 1px solid var(--ink); color: var(--ink); text-align: left; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }.score:disabled { cursor: not-allowed; opacity: .45; }.score:hover:not(:disabled), .score:focus-visible { transform: translateY(-5px); box-shadow: 5px 5px 0 var(--ink); outline: none; }.score span { font-size: 30px; line-height: 1; }.score strong { font-size: 16px; }.score small { font: 11px 'DM Mono', monospace; color: var(--muted); }.score-5 { background: #cbb8ff; }.score-4 { background: #ffaaa7; }.score-3 { background: #ffc083; }.score-2 { background: #ffe77d; }.score-1 { background: #b9e98e; }.score.is-voted { opacity: .45; pointer-events: none; }
@media (max-width: 700px) { .shell { padding: 22px 16px 45px; }.topbar, .stage-meta, .artwork-caption, .section-heading { align-items: flex-start; flex-direction: column; }.live-pill { align-self: flex-start; }.artwork-frame { min-height: 48vh; box-shadow: 6px 6px 0 var(--acid); }.artwork-frame img { height: 48vh; }.next-button { width: 100%; }.vote-message { text-align: left; }.score-grid { grid-template-columns: repeat(2, 1fr); }.score { min-height: 125px; }.score:last-child { grid-column: span 2; } }
