:root{--bg:#0f0f0f;--bg-surface:#1a1a1a;--bg-card:#222;--border:#333;--text:#ededed;--text-muted:#888;--accent:#5a9541;--accent-hover:#4a8035;--danger:#e53e3e;--danger-hover:#c53030;--warning:#d69e2e;--success:#38a169;--radius:8px;--shadow:0 2px 8px #0006}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);max-width:100vw;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;overflow-x:hidden}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:14px}input,select,textarea{font-family:inherit;font-size:14px}
