.home{--sky:#ebebe6;--sky-soft:#f5f5f2;--white:#fff;--yellow:#ffd21f;--yellow-hi:#f5c400;--ink:#17171c;--ink-soft:#44444d;--slate:#66666d;--line:#e3e3dd;--off:#a3a3a8;--live:#d92d30;--spring:cubic-bezier(.34, 1.56, .64, 1);background:var(--white);min-height:100vh;color:var(--ink);font-family:var(--font-dm-sans), ui-sans-serif, system-ui, sans-serif;font-size:18px;line-height:1.45;overflow-x:clip}@supports (transition-timing-function:linear(0, 1)){.home{--spring:linear(0, .009, .035 2.1%, .141, .281 6.7%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1.004 83.8%, 1)}}.home *,.home :before,.home :after{box-sizing:border-box}.home i{font-style:normal;display:block}.home :focus-visible{outline:3px solid var(--ink);outline-offset:4px;border-radius:999px}.home .wrap{width:100%;max-width:1248px;margin-inline:auto;padding-inline:clamp(20px,5vw,48px)}.home>header>nav,.home>footer>div{max-width:1248px;padding-inline:clamp(20px,5vw,48px)}.home h1{letter-spacing:-.04em;margin:0;font-size:clamp(46px,6.1vw,86px);font-weight:700;line-height:.96}.home h2{letter-spacing:-.032em;text-wrap:balance;max-width:18ch;margin:0;font-size:clamp(32px,4.2vw,56px);font-weight:700;line-height:1.02}.home .lede,.home .sub{max-width:34ch;color:var(--slate);text-wrap:balance;margin:0;font-size:clamp(18px,1.6vw,21px);line-height:1.4}.home .lede{margin-top:22px}.home .sub{max-width:44ch;margin-top:16px}.home .btn{background:var(--yellow);min-height:56px;color:var(--ink);letter-spacing:-.01em;white-space:nowrap;transition:transform .25s var(--spring), background-color .15s ease;border-radius:999px;justify-content:center;align-items:center;padding:0 30px;font-size:18px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:inset 0 1px #fff3,0 1px 2px #17171c4d,0 8px 20px -10px #17171c73}.home .btn:hover{background:var(--yellow-hi);transform:translateY(-1px)}.home .btn:active{transform:translateY(0)scale(.98)}.home .btn-small{min-height:42px;padding:0 20px;font-size:16px;box-shadow:inset 0 1px #fff3,0 1px 2px #17171c4d}.home .btn-big{min-height:68px;padding:0 44px;font-size:21px}.home .cta-row{flex-wrap:wrap;align-items:center;gap:14px 20px;margin-top:30px;display:flex}.home .cta-note{color:var(--slate);margin:0;font-size:16px}.home .hero{background:radial-gradient(60% 46% at 86% 8%, #fffffff2, #fff0 70%), radial-gradient(42% 30% at 12% 30%, #fffc, #fff0 70%), linear-gradient(180deg, var(--sky) 0%, var(--sky-soft) 52%, var(--white) 100%);margin-top:-57px;padding:clamp(104px,11vw,150px) 0 clamp(64px,8vw,112px);position:relative}.home .hero-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy""stage""card";gap:36px;display:grid}.home .hero-copy{grid-area:copy}.home .demo{display:contents}.home .card{border:1px solid var(--white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border-radius:28px;grid-area:card;justify-self:center;width:100%;max-width:460px;padding:22px 24px 18px;box-shadow:0 1px 2px #17171c0f,0 22px 48px -18px #17171c4d}.home .card-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.home .card-label{letter-spacing:-.03em;font-size:28px;font-weight:700;line-height:1;display:block}.home .card-status{text-wrap:balance;min-height:2.7em;color:var(--slate);margin:8px 0 0;font-size:16px;line-height:1.35}.home .card-status span{animation:.45s both home-status-in;display:block}.home .demo[data-net=off] .card-status{color:var(--ink);font-weight:600}.home .switch-wrap{flex:none;display:block;position:relative}.home .switch{--w:112px;--h:64px;--pad:6px;--grow:12px;width:var(--w);height:var(--h);background:var(--yellow);-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:0;border-radius:999px;padding:0;transition:background-color .35s,box-shadow .35s;display:block;position:relative;box-shadow:inset 0 2px 6px #17171c2e,0 12px 24px -12px #f5c400e6}.home .switch[aria-checked=false]{background:var(--off);box-shadow:inset 0 2px 6px #17171c47,0 12px 24px -14px #17171c4d}.home .knob{top:var(--pad);left:var(--pad);width:calc(var(--h) - 2 * var(--pad));height:calc(var(--h) - 2 * var(--pad));background:var(--white);transform:translateX(calc(var(--w) - var(--h)));transition:transform .75s var(--spring), width .18s ease;border-radius:999px;place-items:center;display:grid;position:absolute;box-shadow:0 1px 2px #17171c4d,0 8px 14px -2px #17171c4d}.home .switch[aria-checked=false] .knob{transform:translate(0)}.home .switch:active .knob{width:calc(var(--h) - 2 * var(--pad) + var(--grow));transform:translateX(calc(var(--w) - var(--h) - var(--grow)))}.home .switch[aria-checked=false]:active .knob{transform:translate(0)}.home .switch[data-hint]:after{content:"";border-radius:inherit;border:3px solid var(--yellow-hi);opacity:0;pointer-events:none;animation:2.6s ease-out 1.2s infinite home-hint;position:absolute;inset:0}.home .ripple{border:2px solid var(--yellow-hi);opacity:0;pointer-events:none;border-radius:999px;animation:.8s ease-out both home-ripple;position:absolute;inset:0}.home .wifi{fill:none;width:30px;height:30px;stroke:var(--ink);stroke-width:3.2px;stroke-linecap:round}.home .wifi-dot{fill:var(--ink);stroke:none;transition:fill .3s}.home .wifi-arc{transition:opacity .25s,stroke .3s}.home .wifi-arc-1{transition-delay:0s}.home .wifi-arc-2{transition-delay:80ms}.home .wifi-arc-3{transition-delay:.16s}.home .wifi-slash{stroke:var(--slate);stroke-dasharray:1;stroke-dashoffset:1px;transition:stroke-dashoffset .35s}.home .switch[aria-checked=false] .wifi-arc{opacity:.28;stroke:var(--slate)}.home .switch[aria-checked=false] .wifi-arc-3{transition-delay:0s}.home .switch[aria-checked=false] .wifi-arc-1{transition-delay:.16s}.home .switch[aria-checked=false] .wifi-dot{fill:var(--slate)}.home .switch[aria-checked=false] .wifi-slash{stroke-dashoffset:0;transition-delay:.2s}.home .meter{border-top:1px solid var(--line);margin:16px 0 0}.home .meter-row{grid-template-columns:8.2em minmax(0,1fr);align-items:center;gap:12px;padding-top:12px;font-size:15px;display:grid}.home .meter dt{color:var(--slate)}.home .meter dd{align-items:center;gap:12px;margin:0;display:flex}.home .spark{flex:1;min-width:0;height:28px;overflow:visible}.home .spark polyline{fill:none;stroke:var(--ink);stroke-width:2px;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke;transition:stroke .4s}.home .demo[data-net=off] .meter-call .spark polyline{stroke:var(--off)}.home .meter-value{text-align:right;font-variant-numeric:tabular-nums;min-width:4.6em;color:var(--ink);flex:none;font-weight:600}.home .stage{grid-area:stage;justify-self:center;width:100%;max-width:720px;padding-bottom:116px;position:relative}.home .call{background:var(--white);transition:transform .8s var(--spring), box-shadow .5s ease;border-radius:24px;padding:0 12px 12px;position:relative;box-shadow:0 1px 2px #17171c14,0 36px 70px -24px #17171c6b}.home .demo[data-net=off] .call{transform:scale(.975);box-shadow:0 1px 2px #17171c0f,0 18px 40px -22px #17171c4d}.home .call-bar{height:46px;color:var(--slate);align-items:center;gap:12px;padding-inline:6px;font-size:14px;display:flex}.home .call-dots{gap:6px;display:flex}.home .call-dots i{background:var(--line);border-radius:50%;width:10px;height:10px}.home .call-title{color:var(--ink);flex:1;font-weight:600}.home .call-time{font-variant-numeric:tabular-nums}.home .signal{align-items:flex-end;gap:2px;height:14px;display:flex}.home .signal i{background:var(--ink);border-radius:1.5px;width:4px;transition:background-color .2s}.home .signal i:first-child{height:5px;transition-delay:.18s}.home .signal i:nth-child(2){height:8px;transition-delay:.12s}.home .signal i:nth-child(3){height:11px;transition-delay:60ms}.home .signal i:nth-child(4){height:14px}.home .demo[data-net=off] .signal i{background:var(--line)}.home .call-body{transition:filter .5s,opacity .5s}.home .demo[data-net=off] .call-body{filter:grayscale()contrast(.9);opacity:.5}.home .tiles{grid-template-columns:1fr 1fr;gap:8px;display:grid}.home .tile{aspect-ratio:16/10;background:linear-gradient(180deg, var(--tile), color-mix(in srgb, var(--tile) 82%, var(--tile-ink)));border-radius:12px;position:relative;overflow:hidden}.home .tile-a{--tile:#e4e4df;--tile-ink:#b4b4b0}.home .tile-b{--tile:#ebebe6;--tile-ink:#c1c1bd}.home .tile-c{--tile:#e7e7e2;--tile-ink:#babab6}.home .tile-d{--tile:#efefeb;--tile-ink:#c8c8c4}.home .tile.is-speaking:after{content:"";border-radius:inherit;border:3px solid var(--yellow);transition:opacity .3s;position:absolute;inset:0}.home .demo[data-net=off] .tile.is-speaking:after{opacity:0}.home .person{animation:3.4s ease-in-out infinite alternate home-bob;position:absolute;inset:0}.home .tile-b .person{animation-duration:4.3s;animation-delay:-1.2s}.home .tile-c .person{animation-duration:3.9s;animation-delay:-2.4s}.home .tile-d .person{animation-duration:5s;animation-delay:-.6s}.home .demo[data-net=off] .person{animation-play-state:paused}.home .person-head{aspect-ratio:1;background:var(--tile-ink);border-radius:50%;width:22%;position:absolute;top:22%;left:50%;transform:translate(-50%)}.home .person-body{background:var(--tile-ink);border-radius:50% 50% 0 0/90% 90% 0 0;width:46%;height:40%;position:absolute;bottom:-6%;left:50%;transform:translate(-50%)}.home .tile-name{color:var(--ink);background:#ffffffd1;border-radius:999px;padding:2px 9px;font-size:12.5px;font-weight:600;position:absolute;top:8px;left:8px}.home .call-controls{justify-content:center;gap:10px;padding-top:12px;display:none}.home .call-controls i{background:var(--sky-soft);border-radius:50%;width:36px;height:36px}.home .call-controls .leave{background:#d92d30;border-radius:999px;width:58px}.home .reconnect{background:var(--white);color:var(--ink);white-space:nowrap;opacity:0;border-radius:999px;align-items:center;gap:10px;padding:10px 18px 10px 14px;font-size:15px;font-weight:600;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:38%;left:50%;transform:translate(-50%,-50%)scale(.8);box-shadow:0 10px 28px -8px #17171c66}.home .demo[data-net=off] .reconnect{opacity:1;transition:opacity .3s ease .25s, transform .7s var(--spring) .25s;transform:translate(-50%,-50%)scale(1)}.home .spinner{border:2.5px solid var(--line);border-top-color:var(--slate);border-radius:50%;width:16px;height:16px;animation:.9s linear infinite home-spin}.home .demo[data-net=on] .spinner{animation-play-state:paused}.home .cap{background:var(--ink);width:min(92%,560px);color:var(--white);transition:transform .8s var(--spring), box-shadow .5s ease;border-radius:20px;padding:12px 18px 18px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #ffffff1f,0 24px 48px -16px #17171c99}.home .demo[data-net=off] .cap{transform:translate(-50%)translateY(-8px)scale(1.035);box-shadow:inset 0 1px #ffffff1f,0 0 0 3px #f5c40059,0 36px 64px -18px #f5c400a6}.home .cap-head{color:#ffffffb8;align-items:center;gap:10px;min-height:26px;font-size:13.5px;display:flex}.home .cap-mark{border-radius:6px;width:20px;height:20px}.home .cap-pair{flex:1}.home .cap-source-chip{color:var(--white);background:#ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:3px 11px 3px 9px;display:inline-flex}.home .eq{align-items:center;gap:2px;height:12px;display:flex}.home .eq i{background:var(--yellow);transform-origin:50%;border-radius:2px;width:2.5px;height:100%;animation:.9s ease-in-out infinite alternate home-eq}.home .eq i:nth-child(2){animation-duration:.6s;animation-delay:-.3s}.home .eq i:nth-child(3){animation-duration:.75s;animation-delay:-.5s}.home .chip-labels{justify-items:end;display:grid;overflow:hidden}.home .chip-label{transition:opacity .3s ease, transform .5s var(--spring);grid-area:1/1}.home .chip-off,.home .demo[data-net=off] .chip-on{opacity:0;transform:translateY(100%)}.home .demo[data-net=off] .chip-on{transform:translateY(-100%)}.home .demo[data-net=off] .chip-off{opacity:1;transform:none}.home .cap-lines{margin-top:10px;display:grid}.home .cap-line{visibility:hidden;grid-area:1/1;transition:opacity .3s}.home .cap-line.is-active{visibility:visible}.home .cap-line.is-leaving{opacity:0}.home .cap-source,.home .cap-trans{letter-spacing:-.005em;margin:0;font-size:clamp(16px,1.55vw,20px);font-weight:500;line-height:1.3}.home .cap-source{color:#ffffff9e;font-weight:400}.home .cap-trans{color:var(--yellow);margin-top:6px}.home .w{opacity:0;transition:opacity .22s}.home .w.is-on{opacity:1}.home .band{padding-block:clamp(72px,9vw,128px)}.home .scenes{grid-template-columns:minmax(0,1fr);gap:30px 28px;margin-top:clamp(40px,5vw,64px);display:grid}.home .scene{margin:0}.home .scene-win{background:linear-gradient(180deg, var(--sky-soft), var(--white));border:1px solid var(--line);border-radius:22px;padding:12px 12px 62px;position:relative}.home .scene-art{aspect-ratio:16/9;background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 10px 24px -14px #17171c59}.home .scene-call{grid-template-columns:1fr 1fr;gap:6px;padding:8px;display:grid}.home .scene-call i{background:#e4e4df;border-radius:8px}.home .scene-call i:nth-child(2){background:#ebebe6}.home .scene-call i:nth-child(3){background:#e7e7e2}.home .scene-call i:nth-child(4){background:#efefeb}.home .scene-lecture{background:#17171c;place-items:center;display:grid;position:relative}.home .cell{aspect-ratio:1;border:3px solid #ffd21f;border-radius:46% 54% 52% 48%;place-items:center;width:32%;margin-top:-6%;display:grid}.home .cell span{aspect-ratio:1;background:#ffd21f;border-radius:50%;width:34%;transform:translate(18%,-10%)}.home .scrub{background:#ffffff40;border-radius:2px;height:4px;position:absolute;bottom:12px;left:14px;right:14px}.home .scrub i{border-radius:inherit;background:var(--white);width:38%;height:100%}.home .scene-room{place-items:center;display:grid}.home .scene-room svg{fill:none;stroke-linecap:round;stroke-linejoin:round;width:58%}.home .room-mic{fill:var(--ink)}.home .room-stand{stroke:var(--ink);stroke-width:3.5px}.home .room-wave{stroke:var(--sky);stroke-width:3.5px}.home .scene-cap{background:var(--ink);border-radius:14px;width:calc(100% - 44px);padding:10px 14px 11px;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 16px 28px -14px #17171c99}.home .scene-cap p{margin:0;font-size:15px;font-weight:500;line-height:1.3}.home .scene-cap-source{color:#ffffff9e}.home .scene-cap-trans{color:var(--yellow);margin-top:3px}.home .scene figcaption{color:var(--ink);margin-top:14px;padding-left:4px;font-size:17px;font-weight:600}.home .zero{background:linear-gradient(180deg, var(--white), var(--sky-soft) 50%, var(--white))}.home .zero .zero-title span{background:linear-gradient(transparent 62%, var(--yellow) 62%);padding:0 .08em}.home .zero .zero-title{letter-spacing:-.055em;max-width:none;color:var(--ink);font-size:clamp(56px,12.5vw,184px);line-height:.9}.home .flatline{height:clamp(64px,9vw,120px);margin-top:clamp(4px,1vw,12px)}.home .flatline svg{width:100%;height:100%;display:block;overflow:visible}.home .flatline polyline{fill:none;stroke:var(--ink);stroke-width:3px;stroke-linejoin:round;vector-effect:non-scaling-stroke}.home .flatline-wave{transform-box:view-box;transform-origin:50%;transition:transform 1.3s var(--spring)}.home .flatline.is-flat .flatline-wave{transform:scaleY(.004)}.home .zero .sub{margin-top:clamp(4px,1vw,12px)}.home .wire{padding-top:clamp(24px,4vw,56px)}.home .wire-grid{grid-template-columns:minmax(0,1fr);gap:clamp(36px,5vw,72px);display:grid}.home .sub a,.home .bench-links a{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--yellow-hi);text-decoration-color:var(--yellow-hi);text-underline-offset:4px;border-radius:4px;text-decoration-thickness:2px}.home .sub a:hover,.home .bench-links a:hover{-webkit-text-decoration-color:var(--ink);text-decoration-color:var(--ink)}.home .wire-list{border-top:1px solid var(--line);margin:0}.home .wire-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr);gap:4px 24px;padding-block:16px;display:grid}.home .wire-row dt{color:var(--slate);font-size:17px}.home .wire-row dd{overflow-wrap:anywhere;margin:0;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:15px;line-height:1.5}.home .wire-row.is-zero dt{color:var(--ink);font-weight:700}.home .wire-row.is-zero dd{background:var(--yellow);color:var(--ink);justify-self:start;padding:0 .4em;font-weight:700}.home .bench{border:1px solid var(--line);background:linear-gradient(180deg, var(--sky-soft), var(--white));border-radius:22px;padding:clamp(20px,3vw,32px)}.home .bench-title{color:var(--slate);margin:0;font-size:16px}.home .bench-rows{gap:18px;margin:22px 0 0;padding:0;list-style:none;display:grid}.home .bench-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name value""track track";align-items:baseline;gap:8px 16px;display:grid}.home .bench-name{grid-area:name;font-size:17px;font-weight:700}.home .bench-detail{color:var(--slate);font-size:15px;font-weight:400;display:block}.home .bench-value{font-variant-numeric:tabular-nums;grid-area:value;font-size:17px;font-weight:700}.home .bench-track{background:var(--line);border-radius:999px;grid-area:track;height:10px;display:block;overflow:hidden}.home .bench-track i{background:var(--off);transform-origin:0;border-radius:999px;height:100%;transition:transform .9s cubic-bezier(.22,1,.36,1);transform:scaleX(0)}.home .bench-row.is-own .bench-track i{background:var(--yellow)}.home .bench.is-shown .bench-track i{transform:none}.home .bench-links{flex-wrap:wrap;gap:8px 24px;margin:24px 0 0;font-size:16px;display:flex}@media (min-width:640px){.home .wire-row{grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:baseline}.home .bench-detail{margin-left:10px;display:inline}}@media (min-width:1020px){.home .wire-grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start}}.home .pricing-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"head""prices""cta";display:grid}.home .pricing-grid h2{grid-area:head}.home .prices{flex-direction:column;grid-area:prices;align-items:stretch;gap:14px;margin-top:clamp(32px,4vw,52px);display:flex}.home .price{flex-wrap:wrap;align-items:baseline;gap:4px 14px;margin:0;display:flex}.home .price-num{letter-spacing:-.05em;font-variant-numeric:tabular-nums;font-size:clamp(54px,7.4vw,104px);font-weight:700;line-height:.95}.home .price-unit{color:var(--slate);font-size:clamp(18px,1.7vw,22px)}.home .price-or{color:var(--slate);align-items:center;gap:16px;font-size:17px;display:flex}.home .price-or:after{content:"";background:var(--line);flex:1;height:1px}.home .pricing .cta-row{grid-area:cta;align-self:start;margin-top:clamp(36px,4vw,52px)}.home .faq-grid{grid-template-columns:minmax(0,1fr);gap:clamp(28px,4vw,56px);display:grid}.home .faq-list{border-top:1px solid var(--line)}.home .faq-item{border-bottom:1px solid var(--line)}.home .faq-item summary{letter-spacing:-.01em;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;padding-block:20px;font-size:clamp(18px,1.7vw,21px);font-weight:600;list-style:none;display:flex}.home .faq-item summary::-webkit-details-marker{display:none}.home .faq-item summary:hover{color:var(--ink-soft)}.home .faq-plus{flex:none;width:16px;height:16px;position:relative}.home .faq-plus:before,.home .faq-plus:after{content:"";width:16px;height:2px;transition:transform .3s var(--spring);background:currentColor;border-radius:1px;position:absolute;top:7px;left:0}.home .faq-plus:after{transform:rotate(90deg)}.home .faq-item[open] .faq-plus:after{transform:rotate(0)}.home .faq-item p{max-width:62ch;color:var(--slate);margin:0;padding-bottom:22px;font-size:17px;line-height:1.55}@media (min-width:1020px){.home .faq-grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start}}.home .final{background:radial-gradient(50% 40% at 50% 100%, #ffffffd9, #fff0 70%), linear-gradient(180deg, var(--white), var(--sky-soft));padding:clamp(88px,11vw,160px) 0 clamp(80px,9vw,128px)}.home .final-inner{text-align:center;flex-direction:column;align-items:center;gap:30px;display:flex}.home .final h2{letter-spacing:-.04em;max-width:14ch;font-size:clamp(40px,6vw,84px);line-height:.98}@media (min-width:640px){.home .call{padding:0 14px 14px}.home .tiles{gap:10px}.home .call-controls{display:flex}.home .stage{padding-bottom:64px}.home .switch{--w:132px;--h:76px;--grow:14px}.home .wifi{width:36px;height:36px}}@media (min-width:820px){.home .scenes{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1020px){.home .hero-grid{grid-template:"copy stage""card stage"1fr/minmax(0,5fr) minmax(0,7fr);gap:40px clamp(40px,5vw,72px)}.home .card{place-self:start}.home .pricing-grid{grid-template:"head prices""cta prices"1fr/minmax(0,5fr) minmax(0,7fr);column-gap:clamp(40px,5vw,72px)}.home .pricing-grid .prices{margin-top:0}.home .pricing-grid .cta-row{margin-top:32px}.home .stage{align-self:center;max-width:none}}@keyframes home-bob{0%{transform:translate(-2%,1.5%)rotate(-1.5deg)}to{transform:translate(2%,-1%)rotate(1.5deg)}}@keyframes home-eq{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}@keyframes home-spin{to{transform:rotate(360deg)}}@keyframes home-hint{0%{opacity:.7;transform:scale(1)}45%,to{opacity:0;transform:scale(1.22,1.4)}}@keyframes home-ripple{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.5,1.9)}}@keyframes home-status-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.home *,.home :before,.home :after{transition-duration:.01ms!important;transition-delay:0s!important;animation:none!important}.home .eq i:first-child{transform:scaleY(.5)}.home .eq i:nth-child(3){transform:scaleY(.7)}.home .flatline .flatline-wave{transform:scaleY(.004)}}
