:root{--bg: #0e1116;--stand: #232a36;--pitch: #4c9f55;--pitch-stripe: #57ab60;--line: #ffffffd9;--goal: #f4f6f8;--net: #ffffff59;--ball: #ffffff;--player: #e14d4d;--keeper: #e8b93c;--hud-bg: #101418e6;--hud-text: #f8fafc;--accent-goal: #6be07a;--accent-saved: #f0c24a}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--hud-text)}.app{width:100dvw;height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg);touch-action:manipulation}.stage{position:relative;width:min(100vw,56.25dvh);aspect-ratio:9 / 16}.scene{display:block;width:100%;height:100%}.hud{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.scoreboard{position:absolute;top:3.5%;left:50%;transform:translate(-50%);display:flex;align-items:baseline;gap:.5em;padding:.4em .9em;border-radius:999px;background:var(--hud-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.scoreboard__label{font-size:12px;letter-spacing:.12em;color:#aab3c0}.scoreboard__value{font-size:16px;font-weight:700;letter-spacing:.04em}.banner{padding:.5em 1.4em;border-radius:999px;background:var(--hud-bg);font-size:28px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.banner--goal{color:var(--accent-goal)}.banner--saved{color:var(--accent-saved)}
