@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";: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)}}body{margin:0}#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}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%}:root{--qm-bg:#f5f7fb;--qm-surface:#fff;--qm-surface-soft:#f8fafc;--qm-text:#172033;--qm-text-soft:#64748b;--qm-text-muted:#94a3b8;--qm-border:#e5eaf1;--qm-blue:#2563eb;--qm-blue-light:#3b82f6;--qm-green:#16a34a;--qm-red:#dc2626;--qm-orange:#ea580c;--qm-indigo:#4f46e5;--qm-radius:16px;--qm-shadow:0 8px 25px #0f172a0a}.admin-layout{background:radial-gradient(circle at top left, #3b82f60d, transparent 28%), var(--qm-bg);min-height:100vh;color:var(--qm-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.admin-sidebar{z-index:30;box-sizing:border-box;background:linear-gradient(#0f172a 0%,#111827 60%,#0b1220 100%);border-right:1px solid #ffffff0d;flex-direction:column;width:260px;min-height:100vh;padding:26px 16px;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:12px 0 35px #0f172a14}.admin-logo{border-bottom:1px solid #ffffff14;padding:2px 12px 24px}.admin-logo h1{color:#fff;letter-spacing:-1.2px;margin:0;font-size:26px;font-weight:850}.admin-logo span{color:#60a5fa;text-transform:uppercase;letter-spacing:1.4px;margin-top:8px;font-size:10px;font-weight:850;display:inline-block}.admin-menu{flex-direction:column;gap:6px;margin-top:24px;display:flex}.admin-menu button{color:#aebbd0;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;width:100%;min-height:44px;padding:11px 13px;font-size:14px;font-weight:600;transition:background .16s,color .16s,transform .16s}.admin-menu button:hover:not(:disabled){color:#fff;background:#ffffff12;transform:translate(2px)}.admin-menu button.ativo{background:linear-gradient(135deg, var(--qm-blue), var(--qm-blue-light));color:#fff;font-weight:750;box-shadow:0 8px 18px #2563eb38}.admin-menu button:disabled{opacity:.3;cursor:not-allowed}.admin-sidebar>div:last-child{margin-top:auto}.admin-sidebar>div:last-child button{color:#aebbd0;cursor:pointer;background:#ffffff0d;border:0;border-radius:10px;width:100%;padding:11px 13px;font-size:12px}.admin-sidebar>div:last-child button:hover{color:#fff;background:#ffffff17}.admin-conteudo{flex:1;min-width:0;margin-left:260px}.admin-topo{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border-bottom:1px solid #e8edf4;align-items:center;min-height:82px;padding:0 36px;display:flex;position:sticky;top:0}.admin-topo h2{color:var(--qm-text);letter-spacing:-.3px;margin:0;font-size:19px;font-weight:850}.admin-topo p{color:var(--qm-text-soft);margin:5px 0 0;font-size:13px}.admin-pagina{max-width:1460px;margin:0 auto;padding:34px 36px 64px}.admin-cabecalho-pagina{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.admin-cabecalho-pagina h1{letter-spacing:-.8px;margin:0;font-size:28px;font-weight:850}.admin-cabecalho-pagina p{color:var(--qm-text-soft);margin:8px 0 0;font-size:14px}.admin-botao-principal,.admin-botao-secundario{cursor:pointer;border-radius:10px;min-height:42px;padding:10px 17px;font-size:13px;font-weight:750}.admin-botao-principal{border:1px solid var(--qm-blue);background:linear-gradient(135deg, var(--qm-blue), var(--qm-blue-light));color:#fff}.admin-botao-secundario{color:#334155;background:#fff;border:1px solid #dbe3ee}.admin-resumo{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.admin-card-resumo{border:1px solid var(--qm-border);border-radius:var(--qm-radius);box-shadow:var(--qm-shadow);background:#fff;padding:20px}.admin-card-resumo span{color:var(--qm-text-soft);margin-bottom:8px;font-size:12px;font-weight:700;display:block}.admin-card-resumo strong{color:var(--qm-text);font-size:28px;font-weight:850}.admin-filtros{border:1px solid var(--qm-border);box-shadow:var(--qm-shadow);background:#fff;border-radius:15px;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px;margin-bottom:22px;padding:17px;display:grid}.admin-filtros input,.admin-filtros select,.admin-formulario input,.admin-formulario select,.admin-formulario textarea{box-sizing:border-box;width:100%;color:var(--qm-text);background:#fff;border:1px solid #d9e1ec;border-radius:10px;outline:none;padding:11px 12px;font-size:14px}.admin-filtros input:focus,.admin-filtros select:focus,.admin-formulario input:focus,.admin-formulario select:focus,.admin-formulario textarea:focus{border-color:var(--qm-blue-light);box-shadow:0 0 0 4px #3b82f617}.admin-lista-questoes{flex-direction:column;gap:13px;display:flex}.admin-questao-card{border:1px solid var(--qm-border);box-shadow:var(--qm-shadow);background:#fff;border-radius:15px;padding:20px 22px}.admin-questao-topo{justify-content:space-between;align-items:center;gap:15px;display:flex}.admin-questao-tags{flex-wrap:wrap;gap:7px;display:flex}.admin-questao-tags span{color:#526070;background:#f1f5f9;border-radius:7px;padding:5px 9px;font-size:11px;font-weight:800}.admin-questao-tags .admin-tag-id{color:var(--qm-blue);background:#eff6ff}.admin-status{border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.admin-status.ativo{color:#15803d;background:#dcfce7}.admin-status.inativo{color:#b91c1c;background:#fee2e2}.admin-questao-card h3{margin:16px 0 4px;font-size:17px}.admin-subassunto{color:var(--qm-text-soft);margin:0 0 12px;font-size:13px}.admin-enunciado{color:#334155;margin:12px 0 17px;line-height:1.65}.admin-acoes-questao{flex-wrap:wrap;gap:8px;display:flex}.admin-acoes-questao button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:8px;padding:7px 12px}.admin-formulario{border:1px solid var(--qm-border);box-shadow:var(--qm-shadow);background:#fff;border-radius:16px;flex-direction:column;gap:22px;padding:28px;display:flex}.admin-formulario label{color:#334155;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.admin-formulario textarea{resize:vertical;min-height:100px;font-family:inherit}.admin-grid-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.admin-bloco-form{border:1px solid var(--qm-border);background:#f8fafc;border-radius:13px;padding:20px}.admin-bloco-form h3{margin:0 0 17px}.admin-alternativa-form{grid-template-columns:55px 1fr;align-items:center;gap:10px;margin-bottom:10px;display:grid}.admin-radio-gabarito{background:#fff;border:1px solid #d8dee8;border-radius:8px;justify-content:center;align-items:center;height:42px;flex-direction:row!important;gap:6px!important;display:flex!important}.admin-radio-gabarito input{width:auto;margin:0}.admin-gabarito-opcoes{flex-wrap:wrap;gap:14px;display:flex}.admin-gabarito-opcoes label{background:#fff;border:1px solid #d8dee8;border-radius:9px;flex-direction:row;align-items:center;padding:12px 18px}.admin-gabarito-opcoes input{width:auto}.admin-form-acoes{border-top:1px solid #e7ebf1;justify-content:flex-end;gap:10px;padding-top:20px;display:flex}.admin-alerta-erro,.admin-alerta-sucesso,.admin-vazio{border-radius:10px;margin-bottom:16px;padding:14px 16px;font-size:14px}.admin-alerta-erro{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.admin-alerta-sucesso{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.admin-vazio{text-align:center;color:var(--qm-text-soft);background:#fff;border:1px dashed #cbd5e1;padding:30px}.desempenho-pagina{max-width:1460px;margin:0 auto;padding:34px 36px 70px}.desempenho-cabecalho{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.desempenho-eyebrow{color:var(--qm-blue);letter-spacing:1.4px;margin-bottom:8px;font-size:10px;font-weight:850;display:inline-block}.desempenho-cabecalho h1{color:var(--qm-text);letter-spacing:-1px;margin:0;font-size:31px;font-weight:850}.desempenho-cabecalho p{max-width:660px;color:var(--qm-text-soft);margin:9px 0 0;font-size:14px;line-height:1.55}.desempenho-atualizar{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:10px;align-items:center;gap:8px;min-height:40px;padding:9px 14px;font-size:13px;font-weight:700;display:inline-flex}.desempenho-destaque{border:1px solid var(--qm-border);box-shadow:var(--qm-shadow);background:radial-gradient(circle at 100% 0,#3b82f61f,#0000 33%),#fff;border-radius:20px;grid-template-columns:320px 1fr;align-items:center;gap:34px;margin-bottom:18px;padding:26px;display:grid}.desempenho-destaque-conteudo{align-items:center;gap:16px;display:flex}.desempenho-destaque-icone{width:52px;height:52px;color:var(--qm-blue);background:#eaf2ff;border-radius:15px;flex-shrink:0;place-items:center;display:grid}.desempenho-destaque-conteudo span{color:var(--qm-text-soft);font-size:13px;font-weight:700}.desempenho-percentual{color:var(--qm-text);letter-spacing:-1.5px;margin-top:3px;font-size:38px;font-weight:850;line-height:1}.desempenho-percentual small{color:#526070;margin-left:2px;font-size:19px}.desempenho-barra-track{background:#e9eef5;border-radius:999px;width:100%;height:11px;overflow:hidden}.desempenho-barra-track.pequena{height:8px}.desempenho-barra-fill{border-radius:inherit;background:linear-gradient(90deg, var(--qm-blue), #60a5fa);height:100%}.desempenho-destaque-legenda{color:var(--qm-text-soft);justify-content:space-between;margin-top:9px;font-size:12px;display:flex}.desempenho-status{border-radius:999px;width:fit-content;padding:4px 8px;display:inline-flex;font-size:10px!important;font-weight:800!important}.desempenho-status.critico{color:#b91c1c;background:#fee2e2}.desempenho-status.atencao{color:#b45309;background:#fff4d8}.desempenho-status.desenvolvimento{color:#0369a1;background:#e0f2fe}.desempenho-status.dominio{color:#15803d;background:#dcfce7}.desempenho-status.amostra{color:#64748b;background:#f1f5f9}.desempenho-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.desempenho-kpi{border:1px solid var(--qm-border);box-shadow:var(--qm-shadow);background:#fff;border-radius:16px;align-items:flex-start;gap:14px;padding:18px;display:flex}.desempenho-kpi-icone{width:40px;height:40px;color:var(--qm-blue);background:#eff6ff;border-radius:11px;flex-shrink:0;place-items:center;display:grid}.desempenho-kpi-icone.sucesso{color:var(--qm-green);background:#ecfdf3}.desempenho-kpi-icone.erro{color:var(--qm-red);background:#fef2f2}.desempenho-kpi>div:last-child{flex-direction:column;min-width:0;display:flex}.desempenho-kpi span{color:var(--qm-text-soft);font-size:12px;font-weight:700}.desempenho-kpi strong{color:var(--qm-text);margin-top:3px;font-size:26px;font-weight:850}.desempenho-kpi small{color:var(--qm-text-muted);margin-top:4px;font-size:11px}.desempenho-grid-principal,.desempenho-grid-secundario{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px;margin-top:18px;display:grid}.desempenho-card{border:1px solid var(--qm-border);min-width:0;box-shadow:var(--qm-shadow);background:#fff;border-radius:18px;padding:22px}.desempenho-card-destaque{background:radial-gradient(circle at 100% 0,#6366f11f,#0000 30%),#fff;margin-top:18px}.desempenho-card-titulo{margin-bottom:20px}.desempenho-card-titulo>div{align-items:flex-start;gap:11px;display:flex}.desempenho-card-icone{width:36px;height:36px;color:var(--qm-blue);background:#eff6ff;border-radius:10px;flex-shrink:0;place-items:center;display:grid}.desempenho-card-icone.alerta{color:var(--qm-orange);background:#fff7ed}.desempenho-card-icone.sucesso{color:var(--qm-green);background:#ecfdf3}.desempenho-card-icone.inteligencia{color:var(--qm-indigo);background:#eef2ff}.desempenho-card h2{color:var(--qm-text);margin:0;font-size:16px;font-weight:850}.desempenho-card p{color:var(--qm-text-soft);margin:4px 0 0;font-size:12px}.desempenho-materias,.desempenho-fracos{flex-direction:column;display:flex}.desempenho-materia{flex-direction:column;gap:9px;padding:14px 0;display:flex}.desempenho-materia+.desempenho-materia{border-top:1px solid #edf1f5}.desempenho-materia-topo{justify-content:space-between;gap:14px;display:flex}.desempenho-materia-topo>div{flex-direction:column;display:flex}.desempenho-materia-topo strong{color:var(--qm-text);font-size:13px}.desempenho-materia-topo span{color:var(--qm-text-muted);margin-top:3px;font-size:11px}.desempenho-materia-percentual{font-size:14px!important}.desempenho-fraco{justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex}.desempenho-fraco+.desempenho-fraco{border-top:1px solid #edf1f5}.desempenho-fraco>div:first-child{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.desempenho-fraco strong{color:var(--qm-text);font-size:13px}.desempenho-fraco small{color:var(--qm-text-muted);font-size:11px}.desempenho-fraco-numero{color:var(--qm-text);flex-shrink:0;font-size:22px;font-weight:850}.desempenho-fraco-numero small{font-size:12px}.desempenho-plano-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.desempenho-plano-item{background:#ffffffe0;border:1px solid #e4e9f1;border-radius:15px;gap:14px;padding:17px;display:flex}.desempenho-plano-numero{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:13px;font-weight:850;display:grid}.desempenho-plano-conteudo{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.desempenho-plano-conteudo>span{color:var(--qm-indigo);text-transform:uppercase;font-size:9px;font-weight:850}.desempenho-plano-conteudo>strong{color:var(--qm-text);margin-top:4px;font-size:14px}.desempenho-plano-conteudo>small{color:var(--qm-text-muted);margin-top:3px;font-size:11px}.desempenho-plano-conteudo>p{margin:12px 0 8px;font-size:11px}.desempenho-plano-meta{color:#4338ca;background:#eef2ff;border-radius:8px;padding:6px 9px;font-size:11px}.desempenho-recomendacoes{flex-direction:column;display:flex}.desempenho-recomendacao{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:15px 0;display:grid}.desempenho-recomendacao+.desempenho-recomendacao{border-top:1px solid #edf1f5}.desempenho-recomendacao>div{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.desempenho-recomendacao>div>span:first-child{color:var(--qm-indigo);text-transform:uppercase;font-size:9px;font-weight:850}.desempenho-recomendacao>div>strong{color:var(--qm-text);margin-top:4px;font-size:13px}.desempenho-recomendacao>div>small{color:var(--qm-text-muted);margin-top:3px;font-size:11px}.desempenho-recomendacao-tags{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.desempenho-recomendacao-tags span{color:#526070;background:#f1f5f9;border-radius:7px;padding:4px 7px;font-size:9px;font-weight:800}.desempenho-recomendacao button{background:linear-gradient(135deg, var(--qm-blue), var(--qm-blue-light));color:#fff;border:0;border-radius:9px;min-width:82px;min-height:36px;padding:8px 12px;font-size:11px;font-weight:800}.desempenho-recomendacao button:disabled{color:#94a3b8;background:#e8edf4}.desempenho-evolucao{flex-direction:column;gap:15px;display:flex}.desempenho-evolucao-item{grid-template-columns:120px minmax(0,1fr) 70px;align-items:center;gap:13px;display:grid}.desempenho-evolucao-item>div:first-child{justify-content:space-between;gap:10px;display:flex}.desempenho-evolucao-item span,.desempenho-evolucao-item small{color:var(--qm-text-muted);font-size:11px}.desempenho-atividade{flex-direction:column;display:flex}.desempenho-atividade-item{grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;display:grid}.desempenho-atividade-item+.desempenho-atividade-item{border-top:1px solid #edf1f5}.desempenho-resultado-icone{border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.desempenho-resultado-icone.correto{color:var(--qm-green);background:#ecfdf3}.desempenho-resultado-icone.incorreto{color:var(--qm-red);background:#fef2f2}.desempenho-atividade-item>div{flex-direction:column;min-width:0;display:flex}.desempenho-atividade-item strong{text-overflow:ellipsis;white-space:nowrap;color:var(--qm-text);font-size:12px;overflow:hidden}.desempenho-atividade-item span{color:var(--qm-text-muted);margin-top:2px;font-size:10px}.desempenho-atividade-item time{color:var(--qm-text-muted);white-space:nowrap;font-size:10px}.desempenho-insights{flex-direction:column;display:flex}.desempenho-insight{grid-template-columns:34px minmax(0,1fr);gap:11px;padding:14px 0;display:grid}.desempenho-insight+.desempenho-insight{border-top:1px solid #edf1f5}.desempenho-insight>svg{box-sizing:border-box;width:32px;height:32px;color:var(--qm-indigo);background:#eef2ff;border-radius:9px;padding:7px}.desempenho-insight>div{flex-direction:column;display:flex}.desempenho-insight span{color:var(--qm-text-muted);font-size:10px}.desempenho-insight strong{color:var(--qm-text);font-size:13px}.desempenho-insight small{color:var(--qm-text-soft);margin-top:2px;font-size:10px}.desempenho-vazio{text-align:center;min-height:110px;color:var(--qm-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:12px;display:flex}.desempenho-loading,.desempenho-erro{border:1px solid var(--qm-border);box-shadow:var(--qm-shadow);background:#fff;border-radius:16px;align-items:center;gap:14px;padding:20px;display:flex}.desempenho-spinner{animation:.9s linear infinite desempenho-girar}@keyframes desempenho-girar{to{transform:rotate(360deg)}}.card-login input{color:#111827!important;-webkit-text-fill-color:#111827!important;background-color:#fff!important}.card-login input::placeholder{opacity:1;color:#94a3b8!important}@media (width<=1180px){.desempenho-kpis{grid-template-columns:repeat(2,1fr)}.desempenho-grid-principal,.desempenho-grid-secundario{grid-template-columns:1fr}}@media (width<=1050px){.admin-resumo,.admin-filtros,.admin-grid-form{grid-template-columns:repeat(2,1fr)}.desempenho-destaque{grid-template-columns:1fr}}@media (width<=760px){.admin-layout{display:block}.admin-sidebar{flex-direction:row;align-items:center;gap:12px;width:100%;height:auto;min-height:0;padding:12px 14px;position:sticky;top:0;bottom:auto;left:auto;overflow-x:auto;box-shadow:0 4px 16px #0f172a1f}.admin-logo{border:0;border-right:1px solid #ffffff1a;flex:none;padding:0 14px 0 0}.admin-logo h1{font-size:16px}.admin-logo span{display:none}.admin-menu{flex-direction:row;flex:none;gap:5px;margin:0}.admin-menu button{white-space:nowrap;width:auto;min-width:max-content;min-height:38px;padding:8px 11px;font-size:12px}.admin-menu button:hover:not(:disabled){transform:none}.admin-sidebar>div:last-child{display:none}.admin-conteudo{margin-left:0}.admin-topo{min-height:64px;padding:0 18px;position:static}.admin-topo h2{font-size:16px}.admin-topo p{display:none}.admin-pagina,.desempenho-pagina{padding:22px 16px 60px}.admin-cabecalho-pagina,.desempenho-cabecalho{flex-direction:column;gap:14px}.desempenho-cabecalho h1{font-size:27px}.desempenho-cabecalho p{font-size:13px}.desempenho-atualizar{justify-content:center;width:100%}.admin-resumo,.admin-filtros,.admin-grid-form{grid-template-columns:1fr}.desempenho-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.desempenho-kpi{flex-direction:column;gap:9px;padding:14px}.desempenho-kpi-icone{width:36px;height:36px}.desempenho-kpi strong{font-size:23px}.desempenho-kpi small{line-height:1.35}.desempenho-destaque{gap:22px;padding:20px}.desempenho-percentual{font-size:34px}.desempenho-grid-principal,.desempenho-grid-secundario{grid-template-columns:1fr;gap:14px;margin-top:14px}.desempenho-card{border-radius:16px;padding:18px}.desempenho-plano-grid{grid-template-columns:1fr}.desempenho-recomendacao{grid-template-columns:1fr;gap:10px}.desempenho-recomendacao button{width:100%;min-height:42px}.desempenho-evolucao-item{grid-template-columns:90px minmax(0,1fr)}.desempenho-evolucao-item>small{text-align:left;grid-column:2}.desempenho-atividade-item{grid-template-columns:30px minmax(0,1fr)}.desempenho-atividade-item time{grid-column:2}.admin-questao-topo{flex-direction:column;align-items:flex-start}.admin-acoes-questao{width:100%}.admin-acoes-questao button{flex:1;min-height:40px}}@media (width<=430px){.desempenho-kpis{grid-template-columns:repeat(2,1fr)}.desempenho-kpi{padding:13px}.desempenho-kpi span{font-size:11px}.desempenho-kpi strong{font-size:22px}.desempenho-kpi small{font-size:9px}.desempenho-destaque-conteudo{align-items:flex-start}.desempenho-destaque-icone{width:45px;height:45px}.desempenho-fraco{align-items:flex-start}.desempenho-fraco-numero{font-size:19px}.desempenho-card h2{font-size:15px}}.admin-menu button{align-items:center;gap:11px;display:flex}.admin-menu button svg{flex-shrink:0}.admin-menu button span{min-width:0}.admin-sidebar-rodape{margin-top:auto}.admin-sidebar-rodape button{color:#aebbd0;cursor:pointer;background:#ffffff0d;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:11px 13px;font-size:12px;font-weight:650;display:flex}.admin-sidebar-rodape button:hover{color:#fff;background:#ffffff17}@media (width<=760px){.admin-menu button{align-items:center;gap:7px;font-size:11px;display:flex}.admin-menu button svg{width:16px;height:16px}.admin-sidebar-rodape{display:none}}.qd-shell{--qd-navy:#0b1220;--qd-navy-2:#111c31;--qd-blue:#356df3;--qd-violet:#6557f5;--qd-cyan:#27b9f2;--qd-green:#16b87a;--qd-red:#ef5b67;--qd-amber:#f4aa3c;--qd-text:#101828;--qd-muted:#667085;--qd-line:#e7ebf3;--qd-bg:#f5f7fb;width:100%;max-width:1240px;color:var(--qd-text);margin:0 auto;padding:8px 4px 42px}.qd-shell *{box-sizing:border-box}.qd-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.qd-kicker,.qd-label{color:var(--qd-blue);letter-spacing:.11em;align-items:center;gap:7px;font-size:11px;font-weight:900;display:inline-flex}.qd-header h1{letter-spacing:-.045em;max-width:780px;color:var(--qd-navy);margin:8px 0 7px;font-size:clamp(28px,4vw,44px);line-height:1.05}.qd-header h1 span{color:var(--qd-blue)}.qd-header p{max-width:700px;color:var(--qd-muted);margin:0;font-size:14px;line-height:1.65}.qd-refresh{border:1px solid var(--qd-line);color:#344054;cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-weight:800;display:inline-flex;box-shadow:0 5px 18px #1018280a}.qd-hero-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:18px;margin-bottom:18px;display:grid}.qd-score-card,.qd-action-card,.qd-panel,.qd-kpis article{border:1px solid #10182812;box-shadow:0 14px 35px #1018280f}.qd-score-card{color:#fff;background:radial-gradient(circle at 90% 0,#4c75ff54,#0000 34%),radial-gradient(circle at 15% 110%,#5d48ff40,#0000 38%),linear-gradient(135deg,#0a1221 0%,#101b31 55%,#0c1730 100%);border-radius:24px;min-height:310px;padding:28px;position:relative;overflow:hidden}.qd-score-card:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-100px;right:-80px;box-shadow:0 0 0 35px #ffffff05,0 0 0 70px #ffffff03}.qd-score-card .qd-label{color:#93b4ff}.qd-score-top{z-index:1;justify-content:space-between;align-items:flex-start;gap:20px;display:flex;position:relative}.qd-score-top h2{color:#fff;margin:6px 0 0;font-size:18px}.qd-live{color:#b9c6db;background:#ffffff0d;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}.qd-live span{background:#32d583;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #32d5831f}.qd-score-content{z-index:1;align-items:center;gap:34px;margin-top:27px;display:flex;position:relative}.qd-ring{background:conic-gradient(#6d7cff 0deg, #35c7ff var(--score), #ffffff17 var(--score), #ffffff17 360deg);border-radius:50%;flex:0 0 158px;width:158px;height:158px;padding:12px;box-shadow:0 0 45px #436fff29}.qd-ring-inner{background:#0f192b;border-radius:50%;justify-content:center;align-items:baseline;width:100%;height:100%;padding-top:48px;display:flex;box-shadow:inset 0 0 0 1px #ffffff0f}.qd-ring-inner strong{letter-spacing:-.06em;font-size:48px;line-height:1}.qd-ring-inner span{color:#8391aa;margin-left:5px;font-size:12px;font-weight:800}.qd-score-copy{flex:1;min-width:0}.qd-score-level{color:#fff;align-items:center;gap:8px;margin-bottom:9px;font-size:20px;font-weight:900;display:inline-flex}.qd-score-copy>p{color:#9daac0;max-width:470px;margin:0;font-size:13px;line-height:1.6}.qd-score-mini{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;display:grid}.qd-score-mini div{background:#ffffff0a;border:1px solid #ffffff12;border-radius:13px;padding:12px 14px}.qd-score-mini span{color:#8d9bb1;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.qd-score-mini strong{font-size:16px}.positivo{color:#55d9a2!important}.negativo{color:#ff818a!important}.qd-action-card{background:linear-gradient(145deg,#fff 0%,#f3f5ff 100%);border-radius:24px;min-height:310px;padding:27px;position:relative;overflow:hidden}.qd-action-card:before{content:"";background:#5b50f514;border-radius:50%;width:170px;height:170px;position:absolute;top:-90px;right:-60px}.qd-action-icon{color:#fff;background:linear-gradient(135deg, var(--qd-violet), var(--qd-blue));border-radius:15px;place-items:center;width:48px;height:48px;margin-bottom:18px;display:grid;box-shadow:0 10px 24px #4e59ee38}.qd-action-card h2{letter-spacing:-.035em;color:var(--qd-navy);margin:8px 0 5px;font-size:25px}.qd-action-card>p{color:var(--qd-muted);margin:0;font-size:13px}.qd-action-meta{color:#475467;background:#ffffffb3;border:1px solid #e4e8f5;border-radius:13px;align-items:center;gap:9px;margin:22px 0 18px;padding:13px 14px;font-size:12px;display:flex}.qd-action-card>button{background:linear-gradient(135deg, var(--qd-blue), var(--qd-violet));color:#fff;cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:46px;font-weight:900;display:flex;box-shadow:0 10px 24px #356df32e}.qd-kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.qd-kpis article{background:#fff;border-radius:18px;align-items:center;gap:14px;min-width:0;padding:18px;display:flex}.qd-kpi-icon{border-radius:13px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.qd-kpi-icon.blue{color:#356df3;background:#edf3ff}.qd-kpi-icon.green{color:#12a875;background:#eafaf4}.qd-kpi-icon.red{color:#e84f5d;background:#fff0f1}.qd-kpi-icon.purple{color:#6557f5;background:#f1efff}.qd-kpis article>div:last-child{min-width:0}.qd-kpis span,.qd-kpis small{display:block}.qd-kpis span{color:#667085;font-size:11px;font-weight:800}.qd-kpis strong{color:var(--qd-navy);letter-spacing:-.04em;margin:2px 0;font-size:27px;line-height:1;display:block}.qd-kpis small{color:#98a2b3;font-size:10px}.qd-main-grid,.qd-bottom-grid{grid-template-columns:1.15fr .85fr;gap:18px;margin-bottom:18px;display:grid}.qd-bottom-grid{grid-template-columns:1fr 1fr}.qd-panel{background:#fff;border-radius:20px;padding:23px}.qd-panel-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.qd-panel-head>svg{color:#98a2b3}.qd-panel-head h2{color:var(--qd-navy);letter-spacing:-.025em;margin:5px 0 0;font-size:18px}.qd-trend{border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:900;display:inline-flex}.qd-trend.up{color:#087a55;background:#eafaf4}.qd-trend.down{color:#c93f4b;background:#fff0f1}.qd-evolution-body{padding:3px 2px 0}.qd-evolution-number{align-items:baseline;gap:10px;display:flex}.qd-evolution-number strong{color:var(--qd-navy);letter-spacing:-.055em;font-size:42px}.qd-evolution-number span{color:#98a2b3;font-size:12px}.qd-evolution-track,.qd-bar-track{background:#eef1f6;border-radius:999px;width:100%;overflow:hidden}.qd-evolution-track{height:11px;margin:14px 0 17px}.qd-evolution-track>div{border-radius:inherit;background:linear-gradient(90deg,#6557f5,#35a7ff);height:100%}.qd-evolution-foot{color:#667085;flex-wrap:wrap;gap:12px 24px;font-size:11px;display:flex}.qd-evolution-foot span{align-items:center;gap:6px;display:inline-flex}.qd-count-badge{color:#6557f5;background:#f1efff;border-radius:11px;place-items:center;min-width:34px;height:34px;padding:0 9px;font-size:12px;font-weight:900;display:grid}.qd-review-list{flex-direction:column;gap:8px;display:flex}.qd-review-row{border-bottom:1px solid #eef1f5;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:10px 0;display:grid}.qd-review-rank{color:#d84856;background:#fff1f2;border-radius:10px;place-items:center;width:32px;height:32px;font-size:10px;font-weight:900;display:grid}.qd-review-row strong,.qd-review-row span{display:block}.qd-review-row strong{color:#253047;font-size:12px}.qd-review-row span{color:#98a2b3;margin-top:2px;font-size:10px}.qd-review-row small{color:#d84856;font-size:10px;font-weight:900}.qd-secondary-button{color:#344054;cursor:pointer;background:#f8f9fc;border:1px solid #e3e7ef;border-radius:12px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:42px;margin-top:8px;font-weight:900;display:flex}.qd-bars{flex-direction:column;gap:17px;display:flex}.qd-bar-label{justify-content:space-between;gap:15px;margin-bottom:7px;display:flex}.qd-bar-label>div:last-child{text-align:right}.qd-bar-label strong,.qd-bar-label span{display:block}.qd-bar-label strong{color:#344054;font-size:11px}.qd-bar-label span{color:#98a2b3;margin-top:2px;font-size:9px}.qd-bar-track{height:7px}.qd-bar-track>div{border-radius:inherit;height:100%}.qd-bar-track .high{background:linear-gradient(90deg,#14b87a,#5bd7a9)}.qd-bar-track .mid{background:linear-gradient(90deg,#356df3,#6f8cff)}.qd-bar-track .low{background:linear-gradient(90deg,#ef5b67,#ff8b74)}.qd-priority-list{flex-direction:column;gap:9px;display:flex}.qd-priority{text-align:left;cursor:pointer;background:#fff;border:1px solid #edf0f5;border-radius:14px;grid-template-columns:36px 1fr auto 18px;align-items:center;gap:10px;width:100%;min-height:62px;padding:10px;transition:all .18s;display:grid}.qd-priority:hover{border-color:#d9e1f3;transform:translateY(-1px);box-shadow:0 7px 18px #1018280d}.qd-priority-number{border-radius:11px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid}.qd-priority-number.p1{color:#d64552;background:#fff0f1}.qd-priority-number.p2{color:#c07b17;background:#fff7e8}.qd-priority-number.p3,.qd-priority-number.p4{color:#356df3;background:#edf3ff}.qd-priority-copy strong,.qd-priority-copy span,.qd-priority-score strong,.qd-priority-score span{display:block}.qd-priority-copy strong{color:#253047;font-size:11px}.qd-priority-copy span{color:#98a2b3;margin-top:2px;font-size:9px}.qd-priority-score{text-align:right}.qd-priority-score strong{color:#344054;font-size:12px}.qd-priority-score span{color:#98a2b3;font-size:9px}.qd-priority>svg{color:#b1bac8}.qd-strengths{margin-bottom:16px}.qd-strength-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.qd-strength{background:linear-gradient(#fff,#fbfcfd);border:1px solid #edf0f4;border-radius:14px;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;min-width:0;padding:13px;display:grid}.qd-strength-icon{color:#12a875;background:#eafaf4;border-radius:11px;place-items:center;width:35px;height:35px;display:grid}.qd-strength strong,.qd-strength span{display:block}.qd-strength strong{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.qd-strength span{color:#98a2b3;margin-top:2px;font-size:9px}.qd-strength b{color:#12a875;font-size:12px}.qd-empty{color:#98a2b3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:160px;display:flex}.qd-empty strong{color:#475467;font-size:12px}.qd-empty span{max-width:300px;font-size:10px;line-height:1.5}.qd-empty.compact{min-height:90px}.qd-footer-note{color:#98a2b3;justify-content:center;align-items:center;gap:7px;font-size:10px;display:flex}.qd-loading,.qd-error{color:#667085;justify-content:center;align-items:center;gap:10px;min-height:360px;display:flex}.qd-error{text-align:center;flex-direction:column}.qd-error strong{color:#344054}.qd-error span{max-width:500px;font-size:12px}.qd-error button{background:var(--qd-blue);color:#fff;cursor:pointer;border:0;border-radius:10px;margin-top:8px;padding:10px 15px;font-weight:800}.qd-spin{animation:.9s linear infinite qd-spin}@keyframes qd-spin{to{transform:rotate(360deg)}}@media (width<=1050px){.qd-hero-grid,.qd-main-grid,.qd-bottom-grid{grid-template-columns:1fr}.qd-kpis,.qd-strength-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.qd-shell{padding:2px 0 88px}.qd-header{margin-bottom:18px;display:block}.qd-header h1{font-size:30px}.qd-header p{font-size:12px}.qd-refresh{margin-top:14px}.qd-hero-grid,.qd-main-grid,.qd-bottom-grid{gap:12px;margin-bottom:12px}.qd-score-card,.qd-action-card,.qd-panel{border-radius:18px}.qd-score-card{min-height:0;padding:20px}.qd-score-content{align-items:flex-start;gap:18px}.qd-ring{flex-basis:112px;width:112px;height:112px;padding:9px}.qd-ring-inner{padding-top:34px}.qd-ring-inner strong{font-size:34px}.qd-score-copy>p{font-size:11px}.qd-score-level{font-size:16px}.qd-score-mini{grid-template-columns:1fr;gap:6px;margin-top:12px}.qd-action-card{min-height:0;padding:20px}.qd-kpis{grid-template-columns:1fr 1fr;gap:9px}.qd-kpis article{gap:9px;padding:13px}.qd-kpi-icon{flex-basis:37px;width:37px;height:37px}.qd-kpis strong{font-size:22px}.qd-panel{padding:18px}.qd-strength-grid{grid-template-columns:1fr}.qd-priority{grid-template-columns:34px 1fr 18px}.qd-priority-score{display:none}.qd-score-top h2{font-size:15px}.qd-live{display:none}}.qa-shell{color:#101828;width:100%;max-width:1050px;margin:0 auto;padding:8px 4px 90px}.qa-shell *{box-sizing:border-box}.qa-header{margin-bottom:24px}.qa-header>span,.qa-eyebrow{color:#356df3;letter-spacing:.12em;font-size:11px;font-weight:900}.qa-header h1{color:#0b1220;letter-spacing:-.045em;margin:7px 0 5px;font-size:clamp(30px,4vw,42px)}.qa-header p{color:#667085;margin:0;font-size:13px}.qa-grid{grid-template-columns:1.15fr .85fr;gap:18px;display:grid}.qa-plan,.qa-benefits{border-radius:24px;box-shadow:0 16px 40px #10182812}.qa-plan{color:#fff;background:radial-gradient(circle at 100% 0,#4a6fff59,#0000 36%),linear-gradient(135deg,#0a1221,#152445);min-height:350px;padding:28px}.qa-plan-top{justify-content:space-between;align-items:center;margin-bottom:52px;display:flex}.qa-logo{background:linear-gradient(135deg,#356df3,#6557f5);border-radius:15px;place-items:center;width:48px;height:48px;display:grid}.qa-status{background:#ffffff12;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:10px;font-weight:900;display:inline-flex}.qa-status span{border-radius:50%;width:7px;height:7px}.qa-status.ativo span{background:#32d583}.qa-status.inativo span{background:#ff6975}.qa-plan .qa-eyebrow{color:#8fb1ff}.qa-plan h2{letter-spacing:-.04em;margin:8px 0 6px;font-size:31px}.qa-plan>p{color:#aab6ca;margin:0;font-size:13px}.qa-dates{grid-template-columns:1fr 1fr;gap:10px;margin-top:42px;display:grid}.qa-dates>div{background:#ffffff0b;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;padding:14px;display:flex}.qa-dates small,.qa-dates strong{display:block}.qa-dates small{color:#8d9bb1;font-size:9px}.qa-dates strong{margin-top:3px;font-size:12px}.qa-benefits{background:#fff;border:1px solid #e8ecf3;padding:28px}.qa-benefits-title{align-items:center;gap:11px;display:flex}.qa-benefits-title>svg{color:#356df3}.qa-benefits-title span{color:#356df3;letter-spacing:.1em;font-size:10px;font-weight:900}.qa-benefits-title h2{color:#0b1220;margin:3px 0 0;font-size:19px}.qa-benefit-list{flex-direction:column;gap:14px;margin-top:28px;display:flex}.qa-benefit-list div{color:#475467;border-bottom:1px solid #eef1f5;align-items:center;gap:9px;padding-bottom:14px;font-size:12px;display:flex}.qa-benefit-list svg{color:#16b87a}.qa-warning{color:#c53f4b;background:#fff2f3;border-radius:13px;gap:9px;margin-top:20px;padding:13px;display:flex}.qa-warning strong,.qa-warning span{display:block}.qa-warning strong{font-size:11px}.qa-warning span{margin-top:2px;font-size:9px;line-height:1.5}.qa-note{color:#98a2b3;text-align:center;margin-top:15px;font-size:10px}.qa-state{color:#667085;justify-content:center;align-items:center;gap:9px;min-height:340px;display:flex}.qa-error{text-align:center;flex-direction:column}.qa-error span{font-size:11px}.qa-error button{color:#fff;cursor:pointer;background:#356df3;border:0;border-radius:10px;margin-top:7px;padding:10px 14px;font-weight:800}.qa-spin{animation:.9s linear infinite qa-spin}@keyframes qa-spin{to{transform:rotate(360deg)}}@media (width<=760px){.qa-grid{grid-template-columns:1fr}.qa-plan,.qa-benefits{border-radius:18px}.qa-plan{min-height:0;padding:21px}.qa-plan-top{margin-bottom:35px}.qa-dates{margin-top:30px}.qa-benefits{padding:21px}}.aluno-layout{color:#172033;background:#f5f7fb;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.aluno-sidebar{box-sizing:border-box;z-index:30;background:linear-gradient(#0f172a,#111827);flex-direction:column;width:230px;min-height:100vh;padding:27px 16px;display:flex;position:fixed;top:0;bottom:0;left:0}.aluno-logo{border-bottom:1px solid #ffffff14;padding:0 12px 25px}.aluno-logo h1{color:#fff;letter-spacing:-1px;margin:0;font-size:25px;font-weight:850}.aluno-logo span{color:#60a5fa;letter-spacing:1.4px;text-transform:uppercase;margin-top:6px;font-size:10px;font-weight:850;display:inline-block}.aluno-menu{flex-direction:column;gap:6px;margin-top:24px;display:flex}.aluno-menu button{color:#aebbd0;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:11px;width:100%;min-height:45px;padding:10px 13px;font-size:14px;font-weight:650;transition:background .16s,color .16s,transform .16s;display:flex}.aluno-menu button:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.aluno-menu button.ativo{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 8px 20px #2563eb38}.aluno-menu button svg{flex-shrink:0}.aluno-conteudo{flex:1;min-width:0;margin-left:230px}.aluno-home{box-sizing:border-box;width:100%;max-width:1180px;margin:0 auto;padding:42px 34px 70px}.aluno-home-topo{margin-bottom:27px}.aluno-eyebrow{color:#2563eb;letter-spacing:1.5px;margin-bottom:8px;font-size:10px;font-weight:850;display:inline-block}.aluno-home-topo h1{color:#172033;letter-spacing:-1.2px;max-width:700px;margin:0;font-size:34px;font-weight:850;line-height:1.12}.aluno-home-topo p{color:#64748b;max-width:680px;margin:10px 0 0;font-size:14px;line-height:1.6}.aluno-proximo-passo{background:radial-gradient(circle at 90% 0,#6366f12e,#0000 35%),linear-gradient(135deg,#fff,#f7f9ff);border:1px solid #dfe6f1;border-radius:20px;gap:18px;margin-bottom:18px;padding:27px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a0d}.aluno-proximo-icone{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:14px;flex-shrink:0;place-items:center;width:50px;height:50px;display:grid;box-shadow:0 8px 20px #4f46e538}.aluno-proximo-conteudo{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.aluno-proximo-conteudo>span{color:#4f46e5;letter-spacing:.7px;text-transform:uppercase;font-size:10px;font-weight:850}.aluno-proximo-conteudo h2{color:#172033;letter-spacing:-.5px;margin:5px 0 0;font-size:23px;font-weight:850}.aluno-proximo-conteudo p{color:#64748b;margin:6px 0 0;font-size:13px}.aluno-proximo-meta{color:#4338ca;background:#eef2ff;border-radius:9px;align-items:center;gap:7px;margin-top:17px;padding:8px 11px;font-size:12px;display:inline-flex}.aluno-proximo-conteudo>button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#3b82f6);border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;margin-top:18px;padding:10px 17px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #2563eb2e}.aluno-resumo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.aluno-resumo-card{background:#fff;border:1px solid #e5eaf1;border-radius:16px;flex-direction:column;min-width:0;padding:18px;display:flex;box-shadow:0 7px 22px #0f172a09}.aluno-resumo-icone{color:#2563eb;background:#eff6ff;border-radius:11px;place-items:center;width:38px;height:38px;margin-bottom:13px;display:grid}.aluno-resumo-icone.sucesso{color:#16a34a;background:#ecfdf3}.aluno-resumo-icone.erro{color:#dc2626;background:#fef2f2}.aluno-resumo-card>span{color:#64748b;font-size:11px;font-weight:750}.aluno-resumo-card>strong{color:#172033;letter-spacing:-.7px;margin-top:3px;font-size:27px;font-weight:850}.aluno-resumo-card>small{color:#94a3b8;margin-top:4px;font-size:10px}.aluno-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.aluno-home-card{background:#fff;border:1px solid #e5eaf1;border-radius:18px;min-width:0;padding:22px;box-shadow:0 7px 22px #0f172a09}.aluno-home-card-topo{align-items:flex-start;gap:11px;margin-bottom:18px;display:flex}.aluno-home-card-topo>svg{box-sizing:border-box;color:#2563eb;background:#eff6ff;border-radius:10px;flex-shrink:0;width:36px;height:36px;padding:8px}.aluno-home-card-topo h2{color:#172033;margin:0;font-size:15px;font-weight:850}.aluno-home-card-topo p{color:#64748b;margin:4px 0 0;font-size:11px}.aluno-revisao-lista,.aluno-fortes-lista{flex-direction:column;display:flex}.aluno-revisao-item,.aluno-forte-item{justify-content:space-between;align-items:center;gap:15px;padding:13px 0;display:flex}.aluno-revisao-item+.aluno-revisao-item,.aluno-forte-item+.aluno-forte-item{border-top:1px solid #edf1f5}.aluno-revisao-item>div,.aluno-forte-item>div{flex-direction:column;min-width:0;display:flex}.aluno-revisao-item strong,.aluno-forte-item strong{color:#172033;font-size:12px}.aluno-revisao-item span,.aluno-forte-item span{color:#94a3b8;margin-top:3px;font-size:10px}.aluno-revisao-item small{color:#dc2626;background:#fef2f2;border-radius:999px;flex-shrink:0;padding:5px 8px;font-size:9px;font-weight:800}.aluno-forte-item small{color:#15803d;background:#ecfdf3;border-radius:999px;flex-shrink:0;padding:5px 8px;font-size:10px;font-weight:800}.aluno-link-botao{color:#2563eb;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-top:13px;padding:0;font-size:11px;font-weight:800;display:inline-flex}.aluno-desempenho-link{color:#334155;cursor:pointer;background:#fff;border:1px solid #dce4ef;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin-top:18px;font-size:12px;font-weight:800;display:flex}.aluno-placeholder{text-align:center;max-width:800px;margin:0 auto;padding:80px 35px}.aluno-placeholder>svg{color:#2563eb}.aluno-placeholder h1{color:#172033;margin:13px 0 5px}.aluno-placeholder p{color:#64748b}.aluno-loading,.aluno-erro{color:#64748b;background:#fff;border:1px solid #e5eaf1;border-radius:17px;justify-content:center;align-items:center;gap:10px;min-height:150px;padding:25px;display:flex}.aluno-erro{flex-direction:column}.aluno-erro button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;padding:9px 13px;font-weight:700}.aluno-spinner{animation:.9s linear infinite aluno-girar}@keyframes aluno-girar{to{transform:rotate(360deg)}}.aluno-bottom-nav{display:none}@media (width<=1000px){.aluno-resumo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.aluno-layout{display:block}.aluno-sidebar{display:none}.aluno-conteudo{margin-left:0;padding-bottom:82px}.aluno-home{padding:25px 16px 40px}.aluno-home-topo{margin-bottom:20px}.aluno-home-topo h1{max-width:360px;font-size:27px;line-height:1.14}.aluno-home-topo p{font-size:12px;line-height:1.55}.aluno-proximo-passo{border-radius:17px;gap:13px;padding:19px}.aluno-proximo-icone{border-radius:12px;width:42px;height:42px}.aluno-proximo-conteudo h2{font-size:19px}.aluno-proximo-conteudo p{font-size:11px;line-height:1.5}.aluno-proximo-meta{margin-top:13px;font-size:10px}.aluno-proximo-conteudo>button{width:100%;min-height:44px;margin-top:15px}.aluno-resumo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.aluno-resumo-card{border-radius:14px;padding:14px}.aluno-resumo-icone{width:34px;height:34px;margin-bottom:10px}.aluno-resumo-card>strong{font-size:23px}.aluno-resumo-card>small{font-size:9px;line-height:1.35}.aluno-home-grid{grid-template-columns:1fr;gap:12px}.aluno-home-card{border-radius:16px;padding:18px}.aluno-bottom-nav{z-index:100;height:68px;padding:env(safe-area-inset-bottom,0);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0f172af5;border:1px solid #ffffff14;border-radius:17px;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:10px;left:10px;right:10px;overflow:hidden;box-shadow:0 12px 35px #0f172a47}.aluno-bottom-nav button{color:#8fa0b8;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:9px;font-weight:700;display:flex}.aluno-bottom-nav button.ativo{color:#fff}.aluno-bottom-nav button.ativo svg{color:#60a5fa}}@media (width<=430px){.aluno-home{padding-left:13px;padding-right:13px}.aluno-home-topo h1{font-size:25px}.aluno-resumo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aluno-proximo-passo{display:block}.aluno-proximo-icone{margin-bottom:13px}.aluno-bottom-nav{bottom:8px;left:8px;right:8px}}.estudar-aluno{box-sizing:border-box;width:100%;max-width:1180px;margin:0 auto;padding:42px 34px 70px}.estudar-topo{margin-bottom:26px}.estudar-topo h1{color:#172033;letter-spacing:-1.2px;margin:4px 0 0;font-size:34px;font-weight:850;line-height:1.15}.estudar-topo p{color:#64748b;max-width:650px;margin:9px 0 0;font-size:14px;line-height:1.6}.estudar-recomendacao{background:linear-gradient(135deg,#f5f3ff,#eef2ff);border:1px solid #dfe3ff;border-radius:14px;align-items:center;gap:13px;margin-bottom:18px;padding:15px 17px;display:flex}.estudar-recomendacao-icone{color:#fff;background:#4f46e5;border-radius:11px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.estudar-recomendacao>div:last-child{flex-direction:column;display:flex}.estudar-recomendacao span{color:#6366f1;letter-spacing:.7px;text-transform:uppercase;font-size:9px;font-weight:850}.estudar-recomendacao strong{color:#172033;margin-top:3px;font-size:14px}.estudar-recomendacao small{color:#64748b;margin-top:2px;font-size:10px}.estudar-layout{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:18px;display:grid}.estudar-card{background:#fff;border:1px solid #e5eaf1;border-radius:18px;min-width:0;padding:24px;box-shadow:0 7px 22px #0f172a0a}.estudar-card-titulo{border-bottom:1px solid #edf1f5;align-items:flex-start;gap:11px;margin-bottom:20px;padding-bottom:19px;display:flex}.estudar-card-titulo>div:first-child{color:#2563eb;background:#eff6ff;border-radius:10px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.estudar-card-titulo h2{color:#172033;margin:0;font-size:16px;font-weight:850}.estudar-card-titulo p{color:#64748b;margin:4px 0 0;font-size:11px}.estudar-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.estudar-form label{flex-direction:column;gap:7px;min-width:0;display:flex}.estudar-form label>span{color:#475569;font-size:11px;font-weight:800}.estudar-select{width:100%;position:relative}.estudar-select select{appearance:none;color:#172033;cursor:pointer;background:#fff;border:1px solid #d7dee8;border-radius:10px;outline:none;width:100%;height:47px;padding:0 40px 0 13px;font-size:12px;font-weight:600;transition:border-color .15s,box-shadow .15s}.estudar-select select:hover{border-color:#b9c5d5}.estudar-select select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.estudar-select>svg{color:#64748b;pointer-events:none;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.estudar-acoes{border-top:1px solid #edf1f5;justify-content:flex-end;align-items:center;gap:10px;margin-top:23px;padding-top:19px;display:flex}.estudar-limpar,.estudar-iniciar{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:43px;padding:10px 15px;font-size:11px;font-weight:800;display:inline-flex}.estudar-limpar{color:#64748b;background:#fff;border:1px solid #dce3ec}.estudar-limpar:hover{color:#334155;background:#f8fafc}.estudar-iniciar{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border:0;box-shadow:0 8px 18px #2563eb2e}.estudar-iniciar:hover{transform:translateY(-1px)}.estudar-resumo{color:#fff;background:linear-gradient(145deg,#111827,#172033);border-radius:18px;padding:22px;position:sticky;top:24px;box-shadow:0 12px 30px #0f172a24}.estudar-resumo-icone{color:#60a5fa;background:#3b82f629;border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:17px;display:grid}.estudar-resumo>span{color:#60a5fa;letter-spacing:1px;font-size:9px;font-weight:850}.estudar-resumo>h2{color:#fff;letter-spacing:-.5px;margin:4px 0 19px;font-size:23px;font-weight:850}.estudar-resumo-linha{border-top:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:14px;padding:10px 0;display:flex}.estudar-resumo-linha small{color:#94a3b8;font-size:9px}.estudar-resumo-linha strong{color:#fff;text-align:right;max-width:160px;font-size:10px;font-weight:700}.estudar-resumo-dica{color:#93c5fd;background:#ffffff0f;border-radius:11px;align-items:flex-start;gap:9px;margin-top:16px;padding:12px;display:flex}.estudar-resumo-dica svg{flex-shrink:0}.estudar-resumo-dica p{color:#cbd5e1;margin:0;font-size:9px;line-height:1.5}.estudar-carregando,.estudar-erro{color:#64748b;background:#fff;border:1px solid #e5eaf1;border-radius:17px;justify-content:center;align-items:center;gap:10px;min-height:180px;padding:25px;display:flex}.estudar-erro{flex-direction:column}.estudar-erro p{margin:0}.estudar-erro button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;padding:9px 13px;font-weight:700}@media (width<=1000px){.estudar-layout{grid-template-columns:minmax(0,1fr) 250px}}@media (width<=760px){.estudar-aluno{padding:25px 16px 40px}.estudar-topo{margin-bottom:20px}.estudar-topo h1{font-size:27px}.estudar-topo p{font-size:12px}.estudar-layout{flex-direction:column;display:flex}.estudar-card{border-radius:16px;width:100%;padding:18px}.estudar-form{grid-template-columns:1fr;gap:14px}.estudar-select select{height:49px;font-size:13px}.estudar-acoes{flex-direction:column-reverse;gap:8px}.estudar-limpar,.estudar-iniciar{width:100%;min-height:47px}.estudar-resumo{box-sizing:border-box;border-radius:16px;width:100%;position:static}}@media (width<=430px){.estudar-aluno{padding-left:13px;padding-right:13px}.estudar-topo h1{font-size:25px}.estudar-card-titulo p{line-height:1.45}}.revisao-aluno{width:100%;max-width:1250px;margin:0 auto}.revisao-cabecalho{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.revisao-cabecalho h1{color:#0f172a;margin:5px 0 8px;font-size:32px}.revisao-cabecalho p{color:#64748b;max-width:650px;margin:0}.revisao-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#2563eb;font-size:12px;font-weight:800}.revisao-botao-principal,.revisao-destaque button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:700;display:flex}.revisao-kpis{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px;display:grid}.revisao-kpis article{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:14px;padding:20px;display:flex}.revisao-kpis strong{color:#0f172a;font-size:25px;display:block}.revisao-kpis span{color:#64748b;font-size:13px}.revisao-kpi-icone{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.revisao-kpi-icone.perigo{color:#dc2626;background:#fee2e2}.revisao-kpi-icone.alerta{color:#ea580c;background:#ffedd5}.revisao-kpi-icone.sucesso{color:#16a34a;background:#dcfce7}.revisao-destaque{color:#fff;background:#0f172a;border-radius:16px;justify-content:space-between;align-items:center;gap:25px;margin-bottom:22px;padding:28px;display:flex}.revisao-prioridade{letter-spacing:.08em;color:#93c5fd;margin-bottom:14px;font-size:11px;font-weight:800;display:inline-block}.revisao-materia{font-size:13px;color:#94a3b8!important;margin:0 0 4px!important}.revisao-destaque h2{margin:0 0 8px;font-size:25px}.revisao-destaque p{color:#cbd5e1;margin:0}.revisao-grid{grid-template-columns:1.4fr 1fr;gap:20px;margin-bottom:20px;display:grid}.revisao-bloco{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px}.revisao-titulo-bloco{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.revisao-titulo-bloco span{color:#64748b;font-size:12px}.revisao-titulo-bloco h2{color:#0f172a;margin:3px 0 0;font-size:18px}.revisao-assuntos{flex-direction:column;gap:8px;display:flex}.revisao-assunto{text-align:left;cursor:pointer;background:#f8fafc;border:0;border-radius:10px;grid-template-columns:35px 1fr auto 20px;align-items:center;gap:12px;width:100%;padding:12px;display:grid}.revisao-ranking{color:#475569;background:#e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-weight:800;display:flex}.revisao-assunto-info strong,.revisao-recuperada strong{color:#0f172a;display:block}.revisao-assunto-info span,.revisao-recuperada span{color:#64748b;font-size:12px}.revisao-assunto-numeros{text-align:right}.revisao-assunto-numeros strong{color:#0f172a;display:block}.revisao-assunto-numeros span{font-size:11px}.revisao-recuperadas{flex-direction:column;gap:10px;display:flex}.revisao-recuperada{color:#16a34a;background:#f0fdf4;border-radius:10px;align-items:center;gap:10px;padding:12px;display:flex}.revisao-sem-recuperadas{color:#64748b;line-height:1.6}.revisao-fila{margin-bottom:30px}.revisao-contador{background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;min-width:32px;height:32px;font-weight:800;display:flex;color:#2563eb!important}.revisao-lista{flex-direction:column;gap:10px;display:flex}.revisao-questao{border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:16px;display:grid}.revisao-status{border-radius:7px;padding:6px 9px;font-size:11px;font-weight:800}.revisao-status.reincidente{color:#b91c1c;background:#fee2e2}.revisao-status.pendente{color:#c2410c;background:#ffedd5}.revisao-questao-meta{color:#64748b;flex-wrap:wrap;gap:5px;margin-bottom:6px;font-size:11px;display:flex}.revisao-questao-conteudo p{color:#334155;margin:0 0 8px;line-height:1.45}.revisao-historico{color:#94a3b8;gap:12px;font-size:11px;display:flex}.revisao-refazer{color:#2563eb;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-weight:700;display:flex}.revisao-vazia,.revisao-carregando,.revisao-erro{text-align:center;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:50px 25px}.revisao-vazia h2,.revisao-erro h2{color:#0f172a}.revisao-erro button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;padding:10px 16px}@media (width<=800px){.revisao-cabecalho{flex-direction:column;align-items:stretch}.revisao-cabecalho h1{font-size:26px}.revisao-kpis{grid-template-columns:1fr}.revisao-destaque{flex-direction:column;align-items:stretch}.revisao-grid,.revisao-questao{grid-template-columns:1fr}.revisao-status{width:fit-content}.revisao-refazer{justify-content:flex-end}}html,body,#root{width:100%;min-width:100%;min-height:100%;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;overflow-x:hidden}.qm-home,.qm-home *,.qm-home :before,.qm-home :after{box-sizing:border-box}.qm-home{--navy-950:#041024;--navy-900:#07172f;--navy-800:#0b2143;--blue:#238cff;--blue-dark:#0968ef;--blue-light:#eaf4ff;--text:#0a1730;--text-soft:#64748b;--white:#fff;--surface:#f6f8fc;--border:#e1e8f2;width:100%;min-height:100vh;color:var(--text);text-align:left;background:#fff;margin:0;padding:0;font-size:16px;line-height:1.5;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.qm-home button,.qm-home input,.qm-home textarea,.qm-home select,.qm-home a{font-family:inherit!important}.qm-home a{text-decoration:none}.qm-home button{letter-spacing:normal;text-transform:none}.qm-container{width:min(1180px,100% - 48px);margin:0 auto}.qm-header{z-index:100;width:100%;position:absolute;top:0;left:0;right:0}.qm-nav{justify-content:space-between;align-items:center;gap:24px;width:100%;height:76px;display:flex}.qm-logo{align-items:center;display:inline-flex;color:#fff!important;letter-spacing:-1.4px!important;font-size:25px!important;font-weight:900!important;line-height:1!important}.qm-logo-mark{color:var(--blue);margin-right:1px;font-size:31px;font-weight:900}.qm-nav-links{align-items:center;gap:34px;display:flex}.qm-nav-links a{transition:all .2s;color:#d7e4f6!important;font-size:13px!important;font-weight:600!important}.qm-nav-links a:hover{color:#fff!important}.qm-nav-actions{align-items:center;gap:10px;display:flex}.qm-btn{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 19px;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;font-size:13px!important;font-weight:700!important;line-height:1!important}.qm-btn:hover{transform:translateY(-2px)}.qm-btn svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.qm-btn-primary{background:linear-gradient(135deg,#258fff 0%,#0870f5 100%);box-shadow:0 10px 25px #1474ff47;color:#fff!important}.qm-btn-primary:hover{box-shadow:0 14px 32px #1474ff66}.qm-btn-ghost,.qm-btn-outline{background:#ffffff09;border:1px solid #ffffff47;color:#fff!important}.qm-btn-large{min-height:50px;padding:0 24px;font-size:14px!important}.qm-hero{background:radial-gradient(circle at 92% 27%,#453fee4d,#0000 29%),radial-gradient(circle at 58% 100%,#0084ff1f,#0000 34%),linear-gradient(135deg,#051225 0%,#071831 52%,#0b2146 100%);width:100%;min-height:620px;padding:115px 0 55px;position:relative;overflow:hidden}.qm-hero:before{content:"";pointer-events:none;opacity:.15;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.qm-hero-grid{z-index:2;grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);align-items:center;gap:45px;display:grid;position:relative}.qm-hero-content{width:100%;max-width:555px}.qm-eyebrow{color:#dceaff;background:#217bff14;border:1px solid #3692ff52;border-radius:999px;align-items:center;gap:7px;width:fit-content;margin:0 0 19px;padding:7px 12px;display:inline-flex;font-size:11px!important;font-weight:650!important}.qm-eyebrow-icon{color:#48a4ff;display:flex}.qm-eyebrow svg{fill:none;stroke:currentColor;stroke-width:2px;width:14px;height:14px}.qm-hero h1{max-width:555px;color:#fff!important;letter-spacing:-3.2px!important;text-align:left!important;margin:0!important;font-family:Inter,sans-serif!important;font-size:clamp(43px,4.25vw,62px)!important;font-weight:850!important;line-height:.99!important}.qm-hero h1 span{color:var(--blue)!important}.qm-hero-description{max-width:515px;color:#c5d3e6!important;text-align:left!important;margin:20px 0 24px!important;font-size:15px!important;font-weight:400!important;line-height:1.65!important}.qm-hero-actions{flex-wrap:wrap;gap:10px;display:flex}.qm-hero-actions .qm-btn-primary{min-width:175px}.qm-mini-benefits{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:17px;margin-top:24px;padding-top:18px;display:flex}.qm-mini-benefits span{align-items:center;gap:6px;display:flex;color:#b9c8dc!important;font-size:10px!important;font-weight:600!important}.qm-mini-benefits svg{color:#39d1a2;fill:none;stroke:currentColor;stroke-width:2px;width:15px;height:15px}.qm-hero-glow{pointer-events:none;border-radius:50%;position:absolute}.qm-glow-one{background:#4a42f52b;width:430px;height:430px;top:70px;right:-210px}.qm-glow-two{background:#0087ff1f;width:280px;height:280px;bottom:-170px;left:42%}.qm-product-preview{width:100%;height:405px;min-height:405px;position:relative}.qm-preview-orbit{border:1px solid #488fff21;border-radius:50%;position:absolute}.qm-orbit-one{width:430px;height:430px;top:-55px;right:-35px}.qm-orbit-two{width:330px;height:330px;top:0;right:25px}.qm-dashboard{background:#f8fafc;border:5px solid #293b55;border-radius:17px;grid-template-columns:105px 1fr;width:455px;min-height:315px;display:grid;position:absolute;top:7px;right:0;overflow:hidden;transform:perspective(1100px)rotateY(-3deg)rotateX(1deg);box-shadow:0 30px 65px #0000005c}.qm-dashboard-sidebar{color:#8492a9;background:#09182f;padding:18px 10px}.qm-dashboard-logo{color:#fff;margin:0 4px 22px;font-size:12px;font-weight:900}.qm-dashboard-logo span{color:var(--blue);font-size:16px}.qm-menu-item{border-radius:6px;align-items:center;gap:6px;margin-bottom:4px;padding:7px 6px;font-size:7px;font-weight:600;display:flex}.qm-menu-item.active{color:#fff;background:#173d72}.qm-dashboard-main{color:#0c1931;padding:18px}.qm-dashboard-top{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.qm-dashboard-top small,.qm-performance-head small,.qm-review-card small{color:#8591a5;letter-spacing:.6px;margin-bottom:3px;font-size:6px;font-weight:800;display:block}.qm-dashboard-top h3{color:#0b1730!important;letter-spacing:-.4px!important;margin:0!important;font-size:14px!important;font-weight:800!important}.qm-avatar{color:#fff;background:linear-gradient(135deg,#258eff,#7759ff);border-radius:50%;place-items:center;width:25px;height:25px;font-size:7px;font-weight:800;display:grid}.qm-stat-grid{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.qm-stat{background:#fff;border:1px solid #e7ebf2;border-radius:9px;padding:9px}.qm-stat span{color:#8490a3;font-size:6px;display:block}.qm-stat strong{color:#101d35;margin-top:3px;font-size:13px;display:block}.qm-performance-card{background:#fff;border:1px solid #e7ebf2;border-radius:10px;margin-top:8px;padding:10px}.qm-performance-head{justify-content:space-between;display:flex}.qm-performance-head strong{font-size:9px}.qm-performance-head>span{color:#0d956b;background:#e8faf3;border-radius:5px;height:fit-content;padding:3px 5px;font-size:7px;font-weight:800}.qm-chart{margin-top:10px}.qm-chart-line{border-bottom:1px solid #e8edf4;align-items:flex-end;gap:9px;height:44px;display:flex}.qm-chart-line span{background:linear-gradient(#3d9cff,#1775ee);border-radius:4px 4px 0 0;flex:1;min-height:8px}.qm-chart-line span:first-child{height:31%}.qm-chart-line span:nth-child(2){height:43%}.qm-chart-line span:nth-child(3){height:38%}.qm-chart-line span:nth-child(4){height:61%}.qm-chart-line span:nth-child(5){height:53%}.qm-chart-line span:nth-child(6){height:78%}.qm-chart-line span:nth-child(7){height:91%}.qm-chart-labels{color:#9aa5b5;justify-content:space-between;margin-top:4px;font-size:5px;display:flex}.qm-review-card{background:#eef6ff;border-radius:9px;align-items:center;gap:8px;margin-top:8px;padding:8px;display:flex}.qm-review-icon{color:#217bf4;background:#fff;border-radius:7px;flex:none;place-items:center;width:27px;height:27px;display:grid}.qm-review-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:15px;height:15px}.qm-review-card strong{font-size:8px;display:block}.qm-review-card p{color:#75839a!important;margin:2px 0 0!important;font-size:6px!important}.qm-phone{z-index:6;color:#10203c;background:#101a2a;border:2px solid #728099;border-radius:24px;width:145px;min-height:285px;padding:7px;position:absolute;bottom:0;left:0;transform:rotate(-1deg);box-shadow:0 25px 45px #0006}.qm-phone:before{content:"";z-index:-1;background:#f8fafc;border-radius:18px;position:absolute;inset:6px}.qm-phone-speaker{background:#334258;border-radius:999px;width:38px;height:3px;margin:3px auto 7px}.qm-phone-header{justify-content:space-between;padding:6px 8px;font-size:7px;display:flex}.qm-phone-header strong{font-size:9px}.qm-phone-header strong span{color:var(--blue)}.qm-phone-body{padding:8px}.qm-phone-tag{color:#2468bf;background:#e6f1ff;border-radius:5px;padding:3px 5px;font-size:6px;font-weight:700;display:inline-block}.qm-phone-question{color:#10203c!important;margin:8px 0!important;font-size:7px!important;font-weight:700!important;line-height:1.4!important}.qm-phone-option{color:#10203c;background:#fff;border:1px solid #e4e9f0;border-radius:6px;align-items:center;gap:5px;margin-bottom:5px;padding:5px;font-size:5.5px;display:flex}.qm-phone-option b{color:#fff;background:#253b5c;border-radius:50%;flex:none;place-items:center;width:14px;height:14px;font-size:5px;display:grid}.qm-phone-option.selected{border-color:var(--blue);background:#edf6ff}.qm-phone-body button{color:#fff;background:#137bff;border:0;border-radius:6px;width:100%;margin-top:5px;padding:7px;font-size:7px;font-weight:800}.qm-floating-badge{z-index:8;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#081b39e0;border:1px solid #fff3;border-radius:11px;align-items:center;gap:9px;min-width:160px;padding:9px 11px;display:flex;position:absolute;bottom:10px;right:2px;box-shadow:0 13px 30px #00000040}.qm-floating-icon{color:#fff;background:#1fbd76;border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.qm-floating-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:17px;height:17px}.qm-floating-badge small{color:#91a7c7;font-size:6px;font-weight:800;display:block}.qm-floating-badge strong{font-size:9px}.qm-section{width:100%;padding:76px 0}.qm-features{background:#f6f8fc}.qm-section-heading{max-width:720px;margin:0 0 38px}.qm-section-heading.centered{text-align:center;margin:0 auto 38px}.qm-section-heading>span,.qm-section-kicker{color:#327de0;margin-bottom:10px;display:block;letter-spacing:1.3px!important;font-size:10px!important;font-weight:800!important}.qm-section-heading h2,.qm-how-copy h2,.qm-multiplatform h2{color:#0b1730!important;letter-spacing:-2px!important;text-align:left!important;margin:0!important;font-family:Inter,sans-serif!important;font-size:clamp(32px,3.2vw,45px)!important;font-weight:800!important;line-height:1.08!important}.qm-section-heading.centered h2{text-align:center!important}.qm-section-heading h2 em{color:#1677ff;font-style:normal}.qm-section-heading p,.qm-how-copy>p,.qm-multiplatform p{max-width:620px;color:#68768c!important;margin:15px 0 0!important;font-size:14px!important;font-weight:400!important;line-height:1.65!important}.qm-section-heading.centered p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.qm-feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.qm-feature-card{background:#fff;border:1px solid #e1e8f1;border-radius:16px;min-height:205px;padding:25px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 28px #1427460b;text-align:left!important}.qm-feature-card:hover{transform:translateY(-4px);box-shadow:0 17px 40px #14274617}.qm-feature-icon{border-radius:11px;place-items:center;width:42px;height:42px;margin-bottom:17px;display:grid}.qm-feature-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.qm-feature-icon.blue{color:#1677ff;background:#eaf3ff}.qm-feature-icon.purple{color:#7655ed;background:#f1edff}.qm-feature-icon.cyan{color:#159bbf;background:#e8faff}.qm-feature-icon.green{color:#11966f;background:#e7f8f1}.qm-feature-icon.whatsapp{color:#18a96d;background:#e6f8ef}.qm-feature-icon.orange{color:#ec7b28;background:#fff2e8}.qm-feature-card h3{color:#101d34!important;letter-spacing:-.3px!important;text-align:left!important;margin:0 0 8px!important;font-size:16px!important;font-weight:750!important;line-height:1.3!important}.qm-feature-card p{color:#718097!important;text-align:left!important;margin:0!important;font-size:12.5px!important;font-weight:400!important;line-height:1.6!important}.qm-how{background:#fff}.qm-how-grid{grid-template-columns:1fr .82fr;align-items:center;gap:70px;display:grid}.qm-how-copy h2 span,.qm-multiplatform h2 span{color:#1677ff}.qm-steps{gap:20px;margin-top:30px;display:grid}.qm-step{grid-template-columns:42px 1fr;align-items:start;gap:13px;display:grid}.qm-step>span{color:#1677ff;background:#eaf3ff;border-radius:10px;place-items:center;width:38px;height:38px;font-size:10px;font-weight:900;display:grid}.qm-step strong{color:#122039;margin-bottom:4px;font-size:14px;display:block}.qm-step p{color:#718097!important;margin:0!important;font-size:12px!important;line-height:1.55!important}.qm-intelligence-card{background:#fff;border:1px solid #e2e9f3;border-radius:20px;padding:26px;box-shadow:0 22px 55px #1a355c1a}.qm-intelligence-top{align-items:center;gap:12px;margin-bottom:24px;display:flex}.qm-ai-symbol{color:#fff;background:linear-gradient(135deg,#187eff,#7454f5);border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.qm-ai-symbol svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:23px;height:23px}.qm-intelligence-top span{color:#718097;letter-spacing:1px;font-size:8px;font-weight:800}.qm-intelligence-top h3{color:#0b1730!important;margin:3px 0 0!important;font-size:18px!important;font-weight:750!important}.qm-subject{margin-bottom:18px}.qm-subject-title{justify-content:space-between;margin-bottom:7px;font-size:11px;display:flex}.qm-subject-title span{font-weight:700}.qm-progress{background:#e9eef5;border-radius:999px;height:6px;overflow:hidden}.qm-progress span{border-radius:inherit;background:linear-gradient(90deg,#1677ff,#35a6ff);height:100%;display:block}.qm-subject small{color:#8794a8;margin-top:5px;font-size:8px;display:block}.qm-ai-tip{color:#1b4d8d;background:#edf6ff;border-radius:10px;align-items:center;gap:9px;margin-top:20px;padding:12px;display:flex}.qm-ai-tip svg{fill:none;stroke:#1677ff;stroke-width:2px;flex:none;width:18px;height:18px}.qm-ai-tip p{color:#1b4d8d!important;margin:0!important;font-size:9.5px!important;line-height:1.5!important}.qm-multiplatform{color:#fff;background:radial-gradient(circle at 90% 10%,#404fff40,#0000 30%),linear-gradient(135deg,#07152d,#0a2146);width:100%;padding:76px 0}.qm-multiplatform-grid{grid-template-columns:1fr .78fr;align-items:center;gap:70px;display:grid}.qm-multiplatform .qm-section-kicker{color:#62aaff}.qm-multiplatform h2{color:#fff!important}.qm-multiplatform p{color:#c4d2e6!important}.qm-platform-points{gap:11px;margin-top:25px;display:grid}.qm-platform-points div{color:#e6eef9;align-items:center;gap:9px;font-size:12px;font-weight:600;display:flex}.qm-platform-points svg{color:#39d3a4;fill:none;stroke:currentColor;stroke-width:2.5px;background:#39d3a41f;border-radius:50%;width:18px;height:18px;padding:3px}.qm-chat-preview{background:#f5f7f9;border:1px solid #ffffff1f;border-radius:18px;overflow:hidden;box-shadow:0 25px 55px #0000003d}.qm-chat-header{color:#fff;background:#153a35;align-items:center;gap:10px;padding:14px 16px;display:flex}.qm-chat-avatar{color:#fff;background:#1dbd77;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.qm-chat-header strong{font-size:11px;display:block}.qm-chat-header span{color:#b9d4cc;margin-top:2px;font-size:8px;display:block}.qm-chat-body{background:#eef1f3;min-height:300px;padding:20px}.qm-message{color:#23344d;background:#fff;border-radius:10px;width:fit-content;max-width:78%;margin-bottom:10px;padding:9px 11px;font-size:9.5px;line-height:1.5;box-shadow:0 3px 8px #0000000a}.qm-message-user{background:#d8fdd0;margin-left:auto}.qm-message small{color:#7b899a;margin-bottom:4px;font-size:7px;font-weight:700;display:block}.qm-message-success{color:#146b50;background:#e3f8ef;font-weight:700}.qm-message-success span{margin-top:3px;font-weight:500;display:block}.qm-pricing-section{background:#f6f8fc}.qm-pricing-card{color:#fff;background:radial-gradient(circle at 100% 0,#5b44ff59,#0000 32%),linear-gradient(135deg,#07162e,#0a2143);border-radius:21px;grid-template-columns:.85fr 1fr .8fr;align-items:center;gap:30px;padding:35px;display:grid;overflow:hidden;box-shadow:0 22px 55px #0e264c26}.qm-price-main>span{color:#69aaff;letter-spacing:1.2px;font-size:9px;font-weight:800}.qm-price{align-items:baseline;margin:7px 0 10px;display:flex}.qm-price sup{margin-right:6px;font-size:17px;font-weight:700}.qm-price strong{letter-spacing:-2px;font-size:45px;font-weight:850;line-height:1;color:#fff!important}.qm-price small{color:#b8c7dc;margin-left:6px;font-size:12px}.qm-price-main p{color:#b9c8dc!important;margin:0!important;font-size:11px!important;line-height:1.6!important}.qm-price-features{border-left:1px solid #ffffff21;border-right:1px solid #ffffff21;gap:10px;padding:0 28px;display:grid}.qm-price-features div{color:#e4edf9;align-items:center;gap:8px;font-size:10.5px;font-weight:600;display:flex}.qm-price-features svg{color:#072b27;fill:none;stroke:currentColor;stroke-width:3px;background:#48d4aa;border-radius:5px;width:18px;height:18px;padding:3px}.qm-price-action{text-align:center}.qm-price-action .qm-btn{width:100%}.qm-price-action>span{color:#94a6bf;margin-top:10px;font-size:8px;display:block}.qm-final-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#126df0,#1649c9 60%,#553bc9);width:100%;padding:68px 0;position:relative;overflow:hidden}.qm-final-glow{background:#ffffff24;border-radius:50%;width:500px;height:500px;position:absolute;top:-340px;left:50%;transform:translate(-50%)}.qm-final-content{z-index:2;position:relative}.qm-final-content>span{letter-spacing:1.3px;opacity:.8;font-size:9px;font-weight:800}.qm-final-content h2{color:#fff!important;letter-spacing:-2px!important;text-align:center!important;margin:11px 0!important;font-size:clamp(32px,4vw,48px)!important;font-weight:800!important;line-height:1.08!important}.qm-final-content h2 strong{color:#bfe1ff}.qm-final-content p{max-width:600px;color:#dbeaff!important;text-align:center!important;margin:0 auto 23px!important;font-size:13px!important;line-height:1.65!important}.qm-footer{color:#94a4ba;background:#061326;width:100%;padding:30px 0}.qm-footer-content{grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;display:grid}.qm-footer-logo{font-size:20px!important}.qm-footer-logo .qm-logo-mark{font-size:25px}.qm-footer p{color:#94a4ba!important;margin:6px 0 0!important;font-size:9px!important}.qm-footer-links{gap:20px;display:flex}.qm-footer-links a{color:#aab7c9!important;font-size:9px!important}.qm-copyright{color:#94a4ba;text-align:right;justify-self:end;font-size:9px}.qm-copyright span{margin-top:3px;display:block}@media (width<=1200px){.qm-container{width:calc(100% - 40px)}.qm-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr);gap:30px}.qm-dashboard{width:405px}.qm-phone{width:132px}}@media (width<=950px){.qm-nav-links{display:none}.qm-hero{min-height:auto;padding:105px 0 55px}.qm-hero-grid{grid-template-columns:1fr;gap:42px}.qm-hero-content{text-align:center;max-width:680px;margin:0 auto}.qm-eyebrow{margin-left:auto;margin-right:auto}.qm-hero h1,.qm-hero-description{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.qm-hero-actions,.qm-mini-benefits{justify-content:center}.qm-product-preview{width:min(580px,100%);margin:0 auto}.qm-dashboard{width:470px}.qm-feature-grid{grid-template-columns:repeat(2,1fr)}.qm-how-grid,.qm-multiplatform-grid{grid-template-columns:1fr;gap:42px}.qm-pricing-card{grid-template-columns:1fr 1fr}.qm-price-action{grid-column:1/-1}.qm-price-features{border-right:0}}@media (width<=640px){.qm-container{width:calc(100% - 28px)}.qm-nav{gap:8px;height:64px}.qm-logo{flex-shrink:0;letter-spacing:-1px!important;font-size:20px!important}.qm-logo-mark{font-size:25px}.qm-nav-links{display:none}.qm-nav-actions{gap:6px;margin-left:auto}.qm-nav-actions .qm-btn-ghost,.qm-nav-actions .qm-btn-outline{display:none}.qm-nav-actions .qm-btn-primary,.qm-nav-start{border-radius:9px;min-height:38px;padding:0 13px;font-size:10.5px!important;display:inline-flex!important}.qm-hero{min-height:auto;padding:87px 0 42px}.qm-hero-grid{gap:34px}.qm-hero-content{width:100%;max-width:none}.qm-eyebrow{margin-bottom:15px;padding:6px 10px;font-size:9px!important}.qm-hero h1{width:100%;max-width:100%;letter-spacing:-2.1px!important;text-align:center!important;font-size:clamp(36px,10.5vw,47px)!important;line-height:1.02!important}.qm-hero-description{max-width:470px;text-align:center!important;margin:16px auto 20px!important;font-size:13px!important;line-height:1.58!important}.qm-hero-actions{grid-template-columns:1fr;gap:9px;width:100%;display:grid}.qm-hero-actions .qm-btn{width:100%}.qm-hero-actions .qm-btn-primary{min-height:51px;font-size:14px!important}.qm-mini-benefits{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:20px;padding-top:17px;display:grid}.qm-mini-benefits span{text-align:center;justify-content:center;font-size:7.5px!important}.qm-product-preview{width:100%;height:315px;min-height:315px;margin:0 auto;transform:none}.qm-preview-orbit{display:none}.qm-dashboard{border-width:4px;border-radius:14px;grid-template-columns:68px 1fr;width:100%;max-width:390px;min-height:235px;top:0;left:50%;right:auto;transform:translate(-50%)}.qm-dashboard-sidebar{padding:12px 5px}.qm-dashboard-logo{margin:0 2px 14px;font-size:7.5px}.qm-dashboard-logo span{font-size:11px}.qm-menu-item{gap:3px;padding:5px 3px;font-size:5px}.qm-dashboard-main{padding:11px 9px}.qm-dashboard-top{margin-bottom:8px}.qm-dashboard-top h3{font-size:9.5px!important}.qm-avatar{width:20px;height:20px;font-size:5px}.qm-stat-grid{gap:4px}.qm-stat{padding:6px}.qm-stat span{font-size:4.5px}.qm-stat strong{font-size:9px}.qm-performance-card{margin-top:5px;padding:6px}.qm-performance-head strong{font-size:6.5px}.qm-chart{margin-top:5px}.qm-chart-line{gap:5px;height:30px}.qm-review-card{display:none}.qm-phone{border-radius:18px;width:105px;min-height:200px;padding:5px;bottom:0;left:5px;transform:none}.qm-phone:before{border-radius:14px;inset:4px}.qm-phone-speaker{width:26px;margin-bottom:4px}.qm-phone-header{padding:3px 4px;font-size:4.5px}.qm-phone-header strong{font-size:6.5px}.qm-phone-body{padding:4px}.qm-phone-tag{padding:2px 4px;font-size:4px}.qm-phone-question{margin:5px 0!important;font-size:4.8px!important}.qm-phone-option{gap:3px;margin-bottom:3px;padding:3px;font-size:3.8px}.qm-phone-option b{width:10px;height:10px;font-size:3.5px}.qm-phone-body button{padding:5px;font-size:4.5px}.qm-floating-badge{min-width:120px;padding:7px;bottom:5px;right:2px}.qm-floating-icon{width:23px;height:23px}.qm-floating-icon svg{width:13px;height:13px}.qm-floating-badge small{font-size:4.5px}.qm-floating-badge strong{font-size:6.5px}.qm-section,.qm-multiplatform{padding:54px 0}.qm-section-heading{margin-bottom:26px}.qm-section-heading h2,.qm-how-copy h2,.qm-multiplatform h2{letter-spacing:-1.4px!important;font-size:30px!important;line-height:1.08!important}.qm-section-heading p,.qm-how-copy>p,.qm-multiplatform p{font-size:13px!important}.qm-feature-grid{grid-template-columns:1fr;gap:11px}.qm-feature-card{min-height:auto;padding:20px}.qm-feature-icon{width:39px;height:39px;margin-bottom:14px}.qm-feature-card h3{font-size:15px!important}.qm-feature-card p{font-size:12px!important}.qm-how-grid,.qm-multiplatform-grid{gap:32px}.qm-intelligence-card{padding:19px}.qm-chat-body{min-height:270px;padding:15px}.qm-pricing-card{border-radius:17px;grid-template-columns:1fr;gap:21px;padding:24px 19px}.qm-price strong{font-size:42px}.qm-price-features{border:1px solid #ffffff21;border-left:0;border-right:0;padding:19px 0}.qm-price-action{grid-column:auto}.qm-final-cta{padding:52px 0}.qm-final-content h2{font-size:31px!important}.qm-footer-content{text-align:center;grid-template-columns:1fr;gap:20px}.qm-footer-content>div:first-child{flex-direction:column;align-items:center;display:flex}.qm-footer-links{flex-wrap:wrap;justify-content:center}.qm-copyright{text-align:center;justify-self:center}}@media (width<=380px){.qm-container{width:calc(100% - 22px)}.qm-logo{font-size:18px!important}.qm-logo-mark{font-size:22px}.qm-nav-actions .qm-btn-primary,.qm-nav-start{padding:0 10px;font-size:9.5px!important}.qm-hero{padding-top:84px}.qm-hero h1{letter-spacing:-1.8px!important;font-size:34px!important}.qm-hero-description{font-size:12.5px!important}.qm-mini-benefits{grid-template-columns:1fr;gap:7px}.qm-product-preview{height:295px;min-height:295px}.qm-floating-badge{display:none}.qm-section-heading h2,.qm-how-copy h2,.qm-multiplatform h2{font-size:27px!important}}.qm-multiplatform{background:radial-gradient(circle at 92% 10%,#4549ff47,#0000 28%),radial-gradient(circle at 8% 90%,#00a3ff1a,#0000 30%),linear-gradient(135deg,#06142b 0%,#082044 58%,#0b2854 100%);padding:96px 0;position:relative;overflow:hidden}.qm-multiplatform:before{content:"";pointer-events:none;opacity:.13;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:0}.qm-multiplatform-grid{z-index:2;grid-template-columns:minmax(0,.84fr) minmax(500px,1.16fr);align-items:center;gap:76px;position:relative}.qm-multiplatform-copy{max-width:500px}.qm-whatsapp-kicker{background:#1bbd7714;border:1px solid #36dd9f3d;border-radius:14px;align-items:center;gap:11px;width:fit-content;margin-bottom:22px;padding:10px 14px 10px 10px;display:flex;box-shadow:inset 0 1px #ffffff0a}.qm-whatsapp-kicker-icon{color:#fff;background:linear-gradient(135deg,#25d366,#12a962);border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 9px 22px #25d3662e}.qm-whatsapp-kicker-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.qm-whatsapp-kicker small,.qm-whatsapp-kicker strong{display:block}.qm-whatsapp-kicker small{color:#79a4d9;letter-spacing:1.25px;margin-bottom:2px;font-size:8px;font-weight:800}.qm-whatsapp-kicker strong{color:#fff;letter-spacing:.25px;font-size:14px;font-weight:850}.qm-multiplatform h2{max-width:510px;letter-spacing:-2.6px!important;font-size:clamp(38px,3.6vw,52px)!important;line-height:1.04!important}.qm-multiplatform-copy>p{max-width:485px;color:#bfd0e7!important;margin-top:20px!important;font-size:15px!important;line-height:1.72!important}.qm-platform-points{gap:13px;margin-top:27px}.qm-platform-points div{color:#edf5ff;gap:10px;font-size:12.5px}.qm-platform-points svg{flex:none;width:20px;height:20px}.qm-sync-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0e;border:1px solid #ffffff1c;border-radius:15px;align-items:center;gap:15px;width:100%;max-width:455px;margin-top:28px;padding:15px 17px;display:flex;box-shadow:inset 0 1px #ffffff0a}.qm-sync-icons{flex:none;align-items:center;display:flex}.qm-sync-web,.qm-sync-whatsapp{border-radius:10px;place-items:center;width:38px;height:38px;font-size:8px;font-weight:900;display:grid}.qm-sync-web{color:#7fc0ff;background:#238cff24;border:1px solid #238cff33}.qm-sync-whatsapp{color:#fff;background:#1fbd76}.qm-sync-whatsapp svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:20px;height:20px}.qm-sync-line{justify-content:space-between;align-items:center;width:36px;display:flex}.qm-sync-line:before{content:"";position:absolute}.qm-sync-line span{background:#4b9cff;border-radius:50%;width:4px;height:4px}.qm-sync-card>div:last-child strong,.qm-sync-card>div:last-child span{display:block}.qm-sync-card>div:last-child strong{color:#fff;margin-bottom:2px;font-size:12px}.qm-sync-card>div:last-child span{color:#9eb1ca;font-size:9.5px}.qm-whatsapp-demo{width:100%;max-width:620px;margin-left:auto;position:relative}.qm-chat-preview-pro{background:#e9edef;border:1px solid #ffffff2e;border-radius:24px;width:100%;position:relative;overflow:hidden;box-shadow:0 38px 90px #00000057}.qm-chat-preview-pro:before{content:"";z-index:0;opacity:.17;pointer-events:none;background-image:radial-gradient(circle at 15px 15px,#8a9a9f 1px,#0000 1.2px),radial-gradient(circle at 38px 34px,#8a9a9f .8px,#0000 1px);background-size:55px 55px;position:absolute;inset:66px 0 54px}.qm-chat-preview-pro .qm-chat-header{z-index:2;background:linear-gradient(135deg,#123f38,#0d5144);min-height:66px;padding:12px 17px;position:relative}.qm-chat-preview-pro .qm-chat-avatar{width:40px;height:40px;font-size:15px;box-shadow:0 7px 18px #00000026}.qm-chat-contact{flex:1}.qm-chat-preview-pro .qm-chat-contact strong{color:#fff;font-size:12px}.qm-chat-preview-pro .qm-chat-contact span{color:#c5ded8;align-items:center;gap:5px;font-size:8px;display:flex}.qm-chat-contact i{background:#39dc96;border-radius:50%;width:5px;height:5px}.qm-chat-header-icon{color:#d7f9ea;background:#ffffff14;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.qm-chat-header-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:19px;height:19px}.qm-chat-body-pro{z-index:1;background:#e9edefe8;min-height:580px;padding:20px 22px 24px;position:relative}.qm-chat-date{color:#6f7f85;letter-spacing:.6px;background:#ffffffd1;border-radius:7px;width:fit-content;margin:0 auto 14px;padding:4px 9px;font-size:6.5px;font-weight:800;box-shadow:0 2px 5px #0000000a}.qm-chat-preview-pro .qm-message{border-radius:10px;max-width:80%;padding:10px 12px 15px;font-size:9.5px;position:relative}.qm-message-intro{gap:3px;display:grid}.qm-message-intro strong{color:#17314b;font-size:10px}.qm-message-intro span{color:#657789;font-size:8.5px;font-weight:500}.qm-message time,.qm-question-message time{color:#8b989d;font-size:6px;font-style:normal;position:absolute;bottom:4px;right:7px}.qm-question-message{color:#20344b;background:#fff;border-radius:13px;width:88%;margin:11px 0;padding:14px;box-shadow:0 5px 15px #1b2d3d12}.qm-question-top{border-bottom:1px solid #edf1f4;justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;padding-bottom:10px;display:flex}.qm-question-top>div{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.qm-question-number,.qm-question-subject,.qm-question-level{border-radius:6px;align-items:center;font-size:6.5px;font-weight:850;display:inline-flex}.qm-question-number{color:#738194;letter-spacing:.6px}.qm-question-subject{color:#1677ef;background:#edf6ff;padding:4px 7px}.qm-question-level{color:#a66b12;background:#fff4d9;padding:4px 7px}.qm-whatsapp-question{color:#172b42!important;margin:0 0 11px!important;font-size:10.5px!important;font-weight:750!important;line-height:1.5!important}.qm-whatsapp-options{gap:6px;display:grid}.qm-whatsapp-option{color:#526273;background:#fbfcfd;border:1px solid #e2e8ee;border-radius:9px;grid-template-columns:24px 1fr;align-items:center;gap:8px;min-height:40px;padding:8px 10px;font-size:8px;line-height:1.4;display:grid;position:relative}.qm-whatsapp-option b{color:#fff;background:#344a64;border-radius:50%;place-items:center;width:24px;height:24px;font-size:8px;display:grid}.qm-whatsapp-option-selected{color:#173b67;background:#eef6ff;border-color:#258cff;padding-right:38px;box-shadow:inset 0 0 0 1px #258cff12}.qm-whatsapp-option-selected b{background:#1677ef}.qm-selected-check{color:#fff;background:#21b879;border-radius:50%;place-items:center;width:20px;height:20px;display:grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.qm-selected-check svg{fill:none;stroke:currentColor;stroke-width:2.5px;width:12px;height:12px}.qm-question-footer{color:#8794a2;text-align:center;margin-top:9px;font-size:6.5px}.qm-chat-preview-pro .qm-user-answer{color:#163d2f;text-align:center;background:#d9fdd3;min-width:54px;margin:8px 0 10px auto;padding:9px 12px 15px;font-size:12px;font-weight:800}.qm-correction-message{border:1px solid #cfeee1;color:#245448!important;background:#e8f8f1!important;width:88%!important;max-width:88%!important;padding:13px 14px 18px!important}.qm-correction-title{align-items:center;gap:9px;display:flex}.qm-correction-check{color:#fff;background:#20b77a;border-radius:9px;flex:none;place-items:center;width:29px;height:29px;display:grid}.qm-correction-check svg{fill:none;stroke:currentColor;stroke-width:2.6px;width:16px;height:16px}.qm-correction-title strong,.qm-correction-title span{display:block}.qm-correction-title strong{color:#147050;font-size:10.5px}.qm-correction-title span{color:#5d8276;margin-top:1px;font-size:7.5px;font-weight:600}.qm-correction-message>p{color:#476d62!important;margin:10px 0!important;font-size:8.5px!important;line-height:1.55!important}.qm-performance-update{background:#ffffffad;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;display:flex}.qm-performance-update small,.qm-performance-update strong{display:block}.qm-performance-update small{color:#7b968e;letter-spacing:.5px;margin-bottom:2px;font-size:5.8px}.qm-performance-update strong{color:#214e42;font-size:8px}.qm-performance-value{align-items:center;gap:5px;display:flex}.qm-performance-value span{color:#81938e;font-size:8px}.qm-performance-value svg{color:#21a974;fill:none;stroke:currentColor;stroke-width:2px;width:12px;height:12px}.qm-performance-value strong{color:#159466;font-size:11px}.qm-chat-input{z-index:2;background:#f0f2f5;border-top:1px solid #e0e5e8;grid-template-columns:1fr 39px;align-items:center;gap:8px;min-height:58px;padding:9px 12px;display:grid;position:relative}.qm-chat-input-field{color:#9aa4a8;background:#fff;border-radius:999px;align-items:center;height:38px;padding:0 13px;font-size:8px;display:flex}.qm-chat-send{color:#fff;background:#1fab74;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.qm-chat-send svg{fill:none;stroke:currentColor;stroke-width:2px;width:17px;height:17px}.qm-demo-floating{z-index:4;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071b38eb;border:1px solid #ffffff29;border-radius:13px;align-items:center;gap:9px;min-width:205px;padding:11px 13px;display:flex;position:absolute;bottom:74px;right:-18px;box-shadow:0 18px 38px #00000040}.qm-demo-floating>svg{color:#49a8ff;fill:none;stroke:currentColor;stroke-width:2px;flex:none;width:19px;height:19px}.qm-demo-floating small,.qm-demo-floating strong{display:block}.qm-demo-floating small{color:#7fa7d8;letter-spacing:.7px;margin-bottom:2px;font-size:6px;font-weight:850}.qm-demo-floating strong{font-size:8px}@media (width<=1100px){.qm-multiplatform-grid{grid-template-columns:minmax(0,.8fr) minmax(460px,1.2fr);gap:42px}.qm-demo-floating{right:10px}}@media (width<=950px){.qm-multiplatform{padding:76px 0}.qm-multiplatform-grid{grid-template-columns:1fr;gap:48px}.qm-multiplatform-copy{text-align:center;max-width:680px;margin:0 auto}.qm-whatsapp-kicker,.qm-sync-card{margin-left:auto;margin-right:auto}.qm-multiplatform h2,.qm-multiplatform-copy>p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.qm-platform-points{text-align:left;width:fit-content;margin-left:auto;margin-right:auto}.qm-whatsapp-demo{max-width:640px;margin:0 auto}}@media (width<=640px){.qm-multiplatform{padding:58px 0}.qm-whatsapp-kicker{gap:9px;margin-bottom:19px;padding:9px 12px 9px 9px}.qm-whatsapp-kicker-icon{width:36px;height:36px}.qm-whatsapp-kicker small{font-size:6.5px}.qm-whatsapp-kicker strong{font-size:12px}.qm-multiplatform h2{max-width:100%;letter-spacing:-1.8px!important;font-size:34px!important;line-height:1.04!important}.qm-multiplatform-copy>p{margin-top:16px!important;font-size:12.5px!important;line-height:1.65!important}.qm-platform-points{gap:11px;width:100%;margin-top:23px}.qm-platform-points div{align-items:flex-start;font-size:11px;line-height:1.45}.qm-sync-card{gap:11px;margin-top:23px;padding:12px}.qm-sync-web,.qm-sync-whatsapp{width:33px;height:33px}.qm-sync-line{width:25px}.qm-sync-card>div:last-child strong{font-size:10.5px}.qm-sync-card>div:last-child span{font-size:8px}.qm-whatsapp-demo{width:100%}.qm-chat-preview-pro{border-radius:18px}.qm-chat-preview-pro .qm-chat-header{min-height:60px;padding:10px 12px}.qm-chat-preview-pro .qm-chat-avatar{width:36px;height:36px;font-size:13px}.qm-chat-body-pro{min-height:0;padding:14px 10px 18px}.qm-chat-preview-pro .qm-message{max-width:92%;font-size:8.5px}.qm-question-message{width:96%;padding:11px 9px}.qm-question-top{align-items:flex-start}.qm-question-level{flex:none}.qm-whatsapp-question{font-size:9.5px!important}.qm-whatsapp-option{grid-template-columns:22px 1fr;gap:7px;min-height:39px;padding:7px 8px;font-size:7.3px}.qm-whatsapp-option b{width:22px;height:22px;font-size:7px}.qm-whatsapp-option-selected{padding-right:33px}.qm-selected-check{width:18px;height:18px;right:7px}.qm-correction-message{width:96%!important;max-width:96%!important}.qm-correction-message>p{font-size:7.8px!important}.qm-performance-update{padding:8px}.qm-chat-input{grid-template-columns:1fr 35px;min-height:52px;padding:7px 9px}.qm-chat-input-field{height:35px}.qm-chat-send{width:35px;height:35px}.qm-demo-floating{justify-content:center;width:100%;min-width:0;margin-top:11px;position:static}}@media (width<=380px){.qm-multiplatform h2{font-size:30px!important}.qm-whatsapp-kicker strong{font-size:11px}.qm-question-message,.qm-correction-message{width:100%!important;max-width:100%!important}.qm-whatsapp-option{font-size:6.9px}}.qm-register,.qm-register *,.qm-register :before,.qm-register :after{box-sizing:border-box}.qm-register{--navy-950:#041024;--navy-900:#07172f;--navy-800:#0b2143;--blue:#238cff;--blue-dark:#0968ef;--green:#23c483;--text:#0a1730;--text-soft:#68768c;--border:#dfe7f1;background:#f7f9fc;grid-template-columns:minmax(430px,.9fr) minmax(600px,1.1fr);width:100%;min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;overflow:hidden}.qm-register-brand{color:#fff;background:radial-gradient(circle at 12% 90%,#0085ff30,#0000 32%),radial-gradient(circle at 95% 12%,#6548ff45,#0000 33%),linear-gradient(145deg,#041024 0%,#07172f 48%,#0a2145 100%);flex-direction:column;min-height:100vh;padding:42px clamp(40px,5vw,78px);display:flex;position:relative;overflow:hidden}.qm-register-brand:before{content:"";opacity:.16;pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.qm-register-glow{pointer-events:none;filter:blur(2px);border-radius:50%;position:absolute}.qm-register-glow-one{background:#5246ff30;width:430px;height:430px;top:-230px;right:-190px}.qm-register-glow-two{background:#0088ff1f;width:380px;height:380px;bottom:-230px;left:-170px}.qm-register-logo{z-index:2;color:#fff;cursor:pointer;width:fit-content;font:inherit;letter-spacing:-1.5px;background:0 0;border:0;padding:0;font-size:27px;font-weight:900;position:relative}.qm-register-logo span{color:var(--blue);font-size:33px}.qm-register-brand-content{z-index:2;width:100%;max-width:520px;margin:auto 0;position:relative}.qm-register-badge{color:#d7eaff;letter-spacing:1.1px;background:#1f7eff17;border:1px solid #489fff47;border-radius:999px;align-items:center;gap:7px;width:fit-content;margin-bottom:24px;padding:8px 12px;font-size:10px;font-weight:800;display:inline-flex}.qm-register-badge svg{fill:none;stroke:#55a8ff;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.qm-register-brand-content h1{color:#fff;letter-spacing:-3.3px;max-width:520px;margin:0;font-size:clamp(43px,4.2vw,64px);font-weight:850;line-height:1.01}.qm-register-brand-content h1 span{color:var(--blue)}.qm-register-brand-content>p{color:#bdcde2;max-width:485px;margin:22px 0 0;font-size:15px;line-height:1.7}.qm-register-benefits{gap:13px;max-width:500px;margin-top:38px;display:grid}.qm-register-benefits>div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff09;border:1px solid #ffffff17;border-radius:13px;grid-template-columns:38px 1fr;align-items:center;gap:12px;padding:13px 15px;display:grid}.qm-register-benefits>div>span{color:#59a9ff;background:#298bff1f;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.qm-register-benefits svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.qm-register-benefits strong{color:#fff;margin-bottom:2px;font-size:12px;font-weight:700;display:block}.qm-register-benefits small{color:#91a5c0;font-size:9.5px;line-height:1.45;display:block}.qm-register-brand-footer{z-index:2;color:#758aa6;border-top:1px solid #ffffff14;justify-content:space-between;gap:20px;margin-top:35px;padding-top:17px;font-size:8.5px;display:flex;position:relative}.qm-register-form-side{background:radial-gradient(circle at 100% 0,#238cff0e,#0000 30%),#f7f9fc;justify-content:center;align-items:center;min-height:100vh;padding:45px 55px;display:flex}.qm-register-card{background:#fff;border:1px solid #e3eaf3;border-radius:22px;width:min(100%,610px);padding:42px 46px;box-shadow:0 25px 70px #14284b17}.qm-register-heading{margin-bottom:29px}.qm-register-step{color:#1677f5;letter-spacing:1.3px;margin-bottom:9px;font-size:9px;font-weight:850;display:block}.qm-register-heading h2{color:#09162d;letter-spacing:-1.7px;margin:0;font-size:34px;font-weight:820;line-height:1.08}.qm-register-heading p{color:#748197;max-width:470px;margin:10px 0 0;font-size:12px;line-height:1.6}.qm-register-form{gap:17px;display:grid}.qm-register-field{min-width:0}.qm-register-field>label{color:#24334c;margin-bottom:7px;font-size:10px;font-weight:750;display:block}.qm-register-input{background:#fbfcfe;border:1px solid #dce4ee;border-radius:10px;align-items:center;width:100%;height:48px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;position:relative}.qm-register-input:focus-within{background:#fff;border-color:#278aff;box-shadow:0 0 0 4px #238cff17}.qm-register-input>svg{color:#8190a6;fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px;margin-left:14px}.qm-register-input input{color:#122039;background:0 0;border:0;outline:0;width:100%;min-width:0;height:100%;padding:0 13px;font-family:inherit;font-size:12px;font-weight:500}.qm-register-input input::placeholder{color:#a0abba}.qm-register-input input:disabled{cursor:not-allowed;opacity:.65}.qm-register-help{color:#8995a7;margin-top:6px;font-size:8px;line-height:1.45;display:block}.qm-register-password-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.qm-password-toggle{color:#7e8ca0;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:43px;height:100%;padding:0;display:grid}.qm-password-toggle:hover{color:#1677ff}.qm-password-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.qm-password-rules{flex-wrap:wrap;gap:12px;margin-top:-5px;display:flex}.qm-password-rules span{color:#9aa5b4;align-items:center;gap:5px;font-size:8.5px;font-weight:600;display:flex}.qm-password-rules span svg{color:#8492a5;fill:none;stroke:currentColor;stroke-width:3px;background:#eef1f5;border-radius:50%;width:13px;height:13px;padding:2px}.qm-password-rules span.valid{color:#14825f}.qm-password-rules span.valid svg{color:#fff;background:#22b982}.qm-register-message{border-radius:9px;align-items:flex-start;gap:9px;padding:11px 13px;display:flex}.qm-register-message>span{border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-size:11px;font-weight:900;display:grid}.qm-register-message>span svg{fill:none;stroke:currentColor;stroke-width:3px;width:12px;height:12px}.qm-register-message p{margin:2px 0 0;font-size:10px;line-height:1.5}.qm-register-message-error{background:#fff3f3;border:1px solid #f7d3d3}.qm-register-message-error>span{color:#fff;background:#e64a4a}.qm-register-message-error p{color:#9f3030}.qm-register-message-success{background:#effbf6;border:1px solid #cceede}.qm-register-message-success>span{color:#fff;background:#21aa78}.qm-register-message-success p{color:#167153}.qm-register-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#258fff 0%,#0870f5 100%);border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:51px;margin-top:2px;padding:0 20px;font-family:inherit;font-size:12px;font-weight:750;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 12px 28px #1474ff3b}.qm-register-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 34px #1474ff52}.qm-register-submit:disabled{cursor:not-allowed;opacity:.7}.qm-register-submit svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.qm-register-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.75s linear infinite qm-register-spin}@keyframes qm-register-spin{to{transform:rotate(360deg)}}.qm-register-terms{color:#9aa5b4;text-align:center;max-width:440px;margin:-3px auto 0;font-size:8px;line-height:1.5}.qm-register-login{color:#7b8799;border-top:1px solid #edf0f5;justify-content:center;align-items:center;gap:7px;margin-top:25px;padding-top:21px;font-size:10px;display:flex}.qm-register-login button{color:#1677f5;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:10px;font-weight:750;display:inline-flex}.qm-register-login button:hover{text-decoration:underline}.qm-register-login button svg{fill:none;stroke:currentColor;stroke-width:2px;width:13px;height:13px}.qm-register-secure{color:#9ba6b5;text-align:center;justify-content:center;align-items:center;gap:6px;margin-top:17px;font-size:7.5px;display:flex}.qm-register-secure svg{fill:none;stroke:#6f8097;stroke-width:1.8px;flex:none;width:11px;height:11px}.qm-register-mobile-top{display:none}@media (width<=1200px){.qm-register{grid-template-columns:minmax(380px,.8fr) minmax(540px,1.2fr)}.qm-register-brand{padding:35px 38px}.qm-register-brand-content h1{letter-spacing:-2.5px;font-size:47px}.qm-register-form-side{padding:35px}.qm-register-card{padding:37px}}@media (width<=950px){.qm-register{min-height:100vh;display:block;overflow:visible}.qm-register-brand{display:none}.qm-register-form-side{background:radial-gradient(circle at 100% 0,#238cff1c,#0000 30%),#f6f8fc;min-height:100vh;padding:0 24px 45px;display:block}.qm-register-mobile-top{justify-content:space-between;align-items:center;width:min(100%,610px);height:75px;margin:0 auto;display:flex}.qm-register-mobile-logo{color:#0a1730;cursor:pointer;letter-spacing:-1.2px;background:0 0;border:0;padding:0;font-family:inherit;font-size:23px;font-weight:900}.qm-register-mobile-logo span{color:#238cff;font-size:28px}.qm-register-mobile-back{color:#66758a;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:10px;font-weight:650;display:flex}.qm-register-mobile-back svg{fill:none;stroke:currentColor;stroke-width:2px;width:15px;height:15px}.qm-register-card{margin:10px auto 0}}@media (width<=640px){.qm-register-form-side{padding:0 14px 30px}.qm-register-mobile-top{height:65px}.qm-register-mobile-logo{font-size:21px}.qm-register-mobile-logo span{font-size:26px}.qm-register-card{border-radius:17px;width:100%;margin-top:4px;padding:28px 19px 24px;box-shadow:0 16px 45px #14284b13}.qm-register-heading{margin-bottom:24px}.qm-register-step{font-size:8px}.qm-register-heading h2{letter-spacing:-1.4px;font-size:29px}.qm-register-heading p{font-size:11px}.qm-register-form{gap:15px}.qm-register-field>label{font-size:10px}.qm-register-input{height:50px}.qm-register-input input{font-size:12px}.qm-register-password-grid{grid-template-columns:1fr;gap:15px}.qm-register-submit{min-height:52px;font-size:12px}.qm-register-login{flex-wrap:wrap;line-height:1.5}}@media (width<=380px){.qm-register-form-side{padding-left:10px;padding-right:10px}.qm-register-card{padding:24px 15px 22px}.qm-register-heading h2{font-size:26px}.qm-register-mobile-back{font-size:9px}}.qm-study-page{color:#0f1f3d;background:#f4f7fb;min-height:100vh}.qm-study-header{color:#fff;background:linear-gradient(120deg,#0b1930,#102846);grid-template-columns:minmax(220px,1fr) minmax(220px,1.3fr) auto auto;align-items:center;gap:28px;min-height:86px;padding:14px clamp(18px,4vw,56px);display:grid;box-shadow:0 8px 28px #0f1f3d1f}.qm-study-brand{letter-spacing:-1.2px;white-space:nowrap;font-size:30px;font-weight:900}.qm-study-brand .qm-brand-q{color:#2d8cff}.qm-study-brand small{color:#aebbd0;letter-spacing:0;vertical-align:middle;white-space:normal;border-left:1px solid #ffffff2e;max-width:115px;margin-left:18px;padding-left:18px;font-size:12px;font-weight:500;line-height:1.35;display:inline-block}.qm-study-context,.qm-study-session{flex-direction:column;gap:4px;display:flex}.qm-study-context strong,.qm-study-session strong{font-size:15px}.qm-study-context span,.qm-study-session span{color:#58a6ff;font-size:12px}.qm-close{color:#fff;cursor:pointer;background:#ffffff17;border:0;border-radius:14px;width:46px;height:46px;font-size:30px;line-height:1}.qm-question-shell{background:#fff;border:1px solid #e8edf5;border-radius:20px;width:min(1180px,100% - 36px);margin:24px auto;padding:clamp(20px,3vw,34px);box-shadow:0 14px 45px #0f1f3d12}.qm-question-meta{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.qm-pill{border-radius:12px;align-items:center;min-height:36px;margin-right:8px;padding:0 15px;font-size:13px;font-weight:800;display:inline-flex}.qm-pill-neutral{color:#17233a;background:#edf2f7}.qm-pill-blue{color:#0862dc;background:#e4f0ff}.qm-question-title{color:#101d36;letter-spacing:-.4px;max-width:1000px;margin:0 0 24px;font-size:clamp(21px,2.3vw,30px);line-height:1.22}.qm-options{gap:10px;display:grid}.qm-option{cursor:pointer;background:#fff;border:1.5px solid #dbe3ee;border-radius:13px;grid-template-columns:42px 1fr 42px;align-items:center;gap:12px;min-height:62px;padding:9px 14px;transition:all .18s;display:grid}.qm-option:hover{background:#fbfdff;border-color:#8ab9ff;transform:translateY(-1px)}.qm-option-selected{background:#f0f6ff;border-color:#1769ff;box-shadow:0 0 0 1px #1769ff1f}.qm-option-letter{color:#15223a;background:#f0f3f7;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.qm-option-selected .qm-option-letter{color:#fff;background:#1769ff}.qm-scissors{color:#17396f;cursor:pointer;background:0 0;border:0;border-radius:10px;width:38px;height:38px;font-size:22px}.qm-scissors:hover{background:#edf4ff}.qm-option-eliminated{opacity:.52;background:#f8fafc}.qm-option-eliminated .qm-option-text{text-decoration:line-through}.qm-option-eliminated .qm-scissors{background:#e8edf4}.qm-answer-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1671ff,#2389ff);border:0;border-radius:13px;width:100%;min-height:58px;margin-top:22px;font-size:16px;font-weight:850;box-shadow:0 10px 22px #1771ff2e}.qm-answer-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.qm-result{border:1px solid;border-radius:15px;margin-top:22px;padding:20px}.qm-result-heading{align-items:center;gap:14px;display:flex}.qm-result-heading h2{margin:0 0 3px;font-size:19px}.qm-result-heading p{color:#64748b;margin:0;font-size:14px}.qm-result-icon{color:#fff;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:28px;font-weight:800;display:grid}.qm-result-wrong .qm-result-icon{background:#ff3848}.qm-result-correct .qm-result-icon{background:#16a34a}.qm-comment{background:#fff;border:1px solid #0f1f3d14;border-radius:12px;margin-top:16px;padding:17px 20px}.qm-comment strong{margin-bottom:8px;font-size:16px;display:block}.qm-comment p{color:#34445e;margin:0;line-height:1.65}.qm-study-message{color:#725c0b;background:#fff8df;border-radius:10px;margin:14px 0 0;padding:11px 14px;font-weight:650}.qm-navigation{grid-template-columns:1fr 1.2fr 1fr;gap:12px;margin-top:22px;display:grid}.qm-nav-button{color:#10213d;cursor:pointer;background:#fff;border:1px solid #d9e3f0;border-radius:13px;justify-content:center;align-items:center;gap:14px;min-height:66px;padding:10px 18px;display:flex}.qm-nav-button strong,.qm-nav-button small{display:block}.qm-nav-button small{color:#6b7b94;margin-top:3px;font-size:11px}.qm-nav-primary{color:#fff;background:linear-gradient(90deg,#1671ff,#2389ff);border-color:#1976ff}.qm-nav-primary small{color:#dcecff}.qm-nav-button:disabled{opacity:.45;cursor:not-allowed}.qm-progress-row{color:#52627b;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:22px;font-size:12px;display:grid}.qm-progress-track{background:#e6edf6;border-radius:999px;height:10px;overflow:hidden}.qm-progress-fill{border-radius:inherit;background:#18b66a;height:100%;transition:width .25s}@media (width<=760px){.qm-study-header{grid-template-columns:1fr auto;gap:12px;min-height:auto;padding:14px 16px}.qm-study-brand{font-size:25px}.qm-study-brand small,.qm-study-context{display:none}.qm-study-session{grid-area:2/1}.qm-close{grid-area:1/2/span 2}.qm-question-shell{border-radius:15px;width:calc(100% - 20px);margin:10px auto;padding:18px 14px}.qm-question-title{margin-bottom:18px;font-size:20px}.qm-option{grid-template-columns:36px 1fr 36px;gap:8px;min-height:58px;padding:8px 9px}.qm-option-letter{width:34px;height:34px}.qm-option-text{font-size:14px}.qm-navigation{grid-template-columns:1fr}.qm-nav-primary{order:-1}.qm-progress-row{grid-template-columns:1fr auto}.qm-progress-track{grid-area:2/1/auto/-1}}.qm-study-page{font-size:15px}.qm-study-brand{font-size:inherit;letter-spacing:0;align-items:center;gap:16px;display:flex}.qm-logo-text{letter-spacing:-1.1px;font-size:27px;font-weight:900}.qm-study-brand small{max-width:130px;margin-left:0;padding-left:16px;font-size:11px;line-height:1.35;display:block}.qm-study-context,.qm-study-session{flex-direction:row;align-items:center;gap:12px;display:flex}.qm-study-context>div,.qm-study-session>div{flex-direction:column;gap:3px;display:flex}.qm-header-icon{color:#fff;border:2px solid #ffffffe6;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:22px;font-weight:800;display:grid}.qm-chart-icon{border:0;border-radius:0;font-size:25px}.qm-study-context strong,.qm-study-session strong{font-size:14px;line-height:1.2}.qm-context-sub,.qm-session-sub{color:#55a4ff!important;font-size:11px!important}.qm-close{border-radius:12px;width:42px;height:42px;font-size:25px}.qm-question-shell{width:min(1040px,100% - 40px);margin:20px auto;padding:25px 28px 22px}.qm-pill{border-radius:10px;min-height:31px;padding:0 13px;font-size:11px}.qm-question-title{letter-spacing:-.25px;margin-bottom:20px;font-size:clamp(19px,1.55vw,24px);line-height:1.28}.qm-options{gap:9px}.qm-option{border-radius:12px;grid-template-columns:38px 1fr 38px;gap:10px;min-height:56px;padding:8px 12px}.qm-option-letter{width:34px;height:34px;font-size:14px}.qm-option-text{font-size:14px;line-height:1.4}.qm-scissors{width:34px;height:34px;font-size:19px}.qm-answer-button{min-height:52px;margin-top:18px;font-size:14px}.qm-result{margin-top:18px;padding:17px}.qm-result-heading h2{font-size:17px}.qm-result-heading p,.qm-comment p{font-size:13px}.qm-comment{margin-top:13px;padding:14px 17px}.qm-comment strong{font-size:14px}.qm-navigation{gap:10px;margin-top:17px}.qm-nav-button{min-height:58px;padding:9px 14px}.qm-nav-button strong{font-size:13px}.qm-nav-button small{font-size:10px}.qm-progress-row{margin-top:17px;font-size:11px}@media (width>=1500px){.qm-question-shell{width:min(1080px,100% - 40px)}}@media (width<=760px){.qm-study-header{grid-template-columns:1fr auto;padding:12px 14px}.qm-logo-text{font-size:24px}.qm-study-brand small,.qm-study-context{display:none}.qm-study-session{grid-area:2/1}.qm-study-session .qm-header-icon{display:none}.qm-question-shell{width:calc(100% - 16px);margin:8px auto;padding:16px 12px}.qm-question-title{font-size:18px}.qm-option{grid-template-columns:34px 1fr 34px;min-height:54px;padding:7px 8px}.qm-option-letter{width:31px;height:31px;font-size:13px}.qm-option-text{font-size:13px}}.qm-study-header{grid-template-columns:minmax(265px,1.15fr) minmax(245px,1fr) minmax(180px,.72fr) minmax(190px,.78fr) 46px;gap:22px;min-height:82px;padding:12px clamp(24px,3.5vw,52px)}.qm-study-brand{justify-self:start}.qm-logo-text{font-size:30px}.qm-study-context,.qm-study-timer,.qm-study-session{flex-direction:row;align-items:center;gap:11px;min-width:0;display:flex}.qm-study-context>div,.qm-study-timer>div,.qm-study-session>div{flex-direction:column;gap:3px;min-width:0;display:flex}.qm-study-context strong,.qm-study-timer strong,.qm-study-session strong{color:#fff;white-space:nowrap;font-size:14px;line-height:1.15}.qm-study-timer span:not(.qm-header-symbol),.qm-context-sub,.qm-session-sub{white-space:nowrap;color:#91a6c4!important;font-size:11px!important}.qm-context-sub,.qm-session-sub{color:#58a6ff!important}.qm-header-symbol{color:#fff;border:2px solid #ffffffe6;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.qm-header-symbol-plain{border:0;border-radius:0}.qm-close{place-items:center;display:grid}.qm-option-correct{box-shadow:0 0 0 1px #18b5661a;background:#ecfff4!important;border-color:#18b566!important}.qm-option-wrong{box-shadow:0 0 0 1px #ff46551a;background:#fff0f1!important;border-color:#ff4655!important}.qm-option-wrong .qm-option-text{color:#9f2630}.qm-scissors{place-items:center;display:grid}.qm-progress-row{grid-template-columns:auto minmax(180px,1fr) auto auto}.qm-progress-label{color:#263852;align-items:center;gap:7px;display:inline-flex}.qm-footer-tools{color:#42536e;white-space:nowrap;justify-content:flex-end;align-items:center;gap:20px;display:flex}.qm-footer-tools span{align-items:center;gap:6px;font-weight:700;display:inline-flex}@media (width<=1050px){.qm-study-header{grid-template-columns:minmax(230px,1fr) minmax(220px,1fr) auto 44px}.qm-study-timer{display:none}.qm-progress-row{grid-template-columns:auto 1fr auto}.qm-footer-tools{display:none}}@media (width<=760px){.qm-study-header{grid-template-columns:1fr auto;gap:10px}.qm-study-context,.qm-study-timer{display:none}.qm-study-session{grid-area:2/1}.qm-study-session .qm-header-symbol{display:none}.qm-progress-row{grid-template-columns:1fr auto}}.qm-option-correct,.qm-option.qm-option-correct{background:#eafaf0!important;border:2px solid #16a34a!important;box-shadow:0 0 0 1px #16a34a14!important}.qm-option-correct .qm-option-letter{color:#fff!important;background:#16a34a!important}.qm-option-correct .qm-option-text{color:#116534!important;font-weight:750!important}.qm-option-wrong,.qm-option.qm-option-wrong{background:#fff0f1!important;border:2px solid #ef3340!important;box-shadow:0 0 0 1px #ef334014!important}.qm-option-wrong .qm-option-letter{color:#fff!important;background:#ef3340!important}.qm-option-wrong .qm-option-text{color:#a51f2b!important;font-weight:750!important}.qm-result{border-width:1.5px!important;padding:20px 22px!important}.qm-result-heading{gap:16px!important}.qm-result-heading h2{margin:0 0 4px!important;font-size:20px!important;font-weight:850!important}.qm-result-heading p{margin:0!important;font-size:13px!important}.qm-result-icon{color:#fff!important;border-radius:50%!important;flex:0 0 52px!important;place-items:center!important;width:52px!important;height:52px!important;display:grid!important}.qm-result-icon-correct,.qm-result-correct .qm-result-icon{background:#16a34a!important}.qm-result-icon-wrong,.qm-result-wrong .qm-result-icon{background:#f34!important}.qm-result-correct{background:#effcf4!important;border-color:#69d796!important}.qm-result-wrong{background:#fff3f3!important;border-color:#ff9ca4!important}.qm-result-correct .qm-result-heading h2{color:#087a39!important}.qm-result-wrong .qm-result-heading h2{color:#bd1e2c!important}.qm-correct-answer-note{color:#166534;background:#dcfce7;border-radius:999px;align-items:center;gap:5px;margin:14px 0 0 68px;padding:6px 11px;font-size:12px;display:inline-flex}.qm-comment{border-radius:12px!important;margin-top:15px!important}@media (width<=760px){.qm-result{padding:16px!important}.qm-result-icon{flex-basis:44px!important;width:44px!important;height:44px!important}.qm-result-heading h2{font-size:17px!important}.qm-correct-answer-note{margin-left:0}}.qm-finished-page{color:#10213d;background:radial-gradient(circle at 50% 0,#2563eb1a,#0000 34%),#f4f7fb;place-items:center;min-height:100vh;padding:48px 20px;display:grid}.qm-finished-card{text-align:center;background:#fff;border:1px solid #e4eaf2;border-radius:24px;width:min(560px,100%);padding:38px 42px 30px;box-shadow:0 24px 65px #0f1f3d1c}.qm-finished-logo{color:#10213d;letter-spacing:-1.2px;margin-bottom:24px;font-size:30px;font-weight:900}.qm-finished-q{color:#267cff}.qm-finished-icon{color:#13a75b;background:#eafaf1;border-radius:50%;place-items:center;width:76px;height:76px;margin:0 auto 17px;display:grid;box-shadow:inset 0 0 0 1px #bdeccc}.qm-finished-badge{color:#1769d8;background:#e8f1ff;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 13px;font-size:12px;font-weight:800;display:inline-flex}.qm-finished-card h1{color:#0f1f3a;letter-spacing:-.5px;margin:15px 0 8px;font-size:28px;line-height:1.2}.qm-finished-text{color:#66758d;max-width:420px;margin:0 auto;font-size:14px;line-height:1.65}.qm-finished-divider{background:#edf1f6;height:1px;margin:26px 0}.qm-finished-actions{grid-template-columns:1.35fr 1fr;gap:11px;display:grid}.qm-finished-primary,.qm-finished-secondary{cursor:pointer;border-radius:12px;min-height:50px;font-size:14px;font-weight:800}.qm-finished-primary{color:#fff;background:linear-gradient(90deg,#176fff,#2588ff);border:0;justify-content:center;align-items:center;gap:9px;display:inline-flex;box-shadow:0 9px 20px #176fff2e}.qm-finished-secondary{color:#30425f;background:#fff;border:1px solid #d9e2ef}.qm-finished-primary:hover,.qm-finished-secondary:hover{transform:translateY(-1px)}.qm-finished-footer{color:#9aa6b7;margin:23px 0 0;font-size:11px}@media (width<=600px){.qm-finished-page{padding:18px 12px}.qm-finished-card{border-radius:19px;padding:30px 20px 24px}.qm-finished-icon{width:66px;height:66px}.qm-finished-card h1{font-size:24px}.qm-finished-actions{grid-template-columns:1fr}}.qm-header-final{grid-template-columns:minmax(250px,1.2fr) minmax(210px,.95fr) minmax(210px,.9fr) minmax(220px,.95fr) 42px!important;gap:24px!important;min-height:78px!important;padding:10px clamp(28px,4vw,62px)!important}.qm-header-final .qm-study-brand{gap:14px!important}.qm-header-final .qm-logo-text{font-size:29px!important}.qm-header-final .qm-study-brand small{color:#a9b9d0!important;font-size:11px!important;line-height:1.35!important}.qm-head-info{color:#fff;align-items:center;gap:11px;min-width:0;display:flex}.qm-head-info>div{text-align:left;flex-direction:column;gap:4px;min-width:0;display:flex}.qm-head-info strong{color:#fff;white-space:nowrap;font-size:14px;font-weight:800;line-height:1.15}.qm-head-info span:not(.qm-head-icon){color:#73b2ff;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.2;overflow:hidden}.qm-head-icon{color:#fff;background:#ffffff0e;border:1px solid #ffffff38;border-radius:11px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.qm-head-button{cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.qm-head-button:hover .qm-head-icon{background:#ffffff1f}.qm-footer-tools button{color:#42536e;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:5px 7px;font-weight:750;display:inline-flex}.qm-footer-tools button:hover{color:#1769d8;background:#eef4fc}.qm-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#08142785;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.qm-modal{color:#12213a;background:#fff;border:1px solid #e1e8f2;border-radius:18px;width:min(520px,100%);padding:22px;box-shadow:0 26px 70px #05142d3d}.qm-modal-title{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:17px;display:flex}.qm-modal-title>div{flex-direction:column;gap:4px;display:flex}.qm-modal-title strong{font-size:18px}.qm-modal-title span{color:#718097;font-size:12px}.qm-modal-title>button{color:#263852;cursor:pointer;background:#f0f4f9;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.qm-shortcut-grid{gap:9px;padding-top:17px;display:grid}.qm-shortcut-grid>span{color:#42536e;border:1px solid #e7ecf3;border-radius:11px;align-items:center;gap:8px;min-height:48px;padding:9px 12px;font-size:13px;display:flex}.qm-shortcut-grid b{color:#15243e;margin-left:auto;font-size:12px}.qm-shortcut-grid kbd{color:#19365f;background:#f8fafc;border:1px solid #d5deea;border-bottom-width:2px;border-radius:7px;place-items:center;min-width:30px;min-height:28px;padding:4px 8px;font-family:inherit;font-weight:800;display:inline-grid}.qm-setting-row{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:15px 0;display:flex}.qm-setting-row:last-child{border-bottom:0;padding-bottom:0}.qm-setting-row>div:first-child{flex-direction:column;gap:4px;display:flex}.qm-setting-row strong{font-size:13px}.qm-setting-row span{color:#78869b;font-size:11px}.qm-setting-buttons{flex-direction:row!important;gap:5px!important;display:flex!important}.qm-setting-buttons button,.qm-setting-action{color:#263852;cursor:pointer;background:#fff;border:1px solid #d9e2ef;border-radius:9px;min-width:38px;min-height:36px;padding:0 10px;font-weight:800}.qm-setting-buttons button.ativo{color:#1261d4;background:#eaf3ff;border-color:#2278ff}.qm-setting-action{min-width:82px}.qm-switch{cursor:pointer;background:#cbd5e1;border:0;border-radius:999px;width:48px;height:27px;padding:3px;transition:all .2s}.qm-switch span{background:#fff;border-radius:50%;width:21px;height:21px;transition:all .2s;display:block;box-shadow:0 2px 5px #00000024}.qm-switch.ligado{background:#1f78ff}.qm-switch.ligado span{transform:translate(21px)}.qm-font-compacta .qm-question-title{font-size:18px!important}.qm-font-compacta .qm-option-text{font-size:12.5px!important}.qm-font-grande .qm-question-title{font-size:27px!important}.qm-font-grande .qm-option-text{font-size:17px!important}.qm-focus-mode .qm-question-meta,.qm-focus-mode .qm-progress-row{display:none!important}@media (width<=1080px){.qm-header-final{grid-template-columns:minmax(220px,1fr) minmax(190px,1fr) minmax(190px,1fr) 42px!important}.qm-header-final .qm-head-info:nth-of-type(3){display:none}}@media (width<=760px){.qm-header-final{grid-template-columns:1fr auto!important;min-height:70px!important;padding:10px 14px!important}.qm-header-final .qm-study-brand small,.qm-header-final .qm-head-info{display:none!important}.qm-header-final .qm-logo-text{font-size:25px!important}.qm-modal{padding:18px}.qm-setting-row{flex-direction:column;align-items:flex-start}}
