:root { --ink: #171332; --muted: #70678f; --paper: #f8f1ff; --yellow: #f8ed54; --cyan: #4de8e0; --pink: #f950a8; --line: #d8c9eb; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Space Grotesk', sans-serif; }
body:before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .45; background-image: linear-gradient(rgba(101, 70, 170, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(101, 70, 170, .1) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.page-shell { position: relative; max-width: 1080px; margin: auto; padding: 34px 48px 28px; }
.topbar, footer, .queue-heading, .admin-panel { display: flex; align-items: center; justify-content: space-between; }
.brand { color: var(--ink); font: 700 13px 'DM Mono', monospace; letter-spacing: 1.5px; text-decoration: none; }.brand-mark { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: 8px; background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; font-size: 17px; }
.live-pill { color: var(--muted); font: 11px 'DM Mono', monospace; letter-spacing: 1px; }.live-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--pink); border-radius: 50%; box-shadow: 0 0 8px var(--pink); }
.intro { max-width: 700px; padding: 116px 0 72px; }.eyebrow { margin: 0 0 15px; color: #d52386; font: 11px 'DM Mono', monospace; letter-spacing: 1.6px; text-transform: uppercase; }.intro h1 { margin: 0; font: 700 clamp(44px, 7vw, 79px)/.98 'Space Grotesk', sans-serif; letter-spacing: -3px; text-shadow: 4px 4px 0 var(--cyan); }.intro h1 em { color: #d52386; font-style: normal; }.lede { max-width: 440px; margin: 27px 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.request-panel { padding: 30px; background: var(--ink); color: white; border: 3px solid var(--ink); border-radius: 0; box-shadow: 10px 10px 0 var(--pink); }.panel-heading { display: flex; gap: 16px; align-items: center; margin-bottom: 27px; }.step { color: var(--yellow); font: 12px 'DM Mono', monospace; }.panel-heading h2, .queue-heading h2, .admin-panel h2 { margin: 0; font-size: 20px; }.wish-form { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 13px; align-items: end; }.field { display: block; }.field span { display: block; margin: 0 0 9px; color: #b5afcc; font: 10px 'DM Mono', monospace; letter-spacing: 1px; text-transform: uppercase; }.field input { width: 100%; padding: 14px 15px; color: white; background: #282148; border: 1px solid #655c91; border-radius: 0; font: 14px 'Space Grotesk', sans-serif; outline: none; }.field input:focus { border-color: var(--cyan); }.field input::placeholder { color: #8981aa; }.primary-button, .clear-button { min-height: 48px; padding: 0 19px; border: 2px solid var(--ink); border-radius: 0; background: var(--yellow); color: var(--ink); font: 700 12px 'DM Mono', monospace; cursor: pointer; }.primary-button span, .clear-button span { margin-left: 15px; font-size: 17px; }.notice { margin: 18px 0 0; font-size: 13px; }.notice.error { color: #ff91c9; }
.queue { padding: 90px 0 70px; }.queue-heading { padding-bottom: 22px; border-bottom: 2px solid var(--ink); align-items: end; }.queue-heading h2 { font-size: 32px; letter-spacing: -1px; }.count { color: var(--muted); font: 11px 'DM Mono', monospace; }.wish-list { border-bottom: 2px solid var(--ink); }.wish-row { display: grid; grid-template-columns: 55px 1fr auto; gap: 15px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }.wish-row:last-child { border-bottom: 0; }.rank { color: #d52386; font: 11px 'DM Mono', monospace; }.wish-copy h3 { margin: 0 0 7px; font-size: 16px; }.wish-copy p { margin: 0; color: var(--muted); font: 11px 'DM Mono', monospace; }.wish-actions { display: flex; align-items: center; gap: 16px; }.vote-button, .delete-button { border: 0; background: transparent; cursor: pointer; }.vote-button { padding: 10px 13px; color: var(--ink); border: 2px solid var(--ink); border-radius: 0; font: 12px 'DM Mono', monospace; }.vote-button span { color: #d52386; margin-right: 5px; }.vote-button:hover { background: var(--cyan); }.vote-count { color: var(--muted); font: 12px 'DM Mono', monospace; }.delete-button { color: var(--muted); font-size: 24px; }.delete-button:hover { color: #d52386; }.empty-state { padding: 46px 0; color: var(--muted); text-align: center; border-bottom: 2px solid var(--ink); }.empty-state span { color: #d52386; font-size: 28px; }.empty-state p { font: 13px 'DM Mono', monospace; line-height: 1.7; }
.admin-panel { padding: 22px 25px; border: 2px solid var(--ink); border-left: 8px solid var(--pink); background: var(--yellow); }.admin-panel.is-hidden { display: none; }.admin-panel .eyebrow { margin-bottom: 7px; color: var(--ink); }.admin-panel h2 { font-size: 15px; }.clear-button { background: var(--pink); }.clear-button:hover { background: var(--cyan); } footer { padding-top: 30px; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: 1px; }
@media (max-width: 680px) { .page-shell { padding: 25px 22px; }.intro { padding: 88px 0 56px; }.intro h1 { letter-spacing: -2px; }.request-panel { padding: 22px; box-shadow: 6px 6px 0 var(--lime); }.wish-form { grid-template-columns: 1fr; gap: 15px; }.primary-button { width: 100%; }.queue { padding: 70px 0 50px; }.wish-row { grid-template-columns: 32px 1fr auto; gap: 8px; min-height: 95px; }.wish-copy h3 { font-size: 14px; }.wish-copy p { font-size: 10px; }.wish-actions { gap: 6px; }.admin-panel { align-items: flex-start; gap: 15px; flex-direction: column; }.clear-button { width: 100%; } footer { gap: 20px; align-items: flex-start; flex-direction: column; } }