:root{--brand-primary: #000000;--brand-secondary: #22c55e;--brand-tertiary: #4ade80;--bg-primary: #0c0d0e;--bg-secondary: #111113;--bg-tertiary: #1a1a1a;--bg-overlay: rgba(0, 0, 0, .7);--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-tertiary: #71717a;--text-link: #22c55e;--green: #22c55e;--green-muted: #16a34a;--red: #ef4444;--red-muted: #dc2626;--orange: #f59e0b;--orange-muted: #d97706;--purple: #a855f7;--purple-muted: #9333ea;--blue: #3b82f6;--blue-muted: #2563eb;--border-default: #27272a;--border-muted: #1f1f23;--border-subtle: #18181b;--wrapper-width: 1280px;--sidebar-width: 260px;--header-height: 64px;--mobile-nav-width: 280px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 12px;--radius-full: 9999px;--shadow-sm: 0 1px 0 rgba(27, 31, 36, .04);--shadow-md: 0 3px 6px rgba(0, 0, 0, .15);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .25);--shadow-xl: 0 12px 28px rgba(0, 0, 0, .3);--transition-fast: 80ms cubic-bezier(.33, 1, .68, 1);--transition-normal: .15s cubic-bezier(.33, 1, .68, 1);--transition-slow: .25s cubic-bezier(.33, 1, .68, 1);--z-dropdown: 100;--z-sticky: 200;--z-modal: 300;--z-popover: 400;--z-tooltip: 500;--z-toast: 600}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:var(--text-primary)}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}h4{font-size:16px}p{margin-bottom:var(--spacing-md)}a{color:var(--text-link);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}pre{background-color:var(--bg-tertiary);border-radius:var(--radius-md);padding:var(--spacing-md);overflow-x:auto}code{background-color:var(--bg-tertiary);padding:.2em .4em;border-radius:var(--radius-sm)}pre code{background:none;padding:0}:focus-visible{outline:2px solid var(--brand-secondary);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background-color:#22c55e4d;color:var(--text-primary)}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}button{cursor:pointer;background:none;border:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:768px){:root{--header-height: 56px}h1{font-size:24px}h2{font-size:20px}}
