.home-page{--home-bg:#08080a;--home-deep:#050506;--home-panel:#121217;--home-raised:#17171c;--home-text:#f8f6fb;--home-muted:#aaa5b2;--home-lime:#8dff18;--home-line:#ffffff1f;--home-radius:26px;background:var(--home-bg);color:var(--home-text);overflow:hidden}.home-page *{box-sizing:border-box}.home-page img{max-width:100%;display:block}.home-container{width:min(1600px,100% - 48px);margin-inline:auto}.home-page :focus-visible{outline:3px solid var(--home-lime);outline-offset:4px}.home-page h1,.home-page h2,.home-page h3,.home-page p{margin-top:0}.home-page h1,.home-page h2,.home-page h3{letter-spacing:-.04em;font-weight:500}.home-page p{color:var(--home-muted);line-height:1.55}.home-button{cursor:pointer;border:0;border-radius:999px;min-height:58px;padding:0 42px;font:700 19px/1 Arial,Helvetica,sans-serif;transition:transform .2s,box-shadow .2s}.home-button:hover{transform:translateY(-3px)scale(1.015)}.home-button-lime{background:linear-gradient(115deg,#c9ff3f,var(--home-lime) 52%,#48dc63);color:#071004;box-shadow:0 14px 42px #73ff2a3d}.home-button-dark{color:#fff;background:#08080a}.home-hero{isolation:isolate;background:var(--home-deep);place-items:center;min-height:100svh;display:grid;position:relative;overflow:hidden}.home-hero-poster,.home-hero-videos,.home-hero-mask{border-radius:clamp(18px,1.7vw,30px);width:auto;height:auto;position:absolute;inset:clamp(8px,.7vw,14px)}.home-hero-poster{z-index:0;object-fit:cover;width:calc(100% - clamp(16px,1.4vw,28px));height:calc(100% - clamp(16px,1.4vw,28px))}.home-hero-videos{z-index:1;opacity:0;background:#050708;transition:opacity .6s;overflow:hidden}.home-hero.media-ready .home-hero-videos{opacity:1}.home-hero.media-ready .home-hero-poster{visibility:hidden}.home-hero-video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .7s;position:absolute;inset:0}.home-hero-video.is-current{opacity:1}.home-hero-mask{z-index:2;pointer-events:none;background:radial-gradient(at 50% 49%,#050607ad,#0506074d 64%,#0506078a),linear-gradient(#0304056b,#0000 35%,#03040594);border:1px solid #ffffff0e;box-shadow:inset 0 0 96px 34px #0204058c}.home-hero-content{z-index:3;text-align:center;width:min(980px,100% - 48px);padding-top:76px;position:relative}.home-hero h1{text-wrap:balance;max-width:920px;margin:0 auto 25px;font-size:clamp(48px,min(7vw,8vh),104px);line-height:.94}.home-hero h1 span,.home-section-heading h2 span,.home-faq h2 span{color:var(--home-lime)}.home-hero p{color:#eeeaf2;text-wrap:balance;max-width:760px;margin:0 auto 28px;font-size:clamp(18px,1.6vw,23px)}.home-hero-actions{flex-direction:column;align-items:center;gap:13px;display:flex}.home-hero-actions a{color:#f8f6fbad;text-underline-offset:5px;font-size:13px;text-decoration-color:#ffffff40}.home-hero-actions a:hover{color:#fff;-webkit-text-decoration-color:var(--home-lime);text-decoration-color:var(--home-lime)}.home-marquee{white-space:nowrap;background:#0b0b0d;border-block:1px solid #8dff1833;overflow:hidden}.home-marquee div{min-width:max-content;color:var(--home-text);letter-spacing:-.045em;padding:25px 0;font-size:clamp(34px,4.4vw,72px);line-height:.95;animation:30s linear infinite home-roll;display:inline-block}.home-marquee b{color:var(--home-lime);margin:0 28px;font-weight:400}@keyframes home-roll{to{transform:translate(-50%)}}.home-section{border-top:1px solid var(--home-line);padding:86px 0}.home-section-heading{max-width:780px;margin-bottom:34px}.home-section-heading h2{margin-bottom:12px;font-size:clamp(38px,4vw,58px);line-height:1.12}.home-section-heading p{margin-bottom:0;font-size:18px}.home-use-cases{padding-top:96px}.home-scene-list{gap:18px;display:grid}.home-scene{border:1px solid var(--home-line);border-radius:var(--home-radius);background:var(--home-panel);grid-template-columns:1.2fr 1fr;min-height:440px;display:grid;overflow:hidden}.home-scene img{object-fit:cover;width:100%;height:100%;min-height:360px}.home-scene>div{flex-direction:column;justify-content:center;padding:clamp(32px,6vw,100px);display:flex}.home-scene h3{margin-bottom:18px;font-size:clamp(27px,3vw,44px);line-height:1.1}.home-scene p{margin-bottom:0;font-size:17px}.home-scene-reverse img{order:2}.home-text-link{color:var(--home-lime);text-underline-offset:5px;margin:-8px 0 26px;font-weight:700;display:inline-block}.home-voice-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.home-voice-card{background:var(--home-raised);border:1px solid #ffffff14;border-radius:20px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.home-voice-card:hover,.home-voice-card.is-playing{border-color:#8dff188c;transform:translateY(-3px)}.home-voice-card>img{aspect-ratio:1;object-fit:cover;width:100%}.home-voice-card>div{justify-content:space-between;align-items:center;gap:8px;padding:13px 12px 12px;display:flex}.home-voice-card strong,.home-voice-card small{display:block}.home-voice-card strong{font-size:15px}.home-voice-card small{color:var(--home-muted);margin-top:4px;font-size:12px}.home-voice-card button,.home-soundboard-wall button{border:1px solid var(--home-line);color:#fff;cursor:pointer;background:#0b0b0d;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;display:grid}.home-voice-card.is-playing button{border-color:var(--home-lime);color:var(--home-lime)}.home-voice-card button i,.home-soundboard-wall button i{font-size:13px;font-style:normal;line-height:1}.home-voice-card em{background:#ffffff1a;height:3px;display:block}.home-voice-card em i{background:var(--home-lime);height:100%;transition:width .1s linear;display:block}.home-compatibility{background:radial-gradient(circle at 80% 30%,#8dff1817,#0000 28%)}.home-compat-grid{grid-template-columns:repeat(9,minmax(0,1fr));gap:12px;display:grid}.home-compat-grid a{border:1px solid var(--home-line);background:#ffffff06;border-radius:18px;place-items:center;min-height:92px;transition:border-color .2s,transform .2s;display:grid}.home-compat-grid a:hover{border-color:#8dff188c;transform:translateY(-3px)}.home-compat-grid img{object-fit:contain;width:50px;height:50px}.home-soundboard{background:radial-gradient(at 50% 55%,#8dff181a,#0000 51%),#09090b}.home-soundboard-wall{background:linear-gradient(145deg,#8dff1814,#0000 36%),#0e0e12;border:1px solid #8dff182e;border-radius:32px;grid-template-columns:repeat(10,minmax(0,1fr));gap:12px;padding:clamp(18px,3vw,42px);display:grid}.home-soundboard-wall button{aspect-ratio:1;background:#17171c;border-radius:16px;width:100%;height:auto;position:relative;overflow:hidden}.home-soundboard-wall button img{object-fit:cover;width:100%;height:100%;transition:transform .2s,filter .2s}.home-soundboard-wall button:hover img{filter:brightness(.72);transform:scale(1.06)}.home-soundboard-wall button i{opacity:0;background:#08080ad1;border-radius:50%;width:38px;height:38px;padding:11px;transition:opacity .2s;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.home-soundboard-wall button:hover i,.home-soundboard-wall button.is-playing i{opacity:1}.home-soundboard-wall button.is-playing{border-color:var(--home-lime)}.home-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.home-steps article{border:1px solid var(--home-line);background:var(--home-panel);border-radius:24px;overflow:hidden}.home-steps>article>img{aspect-ratio:1.6;object-fit:cover;width:100%}.home-steps article>div{grid-template-columns:44px 1fr;gap:13px;padding:24px;display:grid}.home-steps b{background:var(--home-lime);color:#0b1404;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.home-steps h3{margin:2px 0 11px;font-size:23px;line-height:1.12}.home-steps p{margin-bottom:0;font-size:15px}.home-why{background:linear-gradient(#09090b,#08080a)}.home-signal{object-fit:contain;object-position:center;opacity:.82;width:100%;max-height:120px;margin:-26px 0 8px}.home-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;display:grid}.home-feature-grid article{text-align:center;padding:0 18px 12px}.home-feature-grid img{object-fit:contain;width:110px;height:110px;margin:0 auto 17px}.home-feature-grid h3{margin-bottom:13px;font-size:23px;line-height:1.12}.home-feature-grid p{margin-bottom:0;font-size:15px}.home-faq-layout{grid-template-columns:minmax(260px,.6fr) minmax(0,1fr);gap:clamp(40px,10vw,160px);display:grid}.home-faq h2{margin:0;font-size:clamp(40px,4.5vw,68px);line-height:1.03}.home-faq details{border:1px solid var(--home-line);background:var(--home-panel);border-radius:18px;margin-bottom:12px}.home-faq details[open]{background:linear-gradient(145deg,#8dff1814,transparent 45%),var(--home-panel);border-color:#8dff186b}.home-faq summary{cursor:pointer;padding:21px;font-weight:700}.home-faq details p{margin:0;padding:0 21px 21px;font-size:16px}.home-final-cta{color:#071004;background:linear-gradient(135deg,#8dff18,#48dc63);padding:84px 24px}.home-final-cta>div{justify-content:space-between;align-items:center;gap:32px;width:min(1600px,100%);margin:auto;display:flex}.home-final-cta h2{max-width:720px;margin:0;font-size:clamp(42px,5vw,70px);line-height:1.05}.home-modal{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000c2;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.home-modal-card{background:radial-gradient(circle at 90% 4%,#8dff1818,#0000 34%),#111215;border:1px solid #8dff183d;border-radius:28px;width:min(590px,100%);padding:44px;position:relative;box-shadow:0 32px 90px #00000094}.home-modal-close{border:1px solid var(--home-line);color:#d8d5dd;cursor:pointer;background:#ffffff0a;border-radius:50%;width:40px;height:40px;font-size:25px;position:absolute;top:18px;right:18px}.home-modal-card h2{letter-spacing:-.04em;max-width:470px;margin-bottom:14px;font-size:46px;line-height:1}.home-modal-card>p{margin-bottom:24px}.home-modal-card form{gap:12px;display:grid}.home-modal-card input:not(.home-honeypot input){color:#fff;background:#08090a;border:1px solid #ffffff2e;border-radius:12px;width:100%;min-height:52px;padding:0 16px}.home-modal-card form .home-button{width:100%;min-height:52px;font-size:17px}.home-modal-card small,.home-modal-status{color:#85818d;text-align:center;margin:0;font-size:13px;line-height:1.45}.home-modal-status{min-height:18px}.home-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.home-success{background:#8dff180e;border:1px solid #8dff1838;border-radius:14px;padding:18px;color:#cfff9c!important;margin:24px 0 0!important}@media (max-width:1000px){.home-voice-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-compat-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.home-soundboard-wall{grid-template-columns:repeat(7,minmax(0,1fr))}.home-feature-grid{gap:16px}.home-scene>div{padding:42px}.home-faq-layout{gap:60px}}@media (max-width:760px){.home-container{width:calc(100% - 28px)}.home-hero{min-height:760px}.home-hero-content{width:calc(100% - 32px);padding-top:62px}.home-hero h1{font-size:clamp(42px,12vw,62px);line-height:.98}.home-hero p{font-size:17px}.home-button{min-width:256px;min-height:54px;font-size:18px}.home-marquee div{padding:19px 0}.home-section{padding:56px 0}.home-use-cases{padding-top:58px}.home-section-heading{margin-bottom:28px}.home-section-heading h2{font-size:36px}.home-section-heading p{font-size:16px}.home-scene,.home-scene-reverse{grid-template-columns:1fr}.home-scene img,.home-scene-reverse img{aspect-ratio:1.2;object-fit:cover;order:0;min-height:0}.home-scene>div{padding:28px}.home-scene h3{font-size:29px}.home-scene p{font-size:16px}.home-voice-grid{scroll-snap-type:x mandatory;padding-bottom:8px;display:flex;overflow-x:auto}.home-voice-card{scroll-snap-align:start;flex:0 0 164px}.home-compat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-compat-grid a{border-radius:14px;min-height:72px}.home-compat-grid img{width:42px;height:42px}.home-soundboard-wall{border-radius:22px;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:14px}.home-soundboard-wall button{border-radius:12px}.home-steps{grid-template-columns:1fr}.home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 8px}.home-feature-grid article{padding-inline:4px}.home-feature-grid img{width:86px;height:86px}.home-feature-grid h3{font-size:21px}.home-signal{display:none}.home-faq-layout{grid-template-columns:1fr;gap:28px}.home-faq h2{font-size:43px}.home-final-cta{padding:56px 14px}.home-final-cta>div{display:block}.home-final-cta .home-button{width:100%;margin-top:28px}.home-modal-card{border-radius:22px;padding:38px 22px 24px}.home-modal-card h2{padding-right:26px;font-size:38px}}@media (prefers-reduced-motion:reduce){.home-marquee div{animation:none}.home-hero-videos{display:none}.home-hero-poster{visibility:visible!important}.home-button,.home-voice-card,.home-compat-grid a,.home-soundboard-wall button img{transition:none}.home-page{scroll-behavior:auto}}
.home-page{--home-max:1600px;--home-core-screen:min(100svh,820px);font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.home-hero{height:100svh;min-height:620px}.home-hero-content{width:min(980px,100% - 48px);padding:clamp(76px,10vh,104px) 0 24px}.home-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-hero-display-title{letter-spacing:-.035em;text-wrap:balance;max-width:980px;margin:0 auto 24px;font-size:clamp(42px,min(4.5vw,7.3vh),72px);font-weight:500;line-height:1.12}.home-hero-dynamic-line,.home-hero-word-window{vertical-align:top;white-space:nowrap;align-items:center;height:1.12em;line-height:1.12;display:inline-flex}.home-hero-word-window{color:var(--home-lime)}.home-hero-word{white-space:pre;line-height:1;display:inline-block}.home-hero-caret{background:var(--home-lime);border-radius:2px;width:3px;height:.85em;margin-left:4px;animation:1.06s step-end infinite home-caret-blink}@keyframes home-caret-blink{50%{opacity:0}}.home-hero h1{display:none}.home-hero p{max-width:760px;margin-bottom:28px;font-size:20px;line-height:1.5}.home-hero-actions .home-button{letter-spacing:-.01em;min-width:256px;transition:box-shadow .24s;position:relative;overflow:hidden;box-shadow:0 0 0 1px #caff6247,0 14px 42px #73ff2a3d,inset 0 1px #ffffff40}.home-hero-actions .home-button:hover{background:linear-gradient(115deg,#c9ff3f,var(--home-lime) 52%,#48dc63);transform:none;box-shadow:0 0 0 1px #daff7e80,0 18px 48px #73ff2a6b,0 0 34px #8dff1833,inset 0 1px #ffffff4d}.home-section{padding:64px 0}.home-section-heading{max-width:none;margin-bottom:36px}.home-section-heading h2{letter-spacing:-.025em;max-width:900px;margin:0 0 14px;font-size:44px;line-height:1.18}.home-section-heading p{color:var(--home-muted);margin:0;font-size:18px;line-height:1.55}.home-use-cases,.home-voices,.home-compatibility,.home-soundboard{width:min(100%,1920px);margin-inline:auto}.home-use-cases{min-height:var(--home-core-screen);padding-top:96px}.home-scene-list{gap:28px}.home-scene{background:#0d0d10;border-color:#ffffff1f;border-radius:28px;grid-template-columns:minmax(0,1.2fr) minmax(390px,1fr);min-height:clamp(420px,34vw,540px);transition:border-color .4s,box-shadow .55s;box-shadow:0 28px 72px #0000003d}.home-scene-reverse{grid-template-columns:minmax(390px,1fr) minmax(0,1.2fr)}.home-scene img{min-height:0;transition:transform .8s cubic-bezier(.2,.72,.18,1),filter .55s;transform:scale(1.001)}.home-scene>div{background:radial-gradient(circle at 100% 0,#8dff1814,#0000 44%),#111115;border-left:1px solid #ffffff1f;padding:clamp(34px,4vw,72px)}.home-scene-reverse>div{background:radial-gradient(circle at 0 0,#8dff1814,#0000 44%),#111115;border-left:0;border-right:1px solid #ffffff1f}.home-scene h3{letter-spacing:-.025em;margin-bottom:18px;font-size:32px;line-height:1.15}.home-scene p{max-width:660px;font-size:18px;line-height:1.55}@media (hover:hover){.home-scene:hover{border-color:#8dff184d;box-shadow:0 34px 90px #00000057,0 0 0 1px #8dff180f}.home-scene:hover img{filter:brightness(1.035)saturate(1.045);transform:scale(1.035)translate(9px)}.home-scene-reverse:hover img{transform:scale(1.035)translate(-9px)}}.home-voices{min-height:var(--home-core-screen);padding-block:96px;overflow:hidden}.home-text-link{border:1px solid var(--home-line);color:var(--home-text);border-radius:999px;margin:0 0 30px;padding:10px 16px;font-size:14px}.home-text-link:hover{border-color:var(--home-lime);color:var(--home-lime)}.home-voice-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.home-voice-card{isolation:isolate;background:#17171c;border-color:#ffffff12;border-radius:22px;grid-template-rows:118px auto 4px;gap:10px;height:206px;padding:13px;transition:transform .6s cubic-bezier(.2,.76,.18,1),border-color .35s,box-shadow .45s,color .3s;display:grid}.home-voice-card:before{z-index:0;border-radius:inherit;content:"";pointer-events:none;background:linear-gradient(145deg,#c5ff52 0%,var(--home-lime) 52%,#62e968 100%);opacity:0;transform-origin:0;transition:transform .62s cubic-bezier(.16,.78,.2,1),opacity .16s;position:absolute;inset:0;transform:perspective(760px)rotateY(-96deg)scale(.94)}.home-voice-card:nth-child(2n):before{transform-origin:100%;transform:perspective(760px)rotateY(96deg)scale(.94)}.home-voice-card>*{z-index:1;position:relative}.home-voice-card>img{object-fit:cover;border-radius:50%;width:118px;height:118px;margin:auto;transition:transform .62s cubic-bezier(.2,.76,.18,1),box-shadow .45s}.home-voice-card>div{grid-template-columns:1fr 38px;gap:10px;padding:0;display:grid}.home-voice-card strong{font-size:16px;font-weight:500}.home-voice-card small{color:#95919c;margin-top:3px;font-size:13px}.home-voice-card em{visibility:hidden;opacity:0;background:#ffffff29;transition:opacity .25s}.home-voice-card.is-playing{border-color:var(--home-lime);background:#1a2315;box-shadow:inset 0 0 0 1px #8dff181f,0 12px 30px #0000002e}.home-voice-card.is-playing em{visibility:visible;opacity:1}.home-voice-card.is-playing button{background:var(--home-lime);color:#081004}@media (hover:hover){.home-voice-card:hover{color:#0b1404;border-color:#8dff18b8;transform:perspective(900px)translateY(-7px)rotateX(2deg);box-shadow:0 24px 54px #00000061,0 0 30px #8dff181f}.home-voice-card:hover:before,.home-voice-card:nth-child(2n):hover:before{opacity:1;transform:perspective(760px)rotateY(0)scale(1)}.home-voice-card:hover>img{transform:translateY(-4px)scale(1.045)rotate(-1.5deg);box-shadow:0 12px 28px #0b14043d}.home-voice-card:nth-child(2n):hover>img{transform:translateY(-4px)scale(1.045)rotate(1.5deg)}.home-voice-card:hover small{color:#0b1404a8}.home-voice-card:hover button{color:#fff;background:#0b1404;border-color:#0b1404}.home-voice-card:hover em{background:#0b140433}.home-voice-card:hover em i{background:#0b1404}}.home-compatibility{min-height:var(--home-core-screen);background:#08080a;padding-top:96px}.home-compatibility .home-container{flex-direction:column;min-height:680px;display:flex}.home-compat-grid{background:radial-gradient(circle,#8dff1814,#0000 55%),#080a09;border:1px solid #8dff181f;border-radius:32px;flex:1;grid-template-columns:repeat(6,1fr);align-content:center;gap:26px;padding:50px;position:relative;box-shadow:inset 0 0 110px #8dff1809}.home-compat-grid:before{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#0000 0 104px,#8dff1833 105px 106px);position:absolute;inset:17% 0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.home-compat-grid a{z-index:1;background:#17171c;border-color:#ffffff1f;border-radius:18px;min-height:88px;box-shadow:0 14px 30px #0000003d}.home-compat-grid a:hover{border-color:var(--home-lime);box-shadow:0 0 0 1px #8dff1824,0 16px 34px #00000057}.home-soundboard{min-height:var(--home-core-screen);padding-top:96px}.home-soundboard-wall{isolation:isolate;background:0 0;border:0;border-radius:0;height:420px;padding:0;display:block;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.home-soundboard-orbit{z-index:0;opacity:.8;width:110%;max-width:none;height:auto;position:absolute;inset:30px auto auto 50%;transform:translate(-50%)}.home-soundboard-rail{z-index:1;width:100%;height:166px;position:absolute;left:0;overflow:hidden}.home-soundboard-rail-1{top:46px}.home-soundboard-rail-2{top:210px}.home-soundboard-track{align-items:center;width:max-content;height:100%;animation:55s linear infinite home-soundboard-left;display:flex}.home-soundboard-rail-2 .home-soundboard-track{animation-name:home-soundboard-right;animation-duration:62s}.home-soundboard-rail:hover .home-soundboard-track{animation-play-state:paused}@keyframes home-soundboard-left{to{transform:translate(-50%)}}@keyframes home-soundboard-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.home-soundboard-wall button{--home-tilt:0deg;width:130px;height:112px;transform:rotate(var(--home-tilt));background:#151519;border:1px solid #ffffff3d;border-radius:16px;flex:0 0 130px;padding:0;transition:transform .28s,border-color .28s,box-shadow .28s;display:block;position:relative;overflow:hidden;box-shadow:0 18px 42px #00000057}.home-soundboard-wall button:nth-child(3n+1){--home-tilt:-2.2deg;height:122px}.home-soundboard-wall button:nth-child(3n+2){--home-tilt:1.7deg;flex-basis:148px;width:148px}.home-soundboard-wall button:nth-child(3n){--home-tilt:-.7deg;height:130px}.home-soundboard-wall button:nth-child(4n+1){margin-top:18px}.home-soundboard-wall button:nth-child(4n+2){margin-top:-12px}.home-soundboard-wall button:nth-child(4n+3){margin-top:9px}.home-soundboard-wall button:hover,.home-soundboard-wall button:focus-visible{z-index:3;transform:translateY(-7px) rotate(var(--home-tilt)) scale(1.045);border-color:#8dff18b8;box-shadow:0 24px 70px #00000094,0 0 32px #8dff1826}.home-soundboard-wall button:hover>img,.home-soundboard-wall button:focus-visible>img{filter:brightness(.72);transform:scale(1.055)}.home-soundboard-wall button.is-playing{z-index:4;border-color:var(--home-lime);box-shadow:0 0 0 2px #8dff182e,0 26px 72px #0000009e,0 0 42px #8dff1833}.home-soundboard-wall button i{place-items:center;padding:0;font-size:13px;display:grid}.home-soundboard-wall button:hover i,.home-soundboard-wall button:focus-visible i,.home-soundboard-wall button.is-playing i{opacity:1}.home-soundboard-wall button.is-playing i{background:var(--home-lime);color:#081004}.home-steps article{border-radius:24px;min-height:440px;transition:transform .28s,border-color .28s,box-shadow .28s}.home-steps article:hover{border-color:#8dff1857;transform:translateY(-5px);box-shadow:0 28px 70px #00000057}.home-steps>article>img{aspect-ratio:auto;height:276px;transition:transform .55s}.home-steps article:hover>img{transform:scale(1.025)}.home-steps article>div{grid-template-columns:42px minmax(0,1fr);gap:14px;min-height:163px;padding:22px}.home-steps b{width:auto;height:auto;color:var(--home-lime);background:0 0;font-size:42px;font-weight:400;line-height:.95}.home-steps h3{font-size:23px;font-weight:500}.home-steps p{font-size:15.5px}.home-why{min-height:720px;padding-top:64px;padding-bottom:52px}.home-why .home-section-heading h2{font-size:44px}.home-signal{opacity:1;width:calc(100% + 112px);max-width:none;max-height:none;margin:92px 0 4px -56px;display:block}.home-feature-grid{gap:40px}.home-feature-grid img{display:none}.home-feature-grid h3{max-width:300px;margin:0 auto 16px;font-size:30px;font-weight:400}.home-feature-grid p{max-width:300px;margin:auto;font-size:16px}.home-faq{padding-block:64px}.home-faq-layout{grid-template-columns:minmax(280px,330px) minmax(0,1fr);gap:clamp(48px,4vw,64px)}.home-faq h2{max-width:340px;font-size:44px;font-weight:500;line-height:1.08}.home-faq details{background:#19191e;border-color:#ffffff14;margin-bottom:12px}.home-faq details[open]{background:#1c2118;border-color:#8dff183d}.home-faq summary{min-height:68px;padding:0 24px;font-size:17px;font-weight:400}.home-faq summary:after{content:"+";color:var(--home-lime);font-size:28px;line-height:1}.home-faq details[open] summary:after{display:inline-block;transform:rotate(45deg)}.home-faq details p{margin:-2px 58px 22px 24px;padding:0;font-size:16px}.home-final-cta{min-height:760px;padding:40px 24px}.home-final-cta>div{text-align:center;width:min(1050px,100% - 48px);display:block}.home-final-cta h2{letter-spacing:-.08em;max-width:none;margin-bottom:36px;font-size:clamp(72px,10vw,150px);line-height:.84}.home-final-cta .home-button{min-width:256px}@media (max-width:900px){.home-section{padding-block:56px}.home-hero-display-title{font-size:clamp(42px,10vw,64px)}.home-scene,.home-scene-reverse{grid-template-columns:1fr}.home-scene img,.home-scene-reverse img{aspect-ratio:16/9;order:0}.home-scene>div,.home-scene-reverse>div{border:0;border-top:1px solid #ffffff1f}.home-compatibility .home-container{min-height:0}.home-compat-grid{grid-template-columns:repeat(4,1fr)}.home-faq-layout{grid-template-columns:1fr}.home-feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.home-hero-content,.home-container{width:calc(100% - 28px)}.home-hero-display-title{font-size:42px;line-height:1.12}.home-hero p{font-size:18px}.home-hero-actions .home-button{width:min(280px,100%)}.home-section-heading h2{font-size:36px}.home-scene{border-radius:24px}.home-scene>div{padding:22px 24px 24px}.home-voice-grid{gap:10px;display:flex}.home-voice-card{flex:0 0 164px}.home-compat-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:20px}.home-soundboard-wall{width:100vw;height:390px;margin-left:calc(-50vw + 50%)}.home-soundboard-rail{height:140px}.home-soundboard-rail-1{top:42px}.home-soundboard-rail-2{top:188px}.home-soundboard-wall button{flex-basis:112px;width:112px;height:96px}.home-soundboard-wall button:nth-child(3n+1){height:106px}.home-soundboard-wall button:nth-child(3n+2){flex-basis:128px;width:128px}.home-soundboard-wall button:nth-child(3n){height:114px}.home-steps>article>img{height:230px}.home-feature-grid{grid-template-columns:1fr}.home-signal{display:none}.home-final-cta{min-height:600px}.home-final-cta h2{font-size:50px}.home-final-cta>div{width:100%}}@media (prefers-reduced-motion:reduce){.home-hero-caret,.home-soundboard-track{animation:none}.home-soundboard-track{transform:none!important}.home-scene,.home-scene img,.home-voice-card,.home-voice-card:before,.home-voice-card>img,.home-steps article,.home-steps>article>img{transition:none}.home-voice-card:hover,.home-scene:hover,.home-steps article:hover{transform:none}.home-hero-videos{display:none}}
.home-voice-library-link{width:max-content;color:var(--home-text);margin:18px 0 0 auto;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none;display:flex}.home-voice-library-link:hover{color:var(--home-lime)}.home-modal-card input:not(.home-honeypot input):focus{border-color:var(--home-lime);outline:0;box-shadow:0 0 0 3px #8dff181a}.home-modal-card .home-modal-submit{width:100%;min-height:52px;transition:background .2s,box-shadow .2s;box-shadow:0 0 0 1px #caff6233,0 10px 34px #73ff2a29;color:#071004!important;background:linear-gradient(115deg,#c9ff3f 0%,#8dff18 48%,#48dc63 100%)!important}.home-modal-card .home-modal-submit:hover:not(:disabled){box-shadow:0 0 0 1px #daff7e59,0 14px 42px #73ff2a3d;background:linear-gradient(115deg,#ddff72 0%,#9dff33 48%,#5bea73 100%)!important}.home-modal-card .home-modal-submit:focus-visible{outline:3px solid var(--home-lime);outline-offset:4px}.home-modal-card .home-modal-submit:disabled{opacity:.58;cursor:wait}.home-hero-actions .home-button{isolation:auto;transition:box-shadow .24s!important}.home-hero-actions .home-button:before{content:none}.home-hero-actions .home-button:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:34%;transition:transform .7s cubic-bezier(.2,.75,.25,1);position:absolute;inset:-30% auto -30% -45%;transform:skew(-18deg)translate(-190%)}.home-hero-actions .home-button:hover{background:linear-gradient(115deg,#c9ff3f 0%,var(--home-lime) 48%,#48dc63 100%)!important;transform:none!important;box-shadow:0 0 0 1px #daff7e66,0 16px 46px #73ff2a4d,0 0 28px #8dff181f!important}.home-hero-actions .home-button:hover:after{transform:skew(-18deg)translate(590%)}.home-hero-actions .home-button:active{transform:none!important}.home-final-cta .home-button{isolation:auto;position:relative;overflow:hidden;transition:background .24s,box-shadow .24s!important}.home-final-cta .home-button:before{content:none}.home-final-cta .home-button:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff57,#0000);width:34%;transition:transform .7s cubic-bezier(.2,.75,.25,1);position:absolute;inset:-30% auto -30% -45%;transform:skew(-18deg)translate(-190%)}.home-final-cta .home-button:hover{background:#1a1a1f!important;transform:none!important;box-shadow:0 14px 34px #00000042!important}.home-final-cta .home-button:hover:after{transform:skew(-18deg)translate(590%)}.home-final-cta .home-button:active{transform:none!important}.home-voice-card>img{background:radial-gradient(circle at 45% 30%,#292930 0,#111116 56%,#08080a 100%);box-shadow:inset 0 0 0 1px #ffffff0d,inset 0 -14px 22px #00000059}.home-why{min-height:0;padding:64px 0 52px}.home-why .home-section-heading h2{letter-spacing:-.025em;font-size:44px;line-height:1.18}.home-signal{display:none!important}.home-feature-grid{gap:40px;margin-top:48px}.home-feature-grid article{padding:0 12px 12px}.home-feature-grid img{object-fit:contain;width:112px;height:112px;margin:0 auto 14px;display:block}.home-feature-grid h3{max-width:320px;margin:0 auto 12px;font-size:24px;font-weight:400;line-height:1.13}.home-feature-grid p{max-width:320px;font-size:15px;line-height:1.55}.home-faq summary{justify-content:space-between;align-items:center;gap:24px;list-style:none;display:flex!important}.home-faq summary::-webkit-details-marker{display:none}.home-faq summary:after{flex:none;margin-left:auto;display:block}.home-page .home-section{border-top:0}.home-compatibility .home-container{min-height:0}.home-compatibility .home-compat-grid{isolation:isolate;background:#080a09;border:1px solid #8dff181f;border-radius:32px;flex:none;height:clamp(500px,57vh,570px);min-height:0;padding:0;display:block;position:relative;overflow:hidden;box-shadow:inset 0 0 110px #8dff1809}.home-compat-network{z-index:0;opacity:.72;pointer-events:none;position:absolute;inset:0;overflow:hidden}.home-compat-flow{background:#8dff1830;position:absolute;overflow:hidden;box-shadow:0 0 8px #8dff181f}.home-compat-flow:after{content:"";background:var(--home-lime);box-shadow:0 0 8px var(--home-lime),0 0 18px #8dff18b8;display:block;position:absolute}.home-compat-flow-horizontal{height:1px;left:0;right:0}.home-compat-flow-horizontal:after{width:110px;height:1px;animation:home-compat-flow-x var(--flow-speed,4.8s) linear infinite;animation-delay:var(--flow-delay,0s);top:0;left:-110px}.home-compat-flow-vertical{width:1px;top:0;bottom:0}.home-compat-flow-vertical:after{width:1px;height:82px;animation:home-compat-flow-y var(--flow-speed,5.4s) linear infinite;animation-delay:var(--flow-delay,0s);top:-82px;left:0}.home-compat-flow:first-child{--flow-speed:5.2s;top:18%}.home-compat-flow:nth-child(2){--flow-speed:4.4s;--flow-delay:-1.3s;top:39%}.home-compat-flow:nth-child(3){--flow-speed:5.8s;--flow-delay:-3.2s;top:61%}.home-compat-flow:nth-child(4){--flow-speed:4.9s;--flow-delay:-2.1s;top:82%}.home-compat-flow:nth-child(5){--flow-delay:-1.1s;left:8%}.home-compat-flow:nth-child(6){--flow-speed:6.2s;--flow-delay:-4.4s;left:24%}.home-compat-flow:nth-child(7){--flow-delay:-2.7s;left:38%}.home-compat-flow:nth-child(8){--flow-speed:5.9s;--flow-delay:-3.5s;left:52%}.home-compat-flow:nth-child(9){--flow-delay:-.7s;left:67%}.home-compat-flow:nth-child(10){--flow-speed:6.4s;--flow-delay:-4.8s;left:82%}.home-compat-flow:nth-child(11){--flow-speed:5s;--flow-delay:-2s;left:94%}@keyframes home-compat-flow-x{to{transform:translate(calc(100vw + 110px))}}@keyframes home-compat-flow-y{to{transform:translateY(652px)}}.home-compat-grid a{--x:50%;--y:50%;--s:98px;--z:2;z-index:var(--z);left:var(--x);top:var(--y);width:var(--s);min-height:0;height:var(--s);background:#121412;border:1px solid #8dff187a;border-radius:22%;place-items:center;transition:transform .22s,border-color .22s,background .22s,box-shadow .22s;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 18px 38px #00000080,0 0 18px #8dff1814,inset 0 0 0 1px #ffffff06}.home-compat-grid a:hover,.home-compat-grid a:focus-visible{z-index:12;border-color:var(--home-lime);background:#182012;transform:translate(-50%,-50%)scale(1.055);box-shadow:0 24px 52px #00000094,0 0 30px #8dff1838}.home-compat-grid img{object-fit:contain;width:58%;height:58%}.home-compat-grid a:first-of-type{--x:50%;--y:56%;--s:230px;--z:8;border-color:#8dff18c7;box-shadow:0 30px 70px #0000009e,0 0 38px #8dff1824}.home-compat-grid a:nth-of-type(2){--x:24%;--y:21%;--s:122px}.home-compat-grid a:nth-of-type(3){--x:31%;--y:55%;--s:112px}.home-compat-grid a:nth-of-type(4){--x:90%;--y:76%;--s:104px}.home-compat-grid a:nth-of-type(5){--x:7%;--y:76%;--s:92px}.home-compat-grid a:nth-of-type(6){--x:10%;--y:20%;--s:118px}.home-compat-grid a:nth-of-type(7){--x:7%;--y:51%;--s:104px}.home-compat-grid a:nth-of-type(8){--x:19%;--y:51%;--s:112px}.home-compat-grid a:nth-of-type(9){--x:58%;--y:20%;--s:118px}.home-compat-grid a:nth-of-type(10){--x:41%;--y:20%;--s:128px}.home-compat-grid a:nth-of-type(11){--x:70%;--y:56%;--s:194px;--z:7;border-color:#8dff18b3}.home-compat-grid a:nth-of-type(12){--x:58%;--y:80%;--s:100px}.home-compat-grid a:nth-of-type(13){--x:26%;--y:79%;--s:96px}.home-compat-grid a:nth-of-type(14){--x:83%;--y:52%;--s:100px}.home-compat-grid a:nth-of-type(15){--x:76%;--y:20%;--s:116px}.home-compat-grid a:nth-of-type(16){--x:34%;--y:79%;--s:98px}.home-compat-grid a:nth-of-type(17){--x:91%;--y:20%;--s:112px}.home-compat-grid a:nth-of-type(18){--x:94%;--y:52%;--s:96px}.home-soundboard-wall{cursor:grab}.home-soundboard-wall.is-dragging{cursor:grabbing}.home-soundboard-orbit{object-fit:cover;object-position:center;opacity:.96;width:100%;height:420px;inset:0;transform:none}.home-soundboard-rail{touch-action:pan-y}.home-soundboard-track{gap:14px;padding-right:14px;animation:none!important}.home-final-cta{text-align:center;place-items:center;min-height:620px;display:grid!important}.home-final-cta>div{flex-direction:column;justify-content:center;align-items:center;width:min(1050px,100% - 48px);text-align:center!important;margin:auto!important;display:flex!important}.home-final-cta h2{letter-spacing:-.03em;width:100%;font-size:58px;font-weight:600;line-height:1.08;text-align:center!important}.home-faq h2 br{display:block}@media (max-width:900px){.home-compatibility .home-compat-grid{height:500px}}@media (max-width:560px){.home-compatibility .home-compat-grid{border-radius:0;width:100%;height:480px}.home-compat-grid a{border-radius:20%}.home-compat-grid a:first-of-type{--x:50%;--y:50%;--s:108px}.home-compat-grid a:nth-of-type(2){--x:10%;--y:13%;--s:58px}.home-compat-grid a:nth-of-type(3){--x:34%;--y:14%;--s:62px}.home-compat-grid a:nth-of-type(4){--x:62%;--y:12%;--s:58px}.home-compat-grid a:nth-of-type(5){--x:88%;--y:14%;--s:56px}.home-compat-grid a:nth-of-type(6){--x:10%;--y:38%;--s:62px}.home-compat-grid a:nth-of-type(7){--x:10%;--y:65%;--s:60px}.home-compat-grid a:nth-of-type(8){--x:35%;--y:88%;--s:62px}.home-compat-grid a:nth-of-type(9){--x:62%;--y:89%;--s:60px}.home-compat-grid a:nth-of-type(10){--x:85%;--y:90%;--s:62px}.home-compat-grid a:nth-of-type(11){--x:80%;--y:52%;--s:78px}.home-compat-grid a:nth-of-type(12){--x:90%;--y:72%;--s:56px}.home-compat-grid a:nth-of-type(13){--x:34%;--y:34%;--s:58px}.home-compat-grid a:nth-of-type(14){--x:66%;--y:33%;--s:58px}.home-compat-grid a:nth-of-type(15){--x:66%;--y:71%;--s:62px}.home-compat-grid a:nth-of-type(16){--x:12%;--y:90%;--s:58px}.home-compat-grid a:nth-of-type(17){--x:88%;--y:34%;--s:58px}.home-compat-grid a:nth-of-type(18){--x:34%;--y:68%;--s:56px}.home-soundboard-orbit{width:140%;height:350px;top:14px;left:-20%;transform:none}.home-faq h2 br{display:none}.home-final-cta h2{font-size:50px}}
