:root{--brand-black:#121212;--brand-dark:#171717;--brand-surface:#303030;--brand-gray:#919191;--brand-light:#d1d1d1;--brand-white:#d9d9d9;--bg:#121212;--bg-elevated:#171717;--surface:#1f222c;--surface-soft:#262a35;--surface-line:#363b48;--glass:#111216e0;--glass-strong:#171922e6;--control-bg:#ffffff08;--visual-gradient:linear-gradient(145deg, #ffffff14, #ffffff03);--progress-bg:#171717;--primary-contrast:#061016;--text:#f2f4f8;--muted:#aeb6c5;--subtle:#7f8899;--primary:#4dd0e1;--primary-strong:#26c6da;--success:#8bd99c;--warning:#ffddb8;--shadow:0 18px 70px #00000047;--radius:8px;--radius-sm:6px;--max-width:1120px;--header-sticky-height:112px;--sticky-gap:12px;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:16px/1.5 var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=light]{--bg:#f6f4ef;--bg-elevated:#fffdf8;--surface:#fffdf8;--surface-soft:#e9e1d4;--surface-line:#d9d1c3;--glass:#f8f5efb8;--glass-strong:#fffcf6d6;--control-bg:#3026180d;--visual-gradient:linear-gradient(145deg, #ffffffeb, #f0e9dc94);--progress-bg:#e9e3d7;--primary-contrast:#061016;--text:#1b1712;--muted:#5f5a52;--subtle:#827a70;--primary:#26c6da;--primary-strong:#0097a7;--success:#3f7f53;--warning:#9a6a22;--shadow:0 18px 70px #483a261f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{margin:0}button,input,textarea,select{font:inherit}a{color:inherit}img{max-width:100%;display:block}#root{min-height:100svh}main{flex:1}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:750}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;max-width:780px;margin-bottom:22px;font-size:58px;font-weight:820;line-height:1.02}h2{margin-bottom:12px;font-size:32px;font-weight:780;line-height:1.14}h3{margin-bottom:8px;font-size:18px;line-height:1.25}p{color:var(--muted)}@media (width<=900px){h1{font-size:44px}}@media (width<=640px){h1{font-size:36px}h2{font-size:26px}}.app-shell{flex-direction:column;min-height:100svh;display:flex}.brand-hero,.product-hero,.page-hero,.section,.cta-band,.notice-card,.site-footer{width:min(100% - 32px, var(--max-width));margin-inline:auto}.button{border-radius:var(--radius);border:1px solid #0000;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:10px 16px;font-weight:720;text-decoration:none;display:inline-flex}.button--primary{color:var(--primary-contrast);background:var(--primary)}.button--ghost{color:var(--text);border-color:var(--surface-line);background:var(--control-bg)}.button:hover{transform:translateY(-1px)}.icon-button{border:1px solid var(--surface-line);border-radius:var(--radius);width:42px;height:42px;color:var(--text);background:var(--glass-strong);cursor:pointer;justify-content:center;align-items:center;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.icon-button:hover{border-color:var(--primary);background:var(--surface-soft);transform:translateY(-1px)}.section{padding:42px 0;scroll-margin-top:96px}.section__head{max-width:760px;margin-bottom:22px}.section__title-row{align-items:center;gap:10px;display:flex}.section__title-row h2{margin-bottom:0}.section__action{flex:none}.section__title-row+p{margin-top:8px}.svg-icon{width:var(--svg-icon-size);height:var(--svg-icon-size);color:inherit;-webkit-mask:var(--svg-icon-url) center/contain no-repeat;mask:var(--svg-icon-url) center/contain no-repeat;-webkit-mask:var(--svg-icon-url) center/contain no-repeat;background:currentColor;flex:none;display:inline-block}.svg-icon.primary{color:var(--primary)}.language-switcher{border:1px solid var(--surface-line);border-radius:var(--radius-sm);background:var(--control-bg);align-items:center;gap:8px;padding:4px;display:flex}.language-switcher button{min-width:38px;min-height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;font-weight:760;display:inline-flex}.language-switcher button.active{color:var(--text);background:var(--surface-soft)}@media (width<=640px){.language-switcher{grid-area:1/3;place-self:auto end}.language-switcher button{min-width:34px;min-height:30px}}.theme-switcher{border:1px solid var(--surface-line);border-radius:var(--radius-sm);background:var(--control-bg);align-items:center;gap:8px;padding:4px;display:flex}.theme-switcher button{min-width:38px;min-height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;font-weight:760;display:inline-flex}.theme-switcher button.active{color:var(--text);background:var(--surface-soft)}@media (width<=640px){.theme-switcher{grid-area:1/2;place-self:auto end}.theme-switcher button{min-width:34px;min-height:30px}}.site-header{z-index:10;min-height:var(--header-sticky-height);width:min(100% - 32px, var(--max-width));background:var(--glass);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:18px 0;display:flex;position:sticky;top:0}.brand-link{align-items:center;min-width:150px;display:inline-flex}.brand-link img{width:138px;height:auto}.site-nav{align-items:center;gap:8px;display:flex}.site-nav a{border-radius:var(--radius-sm);color:var(--muted);padding:8px 12px;font-size:14px;text-decoration:none;transition:background .16s,color .16s,border-color .16s}.site-nav a:hover,.site-nav a.active{color:var(--text);background:var(--surface-soft)}@media (width<=640px){.site-header{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px 0;display:grid;position:static}.brand-link{grid-area:1/1;min-width:0}.brand-link img{width:112px}.site-nav{grid-area:2/1/auto/-1;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.site-nav a{text-align:center;min-width:0;padding-inline:10px}}.site-footer{border-top:1px solid var(--surface-line);justify-content:space-between;align-items:center;gap:24px;margin-top:72px;padding:32px 0;display:flex}.site-footer__brand{min-width:0}.site-footer strong{margin-bottom:4px;display:block}.site-footer p{color:var(--muted);margin:0;font-size:14px}.site-footer nav{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.site-footer a{border-radius:var(--radius-sm);color:var(--muted);padding:6px 8px;font-size:14px;text-decoration:none;transition:background-color .16s,color .16s}.site-footer a:hover{background:var(--control-bg);color:var(--text)}@media (width<=780px){.site-footer nav{flex-wrap:wrap}.site-footer__email{white-space:nowrap;flex:0 0 100%}}@media (width<=640px){.site-footer{flex-direction:column;align-items:flex-start;gap:16px}}.product-tabs{top:calc(var(--header-sticky-height) + var(--sticky-gap));z-index:9;width:min(100% - 32px, var(--max-width));border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--glass-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);align-items:center;gap:8px;margin:0 auto;padding:10px;display:flex;position:sticky;overflow-x:auto}.product-tabs a{border-radius:var(--radius-sm);color:var(--muted);flex:none;padding:9px 12px;font-size:14px;font-weight:720;text-decoration:none;transition:background .16s,color .16s,border-color .16s}.product-tabs a:hover,.product-tabs a.active{color:var(--text);background:var(--surface-soft)}@media (width<=640px){.product-tabs{border-inline:0;border-radius:0;width:100%;top:0}}.screenshot-platform-switch{margin-block:-4px 14px;display:flex}.screenshot-carousel{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--visual-gradient), var(--bg-elevated);box-shadow:var(--shadow);grid-template-columns:minmax(280px,.82fr) minmax(220px,1fr);align-items:center;gap:28px;padding:22px;display:grid}.screenshot-carousel__stage{justify-items:center;min-height:0;display:grid;position:relative}.screenshot-carousel__active{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);width:fit-content;max-width:100%;margin:0;overflow:hidden}.screenshot-carousel__open{cursor:zoom-in;background:0 0;border:0;justify-items:center;padding:0;display:grid}.screenshot-carousel__active img{background:var(--bg-elevated);width:auto;max-width:min(100%,360px);max-height:min(660px,64vh);display:block}.screenshot-thumb img{background:var(--bg-elevated);width:auto;max-width:100%;max-height:252px;margin-inline:auto;display:block}.screenshot-carousel__active figcaption{border-top:1px solid var(--surface-line);min-height:52px;color:var(--muted);align-items:center;inline-size:100%;padding:12px 14px;font-size:14px;font-weight:730;display:flex}.screenshot-carousel__nav{z-index:1;position:absolute;top:50%}.screenshot-carousel__nav--prev{left:8px}.screenshot-carousel__nav--next{right:8px}.screenshot-carousel__thumbs{scroll-snap-type:x mandatory;scrollbar-color:var(--surface-line) transparent;grid-template-columns:none;grid-auto-columns:minmax(112px,1fr);grid-auto-flow:column;gap:12px;min-width:0;padding:4px 2px 8px;scroll-padding-inline:8px;display:grid;overflow-x:auto}.screenshot-thumb{border:1px solid var(--surface-line);border-radius:var(--radius);min-width:0;color:var(--muted);background:var(--surface);cursor:pointer;text-align:left;scroll-snap-align:start;padding:0;transition:border-color .16s,transform .16s,color .16s;overflow:hidden}.screenshot-thumb:hover,.screenshot-thumb[aria-current=true]{border-color:var(--primary);color:var(--text);transform:translateY(-1px)}.screenshot-thumb span{align-items:center;min-height:48px;padding:10px;font-size:13px;font-weight:730;display:flex}.screenshot-carousel__dots{grid-column:1/-1;justify-content:center;gap:8px;display:flex}.screenshot-dot{background:var(--surface-line);cursor:pointer;border:0;border-radius:999px;width:9px;height:9px;padding:0}.screenshot-dot[aria-current=true]{background:var(--primary);width:28px}.screenshot-lightbox{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000c7;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.screenshot-lightbox__content{justify-items:center;gap:12px;width:fit-content;max-width:100%;max-height:calc(100svh - 48px);display:grid;position:relative}.screenshot-lightbox__image{width:min(100%, 520px, (100svh - 116px) * var(--screenshot-width-ratio));aspect-ratio:var(--screenshot-aspect-ratio);border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;max-width:100%;max-height:calc(100svh - 116px);padding:0;display:block;overflow:hidden}.screenshot-lightbox__image:active{cursor:grabbing}.screenshot-lightbox__image img{object-fit:contain;pointer-events:none;width:100%;height:100%;display:block}.screenshot-lightbox__caption{left:50%;bottom:max(22px, env(safe-area-inset-bottom));z-index:2;border-radius:var(--radius-sm);color:#f2f4f8;text-align:center;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121212ad;border:1px solid #ffffff29;max-width:min(100vw - 40px,420px);margin:0;padding:9px 14px;font-size:14px;font-weight:730;transition:opacity .18s,transform .18s;position:fixed;transform:translate(-50%,8px);box-shadow:0 18px 42px #00000061}.screenshot-lightbox--chrome-visible .screenshot-lightbox__caption{opacity:1;transform:translate(-50%)}.screenshot-lightbox__close{top:max(16px, env(safe-area-inset-top));right:max(16px, env(safe-area-inset-right));z-index:3;position:fixed}.screenshot-lightbox__nav{z-index:1;opacity:.82;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#12121294;transition:opacity .16s,transform .16s;position:fixed;top:50%;box-shadow:0 14px 34px #00000057}.screenshot-lightbox__close{opacity:.9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1212129e;box-shadow:0 14px 34px #0000005c}.screenshot-lightbox__nav:hover,.screenshot-lightbox__close:hover{opacity:1;transform:translateY(-1px)}.screenshot-lightbox__nav--prev{left:max(24px,50vw - 360px)}.screenshot-lightbox__nav--next{right:max(24px,50vw - 360px)}@media (width<=900px){.screenshot-carousel{grid-template-columns:1fr}.screenshot-carousel__active{max-width:100%}.screenshot-carousel__active img{max-width:min(100%,330px);max-height:600px}.screenshot-carousel__thumbs{grid-auto-columns:minmax(140px,1fr)}}@media (width<=640px){.screenshot-platform-switch{justify-content:stretch}.screenshot-platform-switch .segmented-control{width:100%}.screenshot-platform-switch .segmented-control .segmented-control__button-text{display:none}.screenshot-platform-switch .segmented-control button{flex:1}.screenshot-carousel{gap:16px;width:100%;padding:14px}.screenshot-carousel__active{max-width:100%}.screenshot-carousel__active img{max-width:min(100%,270px);max-height:540px}.screenshot-carousel__nav{top:auto;bottom:60px}.screenshot-carousel__nav--prev{left:14px}.screenshot-carousel__nav--next{right:14px}.screenshot-lightbox{background:#000000eb;place-items:stretch stretch;padding:0}.screenshot-lightbox__content{place-items:center;gap:0;width:100vw;height:100svh;max-height:none;display:grid}.screenshot-lightbox__image,.screenshot-lightbox__image img{max-height:100svh}.screenshot-lightbox__image{width:min(100vw, 100svh * var(--screenshot-width-ratio));background:#000;border:0;border-radius:0;max-width:100vw}.screenshot-lightbox__close{top:max(10px, env(safe-area-inset-top));right:max(10px, env(safe-area-inset-right));position:fixed}.screenshot-lightbox__nav{position:fixed;top:50%;bottom:auto;transform:translateY(-50%)}.screenshot-lightbox__nav--prev{left:max(10px, env(safe-area-inset-left))}.screenshot-lightbox__nav--next{right:max(10px, env(safe-area-inset-right))}.screenshot-lightbox__nav:hover{transform:translateY(calc(-50% - 1px))}.screenshot-lightbox__caption{bottom:max(14px, env(safe-area-inset-bottom));max-width:calc(100vw - 28px);padding:8px 12px;font-size:13px}.screenshot-carousel__thumbs{display:none}}.brand-hero{grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr);align-items:center;gap:48px;min-height:calc(100svh - 180px);padding:42px 0 64px;display:grid}.brand-hero__content{min-width:0}.brand-hero__content>p:not(.eyebrow){max-width:680px;font-size:19px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.brand-hero__visual{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--visual-gradient), var(--bg-elevated);min-height:440px;box-shadow:var(--shadow);place-items:center;display:grid;position:relative;overflow:hidden}.brand-hero__mark{opacity:.92;width:min(62%,300px)}.product-orbit{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--glass);align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex;position:absolute;bottom:28px;right:28px}.product-orbit:hover{transform:translateY(-1px)}.product-orbit img{border-radius:10px;width:42px;height:42px}.product-orbit span{color:var(--muted);font-weight:700}.feature-grid,.highlight-grid,.support-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.info-card{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);min-height:178px;padding:22px}.info-card svg{color:var(--primary);margin-bottom:18px}.info-card p{margin-bottom:0}@media (width<=900px){.brand-hero{grid-template-columns:1fr;min-height:auto;padding-top:42px}.feature-grid,.highlight-grid,.support-grid{grid-template-columns:1fr}}@media (width<=640px){.brand-hero__visual{min-height:320px}}.product-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:center;gap:44px;padding:72px 0 48px;display:grid}.product-hero__copy{min-width:0}.hero-lead{max-width:680px;font-size:19px}.product-title-row{align-items:center;gap:18px;margin-bottom:22px;display:flex}.product-title-row img{border-radius:18px;width:82px;height:82px}.product-title-row h1{margin:0}.product-title-row p{margin:8px 0 0;font-weight:700}.disclaimer{max-width:680px;color:var(--warning);margin-top:22px;font-size:14px}.product-hero__panel{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--bg-elevated);box-shadow:var(--shadow);padding:18px}.monitor-card{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);padding:22px}.monitor-card__head,.metric-row,.metric-grid,.privacy-strip span,.note-list li,.placeholder-list li{align-items:center;gap:10px;display:flex}.monitor-card__head{color:var(--primary);justify-content:space-between;font-weight:750}.metric-row{justify-content:space-between;margin-top:32px}.metric-row strong{color:var(--text);font-size:34px}.progress{background:var(--progress-bg);border-radius:999px;height:10px;margin:14px 0 22px;overflow:hidden}.progress span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--success));height:100%;display:block}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.metric-grid span{border:1px solid var(--surface-line);border-radius:var(--radius-sm);color:var(--muted);padding:14px}.metric-grid strong{color:var(--text);display:block}.check-list,.note-list,.placeholder-list{margin:0;padding:0;list-style:none}.check-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.check-list li{border:1px solid var(--surface-line);border-radius:var(--radius-sm);color:var(--muted);background:var(--surface);align-items:center;gap:10px;padding:13px 14px;display:flex}.check-list svg,.privacy-strip svg,.note-list svg{color:var(--success);flex:none}.privacy-strip{flex-wrap:wrap;gap:10px;display:flex}.privacy-strip span{border:1px solid var(--surface-line);border-radius:var(--radius-sm);color:var(--muted);background:var(--surface);padding:10px 12px}.cta-band{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);justify-content:space-between;align-items:center;gap:24px;margin-top:28px;padding:24px;display:flex}.cta-band p{margin-bottom:0}@media (width<=900px){.product-hero,.check-list{grid-template-columns:1fr}}@media (width<=640px){.cta-band{flex-direction:column;align-items:stretch}.product-title-row{align-items:flex-start}.product-title-row img{width:64px;height:64px}.metric-grid{grid-template-columns:1fr}}.page-hero{min-width:0}.page-hero>p{max-width:680px;font-size:19px}.compact-hero{padding:70px 0 28px}.compact-hero h1{margin-bottom:14px}.faq-list,.policy-list{gap:12px;display:grid}.faq-item{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface)}.faq-item summary{min-height:58px;color:var(--text);cursor:pointer;align-items:center;padding:16px 46px 16px 18px;font-weight:760;list-style:none;display:flex;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--primary);font-size:22px;line-height:1;position:absolute;right:18px}.faq-item[open] summary:after{content:"-"}.faq-item p{margin:0;padding:0 18px 18px}.guide-card{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);grid-template-columns:auto minmax(0,1fr);gap:18px;padding:22px;display:grid}.guide-card__icon{border:1px solid var(--surface-line);border-radius:var(--radius);width:46px;height:46px;color:var(--primary);background:var(--control-bg);justify-content:center;align-items:center;display:inline-flex}.guide-steps{color:var(--muted);gap:10px;margin:0;padding-left:22px;display:grid}.guide-steps li::marker{color:var(--primary);font-weight:800}.guide-card p{border:1px solid var(--surface-line);border-radius:var(--radius-sm);color:var(--warning);background:var(--control-bg);grid-column:2;margin:0;padding:12px}.note-list,.placeholder-list{gap:10px;display:grid}.note-list li,.placeholder-list li{border:1px solid var(--surface-line);border-radius:var(--radius-sm);color:var(--muted);background:var(--surface);padding:14px}.support-card{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.support-card img{aspect-ratio:1;object-fit:cover;background:#101114;width:100%}.support-card div{padding:18px}.support-card span{color:var(--primary);font-weight:800}.support-card p{margin-bottom:0}.notice-card{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);justify-content:flex-start;align-items:center;gap:24px;margin-top:28px;padding:24px;display:flex}.notice-card p{margin-bottom:0}.notice-card svg{color:var(--primary);flex:none}.notice-card a{color:var(--primary);font-weight:750}.policy-section{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);padding:22px}.policy-section p{margin-bottom:0}.policy-section p+p{margin-top:10px}@media (width<=640px){.notice-card{flex-direction:column;align-items:stretch}.guide-card{grid-template-columns:1fr;padding:16px}.guide-card p{grid-column:auto}}.beta-section .section__head{max-width:820px}.section-anchor{scroll-margin-top:calc(var(--header-sticky-height) + 80px);display:block}.beta-changelog{gap:14px;min-width:0;margin-top:18px;display:grid}.beta-downloads{gap:18px;margin-top:18px;display:grid}.beta-section-controls{align-items:center;display:flex}.beta-share-icon{width:36px;height:36px}.segmented-control{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--control-bg);-webkit-overflow-scrolling:touch;gap:4px;width:fit-content;min-width:0;max-width:100%;padding:4px;display:flex;overflow:auto hidden}.segmented-control button,.segmented-control__external{border-radius:var(--radius-sm);min-height:40px;color:var(--muted);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;flex:none;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-weight:760;text-decoration:none;display:inline-flex}.segmented-control button:hover,.segmented-control button.active,.segmented-control__external:hover,.segmented-control__external.active{color:var(--text);background:var(--surface-soft)}.segmented-control__external{border:1px solid color-mix(in srgb, var(--primary) 40%, var(--surface-line))}.segmented-control__external:hover{border-color:var(--primary)}.beta-platform-panel{display:grid}.beta-card,.release-card{border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);min-width:0}.beta-card{gap:20px;padding:22px;display:grid}.beta-card__head{align-items:flex-start;gap:14px;display:flex}.beta-card__head h3{margin-bottom:6px}.beta-card__head p{margin-bottom:0}.beta-card__icon{border:1px solid var(--surface-line);border-radius:var(--radius);width:44px;height:44px;color:var(--primary);background:var(--control-bg);flex:none;justify-content:center;align-items:center;display:inline-flex}.beta-card__action{width:fit-content}.beta-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.beta-meta-grid div{border:1px solid var(--surface-line);border-radius:var(--radius-sm);background:var(--bg-elevated);min-width:0;padding:12px}.beta-meta-grid dt{color:var(--subtle);text-transform:uppercase;font-size:12px;font-weight:760}.beta-meta-grid dd{color:var(--text);margin:3px 0 0;font-weight:800}.android-build-list{gap:14px;display:grid}.android-build-group{gap:10px;display:grid}.android-build-group__title{color:var(--text);align-items:center;gap:9px;margin:0;padding:12px 14px;font-size:15px;font-weight:800;line-height:1.25;display:inline-flex}.android-build-group__items{gap:10px;display:grid}.android-build-empty{border:1px solid var(--surface-line);border-radius:var(--radius-sm);color:var(--subtle);background:var(--bg-elevated);margin:0;padding:12px}.android-build-option{border:1px solid var(--surface-line);border-radius:var(--radius-sm);min-width:0;color:var(--text);background:var(--bg-elevated);justify-content:space-between;align-items:center;gap:12px;padding:12px;text-decoration:none;transition:border-color .16s,background .16s,transform .16s;display:flex}.android-build-option:hover{border-color:var(--primary);background:var(--control-bg);transform:translateY(-1px)}.android-build-option--recommended{border-color:var(--primary)}.android-build-option__main,.android-build-option__meta{align-items:center;gap:10px;min-width:0;display:flex}.android-build-option__main svg{color:var(--primary);flex:none}.android-build-option__main strong,.android-build-option__main small{display:block}.android-build-option__main small{color:var(--subtle);font-size:13px}.android-build-option__meta{color:var(--subtle);flex:none;justify-content:flex-end;font-size:13px}.android-build-option__meta em,.android-build-option__meta span{border:1px solid var(--surface-line);white-space:nowrap;border-radius:999px;padding:4px 7px;font-style:normal}.android-build-option__meta em{color:var(--primary)}.android-build-help{color:var(--subtle);margin:-4px 0 0;font-size:13px}.testflight-form{gap:14px;display:grid}.testflight-form__head{gap:4px;display:grid}.testflight-form__head h4{margin:0;font-size:16px;line-height:1.25}.testflight-form__head p{margin:0;font-size:14px}.testflight-form__submit{width:fit-content}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-field{gap:7px;min-width:0;display:grid}.form-field span{color:var(--text);font-weight:740}.form-field input,.form-field textarea{border:1px solid var(--surface-line);border-radius:var(--radius-sm);width:100%;color:var(--text);background:var(--bg-elevated);outline:none;padding:11px 12px;transition:border-color .16s,background .16s}.form-field input:focus,.form-field textarea:focus{border-color:var(--primary);background:var(--control-bg)}.form-field textarea{resize:vertical}.form-field input[aria-invalid=true]{border-color:var(--warning)}.form-field em{color:var(--subtle);font-size:13px;font-style:normal}.form-field small{color:var(--warning);font-size:13px}.form-warning,.consent-field{align-items:flex-start;gap:10px;display:flex}.form-warning{border:1px solid var(--surface-line);border-radius:var(--radius-sm);color:var(--warning);background:var(--control-bg);padding:12px}.form-warning svg{flex:none}.consent-field{color:var(--muted)}.consent-field span{color:var(--text);font-weight:740}.consent-field input{width:18px;height:18px;accent-color:var(--primary);flex:none;margin-top:3px}.consent-field input[aria-invalid=true]{border-color:var(--warning)}.form-error{color:var(--warning);font-size:13px}.form-status,.privacy-note{border:1px solid var(--surface-line);border-radius:var(--radius-sm);background:var(--bg-elevated);margin:0;padding:12px}.form-status--success{color:var(--success)}.form-status--error{color:var(--warning)}.privacy-note{color:var(--subtle);align-items:center;gap:8px;font-size:14px;display:flex}.spinner{animation:.85s linear infinite spin}.release-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.release-card{padding:20px}.release-card__head{align-items:flex-start;gap:14px;display:flex}.release-card__head h3{margin-bottom:6px}.release-card__head svg{color:var(--primary);flex:none;margin-top:2px}.release-empty{border:1px solid var(--surface-line);border-radius:var(--radius-sm);color:var(--subtle);background:var(--bg-elevated);margin:14px 0 0;padding:12px}.release-groups{gap:12px;margin-top:16px;display:grid}.release-group{border:1px solid var(--surface-line);border-radius:var(--radius-sm);background:var(--bg-elevated);padding:14px}.release-group h4{margin:0 0 6px;font-size:16px;line-height:1.3}.release-group p{margin:0}.release-group__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.release-group__head>span:last-child{color:var(--subtle);flex:none;font-size:13px;font-weight:720}.release-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.release-list li{min-width:0;color:var(--muted);padding-left:16px;position:relative}.release-list li:before{content:"";background:var(--primary);border-radius:999px;width:6px;height:6px;position:absolute;top:.72em;left:0}.release-badge{max-width:100%;color:var(--primary);text-transform:uppercase;font-size:12px;font-weight:820;display:inline-flex}.release-details{margin-top:12px}.release-details summary{width:fit-content;color:var(--primary);cursor:pointer;font-weight:760}.release-details-block{gap:8px;margin-top:12px;display:grid}.release-details-block strong{text-transform:uppercase;font-size:13px}@media (width<=640px){.section-anchor{scroll-margin-top:40px}.segmented-control{justify-content:center;width:100%}.install-channel-grid{grid-template-columns:1fr;gap:8px}.form-grid,.beta-meta-grid{grid-template-columns:1fr}.beta-card,.release-card{padding:16px}.beta-card__action,.testflight-form__submit{width:100%}.android-build-option{flex-direction:column;align-items:flex-start}.android-build-option__meta{flex-wrap:wrap;justify-content:flex-start}}
