:root{--color-green: #277740;--color-green-light: #2e8a4a;--color-green-soft: rgba(39, 119, 64, .1);--color-green-glow: rgba(39, 119, 64, .25);--color-blue: #1d2f58;--color-blue-deep: #112959;--color-blue-medium: #173a72;--color-white: #f2f2f2;--color-surface: #ffffff;--color-bg: #f8fafb;--color-bg-alt: #f1f4f8;--color-text: #0f172a;--color-text-secondary: #475569;--color-text-muted: #64748b;--color-border: rgba(17, 41, 89, .08);--color-border-hover: rgba(17, 41, 89, .16);--shadow-sm: 0 1px 3px rgba(17, 41, 89, .06), 0 1px 2px rgba(17, 41, 89, .04);--shadow-md: 0 4px 16px rgba(17, 41, 89, .08), 0 1px 4px rgba(17, 41, 89, .04);--shadow-lg: 0 12px 40px rgba(17, 41, 89, .1), 0 4px 12px rgba(17, 41, 89, .06);--shadow-xl: 0 20px 50px rgba(17, 41, 89, .14), 0 8px 20px rgba(17, 41, 89, .08);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-pill: 999px;--font-heading: "Playfair Display", "Georgia", serif;--font-body: "Lato", "Segoe UI", sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--transition-fast: .18s var(--ease-out);--transition-base: .28s var(--ease-out);--transition-slow: .4s var(--ease-out)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100%;overflow-x:hidden}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{background-color:var(--color-bg);font-family:var(--font-body);color:var(--color-text);line-height:1.6}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}::selection{background:var(--color-green-soft);color:var(--color-blue-deep)}
