@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Lora:ital,wght@0,400;0,600;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap";.ProseMirror{--roxo: #9b87d4;--roxo-escuro: #6b5db0;--roxo-claro: #e8e2f7;--roxo-ultra-claro: #f4f1fc;--verde: #8bc4a0;--verde-escuro: #5a9b74;--verde-claro: #dff0e6;--verde-ultra-claro: #f0f8f3;--amarelo: #f9c74f;--amarelo-claro: #fef8e3;--coral: #f4827a;--coral-claro: #fde8e7;--azul: #74b3e8;--azul-claro: #e3f1fb;--cinza-escuro: #2d2d3a;--cinza-medio: #5a5a72;--cinza-claro: #9494aa;--branco: #ffffff;--fundo: #f7f5fc;--borda: #e2dcf5;font-family:Nunito,sans-serif;color:var(--cinza-escuro);font-size:13px;line-height:1.6}.ProseMirror .pagina{width:100%;min-height:1123px;background:var(--branco);position:relative;display:flex;flex-direction:column;overflow:visible;box-sizing:border-box}.ProseMirror .capa{min-height:1100px}.ProseMirror .capa-escola{padding:32px 28px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0}.ProseMirror .capa-logo{width:80px;height:80px;background:#ffffff;border-radius:12px;border:2px solid var(--borda);display:flex;align-items:center;justify-content:center;padding:6px;margin-bottom:10px}.ProseMirror .capa-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ProseMirror .capa-escola-nome{font-size:18px;font-weight:900;color:#1a4a8a;line-height:1.2}.ProseMirror .capa-escola-endereco{font-size:10px;color:var(--cinza-claro);margin-top:4px;line-height:1.4}.ProseMirror .capa-hero{background:linear-gradient(135deg,var(--roxo) 0%,var(--roxo-escuro) 60%,#4a3d8f 100%);padding:50px 36px;position:relative;overflow:hidden;text-align:center;margin:12px 28px;border-radius:16px;flex-shrink:0}.ProseMirror .capa-hero-deco{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 85% 20%,rgba(139,196,160,.25) 0%,transparent 50%),radial-gradient(circle at 15% 80%,rgba(255,255,255,.08) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.03) 0%,transparent 70%);pointer-events:none}.ProseMirror .capa-hero-conteudo{position:relative;z-index:1}.ProseMirror .capa-tipo-doc{font-size:13px;font-weight:700;color:#ffffffa6;text-transform:uppercase;letter-spacing:3px;margin-bottom:6px}.ProseMirror .capa-periodo-label{font-size:28px;font-weight:900;color:#fff;letter-spacing:-.5px;line-height:1.2}.ProseMirror .capa-hero-linha{width:60px;height:3px;background:var(--verde);margin:16px auto;border-radius:2px}.ProseMirror .capa-nome-crianca{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.3px}.ProseMirror .capa-detalhes{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;padding:20px 28px;flex-shrink:0}.ProseMirror .capa-detalhe-item{display:flex;align-items:center;gap:10px;background:var(--roxo-ultra-claro);border:1.5px solid var(--borda);border-radius:10px;padding:12px 14px}.ProseMirror .capa-detalhe-icone{font-size:20px;line-height:1;flex-shrink:0}.ProseMirror .capa-detalhe-item label{font-size:9px;font-weight:800;color:var(--roxo);text-transform:uppercase;letter-spacing:.7px;display:block;margin-bottom:1px}.ProseMirror .capa-detalhe-item span:not(.capa-detalhe-icone){font-size:12px;font-weight:700;color:var(--cinza-escuro)}.ProseMirror .capa-sumario{margin:8px 28px 0;padding:18px 22px;background:var(--fundo);border:1.5px solid var(--borda);border-radius:12px;flex-shrink:0}.ProseMirror .capa-sumario-titulo{font-size:10px;font-weight:800;color:var(--roxo);text-transform:uppercase;letter-spacing:.7px;margin-bottom:12px}.ProseMirror .capa-sumario-itens{display:flex;flex-direction:column;gap:8px}.ProseMirror .capa-sumario-item{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600;color:var(--cinza-escuro)}.ProseMirror .capa-sum-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ProseMirror .barra-topo{height:7px;background:linear-gradient(90deg,var(--roxo) 0%,var(--verde) 100%);flex-shrink:0}.ProseMirror .barra-rodape{height:5px;background:linear-gradient(90deg,var(--verde) 0%,var(--roxo) 100%);flex-shrink:0}.ProseMirror .header-escola{padding:16px 28px;display:flex;align-items:center;gap:16px;border-bottom:2px solid var(--borda);flex-shrink:0}.ProseMirror .logo-escola{width:60px;height:60px;background:#ffffff;border-radius:8px;border:1.5px solid var(--borda);display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px}.ProseMirror .logo-escola img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background:white}.ProseMirror .escola-info h1{font-size:14px;font-weight:900;color:#1a4a8a;line-height:1.2}.ProseMirror .escola-info p{font-size:10px;color:var(--cinza-claro);margin-top:3px;line-height:1.4}.ProseMirror .banner-relatorio{background:linear-gradient(135deg,var(--roxo) 0%,var(--roxo-escuro) 100%);padding:18px 28px;position:relative;overflow:hidden;flex-shrink:0}.ProseMirror .banner-relatorio:before{content:"";position:absolute;right:-30px;top:-30px;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.07)}.ProseMirror .banner-relatorio:after{content:"";position:absolute;right:50px;bottom:-40px;width:90px;height:90px;border-radius:50%;background:rgba(139,196,160,.2)}.ProseMirror .banner-titulo{font-size:18px;font-weight:900;color:#fff;letter-spacing:-.3px;position:relative;z-index:1}.ProseMirror .banner-sub{font-size:11px;color:#ffffffb8;margin-top:3px;position:relative;z-index:1}.ProseMirror .ficha-aluno{padding:14px 28px;background:var(--roxo-ultra-claro);border-bottom:2px solid var(--borda);display:grid;grid-template-columns:repeat(4,1fr);gap:12px;flex-shrink:0}.ProseMirror .ficha-item label{font-size:9px;font-weight:800;color:var(--roxo);text-transform:uppercase;letter-spacing:.7px;display:block;margin-bottom:2px}.ProseMirror .ficha-item span{font-size:12px;font-weight:700;color:var(--cinza-escuro)}.ProseMirror .conteudo{padding:20px 28px;display:flex;flex-direction:column;gap:16px;flex:1}.ProseMirror .secao{border-radius:12px;overflow:hidden;border:1.5px solid var(--borda)}.ProseMirror .secao-header{padding:10px 16px;display:flex;align-items:center;gap:8px}.ProseMirror .secao-header .icone{font-size:15px;line-height:1}.ProseMirror .secao-header h2{font-size:16px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin:0}.ProseMirror .secao-body{padding:12px;background:var(--branco)}.ProseMirror .secao-body p{font-family:Lora,serif;font-size:12px;line-height:1.8;color:var(--cinza-escuro);margin-bottom:10px;text-align:justify}.ProseMirror .secao-body p:last-child{margin-bottom:0}.ProseMirror .sec-planejamento .secao-header{background:var(--verde-claro)}.ProseMirror .sec-planejamento .secao-header h2{color:var(--verde-escuro)}.ProseMirror .sec-planejamento{border-color:var(--verde)}.ProseMirror .sec-planejamento .secao-body p{text-indent:50px}.ProseMirror .sec-relato .secao-header{background:var(--azul-claro)}.ProseMirror .sec-relato .secao-header h2{color:#3a7ec4}.ProseMirror .sec-relato{border-color:var(--azul)}.ProseMirror .sec-relato .secao-body p{text-indent:50px}.ProseMirror .sec-producoes .secao-header{background:var(--roxo-claro)}.ProseMirror .sec-producoes .secao-header h2{color:var(--roxo-escuro)}.ProseMirror .sec-producoes{border-color:var(--roxo)}.ProseMirror .sec-portfolio .secao-header{background:var(--amarelo-claro)}.ProseMirror .sec-portfolio .secao-header h2{color:#b8860b}.ProseMirror .sec-portfolio{border-color:var(--amarelo)}.ProseMirror .sec-bncc .secao-header{background:var(--coral-claro)}.ProseMirror .sec-bncc .secao-header h2{color:#c0392b}.ProseMirror .sec-bncc{border-color:var(--coral)}.ProseMirror .sec-conclusao .secao-header{background:linear-gradient(90deg,#ffd6a5,#ffb347)}.ProseMirror .sec-conclusao .secao-header h2{color:#8b4513}.ProseMirror .sec-conclusao{border-color:var(--amarelo)}.ProseMirror .sec-conclusao .secao-body p{text-indent:50px}.ProseMirror .producao-bloco{border-bottom:1.5px solid var(--borda)}.ProseMirror .producao-bloco:last-child{border-bottom:none}.ProseMirror .producao-tipo{background:var(--roxo-claro);padding:8px 14px;font-size:10px;font-weight:800;color:var(--roxo-escuro);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--borda);display:flex;align-items:center;gap:5px}.ProseMirror .producao-conteudo{display:grid;grid-template-columns:210px 1fr}.ProseMirror .producao-imagem{background:var(--fundo);border-right:1.5px dashed var(--borda);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 14px;gap:8px;min-height:190px}.ProseMirror .producao-imagem .img-placeholder{width:176px;height:155px;border-radius:10px;border:2px dashed var(--borda);display:flex;align-items:center;justify-content:center;font-size:48px;background:var(--branco);overflow:hidden}.ProseMirror .producao-imagem .img-placeholder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.ProseMirror .producao-imagem span{font-size:9px;color:var(--cinza-claro);text-align:center;font-weight:600}.ProseMirror .producao-texto{padding:14px}.ProseMirror .producao-texto h3{font-size:12px;font-weight:800;color:var(--roxo-escuro);margin-bottom:6px}.ProseMirror .producao-texto p{font-family:Lora,serif;font-size:11.5px;line-height:1.75;color:var(--cinza-medio);margin-bottom:6px;text-align:justify}.ProseMirror .sec-producoes .secao-body p{text-indent:50px}.ProseMirror .producao-texto p:last-child{margin-bottom:0}.ProseMirror .tag-status{display:inline-block;padding:2px 9px;border-radius:20px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px}.ProseMirror .tag-escrita{background:#e8f5e9;color:#2e7d32}.ProseMirror .tag-desenho{background:#fff3e0;color:#e65100}.ProseMirror .tag-leitura{background:#e3f2fd;color:#1565c0}.ProseMirror .portfolio-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:10px}.ProseMirror .portfolio-item{border-radius:10px;overflow:hidden;border:1.5px solid var(--borda);background:var(--fundo)}.ProseMirror .portfolio-item.horizontal{grid-column:span 2}.ProseMirror .portfolio-item.vertical{grid-row:span 2}.ProseMirror .portfolio-foto{width:100%;background:linear-gradient(135deg,var(--roxo-claro),var(--verde-claro));display:flex;align-items:center;justify-content:center;font-size:40px;border-bottom:1px solid var(--borda);overflow:hidden}.ProseMirror .portfolio-item:not(.horizontal):not(.vertical) .portfolio-foto{height:auto}.ProseMirror .portfolio-item.horizontal .portfolio-foto,.ProseMirror .portfolio-item.vertical .portfolio-foto{height:auto}.ProseMirror .portfolio-foto img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ProseMirror .portfolio-legenda{padding:7px 10px;font-size:10px;font-weight:600;color:var(--cinza-medio);text-align:center}.ProseMirror .bncc-tabela{width:100%;border-collapse:collapse}.ProseMirror .bncc-tabela thead th{background:var(--coral-claro);color:#c0392b;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;padding:6px 10px;text-align:left;border-bottom:2px solid var(--coral)}.ProseMirror .bncc-tabela thead th:last-child{text-align:center;width:150px}.ProseMirror .bncc-tabela tbody tr{border-bottom:1px solid var(--borda)}.ProseMirror .bncc-tabela tbody tr:last-child{border-bottom:none}.ProseMirror .bncc-tabela tbody tr:nth-child(2n){background:#fafafa}.ProseMirror .bncc-tabela tbody td{padding:5px 10px;font-size:10px;color:var(--cinza-escuro);vertical-align:middle;line-height:1.4}.ProseMirror .bncc-tabela tbody td:last-child{text-align:center}.ProseMirror .badge-status{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:20px;font-size:9px;font-weight:700;white-space:nowrap}.ProseMirror .badge-desenvolvido{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.ProseMirror .badge-desenvolvendo{background:#fff8e1;color:#f57f17;border:1px solid #ffcc80}.ProseMirror .badge-avezes{background:#e3f2fd;color:#1565c0;border:1px solid #90caf9}.ProseMirror .badge-nao-observado{background:#f5f5f5;color:#9e9e9e;border:1px solid #e0e0e0}.ProseMirror .conclusao-assinatura{margin-top:18px;display:flex;justify-content:flex-end}.ProseMirror .assinatura-linha{text-align:right;border-top:2px solid var(--borda);padding-top:4px;width:200px}.ProseMirror .assinatura-nome{font-size:12px;font-weight:800;color:var(--cinza-escuro)}.ProseMirror .assinatura-cargo{font-size:10px;color:var(--cinza-claro);margin-top:1px}.ProseMirror .rodape{padding:10px 28px;border-top:1.5px solid var(--borda);display:flex;align-items:center;justify-content:space-between;background:var(--roxo-ultra-claro);flex-shrink:0;margin-top:auto}.ProseMirror .rodape-nota{font-size:9px;color:var(--cinza-claro);font-style:italic}.ProseMirror .rodape-nara{font-size:9px;font-weight:700;color:var(--roxo)}@media print{.ProseMirror .pagina{width:210mm;min-height:297mm;box-shadow:none;margin:0;page-break-after:always;-moz-column-break-after:page;break-after:page}.ProseMirror .pagina:last-child{page-break-after:avoid;-moz-column-break-after:avoid;break-after:avoid}}.coord-shell{--bg-main: #F5F5F7;--bg-card: #FFFFFF;--purple: #7E5BBE;--purple-strong: #6B4FA8;--purple-dark: #4A3370;--purple-soft: #EDE7F6;--purple-softer: #F5F0FB;--green: #4CAF50;--green-soft: #A5D6A7;--green-bg: #E8F5E9;--red: #EF5350;--red-soft: #E57373;--red-bg: #FFEBEE;--blue: #5C9CE6;--blue-bg: #E3F2FD;--amber: #FFA726;--amber-bg: #FFF3E0;--text-dark: #1A1A2E;--text-body: #2F2F42;--text-muted: #6B7280;--text-light: #9CA3AF;--border: #E5E7EB;--border-light: #F3F4F6;background:var(--bg-main);color:var(--text-dark);font-family:Poppins,-apple-system,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}.coord-shell *,.coord-shell *:before,.coord-shell *:after{box-sizing:border-box}.coord-shell .tip{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1.5px solid var(--text-light);color:var(--text-light);font-size:10px;font-weight:700;font-family:Poppins,sans-serif;cursor:help;position:relative;margin-left:6px;flex-shrink:0;transition:all .15s;background:transparent;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.coord-shell .tip:hover,.coord-shell .tip:focus{border-color:var(--purple);color:var(--purple);background:var(--purple-softer);outline:none}.coord-shell .tip:before{content:attr(data-tip);position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(6px);background:#1A1A2E;color:#fff;padding:12px 14px;border-radius:10px;font-size:12px;font-weight:400;line-height:1.55;width:-moz-max-content;width:max-content;max-width:280px;white-space:normal;text-align:left;letter-spacing:.1px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s,transform .18s,visibility .18s;z-index:100;box-shadow:0 12px 32px #0003}.coord-shell .tip:after{content:"";position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%) translateY(6px);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1A1A2E;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s,transform .18s,visibility .18s;z-index:100}.coord-shell .tip:hover:before,.coord-shell .tip:hover:after,.coord-shell .tip:focus:before,.coord-shell .tip:focus:after{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.coord-shell .tip.left:before{left:auto;right:-8px;transform:translateY(6px)}.coord-shell .tip.left:after{left:auto;right:0;transform:translateY(6px)}.coord-shell .tip.left:hover:before,.coord-shell .tip.left:focus:before{transform:translateY(0)}.coord-shell .tip.left:hover:after,.coord-shell .tip.left:focus:after{transform:translateY(0)}.coord-shell .topbar{background:var(--bg-card);border-bottom:1px solid var(--border-light);padding:16px 28px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.coord-shell .logo-block{display:flex;align-items:center;gap:12px}.coord-shell .logo-icon{width:38px;height:38px;flex-shrink:0;display:block;-o-object-fit:contain;object-fit:contain}.coord-shell .logo-text-wrap{display:flex;flex-direction:column;line-height:1}.coord-shell .logo-text{font-size:20px;font-weight:800;color:var(--purple);letter-spacing:-.5px}.coord-shell .logo-text-sub{font-size:8.5px;font-weight:700;color:var(--green);letter-spacing:.8px;margin-top:2px}.coord-shell .topbar-right{display:flex;align-items:center;gap:14px}.coord-shell .bell-btn,.coord-shell .avatar-btn{position:relative;width:40px;height:40px;border-radius:12px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-dark);transition:background .15s}.coord-shell .bell-btn:hover,.coord-shell .avatar-btn:hover{background:var(--bg-main)}.coord-shell .bell-dot{position:absolute;top:10px;right:10px;width:8px;height:8px;background:var(--red);border-radius:50%;border:2px solid var(--bg-card)}.coord-shell .tabbar{background:var(--bg-card);padding:10px 20px;display:flex;gap:4px;border-bottom:1px solid var(--border-light);position:sticky;top:71px;z-index:15;overflow-x:auto;scrollbar-width:none}.coord-shell .tabbar::-webkit-scrollbar{display:none}.coord-shell .tab{width:54px;height:48px;border-radius:12px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:all .2s;flex-shrink:0;position:relative;text-decoration:none}.coord-shell .tab:hover{background:var(--bg-main);color:var(--purple)}.coord-shell .tab.active{background:var(--purple-soft);color:var(--purple)}.coord-shell .tab svg{width:22px;height:22px;stroke-width:2}.coord-shell .tab-badge{position:absolute;top:6px;right:8px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--red);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.coord-shell .content{max-width:1080px;margin:0 auto;padding:24px 20px 48px}.coord-shell .cache-line{max-width:1080px;margin:0 auto;padding:8px 20px 0;font-size:11.5px;color:var(--text-muted);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.coord-shell .cache-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.coord-shell .cache-dot.ok{background:var(--green)}.coord-shell .cache-dot.stale{background:var(--amber)}.coord-shell .cache-refresh{border:none;background:var(--purple-soft);color:var(--purple);cursor:pointer;font-family:inherit;font-weight:600;font-size:11px;padding:4px 10px;border-radius:8px;display:inline-flex;align-items:center;gap:5px}.coord-shell .cache-refresh:hover{background:var(--purple);color:#fff}.coord-shell .cache-refresh:disabled{opacity:.5;cursor:default}.coord-shell .greeting{margin-bottom:24px;animation:coordFadeIn .5s ease-out}.coord-shell .greeting-title{font-size:28px;font-weight:700;color:var(--text-dark);letter-spacing:-.5px}.coord-shell .greeting-sub{font-size:14px;color:var(--text-muted);margin-top:4px;font-weight:400}.coord-shell .greeting-highlight{color:var(--purple);font-weight:600}.coord-shell .card{background:var(--bg-card);border-radius:18px;padding:22px 24px;position:relative;overflow:visible;animation:coordFadeUp .5s ease-out backwards}.coord-shell .card:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:0 3px 3px 0}.coord-shell .card.green:before{background:var(--green-soft)}.coord-shell .card.purple:before{background:var(--purple)}.coord-shell .card.blue:before{background:var(--blue)}.coord-shell .card.red:before{background:var(--red-soft)}.coord-shell .card.amber:before{background:var(--amber)}.coord-shell .card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.coord-shell .card-title-wrap{display:flex;align-items:center}.coord-shell .card-title{font-size:15px;font-weight:600;color:var(--text-dark);line-height:1.35}.coord-shell .card-icon{width:24px;height:24px;color:var(--text-light);flex-shrink:0}.coord-shell .card-number{font-size:38px;font-weight:700;color:var(--text-dark);line-height:1.1;letter-spacing:-1px;margin-bottom:4px}.coord-shell .card-number .frac{font-size:26px;color:var(--text-muted);font-weight:600}.coord-shell .card-desc{font-size:13px;color:var(--text-muted);font-weight:400}.coord-shell .card-link{display:inline-flex;align-items:center;gap:6px;color:var(--purple);font-weight:600;font-size:13px;margin-top:12px;text-decoration:none;cursor:pointer;background:none;border:none;font-family:inherit}.coord-shell .card-link:hover{color:var(--purple-strong)}.coord-shell .progress-bar{height:10px;background:var(--border-light);border-radius:99px;overflow:hidden;margin-top:12px}.coord-shell .progress-bar-fill{height:100%;border-radius:99px;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.coord-shell .progress-bar-fill.green{background:var(--green)}.coord-shell .top-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.coord-shell .top-grid .card:nth-child(1){animation-delay:.05s}.coord-shell .top-grid .card:nth-child(2){animation-delay:.1s}.coord-shell .top-grid .card:nth-child(3){animation-delay:.15s}.coord-shell .top-grid .card:nth-child(4){animation-delay:.2s}.coord-shell .attention-card{background:var(--bg-card);border-radius:18px;padding:24px 26px;margin-bottom:20px;animation:coordFadeUp .5s ease-out .25s backwards;overflow:visible}.coord-shell .attention-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:16px;flex-wrap:wrap}.coord-shell .attention-title-wrap{display:flex;align-items:center;gap:12px}.coord-shell .attention-icon-box{width:42px;height:42px;border-radius:12px;background:var(--amber-bg);display:flex;align-items:center;justify-content:center;color:var(--amber);flex-shrink:0}.coord-shell .attention-title-text{display:flex;align-items:center}.coord-shell .attention-title{font-size:17px;font-weight:700;color:var(--text-dark);line-height:1.2}.coord-shell .attention-subtitle{font-size:12px;color:var(--text-muted);margin-top:2px;font-weight:400}.coord-shell .attention-pill{background:var(--amber-bg);color:var(--amber);padding:6px 14px;border-radius:99px;font-size:12px;font-weight:700;white-space:nowrap}.coord-shell .attention-list{display:flex;flex-direction:column;gap:10px}.coord-shell .attention-row{background:var(--bg-main);border-radius:14px;padding:14px 16px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:all .15s;border:1px solid transparent}.coord-shell .attention-row:hover{background:white;border-color:var(--purple-soft);transform:translate(2px)}.coord-shell .attention-row-icon{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.coord-shell .attention-row-icon.critical{background:var(--red-bg);color:var(--red)}.coord-shell .attention-row-icon.warning{background:var(--amber-bg);color:var(--amber)}.coord-shell .attention-row-icon.info{background:var(--purple-soft);color:var(--purple)}.coord-shell .attention-row-body{flex:1;min-width:0}.coord-shell .attention-row-title{font-size:14px;font-weight:600;color:var(--text-dark);line-height:1.4}.coord-shell .attention-row-title em{font-style:normal;color:var(--purple);font-weight:600}.coord-shell .attention-row-meta{font-size:12px;color:var(--text-muted);margin-top:3px;font-weight:400}.coord-shell .attention-row-arrow{color:var(--text-light);flex-shrink:0;transition:all .15s}.coord-shell .attention-row:hover .attention-row-arrow{color:var(--purple);transform:translate(3px)}.coord-shell .empty-hint{font-size:13px;color:var(--text-muted);padding:18px;text-align:center;background:var(--bg-main);border-radius:14px}.coord-shell .double-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:20px;margin-bottom:20px}.coord-shell .bncc-block,.coord-shell .alfa-block{background:var(--bg-card);border-radius:18px;padding:22px 24px;animation:coordFadeUp .5s ease-out .3s backwards;overflow:visible}.coord-shell .engajamento-block{background:var(--bg-card);border-radius:18px;padding:22px 24px;margin-bottom:20px;animation:coordFadeUp .5s ease-out .35s backwards}.coord-shell .engajamento-chart{margin-top:6px}.coord-shell .engajamento-chart .recharts-text{fill:var(--text-muted)}.coord-shell .alfa-block{animation-delay:.35s}.coord-shell .block-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.coord-shell .block-head-left{display:flex;align-items:center;gap:10px}.coord-shell .block-mini-icon{color:var(--purple);flex-shrink:0}.coord-shell .block-title-wrap{display:flex;align-items:center}.coord-shell .block-title{font-size:16px;font-weight:700;color:var(--text-dark)}.coord-shell .block-subtitle{font-size:12px;color:var(--text-muted);margin-top:2px;font-weight:400}.coord-shell .pill-ok{background:var(--green-bg);color:var(--green);padding:6px 14px;border-radius:99px;font-size:11px;font-weight:700}.coord-shell .pill-warn{background:var(--amber-bg);color:var(--amber);padding:6px 14px;border-radius:99px;font-size:11px;font-weight:700}.coord-shell .block-head-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.coord-shell .bncc-turma-select{min-width:0;max-width:190px;padding:7px 10px;font-size:12px}.coord-shell .icon-link{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#EDE7F6;color:#7e5bbe;text-decoration:none;transition:all .15s;border:none;cursor:pointer}.coord-shell .icon-link:hover{background:#7E5BBE;color:#fff}.coord-shell .bncc-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.coord-shell .bncc-row:last-child{margin-bottom:0}.coord-shell .bncc-bar-emoji{width:34px;height:34px;border-radius:10px;background:var(--purple-softer);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.coord-shell .bncc-info{flex:1;min-width:0}.coord-shell .bncc-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.coord-shell .bncc-name{font-size:13px;font-weight:600;color:var(--text-dark)}.coord-shell .bncc-pct{font-size:13px;font-weight:700;color:var(--text-dark)}.coord-shell .bncc-bar-wrap{height:8px;background:var(--border-light);border-radius:99px;overflow:hidden}.coord-shell .bncc-bar{height:100%;border-radius:99px;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.coord-shell .bncc-bar.good{background:var(--green)}.coord-shell .bncc-bar.attention{background:var(--amber)}.coord-shell .bncc-bar.critical{background:var(--red)}.coord-shell .bncc-bar.neutral{background:var(--text-light)}.coord-shell .alfa-list{display:flex;flex-direction:column;gap:10px}.coord-shell .alfa-item{background:var(--bg-main);border-radius:14px;padding:14px;cursor:pointer;transition:all .15s}.coord-shell .alfa-item:hover{background:var(--purple-softer)}.coord-shell .alfa-item-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.coord-shell .alfa-emoji{width:34px;height:34px;background:white;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.coord-shell .alfa-name-wrap{flex:1}.coord-shell .alfa-name{font-size:13px;font-weight:600;color:var(--text-dark)}.coord-shell .alfa-detail{font-size:11px;color:var(--text-muted);margin-top:1px}.coord-shell .alfa-movement{display:flex;gap:8px;align-items:center}.coord-shell .move{display:flex;align-items:center;gap:3px;font-size:11px;font-weight:700;padding:3px 8px;border-radius:8px}.coord-shell .move.up{background:var(--green-bg);color:var(--green)}.coord-shell .move.stable{background:var(--border-light);color:var(--text-muted)}.coord-shell .move.down{background:var(--red-bg);color:var(--red)}.coord-shell .alfa-dist-wrap{max-height:320px;overflow-y:auto;padding-right:4px}.coord-shell .alfa-dist-group{margin-bottom:14px}.coord-shell .alfa-dist-group:last-child{margin-bottom:0}.coord-shell .alfa-dist-title{font-size:13px;font-weight:700;color:var(--text-dark);margin-bottom:10px}.coord-shell .alfa-dist-total{font-size:11px;font-weight:500;color:var(--text-muted)}.coord-shell .alfa-dist-empty{font-size:12px;color:var(--text-muted);padding:4px 0 10px}.coord-shell .bncc-row-clickable{cursor:pointer;border-radius:8px;padding:4px 6px;margin-left:-6px;margin-right:-6px;transition:background .15s ease}.coord-shell .bncc-row-clickable:hover{background:var(--purple-soft, rgba(124, 58, 237, .08))}.coord-shell .bncc-row-clickable:focus-visible{outline:2px solid var(--purple);outline-offset:1px}.coord-shell .final-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.coord-shell .indicator-card{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-strong) 100%);border-radius:18px;padding:24px 26px;color:#fff;position:relative;overflow:visible;animation:coordFadeUp .5s ease-out .4s backwards}.coord-shell .indicator-card-bg{position:absolute;top:-60px;right:-60px;width:240px;height:240px;background:radial-gradient(circle,rgba(165,214,167,.3),transparent 70%);border-radius:50%;pointer-events:none;overflow:hidden}.coord-shell .indicator-head{display:flex;align-items:center;position:relative}.coord-shell .indicator-title{font-size:15px;font-weight:600;opacity:.9}.coord-shell .indicator-subtitle{font-size:12px;opacity:.7;margin-bottom:16px;font-weight:400;position:relative}.coord-shell .indicator-score{font-size:56px;font-weight:700;letter-spacing:-2px;line-height:1;position:relative}.coord-shell .indicator-score-suffix{font-size:22px;opacity:.6;font-weight:500;margin-left:4px}.coord-shell .indicator-bar{height:8px;background:rgba(255,255,255,.18);border-radius:99px;margin:18px 0 12px;overflow:hidden;position:relative}.coord-shell .indicator-bar-fill{height:100%;background:linear-gradient(90deg,var(--green-soft),#C8E6C9);border-radius:99px;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.coord-shell .indicator-meta{font-size:12px;opacity:.85;position:relative;line-height:1.5}.coord-shell .indicator-meta strong{color:var(--green-soft);font-weight:700}.coord-shell .rank-legend{font-size:10.5px;opacity:.8;margin:10px 0 8px;position:relative}.coord-shell .rank-list{max-height:232px;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-right:4px;position:relative}.coord-shell .rank-list::-webkit-scrollbar{width:6px}.coord-shell .rank-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:99px}.coord-shell .rank-list::-webkit-scrollbar-track{background:transparent}.coord-shell .rank-row{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.1);border-radius:10px;padding:8px 10px}.coord-shell .rank-pos{width:18px;text-align:center;font-weight:700;font-size:12px;opacity:.85;flex-shrink:0}.coord-shell .rank-info{flex:1;min-width:0}.coord-shell .rank-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coord-shell .rank-stats{font-size:11px;opacity:.85;margin-top:1px;white-space:nowrap}.coord-shell .rank-total{font-size:16px;font-weight:700;flex-shrink:0;color:var(--green-soft)}.coord-shell .indicator-card .tip{border-color:#ffffff80;color:#ffffffd9}.coord-shell .indicator-card .tip:hover,.coord-shell .indicator-card .tip:focus{border-color:#fff;color:#fff;background:rgba(255,255,255,.15)}.coord-shell .invisible-card{background:var(--bg-card);border-radius:18px;padding:22px 24px;position:relative;overflow:visible;animation:coordFadeUp .5s ease-out .45s backwards}.coord-shell .invisible-card:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;background:var(--red-soft);border-radius:0 3px 3px 0}.coord-shell .invisible-head{display:flex;align-items:center}.coord-shell .invisible-title{font-size:15px;font-weight:600;color:var(--text-dark)}.coord-shell .invisible-subtitle{font-size:12px;color:var(--text-muted);margin-bottom:14px;font-weight:400;margin-top:2px}.coord-shell .invisible-number{font-size:48px;font-weight:700;color:var(--red);letter-spacing:-1.5px;line-height:1;margin-bottom:4px}.coord-shell .invisible-desc{font-size:12px;color:var(--text-muted);margin-bottom:14px;line-height:1.5}.coord-shell .tags-wrap{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.coord-shell .tag{font-size:11px;padding:5px 10px;background:var(--red-bg);color:var(--red);border-radius:99px;font-weight:600}.coord-shell .btn-primary{background:var(--purple);color:#fff;border:none;padding:11px 16px;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s;display:inline-flex;align-items:center;gap:6px;width:100%;justify-content:center}.coord-shell .manifesto{margin-top:36px;padding:22px 26px;background:var(--purple-softer);border-radius:18px;border-left:4px solid var(--purple);display:flex;align-items:center;gap:16px;animation:coordFadeUp .5s ease-out .5s backwards}.coord-shell .manifesto-icon{width:44px;height:44px;background:white;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--purple);flex-shrink:0}.coord-shell .manifesto-text{font-size:13.5px;color:var(--text-body);line-height:1.55}.coord-shell .manifesto-text strong{color:var(--purple-strong);font-weight:700}.coord-shell .page-header{margin-bottom:24px;animation:coordFadeIn .5s ease-out;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.coord-shell .page-title{font-size:28px;font-weight:700;color:var(--text-dark);letter-spacing:-.5px}.coord-shell .page-subtitle{font-size:14px;color:var(--text-muted);margin-top:4px;font-weight:400}.coord-shell .section{background:var(--bg-card);border-radius:18px;padding:24px;margin-bottom:20px;animation:coordFadeUp .5s ease-out backwards}.coord-shell .section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px;flex-wrap:wrap}.coord-shell .section-title{font-size:16px;font-weight:700;color:var(--text-dark);display:flex;align-items:center}.coord-shell .section-subtitle{font-size:12px;color:var(--text-muted);margin-top:3px}.coord-shell .tip.todo{border-color:var(--amber);color:var(--amber);background:var(--amber-bg)}.coord-shell .tip.todo:hover,.coord-shell .tip.todo:focus{background:var(--amber);color:#fff}.coord-shell .pill{padding:5px 12px;border-radius:99px;font-size:11px;font-weight:700;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.coord-shell .pill-ok{background:var(--green-bg);color:var(--green)}.coord-shell .pill-warn{background:var(--amber-bg);color:var(--amber)}.coord-shell .pill-critical{background:var(--red-bg);color:var(--red)}.coord-shell .pill-info{background:var(--blue-bg);color:var(--blue)}.coord-shell .pill-neutral{background:var(--border-light);color:var(--text-muted)}.coord-shell .pill-purple{background:var(--purple-soft);color:var(--purple)}.coord-shell .btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;border:none;transition:all .15s;text-decoration:none}.coord-shell .btn-primary{background:var(--purple);color:#fff}.coord-shell .btn-primary:hover{background:var(--purple-strong);transform:translateY(-1px)}.coord-shell .btn-secondary{background:var(--bg-card);color:var(--text-dark);border:1px solid var(--border)}.coord-shell .btn-secondary:hover{border-color:var(--purple);color:var(--purple)}.coord-shell .coord-filters{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.coord-shell .coord-select{font-family:inherit;font-size:13px;font-weight:500;color:var(--text-dark);background:var(--bg-main);border:1px solid var(--border-light);border-radius:10px;padding:9px 12px;cursor:pointer;min-width:160px}.coord-shell .coord-select:focus{outline:none;border-color:var(--purple)}.coord-shell .coord-search{font-family:inherit;font-size:13px;color:var(--text-dark);background:var(--bg-main);border:1px solid var(--border-light);border-radius:10px;padding:9px 12px;min-width:200px}.coord-shell .coord-search:focus{outline:none;border-color:var(--purple)}.coord-shell .table-wrap{overflow-x:auto}.coord-shell .coord-table{width:100%;border-collapse:collapse;font-size:13px}.coord-shell .coord-table thead th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-weight:700;padding:10px 12px;border-bottom:1px solid var(--border-light);white-space:nowrap}.coord-shell .coord-table tbody td{padding:12px;border-bottom:1px solid var(--border-light);color:var(--text-body);vertical-align:middle}.coord-shell .coord-table tbody tr{transition:background .12s}.coord-shell .coord-table tbody tr:hover{background:var(--purple-softer)}.coord-shell .coord-table .td-strong{font-weight:600;color:var(--text-dark)}.coord-shell .icon-btn{width:32px;height:32px;border-radius:9px;border:1px solid var(--border-light);background:white;color:var(--purple);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.coord-shell .icon-btn:hover{background:var(--purple);color:#fff;border-color:var(--purple)}.coord-shell .icon-btn:disabled{opacity:.4;cursor:default}.coord-shell .coord-pager{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;font-size:12px;color:var(--text-muted)}.coord-shell .coord-pager button{border:1px solid var(--border-light);background:white;border-radius:8px;padding:6px 12px;cursor:pointer;font-family:inherit;font-size:12px;color:var(--text-dark)}.coord-shell .coord-pager button:hover:not(:disabled){border-color:var(--purple);color:var(--purple)}.coord-shell .coord-pager button:disabled{opacity:.4;cursor:default}.coord-shell .coord-busy-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(26,26,46,.45);display:flex;align-items:center;justify-content:center;z-index:120;padding:20px;animation:coordFadeIn .15s ease-out}.coord-shell .coord-busy-modal{background:var(--bg-card);border-radius:18px;padding:32px 40px;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:380px;text-align:center;animation:coordFadeUp .2s ease-out;box-shadow:0 20px 48px #0000002e}.coord-shell .coord-busy-title{font-size:15px;font-weight:700;color:var(--text-dark)}.coord-shell .coord-busy-sub{font-size:12.5px;color:var(--text-muted);line-height:1.5}.coord-shell .coord-loader{display:flex;align-items:center;justify-content:center;min-height:50vh;color:var(--purple)}.coord-shell .coord-spin{width:42px;height:42px;border:4px solid var(--purple-soft);border-top-color:var(--purple);border-radius:50%;animation:coordSpin .8s linear infinite}@keyframes coordFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes coordSpin{to{transform:rotate(360deg)}}@media (max-width: 900px){.coord-shell .top-grid{grid-template-columns:repeat(2,1fr)}.coord-shell .double-grid,.coord-shell .final-grid{grid-template-columns:1fr}}@media (max-width: 560px){.coord-shell .topbar{padding:14px 18px}.coord-shell .tabbar{padding:8px 14px}.coord-shell .content{padding:20px 14px 40px}.coord-shell .top-grid{grid-template-columns:1fr;gap:10px}.coord-shell .greeting-title{font-size:24px}.coord-shell .card-number{font-size:32px}.coord-shell .indicator-score{font-size:44px}.coord-shell .attention-head{flex-direction:column;align-items:flex-start}}.coord-shell .summary-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}.coord-shell .summary-item{background:var(--bg-card);border-radius:14px;padding:16px 18px;animation:coordFadeUp .5s ease-out backwards;position:relative}.coord-shell .summary-item:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 3px 3px 0}.coord-shell .summary-item.green:before{background:var(--green-soft)}.coord-shell .summary-item.purple:before{background:var(--purple)}.coord-shell .summary-item.amber:before{background:var(--amber)}.coord-shell .summary-item.red:before{background:var(--red-soft)}.coord-shell .summary-label{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);font-weight:700;margin-bottom:6px;display:flex;align-items:center}.coord-shell .summary-value{font-size:26px;font-weight:700;color:var(--text-dark);line-height:1;letter-spacing:-.5px}.coord-shell .summary-suffix{font-size:13px;color:var(--text-muted);font-weight:500;margin-left:4px}.coord-shell .summary-detail{font-size:11px;color:var(--text-muted);margin-top:6px}.coord-shell .week-nav{display:flex;align-items:center;gap:10px;padding:8px 14px;background:var(--bg-main);border-radius:10px}.coord-shell .week-nav button{width:28px;height:28px;border-radius:8px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .15s}.coord-shell .week-nav button:hover{background:white;color:var(--purple)}.coord-shell .week-nav-label{font-size:12px;font-weight:600;color:var(--text-dark);white-space:nowrap}.coord-shell .plan-row{padding:16px 18px;border-radius:12px;border:1px solid var(--border-light);margin-bottom:10px;transition:all .15s;cursor:pointer;display:grid;grid-template-columns:130px 1fr auto;gap:16px;align-items:center}.coord-shell .plan-row:hover{border-color:var(--purple-soft);background:var(--purple-softer)}.coord-shell .plan-row:last-child{margin-bottom:0}.coord-shell .plan-turma{display:flex;align-items:center;gap:10px;min-width:0;overflow:hidden}.coord-shell .plan-turma-badge{width:36px;height:36px;border-radius:10px;background:var(--purple-soft);color:var(--purple);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}.coord-shell .plan-turma-info{min-width:0;overflow:hidden}.coord-shell .plan-turma-name{font-size:12px;font-weight:600;color:var(--text-dark);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coord-shell .plan-turma-prof{font-size:10px;color:var(--text-muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coord-shell .plan-content{min-width:0}.coord-shell .plan-title{font-size:14px;font-weight:600;color:var(--text-dark);margin-bottom:6px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coord-shell .plan-fields{display:flex;flex-wrap:wrap;gap:4px}.coord-shell .field-chip{font-size:10px;font-weight:700;padding:3px 7px;border-radius:5px;text-transform:uppercase;letter-spacing:.3px}.coord-shell .field-chip.day-on{background:var(--green-bg);color:var(--green)}.coord-shell .field-chip.day-off{background:var(--border-light);color:var(--text-light)}.coord-shell .f-eu{background:#FFE0EC;color:#c2185b}.coord-shell .f-corpo{background:#E3F2FD;color:var(--blue)}.coord-shell .f-tracos{background:#FFF3E0;color:var(--amber)}.coord-shell .f-escuta{background:#EDE7F6;color:var(--purple)}.coord-shell .f-espacos{background:var(--green-bg);color:var(--green)}.coord-shell .plan-status{display:flex;align-items:center;gap:8px}.coord-shell .plan-progress{width:80px;height:6px;background:var(--border-light);border-radius:99px;overflow:hidden}.coord-shell .plan-progress-fill{height:100%;border-radius:99px;transition:width 1s cubic-bezier(.16,1,.3,1)}.coord-shell .plan-progress-pct{font-size:11px;font-weight:700;color:var(--text-dark);min-width:30px}.coord-shell .heatmap-wrap{overflow-x:auto;margin:0 -8px;padding:0 8px}.coord-shell .heatmap{width:100%;border-collapse:separate;border-spacing:4px;min-width:720px}.coord-shell .heatmap th{font-size:10.5px;font-weight:600;color:var(--text-muted);padding:6px 4px;text-align:center;line-height:1.3;vertical-align:bottom}.coord-shell .heatmap th.row-label{text-align:left;color:var(--text-dark);font-weight:600;font-size:12px;padding:6px 12px 6px 4px;width:130px}.coord-shell .heatmap th.col-label{min-width:90px;max-width:110px}.coord-shell .heatmap th.col-label .col-emoji{display:block;font-size:18px;margin-bottom:4px}.coord-shell .heatmap td{padding:0;border-radius:8px;text-align:center;height:48px;width:90px;font-size:12px;font-weight:700;color:var(--text-dark);transition:transform .1s;cursor:help}.coord-shell .heatmap td:hover{transform:scale(1.05);z-index:2;position:relative}.coord-shell .h0{background:var(--border-light);color:var(--text-light)}.coord-shell .h1{background:#FFE0E0;color:#b71c1c}.coord-shell .h2{background:#FFF3E0;color:#e65100}.coord-shell .h3{background:#E3F2FD;color:#0d47a1}.coord-shell .h4{background:var(--green-bg);color:#1b5e20}.coord-shell .h5{background:#66BB6A;color:#fff}.coord-shell .heatmap td.nohab{background:var(--amber-bg);color:var(--amber)}.coord-shell .heatmap th.nohab-col{color:var(--amber)}.coord-shell .legend-square.nohab{background:var(--amber-bg);border:1px solid var(--amber)}.coord-shell .heatmap-legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px;padding:12px 16px;background:var(--bg-main);border-radius:10px}.coord-shell .heatmap-legend-item{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-body);font-weight:500}.coord-shell .legend-square{width:14px;height:14px;border-radius:4px;flex-shrink:0}.coord-shell .gap-item{background:var(--amber-bg);border-left:3px solid var(--amber);border-radius:12px;padding:14px 16px;margin-bottom:10px}.coord-shell .gap-item:last-child{margin-bottom:0}.coord-shell .gap-item.crit{background:var(--red-bg);border-left-color:var(--red)}.coord-shell .gap-title{font-size:13px;font-weight:700;color:var(--text-dark);margin-bottom:4px;display:flex;align-items:center;gap:8px}.coord-shell .gap-title-icon{flex-shrink:0}.coord-shell .gap-item .gap-title-icon{color:var(--amber)}.coord-shell .gap-item.crit .gap-title-icon{color:var(--red)}.coord-shell .gap-desc{font-size:12px;color:var(--text-body);line-height:1.5}.coord-shell .gap-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.coord-shell .gap-action{font-size:11px;font-weight:600;padding:5px 11px;border-radius:8px;border:1px solid var(--border);background:white;color:var(--text-dark);cursor:pointer;font-family:inherit;transition:all .15s}.coord-shell .gap-action:hover{border-color:var(--purple);color:var(--purple)}.coord-shell .gap-action.primary{background:var(--purple);color:#fff;border-color:var(--purple)}.coord-shell .gap-action.primary:hover{background:var(--purple-strong)}.coord-shell .calendar-bar{display:grid;grid-template-columns:repeat(9,1fr);gap:4px}.coord-shell .calendar-week{background:var(--bg-main);border-radius:8px;padding:10px 6px;text-align:center;cursor:pointer;transition:all .15s;position:relative}.coord-shell .calendar-week:hover{transform:translateY(-2px)}.coord-shell .calendar-week.past{background:var(--purple-softer)}.coord-shell .calendar-week.current{background:var(--purple);color:#fff;box-shadow:0 4px 12px #7e5bbe4d}.coord-shell .calendar-week.future{background:var(--bg-main);opacity:.7}.coord-shell .calendar-week.selected{outline:2.5px solid var(--purple);outline-offset:2px;opacity:1}.coord-shell .week-num{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;opacity:.7}.coord-shell .week-dates{font-size:11px;font-weight:700}.coord-shell .week-plans{font-size:9px;margin-top:4px;opacity:.7}.coord-shell .plan-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(26,26,46,.45);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;animation:coordFadeIn .15s ease-out}.coord-shell .plan-modal{background:var(--bg-card);border-radius:18px;width:100%;max-width:640px;max-height:86vh;overflow-y:auto;padding:24px 26px;animation:coordFadeUp .2s ease-out}.coord-shell .plan-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.coord-shell .plan-modal-id{display:flex;align-items:center;gap:12px;min-width:0}.coord-shell .plan-modal-badge{width:44px;height:44px;border-radius:12px;background:var(--purple-soft);color:var(--purple);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.coord-shell .plan-modal-turma{font-size:18px;font-weight:700;color:var(--text-dark);line-height:1.2}.coord-shell .plan-modal-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.coord-shell .plan-modal-close{width:32px;height:32px;border-radius:9px;border:none;background:var(--bg-main);color:var(--text-muted);font-size:20px;cursor:pointer;line-height:1;flex-shrink:0;font-family:inherit}.coord-shell .plan-modal-close:hover{background:var(--purple-soft);color:var(--purple)}.coord-shell .plan-modal-status{display:flex;align-items:center;gap:10px;margin-bottom:18px}.coord-shell .plan-modal-title{font-size:14px;font-weight:600;color:var(--text-dark);line-height:1.4;margin-bottom:16px;padding:12px 14px;background:var(--purple-softer);border-radius:12px}.coord-shell .plan-modal-day{padding:12px 0;border-bottom:1px solid var(--border-light)}.coord-shell .plan-modal-day:last-child{border-bottom:none}.coord-shell .plan-modal-day-name{font-size:11px;font-weight:700;color:var(--purple);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.coord-shell .plan-modal-day-body{font-size:13px;color:var(--text-body);line-height:1.55;white-space:pre-wrap}.coord-shell .plan-modal-day-body .muted{color:var(--text-light);font-style:italic}@media (max-width: 900px){.coord-shell .summary-bar{grid-template-columns:repeat(2,1fr)}.coord-shell .plan-row{grid-template-columns:1fr;gap:10px}.coord-shell .plan-status{justify-content:flex-start}}@media (max-width: 560px){.coord-shell .summary-bar{grid-template-columns:1fr}.coord-shell .calendar-bar{grid-template-columns:repeat(3,1fr)}}.coord-shell .teacher-card{background:var(--bg-card);border-radius:18px;padding:22px 24px;margin-bottom:14px;transition:all .2s;cursor:pointer;animation:coordFadeUp .5s ease-out backwards}.coord-shell .teacher-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7e5bbe0f}.coord-shell .teacher-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}.coord-shell .teacher-avatar{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,var(--purple-soft),var(--green-soft));display:flex;align-items:center;justify-content:center;color:var(--purple-dark);font-weight:700;font-size:16px;flex-shrink:0}.coord-shell .teacher-identity{flex:1;min-width:0}.coord-shell .teacher-name{font-size:16px;font-weight:700;color:var(--text-dark);line-height:1.2}.coord-shell .teacher-role{font-size:12px;color:var(--text-muted);margin-top:2px}.coord-shell .teacher-status{display:flex;align-items:center;gap:8px}.coord-shell .teacher-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-top:16px;border-top:1px solid var(--border-light)}.coord-shell .metric-block{min-width:0}.coord-shell .metric-label{font-size:10.5px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:flex;align-items:center;line-height:1.2}.coord-shell .metric-label .tip{width:13px;height:13px;font-size:8px;margin-left:5px}.coord-shell .metric-value{font-size:18px;font-weight:700;color:var(--text-dark);line-height:1.15;margin-bottom:6px}.coord-shell .metric-sub{font-size:11px;color:var(--text-muted)}.coord-shell .metric-bar{height:5px;background:var(--border-light);border-radius:99px;overflow:hidden}.coord-shell .metric-bar-fill{height:100%;border-radius:99px;transition:width 1s cubic-bezier(.16,1,.3,1)}.coord-shell .modalities{display:flex;gap:5px;flex-wrap:wrap}.coord-shell .mod-pill{font-size:10px;font-weight:700;padding:3px 7px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}.coord-shell .mod-pill.voz{background:var(--purple-soft);color:var(--purple)}.coord-shell .mod-pill.an{background:var(--blue-bg);color:var(--blue)}.coord-shell .mod-pill.po{background:var(--amber-bg);color:var(--amber)}.coord-shell .mod-pill.pl{background:var(--green-bg);color:var(--green)}.coord-shell .mod-pill.gu{background:#FCE4EC;color:#c2185b}.coord-shell .mod-pill.dim{opacity:.3}.coord-shell .mediation-score{display:flex;align-items:center;gap:6px;padding:6px 10px;background:var(--amber-bg);border-radius:8px;font-size:12px;font-weight:700;color:var(--amber);width:-moz-fit-content;width:fit-content}@media (max-width: 900px){.coord-shell .teacher-metrics{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.coord-shell .teacher-metrics{grid-template-columns:1fr}}.coord-shell .teacher-status{flex-wrap:wrap;justify-content:flex-end}.coord-shell .teacher-prod-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:99px;border:1px solid var(--purple-soft);background:var(--purple-softer);color:var(--purple);font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.coord-shell .teacher-prod-btn:hover{background:var(--purple-soft)}.coord-shell .prod-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(30,20,50,.45);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:coordFadeIn .15s ease-out}.coord-shell .prod-modal{background:var(--bg-card);border-radius:20px;width:100%;max-width:460px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 60px #1e143240;animation:coordFadeUp .2s ease-out}.coord-shell .prod-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px 14px;border-bottom:1px solid var(--border-light)}.coord-shell .prod-modal-title{font-size:17px;font-weight:700;color:var(--text-dark)}.coord-shell .prod-modal-sub{font-size:12.5px;color:var(--text-muted);margin-top:3px}.coord-shell .prod-modal-close{background:none;border:none;font-size:16px;color:var(--text-muted);cursor:pointer;line-height:1;padding:4px;border-radius:8px}.coord-shell .prod-modal-close:hover{background:var(--bg-main);color:var(--text-dark)}.coord-shell .prod-modal-body{padding:16px 22px 22px;overflow-y:auto}.coord-shell .prod-chip-grid{display:flex;flex-direction:column;gap:10px}.coord-shell .prod-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid var(--border-light);background:var(--bg-main);cursor:pointer;font-family:inherit;transition:all .15s;text-align:left}.coord-shell .prod-chip:hover{border-color:var(--purple);background:var(--purple-softer)}.coord-shell .prod-chip-name{font-size:14px;font-weight:600;color:var(--text-dark)}.coord-shell .prod-chip-count{font-size:11.5px;color:var(--text-muted)}.coord-shell .prod-back{background:none;border:none;color:var(--purple);font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer;padding:0 0 12px}.coord-shell .prod-aluno-list{display:flex;flex-direction:column;gap:6px}.coord-shell .prod-aluno-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;border:none;background:var(--bg-main);cursor:pointer;font-family:inherit;transition:all .15s;text-align:left;width:100%}.coord-shell .prod-aluno-row:hover{background:var(--purple-softer)}.coord-shell .prod-aluno-row svg{margin-left:auto;color:var(--purple);flex-shrink:0}.coord-shell .prod-aluno-avatar{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--purple-soft),var(--green-soft));display:flex;align-items:center;justify-content:center;color:var(--purple-dark);font-weight:700;font-size:12px;flex-shrink:0}.coord-shell .prod-aluno-nome{font-size:13.5px;font-weight:600;color:var(--text-dark);min-width:0}@keyframes coordFadeIn{0%{opacity:0}to{opacity:1}}.coord-shell .atn-summary-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}.coord-shell .atn-summary-item{background:var(--bg-card);border-radius:14px;padding:18px;display:flex;align-items:center;gap:14px}.coord-shell .atn-summary-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.coord-shell .atn-summary-icon.crit{background:var(--red-bg);color:var(--red)}.coord-shell .atn-summary-icon.warn{background:var(--amber-bg);color:var(--amber)}.coord-shell .atn-summary-icon.info{background:var(--blue-bg);color:var(--blue)}.coord-shell .atn-summary-info{flex:1;min-width:0}.coord-shell .atn-summary-label{font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.coord-shell .atn-summary-value{font-size:24px;font-weight:700;color:var(--text-dark);line-height:1;margin-top:4px}.coord-shell .alert-card{background:var(--bg-card);border-radius:18px;padding:0;overflow:hidden;margin-bottom:14px;transition:all .2s;animation:coordFadeUp .5s ease-out backwards;position:relative}.coord-shell .alert-card:hover{box-shadow:0 8px 24px #0000000d}.coord-shell .alert-card:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px}.coord-shell .alert-card.crit:before{background:var(--red)}.coord-shell .alert-card.warn:before{background:var(--amber)}.coord-shell .alert-card.info:before{background:var(--blue)}.coord-shell .alert-head{padding:20px 24px 16px;display:flex;align-items:flex-start;gap:14px}.coord-shell .alert-icon-circle{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.coord-shell .alert-card.crit .alert-icon-circle{background:var(--red-bg);color:var(--red)}.coord-shell .alert-card.warn .alert-icon-circle{background:var(--amber-bg);color:var(--amber)}.coord-shell .alert-card.info .alert-icon-circle{background:var(--blue-bg);color:var(--blue)}.coord-shell .alert-content{flex:1;min-width:0}.coord-shell .alert-meta-top{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap}.coord-shell .alert-pill{font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.4px}.coord-shell .alert-card.crit .alert-pill{background:var(--red-bg);color:var(--red)}.coord-shell .alert-card.warn .alert-pill{background:var(--amber-bg);color:var(--amber)}.coord-shell .alert-card.info .alert-pill{background:var(--blue-bg);color:var(--blue)}.coord-shell .alert-time{font-size:11px;color:var(--text-light);font-weight:500}.coord-shell .alert-title{font-size:16px;font-weight:700;color:var(--text-dark);line-height:1.35;margin-bottom:6px;display:flex;align-items:flex-start}.coord-shell .alert-desc{font-size:13px;color:var(--text-body);line-height:1.55}.coord-shell .alert-evidence{margin:0 24px;padding:14px 16px;background:var(--bg-main);border-radius:12px;font-size:12px;color:var(--text-body);border-left:3px solid var(--purple)}.coord-shell .alert-evidence-label{font-size:10px;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);font-weight:700;margin-bottom:8px}.coord-shell .alert-actions{padding:14px 24px 20px;display:flex;gap:8px;flex-wrap:wrap}.coord-shell .action-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid var(--border);background:var(--bg-card);color:var(--text-dark);font-family:inherit;transition:all .15s}.coord-shell .action-btn:hover{border-color:var(--purple);color:var(--purple);background:var(--purple-softer)}.coord-shell .action-btn.primary{background:var(--purple);color:#fff;border-color:var(--purple)}.coord-shell .action-btn.primary:hover{background:var(--purple-strong);transform:translateY(-1px)}.coord-shell .ai-disclaimer{margin-top:24px;padding:16px 20px;background:var(--amber-bg);border-radius:14px;border-left:4px solid var(--amber);font-size:12.5px;color:var(--text-body);line-height:1.5;display:flex;align-items:flex-start;gap:12px}.coord-shell .ai-disclaimer strong{color:var(--amber);font-weight:700}@media (max-width: 900px){.coord-shell .atn-summary-bar{grid-template-columns:1fr}}.coord-shell .subtabs{display:flex;gap:4px;background:var(--bg-card);border-radius:14px;padding:6px;margin-bottom:20px;overflow-x:auto;scrollbar-width:none}.coord-shell .subtabs::-webkit-scrollbar{display:none}.coord-shell .subtab{padding:9px 16px;border-radius:10px;border:none;background:transparent;font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap;display:flex;align-items:center;gap:6px}.coord-shell .subtab:hover{background:var(--bg-main);color:var(--purple)}.coord-shell .subtab.active{background:var(--purple-soft);color:var(--purple)}.coord-shell .state-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.coord-shell .state-card{background:var(--bg-card);border-radius:14px;padding:16px 18px;display:flex;align-items:center;gap:14px;animation:coordFadeUp .5s ease-out backwards}.coord-shell .state-indicator{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.coord-shell .state-indicator.naoObs{background:var(--border-light);color:var(--text-light)}.coord-shell .state-indicator.asVezes{background:var(--amber-bg);color:var(--amber)}.coord-shell .state-indicator.emDesenv{background:var(--blue-bg);color:var(--blue)}.coord-shell .state-indicator.desenv{background:var(--green-bg);color:var(--green)}.coord-shell .state-info{flex:1;min-width:0}.coord-shell .state-label{font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.coord-shell .state-value{font-size:22px;font-weight:700;color:var(--text-dark);line-height:1.1;margin-top:2px}.coord-shell .state-pct{font-size:11px;color:var(--text-muted);font-weight:600;margin-top:1px}.coord-shell .phase-bar{padding:12px 0;border-bottom:1px solid var(--border-light)}.coord-shell .phase-bar:last-child{border-bottom:none}.coord-shell .phase-bar-head{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px;gap:10px}.coord-shell .phase-bar-name{color:var(--text-body);font-weight:500}.coord-shell .phase-bar-count{color:var(--text-dark);font-weight:700;white-space:nowrap}.coord-shell .phase-bar-track{height:6px;background:var(--border-light);border-radius:99px;overflow:hidden}.coord-shell .phase-bar-fill{height:100%;background:var(--purple);border-radius:99px;transition:width 1s cubic-bezier(.16,1,.3,1)}.coord-shell .legend{display:flex;flex-wrap:wrap;gap:18px;padding:14px 18px;background:var(--bg-main);border-radius:12px;margin-top:18px}.coord-shell .legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-body);font-weight:500}.coord-shell .legend-dot{width:14px;height:14px;border-radius:4px;border:1.5px solid;flex-shrink:0}.coord-shell .trend-up{color:var(--green);font-weight:700}.coord-shell .trend-down{color:var(--red);font-weight:700}.coord-shell .ind-table-wrap{background:var(--bg-card);border-radius:18px;padding:24px;overflow-x:auto;animation:coordFadeUp .5s ease-out .25s backwards}.coord-shell .table-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap}.coord-shell .table-title{font-size:18px;font-weight:700;color:var(--text-dark);display:flex;align-items:center}.coord-shell .table-subtitle{font-size:12px;color:var(--text-muted);margin-top:2px}.coord-shell .table-actions{display:flex;gap:8px}.coord-shell .indicators-table{width:100%;min-width:900px;border-collapse:collapse;font-size:12px}.coord-shell .indicators-table thead th{background:var(--bg-card);text-align:left;padding:10px 8px;font-weight:600;color:var(--text-muted);border-bottom:2px solid var(--border);white-space:nowrap;font-size:11px;text-transform:uppercase;letter-spacing:.3px}.coord-shell .indicators-table thead th.rotated{text-align:center;min-width:58px;max-width:58px;padding:8px 4px;vertical-align:bottom;height:140px}.coord-shell .indicators-table thead th.rotated>div{writing-mode:vertical-rl;transform:rotate(180deg);margin:0 auto;white-space:normal;line-height:1.25;font-size:10.5px;font-weight:600;color:var(--text-body);text-transform:none;letter-spacing:0;max-height:130px;overflow:hidden}.coord-shell .indicators-table thead th.category{text-align:center;color:var(--purple);font-weight:700;background:var(--purple-softer);font-size:11px;border-bottom:2px solid var(--purple-soft)}.coord-shell .indicators-table tbody tr{transition:background .12s}.coord-shell .indicators-table tbody tr:hover{background:var(--bg-main)}.coord-shell .indicators-table td{padding:10px 8px;border-bottom:1px solid var(--border-light)}.coord-shell .indicators-table td.name{font-weight:600;color:var(--text-dark);white-space:nowrap;cursor:pointer;min-width:160px}.coord-shell .indicators-table td.name:hover{color:var(--purple)}.coord-shell .cell-center{text-align:center}.coord-shell .indicators-table thead th.prod-col{text-align:left;min-width:96px;color:var(--purple);background:var(--purple-softer);text-transform:none;letter-spacing:0;font-size:11px}.coord-shell .indicators-table td.prod-cell{font-size:11.5px;color:var(--text-body);white-space:nowrap;background:var(--purple-softer)}.coord-shell .cell-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;font-size:11px;font-weight:800;border:1.5px solid;transition:transform .1s;cursor:help}.coord-shell .cell-mark:hover{transform:scale(1.15)}.coord-shell .cell-mark.naoObs{color:transparent;background:white;border-color:var(--border)}.coord-shell .cell-mark.asVezes{color:var(--amber);background:var(--amber-bg);border-color:var(--amber)}.coord-shell .cell-mark.emDesenv{color:var(--blue);background:var(--blue-bg);border-color:var(--blue)}.coord-shell .cell-mark.desenv{color:var(--green);background:var(--green-bg);border-color:var(--green)}.coord-shell .cell-phase{display:inline-block;padding:3px 9px;border-radius:99px;font-size:10px;font-weight:700;color:var(--purple);background:var(--purple-soft);white-space:nowrap}.coord-shell .legend-dot.naoObs{background:white;border-color:var(--border)}.coord-shell .legend-dot.asVezes{background:var(--amber-bg);border-color:var(--amber)}.coord-shell .legend-dot.emDesenv{background:var(--blue-bg);border-color:var(--blue)}.coord-shell .legend-dot.desenv{background:var(--green-bg);border-color:var(--green)}@media (max-width: 900px){.coord-shell .state-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.coord-shell .state-summary{grid-template-columns:1fr}}.coord-shell .filter-bar{background:var(--bg-card);border-radius:18px;padding:16px 20px;display:flex;align-items:center;gap:14px;margin-bottom:20px;flex-wrap:wrap}.coord-shell .filter-label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.coord-shell .filter-chip{padding:7px 14px;border-radius:99px;background:var(--bg-main);font-size:12px;font-weight:600;color:var(--text-muted);cursor:pointer;border:none;font-family:inherit;transition:all .15s}.coord-shell .filter-chip:hover{background:var(--purple-softer);color:var(--purple)}.coord-shell .filter-chip.active{background:var(--purple-soft);color:var(--purple)}.coord-shell .search-box{flex:1;min-width:200px;position:relative}.coord-shell .search-input{width:100%;padding:9px 14px 9px 36px;border:1px solid var(--border);border-radius:10px;font-size:13px;font-family:inherit;color:var(--text-dark);background:var(--bg-main);transition:all .15s}.coord-shell .search-input:focus{outline:none;border-color:var(--purple);background:white}.coord-shell .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-light);pointer-events:none}.coord-shell .turmas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:18px}.coord-shell .turma-card{background:var(--bg-card);border-radius:18px;padding:0;overflow:hidden;cursor:pointer;transition:all .2s;border:1.5px solid transparent;animation:coordFadeUp .5s ease-out backwards;text-decoration:none;color:inherit;display:block}.coord-shell .turma-card:hover{transform:translateY(-2px);border-color:var(--purple-soft);box-shadow:0 8px 24px #7e5bbe14}.coord-shell .turma-header{padding:18px 20px 14px;border-bottom:1px solid var(--border-light);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.coord-shell .turma-identity{display:flex;align-items:center;gap:12px}.coord-shell .turma-badge{width:44px;height:44px;border-radius:12px;background:var(--purple-soft);color:var(--purple);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.coord-shell .turma-name{font-size:16px;font-weight:700;color:var(--text-dark);line-height:1.2}.coord-shell .turma-meta{font-size:12px;color:var(--text-muted);margin-top:2px}.coord-shell .turma-inventory{padding:14px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.coord-shell .inv-mini{text-align:center;padding:10px 4px;border-radius:10px;background:var(--bg-main);transition:all .15s}.coord-shell .turma-card:hover .inv-mini{background:white}.coord-shell .inv-mini-icon{font-size:16px;margin-bottom:2px;line-height:1}.coord-shell .inv-mini-value{font-size:16px;font-weight:700;color:var(--text-dark);line-height:1;margin-top:2px}.coord-shell .inv-mini-label{font-size:9px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;font-weight:600;margin-top:3px}.coord-shell .turma-footer{padding:12px 20px;background:var(--bg-main);display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-light)}.coord-shell .turma-footer-info{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--text-muted);font-weight:500}.coord-shell .turma-footer-info strong{color:var(--text-dark);font-weight:700}.coord-shell .turma-arrow{color:var(--text-light);transition:all .15s}.coord-shell .turma-card:hover .turma-arrow{color:var(--purple);transform:translate(3px)}@media (max-width: 560px){.coord-shell .turmas-grid{grid-template-columns:1fr}}.coord-shell .breadcrumb a{color:var(--text-muted);text-decoration:none;cursor:pointer;transition:color .15s;background:none;border:none;font-family:inherit;font-size:12px;padding:0}.coord-shell .breadcrumb a:hover{color:var(--purple)}.coord-shell .aluno-info{display:flex;align-items:center;gap:10px}.coord-shell .aluno-avatar{width:32px;height:32px;border-radius:10px;background:var(--purple-soft);color:var(--purple);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;flex-shrink:0}.coord-shell .aluno-nome{font-size:13px;font-weight:600;color:var(--text-dark)}.coord-shell .child-report-blocks{display:flex;flex-direction:column;gap:24px;margin-top:16px}.coord-shell .child-hero{background:var(--bg-card);border-radius:20px;padding:28px;margin-bottom:20px;display:flex;align-items:center;gap:24px;animation:coordFadeUp .5s ease-out;position:relative;overflow:hidden;flex-wrap:wrap}.coord-shell .child-hero:before{content:"";position:absolute;top:-40px;right:-40px;width:220px;height:220px;background:radial-gradient(circle,var(--purple-softer),transparent 70%);border-radius:50%;pointer-events:none}.coord-shell .child-avatar{width:80px;height:80px;border-radius:24px;background:linear-gradient(135deg,var(--purple-soft),var(--green-soft));display:flex;align-items:center;justify-content:center;color:var(--purple-dark);font-size:28px;font-weight:700;flex-shrink:0;position:relative}.coord-shell .child-identity{flex:1;position:relative;min-width:0}.coord-shell .child-name{font-size:26px;font-weight:700;color:var(--text-dark);letter-spacing:-.5px;margin-bottom:8px}.coord-shell .child-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:var(--text-muted)}.coord-shell .child-meta-item{display:flex;align-items:center;gap:6px}.coord-shell .child-meta-item strong{color:var(--text-dark);font-weight:600}.coord-shell .child-actions{display:flex;gap:10px;position:relative}.coord-shell .child-alert{background:var(--red-bg);border-left:4px solid var(--red);border-radius:12px;padding:14px 18px;margin-bottom:20px;display:flex;align-items:center;gap:14px;animation:coordFadeUp .5s ease-out .1s backwards}.coord-shell .child-alert-icon{width:36px;height:36px;border-radius:10px;background:white;color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.coord-shell .child-alert-body{flex:1;font-size:13px;color:var(--text-dark);line-height:1.5}.coord-shell .child-alert-body strong{color:var(--red);font-weight:700}.coord-shell .inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.coord-shell .inv-card{background:var(--bg-main);border-radius:14px;padding:16px;border:1.5px solid transparent}.coord-shell .inv-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;font-size:18px}.coord-shell .inv-icon.photo{background:#FFE4B5}.coord-shell .inv-icon.audio{background:#C8E6C9}.coord-shell .inv-icon.text{background:#BBDEFB}.coord-shell .inv-icon.report{background:var(--green-bg);color:var(--green)}.coord-shell .inv-icon.evidence{background:var(--purple-softer);color:var(--purple)}.coord-shell .inv-value{font-size:18px;font-weight:700;color:var(--text-dark);line-height:1.2;letter-spacing:-.3px}.coord-shell .inv-label{font-size:11px;color:var(--text-muted);font-weight:600;margin-top:4px;line-height:1.3;text-transform:uppercase;letter-spacing:.4px}.coord-shell .inv-detail{font-size:11px;color:var(--text-muted);margin-top:4px}.coord-shell .breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);margin-bottom:10px;font-weight:500}.coord-shell .breadcrumb a,.coord-shell .breadcrumb button{color:var(--text-muted);text-decoration:none;cursor:pointer;transition:color .15s;background:none;border:none;font-family:inherit;font-size:12px;padding:0}.coord-shell .breadcrumb a:hover,.coord-shell .breadcrumb button:hover{color:var(--purple)}.coord-shell .breadcrumb-sep{color:var(--text-light)}.coord-shell .turma-hero{background:var(--bg-card);border-radius:18px;padding:22px 26px;margin-bottom:20px;display:flex;align-items:center;gap:18px;animation:coordFadeUp .5s ease-out;flex-wrap:wrap}.coord-shell .turma-hero-badge{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,var(--purple-soft),var(--green-soft));display:flex;align-items:center;justify-content:center;color:var(--purple-dark);font-weight:700;font-size:22px;flex-shrink:0}.coord-shell .turma-hero-info{flex:1;min-width:0}.coord-shell .turma-hero-name{font-size:22px;font-weight:700;color:var(--text-dark);letter-spacing:-.3px}.coord-shell .turma-hero-meta{font-size:13px;color:var(--text-muted);margin-top:4px}.coord-shell .turma-hero-meta strong{color:var(--text-dark);font-weight:600}.coord-shell .field-row{margin-bottom:16px}.coord-shell .field-row:last-child{margin-bottom:0}.coord-shell .field-row-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px;gap:10px}.coord-shell .field-row-name{color:var(--text-body);font-weight:500;display:flex;align-items:center;gap:8px}.coord-shell .field-circle{width:14px;height:14px;border-radius:50%;border:2px solid;flex-shrink:0}.coord-shell .field-row-value{font-weight:700;font-size:13px;white-space:nowrap}.coord-shell .field-bar{height:9px;background:var(--bg-main);border-radius:99px;overflow:hidden}.coord-shell .field-bar-fill{height:100%;border-radius:99px;transition:width 1s cubic-bezier(.16,1,.3,1)}.coord-shell .b-corpo{background:#00BFA5;border-color:#00bfa5}.coord-shell .b-eu{background:var(--purple);border-color:var(--purple)}.coord-shell .b-escuta{background:var(--blue);border-color:var(--blue)}.coord-shell .b-espacos{background:#EF5350;border-color:#ef5350}.coord-shell .b-tracos{background:var(--amber);border-color:var(--amber)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 262.1 83.3% 57.8%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 262.1 83.3% 57.8%;--radius: .75rem;--lavanda: #D7CDEB;--verde-menta: #C3ECD4;--lavanda-claro: #F5F3FA;--texto-escuro: #374151;--texto-medio: #6B7280;--roxo-principal: #8A63D2}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Nunito,sans-serif;background-color:var(--lavanda-claro);color:var(--texto-escuro);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-right-2{right:-.5rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-1\/4{bottom:25%}.bottom-2{bottom:.5rem}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-10{right:2.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.top-\[72px\]{top:72px}.top-\[80px\]{top:80px}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.col-span-3{grid-column:span 3 / span 3}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.-mt-2{margin-top:-.5rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1px\]{height:1px}.h-\[280px\]{height:280px}.h-\[400px\]{height:400px}.h-\[500px\]{height:500px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-32{max-height:8rem}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[450px\]{max-height:450px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(90vh-180px\)\]{max-height:calc(90vh - 180px)}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[150px\]{min-height:150px}.min-h-\[160px\]{min-height:160px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[80px\]{min-height:80px}.min-h-\[90px\]{min-height:90px}.min-h-\[calc\(100vh-4rem\)\]{min-height:calc(100vh - 4rem)}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-1\.5{width:.375rem}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[140px\]{width:140px}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-\[250px\]{width:250px}.w-\[60px\]{width:60px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[180px\]{min-width:180px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-\[120px\]{max-width:120px}.max-w-\[250px\]{max-width:250px}.max-w-\[400px\]{max-width:400px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-\[3\]{flex:3}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-r-lg{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-t-md{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#8A63D2\]{--tw-border-opacity: 1;border-color:rgb(138 99 210 / var(--tw-border-opacity, 1))}.border-\[\#8B5CF6\]{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-current{border-color:currentColor}.border-destructive{border-color:hsl(var(--destructive))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-lavanda{border-color:var(--lavanda)}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-primary{border-color:hsl(var(--primary))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-roxo-principal{border-color:var(--roxo-principal)}.border-transparent{border-color:transparent}.border-verde-menta{border-color:var(--verde-menta)}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-l-green-500{--tw-border-opacity: 1;border-left-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-l-orange-500{--tw-border-opacity: 1;border-left-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-l-yellow-500{--tw-border-opacity: 1;border-left-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-\[\#8A63D2\]{--tw-bg-opacity: 1;background-color:rgb(138 99 210 / var(--tw-bg-opacity, 1))}.bg-\[\#8B5CF6\]{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-\[\#C3ECD4\]{--tw-bg-opacity: 1;background-color:rgb(195 236 212 / var(--tw-bg-opacity, 1))}.bg-\[\#D7CDEB\]{--tw-bg-opacity: 1;background-color:rgb(215 205 235 / var(--tw-bg-opacity, 1))}.bg-\[\#F5F3FA\]{--tw-bg-opacity: 1;background-color:rgb(245 243 250 / var(--tw-bg-opacity, 1))}.bg-accent{background-color:hsl(var(--accent))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-50\/60{background-color:#f9fafb99}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-lavanda{background-color:var(--lavanda)}.bg-lavanda-claro{background-color:var(--lavanda-claro)}.bg-muted{background-color:hsl(var(--muted))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-50\/40{background-color:#faf5ff66}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-roxo-principal{background-color:var(--roxo-principal)}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.bg-verde-menta{background-color:var(--verde-menta)}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/50{background-color:#ffffff80}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-70{--tw-bg-opacity: .7}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#C3ECD4\]{--tw-gradient-from: #C3ECD4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(195 236 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#D7CDEB\]{--tw-gradient-from: #D7CDEB var(--tw-gradient-from-position);--tw-gradient-to: rgb(215 205 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-lavanda-claro{--tw-gradient-from: var(--lavanda-claro) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-roxo-principal{--tw-gradient-from: var(--roxo-principal) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#C3ECD4\]{--tw-gradient-to: #C3ECD4 var(--tw-gradient-to-position)}.to-\[\#D7CDEB\]{--tw-gradient-to: #D7CDEB var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to: #34d399 var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-lavanda{--tw-gradient-to: var(--lavanda) var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-11{padding-right:2.75rem}.pr-2{padding-right:.5rem}.pr-28{padding-right:7rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-\[\#8A63D2\]{--tw-text-opacity: 1;color:rgb(138 99 210 / var(--tw-text-opacity, 1))}.text-\[\#8B5CF6\]{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-\[var\(--roxo-principal\)\]{color:var(--roxo-principal)}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-roxo-principal{color:var(--roxo-principal)}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-texto-escuro{color:var(--texto-escuro)}.text-texto-medio{color:var(--texto-medio)}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-15{opacity:.15}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-gray-200\/60{--tw-shadow-color: rgb(229 231 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.ring-offset-white{--tw-ring-offset-color: #fff}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.\!running{animation-play-state:running!important}.running{animation-play-state:running}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[scrollbar-width\:none\]{scrollbar-width:none}.nara-gradient{background:linear-gradient(135deg,var(--lavanda) 0%,var(--verde-menta) 100%)}.btn-hover{transition:all .3s ease}.btn-hover:hover{transform:translateY(-2px);box-shadow:0 8px 20px #c3ecd499}.card-hover{transition:all .3s cubic-bezier(.25,.8,.25,1)}.card-hover:hover{border-color:var(--lavanda);box-shadow:0 14px 28px #00000014,0 10px 10px #0000000d}@media (max-width: 600px){.grava-audio-actions{flex-direction:column!important;gap:8px!important;align-items:stretch!important}.grava-audio-actions>*{width:100%!important;margin-bottom:4px!important;text-align:center!important}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-gray-300::-moz-placeholder{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-300::placeholder{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:border-purple-300:focus-within{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.focus-within\:border-purple-400:focus-within{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-purple-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-purple-200:hover{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-roxo-principal:hover{border-color:var(--roxo-principal)}.hover\:bg-\[\#7755b5\]:hover{--tw-bg-opacity: 1;background-color:rgb(119 85 181 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#7C3AED\]:hover{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#8B5CF6\]:hover{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#B0E4C1\]:hover{--tw-bg-opacity: 1;background-color:rgb(176 228 193 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#D7CDEB\]\/40:hover{background-color:#d7cdeb66}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50\/50:hover{background-color:#f9fafb80}.hover\:bg-gray-50\/80:hover{background-color:#f9fafbcc}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-lavanda:hover{background-color:var(--lavanda)}.hover\:bg-lavanda-claro:hover{background-color:var(--lavanda-claro)}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-roxo-principal:hover{background-color:var(--roxo-principal)}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-verde-menta:hover{background-color:var(--verde-menta)}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/60:hover{background-color:#fff9}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-20:hover{--tw-bg-opacity: .2}.hover\:bg-opacity-30:hover{--tw-bg-opacity: .3}.hover\:bg-opacity-80:hover{--tw-bg-opacity: .8}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:bg-red-50:focus{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-purple-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:border-purple-400:focus-visible{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-purple-300:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-purple-400:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-destructive\/30{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\:checked\]\:border-green-300:has(:checked){--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.has-\[\:checked\]\:border-orange-300:has(:checked){--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.has-\[\:checked\]\:border-purple-300:has(:checked){--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.has-\[\:checked\]\:border-red-300:has(:checked){--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=active\]\:border-b-2[data-state=active]{border-bottom-width:2px}.data-\[state\=active\]\:border-purple-700[data-state=active]{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=checked\]\:bg-verde-menta[data-state=checked]{background-color:var(--verde-menta)}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-lavanda[data-state=unchecked]{background-color:var(--lavanda)}.data-\[state\=active\]\:text-purple-700[data-state=active]{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}@media (min-width: 640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:ml-4{margin-left:1rem}.sm\:mr-2{margin-right:.5rem}.sm\:mt-0{margin-top:0}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:contents{display:contents}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-14{height:3.5rem}.sm\:h-20{height:5rem}.sm\:h-40{height:10rem}.sm\:h-44{height:11rem}.sm\:w-10{width:2.5rem}.sm\:w-20{width:5rem}.sm\:w-40{width:10rem}.sm\:w-\[150px\]{width:150px}.sm\:w-\[180px\]{width:180px}.sm\:w-\[200px\]{width:200px}.sm\:w-\[240px\]{width:240px}.sm\:w-auto{width:auto}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-\[525px\]{max-width:525px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:flex-1{flex:1 1 0%}.sm\:flex-none{flex:none}.sm\:shrink-0{flex-shrink:0}.sm\:flex-grow{flex-grow:1}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0px}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:self-center{align-self:center}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:top-\[76px\]{top:76px}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:block{display:block}.md\:hidden{display:none}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-\[160px_1fr_1fr_1fr\]{grid-template-columns:160px 1fr 1fr 1fr}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-4{gap:1rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>button\:last-child\]\:hidden>button:last-child{display:none}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\.ProseMirror\]\:min-h-\[400px\] .ProseMirror{min-height:400px}.\[\&_\.ProseMirror\]\:outline-none .ProseMirror{outline:2px solid transparent;outline-offset:2px}.\[\&_\.ProseMirror_img\]\:mb-2 .ProseMirror img{margin-bottom:.5rem}.\[\&_\.ProseMirror_img\]\:mr-3 .ProseMirror img{margin-right:.75rem}.\[\&_\.ProseMirror_img\]\:inline-block .ProseMirror img{display:inline-block}.\[\&_\.ProseMirror_img\]\:h-auto .ProseMirror img{height:auto}.\[\&_\.ProseMirror_img\]\:max-w-\[180px\] .ProseMirror img{max-width:180px}.\[\&_\.ProseMirror_img\]\:rounded-md .ProseMirror img{border-radius:calc(var(--radius) - 2px)}.\[\&_\.ProseMirror_p\.is-editor-empty\:first-child\:\:before\]\:pointer-events-none .ProseMirror p.is-editor-empty:first-child:before{pointer-events:none}.\[\&_\.ProseMirror_p\.is-editor-empty\:first-child\:\:before\]\:float-left .ProseMirror p.is-editor-empty:first-child:before{float:left}.\[\&_\.ProseMirror_p\.is-editor-empty\:first-child\:\:before\]\:h-0 .ProseMirror p.is-editor-empty:first-child:before{height:0px}.\[\&_\.ProseMirror_p\.is-editor-empty\:first-child\:\:before\]\:text-gray-400 .ProseMirror p.is-editor-empty:first-child:before{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.\[\&_\.ProseMirror_p\.is-editor-empty\:first-child\:\:before\]\:content-\[attr\(data-placeholder\)\] .ProseMirror p.is-editor-empty:first-child:before{--tw-content: attr(data-placeholder);content:var(--tw-content)}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}
