@font-face{font-family:Chivo;font-style:normal;font-weight:300 900;font-display:swap;src:url(/fonts/chivo-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Chivo;font-style:normal;font-weight:300 900;font-display:swap;src:url(/fonts/chivo-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/roboto-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/roboto-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--surface:#0a0a0a;--surface2:#111;--surface3:#1a1a1a;--border:#ffffff0f;--border2:#ffffff1f;--accent:#0693e3;--purple:#9b51e0;--gradient:linear-gradient(135deg, #0693e3 0%, #9b51e0 100%);--green:#00d084;--amber:#f59e0b;--red:#ef4444;--text:#fff;--muted:#abb8c3;--radius:14px;--shadow:6px 6px 9px #0003;--btn-secondary:#32373c}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Roboto,Segoe UI,system-ui,sans-serif}h1,h2,h3,h4,h5{font-family:Chivo,Segoe UI,system-ui,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{background:#000;border-bottom:1px solid #ffffff0f;padding:.85rem 2rem}.header-inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.header-brand{align-items:center;gap:.75rem;display:flex}.header-logo{opacity:.9;height:28px}.header-logo:hover{opacity:1}.brand-icon{font-size:1.75rem;line-height:1}.app-title{letter-spacing:-.02em;background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Chivo,sans-serif;font-size:1.4rem;font-weight:900}.app-subtitle{color:var(--muted);margin-top:.1rem;font-size:.82rem}.app-main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}@keyframes orbFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.04)}}@keyframes gradientShift{0%{background-position:0%}to{background-position:200%}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes borderPulse{0%,to{box-shadow:0 0 #0693e300}50%{box-shadow:0 0 0 6px #0693e314,0 0 28px #0693e312}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dotBlink{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.hero-section{text-align:center;max-width:720px;margin:0 auto;padding:3.5rem 1rem 2rem;position:relative;overflow:hidden}.orb{pointer-events:none;z-index:0;filter:blur(60px);border-radius:50%;position:absolute}.orb-cyan{background:radial-gradient(#0693e333 0%,#0000 70%);width:420px;height:420px;animation:9s ease-in-out infinite orbFloat;top:-120px;left:-100px}.orb-purple{background:radial-gradient(#9b51e02e 0%,#0000 70%);width:380px;height:380px;animation:11s ease-in-out infinite reverse orbFloat;bottom:-80px;right:-80px}.hero-section>:not(.orb){z-index:1;position:relative}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#0693e31a;border:1px solid #0693e340;border-radius:9999px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.75rem;font-weight:700;animation:.6s .1s both fadeSlideUp;display:inline-block}.hero-headline{letter-spacing:-.03em;margin-bottom:1rem;font-family:Chivo,sans-serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:900;line-height:1.15;animation:.6s .25s both fadeSlideUp}.hero-headline .grad{background:linear-gradient(135deg,#0693e3 0%,#9b51e0 50%,#0693e3 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite gradientShift,.6s .25s both fadeSlideUp}.hero-sub{color:var(--muted);max-width:580px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.65;animation:.6s .4s both fadeSlideUp}.hero-features{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2.5rem;animation:.6s .55s both fadeSlideUp;display:flex}.hero-feat{background:var(--surface2);border:1px solid var(--border2);color:var(--text);cursor:pointer;border-radius:9999px;align-items:center;gap:.45rem;padding:.4rem 1rem;font-family:Roboto,sans-serif;font-size:.82rem;font-weight:500;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.hero-feat:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 0 16px #0693e338}.hero-feat svg{flex-shrink:0;width:15px;height:15px}.btn-demo{color:var(--muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;border-radius:6px;margin-top:.25rem;padding:.3rem .5rem;font-family:Roboto,sans-serif;font-size:.84rem;-webkit-text-decoration:underline #abb8c359;text-decoration:underline #abb8c359;transition:color .15s;display:inline-block}.btn-demo:hover{color:var(--text);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.upload-wrapper{max-width:560px;margin:0 auto}.upload-wrapper.animate-in{animation:.6s .7s both fadeSlideUp}.upload-zone{border:2px dashed var(--border2);border-radius:var(--radius);background:var(--surface2);text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:2.5rem 2rem 2rem;transition:border-color .25s,background .25s,box-shadow .25s;animation:3s ease-in-out infinite borderPulse}.upload-zone:hover:not(.disabled){border-color:var(--accent);background:#0693e30f;animation:none;box-shadow:0 0 0 5px #0693e31f,0 0 32px #0693e31a}.upload-zone.dragging{border-color:var(--purple);background:#9b51e012;animation:none;box-shadow:0 0 0 5px #9b51e024,0 0 32px #9b51e01a}.upload-zone.disabled{cursor:not-allowed;opacity:.6;animation:none}.upload-svg{width:44px;height:44px;stroke:var(--accent);fill:none;margin-bottom:.75rem}.upload-title{color:var(--text);font-family:Chivo,sans-serif;font-size:1rem;font-weight:600}.upload-sub{color:var(--muted);margin-top:.5rem;font-size:.86rem;line-height:1.6}.upload-link{color:var(--accent);cursor:pointer;text-decoration:underline}.upload-filetypes{flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:.9rem;display:flex}.filetype-pill{color:var(--accent);letter-spacing:.04em;background:#0693e31a;border:1px solid #0693e34d;border-radius:99px;padding:.2rem .55rem;font-size:.68rem;font-weight:700}.step-progress-wrap{margin-top:1.5rem}.step-progress{align-items:flex-start;gap:0;display:flex}.step{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-dot{border:2px solid var(--border2);background:var(--surface2);width:28px;height:28px;color:var(--muted);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;transition:background .3s,border-color .3s,color .3s;display:flex}.step.active .step-dot{border-color:var(--accent);color:var(--accent)}.step.done .step-dot{background:var(--accent);border-color:var(--accent);color:#fff}.step-label{color:var(--muted);text-align:center;white-space:nowrap;margin-top:.35rem;font-size:.7rem;font-weight:500}.step.active .step-label{color:var(--accent);font-weight:700}.step.done .step-label{color:var(--text)}.step-line{background:var(--border2);z-index:0;width:100%;height:2px;transition:background .3s;position:absolute;top:13px;left:50%}.step.done .step-line{background:var(--accent)}.step-upload-bar{margin-top:.9rem}.progress-container{margin-top:1.25rem}.progress-bar-track{background:var(--border2);border-radius:99px;height:4px;position:relative;overflow:hidden}.progress-bar-fill{background:var(--gradient);border-radius:99px;height:100%;transition:width .3s}.progress-bar-track.indeterminate:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);animation:1.4s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.progress-label{color:var(--muted);text-align:center;margin-top:.5rem;font-size:.82rem}.error-banner{border-radius:var(--radius);color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;align-items:center;gap:.75rem;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.btn-retry{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:9999px;margin-left:auto;padding:.35rem .9rem;font-family:inherit;font-size:.82rem;font-weight:600}.results-header{justify-content:flex-end;margin-bottom:1rem;display:flex}.btn-new{background:var(--gradient);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:9999px;padding:.5rem 1.4rem;font-family:Chivo,sans-serif;font-size:.86rem;font-weight:700;transition:opacity .2s,transform .15s}.btn-new:hover{opacity:.88;transform:translateY(-1px)}.results-grid{grid-template-columns:2fr 3fr;align-items:start;gap:1.5rem;animation:.35s fadeUp;display:grid}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.results-grid{grid-template-columns:1fr}}.panel{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.panel-title{border-bottom:1px solid var(--border);background:var(--surface2);letter-spacing:-.01em;color:var(--text);padding:.85rem 1.25rem;font-family:Chivo,sans-serif;font-size:.92rem;font-weight:700}.transcript-content{max-height:70vh;padding:1rem 1.25rem;overflow-y:auto}.transcript-line{color:var(--muted);margin-bottom:.5rem;font-size:.86rem;line-height:1.55}.timestamp{color:var(--accent);white-space:nowrap;background:#0693e31f;border-radius:4px;padding:.1rem .35rem;font-family:Roboto Mono,monospace;font-size:.74rem;font-weight:600}.score-card{border-bottom:1px solid var(--border);align-items:center;gap:1.25rem;padding:1.25rem;display:flex}.score-gauge-wrap{flex-shrink:0}.score-spiegazione{color:var(--muted);font-size:.87rem;line-height:1.6}.analysis-panel{padding-bottom:1rem}.analysis-section{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface2);margin:0 1.25rem 1rem;padding:.85rem 1rem}.section-green{background:#00d08412;border-color:#00d08440}.section-amber{background:#f59e0b12;border-color:#f59e0b40}.section-title{color:var(--text);margin-bottom:.6rem;font-family:Chivo,sans-serif;font-size:.86rem;font-weight:700}.analysis-list{padding:0;list-style:none}.analysis-list li{border-left:3px solid var(--accent);color:var(--muted);margin-bottom:.4rem;padding:.3rem 0 .3rem .75rem;font-size:.86rem;line-height:1.5}.section-green .analysis-list li{border-color:var(--green)}.section-amber .analysis-list li{border-color:var(--amber)}.corrections-list{flex-direction:column;gap:.75rem;display:flex}.correction-card{border:1px solid var(--border);background:var(--surface2);border-left:4px solid #0000;border-image:linear-gradient(#0693e3,#9b51e0) 1;border-radius:10px;padding:.9rem 1rem;transition:box-shadow .15s,transform .15s;box-shadow:0 2px 12px #0000004d}.correction-card:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0693e31f}.correction-problema,.correction-fix{margin-bottom:.4rem}.correction-problema p{color:#fca5a5;margin-top:.15rem;font-size:.84rem;line-height:1.5}.correction-fix p{color:#6ee7b7;margin-top:.15rem;font-size:.84rem;line-height:1.5}.label-problema,.label-fix{text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:700}.label-problema{color:var(--red)}.label-fix{color:var(--green)}.correction-header{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.corr-fase{background:var(--gradient);color:#fff;letter-spacing:.04em;border-radius:4px;padding:.15rem .5rem;font-family:Chivo,sans-serif;font-size:.65rem;font-weight:700;display:inline-block}.correction-momento{color:var(--muted);font-size:.74rem}.fasi-mancanti{background:#f59e0b14;border:1px solid #f59e0b4d;border-radius:10px;margin:.6rem 1.25rem;padding:.75rem 1rem}.fasi-mancanti h4{color:var(--amber);margin:0 0 .4rem;font-family:Chivo,sans-serif;font-size:.83rem;font-weight:700}.fasi-mancanti ul{margin:0;padding-left:1.2rem}.fasi-mancanti li{color:#fcd34d;margin:.2rem 0;font-size:.82rem}.leva-emotiva{border-left:3px solid;border-radius:8px;margin:.4rem 1.25rem;padding:.55rem .9rem;font-size:.84rem}.leva-emotiva.sfruttata{border-color:var(--green);color:#6ee7b7;background:#00d0841a}.leva-emotiva.non-sfruttata{border-color:var(--red);color:#fca5a5;background:#ef44441a}.example-quote{border-left:4px solid var(--purple);color:var(--muted);background:#9b51e014;border-radius:0 8px 8px 0;padding:.75rem 1rem;font-size:.86rem;font-style:italic;line-height:1.6}.meta-info{color:#abb8c380;margin:.5rem 1.25rem 0;font-size:.72rem}.tab-bar{border-bottom:1px solid var(--border);background:var(--surface2);gap:.25rem;padding:0 1.25rem;display:flex}.tab-btn{cursor:pointer;color:var(--muted);letter-spacing:.01em;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.65rem 1.1rem;font-family:Chivo,sans-serif;font-size:.84rem;font-weight:600;transition:color .15s,border-color .15s}.tab-btn:hover{color:var(--text)}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.report-completo{max-height:70vh;color:var(--muted);padding:1.25rem;font-size:.87rem;line-height:1.75;overflow-y:auto}.report-completo h2{color:var(--text);border-bottom:1px solid var(--border);margin:1rem 0 .4rem;padding-bottom:.2rem;font-family:Chivo,sans-serif;font-size:1rem}.report-completo h3{color:var(--accent);margin:.8rem 0 .35rem;font-family:Chivo,sans-serif;font-size:.93rem}.report-completo p{margin-bottom:.6rem}.report-completo ul,.report-completo ol{margin-bottom:.6rem;padding-left:1.4rem}.report-completo li{margin-bottom:.25rem}.report-completo blockquote{border-left:3px solid var(--purple);background:#9b51e014;border-radius:0 6px 6px 0;margin:.6rem 0;padding:.5rem .9rem;font-style:italic}.report-completo strong{color:var(--text)}.report-empty{color:var(--muted);text-align:center;padding:2rem 1.25rem}.analysis-error{color:var(--amber);padding:1rem 1.25rem;font-size:.9rem}.raw-response{background:var(--surface3);white-space:pre-wrap;color:var(--muted);border-radius:6px;margin-top:.5rem;padding:.5rem;font-size:.72rem;overflow-x:auto}.header-user{align-items:center;gap:.75rem;display:flex}.header-user-link{color:var(--muted);font-size:.82rem;text-decoration:none;transition:color .15s}.header-user-link:hover{color:var(--text)}.header-logout{border:1px solid var(--border2);color:var(--muted);cursor:pointer;background:0 0;border-radius:9999px;padding:.3rem .9rem;font-size:.78rem;transition:border-color .15s,color .15s}.header-logout:hover{border-color:var(--accent);color:var(--text)}.login-page{justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:2rem;display:flex}.login-card{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow);padding:2.5rem 2rem}.login-logo{text-align:center;margin-bottom:.4rem;font-family:Chivo,sans-serif;font-size:1.5rem;font-weight:900}.login-sub{color:var(--muted);text-align:center;margin-bottom:2rem;font-size:.82rem}.login-form{flex-direction:column;gap:1rem;display:flex}.login-field label{color:var(--muted);margin-bottom:.35rem;font-size:.8rem;font-weight:500;display:block}.login-field input{background:var(--surface2);border:1px solid var(--border2);width:100%;color:var(--text);box-sizing:border-box;border-radius:8px;outline:none;padding:.65rem .9rem;font-size:.9rem;transition:border-color .15s}.login-field input:focus{border-color:var(--accent)}.login-error{color:var(--red);background:#ef44441a;border-radius:6px;padding:.5rem .75rem;font-size:.84rem}.btn-login{background:var(--gradient);color:#fff;cursor:pointer;border:none;border-radius:9999px;margin-top:.5rem;padding:.75rem;font-family:Chivo,sans-serif;font-size:.9rem;font-weight:700;transition:opacity .2s}.btn-login:disabled{opacity:.6;cursor:default}.login-pricing-link{color:var(--muted);text-align:center;margin-top:1.25rem;font-size:.82rem}.login-pricing-link a{color:var(--accent);text-decoration:none}.login-pricing-link a:hover{text-decoration:underline}.pricing-page{max-width:1100px;margin:0 auto;padding:3rem 2rem}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-title{margin-bottom:.75rem;font-family:Chivo,sans-serif;font-size:2rem;font-weight:900}.pricing-sub{color:var(--muted);font-size:.95rem;line-height:1.6}.pricing-error{color:var(--red);text-align:center;margin-bottom:1.5rem;font-size:.9rem}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=768px){.pricing-grid{grid-template-columns:1fr}}.pricing-card{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius);padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000080}.pricing-card.highlighted{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), var(--shadow)}.pricing-badge{background:var(--gradient);color:#fff;white-space:nowrap;border-radius:9999px;padding:.25rem .75rem;font-family:Chivo,sans-serif;font-size:.72rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-plan-name{color:var(--muted);margin-bottom:.5rem;font-family:Chivo,sans-serif;font-size:1rem;font-weight:700}.pricing-price{align-items:baseline;gap:.25rem;margin-bottom:.35rem;display:flex}.pricing-amount{font-family:Chivo,sans-serif;font-size:2.5rem;font-weight:900}.pricing-period{color:var(--muted);font-size:.9rem}.pricing-calls{color:var(--accent);margin-bottom:1.25rem;font-size:.82rem;font-weight:600}.pricing-features{flex-direction:column;gap:.5rem;margin:0 0 1.75rem;padding:0;list-style:none;display:flex}.pricing-features li{color:var(--muted);align-items:flex-start;gap:.5rem;font-size:.87rem;display:flex}.pricing-features svg{width:14px;height:14px;stroke:var(--green);flex-shrink:0;margin-top:2px}.btn-pricing{background:var(--surface2);border:1px solid var(--border2);width:100%;color:var(--text);cursor:pointer;border-radius:9999px;padding:.7rem;font-family:Chivo,sans-serif;font-size:.88rem;font-weight:700;transition:border-color .15s,background .15s}.btn-pricing:hover{border-color:var(--accent)}.btn-pricing-primary{background:var(--gradient);border-color:#0000}.btn-pricing-primary:hover{opacity:.9}.btn-pricing:disabled{opacity:.6;cursor:default}.pricing-footer{text-align:center;color:var(--muted);margin-top:2rem;font-size:.8rem}.pricing-register{background:var(--surface2);border:1px solid var(--border2);border-radius:16px;max-width:420px;margin:0 auto 2rem;padding:2rem}.pricing-register h2{text-align:center;color:var(--text);margin-bottom:1.2rem;font-size:1.2rem}.register-form{flex-direction:column;gap:.8rem;display:flex}.register-form input{background:var(--surface);border:1px solid var(--border2);color:var(--text);border-radius:8px;padding:.75rem 1rem;font-size:.95rem}.register-form input:focus{border-color:var(--accent);outline:none}.btn-pricing-cancel{color:var(--muted);cursor:pointer;background:0 0;border:none;margin-top:.3rem;font-size:.85rem}.btn-pricing-cancel:hover{color:var(--text)}.register-login-link{text-align:center;color:var(--muted);margin-top:.8rem;font-size:.85rem}.register-login-link a{color:var(--accent);text-decoration:none}.account-page{justify-content:center;align-items:flex-start;min-height:calc(100vh - 70px);padding:3rem 2rem;display:flex}.account-card{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius);width:100%;max-width:500px;box-shadow:var(--shadow);padding:2rem}.account-title{margin-bottom:1.5rem;font-family:Chivo,sans-serif;font-size:1.2rem;font-weight:900}.account-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.65rem 0;display:flex}.account-label{color:var(--muted);font-size:.84rem}.account-value{font-size:.88rem;font-weight:500}.account-badge{border-radius:9999px;padding:.2rem .65rem;font-size:.78rem;font-weight:700}.badge-green{color:var(--green);background:#00d08426}.badge-red{color:var(--red);background:#ef444426}.account-usage{margin:1.25rem 0}.usage-header{justify-content:space-between;margin-bottom:.5rem;display:flex}.usage-count{font-size:.84rem;font-weight:600}.usage-bar{background:var(--surface3);border-radius:9999px;height:6px;overflow:hidden}.usage-fill{border-radius:9999px;height:100%;transition:width .3s}.usage-warning{color:var(--amber);margin-top:.5rem;font-size:.8rem}.btn-link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.account-error{color:var(--red);margin:.75rem 0;font-size:.84rem}.btn-portal{background:var(--gradient);color:#fff;cursor:pointer;border:none;border-radius:9999px;width:100%;margin-top:1.25rem;padding:.7rem;font-family:Chivo,sans-serif;font-size:.88rem;font-weight:700;transition:opacity .2s}.btn-portal:disabled{opacity:.6;cursor:default}.btn-logout{border:1px solid var(--border2);width:100%;color:var(--muted);cursor:pointer;background:0 0;border-radius:9999px;margin-top:.75rem;padding:.65rem;font-size:.84rem;transition:border-color .15s,color .15s}.btn-logout:hover{border-color:var(--red);color:var(--red)}.btn-change-pw{border:1px solid var(--border2);width:100%;color:var(--muted);cursor:pointer;background:0 0;border-radius:9999px;margin-top:.75rem;padding:.65rem;font-size:.84rem;transition:border-color .15s,color .15s}.btn-change-pw:hover{border-color:var(--accent);color:var(--text)}.pw-form{flex-direction:column;gap:.6rem;margin-top:.75rem;display:flex}.pw-form input{background:var(--surface);border:1px solid var(--border2);color:var(--text);border-radius:8px;padding:.65rem .9rem;font-size:.9rem}.pw-form input:focus{border-color:var(--accent);outline:none}.pw-form-actions{align-items:center;gap:.6rem;display:flex}.pw-form-actions .btn-portal{flex:1}.account-success{color:#10b981;background:#10b9811f;border:1px solid #10b9814d;border-radius:8px;margin-top:.5rem;padding:.6rem .9rem;font-size:.85rem}.legal-page{max-width:800px;color:var(--text);margin:0 auto;padding:3rem 2rem}.legal-page h1{margin-bottom:.5rem;font-family:Chivo,sans-serif;font-size:1.8rem;font-weight:900}.legal-page h2{color:var(--text);margin-top:2rem;margin-bottom:.75rem;font-size:1.1rem}.legal-page p,.legal-page li{color:var(--muted);font-size:.9rem;line-height:1.7}.legal-page ul{margin-bottom:.5rem;padding-left:1.5rem}.legal-page .legal-updated{color:var(--muted);margin-bottom:2rem;font-size:.8rem}.app-footer{text-align:center;color:var(--muted);background:#000;border-top:1px solid #ffffff0f;padding:2rem 2rem 1.5rem;font-size:.78rem}.footer-logo{opacity:.5;height:22px;margin-bottom:.75rem}.footer-links{margin-bottom:.5rem}.app-footer a{color:var(--muted);text-decoration:none}.app-footer a:hover{color:var(--accent)}.footer-copy{color:#ffffff4d;font-size:.72rem}.consent-label{color:var(--muted);cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.82rem;display:flex}.consent-label input[type=checkbox]{accent-color:var(--accent);margin-top:3px}.consent-label a{color:var(--accent);text-decoration:none}.consent-label a:hover{text-decoration:underline}.btn-delete-account{border:1px solid var(--red,#ef4444);width:100%;color:var(--red,#ef4444);cursor:pointer;background:0 0;border-radius:9999px;margin-top:.75rem;padding:.65rem;font-size:.84rem;transition:background .15s,color .15s}.btn-delete-account:hover{background:#ef44441a}.delete-confirm{margin-top:.75rem}.loading-screen{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;animation:.5s both fadeSlideUp;display:flex}.loading-ring-wrap{width:90px;height:90px;position:relative}.loading-ring{transform-origin:50%;width:90px;height:90px;animation:1.3s linear infinite spin}.loading-label{color:var(--text);letter-spacing:-.01em;font-family:Chivo,sans-serif;font-size:1.1rem;font-weight:700}.loading-dots:after{content:"";animation:1.4s steps(3,end) infinite dotsAnim}@keyframes dotsAnim{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.loading-sub{color:var(--muted);text-align:center;max-width:280px;font-size:.86rem;line-height:1.5}.correction-card:first-child{animation:.4s 50ms both fadeSlideUp}.correction-card:nth-child(2){animation:.4s .12s both fadeSlideUp}.correction-card:nth-child(3){animation:.4s .19s both fadeSlideUp}.correction-card:nth-child(4){animation:.4s .26s both fadeSlideUp}.correction-card:nth-child(5){animation:.4s .33s both fadeSlideUp}.correction-card:nth-child(6){animation:.4s .4s both fadeSlideUp}.correction-card:nth-child(7){animation:.4s .47s both fadeSlideUp}.correction-card:nth-child(8){animation:.4s .54s both fadeSlideUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border:1px solid var(--border2);border-radius:20px;width:100%;max-width:480px;padding:2rem 2rem 1.75rem;animation:.25s fadeSlideUp;position:relative;overflow:hidden}.modal-card:before{content:"";background:var(--gradient);height:3px;position:absolute;top:0;left:0;right:0}.modal-close{background:var(--surface2);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;transition:background .15s,color .15s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--surface3);color:var(--text)}.modal-icon-wrap{background:var(--surface2);border:1px solid var(--border2);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.modal-icon-wrap svg{width:22px;height:22px}.modal-title{letter-spacing:-.02em;background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-family:Chivo,sans-serif;font-size:1.3rem;font-weight:900}.modal-desc{color:var(--muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.modal-bullets{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.modal-bullets li{color:var(--muted);padding-left:1.1rem;font-size:.85rem;line-height:1.45;position:relative}.modal-bullets li:before{content:"";background:var(--gradient);border-radius:50%;width:6px;height:6px;position:absolute;top:.5em;left:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}
