:root{--green: #00c851;--blue: #0F4C81;--red: #ef4444;--border: #1f2937;--text: #e5e7eb;--muted: #6b7280;--bg: #060d1a;--card: #0d1829;--dark: #0a1120;--input-bg: #111827}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;background:var(--input-bg);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.5rem .75rem;font-size:.875rem;outline:none;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--blue)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--card)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
