:root{--color-bg:#fafafa;--color-bg-rgb:250 250 250;--color-surface:#f4f4f5;--color-surface-rgb:244 244 245;--color-surface-alt:linear-gradient(180deg, #f0f0f0 0%, #fafafa 100%);--color-border:#e4e4e7;--color-border-rgb:228 228 231;--color-text:#18181b;--color-text-rgb:24 24 27;--color-text-muted:#71717a;--color-text-muted-rgb:113 113 122;--color-accent:#e3482f;--color-accent-rgb:227 72 47;--color-accent-hover:#ea6048;--color-card-bg:#fff;--color-card-bg-rgb:255 255 255;--color-error:#f87171;--color-success:#22c55e;--color-warning:#fbbf24;--color-info:#60a5fa;--color-grid:#0000000f}[data-theme=dark]{--color-bg:#0a0a0b;--color-bg-rgb:10 10 11;--color-surface:#141416;--color-surface-rgb:20 20 22;--color-surface-alt:linear-gradient(180deg, #0f0f12 0%, #0a0a0d 100%);--color-border:#1f1f23;--color-border-rgb:31 31 35;--color-text:#e4e4e7;--color-text-rgb:228 228 231;--color-text-muted:#b0b0b8;--color-text-muted-rgb:176 176 184;--color-accent:#e3482f;--color-accent-rgb:227 72 47;--color-accent-hover:#ea6048;--color-card-bg:#171717;--color-card-bg-rgb:23 23 23;--color-error:#f87171;--color-success:#22c55e;--color-warning:#fbbf24;--color-info:#60a5fa;--color-grid:#ffffff0a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-geist-sans),system-ui,-apple-system,sans-serif;background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;width:100%;line-height:1.7;overflow-x:hidden}button,input,textarea,select{font-family:inherit}main{z-index:1;position:relative}a{color:var(--color-accent);text-decoration:none;transition:color .15s}a:hover{color:var(--color-accent-hover)}img{max-width:100%;height:auto}::selection{background:var(--color-accent);color:#fff}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}.skip-link{background:var(--color-accent);color:#fff;z-index:1000;opacity:0;pointer-events:none;border-radius:0 0 8px 8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .15s;position:absolute;top:0;left:1rem;transform:translateY(-100%)}.skip-link:focus{color:#fff;opacity:1;pointer-events:auto;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto!important}}.text-gradient{background:linear-gradient(135deg, var(--color-accent), #f97316);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes pulse-glow{0%,to{opacity:.4}50%{opacity:.8}}
