@charset "UTF-8";:root{--font-display: "Doto", "Space Mono", monospace;--font-body: "Space Grotesk", "DM Sans", system-ui, sans-serif;--font-mono: "Space Mono", "JetBrains Mono", "SF Mono", monospace;--display-xl: 72px;--display-lg: 48px;--display-md: 36px;--heading: 24px;--subheading: 18px;--body: 16px;--body-sm: 14px;--caption: 12px;--label: 11px;--space-2xs: 2px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 96px;--accent: #d71921;--accent-subtle: rgba(215, 25, 33, .15);--success: #4a9e5c;--warning: #d4a843;--black: #f5f5f5;--surface: #ffffff;--surface-raised: #f0f0f0;--border: #e8e8e8;--border-visible: #cccccc;--text-disabled: #999999;--text-secondary: #666666;--text-primary: #1a1a1a;--text-display: #000000;--interactive: #007aff}html.dark{--black: #000000;--surface: #111111;--surface-raised: #1a1a1a;--border: #222222;--border-visible: #333333;--text-disabled: #666666;--text-secondary: #999999;--text-primary: #e8e8e8;--text-display: #ffffff;--interactive: #5b9bf6}html,body{background:var(--black);color:var(--text-primary);font-family:var(--font-body);font-size:var(--body);font-weight:400;line-height:1.5;margin:0;min-height:100vh;overflow-x:hidden;padding:0;transition:background-color .25s cubic-bezier(.25,.1,.25,1),color .25s cubic-bezier(.25,.1,.25,1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}::selection{background:var(--accent);color:#fff}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
