*{font-family:sans-serif}body{display:flex;align-items:flex-start;margin:0;overflow-x:hidden;min-width:100vw;background-color:#e6e8ec;box-sizing:border-box}.navBar{width:100vw;height:70px;background:#0e6072;display:flex;flex-direction:row;justify-content:space-between;align-items:center;top:0;left:0;position:fixed;z-index:1000;box-shadow:0 4px 8px #0000001a}.textoPadrao{font-family:Roboto,sans-serif}.profile .pic img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(197,174,155,255)}.profile{height:15%;padding:20px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;color:#faf9f6;border:none}.name{display:flex;flex-direction:row;margin-left:20px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-logout{background:#fff;padding:20px 25px;border-radius:12px;max-width:350px;width:85%;text-align:center;box-shadow:0 8px 20px #00000080;animation:modalFade 1s ease-out}.modal-logout h2{margin-bottom:10px;font-size:20px;color:#0e6072}.modal-logout p{margin-bottom:15px;color:#333;font-size:15px}.modal-buttons{display:flex;justify-content:center;gap:10px}.modal-buttons button{padding:8px 16px;border-radius:8px;border:none;cursor:pointer;font-size:15px;transition:transform .1s,background .2s}.btn-cancelar{background:#ccc;color:#333}.btn-cancelar:hover{background:#6c6c6c;color:#fff}.btn-confirmar{background:#0e6072;color:#fff}.btn-confirmar:hover{background:red}@keyframes modalFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.botaoBranco{font-size:25px;font-weight:500;font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center;background-color:#faf9f6;color:#0e6072;border:none;padding:10px 50px;cursor:pointer;border-radius:8px}.botaoBranco:hover{background-color:#cdcbc4}.botaoAzul{font-size:20px;font-weight:450;font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center;background:#0e6072;color:#faf9f6;border:none;padding:10px 50px;cursor:pointer;border-radius:8px}.botaoCinza{font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center;background:#cbd4d8;color:#0e6072;border:none;padding:10px 50px;cursor:pointer;border-radius:8px}.botaoCinza:hover{background-color:#cdcbc4}.botaoAzul:hover{background-color:#155867}.botaoAmarelo{font-weight:600;display:"flex";justify-content:"center";align-items:center;font-family:Inter,sans-serif;background-color:#f0c22e;border:none;color:#593d25;padding:10px 50px;cursor:pointer;border-radius:8px}.botaoAmarelo:hover{background-color:#d3ac2c}.botaoPesquisa{background:none;padding-bottom:5px;padding-top:5px;display:flex;border:none;align-items:center;justify-content:center;cursor:pointer;border-radius:8px}.botaoFacebook{color:#faf9f6;height:40px;width:40px;border-radius:50%;border:none;background:#4267b2;cursor:pointer}.botaoFacebook:hover{border:5px solid #2955ad}.botaoGoogle{color:#faf9f6;height:40px;width:40px;border-radius:50%;border:none;background:#db4437;cursor:pointer}.botaoGoogle:hover{border:5px solid #c72b0fd0}.botaoBarraLateral{font-family:Roboto,sans-serif;font-weight:390;width:100%;font-size:15px;color:#593d25;cursor:pointer;background:none;display:flex;flex-direction:row;justify-content:left;align-items:center;border:none;padding-right:30px;gap:5px}.botaoBarraLateral:hover{background-color:#cdcbc4}.botaoBarraInferior{font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#0e607280;cursor:pointer;background:#ebf0f3;display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;width:100%;height:50px}.botaoBarraInferior:hover{background-color:#cdcbc4;border-bottom:3px solid #0E6072;color:#0e6072}.botaoEdicaoFoto{z-index:"999";border-radius:50%;background:#0e6072;border:none;margin:0;width:50px;height:50px;cursor:pointer}.botaoEdicaoFoto:hover{background:#74b0bd}.inputPesquisa{align-items:center;width:500px;height:35px;outline:none;padding-bottom:1px;padding-top:1px;background-color:#f0f8ff;border:none;margin-left:20px;border-radius:8px;display:flex;flex-direction:row;justify-content:center}.inputPesquisa::placeholder{font-family:Inter,sans-serif;font-weight:600}.inputInformacoes{width:300px;border:2px solid #74B0BD;height:30px;border-radius:8px;background-color:#fff;outline:none}.inputInformacoes:focus{border:solid 3px #0E6072}.tutorial-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.tutorial-modal-content{background-color:#fff;padding:30px;border-radius:10px;width:90%;max-width:700px;box-shadow:0 4px 20px #00000080;position:relative;display:flex;flex-direction:column;align-items:center}.close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#333}.carousel-container{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.carousel-image{margin-bottom:20px;width:100%;max-height:40vh;height:40vh;overflow:hidden;border-radius:5px;box-shadow:0 2px 8px #0000001a;background-size:contain;background-position:center;background-repeat:no-repeat}.carousel-image img{width:100%;height:auto;display:block;object-fit:contain}.carousel-text h2{color:#007bff;margin-bottom:10px}.carousel-text p{color:#555;line-height:1.6;margin-bottom:20px}.carousel-controls{display:flex;justify-content:space-between;width:100%;margin-top:20px}.control-button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s}.control-button.prev{background-color:#f0f0f0;color:#333}.control-button.next,.control-button.finish{background-color:#4caeed;color:#fff}.control-button:disabled{opacity:.5;cursor:not-allowed}.step-indicators{margin:10px 0}.dot{height:10px;width:10px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s}.dot.active{background-color:#007bff}.home{min-height:100vh;background:linear-gradient(to bottom,#0e6072,#55b3c8 48%,#f1c22e 60%,#b0642e)}.login{margin:0;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background:linear-gradient(to right,#f2ae31,#fff);overflow-x:hidden}.backGround{width:1200px;height:600px;border-radius:12px;background-image:url(/assets/backgroundLogin-BcgWTlZq.png);background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center;gap:80px}.loginContainer{display:flex;flex-direction:column;align-items:center;transform:scale(.9);margin-left:130px;gap:20px;max-width:340px}.logoSection{display:flex;flex-direction:column;align-items:center}.logo{transform:scale(.6)}.welcomeText{font-family:Roboto,sans-serif;font-weight:600;font-size:30px;color:#f37126;text-align:center}.inputsSection{display:flex;flex-direction:column;gap:10px;width:100%}.optionsRow{display:flex;justify-content:space-between;align-items:center;color:#b59c87;font-family:Roboto,sans-serif;font-weight:600;font-size:13px;width:100%}.rememberMe{font-size:13px;font-weight:600}.loginButton{width:340px;height:40px;margin-top:10px}.registerPrompt{display:flex;justify-content:center;gap:5px;font-family:Roboto,sans-serif;font-weight:500;font-size:10px;color:#b59c87}.linkCadastro{text-decoration:none;color:#f37126}.linkCadastro:hover{color:#f34826}.link{text-decoration:none;color:#b59c87}.link:hover{color:#926b4c}.orText{font-family:Roboto,sans-serif;font-size:10px;color:#b59c87;font-weight:430;text-align:center}.socialButtons{display:flex;gap:40px;justify-content:center}.sideImage{transform:scale(.7);margin-left:130px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pulseIcon{color:#fff!important;animation:pulse 2s infinite;text-shadow:none!important}.bounceIcon{animation:bounce 2s infinite;filter:drop-shadow(0 0 2px rgba(30,136,229,.6));color:#fff!important}.pulseIconRed{color:#fff!important;animation:pulse 1.8s infinite;text-shadow:0 0 8px #f44336!important}.cadastro{margin:0;flex-direction:row;justify-content:center;align-items:center;display:flex;place-items:center;overflow-x:hidden;width:100vw;height:100vh;background:linear-gradient(to right,#0e6072,#4ca2b6)}.backGround{background-color:#74b0bd;width:1200px;height:670px;border-radius:12px}.caixaAlert{display:flex;flex-direction:column;justify-content:center;align-items:center;width:500px;height:300px;background-color:#fff;border:solid 1px #74B0BD;border-radius:18px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999}.botaoReenviar{border:none;background:none;font-size:15px;font-weight:400;color:#f37126;cursor:pointer}.botaoReenviar:hover{color:#d0610d}.selecionador{width:308px;border:2px solid #74b0bd;height:30px;border-radius:8px;background-color:#fff;outline:none}.dias-assinatura{display:inline-flex;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:16px;color:#0e6072;background-color:#faf9f6;border-radius:8px;width:180px;height:40px;text-align:center;cursor:pointer;position:relative;overflow:hidden;border:none}.dias-assinatura .texto-hover{display:none}.dias-assinatura:hover .texto-hover{display:inline}.dias-assinatura:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;pointer-events:none}.container{display:flex;flex-direction:column}.sidebar{position:fixed;transition:width .3s;width:250px;height:90vh;background-color:#faf9f6;margin:0%;display:flex;flex-direction:column;justify-content:space-between;z-index:100;box-shadow:0 4px 8px #0000001a}.sidebar.aberta{width:250px}.sidebar.fechada{width:70px;border-radius:10px;margin-top:10px;margin-left:10px;height:88vh;justify-content:center}.profile .picture img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid rgba(197,174,155,255)}.profileold{height:20%;padding:20px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid #C5AE9B;justify-content:center;text-decoration:none;color:#593d25}.name{display:flex;flex-direction:column;margin-left:20px}.menu{align-self:center;display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:20px}.menu-btn{display:flex;align-items:center;gap:20px;background:#faf9f6;color:#593d25;border:none;margin-top:20px;padding:10px;font-size:16px;cursor:pointer;width:100%}.menu-btn:hover{background-color:#c5ae9b}.icon{flex-shrink:0;width:20px}.sidebar.fechada .menu-btn .icon{margin-left:15px}.pic{background-color:#c5ae9b80;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pic img{flex-shrink:0;width:90%}.logout{justify-content:center;display:flex;padding:20px;justify-items:center}.logout-btn{display:flex;border-radius:8px;background-color:#cbd4d8;border:none;color:#0e6072;padding:10px;font-weight:700;font-size:16px;cursor:pointer;gap:10px}.logout-btn:hover{background-color:#afbcc2}.toggle-btn{display:flex;border:none;border-radius:50%;width:50px;height:50px;cursor:pointer;align-self:center;margin-top:20px;align-items:center;justify-content:center;color:#593d25;box-shadow:0 0 5px #0003}.toggle-btn:hover{background-color:#c5ae9b}.link{text-decoration:none}.chatIA{display:flex;flex-direction:column;background-color:#faf9f6;border-radius:15px;box-sizing:border-box;position:sticky;width:100%;height:100%;overflow:hidden;background:#f0f0f0}.messageList{flex:0 0 80%;max-height:80%;padding:10px;overflow-y:auto;gap:10px;box-sizing:border-box;display:flex;flex-direction:column-reverse}.chatInput{flex:1;display:flex;flex-direction:row;border:1px solid;border-radius:10px;line-break:auto;border-color:#a1a2a6;margin:10px;box-sizing:border-box;padding:10px;gap:5px;background:#fff}.chatInput textarea{flex:100;width:90%;height:100%;padding:5px;background:transparent;border:0;outline:0;font-size:16px;resize:none}.chatInput img{width:100%;height:auto;object-fit:contain}.sendButton{width:10%;background:transparent;border:none;cursor:pointer}.sendButton:disabled{background:transparent;border:none;cursor:not-allowed;opacity:.4}.message-hint{display:flex;justify-content:center;margin:20px 0}.hint-bubble{background:#41cdec60;padding:12px 16px;border-radius:18px;border:2px solid #13b2d5;font-size:14px;color:#0e6072;text-align:center;max-width:80%;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mensagem{display:flex;align-items:end}.mensagem.user{justify-content:flex-end}.mensagem.bot{justify-content:flex-start}.bubble{padding:15px;border-radius:15px;white-space:pre-wrap;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto;font-size:16px}.bubble.user{max-width:80%;background-color:#0e6072;color:#fff;align-self:flex-end;border-bottom-right-radius:0}.bubble.bot{max-width:80%;background:#fff;color:#333;align-self:flex-start;border-bottom-left-radius:0}.typing-dots{display:inline-flex;gap:4px;font-size:24px;color:#555;animation:blink 1.2s infinite}.typing-dots span{animation:bounce 1.2s infinite;animation-delay:calc(var(--i) * .2s)}.typing-dots span:nth-child(1){--i: 0}.typing-dots span:nth-child(2){--i: 1}.typing-dots span:nth-child(3){--i: 2}@keyframes blink{0%,80%,to{opacity:.4}40%{opacity:1}}.bot-icon{width:30px;margin-right:5px}.content{display:grid;grid-template-columns:1fr 2fr 1fr;height:100%;width:100%;min-height:100vh;margin-top:70px;margin-left:15%;gap:20px;box-sizing:border-box;justify-items:left}.content.com-sidebar{padding-left:250px;transition:padding-left .3s}.content.sidebar-fechada{padding-left:70px}.editor-container{position:relative;display:inline-block;gap:20px}.menu{height:auto;width:auto;display:flex;flex-direction:column;top:90px;position:fixed;left:20px;gap:10px}.menu-button{position:relative;margin:10px;padding:10px 20px;cursor:pointer;background-color:#0e6072;color:#fff;font-weight:600;font-size:14px;border:none;border-radius:8px;box-shadow:0 4px 8px #4a90e24d;transition:background-color .3s ease,box-shadow .3s ease;white-space:nowrap}.menu-button:hover{background-color:#009ec2;box-shadow:0 6px 12px #357abd80}.menu-button:active{background-color:#2a5d8f;box-shadow:0 3px 6px #2a5d8fb3;transform:translateY(2px)}.editor-top-row{display:flex;align-items:flex-start;gap:16px}@media print{body *{visibility:hidden}.editor-container,.editor-container *{visibility:visible}.editor-container{width:100%;max-width:100%;box-sizing:border-box;padding:10px 10px 0;overflow-wrap:break-word;page-break-inside:avoid}.quadrinho{page-break-inside:avoid}.quadrinho:last-child{margin-bottom:0}.add,.print-button{display:none!important}}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:200}.hiperfoco-modal{background:#fff;padding:15px;border-radius:12px;box-shadow:0 4px 12px #0000004d;max-width:220px;width:auto;text-align:center;position:absolute;animation:hiperAnim 1s ease forwards;z-index:300}.hiperfoco-lista{display:flex;flex-direction:column;gap:8px;max-height:180px;overflow-y:auto}.hiperfoco-lista button{padding:6px 10px;border-radius:6px;border:2px solid #4cafef;background:#fff;cursor:pointer;transition:background .4s,border-color .4s}.cascata-modal{position:fixed;display:flex;flex-direction:column;gap:10px;animation:cascataAnim 1s ease forwards;z-index:200}@keyframes cascataAnim{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.cascata-botao{width:40px;height:40px;border-radius:50%;border:1px solid #4cafef;background:#fff;color:#4cafef;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #0003;transition:transform .2s,box-shadow .2s}.cascata-botao:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000004d}.back{display:flex;flex-direction:column;justify-items:center;overflow-y:auto;padding:10px;box-sizing:border-box}.pagina{background-color:#fff;margin-top:10px;width:794px;min-height:1123px;gap:20px;box-sizing:border-box;margin-bottom:10px}.secao-hq-independente{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:min-content;gap:20px}.add{min-width:80px;aspect-ratio:1;padding:10px;background-color:#0e6072;border:none;border-radius:50%;cursor:pointer;color:#fff;align-items:center;font-size:20px;display:flex;flex-direction:column;justify-content:center}@media print{.add{display:none!important}}.entre-linhas-area{grid-column:1 / -1;display:flex;justify-content:center;align-items:center;margin:20px 0;padding:100px 0;position:relative;z-index:5}.texto-entre-linhas{background-color:#f0f0f0;border-radius:6px;padding:6px 16px;font-size:14px;color:#333;max-width:90%;box-sizing:border-box;text-align:center;word-break:break-word}.modal-texto-entre-linhas{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px 25px;border-radius:10px;box-shadow:0 6px 20px #0003;z-index:10000;width:400px;height:200px;display:flex;flex-direction:column;justify-content:space-between;-webkit-user-select:text;user-select:text}.modal-texto-entre-linhas textarea{width:100%;height:120px;resize:none;font-size:16px;padding:8px 10px;border:1.5px solid #ccc;border-radius:6px;font-family:inherit;box-sizing:border-box;outline-offset:2px}.botoes-modal{display:flex;justify-content:flex-end;gap:12px}.botoes-modal button{padding:8px 16px;cursor:pointer;border:none;border-radius:6px;background-color:#0e6072;color:#fff;font-weight:600;transition:background-color .2s ease-in-out}.botoes-modal button:hover{background-color:#094a55}.clickable-area{background-color:transparent;pointer-events:auto;z-index:10;height:40px}.clickable-area:hover{background-color:#2eb4e09a;cursor:url(/hoverT.cur) 16 16,auto!important}.tooltip-msg{position:absolute;top:-25px;left:50%;transform:translate(-50%);background-color:#fce205;color:#1c1c1c;font-weight:500;padding:4px 8px;font-size:13px;font-family:Comic Sans MS,Comic Sans,cursive;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;z-index:999;box-shadow:0 1px 3px #0003}.clickable-area:hover .tooltip-msg{opacity:1}.texto-entre-linhas-exibicao{background-color:#fff!important;color:#000!important;opacity:1!important;pointer-events:auto!important;text-shadow:none!important;transform:none!important;-webkit-user-select:text!important;user-select:text!important;margin-bottom:20px;padding:8px 10px;box-sizing:border-box;max-width:100%;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap}.clickable-area-existe-texto{border:2px dashed #fce205;background-color:#fce20526;border-radius:6px}.clickable-area{opacity:0;transition:opacity .3s}.clickable-area:hover{opacity:1!important}.texto-hover{border:2px dashed #5b1df9;background-color:#fce20526}.controles-fonte{display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:8px}.controles-fonte button{background-color:#ccc;border:none;border-radius:4px;padding:6px 12px;font-size:16px;cursor:pointer;font-weight:700;transition:background-color .2s ease-in-out}.controles-fonte button:hover{background-color:#bbb}.texto-questao strong{font-size:16px}.alternativas-linha{margin:15px 0;padding:12px}.alternativas-finais{margin:20px 0;padding:15px}.grupo-alternativas{margin:10px 0;padding:10px}.alternativas-linha strong,.alternativas-finais strong{display:block;margin-bottom:8px;font-size:16px}.container-hq{display:flex;flex-direction:column;gap:20px;border-radius:8px;padding:20px}.linha-quadrinhos{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:15px}.quadrinho-vazio{visibility:hidden;height:0;min-height:0}.alternativas-linha{margin:0 0 15px;padding:10px;border-radius:5px}.alternativas-finais{margin-top:15px;padding:12px;border-radius:6px}.quadrinho-wrapper{position:relative;width:fit-content;height:fit-content}.quadrinho{position:relative;z-index:2;background-color:#635858;border:3px solid #000000;border-radius:3px;width:100%;aspect-ratio:1;transition:.3s;background-size:cover;background-position:center;overflow:visible;box-sizing:border-box;flex-shrink:0}.opcoes{position:fixed;display:flex;flex-direction:column;gap:8px;z-index:20;background-color:#fffffff2;padding:8px;border-radius:8px;box-shadow:0 2px 6px #0003;pointer-events:auto;width:fit-content}.opcoes button{width:48px;height:48px;background-color:#fff;border:2px solid #ccc;border-radius:8px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .1s,border-color .2s}.opcoes button:hover{border-color:#0e6072;transform:scale(1.05)}.opcoes button img{width:24px;height:24px;object-fit:contain}.opcoes .remover{border-color:#c62828}.opcoes .remover:hover{border-color:#a41515}.tooltip{position:absolute;top:-30px;left:0;background:#000000d9;color:#fff;padding:6px 10px;font-size:12px;border-radius:6px;animation:fadeout 3s forwards;z-index:100}@keyframes fadeout{0%{opacity:1}80%{opacity:1}to{opacity:0;visibility:hidden}}.balao{position:absolute;width:109px;height:77px;box-sizing:border-box;padding:12px;overflow:hidden;z-index:5;background:none}.resize-handle{width:16px;height:16px;cursor:se-resize;position:absolute;bottom:2px;right:2px}.balao.estilo-padrao:before{background-image:url(/assets/balao-DteHCzSY.png)}.balao.estilo-alternativo:before{background-image:url(/assets/balao2-BUp0nxSL.png)}.balao.estilo-3:before{background-image:url(/assets/balao3-CPYFi4SV.png)}.balao.estilo-padrao:before,.balao.estilo-alternativo:before,.balao.estilo-3:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:100% 100%;background-repeat:no-repeat;background-position:center;z-index:-1;pointer-events:none}.balao.invertido:before{transform:scaleX(-1)}.balao:hover{cursor:move}.inner-balao{width:100%;height:80%;display:flex;align-items:center;justify-content:center}.texto-editavel{width:100%;height:100%;font-size:12px;font-family:sans-serif;color:#000;overflow:auto;text-align:center;outline:none;word-break:break-word;cursor:text;-webkit-user-select:text;user-select:text;direction:ltr;align-content:center}.icone-opcoes{width:50px!important;height:50px!important;object-fit:contain}.hiperfoco-modal{background:#fff;padding:12px;border-radius:10px;box-shadow:0 4px 12px #0000004d;max-width:220px;width:auto;z-index:300}.hiperfoco-lista{display:flex;flex-direction:column;gap:6px;max-height:200px;animation:hiperAnim 1s ease forwards;overflow-y:auto}.hiperfoco-lista button{width:100%;padding:6px 10px;border-radius:6px;border:1px solid #ccc;background:#f9f9f9;cursor:pointer;transition:background .4s,border-color .4s}.hiperfoco-lista button:hover{background:#4cafef;border-color:#0e6072;color:#fff;border:2px solid #ffffff}@keyframes hiperAnim{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:30}.texto-container{border:2px solid transparent;border-radius:6px;cursor:text;transition:border .2s ease,box-shadow .2s ease;width:100%;white-space:normal;overflow-wrap:break-word;word-break:break-word;text-align:justify}.texto-container.ativo{border:2px solid #4cafef;box-shadow:0 0 8px #4cafef}.texto-editavel{outline:none;min-height:24px;font-size:16px;text-align:justify}@media print{.no-break{page-break-inside:avoid!important;break-inside:avoid!important;display:block}}.icon-container{position:relative;overflow:hidden}.link-card:hover .icon-container:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#0e6072;border-radius:50%;transform:translate(-50%,-50%) scale(0);animation:ripple .8s ease-out infinite;pointer-events:none}.body{min-height:100vh;width:100vw;background-color:#f5f5f5;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23dcdcdc' /%3E%3C/svg%3E");background-repeat:repeat;background-position:center;background-size:20px 20px;display:flex;justify-content:center;align-items:center;font-family:Roboto,sans-serif;padding:40px 20px;box-sizing:border-box}.body{min-height:100vh;width:100vw;background-color:#f5f5f5;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23dcdcdc' /%3E%3C/svg%3E");background-repeat:repeat;background-position:center;background-size:20px 20px;display:flex;justify-content:center;align-items:center;font-family:Roboto,sans-serif;padding:40px 20px;box-sizing:border-box}.sidebar-chat{width:260px;background-color:#fdfbf6;height:100vh;border-right:1px solid #e1d4c4;transition:width .3s ease;display:flex;flex-direction:column;position:relative}.chat-menu-container{margin-left:auto;position:relative;display:flex;align-items:center;visibility:hidden;z-index:1000;opacity:0;transition:opacity .15s ease;cursor:pointer}.chat-item:hover .chat-menu-container{visibility:visible;opacity:1}.chat-menu-icone{font-size:18px;color:#5a4635;-webkit-user-select:none;user-select:none}.chat-menu-opcoes{position:absolute;top:100%;right:4px;background:#f1e9e1;border:1px solid #e1d4c4;border-radius:8px;box-shadow:0 4px 8px #00000014;display:flex;flex-direction:column;z-index:9999;min-width:120px;max-width:180px;width:max-content;padding:6px}.chat-menu-opcoes button{background:transparent;border:none;padding:8px 12px;font-size:13px;text-align:left;cursor:pointer;color:#5a4635;transition:background-color .15s ease;border-radius:6px}.chat-menu-opcoes button:hover{background-color:#f1e9e1}.chat-menu-opcoes .botao-renomear{color:#5a4635;font-weight:600}.chat-menu-opcoes .botao-renomear:hover{background-color:#e7d6c4}.chat-menu-opcoes .botao-deletar{color:#5a4635;font-weight:600;margin-bottom:0}.chat-menu-opcoes .botao-deletar:hover{background-color:#e7d6c4}.sidebar-chat.fechado{width:48px}.conteudo-sidebar{display:flex;flex-direction:column;height:100%}.topo-superior{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 14px 12px;position:relative}.imagem-lateral{width:38px;height:38px}.botao-recolher{width:34px;height:34px;border-radius:50%;background-color:#e6d8c8;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000014;transition:all .2s ease}.botao-recolher:hover{transform:scale(1.1);background-color:#dfcdb9}.chat-input-editavel{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#5a4635;background-color:#f1e9e1;border:none;outline:none;width:100%;box-sizing:border-box;padding:6px 12px;border-radius:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:text;line-height:1.2em;display:block;height:36px}.botao-novo-chat{background-color:#f7eee8;border:1px solid #d4c2b2;color:#5a4635;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;margin:20px auto 12px;cursor:pointer;min-width:220px;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 5px #5a46320d}.botao-novo-chat:hover{background-color:#eee2d9;box-shadow:0 2px 6px #5a46321a}.separador{height:1px;background-color:#bd9d80;opacity:.5;border-radius:1px}.titulo-chats{font-weight:700;font-size:15px;margin-bottom:12px;color:#5a4635;padding:10px 16px 8px;-webkit-user-select:none;user-select:none;opacity:.9}.lista-chats{flex-grow:1;display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding:0 14px 16px;max-height:70vh;min-height:150px;position:relative;z-index:1}.chat-item.editando:hover{background-color:transparent;font-weight:500;cursor:default;box-shadow:none}.chat-item{min-height:10px;display:flex;position:relative;align-items:center;gap:8px;z-index:1;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#5a4635;background-color:transparent;padding:10px 14px;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item:hover{background-color:#f1e9e1;color:#5a4635;font-weight:600}.chat-item.selecionado{background-color:#e7d6c4;color:#5a4635;font-weight:600;box-shadow:inset 0 0 0 1px #0000000d,0 2px 6px #0000000f}.usuario-inferior{display:flex;align-items:center;gap:10px;padding:14px;border-top:1px solid #e0e0e0;margin-top:auto;font-family:Poppins,sans-serif;background-color:#fafafa}.avatar-usuario{width:36px;height:36px;border-radius:50%;object-fit:cover}.nome-usuario{font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cursor-insert{display:inline-block;width:2px;height:1em;margin-bottom:5px;background-color:#000;margin-left:2px;animation:blink 1s steps(2,start) infinite;vertical-align:bottom}@keyframes blink{to{visibility:hidden}}.marquee-container{width:100%;overflow:hidden;white-space:nowrap;box-sizing:border-box}.marquee-content:hover{display:inline-block;animation:marquee-animation 10s linear infinite}@keyframes marquee-animation{0%{transform:translate(0)}to{transform:translate(-100%)}}.page-container{display:flex;height:100vh;width:100vw;overflow:hidden}.sidebar-chat{width:260px;background-color:#fdfcf9;height:100vh;border-right:1px solid #d8c3af;display:flex;flex-direction:column;position:relative}.conteudo-principal{flex-grow:1;background-color:#fafafa;display:flex;justify-content:center;align-items:center;padding:40px;overflow-y:auto;min-width:0;height:100vh;flex-direction:column;text-align:center}.historico-vazio-imagem{width:180px;height:180px;opacity:.7;-webkit-user-select:none;user-select:none}.historico-vazio-container{max-width:640px;width:100%;padding:0 24px;margin-bottom:130px;box-sizing:border-box}.historico-vazio-texto{font-size:20px;line-height:1.6;color:#555;-webkit-user-select:none;user-select:none;text-align:center}.body{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f0f0f0}.caixa-ativacao{background:#fff;padding:40px 30px;border-radius:15px;box-shadow:0 4px 10px #0000001a;max-width:450px;width:100%;text-align:center}.logo{width:120px;margin-bottom:20px}.icone{margin:20px 0}.titulo{font-size:26px;font-weight:700;margin-bottom:20px;color:#27ae60}.mensagem{font-size:16px;color:#5a4f47;margin-bottom:30px;line-height:1.5}.form{display:flex;flex-direction:column;gap:12px;margin-top:10px}.input{width:100%;padding:12px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;outline:none;transition:box-shadow .2s ease,border-color .2s ease;background:#fff}.input:focus{border-color:#3498db33;box-shadow:0 0 0 4px #3498db22}.btn-principal{background-color:#27ae60;color:#fff;padding:10px 22px;border-radius:8px;font-weight:600;font-size:16px;border:none;cursor:pointer;transition:background-color .3s ease,transform .02s ease;margin-top:6px}.btn-principal:active{transform:translateY(1px)}.erro{color:#ba0103;font-size:14px;margin-top:2px}.sucesso{color:#2e7d32;font-size:14px;margin-top:2px}.input-wrapper{position:relative;display:flex;align-items:center}.toggle-visibility{position:absolute;right:12px;cursor:pointer;color:#666;font-size:18px;transition:color .2s}.toggle-visibility:hover{color:#333}
