:root{--bg:#fff;--text:#0f172a;--muted:#475569;--muted-500:#64748b;--border:#e2e8f0;--surface:#fff;--surface-50:#f8fafc;--brand:#0f172a;--brand-800:#1f2937;--brand-900:#0b1224;--shadow-sm:0 1px 2px #0000000a,0 1px 1px #00000005;--shadow-md:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--radius-sm:.5rem;--radius:1rem;--radius-full:9999px}html{-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--bg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;line-height:1.5}body,h1,h2,h3,h4{color:#0f172a;color:var(--text);margin:0}h1,h2,h3,h4{font-weight:600;letter-spacing:-.02em}h1{font-size:clamp(2rem,2.6vw + 1rem,3rem);line-height:1.1}h2{font-size:clamp(1.5rem,1.2vw + 1rem,2rem);line-height:1.2;margin-top:2rem}h3{font-size:1.125rem;line-height:1.3;margin-top:1.25rem}p{color:#334155;margin:1rem 0}a{color:inherit;text-decoration:none}a:hover{opacity:.9}:focus-visible{outline:2px solid #1e293b;outline-offset:2px}.container{margin-inline:auto;max-width:80rem;padding-inline:1rem}.section{padding-block:5rem}.section.alt{background:#f8fafc;background:var(--surface-50)}.section.border{border-top:1px solid #e2e8f0;border-top:1px solid var(--border)}.topbar{background:#0f172a;background:var(--brand);color:#fff;font-size:.875rem}.topbar a{text-decoration:underline}.site-header{-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px);background:#ffffffe6;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:50}.nav{color:#475569;color:var(--muted);display:flex;gap:.25rem}.nav a{border-radius:.375rem;font-weight:500;padding:.5rem .75rem}.nav a.active{border-bottom:2px solid #0f172a;border-bottom:2px solid var(--text);color:#0f172a;color:var(--text)}footer.site-footer{background:#fff;background:var(--surface);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);color:#475569;color:var(--muted)}footer .links a{margin-inline:.75rem}.btn{align-items:center;border-radius:9999px;border-radius:var(--radius-full);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1;padding:.75rem 1.25rem;transition:background .15s ease,color .15s ease,border-color .15s ease,opacity .15s ease}.btn-primary{background:#0f172a;background:var(--brand);box-shadow:0 1px 2px #0000000a,0 1px 1px #00000005;box-shadow:var(--shadow-sm);color:#fff}.btn-primary:hover{background:#0b1224;background:var(--brand-900)}.btn-outline{background:#0000;border:1px solid #e2e8f0;border:1px solid var(--border);color:#0f172a;color:var(--text)}.btn-outline:hover{background:#f8fafc;background:var(--surface-50)}.card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1rem;border-radius:var(--radius);box-shadow:0 1px 2px #0000000a,0 1px 1px #00000005;box-shadow:var(--shadow-sm);padding:1.5rem}.card img{border-radius:.75rem}.img-rounded{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1rem;border-radius:var(--radius);box-shadow:0 1px 2px #0000000a,0 1px 1px #00000005;box-shadow:var(--shadow-sm)}.prose{max-width:65ch}.prose h1,.prose h2,.prose h3{margin-top:1.75rem}.prose a{color:#0f172a;color:var(--brand);text-decoration:underline}.prose ul{padding-left:1.25rem}.prose li{margin:.375rem 0}.input,.textarea{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.75rem;color:#0f172a;color:var(--text);padding:.75rem 1rem;width:100%}.input:focus,.textarea:focus{border-color:#cbd5e1;box-shadow:0 0 0 4px #1e293b12;outline:none}.label{color:#475569;color:var(--muted);display:block;font-size:.875rem;margin-bottom:.25rem}details.faq{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.25rem}details.faq+details.faq{margin-top:1rem}details.faq summary{align-items:center;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;list-style:none}details.faq summary::-webkit-details-marker{display:none}details.faq p{margin-top:.75rem}.grid-2{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:1024px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.hero-gradient{background:linear-gradient(180deg,#f8fafc,#fff)}.rounded-2xl{border-radius:1rem;border-radius:var(--radius)}.border{border-style:solid;border-width:1px}.border-slate-200{border-color:#e2e8f0;border-color:var(--border)}.bg-white{background:#fff}.bg-slate-50{background:#f8fafc}.text-slate-900{color:#0f172a;color:var(--text)}.text-slate-700{color:#334155}.text-slate-600{color:#475569;color:var(--muted)}.text-white{color:#fff}.shadow-sm{box-shadow:0 1px 2px #0000000a,0 1px 1px #00000005;box-shadow:var(--shadow-sm)}.underline{text-decoration:underline}.underline-offset-4{text-underline-offset:4px}.backdrop-blur{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-20{padding-bottom:5rem;padding-top:5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mx-auto{margin-left:auto;margin-right:auto}.max-w-7xl{max-width:80rem}.text-center{text-align:center}
/*# sourceMappingURL=main.15c93cea.css.map*/