@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d14;--surface: #13131f;--surface-raised: #1a1a2a;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--primary: #7c3aed;--primary-light: rgba(124, 58, 237, .18);--primary-glow: rgba(124, 58, 237, .35);--text: #f0ede6;--text-muted: rgba(240, 237, 230, .55);--text-faint: rgba(240, 237, 230, .3);--green: #34d399;--green-light: rgba(52, 211, 153, .12);--amber: #f59e0b;--amber-light: rgba(245, 158, 11, .12);--red: #f87171;--red-light: rgba(248, 113, 113, .12);--radius: 14px;--radius-sm: 10px;--radius-pill: 20px}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{color:var(--primary);text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}input,textarea,select{background:#ffffff0f;border:.5px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);outline:none;transition:border-color .2s,background .2s}input:focus,textarea:focus,select:focus{border-color:#7c3aed80;background:#ffffff17}input::placeholder,textarea::placeholder{color:var(--text-faint)}select option{background:#1a1a2a;color:var(--text)}
