:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.app{background:#e9e9e9;flex-direction:column;min-height:100vh;font-family:Poppins,sans-serif;display:flex;overflow:hidden}.topo{background:#55b51f;align-items:center;width:100%;padding:10px 40px;display:flex}.logo-btn{cursor:pointer;background:0 0;border:none}.chatbot-image2{width:160px}.chat-container{flex-direction:column;flex:1;gap:16px;padding:25px 20px;display:flex;overflow-y:auto}.mensagem-user{color:#fff;background:#52be11;border-radius:18px 18px 4px;align-self:flex-end;max-width:75%;padding:12px 18px;box-shadow:0 2px 5px #52be1126}.mensagem-bot{color:#333;white-space:pre-line;background:#fff;border-radius:18px 18px 18px 4px;align-self:flex-start;align-items:flex-start;gap:12px;max-width:75%;padding:12px 18px;display:flex;box-shadow:0 2px 5px #0000000d}.loading-text{color:#777;align-self:flex-start;margin-left:10px;font-size:14px;font-style:italic}.logo-bot{flex-shrink:0;width:26px;height:26px;margin-top:2px}.area-input{background:0 0;justify-content:center;padding:20px 15px;display:flex}.input-box{background:#fff;border:2px solid #52be11;border-radius:50px;width:100%;max-width:700px;padding:8px 12px;display:flex;box-shadow:0 4px 12px #0000000d}.input-box input{color:var(--text,#000);appearance:none;background:0 0;border:none;outline:none;flex:1;padding-left:10px;font-size:16px}.botao{cursor:pointer;background:#9be25c;border:none;border-radius:50%;width:45px;height:45px}.mensagem-bot,.mensagem-bot span{text-align:left}.app{color:#000;background:#e9e9e9;transition:background .3s}.app.dark{color:#f5f5f5;background:#121212}.app.dark .topo{background:#1f1f1f}.app.dark .mensagem-bot{color:#f5f5f5;background:#2a2a2a;box-shadow:0 2px 5px #0000004d}.app.dark .loading-text{color:#aaa}.app.dark .mensagem-user{color:#fff;background:#3aa34a}.app.dark .input-box{background:#1e1e1e;border-color:#3aa34a}.app.dark .input-box input{color:#fff;background:0 0}.app.dark .botao{background:#3aa34a}.dark-toggle{cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:20px}.dark-toggle,.tts-btn{cursor:pointer;background:0 0;border:none;margin-left:10px;font-size:20px}.topo{box-sizing:border-box;background:#55b51f;justify-content:space-between;align-items:center;width:100%;padding:10px 40px;display:flex}.header-actions{gap:10px;display:flex}.tic-tac-dots{align-items:center;gap:4px;height:20px;padding-left:5px;display:flex}.tic-tac-dots span{background-color:#52be11;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both saltarPontos;display:inline-block}.tic-tac-dots span:first-child{animation-delay:-.32s}.tic-tac-dots span:nth-child(2){animation-delay:-.16s}@keyframes saltarPontos{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.app.dark .tic-tac-dots span{background-color:#3aa34a}.home{color:#111;background:#e9e9e9;flex-direction:column;min-height:100vh;transition:background .3s;display:flex}.home.dark{color:#f5f5f5;background:#121212}.home.dark .home-section{color:#f5f5f5}.home.dark .suggestions button,.home.dark .shortcuts a{color:#fff;background:#2a2a2a}.home.dark h2{color:#fff}.home-header{box-sizing:border-box;background:#55b51f;justify-content:space-between;align-items:center;width:100%;padding:10px 40px;display:flex}.home-left,.home-right{align-items:center;display:flex}.home-logo{width:160px}.home-main{text-align:center;flex-direction:column;flex:1;align-items:center;padding:30px 20px;display:flex}.home-bot{width:150px;margin-bottom:10px}.home-main h1{color:#55b51f;margin-bottom:25px;font-size:30px}.home-section{width:100%;max-width:900px;margin-bottom:25px}.home-section h2{color:#111;margin-bottom:15px;font-size:1.6rem;font-weight:600}.suggestions{grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:650px;margin:0 auto 24px;display:grid}.suggestions button{text-align:left;color:#333;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:flex-start;align-items:center;gap:12px;height:100%;padding:16px;font-size:1rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.shortcuts{flex-direction:column;gap:12px;width:100%;max-width:650px;margin:0 auto;display:flex}.shortcuts a{text-align:left;color:#333;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:flex-start;align-items:center;gap:14px;padding:14px 24px;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .2s ease-in-out;display:flex}.start-btn{color:#fff;cursor:pointer;background:#55b51f;border:none;border-radius:25px;margin-top:20px;padding:14px 35px;font-size:1.2rem;font-weight:600;transition:transform .2s;box-shadow:0 4px 15px #5ca93c4d}.start-btn:hover{transform:scale(1.05)}.icon-btn{cursor:pointer;background:0 0;border:none;font-size:22px}.suggestions button,.shortcuts a{justify-content:center;align-items:center;gap:8px;padding:12px 20px;display:flex}.suggestions button:hover,.shortcuts a:hover{background-color:#f8fafc;border-color:#5ca93c;transform:translateY(-2px);box-shadow:0 4px 12px #5ca93c26}@media (width<=480px){.suggestions{grid-template-columns:1fr}}
