:root { color-scheme: dark; --ink: #f4f0dc; --muted: #aaa4bf; --line: #ffffff2b; --pink: #ff3c9e; --cyan: #16d9ff; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { min-height: 100vh; background: #090711; color: var(--ink); font-family: Arial, sans-serif; }
a { color: inherit; }
.shell { width: min(720px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 70px; }
.masthead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; font-size: 12px; letter-spacing: .16em; }
.brand { font-weight: 800; text-decoration: none; }
.back { color: var(--muted); text-decoration: none; }
.back:hover { color: var(--ink); }
.eyebrow { margin: 0 0 12px; color: #85ffbf; font: 700 11px/1.3 "Courier New", monospace; letter-spacing: .16em; }
h1 { max-width: 650px; margin: 0; font-size: clamp(42px, 8vw, 78px); line-height: .88; letter-spacing: -.07em; text-shadow: 5px 5px 0 var(--pink), 10px 10px 0 #2b9bbd; }
.intro { max-width: 560px; margin: 30px 0 40px; color: var(--muted); font: 15px/1.6 "Courier New", monospace; }
.card { padding: clamp(22px, 5vw, 38px); border: 1px solid var(--line); background: linear-gradient(145deg, #211333, #0e111e); box-shadow: 12px 12px 0 #0004; }
.field { display: block; margin: 0 0 25px; }
.field > span { display: block; margin-bottom: 9px; font: 700 11px/1 "Courier New", monospace; letter-spacing: .12em; color: #d7d1ef; }
input, select { width: 100%; padding: 13px 14px; border: 1px solid #ffffff38; border-radius: 0; background: #070811; color: var(--ink); font: 16px Arial, sans-serif; outline: none; }
input:focus, select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px #16d9ff22; }
.help { display: block; margin-top: 8px; color: var(--muted); font: 12px/1.45 Arial, sans-serif; }
.choices { display: grid; gap: 9px; grid-template-columns: repeat(3, 1fr); }
.choice { position: relative; padding: 14px 10px; border: 1px solid var(--line); cursor: pointer; text-align: center; }
.choice input { position: absolute; opacity: 0; inset: 0; }
.choice:has(input:checked) { border-color: var(--pink); background: #ff3c9e1a; }
.choice strong, .choice small { display: block; }
.choice strong { font-size: 13px; }
.choice small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.button { display: inline-flex; align-items: center; gap: 10px; padding: 14px 18px; border: 2px solid var(--ink); background: var(--pink); color: #fff; cursor: pointer; font: 800 14px Arial, sans-serif; letter-spacing: .08em; box-shadow: 5px 5px 0 var(--cyan); transition: transform .12s, box-shadow .12s; }
.button:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--cyan); }
.button:disabled { cursor: progress; opacity: .55; }
.message { min-height: 20px; margin: 20px 0 0; color: var(--muted); font: 13px/1.5 "Courier New", monospace; }
.message.error { color: #ff91ba; }.message.success { color: #8dffc3; }
.turnstile { min-height: 65px; margin: 0 0 22px; }
.notice { margin-top: 25px; color: #7f7896; font: 12px/1.5 Arial, sans-serif; }
.stage { position: fixed; inset: 0; display: grid; place-items: center; overflow: hidden; background: #090711; }
.stage::before { position: absolute; inset: 0; background-image: radial-gradient(#ffffff44 1px, transparent 1px); background-size: 12px 12px; content: ""; opacity: .45; }
.play-card { position: relative; z-index: 1; width: min(590px, calc(100% - 40px)); padding: 42px; border: 1px solid var(--line); background: #101124e8; text-align: center; box-shadow: 12px 12px 0 #ff3c9e; }
.play-card h1 { font-size: clamp(40px, 9vw, 72px); }.play-card p { color: var(--muted); font: 14px/1.5 "Courier New", monospace; }
#made-media, #conga-frame { position: fixed; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; background: #000; }
.player-create { position: fixed; z-index: 3; top: 18px; right: 22px; color: #fff; font: 700 12px Arial, sans-serif; letter-spacing: .15em; text-decoration: none; }
.modal { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; background: #05030bd9; }
.modal[hidden] { display: none; }
.modal-card { position: relative; width: min(520px, 100%); padding: 38px; border: 1px solid var(--line); background: linear-gradient(145deg, #241339, #0d101d); box-shadow: 12px 12px 0 var(--cyan); }
.modal-card h2 { margin: 0; font-size: clamp(36px, 8vw, 62px); line-height: .88; letter-spacing: -.06em; text-shadow: 4px 4px 0 var(--pink); }
.modal-copy { margin: 28px 0 10px; color: var(--muted); font: 13px/1.5 "Courier New", monospace; }
.ready-url { color: #91eaff; font: 14px "Courier New", monospace; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
.ghost-button { background: transparent; color: var(--ink); box-shadow: 5px 5px 0 #665d87; text-decoration: none; }
.modal-close { position: absolute; top: 12px; right: 15px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font: 30px/1 Arial, sans-serif; }
.modal-close:hover { color: var(--ink); }
.manage-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 40px 0 16px; }
.manage-head .intro { margin: 0; }.danger-button { border: 1px solid #ff779d; background: transparent; color: #ff91ba; cursor: pointer; padding: 11px 14px; font: 700 11px Arial, sans-serif; letter-spacing: .08em; }
.manage-list { border: 1px solid var(--line); }.manage-item { display: flex; align-items: center; gap: 16px; padding: 16px; border-bottom: 1px solid var(--line); cursor: pointer; }.manage-item:last-child { border-bottom: 0; }.manage-item input { width: 18px; height: 18px; accent-color: var(--pink); }.manage-item-copy strong, .manage-item-copy small { display: block; }.manage-item-copy small { margin-top: 5px; color: var(--muted); font: 11px "Courier New", monospace; }.manage-footer { margin-top: 22px; }
@media (max-width: 520px) { .shell { width: min(100% - 28px, 720px); padding-top: 24px; }.masthead { margin-bottom: 42px; }.choices { grid-template-columns: 1fr; }.play-card { padding: 30px 22px; } }
