:root{--color-primary:#007d00;--color-primary-hover:#006400;--color-primary-light:#007d0014;--color-primary-subtle:#dcfce7;--color-accent:#fbbf24;--color-accent-hover:#f59e0b;--color-accent-light:#fef9c3;--color-bg:#e6edf3;--color-bg-alt:#f0f4f8;--color-surface:#fff;--color-surface-raised:#f8fafb;--color-text:#1a1f36;--color-text-secondary:#5e6278;--color-text-muted:#8b92a5;--color-text-inverse:#fff;--color-border:#e1e5eb;--color-border-light:#f0f2f5;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-error-border:#fecaca;--color-success:#007d00;--color-success-bg:#f0fdf4;--color-success-border:#bbf7d0;--color-warning:#fbbf24;--color-warning-bg:#fffbeb;--color-info:#3b82f6;--color-info-bg:#eff6ff;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000012;--shadow-lg:0 8px 24px #0000001a;--shadow-xl:0 16px 48px #0000001f;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-size-xs:.75rem;--font-size-sm:.8125rem;--font-size-base:.9375rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-height:100vh;margin:0}#app{min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--color-text);margin:0;font-weight:600;line-height:1.3}p{margin:0}img{max-width:100%;height:auto}a{color:var(--color-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary-hover)}button,input,select,textarea{font-family:inherit}.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}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
