@charset "UTF-8";:root{--palette-indigo-200: #c7d2fe;--palette-indigo-300: #a5b4fc;--palette-indigo-400: #818cf8;--palette-indigo-500: #6366f1;--palette-blue-500: #3b82f6;--palette-slate-100: #f1f5f9;--palette-slate-200: #e2e8f0;--palette-slate-300: #cbd5e1;--palette-slate-400: #94a3b8;--palette-slate-500: #64748b;--palette-green-500: #22c55e;--palette-green-300: #86efac;--palette-red-500: #ef4444;--palette-red-300: #fca5a5;--palette-amber-400: #fbbf24;--palette-amber-300: #fde68a;--palette-yellow-400: #facc15;--palette-yellow-500: #eab308;--color-bg: #0f0f1a;--color-primary: var(--palette-indigo-500);--color-primary-blue: var(--palette-blue-500);--color-text: var(--palette-slate-200);--color-text-muted: var(--palette-slate-400);--color-text-dim: var(--palette-slate-500);--color-accent: var(--palette-indigo-300);--color-success: var(--palette-green-500);--color-success-light: var(--palette-green-300);--color-error: var(--palette-red-300);--color-warning: var(--palette-amber-300);--color-surface: rgba(255, 255, 255, .03);--color-surface-card: rgba(30, 30, 60, .6);--color-surface-hover: rgba(255, 255, 255, .08);--color-border: rgba(255, 255, 255, .06);--color-border-primary: rgba(99, 102, 241, .15);--nav-height: 48px;--surface-01: rgba(255, 255, 255, .03);--surface-02: rgba(255, 255, 255, .04);--surface-03: rgba(255, 255, 255, .05);--surface-04: rgba(255, 255, 255, .06);--surface-05: rgba(255, 255, 255, .08);--surface-06: rgba(255, 255, 255, .1);--surface-07: rgba(255, 255, 255, .12);--primary-surface-01: rgba(99, 102, 241, .12);--primary-surface-02: rgba(99, 102, 241, .15);--primary-surface-03: rgba(99, 102, 241, .2);--primary-surface-04: rgba(99, 102, 241, .25);--primary-surface-05: rgba(99, 102, 241, .3)}:root{--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--header-height: 43px;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 999px}:root{--font-family: "Manrope", system-ui, sans-serif;--font-family-display: "Outfit", "Manrope", system-ui, sans-serif;--font-family-mono: "Share Tech Mono", "JetBrains Mono", ui-monospace, monospace;--text-2xs: .6rem;--text-xs: .7rem;--text-sm: .8rem;--text-base: .9rem;--text-md: 1rem;--text-lg: 1.15rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 3rem;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-extrabold: 800;--font-black: 900;--leading-tight: 1.2;--leading-normal: 1.4;--leading-relaxed: 1.6}.page-centered{position:fixed;top:0;left:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{overflow-x:hidden;width:100%}body{margin:0;min-height:100vh;font-family:var(--font-family);color:var(--color-text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-optical-sizing:auto}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-display);letter-spacing:-.03em}body.extension-mode{width:380px;height:540px;overflow:hidden}main>router-outlet+*{flex:1;min-height:0;display:flex;flex-direction:column}button:focus-visible:not(:disabled),a:focus-visible:not(:disabled),input:focus-visible:not(:disabled),select:focus-visible:not(:disabled),[tabindex]:focus-visible:not(:disabled){outline:2px solid rgba(99,102,241,.7);outline-offset:2px}
