@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";:root{color:#191715;font-synthesis:none;text-rendering:optimizelegibility;--ink:#191715;--red:#df4138;--muted:#746e68;--line:#e8e3dd;background:#f7f5f2;font-family:Nunito Sans,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 50% 10%,#fff 0,#f7f5f2 52%);min-width:320px;min-height:100vh;margin:0}button,input{font-family:inherit}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:calc(100% - 40px);max-width:1180px;height:76px;margin:auto;display:flex}.brand{letter-spacing:-.04em;color:var(--ink);font-size:21px;font-weight:900;text-decoration:none}.brand span{color:var(--red)}.status{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.status i{background:#24b47e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #24b47e18}main{flex:1}.hero{text-align:center;max-width:920px;margin:0 auto;padding:96px 20px 78px}.eyebrow{color:#a93d35;text-transform:uppercase;letter-spacing:.08em;background:#fff8f7;border:1px solid #f0d9d7;border-radius:99px;align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:700;display:inline-flex}.hero h1{letter-spacing:-.065em;color:var(--ink);margin:24px 0;font-size:clamp(48px,7vw,82px);line-height:.98}.hero h1 em{color:var(--red);font-style:normal}.lead{color:var(--muted);max-width:650px;margin:0 auto 36px;font-size:19px;line-height:1.6}.url-form{text-align:left;background:#fff;border:1px solid #ddd8d2;border-radius:17px;align-items:center;gap:13px;max-width:790px;margin:auto;padding:9px 9px 9px 18px;display:flex;box-shadow:0 18px 55px #3a241412}.url-form>svg{color:var(--red);flex:none}.url-form input{min-width:0;font:inherit;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:16px}.url-form button,.text-toolbar button{background:var(--ink);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:14px 21px;font-weight:700;display:flex}.url-form button:disabled{opacity:.42;cursor:not-allowed}.hint{color:#9b6c66;margin:10px 0;font-size:13px}.error{color:#a52d27;text-align:left;background:#fff1f0;border:1px solid #ffd1ce;border-radius:12px;max-width:790px;margin:14px auto 0;padding:13px 16px}.benefits{color:#7d756e;flex-wrap:wrap;justify-content:center;gap:25px;margin-top:25px;font-size:13px;display:flex}.benefits span{align-items:center;gap:6px;display:flex}.benefits svg{color:#24a371;width:15px}.result{border:1px solid var(--line);background:#fff;border-radius:24px;max-width:980px;margin:0 auto 80px;padding:34px;box-shadow:0 24px 70px #3927190c}.result-head{align-items:flex-start;gap:17px;padding-bottom:28px;display:flex}.result-icon{width:48px;height:48px;color:var(--red);background:#fff0ee;border-radius:13px;flex:none;place-items:center;display:grid}.result h2{letter-spacing:-.025em;margin:3px 0 6px;font-size:24px}.label{color:#199365;letter-spacing:.11em;margin:0;font-size:11px;font-weight:800}.meta{color:var(--muted);margin:0;font-size:14px}.text-toolbar{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 0;display:flex}.text-toolbar button{color:var(--ink);background:#f3f1ee;padding:10px 13px;font-size:13px}.text-toolbar svg{width:15px}.result article{white-space:pre-wrap;color:#393531;background:#faf9f7;border-radius:15px;max-height:520px;padding:25px;line-height:1.8;overflow:auto}.future-actions{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px;display:grid}.future-actions button{border:1px solid var(--line);color:#8d8780;background:#fff;border-radius:10px;padding:12px}.future-actions small{color:#b7b0a9;margin-top:3px;display:block}.loading-card{justify-content:center;align-items:center;gap:20px;min-height:150px;display:flex}.loading-card h2,.loading-card p{margin:4px}.large{width:38px;height:38px;color:var(--red)}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}footer{text-align:center;color:#aaa39c;border-top:1px solid var(--line);padding:30px;font-size:12px}@media (width<=700px){.topbar{height:64px}.status{display:none}.hero{padding:65px 16px 50px}.hero h1{font-size:47px}.lead{font-size:16px}.url-form{grid-template-columns:auto 1fr;padding:14px;display:grid}.url-form button{grid-column:1/3;width:100%}.benefits{gap:12px}.result{border-radius:18px;margin:0 12px 50px;padding:20px}.result-head{align-items:flex-start}.future-actions{grid-template-columns:1fr 1fr}.text-toolbar{align-items:center}.result article{padding:18px}}.mode-tabs{background:#ebe7e1;border-radius:12px;margin:0 auto 16px;padding:4px;display:inline-flex}.mode-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:10px 18px;font-weight:700}.mode-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 2px 9px #39271913}.file-box{text-align:left;background:#fff;border:1.5px dashed #d9d1c9;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:14px;max-width:790px;margin:auto;padding:25px;display:grid;box-shadow:0 18px 55px #3a24140b}.file-box input{opacity:0;pointer-events:none;position:absolute}.file-box label{-moz-column-gap:13px;cursor:pointer;grid-template-columns:auto 1fr;align-items:center;column-gap:13px;min-width:0;display:grid}.file-box label svg{color:var(--red);grid-row:1/3;width:28px}.file-box label strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-box label span,.file-box small{color:var(--muted);font-size:12px}.file-box button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:11px;padding:14px 18px;font-weight:700}.file-box button:disabled{opacity:.4;cursor:not-allowed}.file-box small{grid-column:1/3}.progress-card{min-height:175px}.progress-top{align-items:center;gap:18px;display:flex}.progress-top div{flex:1}.progress-top h2,.progress-top p{margin:4px}.progress-track{background:#eeeae5;border-radius:9px;height:8px;margin:22px 0 13px;overflow:hidden}.progress-track i{background:var(--red);border-radius:9px;height:100%;transition:width .25s;display:block}.steps{color:#aaa39c;justify-content:space-between;font-size:12px;display:flex}.steps .done{color:#199365}@media (width<=700px){.file-box{grid-template-columns:1fr;padding:18px}.file-box button,.file-box small{grid-column:1}.steps{gap:5px;font-size:10px}}.hero-logo{mix-blend-mode:multiply;border-radius:18px;width:min(420px,85vw);height:auto;margin:0 auto 28px;display:block}@media (width<=700px){.hero-logo{width:min(340px,92vw);margin-bottom:22px}}:root{--blue:#0860f7;--navy:#06194d}body{color:var(--navy);background:#f8fbff}.topbar{background:#fff;width:100%;max-width:none;height:92px;padding:0 30px}.audio-brand{align-items:center;display:flex}.audio-brand b{letter-spacing:-2px;color:var(--navy);font-size:34px}.audio-brand b span{color:var(--blue)}.bird-crop{width:128px;height:78px;position:relative;overflow:hidden}.bird-crop img{width:245px;max-width:none;position:absolute;top:-3px;left:-48px}.top-actions{align-items:center;gap:18px;display:flex}.top-actions button{color:var(--navy);background:0 0;border:0;font-size:17px;font-weight:700}.top-actions i{border-left:1px solid #dbe4f2;height:35px}.top-actions .profile{background:var(--blue);color:#fff;border-radius:50%;width:46px;height:46px;font-size:28px}.hero{max-width:1130px;padding:58px 20px 35px}.hero h1{color:var(--navy);letter-spacing:-.045em;margin:0 0 22px;font-size:clamp(42px,5vw,66px)}.hero h1 em{color:var(--navy)}.hero h1 em:after{content:"";background:var(--blue);border-radius:50%;width:42%;height:4px;margin:9px auto 0;display:block}.lead{color:#536b9b;font-size:19px}.audiotext-tabs{background:#f2f6fc;margin-top:20px;display:flex}.audiotext-tabs button.active{color:var(--blue);box-shadow:inset 0 0 0 2px #bcd3ff}.audiotext-tabs small{font-size:9px;display:block}.url-form,.file-box{border-color:#d7e3f7;box-shadow:0 16px 45px #1955a812}.url-form button,.file-box button{background:linear-gradient(135deg,#0a6aff,#064be9)}.benefits{color:#49618e}.feature-grid{grid-template-columns:repeat(5,1fr);gap:18px;max-width:1160px;margin:0 auto 60px;padding:0 20px;display:grid}.feature-grid>div{text-align:center;background:#fff;border:1px solid #e0e9f7;border-radius:18px;padding:24px 18px;box-shadow:0 10px 30px #1b57a40a}.feature-grid i{width:58px;height:58px;color:var(--blue);background:#e9f2ff;border-radius:50%;place-items:center;margin:auto;font-size:27px;font-style:normal;display:grid}.feature-grid h3{color:var(--blue);font-size:16px}.feature-grid p{color:#51658e;font-size:13px;line-height:1.6}.hero-logo{display:none!important}@media (width<=800px){.topbar{height:72px;padding:0 14px}.bird-crop{width:80px;height:60px}.bird-crop img{width:190px;left:-46px}.audio-brand b{font-size:25px}.top-actions span,.top-actions i{display:none}.feature-grid{grid-template-columns:1fr 1fr}.hero{padding-top:40px}}@media (width<=480px){.feature-grid{grid-template-columns:1fr}.audiotext-tabs{width:100%;overflow:auto}.audiotext-tabs button{padding:9px}.top-actions button:not(.profile){display:none}}.blue-words{color:#0860f7}.hero h1{letter-spacing:-.015em}.hero h1 em{letter-spacing:.015em}.hero h1 em:after{display:none}.hero h1 .blue-words{display:inline-block;position:relative}.hero h1 .blue-words:after{content:"";border-top:4px solid var(--blue);transform-origin:0;border-top:0;border-bottom:4px solid var(--blue);border:0;border-top:4px solid var(--blue);border-radius:50% 50% 0 0;width:105%;height:12px;position:absolute;bottom:-32px;left:-2%;transform:rotate(-.5deg)skew(-6deg)}.hero h1{font-family:Nunito Sans,system-ui,sans-serif;font-weight:800}.audio-brand b{font-family:Nunito Sans,system-ui,sans-serif;font-weight:900}body,button,input,.hero h1,.hero h1 em,.hero h1 span,.audio-brand b{font-family:Nunito,system-ui,sans-serif!important}body,button,input,.hero h1,.hero h1 em,.hero h1 span,.audio-brand{font-family:Montserrat,system-ui,sans-serif!important}.hero h1{font-weight:700}.audio-brand b{display:none}.bird-crop{width:245px;height:82px;display:block;position:static;overflow:hidden}.bird-crop img{width:235px;max-width:none;height:auto;display:block;position:static;transform:translateY(-2px)}@media (width<=700px){.bird-crop{width:190px;height:65px}.bird-crop img{width:185px}}.hero{max-width:1180px}.audiotext-tabs{border-radius:12px 12px 0 0;width:fit-content;margin:24px 0 0;display:flex}.audiotext-tabs button{min-height:52px;padding:10px 24px;font-size:15px}.audiotext-tabs button.active{color:var(--blue);background:#fff;box-shadow:inset 0 0 0 2px #bad1ff}.audiotext-form{border-radius:0 22px 22px;grid-template-columns:minmax(360px,1fr) 230px 190px;align-items:stretch;gap:18px;max-width:none;padding:24px;display:grid}.link-field,.language-field{background:#fff;border:1px solid #ccd9ed;border-radius:13px;align-items:center;gap:15px;min-height:88px;padding:16px 20px;display:flex}.link-field>svg{color:#49638f;flex:none;width:25px;height:25px}.link-field>div{flex:1;min-width:0}.link-field input{width:100%;color:var(--navy);font-size:16px;font-weight:500}.link-field small{color:#657ba4;white-space:normal;margin-top:7px;font-size:11px;display:block}.language-field{cursor:pointer;text-align:left}.language-field>span{color:#49638f;font-size:29px}.language-field>div{flex:1}.language-field small{color:#657ba4;margin-bottom:5px;font-size:11px;display:block}.language-field select{width:100%;color:var(--navy);background:0 0;border:0;outline:0;font-size:14px;font-weight:700}.process-button{min-height:88px;font-size:17px;background:linear-gradient(135deg,#0870ff,#004be7)!important;border-radius:13px!important}@media (width<=900px){.audiotext-form{grid-template-columns:1fr 210px}.process-button{grid-column:1/3;min-height:60px}}@media (width<=650px){.audiotext-tabs{width:100%}.audiotext-tabs button{flex:1;min-width:0;padding:8px;font-size:11px}.audiotext-form{border-radius:0 0 18px 18px;grid-template-columns:1fr;padding:14px}.process-button{grid-column:1}}.audiotext-tabs button:first-child{order:2}.audiotext-tabs button:nth-child(2){order:1}.audiotext-tabs button:nth-child(3){order:3}.audiotext-tabs,.file-box{width:min(1160px,100vw - 48px);max-width:none;margin-left:50%;margin-right:0;transform:translate(-50%)}.audiotext-tabs{border-radius:18px 18px 0 0;justify-content:flex-start;margin-top:28px;margin-bottom:0;padding:5px}.file-box{border-radius:0 22px 22px;grid-template-columns:minmax(350px,1fr) 210px;min-height:135px;margin-top:0;padding:28px}.file-box label{max-width:700px}.file-box button{min-height:58px}@media (width<=700px){.audiotext-tabs,.file-box{width:calc(100vw - 28px)}.file-box{border-radius:0 0 18px 18px;grid-template-columns:1fr}}.topbar{padding-left:max(28px,50vw - 590px);padding-right:max(28px,50vw - 590px)}@media (width<=700px){.topbar{padding-left:14px;padding-right:14px}}.privacy-note{color:#405a89;justify-content:center;align-items:center;gap:11px;margin-top:22px;font-size:15px;font-weight:500;display:flex}.privacy-lock{color:#0000;border:2px solid #405a89;border-radius:3px;place-items:center;width:18px;height:16px;display:inline-grid;position:relative;overflow:hidden}.privacy-lock:before{content:"";border:2px solid #405a89;border-bottom:0;border-radius:8px 8px 0 0;width:9px;height:9px;position:absolute;top:-8px}.privacy-lock:after{content:"";background:#405a89;border-radius:2px;width:3px;height:5px}.feature-grid>div{min-height:255px;padding:28px 22px}.feature-grid>div:first-child i{color:#0860f7;background:#e7f1ff}.feature-grid>div:first-child h3{color:#0860f7}.feature-grid>div:nth-child(2) i{color:#079a3d;background:#e4f7e9}.feature-grid>div:nth-child(2) h3{color:#079a3d}.feature-grid>div:nth-child(3) i{color:#7217e8;background:#f0e6ff}.feature-grid>div:nth-child(3) h3{color:#7217e8}.feature-grid>div:nth-child(4) i{color:#f04b0b;background:#fff0e7}.feature-grid>div:nth-child(4) h3{color:#f04b0b}.feature-grid>div:nth-child(5) i{color:#0087c9;background:#e4f7fc}.feature-grid>div:nth-child(5) h3{color:#0087c9}.feature-grid h3{margin:18px 0 10px;font-size:17px}.feature-grid p{font-size:14px;line-height:1.65}.privacy-lock{margin-top:5px;overflow:visible}.privacy-lock:before{top:-9px;left:2px}.shared-panel,.audiotext-form{box-sizing:border-box;background:#fff;border:1px solid #d7e3f7;border-radius:0 22px 22px;grid-template-columns:minmax(360px,1fr) 230px 190px;align-items:stretch;gap:18px;width:min(1160px,100vw - 48px);max-width:none;min-height:136px;margin:0 0 0 50%;padding:24px;transform:translate(-50%)}.shared-panel>button{min-height:88px}.file-box label small{grid-column:2;margin-top:6px;display:block}.record-panel{display:grid}.record-intro{text-align:left;border:1px solid #ccd9ed;border-radius:13px;align-items:center;gap:16px;padding:16px 20px;display:flex}.record-intro>span{color:#ef3340;font-size:25px}.record-intro div{display:grid}.record-intro small{color:#657ba4;margin-top:6px}.record-button{color:#fff;border:0;border-radius:13px;font-weight:700;background:linear-gradient(135deg,#0870ff,#004be7)!important}@media (width<=900px){.shared-panel{grid-template-columns:1fr 210px}.shared-panel>button{grid-column:1/3;min-height:60px}}@media (width<=650px){.shared-panel,.audiotext-form{grid-template-columns:1fr;width:calc(100vw - 28px);padding:14px}.shared-panel>button{grid-column:1}.language-field{min-height:70px}}.file-box>label{box-sizing:border-box;-moz-column-gap:15px;background:#fff;border:1px solid #ccd9ed;border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-content:center;align-items:center;gap:5px 15px;width:100%;max-width:none;min-height:88px;padding:16px 20px;display:grid}.file-box>label>svg{grid-area:1/1/4;width:25px;height:25px}.file-box>label>strong,.file-box>label>span,.file-box>label>small{grid-column:2;margin:0}.file-box>label>strong{color:var(--navy);font-size:15px}.file-box>label>span{color:#657ba4;font-size:11px}.file-box>label>small{color:#8292af;margin-top:3px;font-size:10px}.file-box>button,.record-panel>button,.audiotext-form>button{border-radius:13px!important}.file-box>.language-field{gap:15px;width:auto;min-height:88px;margin:0;padding:16px 20px;align-content:initial!important;grid-template-columns:none!important;align-items:center!important;display:flex!important}.file-box>.language-field>span{color:#49638f;font-size:29px;line-height:1;display:block;grid-area:auto!important;margin:0!important}.file-box>.language-field>div{flex:1;min-width:0;display:block}.file-box>.language-field small{color:#657ba4;margin:0 0 5px;font-size:11px;display:block}.file-box>.language-field select{width:100%;display:block}.audiotext-tabs button:focus{outline:none}.audiotext-tabs button:focus-visible{box-shadow:inset 0 0 0 2px #0860f7}.audiotext-form,.file-box.shared-panel,.record-panel.shared-panel{box-sizing:border-box!important;background:#fff!important;border:1px solid #d7e3f7!important;border-radius:0 22px 22px!important;grid-template-rows:88px!important;grid-template-columns:minmax(0,1fr) 230px 190px!important;align-items:stretch!important;gap:18px!important;width:min(1160px,100vw - 48px)!important;max-width:none!important;min-height:136px!important;margin:0 0 0 50%!important;padding:24px!important;display:grid!important;transform:translate(-50%)!important}.audiotext-form>:first-child,.file-box.shared-panel>label:first-of-type,.record-panel.shared-panel>.record-intro{box-sizing:border-box!important;width:100%!important;min-width:0!important;height:88px!important;margin:0!important}.audiotext-form>.language-field,.file-box.shared-panel>.language-field,.record-panel.shared-panel>.language-field{box-sizing:border-box!important;width:230px!important;min-width:230px!important;max-width:230px!important;height:88px!important;min-height:88px!important;margin:0!important}.audiotext-form>button,.file-box.shared-panel>button,.record-panel.shared-panel>button{box-sizing:border-box!important;width:190px!important;min-width:190px!important;max-width:190px!important;height:88px!important;min-height:88px!important;margin:0!important}@media (width<=900px){.audiotext-form,.file-box.shared-panel,.record-panel.shared-panel{grid-template-rows:88px 60px!important;grid-template-columns:minmax(0,1fr) 210px!important}.audiotext-form>.language-field,.file-box.shared-panel>.language-field,.record-panel.shared-panel>.language-field{width:210px!important;min-width:210px!important}.audiotext-form>button,.file-box.shared-panel>button,.record-panel.shared-panel>button{grid-column:1/3!important;width:100%!important;min-width:0!important;max-width:none!important;height:60px!important;min-height:60px!important}}@media (width<=650px){.audiotext-form,.file-box.shared-panel,.record-panel.shared-panel{grid-template-rows:auto!important;grid-template-columns:1fr!important;width:calc(100vw - 28px)!important}.audiotext-form>.language-field,.file-box.shared-panel>.language-field,.record-panel.shared-panel>.language-field{width:100%!important;min-width:0!important}.audiotext-form>button,.file-box.shared-panel>button,.record-panel.shared-panel>button{grid-column:1!important}}.audiotext-form .language-field,.file-box.shared-panel .language-field,.record-panel.shared-panel .language-field{justify-content:flex-start!important}.audiotext-form .language-field small,.file-box.shared-panel .language-field small,.record-panel.shared-panel .language-field small{margin:0 0 8px!important;padding:0!important;font-size:11px!important;line-height:1.35!important;display:block!important}.audiotext-form .language-field select,.file-box.shared-panel .language-field select,.record-panel.shared-panel .language-field select{height:22px!important;margin:0!important;padding:0!important;font-size:14px!important;line-height:22px!important;display:block!important}.audiotext-form .language-field>div,.file-box.shared-panel .language-field>div,.record-panel.shared-panel .language-field>div{flex-direction:column!important;justify-content:center!important;display:flex!important}.language-field{transition:border-color .18s,background-color .18s,box-shadow .18s;cursor:pointer!important;position:relative!important}.language-field:hover{box-shadow:0 0 0 3px #0860f714;background:#f8fbff!important;border-color:#7ba8ff!important}.language-field:focus-within{box-shadow:0 0 0 3px #0860f71f;border-color:var(--blue)!important}.language-field select{z-index:5!important;cursor:pointer!important;opacity:0!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.language-value{height:22px;color:var(--navy);white-space:nowrap;align-items:center;gap:7px;font-size:14px;font-weight:700;line-height:22px;display:flex}.language-value:after{content:"";border-right:2px solid var(--navy);border-bottom:2px solid var(--navy);width:7px;height:7px;margin-top:-4px;transform:rotate(45deg)}.language-field select{pointer-events:none!important}.language-value:after{display:none!important}.audiotext-tabs button{justify-content:center;align-items:center;gap:9px;display:inline-flex}.audiotext-tabs button>svg{stroke-width:2.2px;flex:none;width:19px;height:19px}.audiotext-tabs button.active>svg{color:var(--blue)}@media (width<=650px){.audiotext-tabs button{gap:5px}.audiotext-tabs button>svg{width:16px;height:16px}}.link-field input{color:var(--navy)!important;font-weight:700!important}.link-field input::placeholder{opacity:1;color:var(--navy)!important;font-weight:700!important}.top-actions .profile{cursor:pointer;border:0}.auth-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#06194d80;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.auth-modal{box-sizing:border-box;text-align:left;width:min(440px,100%);color:var(--navy);background:#fff;border:1px solid #d7e3f7;border-radius:24px;padding:34px;position:relative;box-shadow:0 30px 90px #06194d40}.auth-modal h2{margin:0 40px 8px 0;font-size:27px}.auth-modal>p{color:#657ba4;margin:0 0 24px;line-height:1.5}.auth-close{color:#49638f;cursor:pointer;background:#f2f6fc;border:0;border-radius:50%;width:38px;height:38px;font-size:26px;position:absolute;top:14px;right:18px}.auth-form{gap:15px;display:grid}.auth-form label{color:#405a89;gap:7px;font-size:13px;font-weight:700;display:grid}.auth-form input{box-sizing:border-box;width:100%;height:50px;color:var(--navy);border:1px solid #ccd9ed;border-radius:11px;outline:none;padding:0 14px;font-size:15px}.auth-form input:focus{border-color:#0860f7;box-shadow:0 0 0 3px #0860f71a}.auth-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0870ff,#004be7);border:0;border-radius:11px;width:100%;min-height:50px;margin-top:5px;font-weight:800}.auth-primary:disabled{opacity:.55;cursor:wait}.auth-switch{color:#0860f7;cursor:pointer;background:0 0;border:0;width:100%;margin-top:18px;font-weight:700}.auth-error{color:#b42318;background:#fff1f1;border:1px solid #ffc8c8;border-radius:10px;padding:11px 13px;font-size:13px}.auth-avatar{color:#fff;background:#0860f7;border-radius:50%;place-items:center;width:72px;height:72px;margin-bottom:18px;font-size:30px;font-weight:800;display:grid}.social-login{gap:10px;margin:0 0 18px;display:grid}.telegram-login{justify-content:center;align-items:center;min-height:40px;display:flex}.auth-divider{color:#8ca0c2;align-items:center;gap:12px;margin-top:2px;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#dce6f5;flex:1;height:1px}.future-socials{grid-template-columns:1fr;gap:10px;display:grid}.future-socials button{color:#62769b;background:#f7faff;border:1px solid #d7e3f7;border-radius:11px;min-height:48px;padding:10px;font-size:13px;font-weight:700}.future-socials button:disabled{opacity:.55;cursor:not-allowed}.telegram-login{width:100%;min-height:50px}.telegram-oidc-button{box-sizing:border-box;background:#229ed9;border-radius:11px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:50px;padding:12px 18px;font-size:14px;font-weight:800;line-height:1;text-decoration:none;display:flex;box-shadow:0 8px 20px #229ed926;color:#fff!important}.telegram-button-icon{stroke-width:2.4px;flex:none;width:20px;height:20px;display:block;transform:translateY(0)}.hero h1{font-size:clamp(31.5px,3.75vw,49.5px)!important}@media (width<=700px){.hero h1{font-size:35.25px!important}}.email-verification-card{color:#70520b;background:#fff9e9;border:1px solid #f4d58b;border-radius:12px;gap:7px;margin:0 0 16px;padding:15px;display:grid}.email-verification-card span{font-size:13px;line-height:1.45}.email-verification-card button{color:#0860f7;cursor:pointer;background:0 0;border:0;width:fit-content;margin-top:3px;padding:0;font-weight:800}.email-verification-card button:disabled{opacity:.55;cursor:wait}.auth-success{color:#147a3c;background:#effbf3;border:1px solid #b9e8ca;border-radius:10px;margin:0 0 16px;padding:11px 13px;font-size:13px;line-height:1.45}.auth-forgot{color:#49638f;cursor:pointer;background:0 0;border:0;width:100%;margin:13px 0 0;font-size:13px;font-weight:700;display:block}.future-socials .google-oidc-button,.future-socials .yandex-oauth-button{box-sizing:border-box;color:#405a89;background:#fff;border:1px solid #d7e3f7;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:50px;padding:11px 16px;font-size:14px;font-weight:800;text-decoration:none;display:flex}.future-socials .google-oidc-button:hover,.future-socials .yandex-oauth-button:hover{filter:brightness(.94);transform:translateY(-1px)}.future-socials .google-oidc-button{color:#172b4d;background:#fff;border-color:#d8e1ef;box-shadow:0 6px 18px #20386412}.future-socials .yandex-oauth-button{color:#fff;background:#242229;border-color:#242229;box-shadow:0 8px 20px #24222926}.future-socials .gmail-icon{flex:0 0 23px;width:23px;height:23px}.future-socials .yandex-oauth-button b{color:#fff;background:#fc3f1d;border-radius:50%;place-items:center;width:24px;height:24px;font-size:16px;line-height:1;display:grid}.top-actions button{justify-content:center;align-items:center;gap:8px;padding:8px;display:inline-flex}.top-actions button:disabled{opacity:1}.top-actions .history-action svg{stroke-width:2.2px;width:21px;height:21px}.top-actions .theme-action svg{stroke-width:2px;width:23px;height:23px}.top-actions .language-toggle{min-width:44px;height:34px;color:var(--blue);cursor:pointer;background:#f7faff;border:1px solid #c9d9f2;border-radius:10px;padding:0 9px;font-size:13px;font-weight:800;line-height:1}.top-actions .language-toggle:hover{background:#edf4ff;border-color:#82acf8}.top-actions .profile{justify-content:center;align-items:center;padding:0;display:inline-flex}.top-actions .profile svg{stroke-width:2px;width:27px;height:27px}.history-overlay{z-index:1200;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#081d4c80;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.history-modal{background:#fff;border-radius:24px;width:min(720px,100%);max-height:min(720px,88vh);padding:24px;overflow:auto;box-shadow:0 28px 80px #071b4f38}.history-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.history-header h2{color:#071b50;margin:0;font-size:28px}.history-header p{color:#7a8fb4;margin:5px 0 0}.history-header button{color:#31527f;cursor:pointer;background:#f1f5fb;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.history-header svg{width:20px}.history-state,.history-empty{color:#7186aa;justify-content:center;align-items:center;gap:9px;min-height:180px;display:flex}.history-empty{text-align:center;flex-direction:column}.history-empty svg{color:#1264ef;width:38px;height:38px}.history-empty h3{color:#102957;margin:5px 0 0}.history-empty p{margin:0}.history-list{gap:10px;display:grid}.history-item{background:#fbfdff;border:1px solid #dbe6f5;border-radius:14px;align-items:center;gap:8px;padding:8px;display:flex}.history-open{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;min-width:0;padding:8px;display:flex}.history-open>svg{color:#0961f5;background:#eaf2ff;border-radius:10px;flex:0 0 36px;width:36px;height:36px;padding:8px}.history-open span{gap:5px;min-width:0;display:grid}.history-open strong{color:#071b50;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.history-open small{color:#7b8ead}.history-delete{color:#db3947;cursor:pointer;background:#fff1f1;border:0;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.history-delete svg{width:18px}@media (width<=600px){.history-modal{border-radius:18px;padding:18px}.history-header h2{font-size:24px}.history-open small{font-size:10px}}.history-overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f4f8ff;place-items:stretch stretch;padding:0}.history-modal{width:100%;max-height:100vh;box-shadow:none;background:#f4f8ff;border-radius:0;padding:0 0 40px}.history-header{z-index:3;background:#fff;border-bottom:1px solid #dce6f4;align-items:center;margin:0;padding:24px max(28px,50vw - 560px);position:sticky;top:0}.history-header h2{letter-spacing:-.03em;font-size:34px}.history-header p{font-size:14px}.history-eyebrow{color:#0961f5;letter-spacing:.16em;margin-bottom:4px;font-size:10px;font-weight:900;display:block}.history-header button{width:44px;height:44px}.history-toolbar{justify-content:space-between;align-items:center;gap:18px;width:min(1120px,100% - 40px);margin:30px auto 18px;display:flex}.history-search{background:#fff;border:1px solid #cfddf2;border-radius:13px;flex:1;align-items:center;gap:10px;min-width:260px;max-width:430px;height:48px;padding:0 15px;display:flex;box-shadow:0 5px 18px #2148750a}.history-search svg{color:#7790b7;width:19px}.history-search input{color:#0b2252;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1}.history-filters{background:#e9f0fb;border-radius:13px;gap:6px;padding:5px;display:flex}.history-filters button{color:#61769a;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:9px 14px;font-weight:800}.history-filters button.active{color:#0961f5;background:#fff;box-shadow:0 3px 10px #244b7f16}.history-summary{color:#7b8ead;align-items:baseline;gap:7px;width:min(1120px,100% - 40px);margin:0 auto 12px;font-size:12px;display:flex}.history-summary strong{color:#0b2455;font-size:18px}.history-state,.history-empty{background:#fff;border:1px dashed #cbdcf3;border-radius:18px;width:min(1120px,100% - 40px);margin:auto}.history-empty.compact{min-height:130px}.history-list{gap:9px;width:min(1120px,100% - 40px);margin:auto}.history-item{background:#fff;border-color:#d8e4f4;border-radius:16px;grid-template-columns:48px minmax(0,1fr) auto 42px;gap:14px;padding:14px 16px;display:grid;box-shadow:0 5px 20px #244b7f08}.history-item:hover{border-color:#9fc1fa;box-shadow:0 8px 24px #1657a512}.history-type{color:#0961f5;background:#e8f1ff;border-radius:13px;place-items:center;width:48px;height:48px;display:grid}.history-type.link{color:#0b9b4d;background:#e9f9f0}.history-type.record{color:#f15735;background:#fff0ec}.history-type svg{width:21px}.history-info{gap:4px;min-width:0;display:grid}.history-info>strong{color:#0a2150;text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.history-info>small{color:#7890b5;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.history-info>div{flex-wrap:wrap;gap:7px;display:flex}.history-info>div span{color:#657da4;background:#f1f5fb;border-radius:20px;padding:3px 8px;font-size:10px;font-weight:700}.history-open{color:#0961f5;border:1px solid #b9d1f8;border-radius:10px;flex:none;align-self:center;gap:7px;padding:10px 14px;font-weight:800;display:flex}.history-open>svg{background:0 0;border-radius:0;flex:none;width:16px;height:16px;padding:0}.history-delete{align-self:center;width:40px;height:40px}@media (width<=760px){.history-header{padding:18px 20px}.history-header h2{font-size:27px}.history-header p{font-size:12px}.history-toolbar{flex-direction:column;align-items:stretch;margin-top:20px}.history-search{min-width:0;max-width:none}.history-filters{overflow-x:auto}.history-filters button{white-space:nowrap;flex:1}.history-item{grid-template-columns:42px minmax(0,1fr) 40px;gap:10px;padding:12px}.history-type{width:42px;height:42px}.history-open{grid-column:2;justify-self:start;padding:7px 10px}.history-delete{grid-area:1/3/3}.history-info>strong{font-size:13px}}.pricing-overlay{z-index:1250;overscroll-behavior:contain;background:#f4f8ff;position:fixed;inset:0;overflow:hidden auto}.pricing-page{min-height:100vh;padding-bottom:44px}.pricing-header{z-index:4;background:#fff;border-bottom:1px solid #dce6f4;justify-content:space-between;align-items:center;gap:24px;padding:22px max(28px,50vw - 590px);display:flex;position:sticky;top:0}.pricing-header>div>span{color:#0961f5;letter-spacing:.16em;font-size:10px;font-weight:900}.pricing-header h2{color:#071b50;letter-spacing:-.03em;margin:3px 0 2px;font-size:32px}.pricing-header p{color:#7489ad;margin:0;font-size:13px}.pricing-header>button{color:#31527f;cursor:pointer;background:#f0f5fc;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.pricing-header svg{width:20px}.billing-switch{background:#e7eef9;border-radius:14px;width:max-content;margin:28px auto 24px;padding:5px;display:flex}.billing-switch button{color:#62789d;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:7px;padding:10px 17px;font-weight:800;display:flex}.billing-switch button.active{color:#0961f5;background:#fff;box-shadow:0 4px 12px #244b7f18}.billing-switch small{color:#0a9850;background:#ddf7e9;border-radius:20px;padding:2px 6px;font-size:9px}.pricing-notice{color:#087c40;text-align:center;background:#ecfbf2;border:1px solid #a9d9bf;border-radius:12px;width:min(1180px,100% - 40px);margin:0 auto 18px;padding:12px 16px;font-weight:700}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:min(1180px,100% - 40px);margin:auto;display:grid}.plan-card{box-sizing:border-box;background:#fff;border:1px solid #d7e3f4;border-radius:20px;flex-direction:column;min-width:0;min-height:390px;padding:24px 22px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #244b7f0a}.plan-card.highlighted{border:2px solid #0961f5;box-shadow:0 14px 34px #0961f51c}.plan-badge{color:#fff;text-align:center;text-transform:uppercase;white-space:normal;background:#0961f5;border-radius:0 0 10px 10px;max-width:calc(100% - 36px);padding:6px 11px;font-size:9px;font-weight:900;position:absolute;top:0;right:18px}.plan-card h3{color:#0b2454;overflow-wrap:anywhere;max-width:100%;margin:4px 0 18px;font-size:19px;line-height:1.2}.plan-card:has(.plan-badge) h3{padding-top:18px}.plan-price{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.plan-price strong{color:#071b50;letter-spacing:-.04em;font-size:29px}.plan-price span{color:#8294b1;font-size:11px}.plan-limit{color:#526b95;min-height:42px;margin:12px 0 18px;font-size:12px;line-height:1.5}.plan-card>button{color:#0961f5;cursor:pointer;background:#fff;border:1px solid #0961f5;border-radius:11px;width:100%;min-height:44px;font-weight:900}.plan-card.highlighted>button{color:#fff;background:#0961f5}.plan-card ul{border-top:1px solid #e4ebf6;gap:11px;margin:auto 0 0;padding:18px 0 0;list-style:none;display:grid}.plan-card li{color:#536b92;align-items:flex-start;gap:8px;font-size:11px;line-height:1.35;display:flex}.plan-card li svg{color:#0baa5c;stroke-width:3px;flex:0 0 15px;width:15px}.pricing-footnote{color:#647a9e;text-align:center;background:#fff;border:1px solid #cfdef1;border-radius:14px;width:min(1180px,100% - 40px);margin:22px auto 0;padding:16px;font-size:12px}.pricing-action{white-space:nowrap}@media (width<=1000px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.pricing-header{padding:17px 18px}.pricing-header h2{font-size:25px}.pricing-header p{font-size:11px}.billing-switch{width:calc(100% - 28px)}.billing-switch button{flex:1;justify-content:center;min-width:0;padding:9px 5px;font-size:11px}.pricing-grid{grid-template-columns:1fr;width:calc(100% - 28px)}.plan-card{min-height:360px}.top-actions .pricing-action span{display:none}}.topbar{z-index:1400;box-sizing:border-box;border-bottom:1px solid #dce6f4;position:fixed;top:0;left:0;right:0}.app-shell{padding-top:92px}.pricing-overlay{z-index:1250;top:92px}.history-overlay{z-index:1200;top:92px}.pricing-page,.history-modal{min-height:calc(100vh - 92px)}.pricing-header,.history-header{top:0}.pricing-header>button,.history-header>button{display:none}.audio-brand{cursor:pointer;text-decoration:none;transform:translateY(-12px)}@media (width<=800px){.app-shell{padding-top:72px}.pricing-overlay,.history-overlay{top:72px}.pricing-page,.history-modal{min-height:calc(100vh - 72px)}}.hero .lead{margin-top:30px;font-weight:700}.hero h1 .slogan-top,.hero h1>em{display:block}.hero h1 .slogan-top{margin-bottom:10px;transform:translateY(-4px)}.pricing-header p,.history-header p{font-weight:700}.plan-limit{color:#3f5c89;font-size:13px;font-weight:700;line-height:1.55}.plan-card ul{gap:13px;padding:20px 2px 0}.plan-card li{color:#405d88;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;font-size:12.5px;font-weight:700;line-height:1.45;display:grid}.plan-card li svg{stroke-width:3px;justify-self:center;width:17px;height:17px;margin-top:0;display:block}.plan-card{min-height:410px;padding:25px 24px}.plan-card h3{font-size:21px;font-weight:900}.plan-price strong{font-size:31px;font-weight:900}.plan-price span{font-size:12px;font-weight:700}.plan-limit{min-height:38px;margin:11px 0 16px;font-size:14px;font-weight:800;line-height:1.4}.plan-card>button{color:#fff;background:#0961f5;min-height:46px;font-size:13px;font-weight:900;box-shadow:0 7px 16px #0961f522}.plan-card>button:hover{background:#0754d7;transform:translateY(-1px)}.plan-card ul{gap:12px;margin-top:17px;padding:18px 0 0}.plan-card li{color:#263f6c;grid-template-columns:16px minmax(0,1fr);gap:7px;font-size:14px;font-weight:750;line-height:1.35}.plan-card li svg{width:16px;height:16px;margin-top:1px}.top-actions .contact-action{white-space:nowrap}footer{justify-content:center;align-items:center;gap:18px;display:flex}footer button{color:#55709b;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800}.contact-overlay{z-index:1250;background:#f4f8ff;position:fixed;inset:92px 0 0;overflow:auto}.contact-page{box-sizing:border-box;background:linear-gradient(135deg,#f2f5ff,#fff1f8);min-height:calc(100vh - 92px);padding:46px max(24px,50vw - 560px) 70px}.contact-panel{background:#fff;border:1px solid #dbe4f3;border-radius:20px;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:72px;padding:48px 52px;display:grid;box-shadow:0 18px 55px #1b477414}.contact-copy h2{color:#071b50;letter-spacing:-.035em;margin:0 0 18px;font-size:34px}.contact-copy>p{color:#536b92;max-width:390px;margin:0;font-size:15px;line-height:1.65}.contact-details{gap:14px;margin:38px 0;display:grid}.contact-details>div,.contact-details>a{color:#0a2455;align-items:center;gap:12px;text-decoration:none;display:flex}.contact-details svg{color:#0961f5;flex:0 0 22px;width:22px}.contact-details strong{overflow-wrap:anywhere;font-size:17px}.contact-details a:hover strong{color:#0961f5}.contact-invite{margin-top:44px}.contact-invite h3{color:#0a2455;margin:0 0 14px;font-size:22px}.contact-invite p{color:#62789d;margin:0;font-size:13px;line-height:1.65}.contact-form{gap:15px;display:grid}.contact-form>label{color:#405a89;gap:7px;font-size:12px;font-weight:800;display:grid}.contact-form label b{color:#ef3e48}.contact-form input:not([type=checkbox]),.contact-form textarea{box-sizing:border-box;color:#071b50;width:100%;font:inherit;background:#fff;border:1px solid #cdd9ea;border-radius:9px;outline:none;font-weight:500}.contact-form input:not([type=checkbox]){height:48px;padding:0 13px}.contact-form textarea{resize:vertical;min-height:112px;padding:13px}.contact-form input:focus,.contact-form textarea:focus{border-color:#0961f5;box-shadow:0 0 0 3px #0961f515}.contact-consent{align-items:start;line-height:1.45;grid-template-columns:18px 1fr!important;gap:9px!important;font-weight:500!important}.contact-consent input{accent-color:#0961f5;width:17px;height:17px;margin:1px 0 0}.contact-form>button{color:#fff;cursor:pointer;background:#0961f5;border:0;border-radius:10px;width:max-content;min-width:130px;height:46px;padding:0 22px;font-weight:900;box-shadow:0 8px 18px #0961f526}.contact-form>button:hover{background:#0754d7;transform:translateY(-1px)}@media (width<=900px){.contact-panel{grid-template-columns:1fr;gap:38px;padding:34px}.contact-invite{margin-top:32px}.top-actions .contact-action span{display:none}}@media (width<=800px){.contact-overlay{top:72px}.contact-page{min-height:calc(100vh - 72px);padding:20px 12px 40px}.contact-panel{border-radius:16px;gap:30px;padding:25px 20px}.contact-copy h2{font-size:29px}.contact-details{margin:28px 0}.contact-invite{margin-top:28px}.contact-form>button{width:100%}.top-actions .contact-action{display:none}}.audio-brand{overflow:visible;transform:translateY(-2px)}.audio-brand .header-logo{-o-object-fit:contain;object-fit:contain;width:230px;height:auto;max-height:78px;display:block;overflow:visible}@media (width<=800px){.audio-brand{transform:none}.audio-brand .header-logo{width:170px;max-height:60px}}.site-footer{box-sizing:border-box;color:#536b92;text-align:left;background:#fff;border-top:1px solid #dbe5f3;width:100%;padding:48px max(24px,50% - 560px) 0}.footer-main{grid-template-columns:1.5fr repeat(3,1fr);gap:48px;padding-bottom:38px;display:grid}.footer-about{max-width:310px}.footer-logo{width:205px;margin-bottom:16px;display:block}.footer-logo img{width:100%;height:auto;display:block}.footer-about p{color:#657ca2;margin:0;font-size:13px;font-weight:650;line-height:1.65}.footer-column{flex-direction:column;align-items:flex-start;gap:11px;display:flex}.footer-column h3{color:#0a2455;margin:4px 0 8px;font-size:14px}.footer-column a,.footer-column button,.footer-column span{color:#5b7197;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:13px;text-decoration:none;display:flex}.footer-column span{cursor:default}.footer-column a:hover,.footer-column button:hover{color:#0961f5}.footer-column svg{color:#0961f5;flex:0 0 17px;width:17px;height:17px}.footer-bottom{color:#7b8eac;border-top:1px solid #e3eaf4;justify-content:space-between;align-items:center;gap:24px;padding:20px 0;font-size:11px;font-weight:650;display:flex}.contact-page>.site-footer{width:auto;margin:48px calc(0px + -1*max(24px,50vw - 560px)) -70px}.pricing-page>.site-footer,.history-modal>.site-footer{margin-top:42px}@media (width<=900px){.footer-main{grid-template-columns:1fr 1fr;gap:34px}.footer-about{max-width:none}}@media (width<=600px){.site-footer{padding:34px 20px 0}.footer-main{grid-template-columns:1fr;gap:28px}.footer-logo{width:180px}.footer-column{gap:10px}.footer-bottom{flex-direction:column;align-items:flex-start;padding:18px 0}.contact-page>.site-footer{margin:34px -16px -50px}.pricing-page>.site-footer,.history-modal>.site-footer{margin-top:34px}}.language-picker{padding:0!important;display:block!important;overflow:visible!important}.language-picker summary{box-sizing:border-box;cursor:pointer;grid-template-columns:30px minmax(0,1fr) 14px;align-items:center;gap:12px;width:100%;height:100%;padding:16px 18px;list-style:none;display:grid}.language-picker summary::-webkit-details-marker{display:none}.language-picker summary::marker{content:"";display:none}.language-picker .language-icon{color:#0961f5;place-items:center;width:30px;height:30px;font-size:28px;line-height:1;display:grid}.language-picker .language-copy{gap:6px;min-width:0;display:grid}.language-picker .language-copy small{color:#7187aa!important;margin:0!important;font-size:10px!important;line-height:1.2!important}.language-picker .language-copy strong{color:#071b50;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.language-chevron{border-bottom:2px solid #37547f;border-right:2px solid #37547f;width:8px;height:8px;margin-top:-4px;transition:transform .18s;transform:rotate(45deg)}.language-picker[open] .language-chevron{margin-top:4px;transform:rotate(225deg)}.language-picker[open]{box-shadow:0 0 0 3px #0961f518;border-color:#0961f5!important}.audiotext-form .language-picker>.language-menu,.file-box.shared-panel .language-picker>.language-menu,.record-panel.shared-panel .language-picker>.language-menu{z-index:80;background:#fff;border:1px solid #cbd9ed;border-radius:12px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 16px 38px #12366b28;flex:none!important;padding:7px!important;display:grid!important}.language-menu button{color:#28446f;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:39px;padding:8px 10px;font-size:13px;font-weight:700;display:flex}.language-menu button:hover{color:#0759e6;background:#edf4ff}.language-menu button.selected{color:#0759e6;background:#e8f1ff;font-weight:900}.language-menu button svg{stroke-width:3px;width:17px;height:17px}@media (width<=650px){.language-picker summary{min-height:70px}.language-menu{top:calc(100% + 6px)}}
