:root{--bg: #f5f2ec;--bg-card: #fffefb;--bg-elevated: #ffffff;--bg-subtle: #ebe8e2;--primary: #1a5232;--primary-hover: #144a28;--primary-soft: rgba(26, 82, 50, .1);--primary-soft-strong: rgba(26, 82, 50, .16);--gold: #8b6914;--gold-soft: rgba(139, 105, 20, .12);--green: var(--primary);--green-light: #256338;--green-soft: var(--primary-soft);--green-glow: rgba(26, 82, 50, .2);--red: #9c2d2d;--red-soft: rgba(156, 45, 45, .1);--blue: #2d5a7b;--blue-soft: rgba(45, 90, 123, .1);--text: #2c2c2c;--text-muted: #5a5a5a;--text-subtle: #7a7a7a;--border: rgba(0, 0, 0, .07);--border-strong: rgba(0, 0, 0, .11);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow: 0 2px 8px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .03);--shadow-md: 0 4px 16px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .07), 0 2px 6px rgba(0, 0, 0, .04);--shadow-card: 0 2px 6px rgba(0, 0, 0, .04), 0 6px 20px rgba(0, 0, 0, .05);--radius: 12px;--radius-md: 10px;--radius-sm: 8px;--radius-pill: 9999px;--font-heading: "Crimson Pro", Georgia, "Times New Roman", serif;--font: "Source Sans 3", -apple-system, BlinkMacSystemFont, 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: 1.75rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 700;--leading-tight: 1.25;--leading-snug: 1.35;--leading-normal: 1.5;--leading-relaxed: 1.6;--safe-top: env(safe-area-inset-top, 0);--safe-bottom: env(safe-area-inset-bottom, 0);--ease-out: cubic-bezier(.33, 1, .68, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;font-family:var(--font);font-size:16px;line-height:var(--leading-normal);color:var(--text);background:var(--bg);overflow-x:hidden;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom)}@media (min-width: 640px){body{font-size:17px}}#root{min-height:100dvh}button{font-family:inherit;cursor:pointer;border:none;background:none;-webkit-user-select:none;user-select:none}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
