:root{--background:#f8fafc;--foreground:#0f172a;--muted:#64748b;--card-bg:#fff;--header-bg:#ffffffd9;--input-bg:#fff;--hover-bg:#0f172a0a;--border:#0f172a14;--border-hover:#0f172a26;--accent:#ff385c;--accent-hover:#e61e4d;--accent-contrast:#fff;--accent-light:#fff1f2;--accent-light-border:#fecdd3;--error:#ef4444;--shadow-sm:0 1px 2px 0 #00000005, 0 1px 3px 0 #00000008;--shadow-md:0 4px 6px -1px #0f172a0d, 0 2px 4px -2px #0f172a0d;--shadow-lg:0 10px 15px -3px #0f172a0f, 0 4px 6px -4px #0f172a0f;--shadow-xl:0 20px 25px -5px #0f172a14, 0 8px 10px -6px #0f172a14;--shadow-premium:0 12px 30px -10px #00000014, 0 1px 3px #00000005;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition:all .2s cubic-bezier(.4, 0, .2, 1)}html{height:100%}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:var(--font-geist-sans), Inter, system-ui, -apple-system, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@keyframes pageFadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page-enter-animation{will-change:opacity, transform;flex-direction:column;flex:1;width:100%;animation:.36s cubic-bezier(.16,1,.3,1) forwards pageFadeInUp;display:flex}.animate-fade-in{animation:.3s ease-out forwards fadeIn}@media (prefers-reduced-motion:reduce){.page-enter-animation,.animate-fade-in{animation:none!important}}
