:root{--color-bg:#f4f7f2;--color-surface:#ffffff;--color-border:#e2e8e0;--color-brand:#0f7a3d;--color-brand-dark:#064e2a;--color-text-primary:#0d0d0d;--color-text-secondary:#6b7280;--color-text-disabled:#9ca3af;--color-success:#16a34a;--color-success-bg:#f0fdf4;--color-warning:#d97706;--color-warning-bg:#fef3c7;--color-danger:#dc2626;--color-danger-bg:#fee2e2;--color-neutral:#0f7a3d;--radius-card:12px;--radius-button:8px;--radius-pill:999px;--shadow-1:0 1px 3px rgba(0,0,0,0.08);--shadow-2:0 4px 12px rgba(0,0,0,0.12);--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px}*{box-sizing:border-box}body,html{min-height:100%;margin:0;background:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-inter),Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{font-size:16px;line-height:1.5}a,button,input,select,textarea{min-height:48px}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}::selection{background:rgba(15,122,61,.16)}