@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:14px;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;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#dce6f5;flex:1;height:1px}.future-socials{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.future-socials button{color:#62769b;background:#f7faff;border:1px solid #d7e3f7;border-radius:10px;min-height:40px;padding:7px;font-size:11px;font-weight:700}.future-socials button:disabled{opacity:.55;cursor:not-allowed}.telegram-login{width:100%;min-height:48px}.telegram-oidc-button{box-sizing:border-box;background:#229ed9;border-radius:11px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;padding:12px 18px;font-size:14px;font-weight:800;text-decoration:none;display:flex;box-shadow:0 8px 20px #229ed926;color:#fff!important}.telegram-oidc-button span{font-size:17px;transform:rotate(-25deg)}.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}
