@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;900&display=swap";:root,[data-theme=light]{--bg:#f2f2f2;--sur:#fff;--sur50:rgba(255,255,255,.5);--bor:#e0e0e0;--teal:#8b0504;--teal2:#b01010;--teal-light:rgba(139,5,4,.1);--teal-mid:rgba(139,5,4,.25);--gray:#939393;--gray2:#4b5169;--txt:#4b5169;--mut:#939393;--ok:#008777;--err:#c0444a;--ok-bg:rgba(0,135,119,.1);--err-bg:#fdf0f0;--warn:#d9960a;--warn-bg:#fdf7e8}[data-theme=dark]{--bg:#0e1a1c;--sur:#162022;--sur50:rgba(22,32,34,.5);--bor:#263a3e;--teal:#02b29d;--teal2:#4dbda7;--teal-light:rgba(2,178,157,.13);--teal-mid:#1a4040;--gray:#f2f2f2;--gray2:#f2f2f2;--txt:#f2f2f2;--mut:#c0cdd0;--ok:#02b29d;--err:#e06068;--ok-bg:rgba(2,178,157,.15);--err-bg:rgba(224,96,104,.15);--warn:#e8a820;--warn-bg:rgba(232,168,32,.13)}*{box-sizing:border-box;margin:0;padding:0}button{transition:transform .2s,opacity .2s}button:hover{transform:scale(1.03)}button:active{transform:scale(.97)}body{background:var(--bg);color:var(--txt);min-height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden}#root,.app{width:100%}.screen{min-height:100vh;padding-top:calc(var(--safe-area-inset-top,env(safe-area-inset-top,0px)) + 32px);animation:.4s both fu}.screen:not(.home-screen){padding:2rem 1.5rem}.home-screen{background-image:url(/assets/background.png);background-position:top;background-repeat:no-repeat;background-size:cover;background-attachment:local;flex-direction:column;min-height:100vh;padding:0 0 3rem;display:flex}[data-theme=dark] .home-screen{background-image:url(/assets/background%20modo%20escuro.png)}.home-topbar{justify-content:space-between;align-items:center;padding:2.5rem 1.25rem;display:flex;position:relative}.logo-img{object-fit:contain;width:auto;height:36px}.lang-selector{gap:.25rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.lang-btn{color:var(--mut);cursor:pointer;background:0 0;border:1.5px solid transparent;border-radius:8px;padding:.2rem .5rem;font-size:.72rem;font-weight:600;transition:all .15s}.lang-btn.active{border-color:var(--teal);color:var(--teal);background:var(--teal-light)}.toggle-switch{cursor:pointer;background:var(--teal);border:none;border-radius:18px;flex-shrink:0;align-items:center;width:65px;height:35px;padding:0;transition:background .2s;display:flex;position:relative;overflow:hidden}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:27px;height:27px;transition:transform .2s;position:absolute;top:4px;left:4px;box-shadow:0 1px 4px rgba(0,0,0,.25)}.toggle-switch.on{background:#1a2a4a}.toggle-switch.on:after{transform:translate(30px)}.toggle-sun-icon{object-fit:contain;z-index:1;pointer-events:none;width:25px;height:25px;transition:left .2s;position:absolute;top:5px;left:5px}.toggle-switch.on .toggle-sun-icon{left:35px}.diag-train-img-icon{object-fit:contain;width:64px;height:64px}.hero-card{background:var(--sur50);text-align:center;border-radius:20px;margin:0 1rem 42px;padding:1.5rem 1.25rem 1.25rem}.hero-title{letter-spacing:-.01em;color:var(--txt);margin-bottom:.6rem;font-family:Poppins,sans-serif;font-size:3rem;font-weight:900;line-height:1}.hero-teal{color:var(--teal)}.hero-subtitle{color:var(--mut);font-size:.88rem;line-height:1.55}.hero-subtitle strong{color:var(--txt);font-weight:700}.quiz-section{padding:0 1rem .5rem}.quiz-row{align-items:center;gap:.625rem;margin-bottom:.75rem;display:flex}.quiz-label{color:var(--teal);white-space:nowrap;font-size:1rem;font-weight:700}.quiz-pills{scrollbar-width:none;gap:.375rem;display:flex;overflow-x:auto}.quiz-pills::-webkit-scrollbar{display:none}.quiz-pill{border:1.5px solid var(--teal);color:var(--teal);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;padding:.35rem .75rem;font-size:.78rem;font-weight:600;transition:all .15s}.quiz-pill.active{background:var(--teal);color:#fff}.diff-selector-block{flex-direction:column;gap:.375rem;margin-bottom:.75rem;display:flex}.section-title{color:var(--teal);font-size:1rem;font-weight:700}.quiz-section-title{color:var(--teal);margin-bottom:.5rem;font-size:1.8rem;font-weight:700;display:block}.section-subtitle{color:var(--mut);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600}.carousel-wrapper{position:relative}.carousel-arrows{justify-content:space-between;margin-bottom:.5rem;padding:0 .1rem;display:flex}.carousel-arrow-btn{background:var(--teal);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:opacity .15s;display:flex;box-shadow:0 2px 6px rgba(0,135,119,.3)}.carousel-arrow-btn:active{opacity:.7}.arrow-icon{object-fit:contain;width:18px;height:18px}.arrow-left{transform:scaleX(-1)}.subject-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.subject-carousel::-webkit-scrollbar{display:none}.subj-card{scroll-snap-align:start;cursor:pointer;background:var(--teal-light);border:1px solid var(--bor);border-radius:16px;flex-shrink:0;width:145px;height:160px;transition:transform .12s;position:relative;overflow:hidden}.subj-card:active{transform:scale(.96)}.subj-card-img{object-fit:cover;width:100%;height:100%;display:block}.subj-card-placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.subj-card-overlay{background:linear-gradient(transparent,rgba(0,80,70,.85));padding:.5rem .625rem .625rem;position:absolute;bottom:0;left:0;right:0}.subj-card-name-row{align-items:center;gap:.4rem;display:flex}.diff-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.subj-card-name{color:#fff;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700;line-height:1.3}.subj-card-disabled{opacity:.4;cursor:not-allowed}.flashcard-section{padding:3.5rem 1rem 1.5rem}.fc-entry-card{background:var(--sur50);border:1.5px solid var(--bor);cursor:pointer;border-radius:18px;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.fc-entry-left{flex-direction:column;gap:.2rem;display:flex}.fc-entry-title{color:var(--txt);font-size:1.8rem;font-weight:900}.fc-entry-desc{color:var(--mut);font-size:.75rem}.fc-entry-btn{background:var(--teal);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;flex-shrink:0;padding:.55rem 1.1rem;font-size:.82rem;font-weight:700}.fc-screen{flex-direction:column;height:100vh;display:flex;overflow-y:auto}.fc-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 1.25rem .5rem;display:flex}.fc-header-title{color:var(--txt);align-self:center;font-size:1.4rem;font-weight:900}.fc-setup{flex-direction:column;gap:.5rem;padding:.75rem 1.25rem 2rem;display:flex}.fc-section-label{color:var(--mut);text-transform:uppercase;letter-spacing:.06em;margin-top:.5rem;font-size:.75rem;font-weight:700}.fc-subject-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.25rem;display:grid}.fc-subject-pill{background:var(--sur50);border:1.5px solid var(--bor);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:.5rem;padding:.55rem .75rem;transition:all .15s;display:flex}.fc-subject-pill.active{background:var(--teal-light);border-color:var(--teal)}.fc-subject-emoji{font-size:1.1rem}.fc-subject-name{color:var(--txt);font-size:.78rem;font-weight:600;line-height:1.2}.fc-topic-input{background:var(--sur50);border:1.5px solid var(--bor);width:100%;color:var(--txt);box-sizing:border-box;border-radius:12px;outline:none;padding:.7rem .9rem;font-size:.88rem}.fc-topic-input:focus{border-color:var(--teal)}.fc-topic-input::-webkit-input-placeholder{color:var(--mut)}.fc-topic-input::-moz-placeholder{color:var(--mut)}.fc-topic-input::-ms-input-placeholder{color:var(--mut)}.fc-topic-input::placeholder{color:var(--mut)}.fc-generate-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:14px;margin-top:.75rem;padding:.875rem;font-size:.95rem;font-weight:700;transition:opacity .15s}.fc-generate-btn.disabled{opacity:.4;cursor:not-allowed}.fc-loading{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.fc-loading-text{color:var(--mut);font-size:.9rem}.fc-viewer{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:1rem 1.25rem 2rem;display:flex}.fc-progress{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.fc-progress-dot{background:var(--bor);border-radius:50%;width:8px;height:8px;transition:background .2s}.fc-progress-dot.active{background:var(--teal)}.fc-progress-dot.done{background:var(--teal);opacity:.4}.fc-new-btn{border:1.5px solid var(--teal);color:var(--teal);cursor:pointer;background:0 0;border-radius:14px;padding:.7rem 2rem;font-size:.88rem;font-weight:700}.flashcard-scene{perspective:800px;cursor:pointer;width:100%;height:220px;margin:.75rem 0 .5rem}.fc-viewer .flashcard-scene{width:100%;height:260px;margin:0}.flashcard-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .45s cubic-bezier(.4,0,.2,1);position:relative}.flashcard-inner.flipped{transform:rotateY(180deg)}.flashcard-face{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:var(--sur50);border:1.5px solid var(--bor);text-align:center;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.flashcard-back{transform:rotateY(180deg)}.flashcard-label{letter-spacing:.1em;color:var(--mut);text-transform:uppercase;font-size:.65rem;font-weight:700}.flashcard-text{color:var(--txt);font-size:.92rem;font-weight:500;line-height:1.5}.flashcard-hint{color:var(--mut);margin-top:.25rem;font-size:.65rem}.fc-diff-dot{border-radius:50%;width:10px;height:10px;position:absolute;bottom:.75rem;right:.75rem}.flashcard-nav{justify-content:center;align-items:center;gap:1.25rem;display:flex}.flashcard-nav-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.3rem;transition:opacity .15s;display:flex}.flashcard-nav-btn:active{opacity:.7}.flashcard-counter{color:var(--mut);font-size:.8rem;font-weight:600}.oral-screen{flex-direction:column;height:100vh;display:flex;overflow-y:auto}.oral-question-screen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:1rem 1.25rem 2rem;display:flex}.oral-progress{justify-content:center;gap:.5rem;display:flex}.oral-progress-dot{background:var(--bor);border-radius:50%;width:10px;height:10px;transition:background .2s}.oral-progress-dot.active{background:var(--teal)}.oral-progress-dot.done{background:var(--teal);opacity:.4}.oral-q-label{color:var(--mut);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.oral-question-bubble{background:var(--sur50);border:1.5px solid var(--bor);text-align:center;border-radius:18px;width:100%;padding:1.25rem}.oral-question-text{color:var(--txt);font-size:.95rem;font-weight:600;line-height:1.55}.oral-mic-hint{color:var(--mut);text-align:center;font-size:.78rem}.oral-mic-error{color:var(--err);text-align:center;font-size:.78rem}.oral-mic-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .2s;display:flex;box-shadow:0 4px 16px rgba(0,0,0,.2)}.oral-mic-btn.recording{background:var(--err);animation:1.2s infinite oral-pulse;box-shadow:0 0 0 8px rgba(192,68,74,.25)}@keyframes oral-pulse{0%,to{box-shadow:0 0 0 8px rgba(192,68,74,.25)}50%{box-shadow:0 0 0 16px rgba(192,68,74,.08)}}.oral-transcript-box{background:var(--sur50);border:1.5px solid var(--teal);border-radius:14px;width:100%;padding:.875rem 1rem;position:relative}.oral-transcript-text{color:var(--txt);font-size:.85rem;line-height:1.5}.oral-clear-btn{color:var(--mut);cursor:pointer;background:0 0;border:none;margin-top:.5rem;font-size:.72rem;text-decoration:underline}.oral-visualizer{justify-content:center;align-items:center;gap:4px;height:40px;display:flex}.oral-bar{background:var(--teal);transform-origin:50%;border-radius:2px;width:4px;height:32px;transition:transform 80ms}.oral-result{flex-direction:column;gap:.75rem;padding:0 1.25rem 3rem;display:flex}.oral-result-title{color:var(--txt);text-align:center;margin-bottom:.25rem;font-size:1.4rem;font-weight:900}.oral-result-card{background:var(--sur50);border:1.5px solid var(--bor);border-radius:16px;flex-direction:column;gap:.5rem;padding:1rem 1.1rem;display:flex}.oral-critical{border-color:var(--err)}.oral-result-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--mut);font-size:.68rem;font-weight:700}.oral-result-q-text{color:var(--mut);font-size:.8rem;font-style:italic;line-height:1.4}.oral-result-text{color:var(--txt);font-size:.85rem;line-height:1.5}.oral-result-row{align-items:flex-start;gap:.6rem;display:flex}.oral-result-row-icon{flex-shrink:0;margin-top:.1rem;font-size:.8rem;font-weight:700}.oral-result-row p{color:var(--txt);font-size:.83rem;line-height:1.45}.oral-ok .oral-result-row-icon{color:var(--ok)}.oral-fail .oral-result-row-icon{color:var(--err)}.oral-warn .oral-result-row-icon{color:var(--warn)}.oral-answer-box{background:var(--teal-light);border-radius:10px;flex-direction:column;gap:.2rem;padding:.6rem .8rem;display:flex}.oral-answer-label{color:var(--teal);text-transform:uppercase;letter-spacing:.06em;font-size:.65rem;font-weight:700}.oral-answer-text{color:var(--txt);font-size:.82rem;font-style:italic;line-height:1.4}.oral-saved{font-weight:600;color:var(--ok)!important}.oral-ideal-box{border-left:3px solid var(--teal);background:rgba(20,184,166,.08);border-radius:0 10px 10px 0;flex-direction:column;gap:.3rem;margin-top:.4rem;padding:.7rem .9rem;display:flex}.oral-ideal-label{color:var(--teal);text-transform:uppercase;letter-spacing:.06em;font-size:.65rem;font-weight:700}.oral-ideal-text{color:var(--txt);font-size:.82rem;line-height:1.5}.oral-mic-btn.disabled{opacity:.35;cursor:not-allowed}.cc-textarea{box-sizing:border-box;background:var(--bg2);width:100%;color:var(--txt);border:1.5px solid var(--bor);resize:vertical;border-radius:12px;padding:.85rem 1rem;font-family:inherit;font-size:.9rem;line-height:1.5}.cc-textarea:focus{border-color:var(--teal);outline:none}.cc-disclaimer-note{color:var(--mut);margin:.25rem 0 .5rem;font-size:.72rem;line-height:1.45}.cc-disclaimer-banner{color:var(--txt);background:rgba(234,179,8,.1);border:1px solid rgba(234,179,8,.35);border-radius:10px;margin-bottom:.5rem;padding:.7rem .9rem;font-size:.78rem;line-height:1.5}.cc-hyp-row{border-bottom:1px solid var(--bor);gap:.75rem;padding:.55rem 0;display:flex}.cc-hyp-row:last-child{border-bottom:none}.cc-hyp-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:99px;flex-shrink:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:.15rem;padding:.2rem .55rem;font-size:.62rem;font-weight:800}.cc-badge-primary{background:var(--teal);color:#fff}.cc-badge-diff{background:var(--bg2);color:var(--mut);border:1px solid var(--bor)}.cc-hyp-name{color:var(--txt);margin:0 0 .2rem;font-size:.88rem;font-weight:700}.cc-hyp-just{color:var(--mut);margin:0;font-size:.8rem;line-height:1.45}.cc-exam-row{border-bottom:1px solid var(--bor);gap:.6rem;padding:.45rem 0;display:flex}.cc-exam-row:last-child{border-bottom:none}.cc-exam-name{color:var(--txt);margin:0 0 .15rem;font-size:.86rem;font-weight:700}.cc-exam-just{color:var(--mut);margin:0;font-size:.78rem;line-height:1.4}.cc-med-disclaimer{color:var(--warn);margin:0 0 .5rem;font-size:.72rem;line-height:1.4}.cc-med-row{background:var(--bg2);border-left:3px solid var(--teal);border-radius:8px;margin-bottom:.5rem;padding:.6rem .8rem}.cc-med-name{color:var(--txt);margin:0 0 .15rem;font-size:.88rem;font-weight:700}.cc-med-detail{color:var(--teal);margin:0 0 .1rem;font-size:.8rem;font-weight:600}.cc-med-ind{color:var(--mut);margin:0;font-size:.77rem;line-height:1.4}.cc-step-card{background:var(--sur);border-left:4px solid var(--teal);border-radius:14px;margin-bottom:.75rem;padding:1rem 1.1rem}.cc-step-header{align-items:flex-start;gap:.7rem;margin-bottom:.75rem;display:flex}.cc-step-number{flex-shrink:0;margin-top:.05rem;font-size:1.4rem;line-height:1}.cc-step-title-wrap{flex-direction:column;gap:.1rem;display:flex}.cc-step-num-label{color:var(--teal);text-transform:uppercase;letter-spacing:.07em;font-size:.65rem;font-weight:800}.cc-step-title{color:var(--txt);font-size:.95rem;font-weight:700;line-height:1.2}.cc-step-actions{flex-direction:column;gap:.45rem;margin-bottom:.75rem;display:flex}.cc-step-action-row{align-items:flex-start;gap:.55rem;display:flex}.cc-step-bullet{color:var(--teal);flex-shrink:0;margin-top:.1rem;font-size:.85rem;font-weight:800}.cc-step-action-row p{color:var(--txt);margin:0;font-size:.83rem;line-height:1.45}.cc-step-porque{background:rgba(20,184,166,.07);border-radius:8px;flex-direction:column;gap:.25rem;padding:.55rem .75rem;display:flex}.cc-porque-label{color:var(--teal);text-transform:uppercase;letter-spacing:.07em;font-size:.62rem;font-weight:800}.cc-step-porque p{color:var(--mut);margin:0;font-size:.8rem;font-style:italic;line-height:1.5}.rest-overlay{z-index:9999;background:rgba(0,0,0,.55);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.rest-popup{background:var(--sur);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:340px;padding:2rem 1.75rem;display:flex;box-shadow:0 8px 32px rgba(0,0,0,.25)}.rest-icon{font-size:2.5rem;line-height:1}.rest-title{color:var(--txt);margin:0;font-size:1.15rem;font-weight:800}.rest-message{color:var(--mut);margin:0;font-size:.88rem;line-height:1.55}.rest-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:30px;margin-top:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:700}.diag-train-section{padding:1.75rem 1rem 2.5rem}.diag-train-card{background:var(--sur50);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;display:flex}.diag-train-icon{background:var(--teal-light);border:1.5px solid var(--teal-mid);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;display:flex}.diag-train-title{color:var(--txt);font-size:1.05rem;font-weight:700}.diag-train-desc{color:var(--mut);font-size:.78rem;font-weight:300;line-height:1.5}.diag-train-btn{background:var(--teal);color:#fff;letter-spacing:.08em;cursor:pointer;border:none;border-radius:30px;width:100%;padding:.875rem;font-size:.88rem;font-weight:700;transition:opacity .15s}.diag-train-btn:active{opacity:.85}.pill-f{color:var(--teal);background:rgba(0,135,119,.12)}.pill-m{color:#b07d08;background:#fdf7e8}.pill-d{color:#c0444a;background:#fdf0f0}.pill-all{background:var(--teal-light);color:var(--teal)}.quiz-screen{flex-direction:column;align-items:center;padding:1.5rem 1rem 3rem;display:flex}.qhdr{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;width:100%;max-width:760px;margin-bottom:1.4rem;display:flex}.back-btn{background:var(--sur);border:1.5px solid var(--bor);color:var(--gray);cursor:pointer;border-radius:9px;padding:.42rem .9rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;transition:all .2s}.back-btn:hover{border-color:var(--teal);color:var(--teal2)}.sbadge{background:linear-gradient(135deg, var(--teal), var(--teal2));color:#fff;letter-spacing:.04em;border-radius:20px;padding:.35rem .9rem;font-size:.74rem;font-weight:700}.qctr{color:var(--mut);font-family:JetBrains Mono,monospace;font-size:.8rem}.pbar{background:var(--bor);border-radius:3px;width:100%;max-width:760px;height:5px;margin-bottom:1.2rem;overflow:hidden}.pfill{background:linear-gradient(90deg, var(--teal), var(--teal2));border-radius:3px;height:100%;transition:width .4s}.quiz-area{flex-direction:column;gap:.6rem;width:100%;max-width:760px;display:flex}.diff-chip{letter-spacing:.05em;border-radius:20px;align-items:center;gap:.3rem;margin-bottom:.7rem;padding:.22rem .6rem;font-size:.67rem;font-weight:700;display:inline-flex}.chip-f{background:var(--ok-bg);color:var(--ok);border:1px solid var(--teal-mid)}.chip-m{background:var(--warn-bg);color:var(--warn);border:1px solid #f5d87a}.chip-d{background:var(--err-bg);color:var(--err);border:1px solid #f0b8ba}.schema-wrap{background:#1e2a2e;border-radius:14px;margin-bottom:1rem;padding:1rem 1.2rem;overflow-x:auto}.schema-lbl{color:#7dd3fc;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.62rem;display:flex}.schema-lbl:before{content:"";background:#7dd3fc;border-radius:50%;width:6px;height:6px}.schema-txt{color:#a3e4d7;white-space:pre;font-family:JetBrains Mono,monospace;font-size:.7rem;line-height:1.8}.qcard{background:var(--sur);border:1.5px solid var(--bor);border-radius:20px;padding:1.6rem}.qsrc{color:var(--mut);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.4rem;margin-bottom:.8rem;font-size:.67rem;display:flex}.sdot{background:var(--teal);border-radius:50%;width:5px;height:5px}.qtxt{color:var(--txt);font-family:DM Serif Display,serif;font-size:1.15rem;line-height:1.55}.opts{flex-direction:column;gap:.6rem;display:flex}.obtn{background:var(--sur);border:1.5px solid var(--bor);cursor:pointer;text-align:left;color:var(--txt);border-radius:13px;align-items:flex-start;gap:.8rem;padding:.9rem 1.2rem;font-family:Poppins,sans-serif;font-size:.91rem;line-height:1.45;transition:all .2s;display:flex}.obtn:hover:not(:disabled){border-color:var(--teal);background:var(--teal-light)}.obtn:disabled{cursor:default}.oltr{color:var(--teal2);flex-shrink:0;min-width:18px;margin-top:2px;font-family:JetBrains Mono,monospace;font-size:.87rem;font-weight:600}.obtn.correct{border-color:var(--ok);background:var(--ok-bg)}.obtn.correct .oltr{color:var(--ok)}.obtn.wrong{border-color:var(--err);background:var(--err-bg)}.obtn.wrong .oltr{color:var(--err)}.expl{background:var(--teal-light);border:1.5px solid var(--teal-mid);border-left:4px solid var(--teal2);border-radius:0 14px 14px 0;padding:1.2rem 1.4rem;animation:.3s both sd}.expl-lbl{text-transform:uppercase;letter-spacing:.08em;color:var(--teal2);margin-bottom:.5rem;font-size:.67rem;font-weight:700}.expl-txt{color:var(--gray2);font-size:.88rem;line-height:1.75}.nxt{background:linear-gradient(135deg, var(--teal), var(--teal2));color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:13px;width:100%;margin-top:.4rem;padding:.82rem 2rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 18px rgba(91,191,170,.35)}.nxt:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(91,191,170,.45)}.score-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;display:flex}.sring{background:conic-gradient(var(--teal) var(--pct,0%), var(--bor) 0);border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.sring:before{content:"";background:var(--bg);border-radius:50%;position:absolute;top:10px;bottom:10px;left:10px;right:10px}.score-logo{object-fit:contain;width:110px}.snum{z-index:1;color:var(--txt);font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:700;position:relative}.stitle{color:var(--txt);font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700}.smsg{color:var(--mut);max-width:300px;font-family:Poppins,sans-serif;font-size:.9rem}.sacts{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.btn-sec{background:var(--sur);border:1.5px solid var(--bor);color:var(--gray2);cursor:pointer;border-radius:10px;padding:.7rem 1.4rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s}.btn-sec:hover{border-color:var(--teal);color:var(--teal2)}.btn-pri{background:linear-gradient(135deg, var(--teal), var(--teal2));color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.7rem 1.4rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:700;transition:all .2s}.btn-pri:hover{transform:translateY(-2px)}.theme-toggle{background:var(--sur);border:1.5px solid var(--bor);color:var(--gray2);cursor:pointer;white-space:nowrap;z-index:10;border-radius:20px;align-items:center;gap:.35rem;padding:.42rem .9rem;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;transition:all .2s;display:flex;position:absolute;top:1.2rem;right:1.2rem}.theme-toggle:hover{border-color:var(--teal);color:var(--teal2)}.home-screen{position:relative}.sub-back-btn{align-self:flex-start;margin-bottom:.5rem}.sub-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.ai-badge{color:var(--teal2);background:var(--teal-light);border:1px solid var(--teal-mid);letter-spacing:.03em;border-radius:20px;margin-top:.7rem;padding:.25rem .75rem;font-size:.72rem;font-weight:600;display:inline-block}.ai-error-banner{background:var(--warn-bg);color:var(--warn);text-align:center;border:1.5px solid #f5d87a;border-radius:10px;width:100%;max-width:760px;padding:.6rem 1rem;font-size:.8rem}.pill-ai{color:var(--teal2);border:1px solid var(--teal-mid);background:linear-gradient(135deg,rgba(91,191,170,.25),rgba(61,161,140,.15))}.pill-all{color:var(--gray2);background:#eef0f0}[data-theme=dark] .pill-all{color:var(--gray2);background:#1e2e30}.loading-spinner{border:4px solid var(--bor);border-top-color:var(--teal);border-radius:50%;width:48px;height:48px;animation:.9s linear infinite spin}.modal-overlay{z-index:100;padding:0 0 env(safe-area-inset-bottom,0);background:rgba(0,0,0,.55);justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--sur);border-radius:24px 24px 0 0;flex-direction:column;align-items:center;gap:.625rem;width:100%;max-width:480px;padding:1.5rem 1.25rem 2rem;animation:.25s slideUp;display:flex;position:relative}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-close-btn{background:var(--bg);width:2rem;height:2rem;color:var(--mut);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-icon{margin-top:.25rem;font-size:2.5rem}.modal-title{color:var(--txt);text-align:center;font-size:1.25rem;font-weight:700}.modal-subtitle{color:var(--mut);text-align:center;margin-bottom:.25rem;font-size:.8rem}.modal-steps{flex-direction:column;gap:.625rem;width:100%;margin:.25rem 0;display:flex}.modal-step{background:var(--bg);border-radius:12px;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.step-num{background:var(--teal);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:700;display:flex}.modal-step p{color:var(--gray2);font-size:.83rem;line-height:1.5}.modal-step strong{color:var(--txt)}.modal-tip{width:100%;color:var(--mut);background:var(--warn-bg);text-align:center;border-radius:10px;padding:.625rem .875rem;font-size:.78rem}.modal-start-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;margin-top:.25rem;padding:.9rem;font-size:1rem;font-weight:700;transition:opacity .15s}.modal-start-btn:active{opacity:.85}.chatbot-gen-loading{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.chatbot-gen-card{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.chatbot-gen-logo{object-fit:contain;width:120px;position:absolute;top:2.5rem}.chatbot-gen-title{color:var(--txt);font-size:1.1rem;font-weight:700}.chatbot-gen-hint{color:var(--mut);max-width:260px;font-size:.85rem;line-height:1.5}.submenu-screen{background-image:url(/assets/background.png);background-position:top;background-repeat:no-repeat;background-size:cover;flex-direction:column;min-height:100vh;padding:1.25rem 1rem 2.5rem;display:flex}[data-theme=dark] .submenu-screen{background-image:url(/assets/background%20modo%20escuro.png)}.submenu-back-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1.25rem;padding:.45rem 1rem .45rem .75rem;font-size:.85rem;font-weight:700;display:inline-flex}.submenu-subject-title{color:var(--teal);margin-bottom:.875rem;font-family:Poppins,sans-serif;font-size:2.25rem;font-weight:900;line-height:1}.submenu-img-wrap{border-radius:16px;width:100%;max-height:180px;margin-bottom:1.25rem;overflow:hidden}.submenu-img{object-fit:cover;width:100%;height:180px;display:block}.submenu-subtitle{color:var(--mut);text-align:center;margin-bottom:1rem;font-size:.95rem}.submenu-list{flex-direction:column;gap:.75rem;display:flex}.submenu-card{background:var(--sur);cursor:pointer;border:1px solid var(--bor);border-radius:16px;justify-content:space-between;align-items:flex-end;gap:.75rem;padding:1rem 1rem .875rem;display:flex}.submenu-card-disabled{opacity:.45;cursor:not-allowed}.submenu-card-custom{cursor:default;background:#008777;border:1px solid #006e62;flex-direction:column;align-items:stretch;gap:1rem;padding:1.4rem 1.4rem 1.3rem}.submenu-card-custom .submenu-card-title{color:#fff}.submenu-card-custom .submenu-card-desc{color:rgba(255,255,255,.8)}.custom-topic-input-row{flex-direction:column;align-items:center;gap:.8rem;width:100%;display:flex}.custom-topic-input{box-sizing:border-box;background:var(--sur);width:100%;color:var(--txt);text-align:center;border:none;border-radius:12px;outline:none;padding:.6rem .9rem;font-size:.88rem;transition:box-shadow .2s;box-shadow:0 2px 8px rgba(0,0,0,.12)}.custom-topic-input::-webkit-input-placeholder{color:#4b5169;opacity:.6}.custom-topic-input::-moz-placeholder{color:#4b5169;opacity:.6}.custom-topic-input::-ms-input-placeholder{color:#4b5169;opacity:.6}.custom-topic-input::placeholder{color:#4b5169;opacity:.6}.custom-topic-input:focus{box-shadow:0 0 0 3px rgba(255,255,255,.4)}.custom-topic-btn{color:#02b29d;letter-spacing:.05em;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:999px;padding:.45rem 1.5rem;font-size:.82rem;font-weight:800;transition:opacity .15s,transform .1s}.custom-topic-btn:not(:disabled):active{transform:scale(.96)}.custom-topic-btn:disabled{opacity:.35;cursor:not-allowed}.submenu-card-text{flex-direction:column;flex:1;gap:.25rem;display:flex}.submenu-card-title{color:var(--txt);font-size:.95rem;font-weight:700}.submenu-card-desc{color:var(--mut);font-size:.78rem;line-height:1.4}.submenu-diff-pill{background:var(--teal);color:#fff;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.submenu-diff-pill-custom{color:#008777;background:#fff}.custom-topic-bottom-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.chatbot-home{padding-bottom:2rem}.chatbot-header{align-items:center;gap:.75rem;padding:1rem 1rem .5rem;display:flex}.chatbot-title-block{flex-direction:column;flex:1;align-items:center;gap:.15rem;display:flex}.chatbot-icon{font-size:2rem}.chatbot-title{color:var(--txt);font-size:1.4rem;font-weight:700}.chatbot-subtitle{color:var(--mut);font-size:.8rem}.chatbot-intro-card{background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:12px;margin:.75rem 1rem;padding:.875rem 1rem}.chatbot-intro-text{color:var(--gray2);font-size:.85rem;line-height:1.55}.chatbot-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--mut);padding:.75rem 1rem .4rem;font-size:.8rem;font-weight:600}.chatbot-cases-list{flex-direction:column;gap:.625rem;padding:0 1rem;display:flex}.chatbot-case-card{background:var(--sur);border:1px solid var(--bor);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;transition:transform .12s;display:flex}.chatbot-case-card:active{transform:scale(.97)}.case-card-left{flex-direction:column;flex:1;gap:.25rem;display:flex}.case-specialty-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--teal2);font-size:.7rem;font-weight:600}.case-titulo{color:var(--txt);font-size:.95rem;font-weight:600}.case-paciente{color:var(--mut);font-size:.8rem}.case-card-right{flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.case-arrow{color:var(--teal);font-size:1.4rem;font-weight:600}.chatbot-chat-screen{flex-direction:column;height:100vh;padding:0;display:flex}.chat-header{background:var(--sur);border-bottom:1px solid var(--bor);flex-shrink:0;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.chat-header-info{flex-direction:column;flex:1;gap:.1rem;display:flex}.chat-patient-name{color:var(--txt);font-size:.95rem;font-weight:600}.chat-case-title{color:var(--mut);font-size:.75rem}.btn-finalizar{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:.4rem .875rem;font-size:.8rem;font-weight:600;transition:opacity .15s}.btn-finalizar:disabled{opacity:.4;cursor:default}.chat-messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.chat-bubble{border-radius:16px;max-width:85%;padding:.75rem .9rem;font-size:.875rem;line-height:1.55}.bubble-patient{background:var(--sur);border:1px solid var(--bor);border-bottom-left-radius:4px;align-self:flex-start}.bubble-user{background:var(--teal);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.exam-result-card{background:var(--bg2);border:1px solid var(--bor);border-left:3px solid #f59e0b;border-radius:10px;align-self:flex-start;max-width:82%;margin:.4rem auto .75rem 0;padding:.55rem .85rem}.exam-result-label{color:#f59e0b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:block}.exam-result-text{color:var(--txt);white-space:pre-wrap;opacity:.9;font-size:.78rem;line-height:1.55}.bubble-label{color:var(--mut);margin-bottom:.3rem;font-size:.7rem;font-weight:600;display:block}.typing-dots span{font-size:1.2rem;line-height:1;animation:1.2s infinite blink;display:inline-block}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}.chat-error{color:var(--err);text-align:center;padding:.5rem;font-size:.8rem}.diag-form-card{background:var(--sur);border:1.5px solid var(--teal-mid);border-radius:16px;flex-direction:column;gap:.625rem;margin-top:.5rem;padding:1rem;display:flex}.diag-form-title{color:var(--txt);font-size:1rem;font-weight:700}.diag-form-hint{color:var(--mut);font-size:.8rem}.diag-textarea{background:var(--bg);border:1px solid var(--bor);width:100%;color:var(--txt);resize:none;border-radius:10px;padding:.75rem;font-family:inherit;font-size:.875rem}.diag-textarea:focus{border-color:var(--teal);outline:none}.diag-form-actions{gap:.625rem;display:flex}.chat-input-bar{background:var(--sur);border-top:1px solid var(--bor);flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;display:flex}.chat-input{background:var(--bg);border:1px solid var(--bor);color:var(--txt);resize:none;border-radius:14px;flex:1;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;line-height:1.4}.chat-input:focus{border-color:var(--teal);outline:none}.chat-send-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;transition:opacity .15s;display:flex}.chat-send-btn:disabled{opacity:.4;cursor:default}.chatbot-result{padding-bottom:2rem;overflow-y:auto}.result-loading-card{height:60vh;color:var(--mut);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;display:flex}.result-header{text-align:center;padding:1.25rem 1rem .5rem}.result-title{color:var(--txt);font-size:1.3rem;font-weight:700}.result-case-name{color:var(--mut);margin-top:.2rem;font-size:.85rem}.result-score-card{background:var(--sur);border:1px solid var(--bor);border-radius:16px;align-items:center;gap:1rem;margin:.75rem 1rem;padding:1rem 1.125rem;display:flex}.result-nota-circle{border:3px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:baseline;gap:.1rem;width:72px;height:72px;display:flex}.result-nota-num{color:var(--txt);font-size:1.75rem;font-weight:700}.result-nota-denom{color:var(--mut);font-size:.8rem}.result-score-info{flex-direction:column;flex:1;gap:.35rem;display:flex}.result-conducta-badge{color:#fff;border-radius:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.25rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.result-nivel{color:var(--txt);font-size:.85rem;font-weight:600}.result-estado{color:var(--mut);font-size:.8rem}.result-diag-card{border:1px solid;border-radius:12px;align-items:flex-start;gap:.75rem;margin:.5rem 1rem;padding:.875rem 1rem;display:flex}.diag-ok{background:var(--ok-bg);border-color:var(--ok)}.diag-fail{background:var(--err-bg);border-color:var(--err)}.diag-icon{flex-shrink:0;font-size:1.25rem}.diag-label{text-transform:uppercase;color:var(--mut);font-size:.72rem;font-weight:600}.diag-value{color:var(--txt);margin-top:.15rem;font-size:.875rem;font-weight:500}.result-section{background:var(--sur);border:1px solid var(--bor);border-radius:12px;margin:.5rem 1rem;padding:.875rem 1rem}.result-section-feedback{background:var(--teal-light);border-color:var(--teal-mid)}.result-summary{color:var(--gray2);font-size:.875rem;line-height:1.6}.result-section-title{color:var(--txt);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.result-list{flex-direction:column;gap:.375rem;list-style:none;display:flex}.result-list li{color:var(--gray2);padding-left:1.1rem;font-size:.825rem;line-height:1.5;position:relative}.result-list-ok li:before{content:"✓";color:var(--ok);font-weight:700;position:absolute;left:0}.result-list-warn li:before{content:"•";color:var(--warn);font-weight:700;position:absolute;left:0}.result-list-info li:before{content:"›";color:var(--teal);font-weight:700;position:absolute;left:0}.result-actions{gap:.75rem;padding:1rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:14px;flex:1;padding:.875rem;font-size:.9rem;font-weight:600;transition:opacity .15s}.btn-primary{background:var(--teal);color:#fff}.btn-secondary{background:var(--bg);color:var(--txt);border:1.5px solid var(--bor)}.btn-primary:disabled,.btn-secondary:disabled{opacity:.4;cursor:default}.expiry-banner{background:var(--sur);border:1.5px solid;border-radius:12px;align-items:center;gap:.6rem;margin:0 1.25rem .75rem;padding:.6rem 1rem;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.07)}.expiry-banner-icon{flex-shrink:0;font-size:1rem}.expiry-banner-text{color:var(--txt);flex:1;font-size:.78rem;font-weight:600}.expiry-banner-close{color:var(--mut);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.1rem .3rem;font-size:.8rem;transform:none}.expiry-banner-close:hover{color:var(--txt);transform:none}.home-disclaimer{color:#fff;padding:.75rem 1.5rem calc(.75rem + env(safe-area-inset-bottom,0px));opacity:.75;z-index:10;justify-content:space-between;align-items:center;gap:2rem;font-size:.68rem;line-height:1.5;display:flex;position:fixed;bottom:0;left:0;right:0}[data-theme=dark] .home-disclaimer{color:#fff}.terms-link-btn{white-space:nowrap;color:#fff;cursor:pointer;opacity:.75;background:0 0;border:none;border-bottom:1px solid rgba(255,255,255,.6);flex-shrink:0;padding:0;font-family:inherit;font-size:.68rem;transition:opacity .15s;display:inline}.terms-link-btn:hover{opacity:1;transform:none}.chatbot-disclaimer{background:var(--warn-bg);width:100%;color:var(--warn);text-align:center;border-radius:10px;padding:.6rem .9rem;font-size:.75rem;font-weight:600;line-height:1.4}.auth-checking{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-spinner{border:3px solid var(--teal-light);border-top-color:var(--teal);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.login-overlay{z-index:1000;background-image:url(/assets/background.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}[data-theme=dark] .login-overlay{background-image:url(/assets/background%20modo%20escuro.png)}.login-overlay:before{content:"";-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.35);position:absolute;top:0;bottom:0;left:0;right:0}.login-modal{background:var(--sur);border-radius:24px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:380px;padding:2rem 1.75rem;animation:.4s both fu;display:flex;position:relative;box-shadow:0 8px 40px rgba(0,0,0,.22)}.modal-lang-selector{align-self:flex-end;gap:.4rem;margin-bottom:-.25rem;display:flex}.modal-lang-btn{border:1.5px solid var(--bor);color:var(--mut);cursor:pointer;background:0 0;border-radius:20px;padding:.25rem .6rem;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;transition:all .2s}.modal-lang-btn.active{background:var(--teal);color:#fff;border-color:var(--teal)}.login-logo{object-fit:contain;width:120px;margin-bottom:.25rem}.login-title{color:var(--teal);text-align:center;font-size:1.3rem;font-weight:700}.login-desc{color:var(--mut);text-align:center;font-size:.82rem;line-height:1.55}.login-input{border:1.5px solid var(--bor);letter-spacing:.12em;text-align:center;background:var(--bg);width:100%;color:var(--txt);border-radius:12px;outline:none;padding:.85rem 1rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:border-color .2s}.login-input:focus{border-color:var(--teal)}.login-input::-webkit-input-placeholder{letter-spacing:.04em;color:var(--mut);font-weight:400}.login-input::-moz-placeholder{letter-spacing:.04em;color:var(--mut);font-weight:400}.login-input::-ms-input-placeholder{letter-spacing:.04em;color:var(--mut);font-weight:400}.login-input::placeholder{letter-spacing:.04em;color:var(--mut);font-weight:400}.login-error{color:var(--err);text-align:center;background:var(--err-bg);border-radius:8px;width:100%;padding:.5rem .75rem;font-size:.8rem}.login-keep{color:var(--mut);cursor:pointer;align-self:flex-start;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.login-keep input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border:2px solid var(--teal);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:background .2s,border-color .2s;position:relative}.login-keep input[type=checkbox]:checked{background:var(--teal);border-color:var(--teal)}.login-keep input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.login-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;margin-top:.25rem;padding:.9rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600}.login-btn:disabled{opacity:.5;cursor:default;transform:none!important}.terms-overlay{z-index:1000;background-image:url(/assets/background.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}[data-theme=dark] .terms-overlay{background-image:url(/assets/background%20modo%20escuro.png)}.terms-overlay:before{content:"";-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.35);position:absolute;top:0;bottom:0;left:0;right:0}.terms-modal{background:var(--sur);border-radius:24px;flex-direction:column;align-items:center;gap:.85rem;width:100%;max-width:420px;max-height:88vh;padding:1.75rem;animation:.4s both fu;display:flex;position:relative;box-shadow:0 8px 40px rgba(0,0,0,.22)}.terms-title{color:var(--teal);font-size:1.2rem;font-weight:700}.terms-sub{color:var(--mut);text-align:center;font-size:.8rem}.terms-scroll{border:1.5px solid var(--bor);background:var(--bg);border-radius:12px;flex:1;width:100%;max-height:42vh;padding:1rem;overflow-y:auto}.terms-section{margin-bottom:1.25rem}.terms-section-title{color:var(--teal);margin-bottom:.35rem;font-size:.8rem;font-weight:700}.terms-section-body{color:var(--txt);font-size:.78rem;line-height:1.7}.terms-end-marker{text-align:center;color:var(--mut);letter-spacing:.06em;padding:1rem 0 .5rem;font-size:.72rem}.terms-hint{color:var(--mut);text-align:center;font-size:.78rem;animation:.3s sd}.terms-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;padding:.9rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600}.terms-btn:disabled{opacity:.4;cursor:default;transform:none!important}.notif-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.55);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.notif-modal{background:var(--sur);text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:.85rem;width:100%;max-width:360px;padding:2rem 1.75rem;animation:.4s both fu;display:flex;box-shadow:0 8px 40px rgba(0,0,0,.22)}.notif-icon{font-size:2.5rem}.notif-title{color:var(--teal);font-size:1.1rem;font-weight:700}.notif-message{color:var(--txt);font-size:.85rem;line-height:1.6}.notif-date{color:var(--mut);font-size:.72rem}.notif-hint{color:var(--mut);background:var(--bg);border-radius:10px;width:100%;padding:.6rem .9rem;font-size:.75rem;line-height:1.5}.notif-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;padding:.85rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600}@keyframes fu{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes sd{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}
