:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#172033;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:#101828;color:white;padding:24px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{font-size:25px;font-weight:800;margin:4px 8px 30px}.brand span{font-size:12px;color:#98a2b3}.nav{width:100%;border:0;background:transparent;color:#cbd5e1;padding:12px 14px;border-radius:10px;text-align:left;margin:2px 0;cursor:pointer}.nav:hover,.nav.active{background:#1d2939;color:white}.nav em{float:right;font-size:10px;color:#667085}.side-foot{margin-top:auto;color:#667085;font-size:12px;padding:10px}main{padding:28px 36px;max-width:1440px;width:100%;margin:0 auto}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}h1{margin:0;font-size:30px}h2{margin:8px 0 10px}p{color:#667085;line-height:1.5}.userbox{display:flex;gap:12px;align-items:center}.auth-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;background:linear-gradient(135deg,#fff,#eef4ff);padding:44px;border-radius:24px;border:1px solid #e4e7ec}.auth-copy{padding-right:20px}.auth-copy h2{font-size:36px;max-width:650px}.auth-card,.panel{background:#fff;border:1px solid #e4e7ec;border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(16,24,40,.05)}.tabs{display:flex;gap:8px;margin-bottom:14px}.tab{border:0;padding:8px 12px;border-radius:9px;background:#f2f4f7;cursor:pointer}.tab.active{background:#eaf2ff;color:#175cd3}.auth-card input,.panel input,.panel textarea,.panel select{width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:11px 12px;margin:7px 0 14px;font:inherit;background:#fff}.panel textarea{height:110px;resize:vertical}.panel select{min-height:44px}.primary,.secondary,.ghost,.danger{border:0;border-radius:10px;padding:11px 16px;font-weight:700;cursor:pointer}.primary{background:#1570ef;color:white}.primary:disabled{opacity:.55;cursor:not-allowed}.secondary{background:#eef4ff;color:#175cd3}.ghost{background:#f2f4f7}.danger{background:#fff1f0;color:#b42318}.auth-card .primary{width:100%;margin-top:8px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metrics article{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:18px}.metrics span{font-size:13px;color:#667085}.metrics strong{display:block;font-size:30px;margin-top:8px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wide{grid-column:1 / -1}.panel-head,.section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.section-head{margin-bottom:18px}.section-head h2{font-size:26px;margin-bottom:2px}.section-head p{margin:4px 0}.chip{background:#f2f4f7;color:#475467;border-radius:999px;padding:7px 10px;font-size:12px;height:fit-content}.chip.ok{background:#ecfdf3;color:#027a48}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#667085;font-weight:800}.note{font-size:12px;color:#667085;margin-top:11px;line-height:1.45}.note.ok{color:#027a48}.note.bad,.error{font-size:12px;color:#b42318;margin-top:10px}.roadmap{padding-left:20px;color:#475467}.roadmap li{margin:9px 0}.roadmap .done{color:#027a48}.hidden{display:none!important}.actions{display:flex;gap:10px;flex-wrap:wrap}.cards{display:grid;gap:12px}.entity-card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:18px;display:flex;align-items:center;gap:15px}.entity-main{min-width:0;flex:1}.entity-main strong{display:block;font-size:16px}.entity-main small{display:block;color:#667085;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.entity-actions{display:flex;gap:8px;flex-wrap:wrap}.avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;flex:none;background:#eef4ff;color:#175cd3;font-weight:800}.avatar.group{border-radius:14px}.placeholder{background:#f2f4f7;color:#667085}.community-layout{display:grid;grid-template-columns:390px 1fr;gap:18px}.connect-panel{align-self:start;position:sticky;top:20px}.connect-panel label,.publisher-grid label{display:block;font-size:12px;font-weight:700;color:#475467;margin-top:8px}.permission-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.mini-chip{font-size:10px;padding:4px 7px;border-radius:999px;background:#f2f4f7;color:#475467}.publisher-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.publish-text{height:260px!important}.composer-foot{display:flex;justify-content:space-between;align-items:center;gap:15px;color:#667085;font-size:12px}.post-preview{border:1px solid #e4e7ec;border-radius:16px;padding:18px;margin-top:14px}.post-author{display:flex;align-items:center;gap:12px}.post-author small{display:block;color:#98a2b3;margin-top:3px}.preview-text{white-space:pre-wrap;line-height:1.55;margin-top:16px;color:#344054;overflow-wrap:anywhere}.empty{text-align:center;padding:65px 20px}.toast{position:fixed;z-index:20;right:24px;top:20px;background:#101828;color:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 12px 30px rgba(16,24,40,.25);max-width:420px}.toast.bad{background:#b42318}a{color:#175cd3;text-decoration:none}@media(max-width:1050px){.community-layout,.publisher-grid{grid-template-columns:1fr}.connect-panel{position:static}}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{display:none}main{padding:20px}.auth-panel{grid-template-columns:1fr;padding:24px}.metrics{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr}.wide{grid-column:auto}}@media(max-width:520px){.metrics{grid-template-columns:1fr}.auth-copy h2{font-size:28px}.section-head{display:block}.section-head .primary{margin-top:10px}.entity-card{align-items:flex-start;flex-wrap:wrap}.entity-actions{width:100%}.entity-actions button{flex:1}}
.auth-hint{font-size:13px;margin:4px 0 16px}.chip.off{background:#fef3f2;color:#b42318}.client-card.inactive{opacity:.7;background:#fcfcfd}.client-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.client-title .chip{padding:4px 8px}.list-toolbar{display:flex;justify-content:space-between;align-items:center;margin:2px 0 12px}.metrics{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}

/* 0.4.0 — unified messages */
.messages-head .actions{align-items:center}.messages-head select{min-width:190px}
.messages-layout{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:16px;min-height:650px}
.conversations-panel{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:650px}
.messages-filter-row{padding:14px;border-bottom:1px solid var(--line);display:flex;gap:10px;align-items:center}.messages-filter-row select{flex:1}
.conversation-list{overflow:auto;flex:1;max-height:720px}.conversation-item{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;padding:14px;display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;color:inherit;cursor:pointer}.conversation-item:hover,.conversation-item.active{background:rgba(92,124,250,.08)}.conversation-item .avatar{width:44px;height:44px}.conversation-main{min-width:0}.conversation-main strong,.conversation-main small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-main small{margin-top:4px;color:var(--muted)}.conversation-meta{text-align:right;display:flex;flex-direction:column;gap:6px;align-items:flex-end}.conversation-source{font-size:11px;color:var(--muted);max-width:92px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-badge{min-width:22px;height:22px;border-radius:999px;display:grid;place-items:center;padding:0 6px;background:#4f6bed;color:white;font-size:12px}.empty-mini{padding:24px;color:var(--muted);text-align:center}
.chat-panel{padding:0;min-height:650px;overflow:hidden}.chat-empty{min-height:650px;display:grid;place-content:center;text-align:center;color:var(--muted)}.chat-active{height:650px;display:flex;flex-direction:column}.chat-header{padding:14px 16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px}.chat-person{display:flex;align-items:center;gap:10px}.chat-person strong,.chat-person small{display:block}.chat-person small{color:var(--muted);margin-top:3px}.message-stream{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:10px;background:rgba(127,127,127,.025)}.message-bubble{max-width:min(76%,720px);padding:10px 12px;border-radius:14px;background:var(--panel-2,rgba(127,127,127,.09));align-self:flex-start;white-space:pre-wrap;word-break:break-word}.message-bubble.out{align-self:flex-end;background:rgba(92,124,250,.13)}.message-bubble .message-time{display:block;margin-top:5px;font-size:11px;color:var(--muted);text-align:right}.attachment-note{font-size:12px;color:var(--muted);margin-top:5px}.message-composer{border-top:1px solid var(--line);padding:14px}.message-composer textarea{min-height:90px;resize:vertical}.sender-switch{display:flex;align-items:center;gap:10px;margin-bottom:8px}.sender-switch label{margin:0;white-space:nowrap}.sender-switch select{flex:1}.message-composer .note{margin-top:8px}.messages-errors{padding:0 14px 14px}.messages-errors.bad{color:#c43}
@media(max-width:980px){.messages-layout{grid-template-columns:1fr}.conversations-panel{min-height:320px;max-height:420px}.conversation-list{max-height:340px}.chat-panel,.chat-empty,.chat-active{min-height:580px;height:580px}}

/* 0.8.6 — reliable one-click queue closing + sequential callback wizard */
.nav-count{float:right;background:#1570ef;color:#fff;border-radius:999px;min-width:20px;padding:1px 6px;text-align:center;font-size:10px;font-style:normal}
.suggested-head .actions{align-items:center}.suggested-head select{min-width:220px;border:1px solid #d0d5dd;border-radius:10px;padding:10px 12px;background:#fff}
.suggested-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.kp-panel{position:sticky;top:20px}.kp-panel textarea{height:260px}.kp-panel hr{border:0;border-top:1px solid #e4e7ec;margin:20px 0}.muted-small{font-size:12px;color:#667085;line-height:1.45}
.suggested-list{display:grid;gap:14px}.suggested-card{padding:20px}.suggested-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.suggested-author{display:flex;gap:12px;align-items:center;min-width:0}.suggested-author .avatar{width:46px;height:46px}.suggested-author strong,.suggested-author small{display:block}.suggested-author small{color:#667085;margin-top:4px}.suggested-text{font-size:15px;line-height:1.55;color:#344054;margin:18px 0;word-break:break-word}.suggested-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.suggested-actions .ghost{display:inline-flex;align-items:center}
.suggested-attachments{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin:14px 0}.suggested-attachment{overflow:hidden;border:1px solid #e4e7ec;border-radius:12px;background:#f9fafb}.suggested-attachment img,.attachment-placeholder{width:100%;height:120px;object-fit:cover;display:block}.attachment-placeholder{display:grid;place-items:center;background:#eef4ff;color:#175cd3;font-weight:800}.suggested-attachment small{display:block;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kp-dialog{width:min(680px,calc(100vw - 32px));border:0;border-radius:18px;padding:0;box-shadow:0 24px 80px rgba(16,24,40,.3)}.kp-dialog::backdrop{background:rgba(16,24,40,.5)}.dialog-card{padding:22px}.dialog-card textarea{width:100%;height:260px;border:1px solid #d0d5dd;border-radius:10px;padding:12px;font:inherit;resize:vertical}.dialog-card .panel-head{align-items:center}
@media(max-width:1050px){.suggested-layout{grid-template-columns:1fr}.kp-panel{position:static}}
.toolbar-search{max-width:320px;border:1px solid #d0d5dd;border-radius:10px;padding:9px 12px;font:inherit;margin-left:auto}.advanced-connect{margin-top:18px}.advanced-connect summary{font-weight:700;cursor:pointer;color:#475467}.api-grant-ok{color:#027a48}.api-grant-off{color:#b54708}.sync-progress{font-variant-numeric:tabular-nums}
