@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--bg: #f4efe6;--bg-2: #edf6f4;--panel: rgba(255, 255, 255, .82);--panel-solid: #ffffff;--text: #10211c;--muted: #55655f;--primary: #0f766e;--primary-strong: #134e4a;--border: rgba(16, 33, 28, .1);--shadow: 0 24px 80px rgba(19, 78, 74, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Manrope,system-ui,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(15,118,110,.16),transparent 32%),radial-gradient(circle at 80% 10%,rgba(196,181,253,.18),transparent 26%),linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 100%)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(16,33,28,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(16,33,28,.03) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 85%);mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 85%)}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}#root{min-height:100vh}.site-shell{position:relative;min-height:100vh}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f4efe6b8;border-bottom:1px solid var(--border)}.site-header__inner,.site-footer__inner,.site-main{width:min(1160px,calc(100% - 2rem));margin:0 auto}.site-header__inner{display:flex;align-items:center;gap:1rem;padding:1rem 0}.brand{display:flex;align-items:center;gap:.85rem;min-width:0}.brand__mark{display:grid;place-items:center;width:2.7rem;height:2.7rem;border-radius:.9rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--primary),#1d4ed8);box-shadow:0 16px 28px #0f766e3d}.brand__text{display:flex;flex-direction:column;line-height:1.1}.brand__text small{color:var(--muted)}.site-nav{display:flex;flex-wrap:wrap;gap:.35rem;margin-left:auto}.site-nav__link{padding:.6rem .85rem;border-radius:999px;color:var(--muted);transition:background .16s ease,color .16s ease}.site-nav__link:hover,.site-nav__link.is-active{color:var(--text);background:#ffffffb3}.site-header__actions{display:flex;gap:.7rem;margin-left:.5rem}.site-main{padding:2rem 0 4rem}.site-footer{border-top:1px solid var(--border);background:#ffffff8c}.site-footer__inner{display:flex;justify-content:space-between;gap:2rem;padding:2rem 0 2.5rem;color:var(--muted)}.site-footer__links{display:flex;flex-wrap:wrap;gap:1rem}.hero,.section{display:grid;gap:1.5rem}.hero{grid-template-columns:1.6fr 1fr;align-items:stretch;margin-bottom:2rem}.hero__content,.hero__panel,.card{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero__content{border-radius:2rem;padding:clamp(1.4rem,2.5vw,2.4rem)}.hero__panel{border-radius:2rem;padding:1.25rem;display:grid;gap:1rem}.hero__panel>div{padding:1rem;border-radius:1.25rem;background:#ffffffa6;border:1px solid rgba(16,33,28,.08)}.hero h1,.section h1{font-size:clamp(2.2rem,5vw,4.6rem);line-height:.95;letter-spacing:-.05em;margin:.4rem 0 .8rem}.hero__lede,.section__heading p,.card p,.timeline__item p{color:var(--muted);line-height:1.7}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .7rem;border-radius:999px;background:#0f766e1a;color:var(--primary-strong);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.metric{display:block;font-size:1.5rem;font-weight:800;letter-spacing:-.04em;margin-bottom:.25rem}.section{margin-top:1.5rem}.section__heading{display:grid;gap:.5rem;max-width:70ch}.section__heading.narrow{max-width:52ch}.grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.section--split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.section--content{grid-template-columns:1fr}.card{border-radius:1.6rem;padding:1.35rem}.card--accent{background:linear-gradient(180deg,#ffffffe0,#f1faf8eb)}.card--lifted{margin-top:.3rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.9rem;padding:.75rem 1.1rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg,var(--primary),#0b5561);color:#fff}.button--ghost{background:#ffffffbf;border-color:#10211c14}.button--text{padding-inline:.4rem;color:var(--primary-strong)}.button--full{width:100%}.stack{display:grid;gap:.95rem;margin-top:1rem}label{display:grid;gap:.45rem;font-size:.95rem;color:var(--text)}input,textarea{width:100%;padding:.85rem .95rem;border-radius:1rem;border:1px solid rgba(16,33,28,.14);background:#ffffffe6;color:var(--text)}input:focus,textarea:focus{outline:2px solid rgba(15,118,110,.26);border-color:#0f766e73}.muted{color:var(--muted)}.success-box{padding:1rem;border-radius:1rem;background:#10b9811f;color:#04543d;border:1px solid rgba(16,185,129,.18)}.error-box{padding:1rem;border-radius:1rem;background:#ef44441f;color:#991b1b;border:1px solid rgba(239,68,68,.2)}.checklist{list-style:none;display:grid;gap:.7rem;padding:0;margin:1rem 0 0}.checklist li{display:flex;gap:.7rem;align-items:flex-start}.checklist li:before{content:"";width:.8rem;height:.8rem;margin-top:.35rem;border-radius:999px;background:linear-gradient(135deg,var(--primary),#22c55e);box-shadow:0 0 0 5px #0f766e14;flex:0 0 auto}.timeline{display:grid;gap:1rem}.timeline__item{display:grid;gap:.35rem;padding:1.2rem 1.3rem;border-radius:1.4rem;background:#ffffffc2;border:1px solid var(--border)}.timeline__index{color:var(--primary);font-weight:800;font-size:.8rem;letter-spacing:.16em}.prose-card p{max-width:72ch}@media (max-width: 1024px){.hero,.section--split,.grid-three{grid-template-columns:1fr}.site-header__inner,.site-footer__inner{flex-direction:column;align-items:flex-start}.site-nav{margin-left:0}.site-header__actions{margin-left:0;flex-wrap:wrap}}@media (max-width: 640px){.site-main,.site-header__inner,.site-footer__inner{width:min(100% - 1rem,1160px)}.grid-two{grid-template-columns:1fr}.hero h1,.section h1{font-size:2.3rem}}
