:root{--accent-lighter:#f3d5cc;--accent-light:#e5ac9e;--accent-tint1:#dd9c8c;--accent-tint2:#eec2b8;--accent:#c15b4a;--accent-shade:#a2473a;--accent-shade-darker:#6e2e24;--accent-on:#fff;--accent-rgb:193, 91, 74;--gray-50:#242528;--gray-75:#2e2f32;--gray-100:#313236;--gray-200:#3c3e42;--gray-300:#484a50;--gray-400:#585a62;--gray-500:#6b6e76;--gray-600:#8e9099;--gray-700:#b7b9be;--gray-800:#e3e3e5;--gray-900:#fff;--brand-moss:#8bae46;--brand-moss-tint:#d7f3a2;--brand-daisy:#fec91b;--brand-daisy-tint:#ffe17a;--brand-coral-cobalt:#ff5662;--brand-rust:#e96115;--radius-small:4px;--radius-card:8px;--radius-large:14px;--radius-pill:999px;--ease:cubic-bezier(.45, 0, .4, 1);--duration-fast:.13s;--duration-medium:.19s;--duration-slow:.4s;--shadow-card:0 12px 32px #00000052, 0 2px 6px #0000003d;--shadow-card-inset:inset 0 1px 0 #ffffff0f;color-scheme:dark}html[data-accent=energy-blue]{--accent-lighter:#b4f0ff;--accent-light:#7bdeff;--accent-tint1:#6ddcff;--accent-tint2:#a0ebff;--accent:#00c7fd;--accent-shade:#0095ca;--accent-shade-darker:#005b85;--accent-on:#242528;--accent-rgb:0, 199, 253}html[data-color-scheme=light]{--gray-50:#fff;--gray-75:#f9f9f9;--gray-100:#f4f5f5;--gray-200:#e9eaeb;--gray-300:#e2e2e4;--gray-400:#c9cace;--gray-500:#b2b3b9;--gray-600:#8b8e97;--gray-700:#6a6d75;--gray-800:#494b51;--gray-900:#2b2c30;--shadow-card:0 12px 32px #2b2c301a, 0 2px 6px #2b2c3014;--shadow-card-inset:inset 0 1px 0 #fff9;color-scheme:light}@font-face{font-family:Inter;src:url(/assets/fonts/inter-variable.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/inter-variable-italic.woff2)format("woff2");font-weight:100 900;font-style:italic;font-display:swap}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:5rem}body{min-height:100vh;color:var(--gray-800);background-color:var(--gray-50);background-image:radial-gradient(circle at 12% -4%, rgba(var(--accent-rgb), .13), transparent 42rem);-webkit-font-smoothing:antialiased;background-repeat:no-repeat;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.55}h1,h2,h3{color:var(--gray-900);text-wrap:balance;margin:0;font-weight:700;line-height:1.2}p{margin:0}a{color:inherit}img{max-width:100%;height:auto;display:block}svg{display:block}ul,ol{margin:0;padding:0;list-style:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-small)}::selection{background:rgba(var(--accent-rgb), .35)}.container{width:min(72.5rem,100% - 2.5rem);margin-inline:auto}@media (width<=47.9375rem){.container{width:calc(100% - 2rem)}}.section{padding-block:clamp(3.5rem,8vw,6.25rem)}.section+.section{padding-top:0}.section-head{gap:.75rem;max-width:44rem;margin-bottom:clamp(1.75rem,4vw,2.75rem);display:grid}.section-head h2{letter-spacing:-.015em;font-size:clamp(1.6rem,3.2vw,2.15rem)}.section-lead{color:var(--gray-700);max-width:62ch;font-size:1.0625rem}.eyebrow{color:var(--brand-moss);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;line-height:1.3;display:inline-flex}.eyebrow:before{content:"";background:var(--brand-moss);border-radius:50%;flex-shrink:0;width:.45rem;height:.45rem}.eyebrow--accent{color:var(--accent-light)}html[data-color-scheme=light] .eyebrow--accent{color:var(--accent-shade)}.eyebrow--accent:before{background:var(--accent)}.skip-link{z-index:100;border-radius:var(--radius-card);background:var(--accent);color:var(--accent-on);padding:.6rem 1rem;font-weight:600;text-decoration:none;position:absolute;top:.75rem;left:.75rem;transform:translateY(-300%)}.skip-link:focus-visible{transform:none}@media (prefers-reduced-motion:no-preference){html.js .reveal{opacity:0;transition:opacity var(--duration-slow) var(--ease), transform var(--duration-slow) var(--ease);transform:translateY(14px)}html.js .reveal.is-visible{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.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}.btn{border-radius:var(--radius-pill);cursor:pointer;min-height:2.75rem;transition:background-color var(--duration-fast) var(--ease), border-color var(--duration-fast) var(--ease), color var(--duration-fast) var(--ease);border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1.4rem;font-size:.9375rem;font-weight:700;line-height:1.3;text-decoration:none;display:inline-flex}.btn--accent{background:var(--accent);color:var(--accent-on)}.btn--accent:hover{background:var(--accent-shade)}.btn--accent:active{background:var(--accent-shade-darker)}html[data-accent=energy-blue] .btn--accent:active{color:#fff}.btn--secondary{border-color:var(--gray-400);color:var(--gray-900);background:0 0}.btn--secondary:hover{border-color:var(--gray-600);background:var(--gray-100)}.btn--large{min-height:3rem;padding:.7rem 1.75rem;font-size:1rem}.card{border:1px solid var(--gray-300);border-radius:var(--radius-large);background:linear-gradient(160deg, var(--gray-100) 0%, var(--gray-75) 100%);box-shadow:var(--shadow-card), var(--shadow-card-inset)}.card--flat{background:var(--gray-75);box-shadow:none;border-radius:var(--radius-card)}.chip{border:1px solid var(--gray-300);border-radius:var(--radius-pill);background:var(--gray-100);color:var(--gray-800);white-space:nowrap;align-items:center;gap:.5rem;padding:.375rem .85rem;font-size:.875rem;font-weight:600;line-height:1.4;display:inline-flex}.chip .dot{border-radius:50%;flex-shrink:0;width:.4rem;height:.4rem}.dot--moss{background:var(--brand-moss)}.dot--accent{background:var(--accent)}.dot--gray{background:var(--gray-500)}.status{align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;display:inline-flex}.status--active{color:var(--brand-moss)}.status--download{color:var(--gray-600)}.status .dot{border-radius:50%;width:.4rem;height:.4rem}.status--active .dot{background:var(--brand-moss)}.status--download .dot{background:var(--gray-500)}.icon-tile{border-radius:var(--radius-card);background:rgba(var(--accent-rgb), .14);border:1px solid rgba(var(--accent-rgb), .28);width:2.5rem;height:2.5rem;color:var(--accent-light);flex-shrink:0;place-items:center;display:grid}html[data-color-scheme=light] .icon-tile{color:var(--accent-shade)}.icon-tile svg{width:1.25rem;height:1.25rem}.app-frame{border:1px solid var(--gray-300);background:var(--gray-75);box-shadow:var(--shadow-card), var(--shadow-card-inset);border-radius:10px;position:relative;overflow:hidden}.app-frame img{width:100%;height:auto}.handles{position:relative}.handles .handle{border:2px solid var(--accent);background:var(--gray-50);z-index:2;border-radius:2px;width:.65rem;height:.65rem;position:absolute}.handles .handle--tl{top:-.35rem;left:-.35rem}.handles .handle--tr{top:-.35rem;right:-.35rem}.handles .handle--bl{bottom:-.35rem;left:-.35rem}.handles .handle--br{bottom:-.35rem;right:-.35rem}@media (prefers-reduced-motion:no-preference){.handles--pulse .handle{animation:handle-pulse 3.2s var(--ease) infinite}.handles--pulse .handle--tr{animation-delay:.4s}.handles--pulse .handle--br{animation-delay:.8s}.handles--pulse .handle--bl{animation-delay:1.2s}}@keyframes handle-pulse{0%,to{box-shadow:0 0 0 0 rgba(var(--accent-rgb), 0)}12%{box-shadow:0 0 0 5px rgba(var(--accent-rgb), .25)}30%{box-shadow:0 0 0 0 rgba(var(--accent-rgb), 0)}}.float-chip{z-index:3;border-radius:var(--radius-card);border:1px solid var(--gray-300);background:var(--gray-100);color:var(--gray-800);white-space:nowrap;align-items:center;gap:.45rem;padding:.4rem .8rem;font-size:.78rem;font-weight:600;display:inline-flex;position:absolute;box-shadow:0 6px 18px #0000004d}html[data-color-scheme=light] .float-chip{box-shadow:0 6px 18px #2b2c3024}.site-header[data-astro-cid-nen7h5rs]{z-index:50;background:color-mix(in srgb, var(--gray-75) 88%, transparent);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--gray-200);position:sticky;top:0}.header-inner[data-astro-cid-nen7h5rs]{align-items:center;gap:1.5rem;min-height:3.75rem;display:flex}.brand[data-astro-cid-nen7h5rs]{color:var(--gray-900);letter-spacing:-.01em;align-items:center;gap:.6rem;margin-right:auto;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.brand[data-astro-cid-nen7h5rs] .brand-icon{border-radius:6px;width:1.75rem;height:1.75rem}.site-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{align-items:center;gap:.25rem;display:flex}.site-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{border-radius:var(--radius-card);min-height:2.75rem;color:var(--gray-700);transition:color var(--duration-fast) var(--ease), background-color var(--duration-fast) var(--ease);align-items:center;padding:.35rem .7rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.site-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--gray-900);background:rgba(var(--accent-rgb), .1)}.header-actions[data-astro-cid-nen7h5rs]{align-items:center;gap:.9rem;display:flex}.header-cta[data-astro-cid-nen7h5rs]{min-height:2.25rem;padding:.3rem 1.05rem;font-size:.875rem}.theme-switch[data-astro-cid-nen7h5rs]{border:1px solid var(--gray-300);border-radius:var(--radius-pill);background:var(--gray-100);align-items:center;gap:.3rem;padding:.25rem;display:flex}.theme-switch[data-astro-cid-nen7h5rs] button[data-astro-cid-nen7h5rs]{width:1.65rem;height:1.65rem;transition:box-shadow var(--duration-fast) var(--ease);border-radius:50%;place-items:center;display:grid}.theme-switch[data-astro-cid-nen7h5rs] button[data-astro-cid-nen7h5rs][aria-checked=true]{box-shadow:0 0 0 2px var(--gray-900)}.swatch[data-astro-cid-nen7h5rs]{border:1px solid #00000040;border-radius:50%;width:1.05rem;height:1.05rem}.swatch--terracotta[data-astro-cid-nen7h5rs]{background:#c15b4a}.swatch--energy-blue[data-astro-cid-nen7h5rs]{background:#00c7fd}.swatch--light[data-astro-cid-nen7h5rs]{background:#f4f5f5;border-color:#b2b3b9}.menu-toggle[data-astro-cid-nen7h5rs]{border-radius:var(--radius-card);width:2.75rem;height:2.75rem;color:var(--gray-800);place-items:center;display:none}.menu-toggle[data-astro-cid-nen7h5rs]:hover{background:var(--gray-200)}@media (width<=64rem){.site-nav[data-astro-cid-nen7h5rs]{background:var(--gray-75);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-card);padding:.75rem 1.25rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0}.site-header.menu-open .site-nav[data-astro-cid-nen7h5rs]{display:block}.site-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{flex-direction:column;align-items:stretch;gap:.15rem}.site-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{min-height:2.75rem;font-size:1rem}.menu-toggle[data-astro-cid-nen7h5rs]{display:grid}}@media (width<=40rem){.theme-switch[data-astro-cid-nen7h5rs]{display:none}}.site-footer[data-astro-cid-jo6i4kqk]{border-top:1px solid var(--gray-200);background:var(--gray-75);padding-block:3rem 2rem}.footer-grid[data-astro-cid-jo6i4kqk]{grid-template-columns:minmax(14rem,1.4fr) repeat(3,minmax(9rem,1fr));gap:2rem;display:grid}.brand[data-astro-cid-jo6i4kqk]{color:var(--gray-900);align-items:center;gap:.6rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.brand[data-astro-cid-jo6i4kqk] .brand-icon{border-radius:6px;width:1.75rem;height:1.75rem}.tagline[data-astro-cid-jo6i4kqk]{color:var(--gray-600);max-width:26ch;margin-top:.75rem;font-size:.9rem}.footer-cta[data-astro-cid-jo6i4kqk]{min-height:2.25rem;margin-top:1.25rem;padding:.3rem 1.05rem;font-size:.875rem}.footer-title[data-astro-cid-jo6i4kqk]{letter-spacing:.06em;text-transform:uppercase;color:var(--gray-600);margin-bottom:.85rem;font-size:.75rem;font-weight:700}.site-footer[data-astro-cid-jo6i4kqk] ul[data-astro-cid-jo6i4kqk]{gap:.15rem;display:grid}.site-footer[data-astro-cid-jo6i4kqk] nav[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{min-height:2rem;color:var(--gray-700);align-items:center;font-size:.9rem;text-decoration:none;display:inline-flex}.site-footer[data-astro-cid-jo6i4kqk] nav[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--gray-900);text-underline-offset:3px;text-decoration:underline}.footer-bottom[data-astro-cid-jo6i4kqk]{border-top:1px solid var(--gray-200);color:var(--gray-600);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.85rem;display:flex}@media (width<=48rem){.footer-grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1fr}.footer-brand[data-astro-cid-jo6i4kqk]{grid-column:1/-1}}
