:root{--bg:#f5f5f5;--card:#fff;--text:#111;--subtext:#666;--success-bg:#e6ffe6;--card-shadow:0 2px 8px #0000001a}.dark{--bg:#121212;--card:#1e1e1e;--text:#fff;--subtext:#bbb;--success-bg:#1f3b1f;--card-shadow:0 2px 8px #0009}:root{--sans:system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6,p{margin:0}html,body{overflow-x:hidden}body{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--sans);margin:0}h1,h2,h3,h4,h5,h6{color:var(--text)}.subtext{color:var(--subtext)}.page{min-height:100vh;padding:max(15px, env(safe-area-inset-top)) 16px max(15px, env(safe-area-inset-bottom));background:var(--bg);flex-direction:column;gap:12px;width:100%;max-width:900px;margin:0 auto;display:flex}input:not([type=checkbox]),select,textarea{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;padding:10px}input,select,textarea,button{font-size:16px}button{cursor:pointer;border:none;border-radius:8px;padding:10px;transition:opacity .2s,transform .1s}button:active{transform:scale(.98)}.form{flex-direction:column;gap:12px;display:flex}.select-compact{border-radius:8px;width:100%;min-width:120px;max-width:160px;height:32px;padding:0 10px;font-size:13px}.container{justify-content:center;align-items:stretch;width:100%;max-width:900px;min-height:100vh;margin:0 auto;padding:20px 12px;display:flex}.header{flex-direction:column;gap:14px;display:flex}.header-row{grid-template-columns:1fr auto;align-items:center;gap:12px;display:grid}.header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.header-title{word-break:break-word;min-width:0;margin:0}.header-greeting{margin-top:10px;font-size:18px}.header-top{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-bottom:16px;display:grid}.header-top .subtext{text-align:center}.header-top-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;margin-bottom:10px;padding:10px 14px;font-weight:600;transition:opacity .2s,transform .1s}.btn:active{transform:scale(.98)}.btn.primary{color:#fff;background:#2196f3}.btn.success{color:#fff;background:#4caf50}.btn.warning{color:#fff;background:#ff9800}.btn.danger{color:#fff;background:#f44336}.btn.disabled{cursor:not-allowed;background:#ccc}.btn.full{width:100%}.btn.small{color:#fff;background:#555}.center{text-align:center;flex-direction:column;align-items:center;display:flex}.list{flex-direction:column;gap:10px;display:flex}.actions{flex-wrap:wrap;gap:10px;display:flex}.tabs{gap:10px;margin-bottom:15px;padding-bottom:2px;display:flex;overflow-x:auto}.stats{scrollbar-width:none;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:15px;display:grid}.tabs::-webkit-scrollbar{display:none}@media (width<=600px){.stats{grid-template-columns:repeat(2,1fr)}}.input-full{width:100%;margin-bottom:5px}.avatar{color:#fff;background:#2196f3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-weight:700;display:flex}.chat{flex-direction:column;gap:10px;margin-top:10px;display:flex}.chat-row{display:flex}.chat-row.right{justify-content:flex-end}.chat-row.left{justify-content:flex-start}.chat-bubble{word-break:break-word;border-radius:15px;min-width:80px;max-width:85%;padding:10px 14px}.chat-bubble.user{color:#fff;background:#4caf50}.chat-bubble.ia{background:#ffffff14}.chat-name{margin-bottom:5px;font-size:12px;font-weight:700}.status-success{color:#4caf50}.small{padding:10px}.textarea-full{resize:vertical;box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;min-height:120px;padding:10px;font-family:inherit}.text-content{white-space:pre-line;text-align:justify;line-height:1.6}.card{background:var(--card);color:var(--text);box-shadow:var(--card-shadow);border-radius:12px;padding:16px;overflow:hidden}.card.success{background:var(--success-bg)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.landing-card{gap:14px;width:100%}.landing-features{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;display:grid}.landing-features .card{width:100%}.landing-actions{flex-direction:column;gap:10px;width:100%;display:flex}.landing-info{text-align:left}.landing-info-text{margin-top:8px;line-height:1.5}.landing-footer{text-align:center;opacity:.7;margin-top:10px;font-size:12px}.landing-icon{font-size:70px}.login-card{flex-direction:column;gap:16px;width:100%;max-width:420px;display:flex}.login-icon{margin-bottom:8px;font-size:42px}.login-error{color:#f44336;background:#f443361f;border-radius:8px;padding:10px;font-size:14px}.login-card .btn.small{align-self:flex-start;margin-bottom:0}.login-card .form{width:100%}.login-card input{background:var(--card);color:var(--text)}.cadastro-card{flex-direction:column;gap:16px;width:100%;display:flex}.cadastro-back{align-self:flex-start;margin-bottom:0}.cadastro-icon{margin-bottom:8px;font-size:42px}.cadastro-message{color:#2196f3;background:#2196f31f;border-radius:8px;padding:10px;font-size:14px}.page-content{flex-direction:column;gap:12px;display:flex}.icon-btn{min-width:42px;padding:10px}.dashboard-actions{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.dashboard-actions .btn{margin-bottom:0}.dashboard-list{padding-bottom:20px}.dashboard-description{line-height:1.5}.aula-content-card{gap:14px}.chat-actions{gap:10px;margin-top:12px;display:flex}.chat-actions .btn{margin-bottom:0}.chat{max-height:420px;padding-right:4px;overflow-y:auto}.finalizacao-card{margin-top:14px}.chat-send-btn{min-width:100px;margin-bottom:0}.ranking-tabs .btn{margin-bottom:0}.ranking-list{padding-bottom:20px}.ranking-card{justify-content:space-between;align-items:center;gap:10px;display:flex}.ranking-points{white-space:nowrap;align-items:center;gap:4px;font-size:18px;font-weight:700;display:flex}.progresso-list{padding-bottom:20px}.progresso-card{flex-direction:column;gap:10px;display:flex}.progresso-stats .subtext{padding:6px 0}.progresso-datas{flex-direction:column;gap:6px;display:flex}.admin-tabs .btn{white-space:nowrap;margin-bottom:0}.admin-filter{align-items:center;display:flex}.aula-card{flex-direction:column;gap:10px;display:flex}.aula-card-points{align-items:center;gap:6px;font-weight:600;display:flex}.aula-card-btn{margin-bottom:0}.aula-admin-card{flex-direction:column;gap:10px;display:flex}.aula-admin-actions .btn{margin-bottom:0}.aula-liberacao-card{flex-direction:column;gap:10px;margin-top:10px;display:flex}.aula-admin-btn{margin-bottom:0}.aula-form-card{gap:14px}.checkbox{align-items:center;gap:10px;display:flex}.aula-form-actions .btn{margin-bottom:0}.aulas-panel,.aulas-list-card{flex-direction:column;gap:14px;display:flex}.aula-list-item{width:100%}.chat-text{white-space:pre-wrap;word-break:break-word}.duvidas-card{gap:14px}.duvidas-list{flex-direction:column;gap:10px;display:flex}.duvida-item{background:#ffffff0a;border-radius:10px;padding:12px}.duvida-text{white-space:pre-wrap;word-break:break-word;margin-top:4px}.duvida-resposta{border-top:1px solid #ffffff1a;margin-top:10px;padding-top:10px}.duvidas-form{margin-top:10px}.loading-icon{font-size:32px}.loading-text{margin-top:6px}.duvidas-panel-card{gap:14px}.duvida-admin-item{flex-direction:column;gap:10px;display:flex;overflow:hidden}.duvida-aula{margin-top:2px}.duvida-mensagem{white-space:pre-wrap;word-break:break-word;line-height:1.5}.duvida-resposta-admin{border-top:1px solid #ffffff1a;margin-top:6px;padding-top:10px}.duvida-resposta-texto{margin-top:4px;line-height:1.5}.duvida-form{margin-top:8px}.duvida-actions{flex-wrap:wrap;gap:10px;display:flex}.empty-state{gap:10px;padding:24px 16px}.empty-icon{font-size:48px}.empty-description{max-width:320px;line-height:1.5}.stat-card{justify-content:center;gap:6px;min-height:110px}.stat-label{text-align:center;font-size:14px}.stat-number{font-size:18px;font-weight:700}.usuario-form-card{gap:14px}.usuario-form-actions{margin-top:4px}.form-section-title{opacity:.8;font-size:13px;font-weight:600}.usuarios-panel{flex-direction:column;gap:14px;display:flex}.usuario-list-item{flex-direction:column;width:100%;display:flex}.usuarios-list-card{flex-direction:column;gap:14px;display:flex}.modal-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-content{scrollbar-width:thin;flex-direction:column;gap:14px;width:100%;max-width:700px;max-height:90vh;display:flex;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.progresso-admin-card{border:1px solid #ffffff0d;flex-direction:column;gap:8px;display:flex}@media (width<=480px){.header-row{flex-direction:column;align-items:flex-start}.header-actions{width:100%}.chat-actions{flex-direction:column}.ranking-card{flex-direction:column;align-items:flex-start}}.clube-card{flex-direction:column;gap:12px;display:flex}.clube-form-card,.clube-cota-form{margin-bottom:12px}.clubes-panel{flex-direction:column;gap:12px;display:flex}textarea.input-full{resize:vertical;min-height:60px}
