@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap";@layer reset,base,layouts,components,utilities;@layer reset{*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0;font:inherit}html{color-scheme:dark light;hanging-punctuation:first last}body{min-height:100vh}img,picture,svg,video{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{max-width:75ch;text-wrap:pretty}h1,h2,h3,h4,h5,h6,p,span,a{color:var(--clr-primary)}@media (prefers-reduced-motion: no-preference){:has(:target){scroll-behavior:smooth;scroll-padding-top:3rem}}}@layer base{:root{font-family:Libre Baskerville,Georgia,Times New Roman,serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--clr-primary: #fff;--clr-secondary: #0a0908;--clr-tertiary: #1a1816;--clr-meter-display-boundary: #e8e0d0;--level-clr-primary: #c41e3a;--level-clr-secondary: #cd7f32;--needle-holder-clr: #8b7355;--needle-clr: #1a1a1a;--meter-face-cream: #f7f3e3;--meter-face-aged: #efe8d5;--meter-bezel-dark: #2a2520;--meter-bezel-light: #4a453d;--meter-brass: #b8860b;--meter-brass-dark: #8b6914;--meter-patina: #5c6b5d;--min-col-width: 18.75rem;--border-radius-primary: .28rem;--meter-level-thickness: .47em;--meter-tick-width: .094em;--meter-display-margin: 6%;--meter-padding: 1.5rem;--meter-aspect-ratio: .75 ;color-scheme:light dark}@media (prefers-color-scheme: light){:root{--clr-primary: #1a1816;--clr-secondary: #f5f0e6}}}@layer layouts{main{min-height:100svh;display:grid;place-items:center;grid-template-columns:2fr 3fr;gap:1.5rem;background-color:var(--clr-secondary)}}@layer components{.audio-recorder{display:grid;gap:.75rem;align-items:start;width:100%;max-width:100%;max-height:100%;box-sizing:border-box;overflow:visible}.audio-recorder__mic-wrapper{display:grid;justify-items:center;gap:.75rem}.audio-recorder__mic{--size: clamp(3rem, 8.25vw, 5.625rem);position:relative;width:var(--size);height:var(--size);border-radius:50%;border:none;background:radial-gradient(circle at 35% 35%,#2e2e2e,#1a1a1a);box-shadow:0 6px 18px #00000073,inset 0 0 0 1px #ffffff14;color:#fff;cursor:pointer;display:grid;place-items:center;transition:transform .12s ease,box-shadow .16s ease}.audio-recorder__mic:hover{box-shadow:0 8px 22px #0000008c,inset 0 0 0 1px #ffffff1f}.audio-recorder__mic:active{transform:scale(.98)}.audio-recorder__mic:focus-visible{outline:3px solid #3b82f6;outline-offset:4px}@keyframes mic-pulse{0%,to{box-shadow:0 6px 18px #00000073,inset 0 0 0 1px #ffffff14,0 0 #3b82f6e6,0 0 15px 2px #3b82f64d;transform:scale(1)}50%{box-shadow:0 10px 28px #0009,inset 0 0 0 1px #ffffff26,0 0 0 16px #3b82f680,0 0 35px 8px #3b82f666;transform:scale(1.03)}}.audio-recorder__mic.should-flash{animation:mic-pulse 1.6s ease-in-out infinite}.audio-recorder__mic:disabled{cursor:not-allowed;opacity:.6;filter:grayscale(20%);box-shadow:0 4px 14px #00000059,inset 0 0 0 1px #ffffff0f}.audio-recorder__mic:disabled:hover{box-shadow:0 4px 14px #00000059,inset 0 0 0 1px #ffffff0f}.audio-recorder__mic:disabled:active{transform:none}.audio-recorder__mic.is-recording:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;box-shadow:0 0 0 4px #ef444459,0 0 0 8px #ef44442e;animation:pulse 1.2s ease-out infinite}@keyframes pulse{0%{box-shadow:0 0 #ef444473,0 0 0 6px #ef444438}70%{box-shadow:0 0 0 6px #ef444400,0 0 0 12px #ef444400}to{box-shadow:0 0 #ef444400,0 0 #ef444400}}@media (prefers-reduced-motion: reduce){.audio-recorder__mic.is-recording:after{animation:none}}.audio-recorder__mic__glyph{width:calc(var(--size) * .45);height:calc(var(--size) * .45)}.audio-recorder__mic__power{position:absolute;top:10%;right:18%;width:calc(var(--size) * .1);height:calc(var(--size) * .1);min-width:.45rem;min-height:.45rem;border-radius:50%;background:#7f1d1d;box-shadow:0 0 6px #7f1d1d66;transition:background .16s ease,box-shadow .16s ease}.audio-recorder__mic:disabled .audio-recorder__mic__power{background:#374151;box-shadow:none}.audio-recorder__mic.is-recording .audio-recorder__mic__power{background:#ef4444;box-shadow:0 0 10px #ef4444e6}.audio-recorder__mic__shortcut{position:absolute;bottom:8%;right:8%;font-size:clamp(.49rem,.9vw,.56rem);padding:.15rem .3rem;border-radius:.15rem;background:#00000080;border:1px solid rgba(255,255,255,.25);color:#ffffffe6;pointer-events:none}.audio-recorder__status{display:flex;gap:1rem;font-variant-numeric:tabular-nums;font-size:clamp(.71rem,1.35vw,.9rem);transition:color .2s ease,text-shadow .2s ease}.audio-recorder__status--ready{color:#d4af37;font-weight:600;text-shadow:0 0 8px rgba(74,222,128,.4)}.audio-recorder__status__duration{font-variant-numeric:tabular-nums}.audio-recorder__waveform{position:relative;border-radius:.56rem;background:linear-gradient(180deg,#ffffff0f,#00000040);padding:.94rem;box-shadow:inset 0 0 0 1px #ffffff14;overflow:hidden;touch-action:none;min-height:7.5rem;height:auto;flex-shrink:1;width:100%;box-sizing:border-box}.audio-recorder__waveform.is-seekable{cursor:ew-resize}.audio-recorder__waveform canvas{width:100%;height:6rem;display:block;touch-action:none;pointer-events:none}.audio-recorder__waveform__empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#ffffffbf;font-size:clamp(.71rem,1.35vw,.86rem);text-align:center;pointer-events:none;-webkit-backdrop-filter:none;backdrop-filter:none}.audio-recorder__playhead{position:absolute;top:0;bottom:0;width:2px;background:#3b82f6;box-shadow:0 0 6px #3b82f699;transform:translate(-1px);pointer-events:none}.shared-textarea.audio-recorder__transcript{width:100%;box-sizing:border-box;flex-shrink:1;min-height:45px;max-height:112px;overflow:hidden;resize:none}.audio-recorder__transcript p{opacity:.9;font-size:clamp(.71rem,1.35vw,.83rem);line-height:1.6}.audio-recorder__controls{display:flex;gap:.75rem;justify-content:center;width:100%}.audio-btn{padding:.6rem 1.125rem;border-radius:.45rem;border:1px solid rgba(255,255,255,.15);background:#2a2a2a;color:#fff;cursor:pointer;transition:background .14s ease,transform .1s ease,box-shadow .14s ease,border-color .14s ease;font-size:clamp(.71rem,1.35vw,.79rem)}.audio-btn:hover{background:#333}.audio-btn:active{transform:translateY(1px)}.audio-btn:focus-visible{outline:3px solid #3b82f6;outline-offset:3px}.audio-btn:disabled{cursor:not-allowed;opacity:.6}.audio-btn--primary{background:#1f2937;border-color:#3b82f673}.audio-btn--primary:hover{background:#263247}.audio-btn--danger{background:#3a1f1f;border-color:#ef444473}.audio-btn--danger svg{min-width:.94rem}.audio-btn--danger:hover{background:#4a2626}.audio-btn--with-shortcut{display:flex;align-items:center;gap:.56rem;padding-right:.75rem}.audio-btn--danger.audio-btn--with-shortcut{position:relative;padding:.6rem 1.125rem}.audio-btn--danger.audio-btn--with-shortcut .audio-btn__shortcut{position:absolute;bottom:.225rem;right:.225rem;font-size:.49rem;padding:.11rem .225rem}.audio-btn__label{flex:1}.audio-btn__shortcut{font-size:.56rem;padding:.19rem .375rem;border-radius:.19rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);color:#ffffffd9;text-transform:capitalize}.audio-btn:disabled .audio-btn__shortcut{opacity:.4}@keyframes pulse-glow{0%,to{box-shadow:0 0 #3b82f6b3;border-color:#3b82f673}50%{box-shadow:0 0 15px 3px #3b82f666;border-color:#3b82f6e6}}.audio-btn--flash{animation:pulse-glow 1.5s ease-in-out infinite}.audio-recorder__error{color:#fca5a5}.speech-status{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin-top:.5rem;border-radius:6px;font-size:.875rem;line-height:1.4;animation:fade-in .2s ease-out}@keyframes fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.speech-status--warning{background:#fbbf2426;border:1px solid rgba(251,191,36,.3);color:#fbbf24}.speech-status--error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.speech-status__icon{font-size:1rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.speech-status__message{flex:1}.speech-status__dismiss{background:none;border:none;padding:.25rem;color:inherit;opacity:.7;cursor:pointer;font-size:.75rem;line-height:1;border-radius:4px;transition:opacity .15s ease}.speech-status__dismiss:hover{opacity:1;background:#ffffff1a}.retro-spinner{display:inline-block;vertical-align:middle;filter:drop-shadow(0 0 2px currentColor)}.speech-status--info .retro-spinner{color:var(--level-clr-secondary, #cd7f32)}@media (prefers-reduced-motion: reduce){.retro-spinner circle{animation:none}.retro-spinner animateTransform,.retro-spinner animate{display:none}.retro-spinner circle:first-child{stroke-dasharray:0;opacity:.4}}.audio-recorder__launcher{position:absolute;bottom:1.125rem;right:1.125rem;width:3.375rem;height:3.375rem;border-radius:999px;border:2px solid rgba(255,255,255,.25);background:radial-gradient(circle at 35% 35%,#8a8a8a,#5a5a5a 50%,#3a3a3a);color:#fff;box-shadow:0 6px 16px #0009,inset 0 2px 4px #fff3,inset 0 -2px 6px #0006;cursor:pointer;display:grid;place-items:center;z-index:10;transition:transform .12s ease,box-shadow .16s ease}.audio-recorder__launcher:hover{transform:translateY(-1px);box-shadow:0 8px 20px #000000b3,inset 0 2px 4px #ffffff40,inset 0 -2px 6px #0006}.audio-recorder__launcher:active{transform:translateY(1px) scale(.98);box-shadow:0 4px 12px #00000080,inset 0 1px 3px #00000080}.audio-recorder__launcher:focus-visible{outline:3px solid #3b82f6;outline-offset:3px}.audio-recorder__launcher.is-hidden{display:none}.audio-recorder__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:flex-start;justify-content:center}.audio-recorder__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}@media (prefers-reduced-motion: reduce){.audio-recorder__backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#000000a6}}body:has(.audio-recorder__modal) .meter__display{visibility:hidden}.audio-recorder__modal__content{position:relative;z-index:2;margin:0 auto;width:100%;height:100%;max-width:36rem;background:var(--clr-secondary);padding:3.75rem 1.125rem 1.125rem;overflow:auto;overscroll-behavior:contain}.audio-recorder__modal__header{display:flex;align-items:center;justify-content:flex-end;margin-bottom:1.5rem}.close-btn{padding:.49rem;border-radius:.56rem;border:1px solid rgba(255,255,255,.2);background:linear-gradient(145deg,#3a3a3a,#2a2a2a);color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .14s ease,transform .1s ease,box-shadow .14s ease,border-color .14s ease;box-shadow:0 2px 6px #0000004d;min-width:2.06rem;min-height:2.06rem}.close-btn:hover{background:linear-gradient(145deg,#4a4a4a,#333);border-color:#ffffff4d;box-shadow:0 4px 10px #0006;transform:translateY(-1px)}.close-btn:active{transform:translateY(0);box-shadow:0 1px 3px #0003}.close-btn:focus-visible{outline:3px solid #3b82f6;outline-offset:3px}.close-btn svg{width:18px;height:18px}.audio-recorder__modal .audio-recorder{gap:1.31rem}.audio-recorder__modal .audio-recorder__mic{--size: clamp(4.5rem, 12vw, 6.75rem)}.audio-recorder__modal .audio-recorder__status{font-size:clamp(1.05rem,3vw,1.39rem)}.audio-recorder__modal .audio-recorder__waveform{padding:1.5rem;min-height:10.5rem}.audio-recorder__modal .audio-recorder__waveform canvas{height:9rem}.audio-recorder__modal .audio-recorder__waveform__empty{font-size:clamp(1.01rem,2.625vw,1.24rem)}.audio-recorder__modal .audio-recorder__transcript p{font-size:clamp(1.01rem,2.625vw,1.24rem);line-height:1.7}.audio-recorder__modal .audio-btn{padding:.75rem 1.5rem;font-size:clamp(1.01rem,2.625vw,1.2rem);border-radius:.56rem}.audio-recorder__modal .audio-recorder__controls{gap:1.125rem}.audio-recorder__modal .audio-recorder__error{font-size:clamp(.94rem,2.25vw,1.125rem);padding:.75rem}.audio-recorder__modal .speech-status{font-size:clamp(.875rem,2vw,1rem);padding:.625rem .875rem;margin-top:.75rem}.audio-recorder__modal .text-input{gap:1.31rem;height:100%;justify-content:center}.audio-recorder__modal .input-container__port,.modal-open .input-container__port{display:none}.meter{position:relative;aspect-ratio:var(--meter-aspect-ratio);width:min(100% - var(--meter-padding),(100svh - var(--meter-padding)) * var(--meter-aspect-ratio));display:flex;flex-direction:column;background:repeating-linear-gradient(87deg,transparent 0px,transparent 2px,rgba(139,90,43,.03) 2px,rgba(139,90,43,.03) 3px),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E"),linear-gradient(175deg,#3d3632,#2a2520,#1f1c19,#2a2520,#1f1c19);border-radius:var(--border-radius-primary);box-shadow:0 0 40px #8b5a2b1a,0 20px 50px #00000080,0 8px 25px #0006,inset 0 1px #ffffff14,inset 0 -1px #0000004d,inset 0 0 60px #f7f3e308;border:1px solid rgba(139,115,85,.3);padding-top:1.875rem}.meter>*:not(.meter__title){flex:1 1 0}.meter:before,.meter:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#d4af37,#b8860b 40%,#8b6914,#5c4a1f);box-shadow:inset 0 1px 2px #fff6,inset 0 -1px 2px #0006,0 2px 4px #0006;z-index:10}.meter:before{top:9px;left:9px}.meter:after{top:9px;right:9px}.meter__title{display:none;flex:0 0 auto;font-family:Playfair Display,Georgia,serif;color:#d4af37;text-shadow:0 2px 0 rgba(0,0,0,.6),0 -1px 0 rgba(255,223,150,.2),0 0 15px rgba(212,175,55,.25)}.mobile-launcher-portal{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.mobile-launcher-portal>*{pointer-events:auto}.meter__warning{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#b45309f2;border:1px solid rgba(245,158,11,.5);border-radius:.375rem;color:#fef3c7;font-size:.75rem;font-family:Libre Baskerville,Georgia,serif;white-space:nowrap;z-index:20;box-shadow:0 4px 12px #0000004d,inset 0 1px #ffffff1a;animation:warning-fade-in .3s ease-out}.meter__warning svg{flex-shrink:0;color:#fbbf24}@keyframes warning-fade-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.meter__display{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:0;border-radius:4px;overflow:hidden;--meter-face-color: #f5f1e4;background-color:var(--meter-face-color);box-shadow:inset 0 0 0 4px #9a7850,inset 0 0 0 5px #6b5538,inset 0 0 0 6px #0000004d,inset 0 10px 25px #00000038,inset 0 -4px 12px #fffaeb4d,inset 8px 0 18px #0000001f,inset -8px 0 18px #0000001f;border:1px solid rgba(60,50,35,.5);position:relative}.meter__display:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,rgba(255,255,255,.06) 20%,transparent 35%,transparent 100%);border-radius:inherit}.meter__controls{display:grid;place-items:center}.meter__display__boundary{width:100%;height:100%;grid-row:1 / 5;background-color:var(--meter-face-color, #f5f1e4);z-index:1}.meter__display__boundary--left{grid-column:1 / 2;clip-path:polygon(0 0,100% 100%,0 100%)}.meter__display__boundary--right{grid-column:3 / 4;clip-path:polygon(100% 0,100% 100%,0 100%)}.meter__display__level{grid-column:1 / -1;width:100%;height:100%;background:var(--level-color);clip-path:ellipse(50% 100% at bottom center);position:relative;z-index:1}.meter__display__level--prosodic{--level-color: linear-gradient( 90deg, #8a1828 0%, #a82035 30%, #c41e3a 50%, #a82035 70%, #8a1828 100% );background:var(--level-color);grid-row:2 / 3}.meter__display__level--lexical{--level-color: linear-gradient( 90deg, #7a5020 0%, #9a6930 30%, #c9923e 50%, #9a6930 70%, #7a5020 100% );background:var(--level-color);grid-row:3 / 4}.meter__display__ticks__wrapper{position:relative;width:100%;height:100%;display:flex;justify-content:space-between;background-color:var(--meter-face-color, #f5f1e4);clip-path:ellipse(calc(50% - var(--meter-level-thickness)) calc(100% - var(--meter-level-thickness)) at bottom center)}.meter__display__ticks__wrapper:after{content:"";position:absolute;width:100%;height:100%;background-color:var(--meter-face-color, #f5f1e4);clip-path:ellipse(calc(50% - var(--meter-level-thickness) * 2) calc(100% - var(--meter-level-thickness) * 2) at bottom center)}.meter__tick{top:0;left:0;width:var(--meter-tick-width);height:100%;background:#2a2520}.meter__needle__holder{position:relative;bottom:-5px;grid-column:2 / 3;grid-row:4 / 5;width:100%;height:100%;background:radial-gradient(ellipse 60% 45% at 50% 30%,rgba(255,223,150,.6) 0%,rgba(255,223,150,.2) 40%,transparent 70%),repeating-radial-gradient(circle at 50% 100%,transparent 0px,transparent 2px,rgba(92,74,50,.25) 2px,rgba(92,74,50,.25) 3px,rgba(255,223,150,.15) 3px,rgba(255,223,150,.15) 4px,transparent 4px,transparent 6px),repeating-radial-gradient(circle at 50% 100%,transparent 0px,transparent 1px,rgba(92,74,50,.12) 1px,rgba(92,74,50,.12) 2px,transparent 2px,transparent 3px),radial-gradient(ellipse 95% 75% at 50% 115%,#d4af37,#c9a227,#b8960b,#8b7355,#6b5a45,#4a3f32);clip-path:circle(42% at bottom center);box-shadow:inset 0 -4px 10px #00000080,inset 0 4px 6px #ffdf964d,0 4px 12px #0009,0 2px 4px #0006,0 0 20px #b8860b26;z-index:3}.meter__needle__holder:after{content:"";position:absolute;bottom:15%;left:50%;transform:translate(-50%);width:8px;height:8px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#f4e4bc,#d4af37,#8b6914 60%,#4a3520);box-shadow:inset 0 -1px 2px #00000080,0 1px 2px #0006}.meter__needle{grid-column:2 / 3;grid-row:1 / 5;width:12px;height:92%;margin-block-start:auto;margin-inline:auto;background:linear-gradient(90deg,#0a0a12,#1a1a28,#2a2a3a,#1a1a28,#0a0a12);transform-origin:50% 100%;transform:rotate(var(--needle-rotation, -55deg));z-index:2;box-shadow:2px 2px 6px #00000080,0 0 1px #0009;transition:transform var(--anim-duration, 1.4s) cubic-bezier(.25,.1,.25,1);clip-path:polygon(35% 1.5%,50% 0%,65% 1.5%,56% 10%,56% 100%,44% 100%,44% 10%)}.meter__needle:before{content:"";position:absolute;top:0;left:0;right:0;height:15%;background:linear-gradient(to bottom,#c41e3a 0%,#8b1428 60%,transparent 100%);clip-path:polygon(0% 0%,100% 0%,80% 100%,20% 100%)}.meter--off .meter__display{--meter-face-color: #e0dcd0;background-color:var(--meter-face-color);filter:saturate(.35) brightness(.9)}.meter--off .meter__needle{transform:rotate(-55deg)!important;transition:none;opacity:.7}.meter--off .meter__needle:before{opacity:.5}.meter--off .level-indicator{opacity:.3}.meter__display--backlit{--meter-face-color: #faf6eb;background-color:var(--meter-face-color);box-shadow:inset 0 0 0 4px #b89060,inset 0 0 0 5px #7a6040,inset 0 0 0 6px #00000040,inset 0 8px 20px #0000001a,inset 0 -4px 12px #fffaeb59,inset 6px 0 15px #0000000d,inset -6px 0 15px #0000000d,inset 0 0 100px #ffe6aa66,inset 0 0 50px #ffd78c4d,0 0 35px #ffd78c33;will-change:box-shadow;animation:backlight-pulse 8s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.meter__display--backlit{animation:none;will-change:auto}}@keyframes backlight-pulse{0%,to{box-shadow:inset 0 0 0 4px #b89060,inset 0 0 0 5px #7a6040,inset 0 0 0 6px #00000040,inset 0 8px 20px #0000001a,inset 0 -4px 12px #fffaeb59,inset 6px 0 15px #0000000d,inset -6px 0 15px #0000000d,inset 0 0 100px #ffe6aa66,inset 0 0 50px #ffd78c4d,0 0 35px #ffd78c33}50%{box-shadow:inset 0 0 0 4px #c9a070,inset 0 0 0 5px #8a7050,inset 0 0 0 6px #0003,inset 0 8px 20px #0000000f,inset 0 -4px 12px #fffaeb73,inset 6px 0 15px #0000000a,inset -6px 0 15px #0000000a,inset 0 0 120px #ffebb480,inset 0 0 60px #ffdc9666,0 0 45px #ffdc9640}}.meter--powering-on .meter__display--backlit{animation:backlight-fade-in .45s ease-out forwards}@keyframes backlight-fade-in{0%{filter:saturate(.4) brightness(.92);box-shadow:inset 0 0 0 3px #8b7355,inset 0 0 0 4px #5c4a32,inset 0 8px 20px #00000040}30%{filter:saturate(.7) brightness(.96)}to{filter:saturate(1) brightness(1);box-shadow:inset 0 0 0 4px #b89060,inset 0 0 0 5px #7a6040,inset 0 0 0 6px #00000040,inset 0 8px 20px #0000001a,inset 0 -4px 12px #fffaeb59,inset 6px 0 15px #0000000d,inset -6px 0 15px #0000000d,inset 0 0 100px #ffe6aa66,inset 0 0 50px #ffd78c4d,0 0 35px #ffd78c33}}.meter__needle--powering-on{animation:needle-stutter .7s ease-out forwards}@keyframes needle-stutter{0%{transform:rotate(var(--needle-rotation, -90deg))}15%{transform:rotate(calc(var(--needle-rotation, -90deg) + 8deg))}30%{transform:rotate(calc(var(--needle-rotation, -90deg) - 5deg))}45%{transform:rotate(calc(var(--needle-rotation, -90deg) + 4deg))}60%{transform:rotate(calc(var(--needle-rotation, -90deg) - 3deg))}75%{transform:rotate(calc(var(--needle-rotation, -90deg) + 2deg))}to{transform:rotate(var(--needle-rotation, -90deg))}}.meter__needle--loading{animation:needle-loading-jitter .5s ease-in-out infinite}@keyframes needle-loading-jitter{0%,to{transform:rotate(var(--needle-rotation, -90deg))}25%{transform:rotate(calc(var(--needle-rotation, -90deg) + 3deg))}50%{transform:rotate(calc(var(--needle-rotation, -90deg) - 2deg))}75%{transform:rotate(calc(var(--needle-rotation, -90deg) + 2deg))}}@media (prefers-reduced-motion: reduce){.meter__needle--loading{animation:none}}.meter__display__scale-labels{position:absolute;top:5%;left:0;right:0;display:flex;justify-content:space-between;padding:0 10%;z-index:5;pointer-events:none}.meter__display__scale-label{font-family:Playfair Display,Georgia,serif;font-size:clamp(.45rem,1.3vw,.65rem);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#3d352d;text-shadow:0 1px 0 rgba(255,255,255,.5),0 -.5px 0 rgba(0,0,0,.15)}.meter__display__scale-label--left{text-align:left}.meter__display__scale-label--right{text-align:right}.meter__display-wrapper{position:relative;margin-block-start:var(--meter-display-margin);margin-inline:var(--meter-display-margin);flex:1 1 auto;display:flex;flex-direction:column}.meter__display-wrapper .meter__display{flex:1 1 auto}.meter__curved-label{position:absolute;left:8%;right:8%;width:84%;height:14%;pointer-events:none;z-index:10;overflow:visible;filter:drop-shadow(0 1px 0 rgba(255,255,255,.4))}.meter__curved-label__text{font-family:Playfair Display,Georgia,serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;fill:currentColor}.meter__curved-label__text .italic{font-style:italic;font-weight:400}.meter__curved-label--prosodic{color:#8b1e3a;top:31%}.meter__curved-label--lexical{color:#8b5a2b;top:56%}.meter__curved-label--disabled{color:#8a8578!important;filter:none}.meter__display__level--disabled.meter__display__level--prosodic,.meter__display__level--disabled.meter__display__level--lexical{--level-color: #9a958c}.meter__display__level--disabled .meter__tick{background:#a5a095}.level-indicators-container{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.level-indicators-svg{width:100%;height:100%;overflow:visible}.level-indicator{filter:drop-shadow(0 2px 3px rgba(0,0,0,.5))}.level-indicator__body{filter:brightness(1)}.level-indicator--disabled{opacity:.85}.level-indicator--loading{animation:svg-indicator-jitter .5s ease-in-out infinite}@keyframes svg-indicator-jitter{0%,to{filter:drop-shadow(0 2px 3px rgba(0,0,0,.5))}25%{filter:drop-shadow(2px 2px 3px rgba(0,0,0,.5))}50%{filter:drop-shadow(-1px 2px 3px rgba(0,0,0,.5))}75%{filter:drop-shadow(1px 2px 3px rgba(0,0,0,.5))}}@media (prefers-reduced-motion: reduce){.level-indicator--loading{animation:none}}.level-indicator--powering-on{animation:svg-indicator-stutter .7s ease-out forwards}@keyframes svg-indicator-stutter{0%,to{filter:drop-shadow(0 2px 3px rgba(0,0,0,.5)) brightness(1)}15%{filter:drop-shadow(3px 2px 3px rgba(0,0,0,.5)) brightness(1.2)}30%{filter:drop-shadow(-2px 2px 3px rgba(0,0,0,.5)) brightness(.9)}50%{filter:drop-shadow(2px 2px 3px rgba(0,0,0,.5)) brightness(1.1)}70%{filter:drop-shadow(-1px 2px 3px rgba(0,0,0,.5)) brightness(1)}}.meter__display{position:relative}.rotary{--size: clamp(9rem, 30vw, 15rem);--radius: calc(var(--size) * .42);--icon-size: clamp(1.125rem, calc(var(--size) * .12), 2.1rem);--accent: #d4af37;position:relative;display:grid;place-items:center;width:var(--size);height:var(--size);padding:0;border:none;background:transparent;cursor:pointer}.rotary:focus-visible{outline:3px solid var(--accent);outline-offset:4px;border-radius:50%}.rotary__plate{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(0,0,0,.1) 45%,rgba(139,115,85,.3) 48%,rgba(139,115,85,.15) 52%,transparent 55%),radial-gradient(ellipse at center,#ffffff14,#00000040);box-shadow:inset 0 4px 12px #00000073,inset 0 -2px 6px #ffffff0d}.rotary__knob{width:calc(var(--size) * .55);height:calc(var(--size) * .55);border-radius:50%;background:radial-gradient(ellipse 80% 60% at 40% 30%,rgba(80,70,60,.9) 0%,transparent 50%),repeating-conic-gradient(from 0deg,rgba(255,255,255,.03) 0deg 6deg,transparent 6deg 12deg),linear-gradient(155deg,#4a4540,#3a3632,#2a2825,#1f1d1a,#151412);box-shadow:0 8px 25px #0009,0 4px 10px #0006,inset 0 2px 4px #ffffff14,inset 0 -3px 8px #0006,0 0 0 2px #8b735533;transform:rotate(var(--angle-deg));transition:transform .18s cubic-bezier(.34,1.2,.64,1),box-shadow .15s ease,filter .15s ease}.rotary__icon{position:absolute;top:calc(53% - var(--icon-size) / 2);left:calc(50% - var(--icon-size) / 2);--radial-adjust: 0px;transform:rotate(var(--deg)) translateY(calc(-1 * (var(--radius) + var(--radial-adjust)))) rotate(calc(-1 * var(--deg)));transform-origin:center;color:#d4af3759;opacity:1;transition:color .18s ease,transform .16s ease,filter .18s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}@supports (transform: translate(calc(sin(0deg)*1px),calc(cos(0deg)*1px))){.rotary__icon{transform:translate(calc(sin(var(--deg)) * (var(--radius) + var(--radial-adjust))),calc(-1 * cos(var(--deg)) * (var(--radius) + var(--radial-adjust))))}}.rotary__icon--audio,.rotary__icon--text{--radial-adjust: -4px}.rotary__icon.is-active{color:#d4af37;filter:drop-shadow(0 1px 2px rgba(0,0,0,.6)) drop-shadow(0 0 8px rgba(212,175,55,.4))}.rotary__icon__glyph{display:inline-grid;place-items:center;width:var(--icon-size);height:var(--icon-size)}.rotary__icon__glyph svg{width:100%;height:100%}.rotary__knob:after{content:"";position:absolute;left:50%;top:8%;transform:translate(-50%);width:3px;height:42%;border-radius:2px 2px 1px 1px;background:linear-gradient(to bottom,#f4e4bc,#d4af37 15%,#b8960b,#8b6914 85%,#5c4a1f);box-shadow:inset 0 1px 1px #ffffff80,inset 0 -1px 2px #0006,0 0 3px #0006,0 1px 2px #0000004d}.rotary:hover .rotary__knob{filter:brightness(1.08);box-shadow:0 10px 30px #000000a6,0 5px 12px #00000073,inset 0 2px 4px #ffffff1a,inset 0 -3px 8px #0006,0 0 0 2px #b8860b40}.rotary__label{position:absolute;bottom:calc(var(--size) * -.12);font-family:Playfair Display,Georgia,serif;font-size:clamp(.6rem,calc(var(--size) * .06),.75rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#d4af37cc;text-shadow:0 1px 2px rgba(0,0,0,.7),0 0 8px rgba(212,175,55,.15);pointer-events:none}}.input-container{position:relative;z-index:2;padding:1.5rem;padding-top:calc(1.5rem + 12px);border:4px solid rgba(255,255,255,.2);border-radius:var(--border-radius-primary);background:#0003;min-height:255px;width:100%;transition:border-color .3s ease;box-sizing:border-box;overflow:visible}.stack{width:100%;padding:1.875rem;padding-top:calc(.75rem + 15px);height:100svh;display:grid;grid-template-rows:1fr 4fr;gap:.75rem;margin:0 auto;align-items:center;box-sizing:border-box;max-width:1050px;overflow-x:hidden;overflow-y:visible}.stack .input-container{height:100%;max-height:100%;display:flex;flex-direction:column;justify-content:center;overflow:visible;position:relative;margin:0 auto}.stack .input-container>:not(.input-container__port){max-height:100%;overflow:visible;width:100%;margin:0;flex-shrink:1}.input-container__content{view-transition-name:input-content;width:100%;max-height:100%;overflow:visible}@media (prefers-reduced-motion: no-preference){::view-transition-old(input-content),::view-transition-new(input-content){animation-duration:.35s;animation-timing-function:ease-in-out}::view-transition-old(input-content){animation-name:fade-out}::view-transition-new(input-content){animation-name:fade-in}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}}.title-group{place-self:start center;display:flex;flex-direction:column;align-items:center;gap:.375rem}.title{font-family:Playfair Display,Georgia,serif;color:#d4af37;text-transform:uppercase;letter-spacing:.15em;font-weight:900;font-size:clamp(.94rem,2.25vw,2.06rem);padding:.375rem .75rem;text-shadow:0 2px 0 rgba(0,0,0,.5),0 -1px 0 rgba(255,223,150,.3),0 0 15px rgba(212,175,55,.3),0 0 30px rgba(212,175,55,.15);background:linear-gradient(180deg,transparent 0%,rgba(212,175,55,.05) 50%,transparent 100%);border-bottom:1px solid rgba(212,175,55,.2)}.subtitle{font-family:Libre Baskerville,Georgia,serif;color:#6b5530;font-style:italic;letter-spacing:.1em;font-weight:400;font-size:clamp(.525rem,1.125vw,.675rem);text-shadow:0 1px 0 rgba(0,0,0,.4),0 0 8px rgba(212,175,55,.1)}.getting-started{max-width:100%;width:100%;max-height:100%;margin:0;padding:0;box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(.56rem,1.5vw,1.125rem);overflow-wrap:break-word;word-wrap:break-word;overflow:hidden}.getting-started *{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.getting-started__title{font-size:clamp(.83rem,2.625vw,1.875rem);font-weight:700;color:var(--clr-primary);text-align:center;line-height:1.3;-webkit-hyphens:auto;hyphens:auto}.getting-started__intro{font-size:clamp(.675rem,1.875vw,1.05rem);text-align:center;font-style:italic;opacity:.9;line-height:1.5}.getting-started__description{font-size:clamp(.64rem,1.5vw,.9rem);line-height:1.7}.getting-started__models{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:clamp(.66rem,1.5vw,1.5rem);width:100%}.getting-started__model{font-size:clamp(.64rem,1.5vw,.86rem);padding-left:clamp(1.125rem,1.875vw,1.875rem);position:relative;line-height:1.7}.getting-started__model:before{content:"→";position:absolute;left:0;color:var(--clr-primary);opacity:.7;font-size:1.2em}.getting-started__cta{font-size:clamp(.64rem,1.5vw,.9rem);line-height:1.7;text-align:center;font-style:italic;opacity:.95;margin-top:clamp(.375rem,1.125vw,.75rem)}.text-input{width:100%;margin:0 auto;padding:.75rem;box-sizing:border-box;display:flex;flex-direction:column;max-height:100%;overflow:hidden}.shared-textarea{width:100%;max-width:100%;min-height:90px;max-height:225px;padding:.94rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:clamp(.71rem,1.35vw,.83rem);resize:vertical;line-height:1.6;transition:border-color .2s ease;box-sizing:border-box;flex:1 1 auto;overflow:auto}.shared-textarea:focus:not(:disabled){outline:none;border-color:#fff6}.shared-textarea:disabled{opacity:.85;cursor:not-allowed}@keyframes textarea-pulse{0%,to{border-color:#fff3;box-shadow:0 0 #3b82f6e6,0 0 10px 2px #3b82f626}50%{border-color:#3b82f6cc;box-shadow:0 0 0 8px #3b82f666,0 0 25px 6px #3b82f640}}.shared-textarea.should-flash{animation:textarea-pulse 1.6s ease-in-out infinite}.text-input__controls{display:flex;justify-content:flex-end;margin-top:.75rem}.text-input__send-btn{width:100%;display:block;padding:.56rem 1.125rem;background:linear-gradient(145deg,#555,#333);border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.text-input__send-btn:hover:not(:disabled){background:linear-gradient(145deg,#666,#444);border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}.text-input__send-btn:disabled{opacity:.5;cursor:not-allowed}.text-input__send-btn--with-shortcut{display:flex;align-items:center;gap:.56rem;justify-content:space-between;padding-right:.75rem}.text-input__send-btn__label{flex:1}.text-input__send-btn__shortcut{font-size:.56rem;padding:.19rem .375rem;border-radius:.19rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);color:#ffffffd9;white-space:nowrap}.text-input__send-btn:disabled .text-input__send-btn__shortcut{opacity:.4}.text-input__error{margin-top:.75rem;padding:.56rem;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:6px;color:#ff6b6b;font-size:.675rem}@keyframes pulsate{0%,to{transform:scale(1);box-shadow:0 4px 12px #0000004d}50%{transform:scale(1.1);box-shadow:0 6px 20px #ffffff4d}}.audio-recorder__launcher--pulsate{animation:pulsate .6s ease-in-out}.audio-recorder__launcher .launcher-icon{display:inline-grid;place-items:center;width:20px;height:20px}.audio-recorder__launcher .launcher-icon svg{width:100%;height:100%}.audio-recorder__launcher svg{width:21px;height:21px}.detector-jack{position:absolute;bottom:.75rem;left:.75rem;width:22px;height:22px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#7b7b7b,#3b3b3b 60%,#1a1a1a);box-shadow:inset 0 2px 4px #ffffff2e,inset 0 -2px 8px #0000008c,0 2px 6px #00000059;border:1px solid rgba(255,255,255,.2);transition:opacity .2s ease}.audio-recorder__modal~* .detector-jack,body:has(.audio-recorder__modal) .detector-jack{opacity:0;pointer-events:none}.mobile-cable{display:none}.detector-jack:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:repeating-conic-gradient(from 0deg,#cba362,#cba362 8deg,#8c612c 8deg,#8c612c 16deg),radial-gradient(circle at 35% 35%,#d2a76a,#986932 60%,#6c4920);box-shadow:inset 0 2px 3px #fff3,inset 0 -2px 6px #00000073;filter:saturate(1.05) contrast(1.05)}.detector-jack:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:50%;background:radial-gradient(circle at 50% 45%,#0b0b0b,#111 55%,#000);box-shadow:inset 0 1px 2px #ffffff1a,inset 0 -2px 4px #000000b3}.input-container{position:relative}.input-container__port{position:absolute;top:-9px;left:50%;transform:translate(-50%);width:21px;height:21px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#777,#3a3a3a 60%,#1f1f1f);box-shadow:inset 0 2px 4px #ffffff2e,inset 0 -2px 8px #0000008c,0 2px 6px #00000059;border:1px solid rgba(255,255,255,.2);pointer-events:none;z-index:10}.input-container__port:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:repeating-conic-gradient(from 0deg,#cba362,#cba362 8deg,#8c612c 8deg,#8c612c 16deg),radial-gradient(circle at 35% 35%,#d2a76a,#986932 60%,#6c4920);box-shadow:inset 0 2px 3px #fff3,inset 0 -2px 6px #00000073}.input-container__port:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:50%;background:radial-gradient(circle at 50% 45%,#0b0b0b,#111 55%,#000);box-shadow:inset 0 1px 2px #ffffff1a,inset 0 -2px 4px #000000b3}.cable-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0}.cable-overlay--loading .cable-overlay__texture{animation:cable-pulse 1.5s ease-in-out infinite}@keyframes cable-pulse{0%,to{opacity:.9;stroke:#555}50%{opacity:1;stroke:#666}}.cable-overlay__data-flow{animation:data-flow .8s linear infinite}@keyframes data-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-30}}@media (min-width: 1440px){.audio-recorder{gap:1.125rem}.audio-recorder__waveform{padding:1.125rem;min-height:9rem}.audio-recorder__waveform canvas{height:7.5rem}.audio-recorder__controls{gap:.94rem}.audio-btn{padding:.675rem 1.31rem;font-size:.83rem}.meter{width:min(100% - var(--meter-padding),max(600px,(100svh - var(--meter-padding)) * var(--meter-aspect-ratio)));padding-top:0}.input-container{padding:1.875rem;padding-top:calc(1.125rem + 12px)}.stack{padding:2.25rem;padding-top:calc(2.25rem + 15px)}.getting-started{gap:clamp(1.31rem,2.25vw,2.25rem)}.shared-textarea,.text-input__textarea{min-height:105px;padding:1.125rem;font-size:.86rem;line-height:1.65}.shared-textarea.audio-recorder__transcript{min-height:52px;resize:none}.first-time-overlay__text{font-size:1.31rem}}@media (max-width: 1439px){main{grid-template-columns:1fr;grid-template-rows:1fr;place-items:center;padding:.75rem}.stack{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;grid-template-rows:1fr 4fr}.title-group{display:none}.meter__title{display:block;text-align:center;font-family:Playfair Display,Georgia,serif;color:#d4af37;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:clamp(.83rem,3.75vw,1.2rem);padding:.94rem .375rem;flex:0 0 auto;text-shadow:0 2px 0 rgba(0,0,0,.6),0 -1px 0 rgba(255,223,150,.2),0 0 11px rgba(212,175,55,.25)}.meter{width:100%;max-width:450px;height:auto;padding-top:0}.meter__display{margin-block-start:0}.audio-recorder__launcher{bottom:.75rem;right:.75rem;width:3rem;height:3rem}.getting-started{gap:clamp(.45rem,1.35vw,.71rem)}.getting-started__title{font-size:clamp(.975rem,3.375vw,1.31rem)}.getting-started__intro{font-size:clamp(.86rem,2.81vw,1.05rem)}.getting-started__description,.getting-started__model,.getting-started__cta{font-size:clamp(.79rem,2.44vw,.975rem)}.input-container{padding:.75rem;border:none;background:transparent;min-height:auto;max-height:100%;box-sizing:border-box;overflow:visible}.cable-overlay{display:none}.input-container__port{top:3px}.mobile-cable{display:block;position:absolute;bottom:calc(.75rem + 9px);right:calc(100% - (.75rem + 11px));width:120vw;height:5px;background:linear-gradient(180deg,#2a2a2a,#444);border-radius:3px;box-shadow:0 1px 2px #00000080,inset 0 1px #ffffff14;z-index:0;overflow:hidden}.mobile-cable--loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,transparent 0px,transparent 8px,rgba(59,130,246,.6) 8px,rgba(59,130,246,.6) 15px,transparent 15px,transparent 22px);animation:mobile-cable-data-flow .6s linear infinite}@keyframes mobile-cable-data-flow{0%{transform:translate(-22px)}to{transform:translate(0)}}}.first-time-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:10000;pointer-events:none;animation:fadeIn .4s ease-in;overflow:visible}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.first-time-overlay__content{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);display:flex;flex-direction:row;align-items:center;gap:1.125rem;pointer-events:none}.first-time-overlay__text{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;text-align:center;color:#f7f3e3;background:linear-gradient(145deg,#2a2520f2,#1a1816f2);padding:.75rem 1.31rem;border-radius:.28rem;border:2px solid rgba(212,175,55,.4);text-shadow:0 2px 0 rgba(0,0,0,.6),0 0 8px rgba(212,175,55,.15);line-height:1.4;max-width:262px;pointer-events:none;box-shadow:0 6px 19px #00000080,inset 0 1px #ffffff0d}.rotary__knob--pulse{animation:knobPulse 2.5s ease-in-out infinite}@keyframes knobPulse{0%,to{box-shadow:0 8px 25px #0009,0 4px 10px #0006,inset 0 2px 4px #ffffff14,inset 0 -3px 8px #0006,0 0 0 2px #8b735533,0 0 #d4af3700}50%{box-shadow:0 8px 25px #0009,0 4px 10px #0006,inset 0 2px 4px #ffffff14,inset 0 -3px 8px #0006,0 0 0 3px #d4af3780,0 0 30px 12px #d4af3740,0 0 50px 20px #d4af371a}}@media (max-width: 768px){.first-time-overlay__content{flex-direction:column;gap:.375rem}.first-time-overlay__text{font-size:.94rem;padding:.47rem .94rem}}.audio-recorder__modal.audio-recorder__modal .shared-textarea{min-height:10.5rem;padding:1.5rem;font-size:clamp(1.01rem,2.625vw,1.24rem);line-height:1.7}.audio-recorder__modal.audio-recorder__modal .text-input__send-btn{padding:.75rem 1.5rem;font-size:clamp(1.01rem,2.625vw,1.2rem);border-radius:.56rem}.audio-recorder__modal.audio-recorder__modal .text-input__error{font-size:clamp(.94rem,2.25vw,1.125rem);padding:.75rem}.audio-recorder__modal.audio-recorder__modal .text-input__controls{margin-top:1.125rem}.audio-recorder__modal.audio-recorder__modal .getting-started__title{font-size:clamp(1.31rem,4.5vw,1.8rem)}.audio-recorder__modal.audio-recorder__modal .getting-started__intro{font-size:clamp(1.125rem,3vw,1.425rem)}.audio-recorder__modal.audio-recorder__modal .getting-started__description,.audio-recorder__modal.audio-recorder__modal .getting-started__model,.audio-recorder__modal.audio-recorder__modal .getting-started__cta{font-size:clamp(1.01rem,2.625vw,1.275rem);line-height:1.7}@layer utilities{.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.kbd-shortcut,.audio-recorder__mic__shortcut,.audio-btn__shortcut,.text-input__send-btn__shortcut{font-family:system-ui,-apple-system,sans-serif;font-weight:600;box-shadow:0 1px #ffffff1a,inset 0 1px 2px #0000004d;letter-spacing:.02em}}
