:root{--bg: #0a0a0a;--grid-line: #1a1a1a;--snake: #00ff88;--snake-head: #00ff66;--food: #ff3366;--text: #ffffff;--text-muted: #888888}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Courier New,monospace;background:var(--bg);color:var(--text);overflow:hidden;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}#root{width:100%;height:100%;display:flex;justify-content:center;align-items:center}
