*{margin:0;padding:0;box-sizing:border-box}:root{--bg-deep:#07090f;--bg-card:#0e1117;--bg-input:#080b12;--border:#1e2a3a;--border-glow:#00d9ff;--text:#e8eef5;--text-muted:#6b7f94;--accent:#00d9ff;--accent-2:#7c3aed;--green:#8ce6b8;--yellow:#ffd77a;--red:#ff9aa7}body,html{background:var(--bg-deep);color:var(--text);font-family:Courier New,Consolas,monospace;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}