:root{--bg: #f6f7f4;--bg-strong: #eef2ed;--surface: #ffffff;--surface-soft: #f9faf7;--surface-strong: #101828;--ink: #101828;--ink-soft: #344054;--muted: #667085;--muted-strong: #475467;--border: #d9e2d7;--border-strong: #b9c8b5;--brand: #0f7a44;--brand-strong: #0b5f35;--brand-soft: #e8f5ed;--accent: #d43d2f;--accent-soft: #fff0ed;--blue: #2563eb;--blue-soft: #edf3ff;--amber: #b7791f;--amber-soft: #fff8e5;--shadow-soft: 0 16px 40px rgba(16, 24, 40, .08);--shadow-card: 0 8px 24px rgba(16, 24, 40, .06);--radius: 8px;--radius-lg: 12px;--container: 1180px}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100%;margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}a{color:inherit}img,svg{max-width:100%}::selection{background:#0f7a4429}:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.app-container{min-height:100vh}.btn,.btn-primary,.btn-secondary,.btn-outline,.btn-ghost{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:.45rem;border-radius:var(--radius);border:1px solid transparent;padding:.66rem 1rem;font-weight:700;font-size:.92rem;line-height:1;text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 20px #0f7a442e}.btn-primary:hover{background:var(--brand-strong);transform:translateY(-1px)}.btn-secondary{background:var(--surface-strong);color:#fff}.btn-secondary:hover{background:#1d2939}.btn-outline{background:var(--surface);border-color:var(--border);color:var(--ink)}.btn-outline:hover{border-color:var(--brand);color:var(--brand-strong);box-shadow:var(--shadow-card)}.btn-ghost{background:transparent;color:var(--muted-strong)}.btn-ghost:hover{background:var(--surface-soft);color:var(--ink)}.btn-large,.large{min-height:48px;padding:.86rem 1.25rem;font-size:1rem}.pill{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted-strong);padding:.35rem .72rem;font-size:.78rem;font-weight:800;white-space:nowrap}.eyebrow{color:var(--brand-strong);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.field,input,textarea,select{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--ink)}input::placeholder,textarea::placeholder{color:#98a2b3}input:focus,textarea:focus,select:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 4px #0f7a441a}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
