*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafcfc;--paper:#fff;--panel:#eef3f6;--panel-deep:#f3f6f8;--ink:#17212b;--ink-soft:#4a5866;--ink-muted:#8a97a3;--teal:#0b4f4a;--teal-deep:#073a36;--teal-tint:#dbefe9;--teal-soft:#7fc8b6;--sun:#ffd54a;--sun-tint:#fff3bf;--sun-tint-deep:#ffe9a6;--sun-line:#ffe08a;--sun-ink:#6b5300;--sky:#dcebf7;--sky-soft:#bfd9f2;--sky-ink:#2b5a86;--sky-ink-soft:#33465a;--line:#e3e9ee;--line-strong:#cfd8e0;--danger:#b3261e;--font-display:"Gabarito", "Avenir Next", "Segoe UI", sans-serif;--font-body:"Rubik", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, monospace;--radius:14px;--radius-sm:10px;--radius-lg:20px;--pill:999px;--max-w:1312px;--gutter:20px;--ease-out:cubic-bezier(.16, 1, .3, 1)}@media (width>=768px){:root{--gutter:40px}}@media (width>=1200px){:root{--gutter:64px}}html{font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;overflow-x:hidden}body{min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}ul{list-style:none}:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:4px}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;font-weight:800;line-height:1}h1{font-size:clamp(2.6rem,5.3vw,4.75rem)}h2{font-size:clamp(1.9rem,3vw,2.75rem)}h3{font-size:1.375rem}p{text-wrap:pretty}.eyebrow{color:var(--teal);font-size:.82rem;font-weight:600;display:block}.container{width:100%;max-width:var(--max-w);padding:0 var(--gutter);margin:0 auto}.section{padding-bottom:clamp(72px,8vw,120px)}.section-head{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-bottom:28px;display:flex}.section-head p{color:var(--ink-soft);max-width:60ch;font-size:1.05rem}.btn{border-radius:var(--pill);white-space:nowrap;transition:background .18s var(--ease-out), color .18s var(--ease-out), border-color .18s var(--ease-out);justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-size:.95rem;font-weight:600;line-height:1.2;display:inline-flex}.btn:disabled{opacity:.55;cursor:default}.btn-primary{background:var(--teal);color:var(--paper)}.btn-primary:hover:not(:disabled){background:var(--teal-deep)}.btn-secondary{background:var(--paper);color:var(--ink);border:1.5px solid var(--line-strong)}.btn-secondary:hover:not(:disabled){border-color:var(--teal);color:var(--teal)}.btn-sun{background:var(--sun);color:var(--ink)}.btn-sun:hover:not(:disabled){background:#f5c72e}.btn-sky{background:var(--sky-ink);color:var(--paper)}.btn-sky:hover:not(:disabled){background:#214a70}.btn-link{color:var(--teal);text-underline-offset:3px;border-radius:2px;padding:0;font-weight:600;text-decoration:underline}.btn-link:hover:not(:disabled){color:var(--teal-deep)}.btn-lg{padding:15px 28px;font-size:1.06rem}.tag{border-radius:var(--pill);padding:3px 8px;font-size:.7rem;font-weight:600;line-height:1.4;display:inline-block}.tag-sun{background:var(--sun-tint-deep);color:var(--sun-ink)}.tag-sky{background:var(--sky);color:var(--sky-ink)}.tag-teal{background:var(--teal-tint);color:var(--teal)}.tbd{background:var(--sun-tint);border-radius:4px;padding:1px 6px}.avatar{border-radius:var(--pill);border:2px solid var(--paper);flex:none;width:22px;height:22px}.avatar+.avatar{margin-left:-6px}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.rise{animation:rise .6s var(--ease-out) both}.rise-2{animation-delay:80ms}.rise-3{animation-delay:.16s}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}}
