:root{--color-primary:#64748b;--color-accent:#f97316;--color-accent-hover:#ea580c;--color-bg:#f8fafc;--color-surface:#fff;--color-text:#334155;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--color-secondary:#3b82f6;--color-success:#0f766e;--color-grid:#64748b0a;--font-sans:"Fira Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"Fira Code", "SF Mono", Monaco, monospace;--radius:4px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);background-image:linear-gradient(var(--color-grid) 1px, transparent 1px), linear-gradient(90deg, var(--color-grid) 1px, transparent 1px);background-size:48px 48px;min-height:100vh;line-height:1.5}#root{min-height:100vh}code,pre,kbd,samp,.mono{font-family:var(--font-mono)}::selection{color:var(--color-text);background:#f9731633}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.animate-in{animation:.5s ease-out both fadeInUp}.animate-in-d1{animation-delay:.1s}.animate-in-d2{animation-delay:.2s}.animate-in-d3{animation-delay:.3s}.animate-in-d4{animation-delay:.4s}.animate-in-d5{animation-delay:.5s}.animate-in-d6{animation-delay:.6s}
