:root{--fg-primary:#abc848;--fg-dark-green:#33691e;--fg-deep-green:#1a3d2b;--fg-gold:#f9a825;--fg-background:#fffbe6;--fg-surface:#ffffff;--fg-surface-soft:#f1f8e9;--fg-text:#263238;--fg-muted:#78909c;--fg-success:#388e3c;--fg-warning:#f57c00;--fg-error:#d32f2f;--fg-info:#1976d2;--fg-border:rgba(0,0,0,0.08);--fg-border-green:#c5e1a5;--fg-space-1:4px;--fg-space-2:8px;--fg-space-3:12px;--fg-space-4:16px;--fg-space-5:20px;--fg-space-6:24px;--fg-space-8:32px;--fg-radius-sm:8px;--fg-radius-md:12px;--fg-radius-lg:18px;--fg-radius-full:999px;--fg-shadow-card:0 8px 24px rgba(26,61,43,0.08);--fg-shadow-raised:0 12px 30px rgba(26,61,43,0.14);color-scheme:light}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--fg-text);background:var(--fg-background);line-height:1.5}a{color:inherit}button{font:inherit}a,button,input,select{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid color-mix(in srgb,var(--fg-primary) 55%,white);outline-offset:2px}