@charset "UTF-8";:root{--color-bg-primary: #000000;--color-text-primary: #ffffff;--color-surface-secondary: #121212;--color-surface-primary: #1a1a1a;--color-border-default: #eaeaea;--color-border-soft: #2a2a2a;--color-text-secondary: #ababab;--color-accent: #6366f1;--color-accent-hover: #818cf8;--color-state-success: #cfe9d6;--color-state-warning: #f0e7c5;--color-state-error: #f2d4d4;--color-state-info: #d7e3f2;--color-focus-ring: #ffffff;--font-sans: "Sora", "Manrope", "Plus Jakarta Sans", "Segoe UI", sans-serif;--type-display-1: 3rem;--type-heading-1: 2rem;--type-heading-2: 1.5rem;--type-heading-3: 1.25rem;--type-body-lg: 1rem;--type-body-md: .875rem;--type-body-sm: .75rem;--type-label: .75rem;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--border-1: 1px solid var(--color-border-soft);--shadow-0: none;--shadow-1: 0 1px 2px rgba(0, 0, 0, .25);--shadow-2: 0 2px 8px rgba(0, 0, 0, .28);--duration-fast: .15s;--duration-normal: .18s;--duration-slow: .22s;--easing-standard: cubic-bezier(.2, 0, 0, 1)}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--color-text-primary);background:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--color-bg-primary);overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-soft);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}::selection{background:#ffffff1f;color:var(--color-text-primary)}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
