:root{--bg: #0f1218;--bg-raised: #171c26;--bg-hover: #1f2634;--border: #2a3244;--text: #e6e9f0;--text-dim: #98a2b3;--accent: #2563eb;--accent-hover: #3b82f6;--danger: #ef4444;--ok: #22c55e;--warn: #f59e0b;--radius: 12px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased;user-select:none}.app{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:var(--radius);background:var(--bg)}.titlebar{display:flex;align-items:center;gap:12px;padding:8px 10px 8px 14px;border-bottom:1px solid var(--border);cursor:default}.titlebar-title{font-weight:600;font-size:13px;color:var(--text-dim);white-space:nowrap}.tabs{display:flex;gap:4px;flex:1}.tab{background:transparent;border:none;color:var(--text-dim);padding:5px 10px;border-radius:8px;font-size:13px;cursor:pointer}.tab:hover{background:var(--bg-hover);color:var(--text)}.tab.active{background:var(--bg-raised);color:var(--text);font-weight:600}.titlebar-close{background:transparent;border:none;color:var(--text-dim);font-size:15px;width:26px;height:26px;border-radius:8px;cursor:pointer}.titlebar-close:hover{background:var(--bg-hover);color:var(--text)}.content{flex:1;overflow-y:auto;padding:16px}.center{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;gap:14px}.mic-button{width:108px;height:108px;border-radius:50%;border:none;background:var(--accent);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .08s ease,background .15s ease;box-shadow:0 10px 30px #2563eb59}.mic-button:hover{background:var(--accent-hover);transform:scale(1.04)}.mic-button:active{transform:scale(.96)}.status{font-size:16px;color:var(--text-dim)}.status.listening{color:var(--accent-hover);font-weight:600}.timer{font-size:34px;font-weight:700;font-variant-numeric:tabular-nums}.pulse{width:74px;height:74px;border-radius:50%;background:var(--accent);animation:pulse 1.4s ease-out infinite}@keyframes pulse{0%{box-shadow:0 0 #2563eb80}to{box-shadow:0 0 0 34px #2563eb00}}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent-hover);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.recorder-actions{display:flex;gap:12px}.app:has(.recorder-overlay) .titlebar{display:none}.content:has(.recorder-overlay){padding:0;overflow:hidden}.recorder-overlay{height:100%;min-height:140px;display:grid;grid-template-rows:1fr 48px;padding:10px 13px 8px;border:1px solid #3a414c;border-radius:24px;background:linear-gradient(145deg,#1b1e23,#121419);box-shadow:0 18px 54px #00000075;overflow:hidden;cursor:grab}.recorder-overlay:active{cursor:grabbing}.recorder-overlay button,.recorder-overlay input{cursor:pointer}.waveform{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;margin:2px 10px 8px;border:0;background:transparent;overflow:hidden}.waveform-canvas{display:block;width:100%;height:54px}.overlay-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 7px 0;border-top:1px solid rgba(255,255,255,.06)}.overlay-brand,.overlay-actions,.overlay-processing{display:flex;align-items:center}.overlay-brand{gap:8px;font-size:14px;font-weight:650;color:#d5dae2}.overlay-mark{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#eef1f5;color:#171a1f;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:700}.overlay-timer{color:#858e9b;font-variant-numeric:tabular-nums;font-weight:500}.overlay-actions{gap:8px}.overlay-action{border:0;background:transparent;color:#aeb5bf;padding:6px 4px;font:inherit;font-weight:600;cursor:pointer}.overlay-action:hover,.overlay-action.stop{color:#f4f6f8}kbd{margin-left:4px;padding:5px 8px;border:1px solid #4b515c;border-radius:7px;background:#343942;color:#f4f6f8;font:600 12px ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:inset 0 -1px #0000004d}.overlay-processing{gap:7px;color:#9ca5b2;font-size:12px}.overlay-processing span{width:7px;height:7px;border-radius:50%;background:var(--accent-hover);animation:pulse-dot .9s ease-in-out infinite alternate}.history-audio{display:flex;align-items:center;gap:8px;margin-top:10px}.history-audio-player{display:grid;grid-template-columns:auto minmax(80px,1fr) auto;align-items:center;gap:10px;margin-top:10px;padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:#10151d}.history-audio-player audio{display:none}.audio-toggle{min-width:48px;border:1px solid #344253;border-radius:7px;background:#1b2633;color:#dfe8f2;padding:6px 9px;font-size:12px;cursor:pointer}.audio-toggle:hover{border-color:#4f657d;background:#223142}.audio-scrubber{width:100%;height:3px;accent-color:#59e0b8;cursor:pointer}.audio-time{color:#8996a8;font:11px ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.audio-button{color:var(--accent-hover)}.audio-error{color:var(--danger);font-size:12px}@keyframes pulse-dot{to{opacity:.25;transform:scale(.72)}}@media (prefers-reduced-motion: reduce){.overlay-processing span{animation:none;transition:none}}@media (min-height: 250px){.app:has(.recorder-overlay){width:min(500px,calc(100% - 32px));height:148px;margin:24px auto;background:transparent}}.result{width:100%;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:12px;text-align:left;max-height:220px;overflow-y:auto}.result-text{white-space:pre-wrap;word-break:break-word;user-select:text}.result-badge{margin-top:10px;font-size:12px;padding:4px 8px;border-radius:6px;display:inline-block}.result-badge.ok{background:#22c55e26;color:var(--ok)}.result-badge.warn{background:#f59e0b26;color:var(--warn)}.setup-hint h2{margin-bottom:8px}.setup-hint p{color:var(--text-dim);max-width:280px;line-height:1.5}.hint{font-size:12px;color:var(--text-dim);line-height:1.5}.error{color:var(--danger);font-size:13px;line-height:1.5;user-select:text;word-break:break-word}.history-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.count{color:var(--text-dim);font-size:12px}.history-list{list-style:none;display:flex;flex-direction:column;gap:10px}.history-item{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.history-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px}.timestamp{font-size:12px;color:var(--text-dim)}.tag{font-size:10px;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px;background:#2563eb2e;color:var(--accent-hover)}.history-text{white-space:pre-wrap;word-break:break-word;user-select:text;line-height:1.45}.history-raw{margin-top:6px;font-size:12px;color:var(--text-dim);white-space:pre-wrap;word-break:break-word;user-select:text;border-left:2px solid var(--border);padding-left:8px}.raw-label{color:var(--text-dim);opacity:.7}.history-actions{display:flex;gap:8px;margin-top:10px}.primary,.secondary,.mini,.link{border:none;border-radius:8px;cursor:pointer;font-size:13px;padding:9px 16px}.primary{background:var(--accent);color:#fff;font-weight:600}.primary:hover{background:var(--accent-hover)}.primary:disabled{opacity:.5;cursor:default}.secondary{background:var(--bg-hover);color:var(--text)}.secondary:hover{background:var(--border)}.mini{background:var(--bg-hover);color:var(--text);padding:5px 10px;font-size:12px}.mini:hover{background:var(--border)}.mini.danger{color:var(--danger)}.link{background:transparent;color:var(--text-dim);padding:4px 8px;font-size:12px;text-decoration:underline}.link:hover{color:var(--text)}.settings{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;color:var(--text-dim)}.field-row{display:flex;gap:12px}.field-row .field{flex:1}input[type=url],input[type=password],input[type=number],select{background:var(--bg-raised);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:9px 10px;font-size:14px;width:100%}input:focus,select:focus{outline:none;border-color:var(--accent)}.check,.radio{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text);cursor:pointer}.check input,.radio input{accent-color:var(--accent);width:15px;height:15px}.settings-actions{display:flex;gap:12px;margin-top:4px}.settings-actions .primary,.settings-actions .secondary{flex:1}.test-result{font-size:12px;color:var(--text-dim);white-space:pre-wrap;word-break:break-word;user-select:text}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:var(--bg-hover);padding:1px 5px;border-radius:4px;font-size:12px}.web-demo-shell{min-height:100%;overflow:auto;position:relative;display:grid;place-items:center;padding:36px 20px;background:radial-gradient(circle at 15% 10%,#e8f1ec 0,transparent 38%),radial-gradient(circle at 88% 85%,#f4dfca 0,transparent 34%),#f7f4ed;color:#17221d;user-select:auto}.web-demo-glow{position:fixed;width:300px;height:300px;border-radius:50%;filter:blur(80px);opacity:.34;pointer-events:none}.web-demo-glow-one{top:-130px;right:8%;background:#94c7ab}.web-demo-glow-two{bottom:-170px;left:8%;background:#e4a76d}.web-demo-card{position:relative;width:min(760px,100%);min-height:min(760px,calc(100vh - 72px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(30,55,43,.14);border-radius:34px;background:#fffdf7d6;box-shadow:0 30px 90px #27372d24;backdrop-filter:blur(22px)}.web-demo-header{display:flex;justify-content:space-between;align-items:center;padding:27px 32px;border-bottom:1px solid rgba(30,55,43,.1)}.web-demo-header p{color:#65736b;font:600 11px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;text-transform:uppercase}.web-demo-wordmark{display:flex;align-items:center;gap:10px;color:#17221d;text-decoration:none;font:700 18px Georgia,Times New Roman,serif}.web-demo-wordmark span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#173d2c;color:#f8f4e9;font-size:17px}.web-demo-stage{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:54px 34px 34px;text-align:center}.web-demo-eyebrow{margin-bottom:16px;color:#357756;font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em;text-transform:uppercase}.web-demo-stage h1{max-width:610px;color:#17221d;font:500 clamp(48px,8vw,78px)/.93 Georgia,"Times New Roman",serif;letter-spacing:-.055em}.web-demo-intro{max-width:470px;margin:23px auto 30px;color:#66736c;font-size:15px;line-height:1.65}.web-demo-cta{min-width:224px;display:inline-flex;align-items:center;justify-content:center;gap:13px;border:0;border-radius:999px;padding:17px 25px;background:#173d2c;color:#fffdf7;font:700 15px inherit;box-shadow:0 12px 30px #173d2c38;cursor:pointer;transition:transform .16s ease,background .16s ease}.web-demo-cta:hover:not(:disabled){transform:translateY(-2px);background:#24543e}.web-demo-cta:disabled{cursor:not-allowed;opacity:.55}.web-demo-cta-icon{width:35px;height:25px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:999px;letter-spacing:1px;line-height:1}.web-demo-allowance{margin-top:15px;color:#7a857f;font-size:12px}.web-demo-error{max-width:500px;margin-top:15px;color:#a33c2f;font-size:13px;line-height:1.5}.web-demo-recorder{width:min(570px,100%);padding:20px;border:1px solid rgba(23,61,44,.16);border-radius:24px;background:#15241d;box-shadow:0 20px 50px #17241d29}.web-demo-wave{height:74px;display:flex;align-items:center;justify-content:center;gap:5px;overflow:hidden}.web-demo-wave i{width:4px;min-height:8px;max-height:62px;border-radius:99px;background:#f4efe3;transition:height .08s linear,opacity .08s linear}.web-demo-record-meta{display:flex;justify-content:space-between;margin:10px 3px 17px;color:#b9c3bd;font:600 12px ui-monospace,SFMono-Regular,Menlo,monospace}.web-demo-live{display:flex;align-items:center;gap:8px}.web-demo-live i{width:7px;height:7px;border-radius:50%;background:#f07862;box-shadow:0 0 0 4px #f0786221}.web-demo-actions{display:flex;gap:9px}.web-demo-actions button{flex:1;border:0;border-radius:12px;padding:12px;font-weight:700;cursor:pointer}.web-demo-cancel{background:#ffffff14;color:#c7cec9}.web-demo-stop{background:#f4efe3;color:#17221d}.web-demo-result{width:calc(100% - 64px);margin:0 32px 28px;padding:24px;border-radius:22px;background:#edf1eb;border:1px solid rgba(23,61,44,.1)}.web-demo-result>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:#6d7972;font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;text-transform:uppercase}.web-demo-result>div button,.web-demo-again{border:0;background:transparent;color:#285c43;font-weight:700;cursor:pointer}.web-demo-result p{color:#1e3027;font:400 18px/1.55 Georgia,Times New Roman,serif;white-space:pre-wrap;user-select:text}.web-demo-again{margin-top:18px;padding:0}.web-demo-again:disabled{opacity:.45;cursor:default}.web-demo-footer{display:flex;justify-content:space-between;gap:16px;padding:19px 32px;border-top:1px solid rgba(30,55,43,.1);color:#839087;font-size:10px}@media (max-width: 600px){.web-demo-shell{padding:0}.web-demo-card{min-height:100vh;border:0;border-radius:0}.web-demo-header{padding:20px}.web-demo-stage{padding:42px 20px 28px}.web-demo-stage h1{font-size:50px}.web-demo-result{width:calc(100% - 40px);margin:0 20px 20px}.web-demo-footer{flex-direction:column;padding:17px 20px}.web-demo-wave{gap:3px}.web-demo-wave i{width:3px}}@media (prefers-reduced-motion: reduce){.web-demo-cta,.web-demo-wave i{transition:none}}.voity-site{--paper:#f4f1e9;--ink:#11151d;--blue:#275bea;--muted:#6e756f;position:relative;min-height:100%;overflow:auto;background:var(--paper);color:var(--ink);font-family:Avenir Next,Gill Sans,Helvetica,sans-serif;user-select:auto}.voity-paper-noise{position:fixed;inset:0;pointer-events:none;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");mix-blend-mode:multiply}.voity-nav{position:relative;z-index:1;height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,72px);border-bottom:1px solid rgba(17,21,29,.12)}.voity-brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font:700 23px/1 Georgia,Times New Roman,serif;letter-spacing:-.03em}.voity-brand-mark{width:35px;height:35px;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:10px;background:var(--blue)}.voity-brand-mark i{width:2px;height:8px;border-radius:99px;background:#fff}.voity-brand-mark i:nth-child(2),.voity-brand-mark i:nth-child(4){height:14px}.voity-brand-mark i:nth-child(3){height:20px}.voity-nav-status{display:flex;align-items:center;gap:8px;color:#535b56;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase}.voity-nav-status i{width:7px;height:7px;border-radius:50%;background:#2a9b67;box-shadow:0 0 0 4px #2a9b671f}.voity-hero{position:relative;z-index:1;min-height:calc(100svh - 150px);display:grid;grid-template-columns:minmax(0,1.03fr) minmax(440px,.97fr);align-items:center;gap:clamp(42px,7vw,112px);padding:clamp(54px,8vh,100px) clamp(24px,5vw,72px)}.voity-hero-copy{max-width:630px;animation:voity-rise .65s cubic-bezier(.2,.7,.2,1) both}.voity-kicker{margin-bottom:22px;color:var(--blue);font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.2em;text-transform:uppercase}.voity-hero h1{margin:0;color:var(--ink);font:600 clamp(74px,9.3vw,148px)/.78 Georgia,"Times New Roman",serif;letter-spacing:-.075em}.voity-promise{max-width:500px;margin:34px 0 38px;color:#555d58;font-size:clamp(15px,1.35vw,18px);line-height:1.65}.voity-platforms{display:flex;gap:0;border-top:1px solid rgba(17,21,29,.16);border-bottom:1px solid rgba(17,21,29,.16)}.voity-platform{flex:1;display:flex;align-items:center;gap:10px;padding:15px 12px 15px 0}.voity-platform+.voity-platform{padding-left:16px;border-left:1px solid rgba(17,21,29,.13)}.voity-platform-icon{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#e6e1d5;color:#323832;font-size:15px}.voity-platform span:last-child{display:flex;flex-direction:column;gap:2px}.voity-platform strong{font-size:12px}.voity-platform small{color:#858c86;font:600 8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase}.voity-console{overflow:hidden;border-radius:22px;background:#10131a;color:#eef0eb;box-shadow:0 35px 80px #11151d3d;animation:voity-console-in .75s .12s cubic-bezier(.2,.7,.2,1) both}.voity-console-bar{height:48px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;border-bottom:1px solid #292e39;color:#727b89;font:600 10px ui-monospace,SFMono-Regular,Menlo,monospace}.voity-window-dots{display:flex;gap:6px}.voity-window-dots i{width:8px;height:8px;border-radius:50%;background:#343b48}.voity-secure{justify-self:end;color:#576174}.voity-console-body{min-height:420px;display:flex;flex-direction:column;justify-content:center;padding:38px clamp(24px,4vw,46px) 20px}.voity-start-state{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;text-align:center}.voity-mic{width:108px;height:108px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--blue);color:#fff;box-shadow:0 14px 40px #275bea5c;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.voity-mic:hover:not(:disabled){transform:translateY(-3px) scale(1.02);background:#3569f5;box-shadow:0 18px 48px #275bea6b}.voity-mic:disabled{opacity:.56;cursor:wait}.voity-mic>span{height:40px;display:flex;align-items:center;gap:4px}.voity-mic i{width:4px;height:15px;border-radius:99px;background:#fff}.voity-mic i:nth-child(2),.voity-mic i:nth-child(4){height:27px}.voity-mic i:nth-child(3){height:39px}.voity-start-state h2{margin:22px 0 7px;font-size:18px;letter-spacing:-.02em}.voity-start-state p{color:#7e8795;font-size:12px}.voity-recording{flex:1;display:flex;flex-direction:column;justify-content:center}.voity-console-wave{height:82px;display:flex;align-items:center;justify-content:center;gap:5px}.voity-console-wave i{width:4px;min-height:8px;max-height:55px;border-radius:99px;background:#f2f0e8;transition:height .08s linear,opacity .08s linear}.voity-record-meta{display:flex;justify-content:space-between;margin:20px 0 28px;color:#8993a2;font:600 11px ui-monospace,SFMono-Regular,Menlo,monospace}.voity-record-meta span{display:flex;align-items:center;gap:8px;color:#d9dde3}.voity-record-meta span i{width:7px;height:7px;border-radius:50%;background:#f06d62;box-shadow:0 0 0 4px #f06d6221}.voity-record-actions{display:flex;gap:10px}.voity-record-actions button{flex:1;border:1px solid #343a47;border-radius:10px;padding:12px;background:transparent;color:#aeb6c2;font-weight:700;cursor:pointer}.voity-record-actions .voity-stop{border-color:#eef0eb;background:#eef0eb;color:#171b23}.voity-transcript{flex:1;display:flex;flex-direction:column;justify-content:center}.voity-transcript-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;color:#707a89;font:700 10px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase}.voity-transcript-label button,.voity-again{border:0;background:transparent;color:#6f94ff;font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer}.voity-transcript p{padding-left:20px;border-left:2px solid var(--blue);color:#eef0eb;font:400 17px/1.65 Georgia,Times New Roman,serif;white-space:pre-wrap;user-select:text}.voity-again{align-self:flex-start;margin-top:22px;padding:0}.voity-console-foot{display:flex;justify-content:space-between;gap:12px;padding-top:20px;border-top:1px solid #252b35;color:#636d7b;font:600 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.05em;text-transform:uppercase}.voity-console-error{margin:14px 0 0;color:#ff8e80;font-size:12px;line-height:1.5;text-align:center}.voity-site-footer{position:relative;z-index:1;min-height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(24px,5vw,72px);border-top:1px solid rgba(17,21,29,.12);color:#7c837e;font:600 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;text-transform:uppercase}.voity-site-footer span:nth-child(2){justify-self:center}.voity-site-footer span:last-child{justify-self:end}@keyframes voity-rise{0%{opacity:0;transform:translateY(18px)}}@keyframes voity-console-in{0%{opacity:0;transform:translateY(24px) scale(.985)}}@media (max-width:900px){.voity-hero{grid-template-columns:1fr;gap:48px}.voity-hero-copy{max-width:700px}.voity-hero h1{font-size:clamp(72px,18vw,128px)}.voity-console{width:100%;max-width:680px}}@media (max-width:560px){.voity-nav{height:72px;padding:0 20px}.voity-nav-status{font-size:8px}.voity-hero{min-height:auto;padding:48px 20px 38px}.voity-hero h1{font-size:70px}.voity-promise{margin:26px 0 30px}.voity-platforms{flex-direction:column}.voity-platform{padding:12px 0}.voity-platform+.voity-platform{padding-left:0;border-left:0;border-top:1px solid rgba(17,21,29,.1)}.voity-console{border-radius:17px}.voity-console-body{min-height:390px;padding:28px 20px 18px}.voity-console-wave{gap:3px}.voity-console-wave i{width:3px}.voity-site-footer{grid-template-columns:1fr;gap:8px;padding:18px 20px}.voity-site-footer span:nth-child(2),.voity-site-footer span:last-child{justify-self:start}}@media (prefers-reduced-motion:reduce){.voity-hero-copy,.voity-console{animation:none}.voity-mic,.voity-console-wave i{transition:none}}.voity-site{--paper:#cbc8bd;--ink:#15191d;--blue:#155ee8;--muted:#5f665f;background-color:#bdb9ae;background-image:linear-gradient(115deg,rgba(255,255,255,.52),transparent 38%),repeating-linear-gradient(0deg,#ffffff1a 0 1px,#31353609 1px 3px);font-family:Trebuchet MS,Lucida Grande,Verdana,sans-serif}.voity-paper-noise{opacity:.12;mix-blend-mode:overlay}.voity-nav{height:78px;border-top:1px solid #f3f1e9;border-bottom:1px solid #747870;background:linear-gradient(180deg,#dedbd1,#b8b5ab 49%,#9e9d96 51%,#c9c6bc);box-shadow:inset 0 -1px #ffffff8c,0 2px 8px #1e22222e}.voity-brand{color:#171b20;font-family:Trebuchet MS,Lucida Grande,Verdana,sans-serif;font-size:22px;font-weight:800;letter-spacing:-.055em;text-shadow:0 1px rgba(255,255,255,.75)}.voity-brand-mark{width:37px;height:30px;border:1px solid #093b99;border-radius:5px;background:linear-gradient(180deg,#4385f4,#0a4ec8);box-shadow:inset 0 1px #ffffff8c,inset 0 -2px 4px #00175052,0 1px 2px #13181a59}.voity-brand-mark i{box-shadow:0 0 3px #ffffffb3}.voity-nav-status{padding:7px 10px;border:1px solid #777b75;border-radius:3px;background:#a9aaa3;color:#232a27;font-family:Monaco,Lucida Console,monospace;font-size:9px;box-shadow:inset 0 1px 2px #1c201f2e,0 1px #ffffffb3}.voity-nav-status i{width:6px;height:6px;background:#66df8c;border:1px solid #29623b;box-shadow:0 0 5px #4bd87c}.voity-hero{min-height:calc(100svh - 138px)}.voity-hero-copy{position:relative}.voity-hero-copy:after{content:"VOICE INPUT SYSTEM / VERSION 01";display:block;margin-top:20px;color:#686d67;font:700 8px/1 Monaco,Lucida Console,monospace;letter-spacing:.18em}.voity-kicker{display:inline-block;margin-bottom:26px;padding:7px 9px 6px;border:1px solid #777b75;border-radius:2px;background:linear-gradient(#d9d6cd,#aaa9a2);color:#183665;font-family:Monaco,Lucida Console,monospace;font-size:9px;letter-spacing:.16em;box-shadow:inset 0 1px #fffc,0 1px 2px #1b1f1f24}.voity-hero h1{color:#171b1e;font-family:Trebuchet MS,Lucida Grande,Verdana,sans-serif;font-size:clamp(70px,8.6vw,136px);font-weight:800;line-height:.82;letter-spacing:-.075em;text-shadow:0 1px #fff,0 3px 0 rgba(72,76,74,.13)}.voity-promise{color:#343b3a;font-size:16px;line-height:1.65;text-shadow:0 1px rgba(255,255,255,.6)}.voity-platforms{border:1px solid #82857f;border-radius:4px;background:linear-gradient(180deg,#d4d1c8,#aaa9a2);box-shadow:inset 0 1px #ffffffc2,inset 0 -1px #4347462e,0 2px 5px #1e222221}.voity-platform{padding:13px 12px}.voity-platform+.voity-platform{border-left-color:#858882}.voity-platform-icon{width:29px;height:27px;border:1px solid #777b75;border-radius:3px;background:#8f938e;color:#eff5ef;font-family:Monaco,Lucida Console,monospace;text-shadow:0 1px 2px #222;box-shadow:inset 0 1px 3px #1a1f1d59,0 1px #ffffff8c}.voity-platform strong{color:#202625;font-size:11px;text-shadow:0 1px rgba(255,255,255,.65)}.voity-platform small{color:#5d625e;font-family:Monaco,Lucida Console,monospace;font-size:7px}.voity-console{position:relative;overflow:visible;border:8px solid #9b9d98;border-radius:16px;background:#10151d;box-shadow:inset 0 0 0 1px #e7e5dd,0 0 0 1px #5e625f,0 28px 58px #181d1e54}.voity-console:before{content:"VOITY DIGITAL RECORDER  /  VR-01";position:absolute;top:-24px;left:10px;color:#3f4643;font:700 7px Monaco,Lucida Console,monospace;letter-spacing:.12em;text-shadow:0 1px rgba(255,255,255,.6)}.voity-console:after{content:"";position:absolute;inset:48px 0 0;z-index:0;pointer-events:none;border-radius:0 0 7px 7px;background:repeating-linear-gradient(0deg,transparent 0,transparent 3px,rgba(96,144,255,.025) 3px,rgba(96,144,255,.025) 4px)}.voity-console-bar{position:relative;z-index:1;height:43px;border-bottom:1px solid #545a5c;border-radius:7px 7px 0 0;background:linear-gradient(180deg,#c5c6c2,#898d8c 48%,#6f7474 52%,#a5a6a1);color:#242b2d;font-family:Monaco,Lucida Console,monospace;text-shadow:0 1px rgba(255,255,255,.5);box-shadow:inset 0 1px #ffffffd9}.voity-window-dots i{width:7px;height:7px;border:1px solid #454a49;background:#747a78;box-shadow:inset 0 1px 2px #00000047,0 1px #ffffff59}.voity-window-dots i:first-child{background:#e87955;border-color:#914631;box-shadow:0 0 4px #e87955a6}.voity-secure{color:#2f3937}.voity-console-body{position:relative;z-index:1;min-height:410px;margin:12px;padding:34px clamp(22px,4vw,42px) 18px;border:1px solid #010b20;border-radius:5px;background:radial-gradient(circle at 50% 38%,rgba(30,80,181,.18),transparent 48%),linear-gradient(180deg,#071226,#020713);box-shadow:inset 0 0 26px #000c,0 1px #ffffff2e}.voity-start-state:before{content:"MIC INPUT   16kHz / PCM";margin-bottom:25px;color:#4d73b8;font:700 8px Monaco,Lucida Console,monospace;letter-spacing:.15em}.voity-mic{width:104px;height:104px;border:1px solid #6795ef;border-radius:50%;background:radial-gradient(circle at 38% 30%,#6fa2ff 0,#276de7 32%,#0642aa 72%,#062a70);box-shadow:inset 0 2px 2px #fff9,inset 0 -7px 13px #000f4166,0 0 0 5px #252d39,0 0 0 6px #66707a,0 10px 24px #00000073,0 0 28px #1a60eb47}.voity-mic:hover:not(:disabled){transform:translateY(-2px);background:radial-gradient(circle at 38% 30%,#82afff 0,#3479ed 34%,#0749bc 74%,#062a70);box-shadow:inset 0 2px 2px #ffffffa6,inset 0 -7px 13px #000f4166,0 0 0 5px #252d39,0 0 0 6px #7b8793,0 13px 27px #0000007a,0 0 32px #1a60eb66}.voity-start-state h2{color:#e5edff;font-family:Monaco,Lucida Console,monospace;font-size:14px;font-weight:700;letter-spacing:.02em;text-shadow:0 0 8px rgba(90,139,255,.4)}.voity-start-state p{color:#60759a;font-family:Monaco,Lucida Console,monospace;font-size:9px}.voity-console-wave i{width:5px;border:1px solid #7facff;border-radius:1px;background:linear-gradient(180deg,#c9ddff,#347cfa);box-shadow:0 0 5px #347cfa73}.voity-record-meta{color:#5773a6;font-family:Monaco,Lucida Console,monospace}.voity-record-meta span{color:#c8dcff}.voity-record-actions button{border:1px solid #4b576d;border-radius:3px;background:linear-gradient(#323d50,#1d2635);color:#9eb1d2;font-family:Monaco,Lucida Console,monospace;font-size:10px;text-shadow:0 1px #000;box-shadow:inset 0 1px #ffffff1a,0 2px 3px #00000059}.voity-record-actions .voity-stop{border-color:#8494aa;background:linear-gradient(#e6e9ea,#9da5aa);color:#17202a;text-shadow:0 1px rgba(255,255,255,.8)}.voity-transcript-label{color:#5874a6;font-family:Monaco,Lucida Console,monospace}.voity-transcript p{border-left-color:#3e86ff;color:#dbe7ff;font-family:Monaco,Lucida Console,monospace;font-size:14px;text-shadow:0 0 8px rgba(81,130,230,.18)}.voity-transcript-label button,.voity-again{color:#79a7ff;font-family:Monaco,Lucida Console,monospace}.voity-console-foot{border-top-color:#1d2d49;color:#48618f;font-family:Monaco,Lucida Console,monospace}.voity-site-footer{min-height:60px;border-top:1px solid #737872;background:linear-gradient(#c8c6bd,#aaa9a2);color:#4b524e;font-family:Monaco,Lucida Console,monospace;text-shadow:0 1px rgba(255,255,255,.65);box-shadow:inset 0 1px #ffffffb3}.voity-mic:focus-visible,.voity-record-actions button:focus-visible,.voity-transcript button:focus-visible{outline:2px solid #8db5ff;outline-offset:4px}@media (max-width:560px){.voity-nav{height:70px}.voity-hero h1{font-size:65px}.voity-platforms{background:linear-gradient(180deg,#d4d1c8,#aaa9a2)}.voity-platform+.voity-platform{border-top-color:#858882}.voity-console{margin-top:10px;border-width:6px}.voity-console:before{top:-20px;font-size:6px}.voity-console-body{margin:8px}}.voity-site{--paper:#f7f5ef;--ink:#10141c;--blue:#2563eb;--muted:#667085;background:radial-gradient(circle at 12% 12%,rgba(37,99,235,.045),transparent 27%),#f7f5ef;color:var(--ink);font-family:Avenir Next,Century Gothic,Trebuchet MS,sans-serif}.voity-paper-noise{opacity:.045;mix-blend-mode:multiply}.voity-nav{height:82px;border:0;border-bottom:1px solid rgba(16,20,28,.1);background:#f7f5efeb;box-shadow:none;backdrop-filter:blur(14px)}.voity-brand{color:var(--ink);font-family:Avenir Next,Century Gothic,Trebuchet MS,sans-serif;font-size:21px;font-weight:750;letter-spacing:-.035em;text-shadow:none}.voity-brand-mark{width:32px;height:32px;border:0;border-radius:8px;background:var(--blue);box-shadow:none}.voity-brand-mark i{box-shadow:none}.voity-nav-status{padding:0;border:0;background:transparent;color:#596274;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;box-shadow:none}.voity-nav-status i{width:7px;height:7px;border:0;background:#22a967;box-shadow:0 0 0 4px #22a9671a}.voity-hero{min-height:calc(100svh - 146px);grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:clamp(48px,7vw,105px)}.voity-hero-copy:after{content:"Designed for every app, every day.";margin-top:18px;color:#9298a3;font:500 10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}.voity-kicker{margin-bottom:22px;padding:0;border:0;background:transparent;color:var(--blue);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;letter-spacing:.2em;box-shadow:none}.voity-hero h1{color:var(--ink);font-family:Avenir Next,Century Gothic,Trebuchet MS,sans-serif;font-size:clamp(72px,8.7vw,138px);font-weight:750;line-height:.84;letter-spacing:-.075em;text-shadow:none}.voity-promise{max-width:465px;margin:30px 0 36px;color:#555e70;font-size:16px;line-height:1.65;text-shadow:none}.voity-platforms{border:0;border-top:1px solid rgba(16,20,28,.13);border-bottom:1px solid rgba(16,20,28,.13);border-radius:0;background:transparent;box-shadow:none}.voity-platform{padding:14px 10px 14px 0}.voity-platform+.voity-platform{border-left-color:#10141c1c}.voity-platform-icon{width:28px;height:28px;border:0;border-radius:7px;background:#e9e7e0;color:#343b49;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-shadow:none;box-shadow:none}.voity-platform strong{color:#222834;font-size:11px;text-shadow:none}.voity-platform small{color:#8b92a0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7px}.voity-console{overflow:hidden;border:1px solid #282f3d;border-radius:18px;background:#0f1218;box-shadow:0 28px 65px #10141c38}.voity-console:before,.voity-console:after{display:none}.voity-console-bar{height:46px;border:0;border-bottom:1px solid #292f3c;border-radius:0;background:#171b24;color:#737d8e;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-shadow:none;box-shadow:none}.voity-window-dots i{width:8px;height:8px;border:0;background:#38404e;box-shadow:none}.voity-window-dots i:first-child{border:0;background:#4b5565;box-shadow:none}.voity-secure{color:#667183}.voity-console-body{min-height:420px;margin:0;padding:38px clamp(24px,4vw,44px) 20px;border:0;border-radius:0;background:radial-gradient(circle at 50% 38%,rgba(37,99,235,.07),transparent 42%),#0f1218;box-shadow:none}.voity-start-state:before{content:"MIC READY  ·  16 KHZ";margin-bottom:24px;color:#506486;font:650 8px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em}.voity-mic{width:102px;height:102px;border:0;background:var(--blue);box-shadow:0 12px 32px #2563eb57}.voity-mic:hover:not(:disabled){transform:translateY(-3px) scale(1.02);background:#3471ef;box-shadow:0 16px 38px #2563eb66}.voity-start-state h2{color:#f1f3f6;font-family:Avenir Next,Century Gothic,Trebuchet MS,sans-serif;font-size:17px;font-weight:700;letter-spacing:-.015em;text-shadow:none}.voity-start-state p{color:#778194;font-family:Avenir Next,Century Gothic,Trebuchet MS,sans-serif;font-size:11px}.voity-console-wave i{width:4px;border:0;border-radius:99px;background:#e8ecf4;box-shadow:none}.voity-record-meta{color:#788398;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.voity-record-meta span{color:#e1e5eb}.voity-record-actions button{border:1px solid #343c4b;border-radius:9px;background:#191f29;color:#aeb7c6;font-family:Avenir Next,Century Gothic,Trebuchet MS,sans-serif;font-size:11px;text-shadow:none;box-shadow:none}.voity-record-actions .voity-stop{border-color:#eef0f3;background:#eef0f3;color:#171b22;text-shadow:none}.voity-transcript-label{color:#6f7a8d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.voity-transcript p{border-left-color:var(--blue);color:#e8ecf3;font-family:Avenir Next,Century Gothic,Trebuchet MS,sans-serif;font-size:15px;text-shadow:none}.voity-transcript-label button,.voity-again{color:#78a0ff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.voity-console-foot{border-top-color:#282f3a;color:#626d80;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.voity-site-footer{min-height:64px;border:0;border-top:1px solid rgba(16,20,28,.1);background:transparent;color:#858c98;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-shadow:none;box-shadow:none}@media (max-width:560px){.voity-nav{height:72px}.voity-hero h1{font-size:68px}.voity-platforms{background:transparent}.voity-platform+.voity-platform{border-top-color:#10141c1a}.voity-console{margin-top:0;border-width:1px}.voity-console-body{margin:0}}.voity-product-demo{min-width:0;align-self:center}.voity-demo-label{display:flex;justify-content:space-between;gap:18px;margin:0 2px 13px;color:#7c8491;font:650 9px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase}.voity-demo-label span:first-child{color:var(--blue)}.voity-embedded-recorder.recorder-overlay{width:100%;height:146px;min-height:146px;display:grid;grid-template-rows:1fr 48px;margin:0;padding:10px 13px 8px;border:1px solid #3a414c;border-radius:24px;background:linear-gradient(145deg,#1b1e23,#121419);box-shadow:0 24px 55px #10141c40;cursor:default}.voity-embedded-recorder.recorder-overlay:active{cursor:default}.voity-popup-display{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.voity-popup-wave{width:100%;height:54px;display:flex;align-items:center;justify-content:center;gap:4px;padding:0 10px}.voity-popup-wave i{width:3px;min-height:6px;max-height:44px;border-radius:99px;background:#e8ebef;transition:height 75ms linear,opacity 75ms linear}.voity-popup-processing{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;background:#121419db;color:#9ca5b2;font:600 11px ui-monospace,SFMono-Regular,Menlo,monospace}.voity-popup-processing span{width:7px;height:7px;border-radius:50%;background:#5b8df1;animation:pulse-dot .9s ease-in-out infinite alternate}.voity-popup-footer{padding-bottom:0}.voity-popup-start{border:1px solid #4a5260;border-radius:8px;padding:7px 13px;background:#eef1f5;color:#171a1f;font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer}.voity-popup-start:hover:not(:disabled){background:#fff}.voity-popup-start:disabled{opacity:.48;cursor:default}.voity-real-result{margin-top:16px;padding:20px 21px;border:1px solid rgba(16,20,28,.12);border-left:3px solid var(--blue);background:#ffffff75}.voity-real-result>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#818895;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;text-transform:uppercase}.voity-real-result button{border:0;background:transparent;color:var(--blue);font:700 10px ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer}.voity-real-result p{color:#232a35;font-size:15px;line-height:1.58;white-space:pre-wrap;user-select:text}.voity-demo-meta{display:flex;justify-content:space-between;gap:16px;margin:12px 2px 0;color:#8a919d;font:600 8px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em;text-transform:uppercase}.voity-product-demo .voity-console-error{color:#a63f35;text-align:left}@media (max-width:560px){.voity-demo-label,.voity-demo-meta{flex-direction:column;gap:5px}.voity-embedded-recorder.recorder-overlay{height:138px;min-height:138px;padding-left:9px;padding-right:9px;border-radius:20px}.voity-popup-wave{gap:2px;padding:0 4px}.voity-popup-wave i{width:2px}.voity-popup-footer{gap:7px}.voity-popup-footer .overlay-brand{gap:6px;font-size:12px}.voity-popup-footer .overlay-mark{width:24px;height:24px}.voity-popup-footer .overlay-actions{gap:3px}.voity-popup-footer .overlay-action{font-size:11px}.voity-popup-footer kbd{display:none}}@media (prefers-reduced-motion:reduce){.voity-popup-wave i,.voity-popup-processing span{transition:none;animation:none}}.voity-glow-page{--glow-blue:#2563eb;min-height:100%;overflow:auto;background:radial-gradient(ellipse 900px 560px at 50% 26%,#182642,#0a0d13 62%);color:#f4f2eb;font-family:Avenir Next,Century Gothic,Trebuchet MS,sans-serif;user-select:auto}.voity-glow-nav{display:flex;align-items:center;justify-content:space-between;padding:26px 48px}.voity-glow-nav a{color:#f4f2eb;font-size:18px;font-weight:800;letter-spacing:-.025em;text-decoration:none}.voity-glow-nav a span{color:#3b82f6}.voity-glow-nav>span{color:#5b6577;font:600 11px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.18em}.voity-glow-hero{display:flex;flex-direction:column;align-items:center;gap:20px;padding:56px 48px 0;text-align:center}.voity-glow-hero h1{margin:0;font-size:66px;font-weight:800;letter-spacing:-.04em;line-height:1.02}.voity-glow-hero p{display:flex;align-items:center;gap:8px;color:#98a2b3;font-size:13px}.voity-glow-hero p i{color:#3b4558;font-style:normal}.voity-glow-demo{min-height:270px;display:flex;flex-direction:column;align-items:center;gap:18px;padding:38px 48px 30px}.voity-glow-orb{position:relative;width:150px;height:150px;display:flex;align-items:center;justify-content:center}.voity-glow-ring{position:absolute;inset:0;border:1px solid rgba(59,130,246,.35);border-top-color:#3b82f6e6;border-radius:50%}.voity-glow-orb.is-recording .voity-glow-ring{animation:voity-ring-spin 2.5s linear infinite}.voity-glow-orb button{position:relative;z-index:1;width:118px;height:118px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:0;border-radius:50%;background:var(--glow-blue);color:#fff;box-shadow:0 0 60px #2563eb8c;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.voity-glow-orb button:hover:not(:disabled){transform:scale(1.04);background:#3b82f6;box-shadow:0 0 70px #2563ebad}.voity-glow-orb button:disabled{opacity:.58;cursor:wait}.voity-glow-wave{height:44px;display:flex;align-items:center;justify-content:center;gap:4px;transform:scale(.8)}.voity-glow-wave i{width:4px;min-height:8px;max-height:44px;border-radius:99px;background:#fff;transition:height 75ms linear}.voity-glow-state{min-height:43px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.voity-glow-state strong{color:#f4f2eb;font-size:14px}.voity-glow-state span,.voity-glow-state time{color:#7e899b;font-size:11px;font-style:normal}.voity-glow-state time{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.voity-glow-result{width:560px;max-width:100%;display:flex;flex-direction:column;gap:12px;padding:18px 22px;border:1px solid #2a3244;border-radius:14px;background:#171c26d9;text-align:left;backdrop-filter:blur(6px)}.voity-glow-result p{color:#f4f2eb;font-size:15px;line-height:1.65;white-space:pre-wrap;user-select:text}.voity-glow-result div{display:flex;justify-content:flex-end;gap:14px}.voity-glow-result button{border:0;background:transparent;color:#687386;padding:6px 0;font:600 12px Avenir Next,Century Gothic,Trebuchet MS,sans-serif;cursor:pointer}.voity-glow-result button:last-child{border:1px solid #2a3244;border-radius:8px;padding:6px 14px;color:#98a2b3}.voity-glow-result button:hover:not(:disabled){color:#f4f2eb}.voity-glow-allowance{color:#596478;font:600 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;text-transform:uppercase}.voity-glow-error{max-width:540px;color:#ff8d80;font-size:12px;line-height:1.5;text-align:center}.voity-glow-platforms{display:flex;justify-content:center;gap:16px;padding:10px 48px 20px;flex-wrap:wrap}.voity-glow-platforms div{position:relative;min-width:200px;display:flex;flex-direction:column;gap:3px;padding:16px 26px;border:1px solid #2a3244;border-radius:14px;background:#171c26cc}.voity-glow-platforms strong{color:#f4f2eb;font-size:15px}.voity-glow-platforms span{position:absolute;top:15px;right:16px;color:#6f92de;font:700 8px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase}.voity-glow-platforms small{color:#5b6577;font-size:11px}.voity-glow-note{padding:0 48px 48px;color:#5b6577;font-size:12px;text-align:center}.voity-glow-footer{display:flex;justify-content:space-between;gap:20px;padding:20px 48px;border-top:1px solid #1c2331;color:#5b6577;font-size:12px}@keyframes voity-ring-spin{to{transform:rotate(360deg)}}@media (max-width:800px){.voity-glow-page{background:radial-gradient(ellipse 660px 440px at 50% 24%,#182642,#0a0d13 62%)}.voity-glow-nav{padding:22px 34px}.voity-glow-hero{padding:44px 34px 0;gap:17px}.voity-glow-hero h1{font-size:54px}.voity-glow-demo{min-height:235px;padding:32px 34px 24px;gap:16px}.voity-glow-orb{width:136px;height:136px}.voity-glow-orb button{width:108px;height:108px}.voity-glow-platforms{gap:14px;padding:8px 34px 16px}.voity-glow-platforms div{min-width:190px;padding:15px 24px}.voity-glow-note{padding:0 34px 40px}.voity-glow-footer{padding:18px 34px}}@media (max-width:520px){.voity-glow-page{background:radial-gradient(ellipse 420px 360px at 50% 22%,#182642,#0a0d13 64%)}.voity-glow-nav{padding:18px 22px}.voity-glow-nav a{font-size:17px}.voity-glow-nav>span{font-size:9px}.voity-glow-hero{padding:38px 22px 0;gap:15px}.voity-glow-hero h1{font-size:41px}.voity-glow-hero p{justify-content:center;flex-wrap:wrap;gap:7px;font-size:12px}.voity-glow-demo{min-height:215px;padding:28px 22px 22px;gap:15px}.voity-glow-orb{width:122px;height:122px}.voity-glow-orb button{width:96px;height:96px;box-shadow:0 0 46px #2563eb8c}.voity-glow-wave{transform:scale(.62)}.voity-glow-result{padding:15px 17px}.voity-glow-result p{font-size:14px;line-height:1.6}.voity-glow-platforms{flex-direction:column;gap:10px;padding:4px 22px 12px}.voity-glow-platforms div{width:100%;min-width:0;padding:14px 20px}.voity-glow-note{padding:0 22px 32px;font-size:11px}.voity-glow-footer{flex-direction:column;align-items:center;gap:4px;padding:16px 22px 20px;text-align:center;font-size:11px}}@media (prefers-reduced-motion:reduce){.voity-glow-ring,.voity-glow-wave i,.voity-glow-orb button{animation:none;transition:none}}
