:root{--color-bg-base:#f8fafc;--color-bg-surface:#f1f5f9;--color-bg-card:#fff;--color-bg-elevated:#fff;--color-bg-hover:#f1f5f9;--color-accent:#0ea5e9;--color-accent-dim:#0284c7;--color-accent-glow:#38bdf8;--color-accent-subtle:#0ea5e914;--color-safe:#22c55e;--color-warning:#eab308;--color-danger:#f97316;--color-critical:#ef4444;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--color-border-light:#cbd5e1;--color-success:#22c55e;--color-error:#ef4444;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-glow-accent:0 0 20px #0ea5e914;--shadow-glow-critical:0 0 20px #ef444414;--ease-out:cubic-bezier(.16, 1, .3, 1);--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.5s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg-base);color:var(--color-text-primary);font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 4px var(--color-accent)}50%{box-shadow:0 0 16px var(--color-accent)}}.page-enter{animation:fadeInUp var(--duration-normal) var(--ease-out)}.stagger-children>*{animation:fadeInUp var(--duration-normal) var(--ease-out) both}.stagger-children>:first-child{animation-delay:0s}.stagger-children>:nth-child(2){animation-delay:80ms}.stagger-children>:nth-child(3){animation-delay:.16s}.stagger-children>:nth-child(4){animation-delay:.24s}.card-hover{transition:all var(--duration-normal) var(--ease-out);cursor:pointer}.card-hover:hover{box-shadow:var(--shadow-md);border-color:var(--color-border-light);transform:translateY(-2px)}
