*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0e0e10;--color-bg-deep:#080809;--color-surface:#18181b;--color-surface-2:#1f1f23;--color-surface-3:#27272a;--color-surface-deep:#0f0f11;--color-surface-active:#1a1a1e;--color-navbar:#141416;--color-border:#2d2d32;--color-border-hover:#3d3d44;--color-border-subtle:#1e1e22;--color-text-primary:#f4f4f5;--color-text-secondary:#a1a1aa;--color-text-muted:#71717a;--color-text-faint:#52525b;--color-accent:#f97316;--color-accent-dim:#f9731626;--color-accent-teal:#14b8a6;--color-accent-teal-dim:#14b8a626;--color-success:#22c55e;--color-success-dim:#22c55e1f;--color-danger:#ef4444;--color-danger-dim:#ef44441f;--color-warning:#f59e0b;--color-warning-dim:#f59e0b1f;--color-blue:#3b82f6;--color-blue-dim:#3b82f61f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}html{background:var(--color-bg)}body{background:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;overflow-x:hidden}#root{flex-direction:column;width:100%;max-width:100%;min-height:100vh;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-surface-3)}button{cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none}input{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.25s ease-out forwards fadeIn}
