@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0e0e11;--surface: #17171c;--card: #1e1e26;--border: rgba(255,255,255,.07);--border2: rgba(255,255,255,.12);--txt: #f0eff4;--txt2: #8b8a9a;--txt3: #55546a;--hi: #7c6af5;--lo: #3f3a7a;--r: 12px;--r2: 8px}html{font-size:15px}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--txt);min-height:100vh}button{font-family:Inter,sans-serif;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:Inter,sans-serif;outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}
