:root{--ink:#14241f;--muted:#6f7b76;--line:#e3e9e5;--paper:#f5f7f5;--green:#145b43;--mint:#dceee5;--lime:#dbf36b}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--paper)}button,input,textarea,select{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:242px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:242px;background:#103b2e;color:white;padding:26px 16px;display:flex;flex-direction:column;z-index:5}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 28px}.brand-mark{width:40px;height:40px;background:var(--lime);color:#153a2e;border-radius:12px;display:grid;place-items:center;font-weight:800;font-size:20px}.brand strong,.brand span{display:block}.brand span{color:#b6cbc2;font-size:12px}nav{display:grid;gap:4px}nav button{color:#bad0c7;background:transparent;border:0;border-radius:10px;text-align:left;padding:11px 13px;display:flex;gap:12px;align-items:center;cursor:pointer}nav button:hover,nav button.active{background:#1d5140;color:white}nav button.active{box-shadow:inset 3px 0 var(--lime)}nav .badge{margin-left:auto;background:#f2a266;color:#442310;border-radius:20px;padding:1px 7px;font-size:11px}.hidden{display:none!important}.chat-link{margin-top:auto;color:#173c30;background:var(--lime);text-decoration:none;padding:12px;text-align:center;border-radius:10px;font-weight:700}.workspace{grid-column:2}.topbar{height:72px;background:#fffffff2;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:4}.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:800;color:#718079}.top-actions{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13px}.status-dot{width:8px;height:8px;background:#30a46c;border-radius:50%;box-shadow:0 0 0 4px #ddf5e7}.avatar{width:34px;height:34px;border-radius:50%;background:#163f32;color:white;display:grid;place-items:center;font-size:11px;font-weight:700}select{border:1px solid var(--line);background:white;border-radius:9px;padding:9px;color:var(--ink)}.menu{display:none}.page{padding:34px;max-width:1440px;margin:auto}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:28px}.page-head h1{font-size:clamp(28px,3vw,42px);margin:7px 0 4px;letter-spacing:-.04em}.page-head p{margin:0;color:var(--muted);max-width:680px}.primary,.secondary{border:0;border-radius:9px;padding:11px 16px;font-weight:700;cursor:pointer}.primary{background:var(--green);color:white}.secondary{background:#edf2ef;color:var(--green)}.text-btn{border:0;background:none;color:var(--green);font-weight:700;cursor:pointer}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.metric,.card{background:white;border:1px solid var(--line);border-radius:15px}.metric{padding:20px}.metric>span{color:var(--muted);font-size:13px}.metric strong{display:block;font-size:34px;margin:8px 0}.metric small{color:#83908a}.grid{display:grid;gap:18px;margin-bottom:18px}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.three,.clients{grid-template-columns:repeat(3,minmax(0,1fr))}.card{padding:24px}.card h2{font-size:19px;margin:7px 0 12px}.card p{color:var(--muted);line-height:1.55}.card-title{display:flex;align-items:start;justify-content:space-between;gap:12px}.pill{font-size:11px;font-weight:700;background:#eef1ef;color:#6e7c76;border-radius:20px;padding:6px 9px;white-space:nowrap}.pill.live{background:#dff3e8;color:#16603f}.pill.warn{background:#fff0df;color:#995218}.health{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden}.health div{padding:16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.health div:nth-child(odd){border-right:1px solid var(--line)}.health div:nth-last-child(-n+2){border-bottom:0}.health span{color:var(--muted)}.health b{color:var(--green)}.steps{list-style:none;padding:0;margin:12px 0 0;counter-reset:n}.steps li{padding:13px 0 13px 38px;border-bottom:1px solid var(--line);position:relative}.steps li:before{counter-increment:n;content:counter(n);position:absolute;left:0;top:10px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#edf0ee;color:#84908b}.steps li.done:before{content:"✓";background:var(--mint);color:var(--green)}.client-card{position:relative;cursor:pointer;transition:.2s}.client-card:hover,.client-card.selected{transform:translateY(-2px);border-color:#6ea88f;box-shadow:0 12px 30px #1b4e3e12}.client-logo{width:48px;height:48px;border-radius:13px;background:#dcebe4;display:grid;place-items:center;color:var(--green);font-weight:700}.client-card .pill{position:absolute;right:18px;top:18px}.client-card small{color:var(--muted)}.add-client{min-height:200px;border-style:dashed;color:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:25px;cursor:pointer}.add-client span{font-size:13px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:grid;gap:7px;color:#44514c;font-weight:600;font-size:13px}.wide{grid-column:1/-1}input,textarea{border:1px solid #dbe2de;border-radius:9px;padding:12px;color:var(--ink);background:#fbfcfb;outline:none}input:focus,textarea:focus,select:focus{border-color:#4f967a;box-shadow:0 0 0 3px #dceee5}.upload{text-align:center;border:1.5px dashed #9ab9aa;padding:38px;margin-bottom:18px}.upload input{display:none}.upload-icon{width:48px;height:48px;border-radius:50%;margin:auto;background:var(--mint);color:var(--green);display:grid;place-items:center;font-size:23px}.upload h2{margin-bottom:2px}.upload p{margin-top:0}.file{display:grid;grid-template-columns:30px 1fr;align-items:center;border-top:1px solid var(--line);padding:13px 0}.file small,.file strong{display:block}.file small{color:var(--muted);margin-top:3px}.faq{border-top:1px solid var(--line);padding:13px 0}.faq p{margin:5px 0}.faq small{color:var(--muted)}.channel{position:relative}.channel-icon{width:46px;height:46px;border-radius:13px;background:#e6f0eb;display:grid;place-items:center;font-size:20px}.channel>.pill{position:absolute;right:18px;top:18px}.channel label{margin:18px 0}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-top:1px solid var(--line);cursor:pointer}.toggle-row span strong,.toggle-row span small{display:block}.toggle-row small{font-weight:400;color:var(--muted);margin-top:4px}.toggle-row input{display:none}.toggle-row i{width:42px;height:24px;border-radius:15px;background:#ccd4d0;position:relative}.toggle-row i:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:white;border-radius:50%;transition:.2s}.toggle-row input:checked+i{background:#207153}.toggle-row input:checked+i:after{transform:translateX(18px)}.notice{padding:15px 18px;background:#edf4f0;border-radius:11px;color:#50615a}.table-card{padding:0;overflow:auto}table{width:100%;border-collapse:collapse;min-width:700px}th,td{padding:15px 20px;text-align:left;border-bottom:1px solid var(--line);font-size:13px}th{font-size:10px;letter-spacing:.1em;color:var(--muted);background:#fafbfa}td strong,td small{display:block}td small{color:var(--muted);margin-top:4px}.mini-toggle{width:42px;height:26px;border:0;border-radius:15px;background:#ccd4d0;color:white;font-size:11px}.mini-toggle.on{background:#207153}.empty{text-align:center;color:var(--muted);padding:28px}.coming{text-align:center;padding:40px;max-width:850px;margin:auto}.chart-placeholder{height:210px;background:linear-gradient(#fff,#f4f8f6);display:flex;align-items:end;justify-content:center;gap:14px;padding:25px;border-radius:12px}.chart-placeholder i{width:8%;background:#9bc9b4;border-radius:6px 6px 0 0}.chart-placeholder i:nth-child(4),.chart-placeholder i:nth-child(6){background:var(--green)}.toast{position:fixed;right:24px;bottom:24px;background:#123b2f;color:white;padding:13px 18px;border-radius:10px;transform:translateY(90px);opacity:0;transition:.25s;z-index:20}.toast.show{transform:none;opacity:1}.modal{position:fixed;inset:0;background:#10271f80;display:grid;place-items:center;z-index:20;padding:20px}.modal-card{width:min(620px,100%);max-height:80vh;background:white;border-radius:15px;padding:24px;position:relative}.close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:28px}.transcript{display:flex;flex-direction:column;gap:10px;overflow:auto;max-height:60vh}.bubble{max-width:78%;padding:10px 13px;border-radius:12px;background:#eef1ef}.bubble.user{align-self:flex-end;background:#dceee5}.bubble small{display:block;font-size:9px;color:var(--muted);margin-top:5px}.chat-body{background:#eaf0ed;display:grid;place-items:center;min-height:100vh}.chat{width:min(720px,100%);height:min(780px,100vh);background:white;display:flex;flex-direction:column;box-shadow:0 20px 70px #173e3020}.chat header{padding:18px 20px;background:#123f31;color:white;display:flex;align-items:center;gap:12px}.chat header h1{margin:0;font-size:18px}.chat header span{color:#bbcec6;font-size:12px}.chat-brand{width:38px;height:38px;border-radius:11px;background:var(--lime);color:#133f31;display:grid;place-items:center;font-weight:700}.chat #messages{flex:1;overflow-y:auto;padding:20px;background:#f7f9f8}.message{max-width:80%;padding:11px 14px;margin:8px 0;border-radius:14px;line-height:1.4}.message.user{margin-left:auto;background:#dceee5}.message.bot{margin-right:auto;background:white;border:1px solid var(--line)}.chat form{display:flex;padding:12px;gap:8px;border-top:1px solid var(--line)}.chat form input{flex:1}.chat form button{border:0;background:var(--green);color:white;padding:0 18px;border-radius:10px}.typing{display:flex;gap:4px}.typing i{width:6px;height:6px;background:#789087;border-radius:50%;animation:typing 1.2s infinite}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.error{padding:50px}
@media(max-width:980px){.shell{grid-template-columns:82px 1fr}.sidebar{width:82px}.brand>div:last-child,nav span,.chat-link{display:none}.brand{padding-left:5px}.metrics{grid-template-columns:1fr 1fr}.three,.clients{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.shell{display:block}.sidebar{transform:translateX(-100%);width:242px;transition:.2s}.menu-open .sidebar{transform:none}.workspace{grid-column:auto}.menu{display:inline-block;border:0;background:none;margin-right:10px}.topbar{padding:0 16px}.topbar .eyebrow,.top-actions>span{display:none}.page{padding:22px 16px}.page-head{align-items:start;flex-direction:column}.metrics,.two,.three,.clients,.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.health{grid-template-columns:1fr}.health div{border-right:0!important;border-bottom:1px solid var(--line)!important}.health div:last-child{border-bottom:0!important}.chat{height:100vh}}
