:root{--pri:#4ad395;--pri-hover:#3ec487;--pri-grad-from:#5ddba3;--pri-ink:#15803d;--pri-soft:#4ad39514;--pri-soft-strong:#4ad3951f;--pri-border:#4ad3953d;--pri-light:#f0fdf8;--fg:oklch(15% .02 250);--fg2:oklch(30% .025 253);--fg3:#51576b;--fg4:oklch(67% .025 253);--fg5:oklch(78% .02 258);--fg6:oklch(96% .006 258);--surface:#fff;--page:#fff;--bd:oklch(90% .014 258);--bdl:oklch(93.5% .01 258);--danger:#d45d5d;--amber:#c4943a;--sh-card:0 2px 8px #0f172a0a;--sh-xs:0 1px 1px 0 #00000005;--sh-sm:0 1px 2px 0 #0000000a, 0 1px 1px 0 #00000005;--sh-md:0 4px 12px -1px #0000000f, 0 2px 4px -1px #00000008;--sh-lg:0 12px 40px -8px #0000001a, 0 4px 12px -2px #0000000a;--font:"Mulish", system-ui, -apple-system, "Segoe UI", sans-serif;--pad:clamp(20px, 4vw, 32px);--max:1120px;--max-narrow:768px;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:20px}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-rendering:optimizelegibility}body{font-family:var(--font);background:var(--page);color:var(--fg);font-feature-settings:"ss01", "cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-size:14px;line-height:1.55}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0}ul,ol{list-style:none}::selection{background:var(--pri-light);color:var(--pri-ink)}.container{width:100%;max-width:var(--max);padding-inline:var(--pad);margin-inline:auto}.container-narrow{width:100%;max-width:760px;padding-inline:var(--pad);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip{background:var(--fg);color:#fff;z-index:100;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600;position:absolute;top:8px;left:-9999px}.skip:focus{left:12px}.pill{border:1px solid var(--bdl);background:var(--surface);letter-spacing:.24em;text-transform:uppercase;color:var(--fg3);white-space:nowrap;border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.pill-pri{border-color:var(--pri-border);background:var(--pri-soft);color:var(--pri-ink)}.pill-live:before{content:"";background:var(--pri);border-radius:9999px;width:6px;height:6px;animation:2.2s cubic-bezier(.4,0,.6,1) infinite pulse;box-shadow:0 0 #4ad39599}@keyframes pulse{0%,to{box-shadow:0 0 #4ad3958c}50%{box-shadow:0 0 0 5px #4ad39500}}.card{background:var(--surface);border:1px solid var(--bdl);border-radius:var(--radius-lg);box-shadow:var(--sh-card)}.card-interactive{transition:border-color .18s,box-shadow .18s}.card-interactive:hover{border-color:var(--bd);box-shadow:var(--sh-md)}h1,h2,h3,h4,h5,h6{color:var(--fg);letter-spacing:-.035em;font-weight:600;line-height:1.15}.page-title{letter-spacing:-.04em;color:var(--fg);font-size:clamp(28px,3.6vw,40px);font-weight:600;line-height:1.1}.page-subtitle{color:var(--fg3);max-width:520px;font-size:14px;line-height:1.55}.section{padding-block:clamp(56px,7vw,96px)}.section-alt{background:var(--fg6)}.section-head{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:600px;margin:0 auto clamp(36px,5vw,56px);display:flex}.section-head h2{letter-spacing:-.04em;font-size:clamp(24px,3.2vw,32px);font-weight:600}.section-head p{color:var(--fg3);max-width:480px;font-size:13.5px;line-height:1.6}.btn{letter-spacing:-.005em;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:6px;height:38px;padding:0 14px;font-size:13px;font-weight:600;transition:background .16s,border-color .16s,box-shadow .16s,color .16s;display:inline-flex}.btn-primary{background:linear-gradient(180deg, var(--pri-grad-from) 0%, var(--pri) 100%);color:#0a2015;box-shadow:inset 0 1px 0 #ffffff59, var(--sh-sm);font-weight:700}.btn-primary:hover{background:linear-gradient(180deg, #50d49a 0%, var(--pri-hover) 100%);box-shadow:inset 0 1px 0 #fff6, var(--sh-md)}.btn-outline{background:var(--surface);color:var(--fg);border-color:var(--bdl)}.btn-outline:hover{border-color:var(--fg4)}.btn-ghost{color:var(--fg3);background:0 0}.btn-ghost:hover{color:var(--fg);background:var(--fg6)}.btn-lg{border-radius:12px;height:44px;padding:0 20px;font-size:14px}.btn svg{width:14px;height:14px}.stat-grid{border-radius:var(--radius);border:1px solid var(--bdl);background:var(--bdl);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.stat{background:var(--surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:18px 14px;display:flex}.stat-value{letter-spacing:-.04em;color:var(--fg);font-variant-numeric:tabular-nums;font-size:20px;font-weight:600}.stat-label{text-transform:uppercase;letter-spacing:.18em;color:var(--fg4);font-size:10.5px;font-weight:500}.cat-label{align-items:center;gap:10px;display:flex}.cat-label-text{text-transform:uppercase;letter-spacing:.22em;color:var(--fg3);font-size:10.5px;font-weight:600}.cat-label-icon{width:14px;height:14px;color:var(--pri)}.item-row{border-radius:8px;align-items:flex-start;gap:12px;margin-inline:-8px;padding:10px 8px;transition:background-color .18s;display:flex}.item-row:hover{background:#f1f2f580}.item-row-icon{width:16px;height:16px;color:var(--fg4);flex-shrink:0;margin-top:2px}.item-row-title{letter-spacing:-.01em;color:var(--fg);font-size:13.5px;font-weight:500;line-height:1.35}.item-row-desc{color:var(--fg3);margin-top:2px;font-size:12.5px;line-height:1.5}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out both fade-in}.reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(8px)}.reveal.is-in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal,.reveal.is-in{opacity:1;transition:none;transform:none}.animate-fade-in{animation:none}}.prose{max-width:680px;margin-inline:auto}.prose h2{letter-spacing:-.02em;color:var(--fg);margin-top:32px;margin-bottom:10px;font-size:17px;font-weight:600}.prose h2:first-child{margin-top:0}.prose h3{color:var(--fg);margin-top:20px;margin-bottom:8px;font-size:14px;font-weight:600}.prose p,.prose li{color:var(--fg2);margin-bottom:12px;font-size:13.5px;line-height:1.75}.prose ul,.prose ol{margin-bottom:14px;padding-left:18px}.prose ul{list-style:outside}.prose ol{list-style:decimal}.prose li{margin-bottom:4px}.prose a{color:var(--pri-ink);text-underline-offset:2px;text-decoration:underline}.prose strong{color:var(--fg);font-weight:600}.wa-float{color:#fff;width:54px;height:54px;box-shadow:0 8px 24px -4px #0003, var(--sh-md);z-index:40;background:#25d366;border-radius:50%;place-items:center;transition:transform .2s,box-shadow .2s;display:grid;position:fixed;bottom:18px;right:18px}.wa-float:hover{box-shadow:0 12px 28px -4px #00000040, var(--sh-md);transform:translateY(-2px)}.wa-float svg{width:28px;height:28px}@media (width<=640px){.wa-float{width:50px;height:50px;bottom:14px;right:14px}.wa-float svg{width:24px;height:24px}}.hdr[data-astro-cid-3ef6ksr2]{z-index:50;transition:transform .28s;position:sticky;top:0}.hdr[data-astro-cid-3ef6ksr2]:before{content:"";-webkit-backdrop-filter:saturate(180%)blur(12px);pointer-events:none;z-index:-1;background:#ffffffc7;border-bottom:1px solid #0000;transition:border-color .2s,background .2s;position:absolute;inset:0}.hdr[data-astro-cid-3ef6ksr2].is-scrolled:before{border-bottom-color:var(--bdl);background:#fffffff0}.hdr__inner[data-astro-cid-3ef6ksr2]{justify-content:space-between;align-items:center;gap:12px;min-width:0;height:60px;display:flex}.hdr__brand[data-astro-cid-3ef6ksr2]{letter-spacing:-.02em;color:var(--fg);white-space:nowrap;align-items:center;gap:9px;min-width:0;font-size:14.5px;font-weight:700;display:inline-flex}.hdr__logo[data-astro-cid-3ef6ksr2]{object-fit:cover;width:30px;height:30px;box-shadow:var(--sh-sm);border-radius:8px;flex-shrink:0;display:block}.hdr__toggle[data-astro-cid-3ef6ksr2]{border:1px solid var(--bdl);width:40px;height:40px;color:var(--fg);background:#fff;border-radius:10px;flex-shrink:0;place-items:center;display:inline-grid}.hdr__toggle[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:18px;height:18px}.hdr__panel[data-astro-cid-3ef6ksr2]{z-index:60;width:min(86vw,340px);box-shadow:var(--sh-lg);border-left:1px solid var(--bdl);background:#fff;flex-direction:column;padding:72px 22px 28px;transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.hdr__panel[data-astro-cid-3ef6ksr2][data-open=true]{transform:translate(0)}.hdr__list[data-astro-cid-3ef6ksr2]{flex-direction:column;display:flex}.hdr__list[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]+li[data-astro-cid-3ef6ksr2]{border-top:1px solid var(--bdl)}.hdr__list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--fg);padding:14px 4px;font-size:15px;display:block}.hdr__cta[data-astro-cid-3ef6ksr2]{flex-direction:column;gap:10px;margin-top:22px;display:flex}.hdr__login[data-astro-cid-3ef6ksr2]{height:42px;color:var(--fg3);border:1px solid var(--bdl);background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:500;display:inline-flex}.hdr__cta[data-astro-cid-3ef6ksr2] .btn{width:100%;height:44px}.hdr__close[data-astro-cid-3ef6ksr2]{border:1px solid var(--bdl);width:38px;height:38px;color:var(--fg);background:#fff;border-radius:10px;place-items:center;display:inline-grid;position:absolute;top:16px;right:16px}.hdr__close[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:16px;height:16px}.hdr__backdrop[data-astro-cid-3ef6ksr2]{backdrop-filter:blur(4px);z-index:55;opacity:0;pointer-events:none;background:#0b100e73;transition:opacity .25s;position:fixed;inset:0}.hdr__backdrop[data-astro-cid-3ef6ksr2][data-open=true]{opacity:1;pointer-events:auto}body.hdr-lock{overflow:hidden}@media (width<=879.98px){.hdr[data-astro-cid-3ef6ksr2].is-hidden{transform:translateY(-100%)}}@media (width>=880px){.hdr__inner[data-astro-cid-3ef6ksr2]{gap:24px}.hdr__toggle[data-astro-cid-3ef6ksr2],.hdr__close[data-astro-cid-3ef6ksr2],.hdr__backdrop[data-astro-cid-3ef6ksr2]{display:none}.hdr__panel[data-astro-cid-3ef6ksr2]{width:auto;box-shadow:none;z-index:auto;background:0 0;border:0;flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:32px;padding:0;position:static;overflow:visible;transform:none}.hdr__list[data-astro-cid-3ef6ksr2]{flex-direction:row;gap:26px}.hdr__list[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]+li[data-astro-cid-3ef6ksr2]{border:0}.hdr__list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--fg3);padding:0;font-size:13px;font-weight:500;transition:color .15s}.hdr__list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--fg)}.hdr__cta[data-astro-cid-3ef6ksr2]{flex-direction:row;gap:8px;margin:0}.hdr__login[data-astro-cid-3ef6ksr2]{background:0 0;border:0;height:auto;padding:6px 10px}.hdr__login[data-astro-cid-3ef6ksr2]:hover{color:var(--fg)}.hdr__cta[data-astro-cid-3ef6ksr2] .btn{width:auto;height:38px}}.foot[data-astro-cid-sz7xmlte]{border-top:1px solid var(--bdl);background:var(--surface);margin-top:auto;padding-block:48px 28px}.foot__inner[data-astro-cid-sz7xmlte]{flex-direction:column;gap:36px;display:flex}.foot__top[data-astro-cid-sz7xmlte]{flex-direction:column;gap:32px;display:flex}@media (width>=720px){.foot__top[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:48px}}.foot__brand[data-astro-cid-sz7xmlte]{flex-direction:column;gap:12px;max-width:340px;display:flex}.foot__logo[data-astro-cid-sz7xmlte]{letter-spacing:-.02em;color:var(--fg);align-items:center;gap:9px;font-size:14.5px;font-weight:700;display:inline-flex}.foot__logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:30px;height:30px;box-shadow:var(--sh-sm);border-radius:8px}.foot__brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--fg3);font-size:12.5px;line-height:1.6}.foot__links[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,auto);gap:8px 28px;display:grid}@media (width>=720px){.foot__links[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,auto);justify-content:flex-end}}@media (width>=960px){.foot__links[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(3,auto)}}.foot__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--fg3);font-size:12.5px;transition:color .15s}.foot__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--fg)}.foot__bottom[data-astro-cid-sz7xmlte]{border-top:1px solid var(--bdl);color:var(--fg4);flex-direction:column;gap:14px;padding-top:22px;font-size:11.5px;display:flex}@media (width>=640px){.foot__bottom[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;align-items:center}}.foot__social[data-astro-cid-sz7xmlte]{gap:10px;display:flex}.foot__social[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{border:1px solid var(--bdl);background:var(--surface);width:32px;height:32px;color:var(--fg4);border-radius:10px;place-items:center;transition:color .15s,border-color .15s;display:grid}.foot__social[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--fg);border-color:var(--fg4)}.foot__social[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:14px;height:14px}
