:root{color-scheme:light dark;--paper: #f4f4f4;--panel: #fafafa;--white: #ffffff;--ink: #111111;--steel: #6e6e6e;--faint: #9b9b9b;--hairline: #d9d9d9;--rule: #111111;--graphite: #171717;--ghost: #c4c4c4;--sans: "Archivo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--mono: "Space Mono", "SF Mono", Consolas, monospace;--radius: 2px}@media(prefers-color-scheme:dark){:root{--paper: #131313;--panel: #1a1a1a;--white: #222222;--ink: #ededed;--steel: #9d9d9d;--faint: #757575;--hairline: #2e2e2e;--rule: #ededed;--graphite: #e9e9e9;--ghost: #464646}}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;min-width:320px;color:var(--ink);background:var(--paper);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}::selection{color:var(--white);background:var(--ink)}.skip-link{position:fixed;z-index:100;top:.75rem;left:.75rem;padding:.65rem .9rem;border-radius:var(--radius);color:var(--white);background:var(--ink);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.card-label{margin:0 0 1.1rem;color:var(--steel);font-family:var(--mono);font-size:.68rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase}.site-header{position:sticky;z-index:50;top:0;display:flex;align-items:center;justify-content:space-between;min-height:4.2rem;padding:0 clamp(1rem,3vw,2rem);border-bottom:1px solid var(--hairline);background:color-mix(in srgb,var(--paper) 92%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.brand,.site-nav{display:flex;align-items:center}.brand img{width:auto;height:2.7rem}.header-github{display:grid;place-items:center;justify-self:end;width:2.6rem;height:2.6rem;border-radius:var(--radius);color:var(--steel)}.header-github:hover{color:var(--ink);background:var(--white)}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3rem;padding:0 1.35rem;border-radius:var(--radius);font-family:var(--mono);font-size:.76rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.primary-button{color:var(--white);background:var(--ink)}.primary-button:hover{background:var(--steel)}.secondary-button{border:1px solid var(--ink);color:var(--ink)}.secondary-button:hover{color:var(--white);background:var(--ink)}.section{width:min(1180px,calc(100% - 3rem));margin:0 auto}h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);font-weight:550;letter-spacing:-.035em;line-height:1.04;text-wrap:balance}.hero{display:flex;flex-direction:column;align-items:center;width:min(1180px,calc(100% - 3rem));margin:0 auto;padding:clamp(3.5rem,7vh,6rem) 0 5rem;text-align:center}.hero h1{margin:0;max-width:21ch;font-size:clamp(2.9rem,5.4vw,5rem);font-weight:560;letter-spacing:-.035em;line-height:1;text-wrap:balance}.hero-lede{max-width:34rem;margin:1.8rem 0 0;color:var(--steel);font-size:clamp(1rem,1.4vw,1.13rem);font-weight:420;line-height:1.7}.signal{display:inline-block;color:var(--ink);font-family:var(--mono);font-size:.92em;letter-spacing:.03em;white-space:nowrap}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-top:2.2rem}.download-requirements{margin:.8rem 0 0;color:var(--faint);font-family:var(--mono);font-size:.72rem;letter-spacing:.04em}.hero picture{display:contents}.hero-shot{width:min(100%,1060px);height:auto;margin-top:3rem}.section-tag{margin:0 0 1.4rem;color:var(--faint);font-family:var(--mono);font-size:.66rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase}.centered{display:flex;flex-direction:column;align-items:center;padding:5rem 0;text-align:center}.centered h2+.surface-grid,.centered h2+.matrix-wrap,.centered h2+.sees-grid{margin-top:3rem}.centered .sees-grid{align-self:center}.centered h2{max-width:20ch}.section-lede{max-width:40rem;margin:1.4rem 0 3rem;color:var(--steel);font-size:1.02rem;line-height:1.7}.closing{padding-bottom:8rem}.surface-grid{display:flex;overflow:hidden;width:100%;border:1px solid var(--hairline);border-radius:var(--radius);background:var(--panel)}.surface-card{display:flex;flex:1 1 0;align-items:center;justify-content:center;min-height:15rem;min-width:0;padding:1.1rem 1.2rem;border-left:1px solid var(--hairline);cursor:default;outline:none;transition:flex-grow .64s cubic-bezier(.22,1,.36,1),background-color .52s ease}.surface-card:first-child{border-left:0}.surface-card:hover,.surface-card:focus-visible{flex-grow:2.6;background:var(--white)}.surface-id{display:flex;flex:0 0 auto;flex-direction:column;align-items:center}.surface-card .icon{display:block;color:var(--ink)}.surface-card .card-label{margin:.1rem 0 0;color:var(--ink);font-size:1.9rem;font-weight:700;letter-spacing:.14em}.surface-detail{overflow:hidden;width:0;margin:0;color:var(--steel);font-size:1.6rem;line-height:1.45;text-align:left;opacity:0;transition:width .64s cubic-bezier(.22,1,.36,1),opacity .42s ease .12s,margin-left .64s cubic-bezier(.22,1,.36,1)}.surface-detail span{display:block;width:24rem}.surface-card:hover .surface-detail,.surface-card:focus-visible .surface-detail{width:24rem;margin-left:2rem;opacity:1}.matrix-wrap{overflow-x:auto;width:min(100%,34rem)}.matrix{width:100%;border-collapse:collapse;font-size:.9rem}.matrix th,.matrix td{padding:.85rem .5rem;border-bottom:1px solid var(--hairline)}.matrix thead th:not(:first-child){width:4.2rem}.matrix thead th{border-bottom:1px solid var(--rule);color:var(--faint);font-family:var(--mono);font-size:.62rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase}.matrix tbody th{color:var(--ink);font-weight:500;text-align:left;white-space:nowrap}.matrix thead th:first-child{text-align:left}.matrix thead th:not(:first-child),.matrix td{width:7.5rem;text-align:center}.matrix .yes{color:var(--ink);font-size:1rem}.matrix .no{color:var(--ghost);font-size:1rem}.matrix tbody tr:last-child th,.matrix tbody tr:last-child td{border-bottom:0}.group-label{margin:3.2rem 0 1.1rem;color:var(--faint);font-family:var(--mono);font-size:.72rem;font-weight:400;letter-spacing:.16em}.centered h2+.group-label{margin-top:2.6rem}.sees-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;gap:1px;width:min(100%,62rem);margin:0 auto;border:1px solid var(--hairline);border-radius:var(--radius);background:var(--hairline)}.sees-card{padding:1.9rem 1.2rem;background:var(--panel)}.sees-card h3{margin:0 0 .6rem;font-size:1.15rem;font-weight:600;letter-spacing:-.01em}.sees-card p{margin:0;color:var(--steel);font-size:.95rem;line-height:1.6}@media(max-width:900px){.hero{padding-top:3.5rem}.centered{padding:4.5rem 0}.surface-grid{flex-direction:column}.surface-card{flex:0 0 auto;flex-direction:row;justify-content:flex-start;min-height:0;padding:1.9rem 1.6rem;border-top:1px solid var(--hairline);border-left:0}.surface-card:first-child{border-top:0}.surface-card:hover,.surface-card:focus-visible{flex-grow:0;background:transparent}.surface-id{flex:0 0 6.5rem}.surface-card .icon{width:4.2rem;height:4.2rem}.surface-card .card-label{font-size:1.25rem}.surface-detail{font-size:1.05rem}.surface-detail,.surface-card:hover .surface-detail,.surface-card:focus-visible .surface-detail{width:auto;margin-left:1.4rem;opacity:1;text-align:left}.surface-detail span{width:auto}.sees-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.brand img{height:1.75rem}.hero{padding:3rem 0 3.5rem}.hero h1{font-size:clamp(2.5rem,12vw,3.4rem)}.hero-actions{flex-direction:column;align-items:stretch;align-self:stretch}.hero-shot{margin-top:2.2rem}.sees-grid{grid-template-columns:1fr}.matrix th,.matrix td{padding:.8rem .6rem}.matrix thead th:not(:first-child),.matrix td{width:3.6rem}}@media(prefers-reduced-motion:no-preference){.primary-button,.secondary-button,.header-github{transition:background-color .15s ease,color .15s ease,border-color .15s ease}}.app-showcase[data-astro-cid-xmrqzpya]{width:min(100%,1060px);margin-top:2.5rem}.showcase-controls[data-astro-cid-xmrqzpya]{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:.8rem}.showcase-controls[data-astro-cid-xmrqzpya][hidden]{display:none}[data-astro-cid-xmrqzpya][role=group]{display:flex;gap:1.5rem}button[data-astro-cid-xmrqzpya]{font:inherit;font-size:.8rem;color:var(--steel);background:transparent;border:0;border-bottom:2px solid transparent;padding:.5rem .1rem;cursor:pointer}button[data-astro-cid-xmrqzpya]:hover{color:var(--ink);border-bottom-color:var(--steel)}button[data-astro-cid-xmrqzpya][aria-pressed=true]{color:var(--ink);border-bottom-color:currentColor}button[data-astro-cid-xmrqzpya]:focus-visible{outline:2px solid currentColor;outline-offset:3px}.showcase-frame[data-astro-cid-xmrqzpya]{display:grid;aspect-ratio:2542 / 1862}img[data-astro-cid-xmrqzpya]{grid-area:1 / 1;width:100%;height:100%;object-fit:contain}img[data-astro-cid-xmrqzpya][hidden]{display:none}
