@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{font-family:Montserrat,Arial,sans-serif;color:#11140b;background:#f7f9f8;--accent:#07777B;--accent2:#047865;--text:#11140B;--muted:#71807a;--line:#e4ebe8;--surface:#fff;--danger:#a93d3d;--warning:#9a6817;--radius:10px;--shadow:0 8px 28px rgba(20,54,48,.06)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f7f9f8}button,input{font:inherit}button{cursor:pointer}.shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--line);padding:24px 16px 18px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 26px}.brand-mark{width:42px;height:42px;border-radius:10px;background:linear-gradient(145deg,var(--accent),var(--accent2));color:#fff;display:grid;place-items:center;font-weight:700}.brand strong,.brand span{display:block}.brand strong{font-size:15px}.brand span{font-size:11px;color:var(--muted);margin-top:2px}.sidebar nav{display:grid;gap:5px}.nav{border:0;background:transparent;color:#56635f;width:100%;min-height:43px;padding:0 12px;border-radius:10px;display:flex;align-items:center;gap:11px;text-align:left;font-size:13px;font-weight:500}.nav:hover{background:#f4f8f6}.nav.active{background:#edf7f4;color:var(--accent2);font-weight:600}.nav b{margin-left:auto;min-width:22px;height:22px;border-radius:99px;display:grid;place-items:center;background:#fff0f0;color:var(--danger);font-size:11px}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:14px}.admin{display:flex;align-items:center;gap:10px;padding:8px 10px}.admin strong,.admin span{display:block}.admin strong{font-size:12px}.admin span{font-size:11px;color:var(--muted);margin-top:2px}.main{min-width:0;padding:32px 36px 60px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:28px}.eyebrow{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-weight:700}.topbar h1,.drawer h2{margin:5px 0;font-size:30px;letter-spacing:-.03em}.topbar p,.drawer-head p{margin:0;color:var(--muted);font-size:13px}.top-actions{display:flex;gap:10px;align-items:center}.search{height:42px;width:330px;background:#fff;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;gap:9px;padding:0 12px;color:#85908c;box-shadow:0 3px 16px #14363008}.search input{border:0;outline:0;width:100%;color:var(--text);background:transparent;font-size:12px}.btn{border:0;border-radius:10px;min-height:42px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:600}.btn.secondary{background:#fff;color:#42514c;border:1px solid var(--line)}.btn.primary{background:var(--accent2);color:#fff}.btn.danger-btn{background:#fff0f0;color:var(--danger);border:1px solid #f5d8d8}.btn.full{width:100%}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{display:flex;align-items:flex-start;gap:12px;background:#eff8f6;border:1px solid #d8ece5;border-radius:10px;padding:14px 16px;margin-bottom:18px;color:var(--accent2)}.notice strong,.notice span{display:block}.notice strong{font-size:12px}.notice span{font-size:11px;color:#648079;margin-top:3px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:26px}.stat{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;box-shadow:var(--shadow)}.stat-icon{width:38px;height:38px;border-radius:10px;background:#edf7f4;color:var(--accent2);display:grid;place-items:center;margin-bottom:16px}.stat-icon svg{width:19px}.stat>span{display:block;font-size:11px;color:var(--muted);font-weight:600}.stat>strong{display:block;font-size:28px;letter-spacing:-.04em;margin:5px 0}.stat>small{font-size:10px;color:#98a19d}.section-title{display:flex;justify-content:space-between;align-items:end;margin:26px 0 12px}.section-title h2{font-size:17px;margin:0 0 3px}.section-title p{font-size:11px;color:var(--muted);margin:0}.chat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:22px}.chat-grid.large{margin-top:4px}.chat-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px;box-shadow:var(--shadow)}.chat-top{display:flex;align-items:center;justify-content:space-between}.chat-number{font-size:12px;font-weight:700;color:var(--accent)}.chat-card h3{font-size:14px;line-height:1.45;margin:18px 0 16px;min-height:41px}.group-id{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px 0;font-size:10px}.group-id span{color:var(--muted)}.group-id strong{font-size:11px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px}.metrics div{min-width:0}.metrics strong,.metrics span{display:block}.metrics strong{font-size:17px}.metrics span{font-size:9px;color:var(--muted);margin-top:3px;line-height:1.3}.panel{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}.panel-head h3{font-size:14px;margin:0 0 4px}.panel-head p{font-size:10px;color:var(--muted);margin:0}.table-panel{overflow:hidden}.table-head,.user-row{display:grid;grid-template-columns:minmax(250px,1.6fr) .7fr 1fr .7fr 32px;gap:16px;align-items:center;padding:0 18px}.table-head{min-height:42px;color:#86918d;background:#fafcfb;font-size:10px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--line)}.user-row{width:100%;min-height:70px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;color:var(--text);font-size:11px}.user-row:hover{background:#fbfdfc}.person{display:flex;align-items:center;gap:11px}.avatar{width:37px;height:37px;border-radius:10px;background:#edf7f4;color:var(--accent2);font-size:11px;font-weight:700;display:grid;place-items:center}.person strong,.person span{display:block}.person strong{font-size:12px}.person span{font-size:10px;color:var(--muted);margin-top:3px}.pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:99px;font-size:9px;font-weight:700;white-space:nowrap}.pill.success{background:#ecf7f2;color:var(--accent2)}.pill.danger{background:#fff0f0;color:var(--danger)}.pill.warning{background:#fff7e9;color:var(--warning)}.pill.muted{background:#f1f4f2;color:#77827e}.event-list{display:grid}.event-row{display:grid;grid-template-columns:34px 1fr auto;gap:11px;align-items:center;min-height:64px;padding:10px 18px;border-bottom:1px solid var(--line)}.event-row:last-child{border-bottom:0}.event-dot{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#eef7f4;color:var(--accent2)}.event-dot.warning{background:#fff7e9;color:var(--warning)}.event-dot.error{background:#fff0f0;color:var(--danger)}.event-row strong,.event-row span{display:block}.event-row strong{font-size:11px}.event-row span{font-size:9px;color:var(--muted);margin-top:3px}.event-row time{font-size:9px;color:#919b97}.integration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.integration{padding:19px}.integration-head{display:flex;gap:11px;align-items:flex-start;margin-bottom:18px}.integration-icon{width:40px;height:40px;border-radius:10px;background:#edf7f4;color:var(--accent2);display:grid;place-items:center}.integration-head h3{font-size:13px;margin:1px 0 7px}.config{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--line);font-size:9px}.config span{color:var(--muted)}.config strong{text-align:right;font-size:9px;word-break:break-word}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rule{display:flex;gap:12px;padding:15px 19px;border-bottom:1px solid var(--line)}.rule:last-child{border-bottom:0}.rule>div{width:34px;height:34px;border-radius:10px;background:#edf7f4;color:var(--accent2);display:grid;place-items:center;flex:0 0 auto}.rule svg{width:17px}.rule p{margin:0}.rule strong,.rule span{display:block}.rule strong{font-size:11px}.rule span{font-size:9px;color:var(--muted);margin-top:4px;line-height:1.45}.empty,.good-empty{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#92a09a;padding:32px}.empty strong,.good-empty strong{font-size:12px;color:#50605a;margin-top:10px}.empty span,.good-empty span{font-size:10px;max-width:420px;line-height:1.5;margin-top:4px}.good-empty{color:var(--accent2)}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11140b47;display:flex;justify-content:flex-end;z-index:50}.drawer{width:min(520px,95vw);height:100vh;background:#fff;overflow:auto;box-shadow:-20px 0 50px #1436301f;padding:25px}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding-bottom:18px}.drawer-head h2{font-size:22px}.icon-btn{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center;color:#66736e}.drawer-section{border-top:1px solid var(--line);padding:18px 0}.drawer-section h4{font-size:11px;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px;color:#7e8a85}.detail{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:7px 0;font-size:10px}.detail span{color:var(--muted)}.detail strong{text-align:right}.access-row{display:flex;justify-content:space-between;gap:14px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:12px;margin-bottom:8px}.access-row strong,.access-row span{display:block}.access-row strong{font-size:10px;line-height:1.35}.access-row div span{font-size:9px;color:var(--muted);margin-top:4px}.access-link{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f7f9f8;border-radius:10px;padding:9px 10px;font-size:10px}.drawer-footer{padding-top:4px}.muted-text{font-size:10px;color:var(--muted)}.toast{position:fixed;right:24px;bottom:24px;background:#11140b;color:#fff;border-radius:10px;padding:12px 15px;font-size:11px;box-shadow:0 14px 40px #00000026;z-index:80}@media(max-width:1100px){.stats{grid-template-columns:repeat(2,1fr)}.integration-grid,.settings-grid{grid-template-columns:1fr}.topbar{flex-direction:column}.top-actions{width:100%}.search{flex:1}.table-head,.user-row{grid-template-columns:minmax(220px,1.6fr) .7fr 1fr 32px}.table-head span:nth-child(4),.user-row>:nth-child(4){display:none}}@media(max-width:780px){.shell{display:block}.sidebar{position:relative;height:auto;border-right:0;border-bottom:1px solid var(--line);padding:14px}.brand{padding:0 4px 14px}.sidebar nav{grid-template-columns:repeat(4,1fr)}.nav{justify-content:center;padding:0}.nav span,.sidebar-bottom{display:none}.main{padding:22px 14px 50px}.topbar h1{font-size:25px}.top-actions{flex-direction:column;align-items:stretch}.search{width:100%}.chat-grid{grid-template-columns:1fr}.stats,.metrics{grid-template-columns:1fr 1fr}.table-head{display:none}.user-row{grid-template-columns:1fr 24px;padding:10px 12px}.user-row>span{display:none}.integration-grid{grid-template-columns:1fr}}@media(max-width:480px){.stats{grid-template-columns:1fr}.sidebar nav{grid-template-columns:repeat(7,1fr);gap:2px}.nav{min-height:38px}.main{padding-top:18px}}.admin-button{width:100%;border:0;background:transparent;text-align:left;color:inherit;cursor:pointer}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f5f8f7;color:#11140b}.auth-card{width:min(430px,100%);display:grid;gap:20px;padding:34px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 55px #14363014}.auth-card .brand-mark{width:44px;height:44px}.auth-card h1{font-size:27px;margin:5px 0}.auth-card p{margin:0;color:var(--muted);font-size:12px}.auth-card label{display:grid;gap:7px;font-size:11px;font-weight:600}.auth-card input{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 13px;font:inherit;color:var(--text);outline:none}.auth-card input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #07777b17}.auth-error{border-radius:10px;padding:10px 12px;background:#fff0f0;color:var(--danger);font-size:11px}.chat-badges{display:flex;align-items:center;gap:6px}.pill.test{background:#e9f3ff;color:#28669f}.integration-copy{margin:0 0 15px;color:var(--muted);font-size:10px;line-height:1.55}.test-sync-panel{grid-column:1/-1}.test-sync-form{display:flex;gap:9px}.test-sync-form input{flex:1;min-width:0;border:1px solid var(--line);border-radius:10px;padding:0 13px;min-height:42px;color:var(--text);outline:none}.test-sync-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #07777b17}@media(max-width:600px){.test-sync-form{flex-direction:column}.test-sync-form .btn{width:100%}}
