:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.login-box{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.login-box h1{text-align:center;color:#333;margin-bottom:.5rem;font-size:2rem}.subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:.95rem}.login-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#333;font-size:.95rem;font-weight:600}.form-group input{border:1px solid #ddd;border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{cursor:not-allowed;background-color:#f5f5f5}.form-group small{color:#999;margin-top:-.3rem;font-size:.85rem}.error-message{color:#c33;background-color:#fee;border-left:3px solid #c33;border-radius:6px;padding:.75rem;font-size:.9rem}.success-message{color:#3a3;background-color:#efe;border-left:3px solid #3a3;border-radius:6px;padding:.75rem;font-size:.9rem}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;padding:.75rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.submit-button:disabled{opacity:.7;cursor:not-allowed}.toggle-auth{text-align:center;margin-top:.5rem}.toggle-auth p{color:#666;margin:0;font-size:.9rem}.toggle-link{color:#667eea;cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-weight:600;text-decoration:none;transition:color .2s}.toggle-link:hover{color:#764ba2;text-decoration:underline}.info{text-align:center;color:#999;border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem;font-size:.85rem}.info p{margin:0}.lista-alunos{max-width:1200px;margin:0 auto;padding:2rem}.lista-header{border-bottom:2px solid #667eea;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.lista-header h2{color:#333;margin:0}.filtro-status{cursor:pointer;border:1px solid #ddd;border-radius:6px;padding:.5rem 1rem;font-size:.95rem}.filtro-status:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.loading,.error,.vazio{text-align:center;color:#666;padding:2rem;font-size:1rem}.error{color:#c33;background:#fee;border-radius:6px;padding:1rem}.alunos-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.aluno-card{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;transition:all .3s;box-shadow:0 2px 8px #0000001a}.aluno-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.aluno-card h3{color:#333;margin:0 0 1rem;font-size:1.2rem}.aluno-info{margin-bottom:1rem}.aluno-info p{color:#666;margin:.5rem 0;font-size:.9rem}.aluno-info strong{color:#333}.btn-detalhes{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;width:100%;padding:.75rem;font-weight:600;transition:all .3s}.btn-detalhes:hover{transform:scale(1.02)}.debug-info{cursor:pointer;margin-top:1rem}.debug-info summary{color:#667eea;background:#667eea1a;border-radius:4px;padding:.5rem;font-weight:600}.debug-info summary:hover{background:#667eea33}.debug-info ul{color:#666;margin-top:.5rem;margin-left:1.5rem}.debug-info li{margin:.5rem 0;font-size:.9rem}.tela-aluno{max-width:900px;margin:0 auto;padding:2rem}.btn-voltar{color:#667eea;cursor:pointer;background:0 0;border:none;margin-bottom:1.5rem;font-size:1rem;font-weight:600;transition:color .3s}.btn-voltar:hover{color:#764ba2}.aluno-header{border-bottom:2px solid #667eea;margin-bottom:2rem;padding-bottom:1rem}.aluno-header h1{color:#333;margin:0 0 .5rem;font-size:2rem}.data-nascimento{color:#666;margin:0;font-size:.95rem}.cards-info{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.card{background:#f8f9fa;border:1px solid #ddd;border-radius:8px;padding:1.5rem}.card h3{color:#333;margin:0 0 .5rem;font-size:1rem}.card p{color:#666;word-break:break-word;margin:0}.aula-numero-card{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 10px 30px #667eea4d}.aula-numero-card h2{margin:0 0 1.5rem;font-size:1.5rem}.aula-numero-grande{margin-bottom:1rem;font-size:3rem;font-weight:700}.aula-numero-grande span{margin:.5rem 0;font-size:4rem;display:block}.aula-passadas{opacity:.9;margin:1rem 0 0;font-size:.95rem}.disciplinas{margin-bottom:2rem}.disciplinas h3{color:#333;margin-bottom:1rem}.disciplinas-list{flex-direction:column;gap:1rem;display:flex}.disciplina-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:1rem}.disciplina-item h4{color:#333;margin:0 0 .5rem}.disciplina-item p{color:#666;margin:.25rem 0;font-size:.9rem}.btn-group{justify-content:center;gap:1rem;display:flex}.btn-gerar-plano{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-gerar-plano:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}#root{width:100%;min-height:100vh;margin:0;padding:0}.loading-container{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard{background:#f5f7fa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:2rem;box-shadow:0 2px 10px #0000001a}.dashboard-header h1{margin:0 0 1rem;font-size:2rem}.dashboard-header div{justify-content:space-between;align-items:center;display:flex}.dashboard-header p{margin:0;font-size:.95rem}.dashboard-content{max-width:1200px;margin:2rem auto;padding:0 2rem}.dashboard-content h2{color:#333;margin-top:0}.dashboard-content ul{padding:0;list-style:none}.dashboard-content li{color:#666;padding:.5rem 0}
