:root{--color-neutral-200: #C8C8C8;--color-neutral-300: #A0A0A0;--color-neutral-400: #8E8E8E;--color-neutral-600: #404040;--color-neutral-700: #282828;--color-neutral-800: #222222;--color-neutral-900: #131215;--color-brand-100: #ECFC91;--color-brand-600: #A5FF11;--color-brand-700: #73B30C;--color-brand-800: #8AA200;--color-brand-900: #2D381B;--color-transparent-brand: rgba(72, 72, 72, .05);--color-transparent-black-50: rgba(0, 0, 0, .5);--color-transparent-green-20: rgba(112, 237, 206, .2);--color-transparent-green-10: rgba(109, 234, 173, .1);--color-background-primary: #1A1A1A;--color-background-secondary: #2A2A2A;--color-background-tertiary: #3A3A3A;--color-background-brand: #1F2A15;--color-semantic-success: #16a34a;--color-semantic-warning: #f59e0b;--color-semantic-error: #ef4444;--color-semantic-info: #3b82f6;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--font-body: Power Grotesk, Inter, system-ui, sans-serif;--font-heading: Power Grotesk, Inter, system-ui, sans-serif;--font-secondary: Inter, system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f0f0f;color:#e0e0e0;min-height:100vh}#root,.app-bg{min-height:100vh;display:flex;flex-direction:column}.page-shell{flex:1;display:flex;flex-direction:column;max-width:1200px;margin:0 auto;width:100%;padding:1rem}
