@import "https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap";
:root{--color-bg:#f0ebe4;--color-surface:#ffffffd9;--color-surface-hover:#fffffff2;--color-border:#00000014;--color-border-focus:#e0782066;--color-text:#1a1a1a;--color-text-muted:#0000008c;--color-text-subtle:#00000059;--color-accent:#e07820;--color-accent-light:#f09030;--color-accent-glow:#e0782040;--color-input-bg:#f5f5f5;--color-input-border:#0000001a;--color-success:#00d97e;--color-error:#ff4d6a;--gradient-accent:linear-gradient(135deg,#e07820 0%,#d45a10 100%);--gradient-bg:linear-gradient(180deg,#f0ebe4 0%,#e8e0d5 100%);--gradient-card:linear-gradient(145deg,#ffffffe6 0%,#f5f0ebf2 100%);--font-family:"Nunito",system-ui,-apple-system,sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.75rem;--font-size-5xl:3.5rem;--font-size-6xl:4.5rem;--font-size-7xl:5.5rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 20px #0000001a;--shadow-lg:0 8px 40px #0000001f;--shadow-glow:0 0 30px var(--color-accent-glow);--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s cubic-bezier(.4,0,.2,1);--glass-blur:blur(24px);--glass-bg:#ffffffd9;--glass-border:1px solid #0000000f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);min-height:100vh;font-weight:400;line-height:1.6;overflow-x:hidden}input,textarea,select,button{font-family:inherit;font-size:inherit;color:inherit}a{color:var(--color-accent);text-decoration:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#00000026}::-webkit-scrollbar-thumb:hover{background:#00000040}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}
