:root{--bg-base:#080e18;--bg-card:#111827;--bg-input:#0a0f1e;--border:#1e293b;--accent:#22c55e;--accent-hover:#16a34a;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--radius:14px}*{box-sizing:border-box}body{background:var(--bg-base);color:var(--text-primary);margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,system-ui,sans-serif}#root{min-height:100vh}h1,h2,h3,h4,h5,h6,p{margin:0}button,input,textarea,select{outline:none;font-family:inherit}button::-moz-focus-inner{border:0}input::-moz-focus-inner{border:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}a{color:inherit;text-decoration:none}
