*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#05091a;--surface:#0a1128;--surface-2:#0f1a38;--border:#1a2a52;--accent:#2563eb;--accent-bright:#3b82f6;--accent-dim:#1d4ed8;--text:#e8eaf6;--text-muted:#6b7bb5;--green:#22c55e;--red:#ef4444;--yellow:#f59e0b;--cyan:#06b6d4}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;min-height:100vh}button{cursor:pointer;border:none;font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}input::placeholder{color:var(--text-muted)}input:focus{outline:none;border-color:var(--accent)!important}