@font-face{font-family:Noi Grotesk;src:url(/fonts/noi-grotesk/NoiGrotesk-Thin.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Noi Grotesk;src:url(/fonts/noi-grotesk/NoiGrotesk-UltraLight.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Noi Grotesk;src:url(/fonts/noi-grotesk/NoiGrotesk-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Noi Grotesk;src:url(/fonts/noi-grotesk/NoiGrotesk-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Noi Grotesk;src:url(/fonts/noi-grotesk/NoiGrotesk-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Noi Grotesk;src:url(/fonts/noi-grotesk/NoiGrotesk-Semibold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Noi Grotesk;src:url(/fonts/noi-grotesk/NoiGrotesk-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Noi Grotesk;src:url(/fonts/noi-grotesk/NoiGrotesk-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}:root{color-scheme:dark;--sw-black: #000000;--sw-ink: #fafafa;--sw-muted: rgba(250, 250, 250, .62);--sw-dim: rgba(250, 250, 250, .36);--sw-panel: #08090a;--sw-panel-soft: #111216;--sw-line: rgba(255, 255, 255, .1);--sw-blue: #0281c9;--sw-red: #ff5252;--sw-green: #a9f3dd;--sw-purple: #8f6be8;--sw-container: 1024px;--page-x: 24px;--radius-pill: 999px;--radius-card: 32px;--shadow-black: 0 28px 80px rgba(0, 0, 0, .48)}*{box-sizing:border-box}html{min-width:320px;background:var(--sw-black);font-family:Noi Grotesk,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;scroll-behavior:smooth}body{margin:0;background:var(--sw-black);color:var(--sw-ink);font-family:Noi Grotesk,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:16px;line-height:1.5;letter-spacing:0;text-rendering:geometricPrecision}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{border:0;background:transparent;color:inherit;cursor:pointer}[hidden]{display:none!important}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--radius-pill);padding:11px 18px;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.button:hover{transform:translateY(-1px)}.button--ghost{border-color:#ffffff24;background:#ffffff0d;color:#ffffffd1}.button--light{background:#fff;color:#050505}.site-header{position:fixed;top:24px;left:0;z-index:1000;width:100%;padding:0 var(--page-x);pointer-events:none}.floating-nav-shell{position:relative;display:flex;width:fit-content;max-width:min(100%,960px);min-height:50px;align-items:center;gap:20px;margin:0 auto;border-radius:var(--radius-pill);padding:4px 4px 4px 18px;background:linear-gradient(90deg,#ffffff0e,#ffffff0e),linear-gradient(90deg,#000000c2,#000000c2);box-shadow:0 0 0 1px #ffffff1a,0 12px 42px #00000073;backdrop-filter:blur(8px);pointer-events:auto}.floating-nav-shell:before{position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.12);content:"";pointer-events:none}.floating-logo{display:inline-flex;align-items:center;opacity:.95}.floating-logo img{width:auto;height:24px;object-fit:contain}.floating-nav{display:flex;align-items:center;gap:21px}.floating-nav__item{position:relative}.floating-nav__link{display:inline-flex;align-items:center;color:#ffffff6b;font-size:14px;font-weight:400;line-height:1.5;text-shadow:0 1px 1px rgba(0,0,0,.4);transition:color .16s ease}.floating-nav__item[data-active=true] .floating-nav__link,.floating-nav__link:hover{color:#ffffffe0}.floating-nav__panel{position:absolute;top:calc(100% + 15px);left:50%;display:grid;min-width:244px;gap:3px;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:8px;background:#0a0a0cf5;box-shadow:var(--shadow-black);opacity:0;transform:translate(-50%,6px);visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.floating-nav__item:hover .floating-nav__panel,.floating-nav__item:focus-within .floating-nav__panel{opacity:1;transform:translate(-50%);visibility:visible}.floating-nav__panel a{border-radius:12px;padding:10px 12px;color:#ffffff9e;font-size:14px;font-weight:400}.floating-nav__panel a:hover{background:#ffffff0f;color:#fff}.floating-nav-download{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-pill);padding:0 13px;background:#fff;color:#000;font-size:14px;font-weight:400;line-height:1.5;transition:background .16s ease}.floating-nav-download svg{width:15px;height:14px;transform:rotate(180deg) scaleY(-1)}.floating-nav-download:hover{background:#ffffffe6}.mobile-menu-button{display:none;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14}.mobile-menu-button span{position:absolute;width:17px;height:2px;border-radius:2px;background:#fff;transition:transform .16s ease}.mobile-menu-button span:first-child{transform:translateY(-4px)}.mobile-menu-button span:last-child{transform:translateY(4px)}.mobile-menu-button[aria-expanded=true] span:first-child{transform:rotate(45deg)}.mobile-menu-button[aria-expanded=true] span:last-child{transform:rotate(-45deg)}.mobile-nav{width:min(calc(100% - 32px),520px);max-height:calc(100vh - 94px);overflow:auto;margin:10px auto 0;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:14px;background:#08090afa;box-shadow:var(--shadow-black);pointer-events:auto}.mobile-nav__group{border-bottom:1px solid rgba(255,255,255,.08);padding:12px 2px}.mobile-nav__group:last-child{border-bottom:0}.mobile-nav__link{display:block;font-size:18px;font-weight:600}.mobile-nav__children{display:grid;gap:7px;margin-top:10px}.mobile-nav__children a{color:#ffffff8f;font-size:15px}.mobile-nav__actions{display:grid;gap:10px;margin-top:14px}.whisper-page{overflow:hidden;background:#000}.whisper-hero{position:relative;min-height:1180px;overflow:hidden;padding:128px var(--page-x) 260px;background:#000}.whisper-hero__gradient{position:absolute;inset:0;background:linear-gradient(90deg,#1999e826 2.75%,#a45bf226 99.26%),linear-gradient(180deg,#00000080 .85%,#00052e80 25.81%,#29285e80 58.36%,#543c7b80 79.52%,#855a9280 95.8%,#c386ab80 107.19%),linear-gradient(180deg,#000 .85%,#112d72 33.4%,#4b52aa 49.68%,#a887dc 70.84%,#e6c4e7 95.8%,#fcdbef 107.19%),#000;opacity:.72}.whisper-hero:after{position:absolute;right:0;bottom:0;left:0;height:420px;background:linear-gradient(180deg,#0000,#000 68%);content:"";pointer-events:none}.whisper-hero__face{position:absolute;z-index:1;width:auto;height:75vh;max-height:760px;opacity:.82;pointer-events:none;user-select:none}.whisper-hero__face--left{top:72px;left:0}.whisper-hero__face--right{right:0;bottom:90px}.whisper-intro{position:relative;z-index:3;display:flex;max-width:760px;align-items:center;flex-direction:column;gap:17px;margin:0 auto;text-align:center}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;color:#ffffff70;font-size:13px;font-weight:400}.breadcrumbs a:hover{color:#ffffffc7}.whisper-intro__logo{width:auto;height:34px;margin-bottom:4px;object-fit:contain}.whisper-intro h1{max-width:830px;margin:0;color:#fff;font-size:88px;font-weight:700;line-height:.94;letter-spacing:0}.whisper-intro p{max-width:620px;margin:0;color:#ffffffad;font-size:19px;line-height:1.45}.intro-download-buttons{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:2px}.download-cta-mac,.download-cta-windows{position:relative;display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:9px;padding:0 14px;font-size:15px;font-weight:600;line-height:1;transition:transform .16s ease,filter .16s ease}.download-cta-mac:hover,.download-cta-windows:hover{transform:translateY(-1px);filter:brightness(1.04)}.download-cta-mac{background:linear-gradient(180deg,#fff,#f0f0f0);color:#1a1a1a;box-shadow:0 2px 6px #00000014}.download-cta-windows{background:linear-gradient(180deg,#000000d9,#000000f2);box-shadow:inset 0 0 0 1px #ffffff29;color:#fff;backdrop-filter:blur(8px)}.intro-download-ios{display:inline-flex;align-items:center;gap:4px;color:#ffffff80;font-size:13px;transition:color .16s ease}.intro-download-ios:hover{color:#ffffffc2}.whisper-product-window{position:relative;z-index:2;width:min(100%,880px);margin:56px auto 0;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#050608d1;box-shadow:0 0 80px 20px #648cc814,0 34px 110px #0000008a;backdrop-filter:blur(18px)}.whisper-window__bar{display:flex;min-height:44px;align-items:center;gap:7px;border-bottom:1px solid rgba(255,255,255,.08);padding:0 16px;color:#ffffff7a;font-size:13px}.whisper-window__bar span{width:10px;height:10px;border-radius:50%;background:#ffffff38}.whisper-window__bar span:first-child{background:#ec6a5e}.whisper-window__bar span:nth-child(2){background:#f4bf4f}.whisper-window__bar span:nth-child(3){background:#61c554}.whisper-window__bar strong{margin-left:8px;font-weight:400}.whisper-window__body{display:grid;min-height:478px;grid-template-columns:78px minmax(0,1fr)}.whisper-window__sidebar{display:grid;align-content:start;justify-items:center;gap:14px;border-right:1px solid rgba(255,255,255,.08);padding-top:24px;background:#ffffff08}.whisper-window__sidebar span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;background:#ffffff14;color:#ffffff80;font-size:11px;font-weight:600;text-transform:uppercase}.whisper-window__sidebar .is-active{background:#fff;color:#000}.whisper-window__content{display:grid;align-content:start;gap:16px;padding:22px}.whisper-window__headline{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#fff;font-size:18px;font-weight:600}.whisper-window__headline strong{border-radius:var(--radius-pill);padding:6px 10px;background:#ffffff1a;color:var(--sw-green);font-size:13px;font-weight:600}.whisper-window__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.whisper-window__metrics div{min-height:118px;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;background:#ffffff0d}.whisper-window__metrics strong{display:block;color:#fff;font-size:28px;font-weight:700;line-height:1}.whisper-window__metrics span{display:block;margin-top:9px;color:#ffffff8a;font-size:13px;line-height:1.35}.whisper-window__rows{display:grid;gap:12px}.whisper-window__rows div{display:grid;gap:11px;border-radius:16px;padding:15px;background:#ffffff12}.whisper-window__rows span{color:#ffffffbd;font-size:14px;font-weight:600}.whisper-window__rows i{display:block;width:var(--row-size);height:8px;border-radius:8px;background:linear-gradient(90deg,var(--sw-blue),var(--sw-green))}.integrations-keyboard{position:absolute;bottom:-42px;left:50%;z-index:4;display:grid;gap:10px;transform:translate(-50%) rotate(-18deg);transform-origin:center;pointer-events:none}.integrations-keyboard-row{display:flex;gap:10px;justify-content:center}.key-app,.key-enter{width:74px;height:74px;max-width:none;border-radius:18px;box-shadow:0 18px 44px #00000052}.key-enter{position:absolute;right:-92px;bottom:0;width:154px;border-radius:22px}.whisper-proof{position:relative;z-index:5;width:min(calc(100% - var(--page-x) * 2),var(--sw-container));margin:-88px auto 0;padding:90px 0 72px;text-align:center}.whisper-proof h2{max-width:760px;margin:0 auto;color:#fafafa;font-size:31px;font-weight:600;line-height:1.2;letter-spacing:0}.whisper-proof__logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:34px}.whisper-proof__logos span{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff09;color:#ffffff85;font-size:14px;font-weight:600}.whisper-card-grid{display:grid;width:min(calc(100% - var(--page-x) * 2),var(--sw-container));grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 auto;padding:30px 0 112px}.whisper-card{position:relative;min-height:588px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-card);background:#070809;box-shadow:0 1px #ffffff0d inset}.whisper-card:first-child,.whisper-card:nth-child(4){grid-column:span 2;min-height:620px}.whisper-card__media{position:absolute;inset:0 0 auto;height:310px;overflow:hidden}.whisper-card:first-child .whisper-card__media,.whisper-card:nth-child(4) .whisper-card__media{height:350px}.whisper-card__media:after{position:absolute;right:0;bottom:-1px;left:0;height:150px;background:linear-gradient(180deg,#07080900,#070809 82%);content:""}.whisper-card__media img{width:100%;height:100%;object-fit:cover}.whisper-card__copy{position:absolute;right:32px;bottom:32px;left:32px;display:grid;gap:10px}.whisper-card__icon{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff12}.whisper-card__icon img{width:32px;height:32px;object-fit:contain}.whisper-card__copy p{margin:8px 0 0;color:#ffffff7a;font-size:14px;font-weight:600}.whisper-card__copy h2{max-width:620px;margin:0;color:#fafafa;font-size:31px;font-weight:600;line-height:1.2;letter-spacing:0}.whisper-card__copy span{max-width:660px;color:#ffffff94;font-size:16px;line-height:1.48}.whisper-card-section--textonly .whisper-card,.whisper-card-section--textonly .whisper-card:first-child,.whisper-card-section--textonly .whisper-card:nth-child(4){min-height:0}.whisper-card-section--textonly .whisper-card__copy{position:static;padding:30px 32px}.whisper-showcase{position:relative;display:grid;width:min(calc(100% - var(--page-x) * 2),var(--sw-container));min-height:620px;grid-template-columns:minmax(0,.8fr) minmax(420px,1fr);gap:42px;align-items:center;margin:0 auto 112px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-card);padding:58px;background:linear-gradient(90deg,#1999e824,#a45bf22e),linear-gradient(180deg,#050506,#101018)}.whisper-showcase__copy{display:grid;gap:12px}.whisper-showcase__copy p,.whisper-pricing__head p,.whisper-faq>div>p{margin:0;color:#ffffff85;font-size:14px;font-weight:600}.whisper-showcase__copy h2,.whisper-pricing__head h2,.whisper-faq h2{margin:0;color:#fff;font-size:48px;font-weight:700;line-height:1;letter-spacing:0}.whisper-showcase__copy span{max-width:460px;color:#ffffff9e;font-size:17px;line-height:1.5}.whisper-showcase__screens{position:relative;min-height:500px}.showcase-face{position:absolute;width:auto;height:560px;max-width:none;opacity:.74;pointer-events:none}.showcase-face--left{top:-24px;left:-100px}.showcase-face--right{right:-130px;bottom:-80px}.mobile-device{position:absolute;top:48px;left:50%;display:grid;width:240px;min-height:420px;gap:12px;align-content:start;border:1px solid rgba(255,255,255,.2);border-radius:34px;padding:54px 18px 18px;background:#040507c7;box-shadow:0 30px 90px #0000006b;transform:translate(-50%) rotate(4deg);backdrop-filter:blur(16px)}.mobile-device:before{position:absolute;top:18px;left:50%;width:76px;height:7px;border-radius:8px;background:#ffffff29;content:"";transform:translate(-50%)}.mobile-device span{display:block;min-height:54px;border-radius:18px;padding:16px;background:rgba(255,255,255,calc(.08 + var(--delay) * .025));color:#ffffffb8;font-size:13px;font-weight:600}.whisper-pricing{display:grid;width:min(calc(100% - var(--page-x) * 2),760px);gap:24px;margin:0 auto;padding:20px 0 116px;text-align:center}.whisper-pricing__head{display:grid;gap:10px}.pricing-card{display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:22px;background:linear-gradient(180deg,#ffffff0f,#ffffff08);text-align:left}.pricing-card span{display:block;color:#ffffff94;font-size:14px}.pricing-card strong{display:block;margin-top:6px;color:#fff;font-size:34px;line-height:1}.pricing-card p{max-width:460px;margin:10px 0 0;color:#ffffff8f}.pricing-card__cta{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border-radius:var(--radius-pill);padding:0 18px;background:#fff;color:#000;font-size:14px;font-weight:600;white-space:nowrap}.whisper-faq{display:grid;width:min(calc(100% - var(--page-x) * 2),var(--sw-container));grid-template-columns:minmax(250px,.62fr) minmax(0,1fr);gap:58px;margin:0 auto;padding:0 0 116px}.whisper-faq>div:first-child{display:grid;align-content:start;gap:10px}.whisper-faq__list{display:grid;gap:10px}.whisper-faq details{border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff0a}.whisper-faq summary{cursor:pointer;padding:18px 20px;color:#ffffffd6;font-size:16px;font-weight:600;list-style:none}.whisper-faq summary::-webkit-details-marker{display:none}.whisper-faq summary:after{float:right;color:#ffffff7a;content:"+"}.whisper-faq details[open] summary:after{content:"-"}.whisper-faq details p{margin:0;padding:0 20px 20px;color:#ffffff94}.site-footer{margin-top:144px;border-top:1px solid rgba(255,255,255,.1);background:#000;color:#fff}.site-footer__inner{width:min(100%,1075px);margin:0 auto;padding:40px 24px}.site-footer__top{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:40px}.site-footer__brand{display:flex;grid-column:span 2;align-items:center;gap:16px}.site-footer__brand img{width:auto;height:34px}.site-footer__brand span{color:#666a73;font-size:14px}.site-footer__social{display:flex;grid-column-start:5;align-items:center;gap:0;color:#666a73}.site-footer__social a{display:grid;width:40px;height:40px;place-items:center;color:currentColor;transition:color .16s ease}.site-footer__social a:hover{color:#fff}.site-footer__social svg{width:16px;height:16px;fill:currentColor}.site-footer__grid{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px;margin-top:48px}.site-footer__newsletter{grid-column:1 / -1}.site-footer__grid div{display:grid;align-content:start;gap:0}.site-footer h3{margin:0 0 20px;color:#b8babf;font-size:14px;font-weight:600;line-height:1}.site-footer a{min-height:32px;color:#666a73;font-size:14px;line-height:20px;transition:color .16s ease}.site-footer a:hover{color:#ffffffd1}.site-footer__newsletter p{max-width:290px;margin:0 0 16px;color:#666a73;font-size:14px;line-height:1.7}.footer-subscribe{display:block;width:min(100%,290px)}.footer-subscribe label{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0)}.footer-subscribe div{position:relative}.footer-subscribe input{width:100%;height:44px;border:0;border-radius:var(--radius-pill);outline:0;padding:0 48px 0 16px;background:linear-gradient(90deg,#1c1d24,#1a1b20);box-shadow:inset 0 0 0 1px #ffffff14;color:#fff}.footer-subscribe input::placeholder{color:#666a73}.footer-subscribe button{position:absolute;top:50%;right:6px;display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#ffffff0a;color:#666a73;transform:translateY(-50%);transition:color .16s ease,background .16s ease,transform .16s ease}.footer-subscribe button:hover{background:#ffffff14;color:#fff}@media(max-width:1040px){.floating-nav{display:flex;gap:16px}.mobile-menu-button{display:none}.whisper-intro h1{font-size:64px}.whisper-showcase,.whisper-faq{grid-template-columns:1fr}.whisper-showcase{padding:42px}.site-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){:root{--page-x: 18px}.site-header{top:10px}.floating-nav-shell{width:fit-content;max-width:calc(100vw - 24px);justify-content:center;gap:12px;padding-left:14px}.floating-nav-download{display:inline-flex;min-height:38px;padding:0 11px}.floating-nav__link,.floating-nav-download{font-size:13px}.whisper-hero{min-height:930px;padding-top:112px;padding-bottom:150px}.whisper-hero__face{display:none}.whisper-intro h1{font-size:44px;line-height:.98}.whisper-intro p{font-size:17px}.intro-download-buttons{width:100%;align-items:stretch;flex-direction:column}.download-cta-mac,.download-cta-windows{width:100%}.whisper-product-window{margin-top:36px;border-radius:16px}.whisper-window__body{min-height:420px;grid-template-columns:1fr}.whisper-window__sidebar{display:none}.whisper-window__content{padding:16px}.whisper-window__metrics{grid-template-columns:1fr}.integrations-keyboard{bottom:-8px;gap:7px;transform:translate(-50%) rotate(-12deg)}.integrations-keyboard-row{gap:7px}.key-app{width:45px;height:45px;border-radius:12px}.key-enter{display:none}.whisper-proof{margin-top:-46px;padding-top:70px}.whisper-proof h2,.whisper-card__copy h2{font-size:27px}.whisper-proof__logos{grid-template-columns:repeat(2,minmax(0,1fr))}.whisper-card-grid{grid-template-columns:1fr;padding-bottom:76px}.whisper-card,.whisper-card:first-child,.whisper-card:nth-child(4){min-height:540px;grid-column:auto}.whisper-card__media,.whisper-card:first-child .whisper-card__media,.whisper-card:nth-child(4) .whisper-card__media{height:280px}.whisper-card__copy{right:22px;bottom:24px;left:22px}.whisper-showcase{min-height:auto;margin-bottom:76px;padding:30px}.whisper-showcase__copy h2,.whisper-pricing__head h2,.whisper-faq h2{font-size:34px}.whisper-showcase__screens{min-height:430px}.showcase-face{display:none}.pricing-card{align-items:stretch;flex-direction:column}.pricing-card__cta,.footer-subscribe{width:100%}.whisper-faq{gap:26px;padding-bottom:82px}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__top{grid-template-columns:1fr;gap:16px}.site-footer__brand,.site-footer__social{grid-column:auto}}@media(max-width:460px){.whisper-intro h1{font-size:38px}.whisper-card,.whisper-card:first-child,.whisper-card:nth-child(4){min-height:560px}.whisper-card__copy span{font-size:15px}.mobile-device{width:220px}.site-footer__grid{grid-template-columns:1fr}}.has-hero-stage:not(.is-nav-visible) .site-header{opacity:0;transform:translateY(-10px);pointer-events:none}.site-header{transition:opacity .26s ease,transform .26s ease}html,body,.whisper-page{overflow:visible}.whisper-hero-stage{position:relative;z-index:2;height:220vh;min-height:1480px;background:#000;isolation:isolate}.whisper-hero-stage .whisper-hero{position:sticky;top:0;z-index:1;height:100vh;min-height:100vh;overflow:hidden;padding:0;background:#000}.whisper-hero-frame{position:absolute;inset:var(--hero-frame-y, 0) var(--hero-frame-x, 0);overflow:hidden;border:1px solid rgba(255,255,255,calc(var(--hero-progress, 0) * .1));border-radius:var(--hero-frame-radius, 0);background:#000;box-shadow:0 28px 120px rgba(0,0,0,calc(var(--hero-progress, 0) * .72));transition:border-color .12s linear;transform:translateZ(0);backface-visibility:hidden;contain:paint;will-change:inset,border-radius,box-shadow}.whisper-hero-stage .whisper-hero__gradient{opacity:1;background:linear-gradient(90deg,#194ae833 2.75%,#ffbe0a33 99.26%),radial-gradient(170.32% 104.24% at 50% -.22%,#26549080 17.02%,#ffffff80),radial-gradient(570.89% 154.84% at 50% -37.73%,#00000080 0,#02204480 21%,#1f5d8780 45.71%,#5d6d8e80 61.83%,#9f8a9180 73.67%,#cd9b8d80 80.39%,#ffe26180 88%,#ff7e2280 92.69%,#cd7a1580 97.68%),linear-gradient(180deg,#2c84d7,#c9d2ff),#000;background-blend-mode:overlay,screen,overlay,normal,normal}:root[data-hero-tone=dusk] .whisper-hero-stage .whisper-hero__gradient{background:radial-gradient(120% 84% at 50% 0%,rgba(255,255,255,.26),transparent 58%),radial-gradient(140% 110% at 36% 16%,rgba(255,105,70,.46),transparent 52%),linear-gradient(180deg,#232045,#694163 46%,#e4a465);background-blend-mode:screen,overlay,normal}:root[data-hero-tone=night] .whisper-hero-stage .whisper-hero__gradient{background:radial-gradient(80% 70% at 44% 0%,rgba(102,129,255,.36),transparent 54%),radial-gradient(120% 100% at 50% -12%,rgba(14,39,88,.74),transparent 68%),linear-gradient(180deg,#02030a,#0f1730,#262c56)}.whisper-hero-stage .whisper-hero:after{display:none}.whisper-hero-stage .whisper-hero__face{z-index:2;height:75vh;max-height:760px;opacity:calc(.92 - var(--hero-progress, 0) * .92);transition:opacity .18s linear;transform:translateZ(0);backface-visibility:hidden;will-change:opacity}.is-hero-demo .whisper-hero-stage .whisper-hero__face{opacity:0}.whisper-hero-stage .whisper-hero__face--left{top:0;left:0}.whisper-hero-stage .whisper-hero__face--right{right:-18px;bottom:-120px;top:auto}.time-switcher{position:fixed;top:24px;right:24px;z-index:1001;display:flex;align-items:center;gap:3px;border:1px solid rgba(255,255,255,.1);border-radius:17px;padding:5px;background:#00000094;color:#ffffff8c;backdrop-filter:blur(20px);opacity:calc(1 - var(--hero-progress, 0) * .8)}.time-switcher button,.time-switcher span{position:relative;z-index:1;display:grid;width:24px;height:24px;place-items:center;border-radius:12px;font-size:12px}.time-switcher button{color:#ffffff7a;transition:color .16s ease,transform .16s ease}.time-switcher button[aria-pressed=true]{color:#ffffffeb}.time-switcher button:hover{transform:translateY(-1px)}.time-switcher-highlight{position:absolute!important;top:5px;left:5px;z-index:0!important;background:#ffffff26;transition:transform .18s ease,width .18s ease}.whisper-hero-stage .whisper-intro{position:absolute;inset:0;z-index:5;justify-content:center;max-width:none;padding:52px var(--page-x) 0;opacity:calc(1 - var(--hero-progress, 0) * 1.75);transform:translateY(calc(var(--hero-progress, 0) * -32px));transition:opacity .12s linear;will-change:opacity,transform}.whisper-hero-stage .whisper-intro__logo{height:30px;margin-bottom:8px}.whisper-hero-stage .whisper-intro h1{max-width:780px;font-size:clamp(48px,5vw,72px);line-height:.94;white-space:nowrap}.whisper-hero-stage .whisper-intro h1 span{display:block}.whisper-hero-stage .whisper-intro p{max-width:650px;color:#ffffff9e}.hero-support-line{display:grid;gap:1px;max-width:560px;margin-top:20px;color:#ffffff9e;font-size:16px;font-weight:500;line-height:1.4}.hero-support-line span:first-child{color:#fff;font-weight:600}.hero-demo-prompt{position:absolute;top:50%;left:50%;z-index:6;display:grid;justify-items:center;gap:20px;color:#fff;opacity:0;pointer-events:none;transform:translate(-50%,-44%);transition:opacity .18s ease,transform .22s ease}.hero-demo-prompt p{margin:0;font-size:26px;font-weight:600;line-height:1.2;white-space:nowrap}.hero-demo-prompt button{display:inline-flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:4px 18px 4px 5px;background:#ffffff1c;color:#ffffffe6;font-size:17px;font-weight:600;backdrop-filter:blur(12px)}.hero-demo-prompt span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#ffffff2e}.is-hero-demo .hero-demo-prompt{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}.hero-demo-video{position:absolute;inset:0;z-index:8;display:grid;place-items:center;padding:clamp(16px,4vw,48px);background:#000000d1;border-radius:inherit}.hero-demo-video[hidden]{display:none}.hero-demo-video video{width:min(100%,1040px);max-height:min(80vh,720px);aspect-ratio:1308 / 720;object-fit:contain;border:0;border-radius:16px;background:#000;box-shadow:0 30px 90px #0000008c}.hero-demo-close{position:absolute;top:16px;right:16px;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;background:#ffffff29;color:#fff;font-size:24px;line-height:1;cursor:pointer}.hero-demo-close:hover{background:#ffffff47}.is-hero-demo .whisper-intro{pointer-events:none}.whisper-adaptability{position:relative;display:grid;width:min(100vw,var(--sw-container));min-height:690px;grid-template-columns:minmax(0,1fr) 500px;align-items:end;gap:56px;margin:0 auto;padding:72px 48px 0;background:#000}.whisper-adaptability:before{position:absolute;inset:0;background-image:radial-gradient(circle at 50% 40%,rgba(255,255,255,.06),transparent 40%),repeating-linear-gradient(90deg,transparent 0 19px,rgba(255,255,255,.018) 20px 21px),repeating-linear-gradient(0deg,transparent 0 19px,rgba(255,255,255,.012) 20px 21px);opacity:.62;content:"";pointer-events:none}.adaptability-text{position:relative;z-index:1;display:grid;align-self:center;gap:10px;max-width:390px}.adaptability-text p{margin:0;color:#798498;font-size:14px;font-weight:600}.adaptability-text h2{margin:0;color:#fafafa;font-size:31px;font-weight:700;line-height:1.18;letter-spacing:0}.adaptability-panel{position:relative;z-index:2;display:flex;height:430px;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid color-mix(in srgb,var(--mode-color),transparent 70%);border-bottom:0;border-radius:32px 32px 0 0;padding:40px 40px 26px;background:#000;box-shadow:0 -1px 80px #0000006b}.adaptability-messages{display:grid;gap:18px;margin-bottom:auto;padding-top:4px}.adaptability-message{max-width:340px;justify-self:end;border:1px solid rgba(255,255,255,.28);border-radius:24px 24px 10px;padding:18px 22px;background:var(--mode-color);color:#000;font-size:18px;font-weight:600;line-height:1.35;transform:rotate(-1deg)}.adaptability-message:nth-child(3){transform:rotate(2deg)}.adaptability-message.is-muted{width:300px;justify-self:start;border:0;border-radius:24px 24px 24px 10px;background:var(--mode-dim);transform:none}.adaptability-message.is-muted i{display:block;width:78%;height:6px;margin:8px 0;border-radius:6px;background:#000;box-shadow:38px 0 #000,84px 0 #000,0 18px #000,52px 18px #000}.adaptability-tabs{position:relative;z-index:3;display:flex;justify-content:center;gap:22px;margin-top:22px}.adaptability-tabs button{position:relative;z-index:2;min-height:34px;border-radius:999px;padding:0 17px;color:#ffffffb8;font-size:16px;font-weight:600;transition:color .16s ease}.adaptability-tabs button[aria-selected=true]{color:var(--mode-color)}.adaptability-tab-indicator{position:absolute;top:0;left:0;z-index:1;height:34px;border-radius:999px;background:var(--mode-dim);transition:width .18s ease,transform .18s ease,background-color .18s ease}.whisper-card-section{position:relative;margin:0 auto 54px;background:#000}.whisper-card-section__inner{position:relative;width:min(100vw,var(--sw-container));min-height:650px;margin:0 auto;border-top:1px solid rgba(184,85,231,.22);border-right:1px solid rgba(184,85,231,.16);border-left:1px solid rgba(184,85,231,.16);border-radius:32px 32px 0 0;background:#000}.whisper-card-section__head{padding:36px 48px 0}.whisper-card-section__head p{margin:0;color:#dd55e7;font-size:14px;font-weight:700}.whisper-card-section__head h2{margin:8px 0 0;color:#f5f5f5;font-size:28px;font-weight:700;line-height:1.1;letter-spacing:0}.whisper-card-viewport{position:relative;left:50%;width:100vw;margin-top:54px;overflow-x:auto;overflow-y:hidden;padding:0 max(24px,calc((100vw - 1024px)/2 + 48px)) 68px;scrollbar-width:none;transform:translate(-50%)}.whisper-card-viewport::-webkit-scrollbar{display:none}.whisper-card-section .whisper-card-grid{display:flex;width:max-content;gap:32px;margin:0;padding:0;scroll-snap-type:x mandatory}.whisper-card-section .whisper-card,.whisper-card-section .whisper-card:first-child,.whisper-card-section .whisper-card:nth-child(4){flex:0 0 320px;width:320px;min-height:400px;grid-column:auto;scroll-snap-align:start;border-radius:24px;background:var(--card-bg, #1c031f)}.whisper-card-section .whisper-card__media,.whisper-card-section .whisper-card:first-child .whisper-card__media,.whisper-card-section .whisper-card:nth-child(4) .whisper-card__media{height:256px}.whisper-card-section .whisper-card__copy{right:24px;bottom:24px;left:24px;gap:8px}.whisper-card__title-row{display:flex;align-items:center;gap:8px;min-width:0}.whisper-card-section .whisper-card__icon{width:28px;height:28px;flex:0 0 28px;border-radius:8px;background:var(--card-color, currentColor)}.whisper-card-section .whisper-card__icon img{width:18px;height:18px;filter:brightness(0) invert(1)}.whisper-card-section .whisper-card__copy h2{margin:0;color:var(--card-color, #dd55e7);font-size:18px;line-height:1.28}.whisper-card-section .whisper-card__copy span{color:#ffffff8a;font-size:14px;line-height:1.45}.whisper-card-section .whisper-card__copy strong{color:#fff;font-weight:600}.whisper-small-features{display:grid;width:min(calc(100% - var(--page-x) * 2),1024px);grid-template-columns:repeat(4,minmax(0,1fr));gap:80px;margin:20px auto 0;padding:0 36px 10px}.whisper-small-features article{display:grid;gap:10px}.small-feature-icon{display:grid;width:28px;height:24px;place-items:center;border-radius:7px;background:#ffffff29}.small-feature-icon img{width:14px;height:14px;filter:brightness(0) invert(1);opacity:.86}.small-feature-icon span{color:#fff;font-size:11px;font-weight:700}.whisper-small-features h2{margin:0;color:#fafafa;font-size:16px;font-weight:600;line-height:1.4}.whisper-small-features p{margin:0;color:#888b91;font-size:12px;line-height:1.6}.whisper-small-features h2 span{display:inline-grid;min-height:18px;margin-left:6px;place-items:center;border-radius:999px;padding:0 7px;background:#e5ff00;color:#000;font-size:10px;font-weight:700;vertical-align:middle}.whisper-proof{position:relative;z-index:0;display:grid;width:100%;min-height:300px;place-items:center;overflow:hidden;margin:0;padding:0;background:#000;color:#fff;text-align:center}.whisper-proof__letters{position:absolute;inset:0;display:grid;grid-template-columns:repeat(20,1fr);gap:10px 18px;align-content:center;width:min(1024px,100%);margin:0 auto;opacity:.08;color:#fff;font-size:11px;letter-spacing:.28em;mask-image:radial-gradient(circle at center,#000 0,transparent 70%)}.whisper-proof__content{position:relative;z-index:1;display:grid;justify-items:center;gap:20px;padding:72px var(--page-x);text-align:center}.whisper-proof__logos{display:flex;align-items:center;justify-content:center;gap:clamp(18px,3vw,32px);opacity:.74}.whisper-proof__logos img{width:27px;height:27px;object-fit:contain}.whisper-proof h2{margin:0;color:#fafafa;font-size:clamp(27px,3.2vw,31px);font-weight:700;line-height:1.2}.whisper-proof p{max-width:520px;margin:0;color:#7d8494;font-size:15px;line-height:1.6}.whisper-proof p span{color:#fafafa}.sw-mode-lab,.sw-keyboard,.sw-agent,.sw-ios-callout,.sw-testimonials,.sw-pricing,.sw-tutorials,.sw-faq{background:#000;color:#fafafa}.sw-mode-lab{padding:92px var(--page-x) 86px}.sw-mode-lab__inner{display:grid;width:min(100%,950px);min-height:530px;grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);align-items:center;gap:64px;margin:0 auto}.sw-mode-illustration{position:relative;min-height:440px;perspective:1000px}.sw-mode-window{position:absolute;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,#14161cfa,#020306fa);box-shadow:0 34px 110px #000000bd;backdrop-filter:blur(20px)}.sw-mode-window--main{top:10px;left:-12px;display:grid;width:min(100%,500px);height:380px;grid-template-columns:132px 1fr;border-radius:26px;transform:rotate(-2deg) rotateY(4deg);transform-origin:center}.sw-mode-window--models{right:-6px;bottom:0;display:grid;width:260px;gap:8px;border-radius:22px;padding:18px;background:linear-gradient(160deg,#0c1014fa,#020508fa);transform:rotate(4deg) translateY(8px)}.sw-mode-sidebar{display:grid;align-content:start;gap:8px;border-right:1px solid rgba(255,255,255,.06);padding:18px 12px}.sw-mode-sidebar button,.sw-mode-window--models button{display:flex;align-items:center;gap:8px;min-height:30px;border-radius:9px;padding:0 9px;color:#ffffff8c;font-size:10px;font-weight:600;text-align:left;transition:background-color .16s ease,color .16s ease,transform .16s ease}.sw-mode-sidebar button:hover,.sw-mode-window--models button:hover{color:#ffffffd1;transform:translate(1px)}.sw-mode-sidebar button.is-active,.sw-mode-window--models button.is-current{background:#ffffff14;color:#ffffffe6}.sw-mode-sidebar img,.sw-mode-window--models img,.sw-model-row img{width:12px;height:12px;object-fit:contain}.sw-mode-sidebar img{filter:brightness(0) invert(1)}.sw-mode-settings{padding:22px 18px}.sw-mode-settings p{max-width:210px;margin:0 0 16px;color:#ffffff80;font-size:9px;line-height:1.45}.sw-mode-field,.sw-model-row,.sw-app-dock{margin-top:8px;border-radius:12px;padding:10px;background:#ffffff0e}.sw-mode-field{display:flex;justify-content:space-between;color:#ffffffdb;font-size:10px;font-style:normal}.sw-mode-field em{color:#ffffff80;font-style:normal}.sw-model-row{display:grid;gap:6px}.sw-model-row strong,.sw-app-dock small,.sw-mode-window--models p{margin:0;color:#ffffff8c;font-size:10px;font-weight:700}.sw-model-row span{display:flex;align-items:center;gap:8px;color:#fff;font-size:10px}.sw-app-dock div{display:flex;align-items:center;gap:10px;margin-top:8px}.sw-app-dock span{color:#ffffff73;font-size:9px}.sw-app-dock img{width:32px;height:32px;border-radius:8px}.sw-mode-copy{display:grid;gap:16px;align-self:center}.sw-mode-copy>p,.sw-keyboard__copy>p,.sw-agent__copy>p,.sw-section-head p,.sw-faq>div>p{margin:0;color:#dd55e7;font-size:13px;font-weight:700}.sw-mode-copy h2,.sw-keyboard__copy h2,.sw-agent__copy h2,.sw-section-head h2,.sw-faq h2{margin:0;color:#fafafa;font-size:clamp(31px,4vw,52px);font-weight:700;line-height:1.02;letter-spacing:0}.sw-mode-copy>span,.sw-keyboard__copy>span,.sw-keyboard__copy>strong,.sw-agent__copy>span,.sw-section-head>span{color:#888b90;font-size:16px;line-height:1.6}.sw-mode-copy>div{display:grid;gap:5px;max-width:330px}.sw-mode-copy h3,.sw-agent__features h3{margin:0;color:#fafafa;font-size:15px;font-weight:700}.sw-mode-copy div p,.sw-agent__features p{margin:0;color:#888b90;font-size:13px;line-height:1.55}.sw-keyboard{position:relative;min-height:860px;overflow:hidden;padding:84px var(--page-x) 116px}.sw-keyboard__copy{position:relative;z-index:2;display:grid;justify-items:center;gap:12px;text-align:center}.sw-keyboard__copy h2{max-width:min(900px,calc(100vw - var(--page-x) * 2));font-size:clamp(36px,4.8vw,58px);font-weight:700;line-height:.96}.sw-keyboard__copy>strong{color:#fafafa;font-weight:600}.sw-keyboard-grid{position:absolute;top:332px;left:50%;display:grid;width:min(1180px,144vw);grid-template-columns:repeat(12,minmax(60px,1fr));gap:12px;padding:0 24px 128px;opacity:1;overflow:visible;transform:translate(-50%)}.sw-keyboard-grid:before,.sw-keyboard-grid:after{position:absolute;top:0;bottom:0;z-index:4;width:18%;content:"";pointer-events:none}.sw-keyboard-grid:before{left:0;background:linear-gradient(90deg,#000,#0000)}.sw-keyboard-grid:after{right:0;background:linear-gradient(270deg,#000,#0000)}.sw-keyboard-grid button{--key-y: 0px;--key-rotate: 0deg;--key-hover-rotate: 1.35deg;display:block;border-radius:24px;transform:translateY(var(--key-y)) rotate(var(--key-rotate)) scale(1);transition:transform .16s ease,filter .16s ease}.sw-keyboard-grid button[data-entity-logo]{display:grid;overflow:hidden;aspect-ratio:1;place-items:center;border:1px solid color-mix(in srgb,var(--entity-color, #ffffff),transparent 58%);background:radial-gradient(circle at 50% 18%,color-mix(in srgb,var(--entity-color, #ffffff),transparent 46%),transparent 62%),linear-gradient(180deg,#ffffff29,#ffffff0e),color-mix(in srgb,var(--entity-color, #77808f),#242934 68%);box-shadow:inset 0 1px #ffffff29,0 18px 60px #0000006b}.sw-keyboard-grid button[data-logo-surface=soft]{border-color:color-mix(in srgb,var(--entity-color, #ffffff),#ffffff 34%);background:radial-gradient(circle at 50% 18%,color-mix(in srgb,var(--entity-color, #ffffff),#ffffff 36%),transparent 68%),linear-gradient(180deg,#ffffff3d,#ffffff1f),color-mix(in srgb,var(--entity-color, #77808f),#505866 56%)}.sw-keyboard-grid button[data-logo-surface=light]{border-color:color-mix(in srgb,var(--entity-color, #ffffff),#ffffff 52%);background:radial-gradient(circle at 50% 12%,color-mix(in srgb,var(--entity-color, #ffffff),#ffffff 42%),transparent 62%),linear-gradient(180deg,#ffffff85,#ffffff47),color-mix(in srgb,var(--entity-color, #aab2bf),#c7ccd5 76%);box-shadow:inset 0 1px #ffffff57,0 18px 60px #0000006b}.sw-keyboard-grid button:nth-child(3n+1){--key-y: 36px;--key-rotate: -4deg;--key-hover-rotate: 1.1deg}.sw-keyboard-grid button:nth-child(3n+2){--key-y: 6px;--key-rotate: 2deg;--key-hover-rotate: -1.1deg}.sw-keyboard-grid button:nth-child(3n){--key-y: 58px;--key-rotate: 5deg;--key-hover-rotate: -1.35deg}.sw-keyboard-grid button:hover,.sw-keyboard-grid button.is-pressed{z-index:3;filter:brightness(1.07);transform:translateY(var(--key-y)) rotate(calc(var(--key-rotate) + var(--key-hover-rotate))) scale(1.025)}.sw-keyboard-grid img{width:100%;aspect-ratio:1;border-radius:22px;object-fit:cover;box-shadow:0 18px 60px #0000006b}.sw-keyboard-grid button[data-entity-logo] img{width:112%;height:82%;border-radius:0;background:transparent;box-shadow:none;object-fit:contain;transform:scale(1.14);filter:saturate(1.08) contrast(1.06) drop-shadow(0 10px 18px rgba(0,0,0,.42))}.sw-agent{display:grid;width:min(100%,1120px);grid-template-columns:.82fr 1.18fr;align-items:center;gap:46px;margin:0 auto;padding:64px var(--page-x) 78px}.sw-agent__copy h2{max-width:360px;font-size:clamp(28px,3.2vw,42px)}.sw-agent__copy{display:grid;gap:16px}.sw-agent__features{display:grid;gap:22px;margin-top:18px}.sw-agent__features article{display:grid;grid-template-columns:42px 1fr;gap:4px 14px}.sw-agent__features img{width:30px;grid-row:span 2}.sw-terminal{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:#08090d;box-shadow:0 30px 120px #000000a8;transform:rotate(1.8deg)}.sw-terminal>div{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);padding:14px 18px;color:#ffffff85;font-size:12px}.sw-terminal pre{min-height:420px;margin:0;overflow:hidden;padding:22px;color:#ffffff9e;font-size:12px;line-height:1.75;white-space:pre-wrap}.sw-ios-callout{display:grid;place-items:center;padding:58px var(--page-x) 70px}.sw-ios-card{position:relative;display:grid;width:min(100%,620px);grid-template-columns:180px 1fr;align-items:center;gap:34px;padding:18px 10px;background:transparent}.sw-ios-card>img{width:168px;border-radius:28px;filter:drop-shadow(0 28px 64px rgba(0,0,0,.45));transform:rotate(-4deg)}.sw-ios-actions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:14px}.sw-ios-card a.sw-ios-web{min-height:0;padding:0;background:transparent;color:#a0a4ad;font-weight:600;text-decoration:underline}.sw-ios-card h2{margin:0 0 14px;color:#fafafa;font-size:31px;line-height:1.1}.sw-ios-card p{max-width:340px;margin:0 0 26px;color:#a0a4ad;font-size:15px;line-height:1.55}.sw-ios-card a,.sw-pricing a,.sw-faq a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:999px;padding:0 20px;background:#1a1a1a;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.sw-testimonials{overflow:hidden;padding:86px var(--page-x) 104px;background:linear-gradient(180deg,#000 0% 18%,#071047 60%,#9b54bb)}.sw-section-head{display:grid;justify-items:center;gap:10px;width:min(100%,680px);margin:0 auto 54px;text-align:center}.sw-testimonials-shell{display:grid;width:min(100%,960px);grid-template-columns:minmax(0,1fr) 280px;align-items:stretch;gap:36px;margin:0 auto}.sw-testimonial-tabs{order:2}.sw-testimonial-stage{order:1}.sw-testimonial-tabs{display:grid;align-content:center;gap:12px}.sw-testimonial-tabs>p{margin:0 0 2px;color:#dd55e7;font-size:14px;font-weight:700}.sw-testimonial-tabs>h3{margin:0 0 16px;color:#fafafa;font-size:28px;line-height:1.05}.sw-testimonial-tabs button{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;min-height:54px;border-radius:16px;padding:8px;color:#ffffff7a;text-align:left;transition:background-color .16s ease,color .16s ease}.sw-testimonial-tabs button[aria-selected=true],.sw-testimonial-tabs button:hover{background:#ffffff14;color:#fff}.sw-testimonial-tabs img{width:34px;height:34px;border-radius:999px}.sw-testimonial-tabs strong,.sw-testimonial-tabs small{display:block;line-height:1.2}.sw-testimonial-tabs strong{font-size:13px}.sw-testimonial-tabs small{margin-top:2px;color:#ffffff6b;font-size:11px}.sw-testimonial-stage{position:relative;min-height:390px}.sw-testimonial-stage article{position:relative;display:none;min-height:390px;overflow:hidden;border-radius:28px;padding:34px;background:#f6f7f9;color:#0d1117;box-shadow:0 30px 90px #00000057;transform:rotate(-1.4deg)}.sw-testimonial-stage article.is-active{display:block;animation:testimonial-in .24s ease both}@keyframes testimonial-in{0%{opacity:0;transform:translate(18px) rotate(0)}to{opacity:1;transform:translate(0) rotate(-1.4deg)}}.sw-testimonial-avatar{width:42px;height:42px;border-radius:999px}.sw-testimonial-stage article>div{margin-top:12px}.sw-testimonial-stage h3{margin:0;font-size:15px;line-height:1.3}.sw-testimonial-stage article>div p,.sw-testimonial-stage article>span{margin:2px 0 0;color:#5f6875;font-size:13px}.sw-testimonial-stage article>span{display:block;margin-top:18px;color:#0877d8;font-weight:600}.sw-testimonial-stage article>p{margin:22px 0 0;color:#111827;font-size:clamp(19px,2.6vw,28px);font-weight:600;line-height:1.22}.sw-paperclip{position:absolute;right:-26px;top:22px;width:70px;transform:rotate(12deg)}.sw-pricing{padding:82px var(--page-x)}.sw-price-tabs{display:flex;width:max-content;max-width:100%;gap:4px;margin:0 auto 42px;overflow-x:auto;border-radius:999px;padding:6px;background:#0d0e12}.sw-price-tabs button{white-space:nowrap;border-radius:999px;padding:10px 16px;color:#9a9fa9;font-size:14px;font-weight:600;transition:background-color .16s ease,color .16s ease}.sw-price-tabs button[aria-selected=true]{background:#1b1d23;color:#f7f7f8}.sw-price-tabs small{margin-left:6px;color:#666c78}.sw-pricing-grid{display:grid;width:min(100%,1040px);grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 auto}.sw-pricing-grid article{display:flex;min-height:520px;flex-direction:column;border-radius:28px;padding:26px;background:#0b0c10;box-shadow:inset 0 0 0 1px #ffffff14}.sw-pricing-grid article.is-featured{background:#f4f5f7;color:#07080a}.sw-pricing h2{margin:0;font-size:18px}.sw-price{display:flex;align-items:flex-start;gap:2px;margin:28px 0 12px}.sw-price strong{color:currentColor;font-size:clamp(48px,5vw,64px);font-weight:700;line-height:.9}.sw-price sup{margin-top:5px;font-size:22px;font-weight:700}.sw-price span{align-self:flex-end;margin-bottom:6px;color:#777d89;font-size:14px}.sw-pricing-grid article>p{margin:0 0 24px;color:#8b9099;font-size:14px;line-height:1.55}.sw-pricing-grid article.is-featured>p,.sw-pricing-grid article.is-featured li{color:#39404b}.sw-pricing ul{display:grid;gap:12px;margin:0 0 28px;padding:0;list-style:none}.sw-pricing li{display:flex;gap:10px;color:#bdc2ca;font-size:14px;line-height:1.45}.sw-pricing li:before{width:6px;height:6px;flex:0 0 6px;margin-top:7px;border-radius:999px;background:#20df9e;content:""}.sw-pricing a{width:100%;margin-top:auto;background:#1d2026;color:#fff}.sw-pricing-grid article.is-featured a{background:#000}.sw-pricing-grid article>img{max-width:160px;margin:22px auto 0}.sw-tutorials{overflow:hidden;padding:74px 0 86px}.sw-tutorial-track{display:flex;width:100%;gap:28px;overflow-x:auto;padding:0 max(var(--page-x),calc((100vw - 1040px)/2));scrollbar-width:none;scroll-snap-type:x mandatory}.sw-tutorial-track::-webkit-scrollbar{display:none}.sw-tutorial-controls{display:flex;width:min(100%,1040px);justify-content:flex-end;gap:8px;margin:-34px auto 18px;padding:0 var(--page-x)}.sw-tutorial-controls button{display:grid;width:36px;height:36px;place-items:center;border-radius:999px;background:#ffffff14;color:#ffffffbd;font-size:22px;line-height:1}.sw-tutorial-track a{display:block;flex:0 0 clamp(216px,30vw,473px);width:clamp(216px,30vw,473px);color:#fff;text-decoration:none;scroll-snap-align:center}.sw-tutorial-track img{width:100%;aspect-ratio:16 / 9;border-radius:22px;object-fit:cover;opacity:.72;transition:opacity .18s ease,transform .18s ease}.sw-tutorial-track a:hover img{opacity:1;transform:scale(1.02)}.sw-tutorial-track div{display:flex;justify-content:space-between;gap:16px;margin-top:10px;color:#ffffff9e;font-size:13px}.sw-tutorial-track small{flex:0 0 auto}.whisper-page .sw-faq{display:grid;width:min(100%,1040px);gap:28px;margin:0 auto;padding:66px var(--page-x) 88px}.whisper-page .sw-faq-head{display:grid;gap:11px;width:min(100%,820px);margin:0 auto 18px}.whisper-page .sw-faq-head h2{margin:0}.whisper-page .sw-faq-list{display:grid;width:min(100%,820px);gap:12px;margin:0 auto}.whisper-page .sw-faq-item,.whisper-page .sw-faq-list article{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff09}.whisper-page .sw-faq-item button{display:flex;width:100%;min-height:76px;align-items:center;justify-content:space-between;gap:18px;padding:0 28px;color:#fff;font-size:21px;font-weight:700;line-height:1.25;text-align:left}.whisper-page .sw-faq-item button i{position:relative;width:14px;height:14px;flex:0 0 14px;opacity:.65;transition:transform .22s ease,opacity .22s ease}.whisper-page .sw-faq-item button i:before,.whisper-page .sw-faq-item button i:after{position:absolute;top:50%;left:50%;width:14px;height:2px;border-radius:999px;background:currentColor;content:"";transform:translate(-50%,-50%)}.whisper-page .sw-faq-item button i:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .22s ease}.whisper-page .sw-faq-item.is-open button i{opacity:1;transform:rotate(180deg)}.whisper-page .sw-faq-item.is-open button i:after{transform:translate(-50%,-50%) rotate(0)}.whisper-page .sw-faq-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .26s ease,opacity .18s ease}.whisper-page .sw-faq-panel>div{overflow:hidden}.whisper-page .sw-faq-item.is-open .sw-faq-panel{grid-template-rows:1fr;opacity:1}.whisper-page .sw-faq-panel p,.whisper-page .sw-faq-list article p{margin:0;color:#9298a3;font-size:14px;line-height:1.65}.whisper-page .sw-faq-panel p{padding:0 28px 24px}.whisper-page .sw-faq-list article{display:grid;gap:14px;margin-top:28px;border:0;padding:6px 0 0;background:transparent}.whisper-page .sw-faq-list article h3{margin:0;font-size:20px}.whisper-page .sw-faq-list article a{width:max-content}@media(max-width:1040px){.whisper-adaptability{grid-template-columns:1fr;gap:34px;padding-right:var(--page-x);padding-left:var(--page-x)}.adaptability-text{align-self:end;margin-top:80px}.adaptability-panel{width:min(100%,560px);justify-self:center}.sw-mode-lab__inner,.sw-agent,.sw-faq{grid-template-columns:1fr}.sw-mode-illustration{order:2}.sw-mode-copy{order:1}.sw-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.has-hero-stage:not(.is-nav-visible) .site-header{opacity:1;transform:none;pointer-events:auto}.whisper-hero-stage{height:auto;min-height:0}.whisper-hero-stage .whisper-hero{position:relative;height:auto;min-height:920px}.whisper-hero-frame{position:relative;inset:auto;min-height:920px;border:0;border-radius:0}.whisper-hero-stage .whisper-hero__face{display:none}.time-switcher{top:86px;right:14px;transform:scale(.92);transform-origin:top right;opacity:1}.whisper-hero-stage .whisper-intro{opacity:1;transform:none}.whisper-hero-stage .whisper-intro h1{white-space:normal}.hero-demo-prompt{display:none}.hero-support-line{font-size:14px}.whisper-adaptability{min-height:auto;padding-top:74px}.adaptability-text h2{font-size:27px}.adaptability-panel{height:auto;min-height:430px;padding:24px 18px 20px}.adaptability-message{max-width:275px;font-size:15px}.adaptability-tabs{gap:4px;justify-content:space-between}.adaptability-tabs button{padding:0 11px;font-size:14px}.whisper-card-section__head{padding-right:28px;padding-left:28px}.whisper-card-viewport{margin-top:54px;padding-right:28px;padding-left:28px}.whisper-card-section .whisper-card,.whisper-card-section .whisper-card:first-child,.whisper-card-section .whisper-card:nth-child(4){flex-basis:300px;width:300px}.whisper-small-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding-right:0;padding-left:0}.whisper-proof{min-height:300px}.whisper-proof__logos{flex-wrap:wrap}.sw-mode-lab,.sw-ios-callout,.sw-testimonials,.sw-pricing{padding-top:78px;padding-bottom:78px}.sw-mode-lab__inner{gap:36px}.sw-mode-illustration{min-height:540px}.sw-mode-window--main{width:100%;grid-template-columns:108px 1fr}.sw-mode-window--models{right:10px;bottom:0}.sw-keyboard{min-height:820px;padding-top:78px;padding-bottom:112px}.sw-keyboard-grid{top:286px;width:1120px;grid-template-columns:repeat(12,minmax(60px,1fr))}.sw-agent{padding-top:72px;padding-bottom:88px}.sw-terminal pre{min-height:330px}.sw-ios-card{grid-template-columns:1fr;justify-items:center;text-align:center}.sw-ios-card p{margin-right:auto;margin-left:auto}.sw-testimonials-shell,.sw-pricing-grid{grid-template-columns:1fr}.sw-testimonials-shell{gap:24px}.sw-testimonial-tabs,.sw-testimonial-stage{order:initial}.sw-testimonial-tabs{align-content:start}.sw-testimonial-stage,.sw-testimonial-stage article{min-height:430px}.sw-tutorials{padding-top:72px;padding-bottom:72px}.sw-faq{gap:36px;padding-top:72px}}@media(max-width:520px){.sw-keyboard{min-height:860px}.sw-keyboard-grid{top:330px;width:1040px}}.reference-template{min-height:100vh;overflow:hidden;padding:132px var(--page-x) 96px;background:#000;color:#fff}.template-kicker{margin:0;color:#dd55e7;font-size:14px;font-weight:700;line-height:1.3}.template-centered-copy{display:grid;justify-items:center;gap:16px;width:min(760px,100%);margin:0 auto;text-align:center}.template-centered-copy>img{width:64px;height:64px;border-radius:16px}.template-centered-copy h1,.template-ios__copy h1,.template-feature__hero h1,.template-docs__content h1,.template-legal h1{margin:0;color:#fff;font-size:clamp(42px,7vw,88px);font-weight:700;line-height:.95;letter-spacing:0}.template-centered-copy p,.template-ios__copy p,.template-feature__hero p,.template-docs__content>p,.template-legal>article>p{max-width:660px;margin:0;color:#ffffffa3;font-size:18px;line-height:1.5}.template-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px}.template-docs{display:grid;width:min(1160px,100%);grid-template-columns:276px minmax(0,1fr);gap:42px;margin:0 auto}.template-docs__sidebar{position:sticky;top:104px;align-self:start;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:18px;background:#ffffff0b}.template-docs__logo{display:inline-flex;margin-bottom:18px;color:#fff;font-size:18px;font-weight:700}.template-docs__sidebar nav{display:grid;gap:6px}.template-docs__sidebar nav a{display:grid;gap:4px;border-radius:16px;padding:12px;color:#ffffff94}.template-docs__sidebar nav a[data-active=true],.template-docs__sidebar nav a:hover{background:#ffffff14;color:#fff}.template-docs__sidebar span{font-size:14px;font-weight:700}.template-docs__sidebar small{color:#ffffff6b;font-size:12px;line-height:1.35}.template-docs__content{display:grid;gap:22px}.template-docs__hero,.template-docs__article figure,.template-download__visual,.template-feature__mock,.template-versus article,.template-legal article,.template-changelog__list,.template-marketing__cards article{border:1px solid rgba(255,255,255,.1);border-radius:28px;background:#ffffff0b}.template-docs__hero{width:100%;overflow:hidden}.template-docs__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.template-docs__grid a{min-height:132px;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:18px;background:#050607}.template-docs__grid span{display:block;color:#fff;font-size:18px;font-weight:700}.template-docs__grid p,.template-docs__article p,.template-docs__article figcaption,.template-marketing__cards p,.template-marketing__cards li{color:#ffffff8f;line-height:1.55}.template-docs__article{display:grid;gap:18px;margin-top:18px}.template-docs__article h2,.template-feature__steps h2,.template-versus h2,.template-legal h2,.template-changelog h2,.template-marketing__cards h2,.template-device-grid h2,.template-comparisons h2{margin:0;color:#fff;font-size:24px;font-weight:700;line-height:1.15}.template-docs__article figure{overflow:hidden;margin:0}.template-docs__article figure img{width:100%}.template-docs__article figcaption{padding:14px 18px 18px;font-size:13px}.template-ios{display:grid;width:min(1120px,100%);grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);gap:52px;margin:0 auto;align-items:center}.template-ios__copy{display:grid;gap:18px}.template-ios__store{width:148px;margin-top:8px}.template-ios__phone{display:grid;justify-items:center;border-radius:36px;padding:28px;background:radial-gradient(circle at 50% 0,rgba(59,130,246,.32),transparent 54%),#050607}.template-ios__phone img{width:min(300px,100%);max-height:640px;object-fit:contain}.template-device-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.template-device-grid article,.template-comparisons__grid a,.template-download__cards a,.template-feature__steps article{border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:20px;background:#ffffff0b}.template-device-grid img{width:100%;height:190px;border-radius:18px;object-fit:cover;background:#101114}.template-device-grid h2,.template-comparisons h2{margin-top:16px}.template-device-grid p,.template-comparisons p,.template-versus p,.template-feature__steps p,.template-legal p,.template-changelog li{color:#ffffff8f;line-height:1.5}.template-download__visual{width:min(960px,100%);margin:44px auto 0;overflow:hidden;padding:18px}.template-download__visual img{width:100%;border-radius:18px}.template-download__cards{display:grid;width:min(960px,100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px auto 0}.template-download__cards a{display:grid;gap:8px}.template-download__cards span{color:#ffffff80;font-size:13px}.template-download__cards strong{font-size:18px}.template-comparisons__grid{display:grid;width:min(1000px,100%);grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:48px auto 0}.template-comparisons__grid img{width:52px;height:52px;border-radius:14px}.template-comparison-detail{width:min(1040px,100%);margin:0 auto}.template-versus{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:18px;margin-top:52px}.template-versus>span{display:grid;width:56px;height:56px;place-items:center;align-self:center;border-radius:50%;background:#fff;color:#000;font-size:14px;font-weight:700}.template-versus article{display:grid;gap:14px;padding:28px}.template-versus img{width:58px;height:58px;object-fit:contain}.template-score-table{display:grid;gap:10px;margin-top:18px}.template-score-table div{display:flex;min-height:58px;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:0 18px;background:#ffffff0a}.template-score-table span{color:#ffffffad}.template-score-table strong{color:#59c967}.template-feature{width:min(1080px,100%);margin:0 auto}.template-feature__hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:36px;align-items:center}.template-feature__hero>div:first-child{display:grid;gap:18px}.template-feature__mock{display:grid;gap:12px;min-height:420px;align-content:center;padding:28px;background:radial-gradient(circle at 50% 0,rgba(221,85,231,.25),transparent 56%),#ffffff0b}.template-feature__mock img{width:62px;height:62px;border-radius:18px}.template-feature__mock span{color:#fff;font-size:28px;font-weight:700}.template-feature__mock p{margin:0;border-radius:14px;padding:12px 14px;background:#ffffff14;color:#ffffffad}.template-feature__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:38px}.template-feature__steps span{display:block;margin-bottom:28px;color:#dd55e7;font-size:13px;font-weight:700}.template-legal{display:grid;width:min(1040px,100%);grid-template-columns:220px minmax(0,1fr);gap:38px;margin:0 auto}.template-legal aside{position:sticky;top:104px;display:grid;align-self:start;gap:8px}.template-legal aside a{border-radius:999px;padding:10px 14px;color:#ffffff94}.template-legal aside a:hover{background:#ffffff12;color:#fff}.template-legal article{display:grid;gap:24px;padding:42px}.template-legal article section{display:grid;gap:10px;border-top:1px solid rgba(255,255,255,.1);padding-top:24px}.template-changelog{width:min(900px,100%);margin:0 auto}.template-changelog__list{display:grid;gap:0;margin-top:48px;overflow:hidden}.template-changelog__list article{display:grid;grid-template-columns:120px minmax(0,1fr);gap:28px;border-bottom:1px solid rgba(255,255,255,.1);padding:28px}.template-changelog__list article:last-child{border-bottom:0}.template-changelog__list span{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background:#fff;color:#000;font-weight:700}.template-changelog__list small{display:block;margin-top:10px;color:#ffffff70}.template-changelog ul{display:grid;gap:8px;margin:14px 0 0;padding:0;list-style:none}.template-marketing{width:min(1040px,100%);margin:0 auto}.template-marketing__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:52px}.template-marketing__cards article{padding:28px}.template-marketing__cards ul{display:grid;gap:8px;margin:18px 0 0;padding:0;list-style:none}@media(max-width:900px){.reference-template{padding-top:108px}.template-docs,.template-ios,.template-feature__hero,.template-legal{grid-template-columns:1fr}.template-docs__sidebar,.template-legal aside{position:relative;top:auto}.template-device-grid,.template-feature__steps,.template-download__cards,.template-marketing__cards,.template-comparisons__grid,.template-docs__grid,.template-versus{grid-template-columns:1fr}.template-versus>span{justify-self:center}.template-changelog__list article{grid-template-columns:1fr}}body.mpf-template-shell--docs .site-header,body.mpf-template-shell--download .site-header,body.mpf-template-shell--legal .site-header,body.mpf-template-shell--changelog .site-header,body.mpf-template-shell--download .site-footer{display:none}body.mpf-template-shell .site-footer{margin-top:0}.reference-template{min-height:100vh;overflow:hidden;padding:0;background:#000;color:#fff}.sr-only{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0,0,0,0);white-space:nowrap}.sw-square-logo,.sw-large-app-icon{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.24),transparent 60%),#070809;box-shadow:inset 0 0 0 1px #ffffff24}.sw-square-logo{width:32px;height:32px;border-radius:10px;background:none;box-shadow:none}.sw-square-logo img{width:100%;height:100%;object-fit:cover}.sw-brand-wordmark{display:block;height:22px;width:auto}.sw-large-app-icon{width:86px;height:86px;border-radius:24px;margin:0 auto;background:none;box-shadow:none}.sw-large-app-icon img{width:100%;height:100%;object-fit:cover}.sw-centered-hero{position:relative;display:grid;justify-items:center;gap:18px;width:min(calc(100% - var(--page-x) * 2),920px);margin:0 auto;padding:178px 0 74px;text-align:center}.sw-centered-hero:before,.sw-ios-hero:before,.sw-versus-hero:before{position:absolute;inset:0 auto auto 50%;width:min(820px,100vw);height:520px;background:radial-gradient(circle at 50% 0,rgba(67,139,255,.22),transparent 62%),radial-gradient(circle at 25% 30%,rgba(206,91,255,.14),transparent 44%);content:"";filter:blur(8px);opacity:.7;pointer-events:none;transform:translate(-50%)}.sw-centered-hero>*,.sw-ios-hero-copy,.sw-versus-hero>*{position:relative;z-index:1}.sw-centered-hero h1,.sw-ios-hero h1,.sw-versus-hero h1,.sw-feature-hero h1,.sw-download-hero h1,.sw-legal-page h1,.sw-changelog-page h1{margin:0;color:#fff;font-size:clamp(48px,8vw,96px);font-weight:700;line-height:.94;letter-spacing:0}.sw-centered-hero p,.sw-ios-hero p,.sw-versus-hero>p,.sw-download-hero p,.sw-feature-hero>div>p,.sw-changelog-page header>p{max-width:660px;margin:0;color:#ffffff9e;font-size:18px;line-height:1.52}.sw-section-heading{display:grid;gap:8px}.sw-section-heading p,.sw-ios-explain>div:first-child p{margin:0;color:#d95de6;font-size:14px;font-weight:700;line-height:1.2}.sw-section-heading h2,.sw-ios-explain h2,.sw-ios-use h2,.sw-faq h2,.sw-comparison-table-section h2,.sw-difference-cards h2{max-width:620px;margin:0;color:#fff;font-size:clamp(32px,5vw,52px);font-weight:700;line-height:1;letter-spacing:0}.sw-ios-page,.sw-comparison-page,.sw-comparison-detail-page,.sw-feature-page{background:#000}.sw-ios-hero{position:relative;min-height:980px;overflow:hidden;padding:156px var(--page-x) 90px}.sw-ios-glow{position:absolute;inset:0;overflow:hidden;pointer-events:none}.sw-ios-glow span{position:absolute;width:290px;height:290px;border-radius:50%;opacity:.38;filter:blur(52px)}.sw-ios-glow span:nth-child(1){top:96px;left:10%;background:#1468ff}.sw-ios-glow span:nth-child(2){top:180px;right:14%;background:#b65cff}.sw-ios-glow span:nth-child(3){bottom:18%;left:22%;background:#22d6a5}.sw-ios-glow span:nth-child(4){right:20%;bottom:13%;background:#ff8a4a}.sw-ios-hero-copy{display:grid;justify-items:center;gap:18px;width:min(820px,100%);margin:0 auto;text-align:center}.sw-app-store{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:10px;border-radius:11px;padding:0 18px;margin-top:4px;background:linear-gradient(180deg,#2bb7ff,#1f75ff);color:#fff;box-shadow:inset 0 0 0 1px #ffffff38,0 10px 28px #106cff3d;font-size:15px;font-weight:700}.sw-app-store svg{width:16px;height:20px;fill:currentColor}.sw-ios-available,.sw-subtle-link{color:#ffffff7a;font-size:14px}.sw-subtle-link:hover{color:#ffffffc7}.sw-ios-phone{width:min(420px,76vw);margin-top:28px}.sw-ios-phone img{width:100%;height:auto;filter:drop-shadow(0 42px 90px rgba(0,0,0,.58))}.sw-ios-explain,.sw-ios-use,.sw-quote-band,.sw-faq,.sw-comparison-picker,.sw-fairness,.sw-comparison-table-section,.sw-difference-cards,.sw-feature-cards{width:min(calc(100% - var(--page-x) * 2),1080px);margin:0 auto}.sw-ios-explain{display:grid;grid-template-columns:.8fr 1fr;gap:54px;padding:96px 0 52px}.sw-ios-explain-copy{display:grid;gap:18px}.sw-ios-explain-copy p,.sw-fairness>p,.sw-comparison-table-section>p,.sw-difference-cards p{margin:0;color:#ffffff94;font-size:17px;line-height:1.6}.sw-ios-benefits{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sw-ios-benefits article,.sw-ios-use article,.sw-comparison-grid a,.sw-difference-cards article,.sw-feature-cards article{border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#ffffff0b;box-shadow:inset 0 1px #ffffff0d}.sw-ios-benefits article{padding:18px}.sw-ios-benefits article>div{display:flex;align-items:center;gap:9px;color:#fff;font-size:15px;font-weight:700}.sw-ios-benefits img{width:20px;height:20px;border-radius:5px;object-fit:contain}.sw-ios-benefits p,.sw-ios-use p,.sw-comparison-grid p,.sw-feature-cards p,.sw-faq p,.sw-legal-grid p,.sw-release-list li{color:#ffffff8f;line-height:1.55}.sw-ios-use{padding:34px 0 88px}.sw-ios-use>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:32px}.sw-ios-use article{overflow:hidden}.sw-ios-use article img{width:100%;height:245px;object-fit:cover;opacity:.9}.sw-ios-use h3,.sw-difference-cards h3,.sw-feature-cards h3{margin:22px 22px 0;color:#fff;font-size:22px;font-weight:700;line-height:1.1}.sw-ios-use p,.sw-difference-cards article p,.sw-feature-cards p{margin:10px 22px 24px}.sw-quote-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:8px 0 88px}.sw-quote-band figure{margin:0;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:22px;background:#ffffff0a}.sw-quote-band blockquote{margin:0;color:#fff;font-size:18px;font-weight:600;line-height:1.35}.sw-quote-band figcaption{margin-top:16px;color:#ffffff6b;font-size:13px}.sw-faq{display:grid;gap:12px;padding:22px 0 108px}.sw-faq h2{margin-bottom:16px}.sw-faq details{border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:18px 20px;background:#ffffff0b}.sw-faq summary{cursor:pointer;color:#fff;font-size:17px;font-weight:700;list-style:none}.sw-faq summary::-webkit-details-marker{display:none}.sw-faq p{margin:10px 0 0}.sw-download-page{min-height:100vh;display:flex;flex-direction:column;background:#000;color:#fff}.sw-download-header{border-bottom:1px solid rgba(255,255,255,.1)}.sw-download-header__inner{display:flex;width:min(100%,1152px);align-items:center;justify-content:space-between;margin:0 auto;padding:16px 24px}.sw-download-brand,.sw-download-header nav{display:inline-flex;align-items:center;gap:12px}.sw-download-header strong{color:#fff;font-size:18px;font-weight:600}.sw-download-header nav a{color:#ffffff8f;font-size:14px}.sw-download-header nav a:hover{color:#fff}.sw-download-main{flex:1;width:min(100%,1024px);margin:0 auto;padding:64px 24px 0}.sw-download-layout{display:grid;grid-template-columns:140px minmax(0,1fr);gap:64px;align-items:start}.sw-download-icon-column{display:flex;justify-content:center}.sw-download-app-icon{display:inline-flex;width:140px;height:140px;align-items:center;justify-content:center;overflow:hidden;border-radius:28px;background:#111;box-shadow:0 26px 70px #0000008c,inset 0 0 0 1px #ffffff24}.sw-download-app-icon img{width:100%;height:100%;object-fit:cover}.sw-download-content{display:grid;min-width:0}.sw-download-intro{display:grid;gap:10px;margin-bottom:28px}.sw-download-intro h1{margin:0;color:#fff;font-size:clamp(30px,4vw,44px);font-weight:700;line-height:1.05;letter-spacing:0}.sw-download-intro p{max-width:560px;margin:0;color:#ffffff80;font-size:15px;line-height:1.5}.sw-download-options{display:grid;gap:16px}.sw-download-options article{display:grid;gap:8px;margin-bottom:0}.sw-download-option-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.sw-download-option-head>div,.sw-download-option-head a{display:inline-flex;align-items:center;gap:8px}.sw-download-option-head>div>span:last-child{color:#fff;font-size:15px;font-weight:600}.sw-download-platform-icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:#ffffffb3}.sw-download-platform-icon svg{width:100%;height:100%;fill:currentColor}.sw-download-option-head a{color:#ffffff80;font-size:13px}.sw-download-option-head a:hover{color:#fff}.sw-download-option-head a svg{width:12px;height:12px}.sw-download-cta{display:inline-flex;min-height:48px;width:100%;align-items:center;justify-content:center;border-radius:9px;padding:0 16px;font-size:15px;font-weight:600}.sw-download-cta--light{background:#fff;color:#1a1a1a}.sw-download-cta--dark{background:linear-gradient(180deg,#232733,#12141a);color:#fff;box-shadow:inset 0 0 0 1px #ffffff1f}.sw-download-options p{display:flex;justify-content:space-between;gap:16px;margin:0 0 8px;color:#fff6;font-size:13px}.sw-download-updates{display:grid;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;background:#090909}.sw-download-updates strong{color:#ffffffb8;font-size:14px;line-height:1.5}.sw-download-updates p{margin:0;color:#ffffff6b;font-size:14px;line-height:1.5}.sw-download-updates form{margin-top:8px}.sw-download-updates form>div{position:relative}.sw-download-updates input{width:100%;height:40px;border:0;border-radius:999px;padding:0 42px 0 16px;background:#ffffff0f;color:#fff;font:inherit;font-size:14px;outline:0}.sw-download-updates input::placeholder{color:#ffffff59}.sw-download-updates button{position:absolute;top:50%;right:7px;display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:999px;background:transparent;color:#ffffff73;transform:translateY(-50%)}.sw-download-updates button:hover{color:#fff}.sw-download-updates button svg{width:12px;height:13px}.sw-download-terms{margin:0;color:#ffffff75;font-size:13px;line-height:1.55}.sw-download-terms a{color:#ffffffd1;text-decoration:underline;text-underline-offset:3px}.sw-download-footer{width:100%;border-top:1px solid rgba(255,255,255,.1);margin-top:144px;background:#000}.sw-download-footer__inner{width:min(100%,1075px);margin:0 auto;padding:40px 24px 48px}.sw-download-footer__brand{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:42px}.sw-download-footer__brand a{display:inline-flex;align-items:center;gap:10px;color:#fff}.sw-download-footer__brand .sw-square-logo{width:34px;height:34px}.sw-download-footer__brand span{color:#ffffff61;font-size:14px}.sw-download-footer__nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:32px}.sw-download-footer__nav div{display:grid;align-content:start;gap:13px}.sw-download-footer__nav strong{color:#b8babf;font-size:14px;font-weight:600}.sw-download-footer__nav a{color:#ffffff61;font-size:14px;line-height:1.25}.sw-download-footer__nav a:hover{color:#ffffffd1}.sw-comparison-picker{padding:34px 0 88px}.sw-comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.sw-comparison-grid a{display:grid;gap:18px;padding:24px}.sw-comparison-grid a>div{display:flex;align-items:center;gap:14px}.sw-comparison-grid img{width:48px;height:48px;border-radius:13px}.sw-comparison-grid strong{color:#fff;font-size:22px;font-weight:700}.sw-comparison-grid p{min-height:72px;margin:0}.sw-comparison-grid a>span{display:inline-flex;align-items:center;gap:8px;color:#ffffffdb;font-size:14px;font-weight:700}.sw-comparison-grid svg{width:12px;height:12px}.sw-fairness{display:grid;grid-template-columns:.8fr 1fr;gap:42px;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:62px 0}.reference-template--comparisons,.reference-template--comparisons .sw-comparison-page{background:#efefef;color:#1c1d1f}.reference-template--comparisons .sw-centered-hero{width:100%;max-width:none;min-height:420px;overflow:hidden;margin:0;padding:96px var(--page-x) 88px;background:#0281c9}.reference-template--comparisons .sw-centered-hero:before{inset:0;width:auto;height:auto;background:radial-gradient(circle at 24% -22%,rgba(255,255,255,.28),transparent 34%),radial-gradient(circle at 82% 20%,rgba(124,199,255,.34),transparent 36%),radial-gradient(circle at 50% 118%,rgba(255,255,255,.25),transparent 32%);filter:none;opacity:1;transform:none}.reference-template--comparisons .sw-large-app-icon{width:72px;height:72px;border-radius:18px;background:transparent;box-shadow:none}.reference-template--comparisons .sw-large-app-icon img{width:72px;height:72px;object-fit:contain}.reference-template--comparisons .sw-centered-hero h1{color:#fff;font-size:clamp(44px,5vw,64px);font-weight:600;line-height:.98}.reference-template--comparisons .sw-centered-hero h1 span{display:block}.reference-template--comparisons .sw-centered-hero p{max-width:504px;color:#fff9;font-size:16px;font-weight:500;line-height:1.4}.reference-template--comparisons .sw-centered-hero .button{min-height:48px;border-radius:16px;padding:0 24px;background:#ffffffd9;color:#000;font-size:16px;font-weight:600;backdrop-filter:blur(15px)}.reference-template--comparisons .sw-comparison-picker,.reference-template--comparisons .sw-fairness{width:min(95%,700px)}.reference-template--comparisons .sw-comparison-picker{padding:128px 0 0}.reference-template--comparisons .sw-section-heading{gap:8px}.reference-template--comparisons .sw-section-heading p{color:#08f;font-size:14px;letter-spacing:0}.reference-template--comparisons .sw-section-heading h2{color:#000;font-size:31px;font-weight:600;line-height:1.2}.reference-template--comparisons .sw-comparison-grid{gap:16px;margin-top:24px}.reference-template--comparisons .sw-comparison-grid a{display:flex;min-height:226px;flex-direction:column;gap:0;overflow:hidden;border:1px solid #ffffff;border-radius:16px;padding:20px;background:#fff9;box-shadow:0 0 10px #0000000a;backdrop-filter:blur(10px);transition:box-shadow .16s ease}.reference-template--comparisons .sw-comparison-grid a:hover{box-shadow:0 0 20px #00000014}.reference-template--comparisons .sw-comparison-grid a>div{gap:12px;margin-bottom:16px}.reference-template--comparisons .sw-comparison-grid img{width:40px;height:40px;border-radius:0}.reference-template--comparisons .sw-comparison-grid strong{color:#000;font-size:18px;font-weight:600}.reference-template--comparisons .sw-comparison-grid p{flex:1;min-height:0;margin:0 0 20px;color:#1c1d1f;font-size:14px;line-height:1.5}.reference-template--comparisons .sw-comparison-grid a>span{color:#08f;font-size:14px;font-weight:500}.reference-template--comparisons .sw-fairness{display:flex;flex-direction:column;gap:24px;border:0;padding:0 0 128px}.reference-template--comparisons .sw-fairness>p{max-width:none;color:#1c1d1f;font-size:14px;line-height:1.5}.reference-template--comparison-detail,.reference-template--comparison-detail .sw-comparison-detail-page{background:#efefef;color:#1c1d1f}.reference-template--comparison-detail .sw-versus-hero{width:100%;max-width:none;overflow:hidden;margin:0;padding:128px 24px;background:radial-gradient(85% 150% at 50% 0%,rgba(0,0,0,.9) 0%,rgba(2,32,68,.72) 21%,rgba(31,93,135,.56) 46%,rgba(205,155,141,.32) 80%,rgba(255,226,97,.3) 88%,transparent 100%),radial-gradient(at 50% 0%,#2654909e 17%,#ffffff5c),linear-gradient(180deg,#2c84d7,#84a9ff)}.reference-template--comparison-detail .sw-versus-hero:before{display:none}.reference-template--comparison-detail .sw-versus-hero h1{color:#fff;font-size:clamp(40px,5vw,58px);font-weight:600;line-height:1.07}.reference-template--comparison-detail .sw-versus-hero h1 img{width:48px;height:48px}.reference-template--comparison-detail .sw-versus-hero h1 span:first-child img{width:58px}.reference-template--comparison-detail .sw-versus-hero em{color:#fff;font-weight:600}.reference-template--comparison-detail .sw-versus-hero>p{max-width:504px;color:#ffffff9e;font-size:16px;font-weight:500;line-height:1.4}.reference-template--comparison-detail .sw-versus-hero .button{min-height:48px;border-radius:16px;padding:0 24px;background:#ffffffd9;color:#000;font-size:16px;font-weight:600;backdrop-filter:blur(15px)}.reference-template--comparison-detail .sw-comparison-table-section,.reference-template--comparison-detail .sw-difference-cards,.reference-template--comparison-detail .sw-faq{width:min(95%,700px)}.reference-template--comparison-detail .sw-comparison-table-section{padding:128px 0 0}.reference-template--comparison-detail .sw-difference-cards{padding:0 0 96px}.reference-template--comparison-detail .sw-section-heading p{color:#08f;font-size:14px;letter-spacing:0}.reference-template--comparison-detail .sw-section-heading h2,.reference-template--comparison-detail .sw-faq h2{color:#000;font-size:31px;font-weight:600;line-height:1.2}.reference-template--comparison-detail .sw-comparison-table-section>p,.reference-template--comparison-detail .sw-difference-cards p,.reference-template--comparison-detail .sw-faq p{color:#1c1d1f;font-size:14px;line-height:1.5}.reference-template--comparison-detail .sw-comparison-table-wrap{overflow-x:auto;border:0;border-radius:16px;padding:0 12px;background:#fff9;backdrop-filter:blur(10px)}.reference-template--comparison-detail .sw-comparison-table-wrap th,.reference-template--comparison-detail .sw-comparison-table-wrap td{border-bottom:1px solid rgba(0,0,0,.06);padding:16px;color:#000;font-size:14px;font-weight:400}.reference-template--comparison-detail .sw-comparison-table-wrap th{color:#000000e6;font-weight:500}.reference-template--comparison-detail .sw-comparison-table-wrap td:first-child{color:#70757c;font-weight:400}.reference-template--comparison-detail .sw-comparison-table-wrap td:last-child{color:#00000080}.reference-template--comparison-detail .sw-difference-cards>div:last-child{grid-template-columns:1fr;gap:16px}.reference-template--comparison-detail .sw-difference-cards article{border:1px solid #ffffff;border-radius:16px;padding:20px;background:#fff9;box-shadow:0 0 10px #0000000a}.reference-template--comparison-detail .sw-difference-cards article>img{display:none}.reference-template--comparison-detail .sw-difference-cards h3{margin:0 0 10px;color:#000;font-size:18px;font-weight:600}.reference-template--comparison-detail .sw-difference-cards article p{margin:0}.reference-template--comparison-detail .sw-faq{padding-bottom:128px}.reference-template--comparison-detail .sw-faq details{border-color:#00000014;background:#fff9}.reference-template--comparison-detail .sw-faq summary{color:#000}.sw-versus-hero{position:relative;display:grid;justify-items:center;gap:20px;width:min(calc(100% - var(--page-x) * 2),940px);margin:0 auto;padding:170px 0 72px;text-align:center}.sw-versus-hero h1{display:grid;gap:10px}.sw-versus-hero h1>span{display:inline-flex;align-items:center;justify-content:center;gap:18px}.sw-versus-hero h1 img{width:58px;height:58px;border-radius:16px;object-fit:contain}.sw-versus-hero h1 span:first-child img{width:78px;object-fit:contain}.sw-versus-hero em{color:#ffffff57;font-style:normal}.sw-comparison-table-section{display:grid;gap:24px;padding:34px 0 80px}.sw-comparison-table-wrap{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:#ffffff0b}.sw-comparison-table-wrap table{width:100%;border-collapse:collapse}.sw-comparison-table-wrap th,.sw-comparison-table-wrap td{border-bottom:1px solid rgba(255,255,255,.1);padding:18px 20px;text-align:left;vertical-align:top}.sw-comparison-table-wrap tr:last-child td{border-bottom:0}.sw-comparison-table-wrap th{color:#fff;font-size:15px;font-weight:700}.sw-comparison-table-wrap td{color:#ffffffa8;font-size:15px}.sw-comparison-table-wrap td:first-child{color:#fff;font-weight:700}.sw-difference-cards{padding:8px 0 86px}.sw-difference-cards>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.sw-difference-cards article{overflow:hidden}.sw-difference-cards article>img{width:100%;height:190px;object-fit:cover;opacity:.82}.sw-feature-page{padding:156px var(--page-x) 98px}.sw-feature-hero{display:grid;width:min(1120px,100%);grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);gap:54px;align-items:center;margin:0 auto}.sw-feature-hero>div:first-child{display:grid;gap:18px}.sw-feature-hero h1{font-size:clamp(44px,5.6vw,74px)}.sw-available-strip{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:#ffffff6b;font-size:14px}.sw-available-strip button{display:inline-flex;align-items:center;gap:0;border:1px solid rgba(255,255,255,.11);border-radius:999px;padding:8px 12px;background:#ffffff0f}.sw-available-strip img{width:24px;height:24px;border-radius:7px;margin-left:-5px}.sw-available-strip img:first-child{margin-left:0}.sw-install-card,.sw-requires-row{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px;background:#ffffff0e}.sw-install-card img{width:38px;height:38px;border-radius:10px}.sw-install-card code{min-width:0;flex:1;overflow:hidden;color:#ffffffc7;font-family:SFMono-Regular,Consolas,monospace;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.sw-install-card code span{color:#fff;font-weight:700}.sw-install-card button{border-radius:10px;padding:9px 12px;background:#fff;color:#000;font-size:12px;font-weight:700}.sw-requires-row{justify-content:space-between;color:#ffffff75;font-size:13px}.sw-requires-row a{color:#fff}.sw-feature-demo{border-radius:36px;padding:12px;background:radial-gradient(circle at 50% 0,rgba(102,91,255,.26),transparent 58%),#ffffff0d;box-shadow:0 34px 100px #00000080}.sw-demo-window{overflow:hidden;min-height:520px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:linear-gradient(180deg,#08090cbd,#020304f5),#050607}.sw-demo-window>div{display:flex;gap:8px;padding:18px}.sw-demo-window>div span{width:10px;height:10px;border-radius:50%;background:#fff3}.sw-demo-window section{display:grid;gap:14px;padding:44px}.sw-demo-window p{margin:0 0 18px;color:#fff;font-size:28px;font-weight:700}.sw-demo-window section span{border-radius:14px;padding:14px 16px;background:#ffffff12;color:#ffffffa3}.sw-feature-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:42px}.sw-feature-cards article{padding:22px}.sw-feature-cards img{width:36px;height:36px}.sw-feature-cards h3,.sw-feature-cards p{margin-right:0;margin-left:0}.mpf-content-page{background:radial-gradient(circle at 50% 0,rgba(116,70,255,.16),transparent 34rem),#000;padding-bottom:96px}.mpf-content-hero{padding-bottom:52px}.mpf-content-metrics,.mpf-content-sections,.mpf-calculator-shell{width:min(calc(100% - var(--page-x) * 2),1080px);margin:0 auto}.mpf-content-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 0 28px}.mpf-content-metrics article,.mpf-content-sections article,.mpf-ratio-calculator,.mpf-calculator-copy{border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#ffffff0b;box-shadow:inset 0 1px #ffffff0d}.mpf-content-metrics article{display:grid;gap:4px;padding:20px}.mpf-content-metrics strong{color:#fff;font-size:clamp(24px,3vw,36px);font-weight:700;line-height:1}.mpf-content-metrics span{color:#ffffff8a;font-size:14px}.mpf-content-sections{display:grid;gap:16px;padding:26px 0 72px}.mpf-content-sections article{display:grid;grid-template-columns:86px minmax(0,1fr);gap:28px;padding:28px}.mpf-content-sections article>span{color:#ffffff42;font-size:44px;font-weight:700;line-height:1}.mpf-content-sections h2,.mpf-calculator-copy h2{margin:0 0 12px;color:#fff;font-size:clamp(26px,3vw,42px);font-weight:700;line-height:1.02}.mpf-content-sections p,.mpf-calculator-copy p,.mpf-content-sections li{color:#ffffff9e;font-size:16px;line-height:1.6}.mpf-content-sections p{margin:0}.mpf-content-sections ul,.sw-legal-grid ul{display:grid;gap:8px;margin:18px 0 0;padding-left:18px}.sw-legal-grid li{color:#ffffff94;font-size:14px;line-height:1.5}.mpf-content-faq{padding-top:0}.mpf-pricing-page{padding-top:20px}.mpf-calculator-shell{display:grid;grid-template-columns:.86fr 1.14fr;gap:18px;align-items:start;padding-bottom:42px}.mpf-calculator-copy,.mpf-ratio-calculator{padding:26px}.mpf-calculator-copy>p:first-child{margin:0 0 10px;color:#dd55e7;font-size:14px;font-weight:700}.mpf-ratio-calculator{display:grid;gap:16px}.mpf-ratio-calculator label{display:block;margin-bottom:8px;color:#ffffffb8;font-size:14px;font-weight:600}.mpf-ratio-calculator input{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:13px 14px;background:#00000057;color:#fff;outline:0}.mpf-ratio-calculator input:focus{border-color:#dd55e7b8;box-shadow:0 0 0 3px #dd55e724}.mpf-ratio-calculator button{min-height:46px;border-radius:999px;background:#fff;color:#000;font-weight:700}.mpf-ratio-result{display:grid;gap:8px;border-radius:20px;padding:22px;background:#ffffff0f}.mpf-ratio-result>span{color:#fff;font-size:clamp(44px,6vw,70px);font-weight:700;line-height:.92}.mpf-ratio-result strong{color:#fff;font-size:18px}.mpf-ratio-result p{margin:0;color:#ffffff9e}.mpf-ratio-result[data-status=excelente],.mpf-ratio-result[data-status=saludable]{background:#20df9e1f}.mpf-ratio-result[data-status=elevado]{background:#f5b86724}.mpf-ratio-result[data-status=peligroso]{background:#ff525224}.mpf-calc-form{display:grid;gap:16px;padding:26px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#ffffff0b;box-shadow:inset 0 1px #ffffff0d}.mpf-calc-field label{display:block;margin-bottom:8px;color:#ffffffb8;font-size:14px;font-weight:600}.mpf-calc-input{position:relative;display:flex;align-items:center}.mpf-calc-form input{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:13px 14px;background:#00000057;color:#fff;outline:0}.mpf-calc-form input:focus{border-color:#dd55e7b8;box-shadow:0 0 0 3px #dd55e724}.mpf-calc-suffix{position:absolute;right:14px;color:#ffffff80;font-size:14px;pointer-events:none}.mpf-calc-form button{min-height:46px;border-radius:999px;background:#fff;color:#000;font-weight:700}.mpf-calc-result{display:grid;gap:12px;border-radius:20px;padding:22px;background:#ffffff0f}.mpf-calc-headline{color:#fff;font-size:clamp(30px,4vw,46px);font-weight:700;line-height:1}.mpf-calc-rows{display:grid;gap:4px}.mpf-calc-row{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-top:1px solid rgba(255,255,255,.08);color:#ffffffb3;font-size:15px}.mpf-calc-row strong{color:#fff}.mpf-calc-result p{margin:0;color:#ffffff9e}.mpf-calc-result[data-status=excelente],.mpf-calc-result[data-status=saludable]{background:#20df9e1f}.mpf-calc-result[data-status=elevado]{background:#f5b86724}.mpf-calc-result[data-status=peligroso]{background:#ff525224}.sw-docs-shell{display:grid;min-height:100vh;grid-template-columns:270px minmax(0,1fr) 220px;background:#050505;color:#fff}.sw-docs-sidebar,.sw-docs-toc{position:sticky;top:0;height:100vh;overflow:auto;border-color:#ffffff1a;padding:28px 20px}.sw-docs-sidebar{border-right:1px solid rgba(255,255,255,.1)}.sw-docs-toc{border-left:1px solid rgba(255,255,255,.1)}.sw-docs-brand{display:flex;align-items:center;gap:10px;margin-bottom:32px}.sw-docs-brand span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;overflow:hidden}.sw-docs-brand span img{width:100%;height:100%;object-fit:cover}.sw-docs-brand strong{font-size:18px}.sw-docs-sidebar nav{display:grid;gap:26px}.sw-docs-sidebar h2,.sw-docs-toc h2{margin:0 0 10px;color:#ffffff6b;font-size:12px;font-weight:700;text-transform:uppercase}.sw-docs-sidebar a,.sw-docs-toc a{display:block;border-radius:10px;padding:8px 10px;color:#ffffff8f;font-size:14px}.sw-docs-sidebar a[data-active=true],.sw-docs-sidebar a:hover,.sw-docs-toc a:hover{background:#fff1;color:#fff}.sw-docs-content{width:min(760px,calc(100% - 48px));margin:0 auto;padding:78px 0 110px}.sw-docs-article-header{display:grid;gap:16px;margin-bottom:30px}.sw-docs-article-header span{color:#ffffff7a;font-size:13px}.sw-docs-article-header h1{margin:0;color:#fff;font-size:clamp(42px,7vw,72px);font-weight:700;line-height:.98}.sw-docs-article-header p,.sw-docs-lede,.sw-docs-copy-block p,.sw-docs-copy-block li,.sw-docs-card-grid span{color:#ffffff9e;font-size:16px;line-height:1.62}.sw-docs-hero-image,.sw-docs-copy-block img{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:#ffffff0a}.sw-docs-lede{margin:28px 0}.sw-docs-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0 42px}.sw-docs-card-grid a{display:grid;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:18px;background:#ffffff0b}.sw-docs-card-grid strong{color:#fff;font-size:18px}.sw-docs-copy-block{display:grid;gap:18px;margin-top:46px}.sw-docs-copy-block h2{margin:0;color:#fff;font-size:30px;font-weight:700}.sw-docs-copy-block ul{display:grid;gap:8px;margin:0;padding:0 0 0 18px}.sw-legal-page{width:min(1000px,95%);margin:0 auto;padding:34px 0 92px;color:#fff}.sw-legal-brand{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto 62px}.sw-legal-brand strong{font-size:30px;font-weight:700}.sw-legal-page h1{margin-bottom:10px;font-size:clamp(34px,5vw,46px);line-height:1.04}.sw-legal-date{margin:0 0 34px;color:#ffffff7a;font-size:14px}.sw-legal-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);gap:26px}.sw-legal-grid section{min-width:0}.sw-legal-grid h2{margin:0 0 12px;color:#fff;font-size:22px;font-weight:700}.sw-legal-grid p{margin:0}.sw-legal-grid aside{align-self:start;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:16px;background:#ffffff0e}.sw-changelog-page{min-height:100vh;padding:70px var(--page-x) 100px;background:#050505}.sw-changelog-page header{display:grid;justify-items:center;gap:12px;width:min(760px,100%);margin:0 auto 58px;text-align:center}.sw-changelog-page header>img{width:86px;height:86px;border-radius:22px}.sw-changelog-page h1{font-size:clamp(44px,7vw,82px)}.sw-release-tabs{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:18px;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:4px;background:#ffffff0d}.sw-release-tabs>span{position:absolute;top:4px;bottom:4px;left:4px;width:calc((100% - 8px) / 3);border-radius:999px;background:#fff}.sw-release-tabs button{position:relative;z-index:1;min-width:108px;min-height:38px;border-radius:999px;color:#ffffffa8;font-size:14px;font-weight:700}.sw-release-tabs button:first-of-type{color:#000}.sw-release-list{display:grid;width:min(880px,100%);gap:32px;margin:0 auto}.sw-release-list article{display:grid;grid-template-columns:190px minmax(0,1fr);gap:34px;border-top:1px solid rgba(255,255,255,.1);padding-top:32px}.sw-release-list aside>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.sw-release-list aside p{margin:0;color:#fff;font-size:21px;font-weight:700}.sw-release-list aside a{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#ffffff14;color:#ffffffb8}.sw-release-list aside svg{width:18px;height:18px}.sw-release-list aside span{display:block;margin-top:9px;color:#ffffff70;font-size:13px}.sw-release-list section{display:grid;gap:20px}.sw-release-list b{display:block;margin-bottom:10px;color:#fff;font-size:16px}.sw-release-list ul{display:grid;gap:7px;margin:0;padding-left:18px}body h1,body h2,body h3{font-weight:400}.whisper-intro h1,.whisper-window__metrics strong,.whisper-showcase__copy h2,.whisper-pricing__head h2,.whisper-faq h2,.whisper-card-section__head h2,.whisper-proof h2,.template-centered-copy h1,.template-ios__copy h1,.template-feature__hero h1,.template-docs__content h1,.template-legal h1,.template-docs__article h2,.template-feature__steps h2,.template-versus h2,.template-legal h2,.template-changelog h2,.template-marketing__cards h2,.template-device-grid h2,.template-comparisons h2,.sw-centered-hero h1,.sw-ios-hero h1,.sw-versus-hero h1,.sw-feature-hero h1,.sw-download-hero h1,.sw-legal-page h1,.sw-changelog-page h1,.sw-section-heading h2,.sw-ios-explain h2,.sw-ios-use h2,.sw-comparison-table-section h2,.sw-difference-cards h2,.sw-ios-use h3,.sw-difference-cards h3,.sw-feature-cards h3,.sw-faq summary,.sw-comparison-grid strong,.mpf-content-metrics strong,.mpf-content-sections h2,.mpf-calculator-copy h2,.mpf-content-sections article>span,.mpf-ratio-result>span,.sw-docs-brand span,.sw-docs-sidebar h2,.sw-docs-toc h2,.sw-docs-article-header h1,.sw-docs-copy-block h2,.sw-legal-brand strong,.sw-legal-grid h2,.sw-release-list aside p,.sw-release-list b{font-weight:500}.adaptability-text h2,.sw-mode-copy h2,.sw-keyboard__copy h2,.sw-agent__copy h2,.sw-section-head h2,.sw-mode-copy h3,.sw-agent__features h3,.sw-download-intro h1,.reference-template--comparisons .sw-centered-hero h1,.reference-template--comparisons .sw-section-heading h2,.reference-template--comparison-detail .sw-versus-hero h1,.reference-template--comparison-detail .sw-section-heading h2,.reference-template--comparison-detail .sw-faq h2{font-weight:400}.whisper-proof h2,.whisper-card__copy h2,.whisper-small-features h2,.site-footer h3,.reference-template--comparisons .sw-comparison-grid strong,.reference-template--comparison-detail .sw-difference-cards h3{font-weight:300}@media(max-width:1100px){.sw-docs-shell{grid-template-columns:230px minmax(0,1fr)}.sw-docs-toc{display:none}}@media(max-width:900px){.sw-centered-hero,.sw-versus-hero{padding-top:132px}.sw-ios-hero{min-height:auto;padding-top:132px}.sw-ios-explain,.sw-fairness,.sw-feature-hero,.sw-legal-grid,.sw-release-list article,.mpf-calculator-shell{grid-template-columns:1fr}.sw-ios-benefits,.sw-ios-use>div,.sw-quote-band,.sw-difference-cards>div:last-child,.sw-feature-cards,.mpf-content-metrics{grid-template-columns:1fr}.sw-comparison-grid,.sw-docs-card-grid{grid-template-columns:1fr}.sw-docs-shell{display:block}.sw-docs-sidebar{position:relative;height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.sw-docs-sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sw-docs-content{width:min(calc(100% - 36px),760px);padding-top:46px}.mpf-content-sections article{grid-template-columns:1fr;gap:14px}.mpf-content-sections article>span{font-size:28px}.sw-download-layout{grid-template-columns:1fr;gap:36px}.sw-download-icon-column{justify-content:flex-start}.sw-download-updates{max-width:360px}.sw-download-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.sw-centered-hero h1,.sw-ios-hero h1,.sw-versus-hero h1,.sw-feature-hero h1,.sw-changelog-page h1{font-size:46px}.sw-download-header__inner{align-items:flex-start;flex-direction:column;gap:14px}.sw-download-main{padding-top:44px}.sw-download-option-head,.sw-download-options p,.sw-requires-row{align-items:flex-start;flex-direction:column}.sw-download-app-icon{width:108px;height:108px;border-radius:22px}.sw-download-footer{margin-top:80px}.sw-download-footer__nav{grid-template-columns:1fr}.sw-versus-hero h1 img{width:44px;height:44px}.sw-versus-hero h1 span:first-child img{width:62px}.sw-feature-page{padding-top:122px}.sw-feature-hero{grid-template-columns:1fr}.sw-feature-demo{display:none}.whisper-small-features{grid-template-columns:1fr}.sw-docs-sidebar nav{grid-template-columns:1fr}.sw-release-tabs{width:100%}.sw-release-tabs button{min-width:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mpf-contact-form{display:grid;gap:16px;max-width:680px;margin:8px 0 32px;padding:26px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#ffffff0b}.mpf-contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mpf-contact-form label{display:grid;gap:8px}.mpf-contact-form label>span{color:#ffffffb8;font-size:14px;font-weight:600}.mpf-contact-form input,.mpf-contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:13px 14px;background:#00000057;color:#fff;font:inherit;outline:0}.mpf-contact-form textarea{resize:vertical}.mpf-contact-form input:focus,.mpf-contact-form textarea:focus{border-color:#dd55e7b8;box-shadow:0 0 0 3px #dd55e724}.mpf-contact-form__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.mpf-contact-form button{min-height:48px;padding:0 26px;border:0;border-radius:999px;background:#fff;color:#000;font-weight:700;cursor:pointer}.mpf-contact-form button[disabled]{opacity:.6;cursor:default}.mpf-contact-form__status,.footer-subscribe__status{margin:6px 0 0;font-size:14px;color:#fff9}.mpf-contact-form__status[data-state=success],.footer-subscribe__status[data-state=success]{color:#20df9e}.mpf-contact-form__status[data-state=error],.footer-subscribe__status[data-state=error]{color:#ff7a7a}@media(max-width:640px){.mpf-contact-form__row{grid-template-columns:1fr}}
