:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#203b32;background:#f5f7f5;font-synthesis:none;--green:#087a48;--deep:#084b33;--border:#e2e9e4;--muted:#76877e;--surface:#fff;--bg:#f5f7f5}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}a{color:var(--green);text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #69bd91;outline-offset:3px}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:9px;padding:11px 12px;color:inherit;background:var(--surface);outline:none}input:focus,select:focus,textarea:focus{border-color:#269766;box-shadow:0 0 0 3px #14925d15}textarea{resize:vertical;min-height:70px;line-height:1.6}input[type=checkbox]{width:17px;height:17px;accent-color:var(--green)}input[type=color]{height:42px}h1,h2,h3,p{margin-top:0}h1{font-size:28px;letter-spacing:-1px;line-height:1.2;margin-bottom:10px}h2{font-size:17px;letter-spacing:-.3px}h3{font-size:15px}p{line-height:1.6}small{font-size:11px}strong{font-weight:600}.muted{color:var(--muted)}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.6px;display:block;color:var(--green);margin-bottom:11px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:#fff;border:1px solid transparent;border-radius:9px;min-height:39px;padding:10px 15px;font-size:12px;font-weight:600;white-space:nowrap;transition:background .15s}.button:hover{background:#05603a}.button.secondary{background:var(--surface);color:#355747;border-color:var(--border)}.button.secondary:hover{background:#edf5ef}.button.ghost{color:var(--muted);background:transparent;padding:8px}.button.danger{background:#fff1ef;color:#b04436;border-color:#f4d8d3}.icon-button{border:0;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px}.icon-button:hover{background:#eaf2ec}.field{display:block;margin-bottom:17px;font-size:12px}.field>span{display:block;font-weight:600;margin-bottom:7px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-actions{display:flex;justify-content:flex-end;margin-top:20px}.error,.success,.notice{padding:13px 16px;border-radius:9px;font-size:12px;line-height:1.6;margin-bottom:18px}.error{color:#a7382d;background:#fff0ed;border:1px solid #f4d0ca}.success{color:#06653d;background:#e8f6ec}.notice{color:#587366;background:#edf3ef;border:1px solid #dce8df}.badge{display:inline-flex;align-items:center;white-space:nowrap;border-radius:6px;background:#eff3ef;color:#6c7d72;padding:5px 8px;font-size:10px;font-weight:600}.badge.green{color:#087344;background:#e1f4e8}.badge.red{background:#ffebe7;color:#ad3d32}.avatar{width:38px;height:38px;flex-shrink:0;border-radius:12px;background:#e8f1e9;color:#487854;font-size:12px;font-weight:600;display:inline-flex;justify-content:center;align-items:center}.avatar.small{width:30px;height:30px;border-radius:50%;font-size:10px}.card{background:var(--surface);border:1px solid var(--border);border-radius:13px;padding:23px;margin-bottom:20px;box-shadow:0 3px 8px #143c2003}.card-heading{display:flex;align-items:center;gap:12px;justify-content:space-between;margin-bottom:20px}.card-heading h2{margin:0}.card-heading p{margin:4px 0 0;color:var(--muted);font-size:12px}.card-heading .badge{margin-left:auto}.empty{text-align:center;padding:50px 20px;color:var(--muted)}.empty-symbol{font-size:26px;color:#9eb7a6;margin-bottom:16px}.empty h3{color:#567160;margin:0 0 10px}.empty p{font-size:12px;max-width:320px;margin:0 auto}.empty .button{margin-top:16px}.empty a{display:block;margin-top:12px}.app{display:flex;min-height:100vh}.sidebar{width:231px;background:var(--surface);border-right:1px solid var(--border);position:fixed;inset:0 auto 0 0;z-index:20;display:flex;flex-direction:column;padding:27px 14px 15px}.wordmark{display:flex;align-items:center;gap:11px;color:#174e34;font-size:21px;letter-spacing:-.7px;font-weight:700}.wordmark img{width:39px;height:39px;border-radius:10px}.sidebar>.wordmark{padding:0 12px;margin-bottom:28px}.wordmark-sub{display:block;letter-spacing:2px;font-size:8px;font-weight:600;margin-top:3px}.sidebar-caption{font-size:9px;letter-spacing:1.3px;font-weight:600;color:#9aa79f;padding:14px 13px 10px}.sidebar nav{flex:1;overflow-y:auto;scrollbar-width:thin}.sidebar nav>a{display:flex;align-items:center;gap:12px;font-size:12px;color:#6d7f73;padding:10px 13px;border-radius:8px;margin-bottom:3px}.sidebar nav>a:hover{background:#f4f7f3}.sidebar nav>a.active{color:var(--green);background:#e9f4eb;font-weight:600}.sidebar-bottom{border-top:1px solid var(--border);padding-top:14px;margin-top:12px}.user-card{display:flex;align-items:center;gap:10px;padding:0 10px;color:#345641}.user-card strong{font-size:12px}.user-card small{display:block;color:var(--muted);margin-top:5px}.logout{border:0;display:flex;align-items:center;gap:12px;background:transparent;color:var(--muted);padding:16px 20px 2px;font-size:11px}.main{margin-left:231px;width:calc(100% - 231px);min-width:0}.topbar{height:70px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 33px}.breadcrumb{font-size:11px;color:#6f8175}.breadcrumb span{padding:0 13px;color:#b9c4bb}.topbar-right{display:flex;align-items:center;gap:24px}.workspace-pill{display:flex;align-items:center;gap:7px;font-size:10px;color:#7a8d80}.workspace-pill i{width:6px;height:6px;background:#56a177;border-radius:50%}.notification-link{position:relative;color:#758778}.notification-link b{position:absolute;right:0;top:-1px;background:#db946b;width:6px;height:6px;border-radius:50%;border:1px solid white}.page{padding:33px;max-width:1700px;margin:auto}.page.narrow{max-width:950px}.page-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.page-title p{color:var(--muted);font-size:12px;margin:0}.page-title h1{font-weight:600}.hero-card{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(115deg,#074c32,#087246);padding:33px 37px;border-radius:15px;margin-bottom:24px;color:#fff;overflow:hidden}.hero-card h2{font-size:32px;line-height:1.17;font-weight:500;letter-spacing:-1px;margin:20px 0 14px}.hero-card .badge{background:#ffffff16;color:#c4e3ce;font-size:8px;letter-spacing:1.5px}.hero-card p{font-size:12px;color:#b2d5c0}.hero-card .button{background:#f0f6ec;color:#0b633e}.hero-card img{width:185px;height:185px;transform:rotate(-9deg);opacity:.6;margin:0 35px;border-radius:40px;mix-blend-mode:screen}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{display:flex;flex-direction:column;gap:15px}.stat>svg{color:#6f967c}.stat>span{font-size:11px;color:var(--muted)}.stat strong{font-size:30px;font-weight:500;letter-spacing:-1px}.stat .badge{align-self:flex-start}.dashboard-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:20px}dl{display:grid;grid-template-columns:1fr 1fr;gap:15px;font-size:12px;margin:22px 0}dt{color:var(--muted)}dd{text-align:right;margin:0;overflow-wrap:anywhere}.text-link{font-size:12px;font-weight:600}.simple-row{display:flex;gap:13px;align-items:center;color:inherit;border-top:1px solid var(--border);padding:16px 0}.simple-row>div{flex:1;min-width:0}.simple-row strong{font-size:12px}.simple-row p{color:var(--muted);font-size:11px;margin:5px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-chart{max-height:235px;overflow:auto}.bar-chart>div{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:10px}.bar-chart span{width:35px;flex-shrink:0;color:var(--muted)}.bar-chart>div>div{height:15px;background:#6caa83;border-radius:3px;min-width:3px}.date-filter{display:flex;align-items:center;gap:10px;font-size:11px}.date-filter input{width:140px;padding:9px}.toolbar{display:flex;align-items:center;gap:15px;margin-bottom:22px}.toolbar .search{max-width:440px;flex:1;margin:0}.search{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:0 12px;color:#94a298}.search input{border:0;box-shadow:none;font-size:11px;padding:12px 0;background:transparent}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:auto}.card .table-wrap{border:0;border-radius:0}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}th{font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:var(--muted);background:#f7f9f6;font-weight:600;padding:15px 18px;white-space:nowrap}td{padding:17px 18px;border-top:1px solid var(--border);line-height:1.5}td small{display:block;color:var(--muted);margin-top:4px}td pre{white-space:pre-wrap;max-width:350px;font-size:11px;overflow-wrap:anywhere}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}.catalog-grid>.card{margin:0}.knowledge-card{display:flex;flex-direction:column}.knowledge-card h2{font-size:16px;line-height:1.4}.content-preview{white-space:pre-wrap;font-size:12px;color:#6c7f72;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;flex:1}.item-meta{font-size:10px;color:#94a098;line-height:1.8;margin:10px 0 15px}.action-grid{display:flex;flex-wrap:wrap;gap:8px}.pagination{display:flex;justify-content:flex-end;gap:10px;margin:20px 0}.connection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.connection-card .card-heading{align-items:flex-start}.connection-card .card-heading>div{flex:1}.qr{text-align:center;border:1px solid var(--border);padding:18px;border-radius:12px;margin:20px 0;background:#fff}.qr img{width:225px;height:225px;max-width:100%;object-fit:contain}.qr p{font-size:11px;color:#607464}.toggle-line{display:flex;align-items:center;gap:9px;font-size:12px;line-height:1.5;margin:18px 0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c2e236b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:22px}.modal{width:620px;max-width:100%;max-height:90vh;overflow:auto;border-radius:16px;background:var(--surface);box-shadow:0 20px 100px #032c2240;padding:25px}.modal>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.modal>header h2{font-size:20px;margin:0}.modal>header button{font-size:25px}.version{padding:20px 0;border-bottom:1px solid var(--border);white-space:pre-wrap;font-size:12px}.tabs{display:flex;gap:7px;border-bottom:1px solid var(--border);margin-bottom:24px}.tabs button{padding:12px 16px;color:var(--muted);border:0;border-bottom:2px solid transparent;background:transparent;font-size:12px}.tabs button.active{color:var(--green);border-color:var(--green);font-weight:600}.ai-answer{background:#edf5ee;padding:18px;border-radius:10px;margin-top:20px;font-size:13px}.order-item{border:1px solid var(--border);border-radius:10px;padding:17px;margin:17px 0}.notification{display:flex;justify-content:space-between;gap:20px;padding:18px 12px;border-bottom:1px solid var(--border);font-size:12px}.notification.unread{background:#f1f7ef}.notification p{margin:7px 0;color:var(--muted)}.notification small{color:var(--muted)}.stars{font-size:25px;letter-spacing:3px;color:#d3a653;margin-bottom:18px}.workspace{height:calc(100vh - 70px);display:flex;background:var(--surface)}.conversation-list{width:335px;flex-shrink:0;border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0}.list-heading{display:flex;justify-content:space-between;align-items:center;padding:25px 21px 19px}.list-heading h1{font-size:21px;margin-bottom:0;letter-spacing:-.7px}.list-heading .eyebrow{font-size:8px}.conversation-list>.search{margin:0 18px 12px;background:#f8faf7}.list-filters{display:flex;gap:8px;margin:0 18px 10px}.list-filters select{font-size:10px;padding:8px;min-width:0;color:var(--muted)}.list-count{padding:9px 21px;font-size:9px;color:#9aaba0;display:flex;justify-content:space-between;border-bottom:1px solid var(--border)}.list-count button{border:0;background:transparent;color:inherit}.conversation-items{flex:1;overflow:auto}.conversation-row{display:flex;gap:11px;padding:19px;width:100%;text-align:left;background:transparent;border:0;border-bottom:1px solid #f0f3ef;color:inherit}.conversation-row.selected{background:#eef5eb;border-left:3px solid var(--green);padding-left:16px}.conversation-row:hover{background:#f6f9f3}.conversation-row>div{flex:1;min-width:0}.row-title{display:flex;gap:10px;align-items:center;justify-content:space-between}.row-title strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-title small{font-size:9px;color:#9aaba0;flex-shrink:0}.conversation-row p{font-size:11px;color:#8a9a90;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:7px 0}.row-meta{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#6b9175}.row-meta b{background:var(--green);color:#fff;min-width:16px;padding:3px;border-radius:50%;text-align:center}.chat-welcome{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1;background:radial-gradient(ellipse,#f6f9f1,#eef3ea);text-align:center}.welcome-logo{color:#5a8b68;padding:30px;border-radius:30px;background:#e2eddf;margin-bottom:30px}.chat-welcome .eyebrow{font-size:9px}.chat-welcome h2{font-size:28px;font-weight:500;letter-spacing:-.8px}.chat-welcome p{font-size:12px;color:#8b9c8e;line-height:1.8}.welcome-line{width:35px;height:3px;border-radius:2px;background:#bdcfb9;margin-top:22px}.chat{display:flex;flex-direction:column;min-width:0;flex:1;background:#f0f4ec;position:relative}.chat-header{height:77px;flex-shrink:0;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;padding:0 25px}.chat-person{flex:1;min-width:0}.chat-person h2{font-size:13px;margin:0 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-person span{font-size:9px;color:#91a095}.chat-details{background:var(--surface);padding:22px;border-bottom:1px solid var(--border);max-height:55%;overflow:auto;font-size:12px}.chat-details>.action-grid{margin-bottom:20px}.message-area{flex:1;overflow:auto;padding:25px;display:flex;flex-direction:column;gap:15px}.message{max-width:76%;border-radius:0 13px 13px;background:var(--surface);padding:12px 15px;align-self:flex-start;box-shadow:0 2px 3px #15342105;font-size:12px;min-width:110px;overflow-wrap:anywhere}.message.outgoing{background:#dfedda;align-self:flex-end;border-radius:13px 0 13px 13px}.message.internal{background:#fff0cc;border:1px dashed #d9be7f}.message.system{align-self:center;font-size:11px;max-width:90%;background:#e6ece2;color:#799078;border-radius:9px}.message-author{font-size:9px;color:#79956e;font-weight:600;margin-bottom:6px}.message p{margin:0;white-space:pre-wrap;line-height:1.7}.message footer{display:flex;justify-content:flex-end;gap:8px;font-size:8px;margin-top:7px;color:#8b9e80}.message footer span{display:flex;gap:3px;align-items:center}.message footer .read{color:#2986ae}.message-image{max-width:100%;max-height:270px;border-radius:8px}.message audio{width:260px;max-width:100%}.message video{max-width:100%;max-height:280px}.file-link{display:flex;gap:10px;padding:14px}.message-error{font-size:10px;background:#fff1ec;color:#a94c39;padding:9px;border-radius:6px;margin-top:9px}.message-error button{display:block;border:0;background:transparent;text-decoration:underline;color:inherit;padding-top:8px}.composer{background:var(--surface);border-top:1px solid var(--border);padding:12px 20px 9px}.composer.is-internal{background:#fff7e1}.composer-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:10px;color:var(--muted)}.composer-options label{display:flex;align-items:center;gap:6px}.composer-options input{width:13px;height:13px}.composer-options select{padding:5px;font-size:10px;width:170px;border:0;background:transparent}.composer-line{display:flex;align-items:center;gap:8px}.composer-line textarea{border:0;background:transparent;padding:10px 7px;min-height:40px;height:42px;max-height:130px;resize:none;font-size:12px;box-shadow:none}.composer>small{font-size:8px;color:#a1ada3;display:block;margin:6px 0 0 47px}.attachment{display:flex;justify-content:space-between;padding:8px 13px;background:#eff4ea;font-size:11px;border-radius:7px}.attachment button{background:transparent;border:0}.recording{color:#c04436;animation:pulse 1s infinite}.closed-bar{padding:15px;background:var(--surface);display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}.loading{padding:25px;font-size:12px}.back-button,.mobile-menu{display:none}.auth{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-brand{background:linear-gradient(140deg,#034c32,#0a7145);padding:55px 65px;display:flex;flex-direction:column;color:#fff;position:relative;overflow:hidden}.auth-brand>img{width:65px;height:65px;border-radius:17px;margin-bottom:90px}.auth-brand .eyebrow{color:#b2d5b7;font-size:9px}.auth-brand h1{font-size:clamp(34px,4.2vw,64px);line-height:1.15;letter-spacing:-2.5px;font-weight:450;margin:23px 0}.auth-brand h1 em{font-style:normal;color:#aad59f}.auth-brand p{color:#b1d0b6;font-size:13px;max-width:270px}.brand-footer{font-size:10px;letter-spacing:1px;margin-top:auto;padding-top:65px;color:#99c2a5}.auth-panel{display:flex;align-items:center;justify-content:center;padding:40px;background:#fafbf8}.auth-card{width:350px;max-width:100%}.auth-card>.wordmark{margin-bottom:48px;font-size:19px}.auth-card h2{font-size:26px;font-weight:550;letter-spacing:-.8px;margin-bottom:10px}.auth-card>.muted{font-size:12px;margin-bottom:30px}.auth-card .form-actions .button{width:100%}.auth-switch{display:flex;flex-direction:column;gap:13px;margin-top:23px;text-align:center}.auth-switch button{background:transparent;border:0;color:var(--green);font-size:11px}.auth-note{font-size:10px;color:#9daa9d;text-align:center;margin-top:42px}.boot{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--muted);gap:20px}.boot img{width:65px;border-radius:17px}.boot p{font-size:12px}body[data-theme=dark]{--surface:#172a22;--bg:#102119;--border:#2b4235;--muted:#91aa99;background:var(--bg);color:#d4e4d9}body[data-theme=dark] .chat{background:#12291c}body[data-theme=dark] .main,body[data-theme=dark] .page{background:var(--bg)}body[data-theme=dark] .chat-welcome{background:#173223}body[data-theme=dark] .message.outgoing{background:#28543a}body[data-theme=dark] th{background:#20382a}body[data-density=compact] td{padding:10px 14px}body[data-density=compact] .conversation-row{padding-top:12px;padding-bottom:12px}@keyframes pulse{50%{opacity:.4}}@media(min-width:1600px){.conversation-list{width:380px}.chat-header{padding:0 35px}.message-area{padding:30px 45px}}@media(max-width:1200px){.sidebar{width:205px;padding-left:9px;padding-right:9px}.main{margin-left:205px;width:calc(100% - 205px)}.page{padding:25px}.topbar{padding:0 25px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.conversation-list{width:300px}.hero-card img{margin:0;width:145px;height:145px}.stat-grid{gap:12px}.stat{padding:20px}.page-title{align-items:flex-start}.date-filter{flex-wrap:wrap;justify-content:flex-end}.date-filter input{width:125px}}@media(max-width:900px){.sidebar{width:195px}.main{margin-left:195px;width:calc(100% - 195px)}.conversation-list{width:270px}.chat-header{padding:0 14px}.chat-header>.badge{display:none}.message-area{padding:17px}.message{max-width:90%}.stat-grid{grid-template-columns:1fr 1fr}.dashboard-grid,.connection-grid{grid-template-columns:1fr}.page-title{flex-direction:column}.catalog-grid{grid-template-columns:1fr}.hero-card img,.workspace-pill{display:none}.auth-brand{padding:40px}.auth-brand h1{letter-spacing:-1.5px}.auth-brand>img{margin-bottom:80px}}@media(max-width:700px){.sidebar{transform:translate(-100%);width:240px;transition:transform .2s}.sidebar.open{transform:none}.sidebar-shade{position:fixed;top:0;right:0;bottom:0;left:0;background:#062d225c;z-index:19}.main{margin-left:0;width:100%}.mobile-menu{display:flex}.topbar{height:58px;padding:0 17px;gap:12px}.breadcrumb{font-size:10px;flex:1}.breadcrumb span{padding:0 6px}.topbar-right{gap:16px}.page{padding:25px 18px}.page-title{gap:16px;margin-bottom:23px}h1{font-size:25px}.page-title p{font-size:11px}.hero-card{padding:25px}.hero-card h2{font-size:28px}.hero-card p br{display:none}.stat-grid{gap:10px}.stat{padding:17px}.stat strong{font-size:25px}.card{padding:20px}.dashboard-grid{gap:0}.toolbar{flex-wrap:wrap}.toolbar .search{min-width:100%}.workspace{height:calc(100dvh - 58px)}.conversation-list{width:100%;border-right:0}.chat-welcome,.workspace.has-selection .conversation-list,.chat{display:none}.workspace.has-selection .chat{display:flex;width:100%}.back-button{display:flex}.chat-header{height:70px;padding:0 12px;gap:8px}.message-area{padding:20px 15px}.composer{padding:10px}.composer-line{gap:3px}.composer-line .icon-button{width:30px;flex-shrink:0}.composer-line .button{padding:10px}.message{max-width:87%}.chat-details{max-height:60%}.form-grid{grid-template-columns:1fr;gap:0}.modal-backdrop{padding:12px}.modal{padding:20px;max-height:92dvh}.auth{display:block}.auth-brand{display:none}.auth-panel{min-height:100dvh;padding:32px}.date-filter{justify-content:flex-start}.catalog-grid{gap:14px}.simple-row>.badge{font-size:8px}.simple-row{gap:9px}.auth-card>.wordmark{margin-bottom:50px}.notification{flex-direction:column;gap:10px}.connection-card .card-heading{flex-wrap:wrap}.connection-card .badge{margin-left:0}}fieldset{border:0;padding:0;margin:0;min-width:0}fieldset:disabled input,fieldset:disabled textarea,fieldset:disabled select{opacity:1;color:inherit}.pix-qr{display:block;width:min(100%,280px);height:auto;margin:20px auto;background:#fff;padding:12px;border-radius:14px}
