*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#f4f5f0;--bg-secondary:#e5e8dd;--bg-card:#fff;--bg-hover:#ecf0e6;--brown-50:#f0f2e9;--brown-100:#e3e8d8;--brown-200:#c7cfb7;--brown-300:#a8b594;--brown-400:#889a70;--brown-500:#6b7d51;--brown-600:#54643f;--brown-700:#404d2e;--brown-800:#303a22;--brown-900:#1e2514;--text-primary:#192011;--text-secondary:#485736;--text-muted:#72875d;--text-inverse:#fff;--accent:#5a6e3f;--accent-hover:#475831;--accent-light:#a5b68a;--border:#c1cbb0;--border-light:#dce3cd;--danger:#b54747;--danger-light:#f4dcdc;--success:#547b54;--shadow-sm:0 2px 8px rgba(30,37,20,.08);--shadow-md:0 5px 15px rgba(30,37,20,.15);--shadow-lg:0 10px 30px rgba(30,37,20,.2);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-full:9999px;--header-height:72px}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{font-family:var(--font-inter),system-ui,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}.brand-logo,h1,h2,h3,h4,h5,h6{font-family:var(--font-outfit),system-ui,sans-serif;letter-spacing:-.02em;font-weight:700}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='a' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{cursor:pointer;border:none;background:none}button,input,select{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--brown-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--brown-400)}