@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--surface:#fafafa;--surface2:#f4f4f5;--border:#e4e4e7;--border2:#d4d4d8;--text:#09090b;--text2:#52525b;--text3:#a1a1aa;--orange:#f97316;--orange-dark:#ea580c;--orange-light:#fff7ed;--orange-mid:#fed7aa;--black:#09090b;--sidebar:#18181b;--sidebar-border:#27272a;--sidebar-text:#a1a1aa;--sidebar-active:#f97316;--green:#22c55e;--red:#ef4444;--purple:#a855f7;--blue:#3b82f6;--yellow:#eab308}body,html{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}#__next,body,body>div,html{height:100%}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pop{0%{transform:scale(.95);opacity:0}60%{transform:scale(1.02)}to{transform:scale(1);opacity:1}}@keyframes barFill{0%{width:0}to{width:var(--w)}}@keyframes ripple{to{transform:scale(4);opacity:0}}.anim-fade-up{animation:fadeUp .45s ease both}.anim-fade-in{animation:fadeIn .35s ease both}.anim-slide-in{animation:slideIn .4s ease both}.anim-pop{animation:pop .3s ease both}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}@media (max-width:768px){body{overflow-x:hidden}}