:root{--ink:#122f3d;--muted:#6d7d82;--line:#dfe8e5;--green:#08a979;--green-dark:#058c70;--blue:#0780bb;--surface:#f5faf8;--white:#ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--surface);font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.topbar{height:86px;background:rgba(255,255,255,.96);border-bottom:1px solid #e1e8e5;display:flex;gap:32px;padding:0 max(38px,calc((100vw - 1230px) / 2));position:-webkit-sticky;position:sticky;top:0;z-index:10}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:12px;min-width:240px}.brand-mark{display:grid;place-items:center;background:linear-gradient(145deg,#10ba79,#04745c);color:#fff;font-weight:900;font-size:22px;width:43px;height:43px;-webkit-clip-path:polygon(50% 0,100% 14%,68% 100%,32% 78%,0 21%);clip-path:polygon(50% 0,100% 14%,68% 100%,32% 78%,0 21%);transform:rotate(-8deg)}.brand strong{letter-spacing:1.8px;font-size:17px;display:block}.brand small,.brand span>span{display:block;color:#728081;font-size:8px;letter-spacing:1.55px;margin-top:4px}.topbar nav{display:flex;gap:7px;align-items:center;flex:1 1;justify-content:center}.topbar nav a{padding:12px 16px;font-size:14px;font-weight:700;color:#51636d;border-radius:999px}.topbar nav .active{background:linear-gradient(135deg,#007ba8,#1266a6);color:#fff;box-shadow:0 8px 18px rgba(9,109,167,.22)}.user-menu{display:flex;align-items:center;gap:11px;font-size:13px;font-weight:700;color:#506069}.user-menu button{border:0;color:#058e71;background:transparent;font-weight:800}.page-wrap{max-width:1230px;margin:0 auto;padding:0 0 78px}.context-row{height:55px;display:flex;align-items:center;gap:10px;color:#6c8080;font-size:11px;letter-spacing:.8px}.context-row>span:first-child{color:#099d76;font-weight:800}.context-row strong{color:#37616c}.context-divider{opacity:.5}.hero{min-height:303px;border-radius:27px;padding:42px 48px;display:flex;justify-content:space-between;gap:30px;overflow:hidden;color:#fff;background:linear-gradient(125deg,#057d67,#08a47e 50%,#0cb894);position:relative}.hero:after{content:"";position:absolute;right:-160px;bottom:-190px;width:530px;height:530px;border:1px solid rgba(255,255,255,.17);border-radius:50%;box-shadow:0 0 0 78px rgba(255,255,255,.04),0 0 0 154px rgba(255,255,255,.035)}.hero-copy{max-width:680px;position:relative;z-index:1}.eyebrow{display:inline-block;color:#0b9271;background:#e7f9f3;font-size:10px;line-height:1;font-weight:800;letter-spacing:.7px;border-radius:999px;padding:8px 10px}.hero-eyebrow{color:#fff;background:rgba(255,255,255,.18)}.hero h1{margin:19px 0 15px;font-size:clamp(31px,3vw,42px);line-height:1.12;max-width:610px;letter-spacing:-.95px}.hero p{font-size:16px;max-width:600px;line-height:1.55;color:rgba(255,255,255,.93);margin:0}.hero-actions{display:flex;align-items:center;gap:21px;margin-top:26px}.primary-button,.white-button{border:0;color:#087b69;background:#fff;border-radius:999px;padding:13px 18px;font-size:13px;font-weight:800;display:inline-flex;align-items:center;gap:11px}.primary-button span,.white-button span{font-size:17px}.text-button{border:0;background:transparent;color:#fff;font-weight:800;font-size:13px;text-decoration:underline;text-underline-offset:4px}.hero-panel{width:240px;align-self:flex-end;position:relative;z-index:1;border:1px solid rgba(255,255,255,.25);border-radius:18px;padding:20px;background:rgba(4,99,81,.19);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-panel>span{display:block;color:rgba(255,255,255,.72);font-size:9px;font-weight:800;letter-spacing:.8px}.hero-panel strong{display:block;margin-top:9px;font-size:21px}.hero-panel p{font-size:12px;line-height:1.5;margin-top:8px}.signal{display:flex;gap:5px;margin-top:12px;align-items:end;height:14px}.signal i{display:block;width:4px;border-radius:5px;background:#dbfff3}.signal i:first-child{height:4px;opacity:.5}.signal i:nth-child(2){height:7px;opacity:.7}.signal i:nth-child(3){height:10px;opacity:.9}.signal i:nth-child(4){height:14px}.section{margin-top:50px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:22px}.section-heading h2{font-size:29px;letter-spacing:-.7px;margin:11px 0 0}.section-heading p{max-width:340px;margin:0 0 4px;color:var(--muted);font-size:14px;line-height:1.55}.outline-button{border:1px solid #9bcbbd;border-radius:999px;color:#047d67;padding:11px 16px;background:transparent;font-size:13px;font-weight:800}.system-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.system-card{--accent:var(--green);text-align:left;min-height:216px;border:1px solid #dfe8e5;padding:27px;border-radius:24px;background:#fff;color:var(--ink);transition:transform .2s,border-color .2s,box-shadow .2s;position:relative}.system-card.selected,.system-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 14px 28px rgba(9,61,57,.1)}.system-pill{color:color-mix(in srgb,var(--accent),#074a3c 28%);background:color-mix(in srgb,var(--accent),#fff 88%);border-radius:999px;font-size:10px;letter-spacing:.8px;padding:8px 10px;font-weight:800}.system-arrow{position:absolute;top:28px;right:27px;color:var(--accent);font-size:22px}.system-card strong{display:block;margin-top:29px;font-size:24px;letter-spacing:-.55px}.system-card p{color:var(--muted);font-size:14px;line-height:1.55;margin:14px 0 16px}.open-system{color:var(--accent);font-size:13px;font-weight:800}.knowledge-section{background:#fff;padding:34px;border-radius:27px;border:1px solid #e1ebe7}.search-row{display:flex;gap:12px}.search-field{display:flex;align-items:center;gap:10px;border:1px solid #cfe0da;border-radius:12px;padding:0 15px;flex:1 1;color:#668}.search-field input{border:0;outline:0;padding:14px 0;width:100%;color:var(--ink)}.search-row select{min-width:190px;border:1px solid #cfe0da;border-radius:12px;color:var(--ink);padding:0 12px;background:#fff}.level-row{display:flex;gap:8px;margin:16px 0 24px}.chip{background:#f4f8f7;border:1px solid #dce8e4;border-radius:999px;padding:8px 13px;color:#658078;font-size:12px;font-weight:700}.selected-chip{color:#fff;border-color:#078f70;background:#078f70}.article-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:13px;gap:13px}.article-card{border:1px solid #e1ebe7;border-radius:17px;padding:21px;min-height:190px}.level-tag{color:#007d68;background:#e4f8f0;padding:6px 8px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.6px}.level-tag.configuracoes{color:#176f9f;background:#e8f4fb}.level-tag.tecnico{color:#724ba0;background:#f0eafa}.article-module{margin-left:8px;color:#83918e;font-size:11px}.article-card h3{font-size:18px;margin:18px 0 9px;letter-spacing:-.3px}.article-card p{color:#6a7b7d;line-height:1.5;font-size:13px;margin:0}.article-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px;color:#82928e;font-size:10px}.article-bottom button{border:0;color:#038a6e;background:#ecf9f3;width:28px;height:28px;border-radius:50%;font-size:17px}.service-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-top:30px}.service-card{min-height:225px;border-radius:24px;padding:31px}.service-card h3{font-size:25px;letter-spacing:-.6px;margin:17px 0 12px;max-width:430px}.service-card p{margin:0;line-height:1.55;font-size:14px;max-width:480px}.ai-card{background:#143d50;color:#fff}.ai-card .eyebrow{color:#9debd4;background:rgba(74,220,170,.13)}.ai-card p{color:#cfdee4}.soon{display:inline-block;margin-top:20px;font-size:10px;letter-spacing:.8px;font-weight:800;color:#8bdcbf}.human-card{background:linear-gradient(135deg,#e6f8ee,#f7fbf9);border:1px solid #cbe6d8}.human-card p{color:#587069;margin-bottom:20px}.human-card .primary-button{background:#079b75;color:#fff}.tickets-section{padding-top:10px}.ticket-count{color:#678079;font-size:13px}.ticket-list{background:#fff;border:1px solid #e0eae6;border-radius:21px;overflow:hidden}.ticket-row{display:grid;grid-template-columns:70px 1fr 118px 95px;grid-gap:14px;gap:14px;align-items:center;min-height:73px;padding:12px 22px;border-bottom:1px solid #edf2ef}.ticket-row:last-child{border:0}.ticket-id{color:#078c70;font-size:13px;font-weight:800}.ticket-row strong{font-size:14px}.ticket-row p{color:#778684;margin:5px 0 0;font-size:12px}.status{border-radius:999px;padding:7px 9px;font-size:11px;font-weight:800;text-align:center;color:#088568;background:#e6f8f1}.status.em_analise{color:#2d6f9a;background:#eaf4fb}.ticket-row time{color:#8b9895;font-size:11px}.empty{color:#70817c;line-height:1.6;font-size:14px;padding:4px 0}footer{background:#0b3541;color:#c9dddd;padding:32px max(38px,calc((100vw - 1230px) / 2));display:flex;justify-content:space-between;font-size:12px}footer span{font-weight:800;letter-spacing:.8px}footer p{margin:0;color:#9eb6bb}.modal-backdrop{position:fixed;inset:0;background:rgba(7,33,41,.56);z-index:30;display:grid;place-items:center;padding:22px}.ticket-modal{background:#fff;width:min(570px,100%);max-height:calc(100vh - 44px);overflow:auto;border-radius:25px;padding:34px;position:relative}.ticket-modal h2{font-size:28px;margin:14px 0 9px}.ticket-modal>p{font-size:14px;line-height:1.5;color:#687b7c;margin:0 0 22px}.close{position:absolute;right:20px;top:17px;border:0;background:#eef5f2;color:#41645d;border-radius:50%;width:30px;height:30px;font-size:21px}.auth-card form,.ticket-modal form{display:grid;grid-gap:14px;gap:14px}.auth-card label,.ticket-modal label{display:grid;grid-gap:7px;gap:7px;color:#49615e;font-size:12px;font-weight:800}.auth-card input,.ticket-modal input,.ticket-modal select,.ticket-modal textarea{width:100%;border:1px solid #d6e3de;border-radius:11px;padding:12px;outline:0;color:var(--ink);background:#fff}.ticket-modal textarea{min-height:108px;resize:vertical}.ticket-modal .primary-button{background:#069773;color:#fff;justify-content:center}.toast{position:fixed;right:24px;bottom:24px;border:0;background:#103a45;color:#fff;padding:14px 17px;border-radius:12px;max-width:410px;text-align:left;display:flex;gap:16px;align-items:start;z-index:40;box-shadow:0 14px 32px rgba(0,0,0,.22)}.toast span{font-size:18px}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.auth-brand{padding:clamp(40px,8vw,130px);color:#fff;background:linear-gradient(140deg,#047d67,#0ba982);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;overflow:hidden}.auth-brand:after{content:"";position:absolute;width:550px;height:550px;border-radius:50%;border:1px solid rgba(255,255,255,.13);right:-220px;bottom:-200px;box-shadow:0 0 0 70px rgba(255,255,255,.04),0 0 0 145px rgba(255,255,255,.04)}.auth-brand>div{display:flex;align-items:center;gap:13px;position:relative;z-index:1}.auth-brand .brand-mark{width:54px;height:54px;font-size:28px}.auth-brand strong{font-size:24px;letter-spacing:2px}.auth-brand span{display:block;font-size:10px;letter-spacing:2px;margin-top:5px;opacity:.75}.auth-brand p{max-width:470px;font-size:clamp(26px,3vw,39px);line-height:1.17;letter-spacing:-.7px;position:relative;z-index:1;margin:44px 0 0;font-weight:700}.auth-card{padding:clamp(40px,8vw,120px);display:flex;justify-content:center;flex-direction:column;background:#fff}.auth-card h1{font-size:36px;letter-spacing:-.8px;margin:18px 0 10px}.auth-card>p{color:#6d7d7f;font-size:14px;line-height:1.55;max-width:390px;margin:0 0 27px}.auth-card form{max-width:400px}.auth-card .primary-button{margin-top:4px;background:#069773;color:#fff;justify-content:center;padding:14px}.login-note{margin-top:22px!important;color:#8c9b98!important;font-size:11px!important}.form-message{color:#b54949!important;margin:0!important}@media (max-width:900px){.topbar{padding:0 20px;gap:16px}.brand{min-width:auto}.topbar nav{display:none}.user-menu{margin-left:auto}.page-wrap{padding:0 20px 55px}.hero{padding:32px}.hero-panel{display:none}.system-grid{grid-template-columns:1fr 1fr}.auth-shell{grid-template-columns:1fr}.auth-brand{min-height:300px;padding:55px 36px}.auth-card{padding:48px 36px}.section-heading{align-items:start;flex-direction:column;gap:12px}.section-heading p{max-width:620px}.ticket-row{grid-template-columns:60px 1fr 95px}.ticket-row time{display:none}footer{padding:30px 20px}}@media (max-width:600px){.topbar{height:70px}.brand small{display:none}.brand strong{font-size:14px}.brand-mark{width:36px;height:36px;font-size:18px}.user-menu span{display:none}.context-row{height:45px}.hero{border-radius:20px;padding:27px 23px;min-height:0}.hero h1{font-size:30px}.hero-actions{align-items:start;flex-direction:column;gap:16px}.article-grid,.service-grid,.system-grid{grid-template-columns:1fr}.system-card{min-height:180px}.knowledge-section{padding:23px 18px;border-radius:20px}.search-row{flex-direction:column}.search-row select{min-height:45px}.level-row{overflow:auto;padding-bottom:4px}.section-heading h2{font-size:25px}.ticket-row{grid-template-columns:50px 1fr}.ticket-row .status{justify-self:start;grid-column:2}.auth-brand p{font-size:27px;margin-top:29px}footer{display:block}footer p{margin-top:8px}.ticket-modal{padding:28px 22px}}.topbar nav button{padding:12px 16px;font-size:14px;font-weight:700;color:#51636d;border:0;background:transparent;border-radius:999px}.topbar nav button.active{background:linear-gradient(135deg,#007ba8,#1266a6);color:#fff;box-shadow:0 8px 18px rgba(9,109,167,.22)}.workspace{padding-top:46px}.workspace-heading{margin-bottom:28px}.workspace-heading h1{margin:12px 0 10px;font-size:36px;letter-spacing:-.9px}.workspace-heading p{margin:0;max-width:670px;color:var(--muted);line-height:1.6}.ticket-workspace{display:grid;grid-template-columns:340px 1fr;min-height:560px;background:#fff;border:1px solid #dfeae6;border-radius:25px;overflow:hidden}.ticket-list-panel{padding:21px 14px;border-right:1px solid #e6efeb;background:#f9fcfb}.ticket-list-panel h2{font-size:15px;margin:0 8px 15px}.queue-ticket{display:grid;grid-gap:6px;gap:6px;width:100%;text-align:left;padding:15px;margin-bottom:7px;background:#fff;border:1px solid #e2ece8;border-radius:13px;color:var(--ink)}.queue-ticket.selected{border-color:#0aa47d;background:#effaf5}.queue-ticket span{color:#058b6e;font-size:10px;font-weight:800}.queue-ticket strong{font-size:13px}.queue-ticket small{color:#758683;font-size:11px;line-height:1.4}.conversation-panel{display:flex;flex-direction:column;min-width:0}.conversation-header{display:flex;justify-content:space-between;gap:18px;padding:25px 29px;border-bottom:1px solid #e6efeb}.conversation-header h2{margin:9px 0 5px;font-size:23px}.conversation-header p{margin:0;color:#71817d;font-size:13px}.conversation-header select{height:39px;align-self:center;border:1px solid #cfe0da;border-radius:9px;padding:0 10px;background:#fff;color:var(--ink)}.messages{flex:1 1;display:grid;align-content:start;grid-gap:12px;gap:12px;padding:24px 29px;background:#fcfefd;overflow:auto}.message{width:min(78%,600px);padding:14px 16px;border-radius:15px 15px 15px 4px;background:#edf7f3}.message.atendente{justify-self:end;border-radius:15px 15px 4px 15px;background:#e9f4fb}.message.ia{background:#f5effe}.message span{font-size:11px;font-weight:800;color:#357566}.message.atendente span{color:#257099}.message.ia span{color:#6d4b9a}.message p{margin:7px 0;color:#355750;font-size:14px;line-height:1.55}.message small{color:#80928e;font-size:10px}.reply-form{display:flex;gap:10px;padding:16px 22px;border-top:1px solid #e6efeb}.reply-form textarea{flex:1 1;min-height:48px;max-height:100px;resize:vertical;border:1px solid #ceded8;border-radius:12px;padding:12px}.reply-form .primary-button{color:#fff;background:#079b75;align-self:end}.empty-conversation{display:grid;place-content:center;text-align:center;flex:1 1;padding:50px;color:#758480}.empty-conversation span{color:#0b8b70;font-weight:800}.empty-conversation p{max-width:320px;line-height:1.6}.assistant-panel{margin-top:30px;padding:35px;border-radius:25px;color:#fff;background:linear-gradient(135deg,#143d50,#1c5d66)}.assistant-panel h2{margin:14px 0 9px;font-size:28px;letter-spacing:-.6px}.assistant-panel>div>p{margin:0;max-width:720px;color:#d4e4e6;line-height:1.6}.assistant-panel .eyebrow{color:#a8f2d9;background:rgba(91,221,178,.14)}.assistant-panel form{display:flex;gap:12px;margin-top:22px}.assistant-panel textarea{flex:1 1;min-height:66px;padding:13px;border:1px solid rgba(255,255,255,.25);border-radius:12px;color:#133c48;background:#fff;resize:vertical}.assistant-panel .primary-button{align-self:end}.assistant-answer{margin-top:22px;padding:22px;color:#173d49;border-radius:17px;background:#fff}.assistant-answer>p{margin:13px 0;line-height:1.6}.assistant-answer small{display:block;margin-top:14px;color:#6f827f;line-height:1.45}.assistant-answer .outline-button{margin-top:17px}.source-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:9px;gap:9px}.source-list article{padding:12px;border:1px solid #d9e8e2;border-radius:11px}.source-list span,.source-list strong{display:block}.source-list strong{color:#087c65;font-size:12px}.source-list span{color:#647a76;font-size:11px;line-height:1.45;margin-top:5px}.admin-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:19px;gap:19px}.admin-card{padding:27px;border:1px solid #dfeae6;border-radius:23px;background:#fff}.admin-card h2{margin:13px 0 20px;font-size:24px;letter-spacing:-.5px}.inline-form{display:flex;gap:9px}.admin-form input,.admin-form select,.inline-form input{width:100%;min-height:43px;padding:0 12px;color:var(--ink);border:1px solid #d2e2dc;border-radius:10px;background:#fff}.admin-form .primary-button,.inline-form .primary-button{color:#fff;background:#079b75;justify-content:center}.company-list{display:grid;grid-gap:9px;gap:9px;margin-top:17px}.company-list article{padding:13px;border-radius:11px;background:#f5faf8}.company-list span,.company-list strong{display:block}.company-list strong{font-size:14px}.company-list span{color:#71827e;font-size:12px;margin-top:4px}.admin-form{display:grid;grid-gap:10px;gap:10px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.system-checks{display:flex;gap:12px;flex-wrap:wrap}.system-checks label{color:#56716a;font-size:12px;font-weight:700}.users-table-card{margin-top:19px}.users-table{display:grid;grid-gap:4px;gap:4px}.users-table article{display:grid;grid-template-columns:1.35fr .65fr .85fr .55fr .9fr;align-items:center;grid-gap:12px;gap:12px;padding:14px 3px;border-bottom:1px solid #ecf2ef}.users-table span,.users-table strong{display:block}.users-table strong{font-size:14px}.users-table div>span{margin-top:4px;color:#73837f;font-size:11px}.role-pill{width:-moz-fit-content;width:fit-content;padding:6px 8px;color:#286987;background:#eaf4fa;border-radius:999px;font-size:10px;font-weight:800}.systems-mini{color:#5c786f;font-size:11px}.status.blocked{color:#934545;background:#f9e8e8}.row-actions{display:flex;gap:6px}.row-actions button{border:1px solid #cfe1da;border-radius:8px;padding:7px 8px;color:#087a64;background:#fff;font-size:11px;font-weight:800}@media (max-width:900px){.ticket-workspace{grid-template-columns:1fr}.ticket-list-panel{border-right:0;border-bottom:1px solid #e6efeb;max-height:290px;overflow:auto}.admin-grid{grid-template-columns:1fr}.users-table article{grid-template-columns:1.3fr .7fr .8fr}.users-table article .row-actions,.users-table article .status{grid-column:auto}.assistant-panel form{flex-direction:column}.assistant-panel .primary-button{align-self:start}}@media (max-width:600px){.workspace{padding-top:30px}.workspace-heading h1{font-size:29px}.conversation-header{padding:20px;flex-direction:column}.conversation-header select{align-self:start}.messages{padding:18px}.message{width:91%}.reply-form{padding:12px;flex-direction:column}.ticket-workspace{border-radius:17px}.admin-card,.assistant-panel{padding:21px;border-radius:18px}.form-row,.inline-form{flex-direction:column}.form-row,.inline-form,.source-list{grid-template-columns:1fr}.users-table article{grid-template-columns:1fr 1fr;gap:8px}.row-actions,.systems-mini{grid-column:1/-1}}