@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--ink:#1b2a4a;--ink-soft:#2a3b5a;--muted:#64748b;--line:#e2e8f0;--soft:#f3f8fb;--purple:#e85f00;--purple-dark:#e85f00;--brand:#e85f00;--brand-dark:#e85f00;--brand-tint:#fff2e8;--accent:#e85f00;--accent-dark:#e85f00;--accent-tint:#fff2e8;--cyan:#0d8aac;--sidebar:#1b2a4a;--white:#fff;--shadow:0 10px 35px #1b2a4a14}*{box-sizing:border-box}html,body{background:var(--soft);min-height:100%;color:var(--ink);margin:0;font-family:Inter,system-ui,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{z-index:20;color:#d6d9df;background:linear-gradient(#1b2e4a,#17273e);flex-direction:column;width:296px;padding:25px 17px 19px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;height:54px;padding:0 10px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#ff8a3d,#e85f00);border-radius:11px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 6px 18px #ff6a004d}.brand strong{letter-spacing:.15em;color:#fff;font:700 22px/1 Inter;display:block}.brand span{letter-spacing:.28em;color:#798393;margin-top:5px;font-size:13px;display:block}.workspace{background:#233857;border:1px solid #31496d;border-radius:11px;align-items:center;gap:10px;margin:24px 0 23px;padding:10px;display:flex}.workspace-avatar{color:#adb5c1;background:#31496d;border-radius:8px;place-items:center;width:30px;height:30px;font-size:14px;font-weight:700;display:grid}.workspace div:nth-child(2){flex:1;min-width:0}.workspace span{color:#77808e;font-size:13px;display:block}.workspace strong{color:#e5e7eb;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:17px;display:block;overflow:hidden}.workspace-caret{font-size:23px!important}.sidebar nav{flex-direction:column;gap:5px;display:flex}.sidebar nav button{color:#8993a2;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;width:100%;padding:10px 11px;font-size:17px;font-weight:500;display:flex}.sidebar nav button:hover{color:#d9dce1;background:#233857}.sidebar nav button.active{color:#fff;background:#2a3d5a;box-shadow:inset 3px 0 #ff6a00}.sidebar nav button svg{width:18px}.sidebar nav button span{flex:1}.sidebar nav em{background:#31496d;border-radius:9px;padding:3px 9px;font-size:13px;font-style:normal}.sidebar nav button.active em{background:#ff6a00}.sidebar-bottom{margin-top:auto}.system-health{border-bottom:1px solid #2a3d5a;gap:9px;margin-bottom:11px;padding:13px 10px;display:flex}.health-dot{background:#39bc86;border-radius:50%;width:8px;height:8px;margin-top:3px;box-shadow:0 0 0 4px #39bc8620}.system-health strong,.system-health span{display:block}.system-health strong{color:#c7cbd2;font-size:14px}.system-health span{color:#667180;margin-top:4px;font-size:13px}.profile-button{color:#fff;text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:5px;display:flex}.profile-avatar{background:linear-gradient(135deg,#e7b26d,#ad6d57);border-radius:50%;place-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:grid}.profile-button div:nth-child(2){flex:1}.profile-button strong,.profile-button span{display:block}.profile-button strong{font-size:16px}.profile-button div span{color:#707a88;margin-top:3px;font-size:13px}.profile-button>span{color:#616b79;font-size:16px}.main-area{min-height:100vh;margin-left:296px}.topbar{border-bottom:1px solid var(--line);z-index:10;background:#fff;justify-content:space-between;align-items:center;height:88px;padding:0 34px;display:flex;position:sticky;top:0}.global-search{color:#9aa2af;align-items:center;gap:9px;width:min(410px,42vw);display:flex}.global-search input{width:100%;color:var(--ink);border:0;outline:0;font-size:16px}.global-search input::placeholder{color:#abb1bb}.global-search kbd{color:#8896a9;border:1px solid var(--line);white-space:nowrap;background:#fff2e8;border-radius:6px;padding:4px 8px;font-size:13px}.top-actions{align-items:center;gap:11px;display:flex}.icon-button{border:1px solid var(--line);color:#677180;background:#fff;border-radius:9px;place-items:center;width:37px;height:37px;display:grid;position:relative}.icon-button i{background:#f06d6d;border:1px solid #fff;border-radius:50%;width:5px;height:5px;position:absolute;top:7px;right:8px}.primary-button,.outline-button{border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:10px 14px;font-size:16px;font-weight:600;display:inline-flex}.primary-button{background:var(--purple);color:#fff;box-shadow:0 5px 14px #ff6a002e}.primary-button:hover{background:var(--purple-dark)}.primary-button:disabled{opacity:.45;cursor:not-allowed}.primary-button.large{padding:11px 16px}.outline-button{border:1px solid var(--line);color:#525d6c;background:#fff}.mobile-menu{display:none}.page-content{max-width:1440px;margin:0 auto;padding:36px 38px 70px}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.eyebrow{color:#8f97a3;letter-spacing:.12em;text-transform:uppercase;font-size:13px;font-weight:700}.page-heading h1{letter-spacing:-.025em;margin:7px 0;font:700 40px/1.2 Inter}.page-heading p{color:var(--muted);margin:0;font-size:17px}.stat-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.stat-card{border:1px solid var(--line);background:#fff;border-radius:13px;justify-content:space-between;align-items:flex-end;min-height:142px;padding:20px;display:flex;box-shadow:0 3px 12px #21283406}.stat-card>div:first-child>span,.stat-card strong,.stat-card small{display:block}.stat-card>div:first-child>span{color:#7b8490;font-size:14px}.stat-card strong{letter-spacing:-.03em;margin:9px 0 6px;font:700 40px Inter}.stat-card small{color:#9299a3;font-size:13px}.stat-card small.positive{color:#3ca679}.mini-bars{align-items:flex-end;gap:3px;height:34px;display:flex}.mini-bars i{background:#ff6a0044;border-radius:3px;width:4px;display:block}.blue .mini-bars i{background:#e85f0044}.amber .mini-bars i{background:#e79a4444}.emerald .mini-bars i{background:#3cb37b44}.overview-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:17px;margin-top:17px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:13px;box-shadow:0 3px 14px #21283406}.panel-header{border-bottom:1px solid #eef0f2;justify-content:space-between;align-items:center;padding:19px 21px;display:flex}.panel-header h2{color:var(--ink);margin:0;font:700 21px Inter}.panel-header p{color:#929aa5;margin:5px 0 0;font-size:13px}.panel-header button{color:#c25200;background:0 0;border:0;align-items:center;font-size:13px;display:flex}.activity-list{padding:3px 20px}.activity-row{border-bottom:1px solid #f0f1f3;align-items:center;gap:12px;padding:14px 0;display:flex}.activity-row:last-child{border:0}.activity-avatar,.agent-mini{background:var(--agent);color:#fff;place-items:center;font-size:13px;font-weight:700;display:grid}.activity-avatar{border-radius:9px;width:35px;height:35px}.activity-copy{flex:1}.activity-copy strong,.activity-copy span{display:block}.activity-copy strong{font-size:14px}.activity-copy span{color:#8b93a0;margin-top:4px;font-size:13px}.activity-meta{text-align:right}.activity-meta span{color:#9ba2ac;font-size:13px;display:block}.activity-meta b{color:#3d9d75;background:#ebf8f2;border-radius:8px;margin-top:6px;padding:4px 9px;font-size:13px;display:inline-block}.activity-meta b.approval{color:#0b6d87;background:#e7f5fa}.attention-count{color:#0b6d87;background:#e7f5fa;border-radius:12px;padding:4px 8px;font-size:13px;font-weight:700}.approval-card{border:1px solid #eceef1;border-radius:10px;margin:14px;padding:13px}.approval-top{align-items:center;gap:10px;display:flex}.agent-mini{border-radius:8px;width:33px;height:33px}.approval-top div{flex:1}.approval-top strong,.approval-top span{display:block}.approval-top strong{font-size:13px}.approval-top span{color:#939aa4;margin-top:4px;font-size:13px}.approval-card>p{color:#6e7784;margin:12px 0;font-size:13px;line-height:1.5}.approval-actions{gap:7px;display:flex}.approval-actions button,.approval-decision button{border:1px solid var(--line);color:#626b78;background:#fff;border-radius:7px;padding:7px 12px;font-size:13px}.approval-actions button.approve,.approval-decision button.approve{background:var(--purple);border-color:var(--purple);color:#fff}.approval-card.compact{margin-top:-5px}.approval-card.compact .approval-actions{margin-top:12px}.team-panel{margin-top:17px}.agent-strip{grid-template-columns:repeat(5,1fr);padding:18px;display:grid}.agent-compact{background:#fff;border:0;border-right:1px solid #eceef1;flex-direction:column;align-items:center;padding:8px 15px;display:flex}.agent-compact:last-child{border:0}.agent-avatar{color:#fff;border-radius:14px;place-items:center;width:52px;height:52px;font:700 17px Inter;display:grid;position:relative;box-shadow:inset 0 0 0 1px #fff3}.agent-avatar.large{width:45px;height:45px;margin-bottom:10px}.status-dot{background:#3cb57d;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-2px;right:-2px}.status-dot.working{background:#e8a343}.status-dot.paused{background:#9ba3ad}.agent-compact>strong{font-size:16px}.agent-compact>span{color:#7b8491;margin-top:4px;font-size:13px}.agent-compact>small{color:#42a277;background:#edf8f3;border-radius:7px;margin-top:7px;padding:3px 7px;font-size:13px}.agent-compact:has(.status-dot.working)>small{color:#b67a28;background:#fff6e8}.agent-compact:has(.status-dot.paused)>small{color:#858d98;background:#f1f2f4}.agent-summary{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:repeat(4,1fr);margin-bottom:28px;display:grid}.agent-summary>div{border-right:1px solid var(--line);grid-template-rows:auto auto;grid-template-columns:43px auto;column-gap:12px;padding:19px 24px;display:grid}.agent-summary>div:last-child{border:0}.summary-icon{border-radius:10px;grid-row:1/3;place-items:center;width:40px;height:40px;display:grid}.summary-icon.purple{color:#c25200;background:#fff2e8}.summary-icon.green{color:#35a979;background:#eaf8f2}.summary-icon.blue{color:#e85f00;background:#fff2e8}.summary-icon.amber{color:#d68b31;background:#fff4e6}.agent-summary strong{font:700 28px Inter}.agent-summary small{color:#8a929e;font-size:13px}.section-toolbar{justify-content:space-between;align-items:center;margin:6px 0 16px;display:flex}.section-toolbar h2{margin:0;font:700 23px Inter;display:inline}.section-toolbar>div:first-child>span{color:#9299a3;margin-left:10px;font-size:13px}.filter-tabs{background:#eceff2;border-radius:8px;padding:3px;display:flex}.filter-tabs button{color:#64748b;background:0 0;border:0;border-radius:7px;padding:7px 13px;font-size:14px}.filter-tabs button.selected{color:#343d4b;background:#fff;box-shadow:0 1px 4px #26304012}.agent-card-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.agent-card,.new-agent-card{border:1px solid var(--line);background:#fff;border-radius:13px;padding:20px}.agent-card-top{align-items:center;display:flex}.agent-title{flex:1;margin-left:12px}.agent-title h3{margin:0;font:700 21px Inter}.agent-title span{color:#7d8693;font-size:13px}.more-button,.knowledge-card>button{color:#929aa6;background:0 0;border:0;padding:4px}.agent-description{color:#687280;min-height:47px;margin:18px 0 12px;font-size:14px;line-height:1.55}.agent-tags{gap:7px;display:flex}.agent-tags span{color:#5a6577;background:#fff2e8;border-radius:7px;padding:6px 10px;font-size:13px}.skill-preview{flex-wrap:wrap;gap:5px;min-height:22px;margin:12px 0 17px;display:flex}.skill-preview b{color:var(--accent-dark);background:var(--accent-tint);border-radius:6px;padding:5px 9px;font-size:13px;font-weight:500}.agent-stats{border-top:1px solid #edeff2;border-bottom:1px solid #edeff2;grid-template-columns:repeat(3,1fr);padding:13px 0;display:grid}.agent-stats div{text-align:center;border-right:1px solid #edeff2}.agent-stats div:last-child{border:0}.agent-stats strong,.agent-stats span{display:block}.agent-stats strong{font:700 17px Inter}.agent-stats span{color:#9299a3;margin-top:3px;font-size:13px}.configure-button{color:var(--brand-dark);background:0 0;border:0;justify-content:center;align-items:center;gap:5px;width:100%;padding:14px 0 0;font-size:13px;font-weight:600;display:flex}.new-agent-card{color:#7f8792;background:#fefcfa;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;min-height:348px;display:flex}.new-agent-card>span{color:#c25200;background:#fff2e8;border-radius:13px;place-items:center;width:45px;height:45px;display:grid}.new-agent-card strong{color:#384252;margin-top:14px;font-size:16px}.new-agent-card p{text-align:center;max-width:210px;font-size:13px;line-height:1.5}.knowledge-layout{grid-template-columns:minmax(0,1fr) 280px;gap:20px;display:grid}.knowledge-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.knowledge-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:17px;position:relative}.knowledge-card>button{position:absolute;top:12px;right:12px}.folder-icon{border-radius:10px;place-items:center;width:39px;height:39px;display:grid}.folder-icon.violet{color:#c25200;background:#fff2e8}.folder-icon.blue{color:#e85f00;background:#fff2e8}.folder-icon.amber{color:#dc9134;background:#fff4e3}.folder-icon.emerald{color:#37a673;background:#eaf8f1}.folder-icon.rose{color:#c25484;background:#fcedf3}.folder-icon.slate{color:#687584;background:#eef0f2}.knowledge-card h3{margin:15px 0 5px;font:700 16px Inter}.knowledge-card>p{color:#8c949e;font-size:13px}.knowledge-footer{border-top:1px solid #eef0f2;justify-content:space-between;margin-top:15px;padding-top:11px;display:flex}.knowledge-footer span,.knowledge-footer small{color:#9299a2;font-size:13px}.knowledge-footer span{color:#399d73}.knowledge-footer i{background:#3ab67f;border-radius:50%;width:5px;height:5px;margin-right:4px;display:inline-block}.knowledge-help{color:#fff;background:#1b2e4a;border-radius:13px;height:max-content;margin-top:46px;padding:24px}.knowledge-help h3{margin:18px 0 8px;font:700 21px Inter}.knowledge-help p,.knowledge-help li{color:#a9b0bc;font-size:13px;line-height:1.6}.knowledge-help ul{padding-left:17px}.task-table{overflow:hidden}.table-head,.task-row{grid-template-columns:2fr .7fr .7fr 1.2fr .6fr 25px;align-items:center;gap:15px;display:grid}.table-head{border-bottom:1px solid var(--line);color:#8a929e;text-transform:uppercase;letter-spacing:.08em;background:#f8f9fa;padding:13px 20px;font-size:13px}.task-row{border-bottom:1px solid #edeff2;padding:17px 20px}.task-row:last-child{border:0}.task-row>div:first-child strong,.task-row>div:first-child small{display:block}.task-row>div:first-child strong{font-size:14px}.task-row>div:first-child small{color:#949ba5;margin-top:4px;font-size:13px}.task-agent,.task-row>span{font-size:13px}.task-status{color:#3a9b72;background:#edf8f3;border-radius:8px;width:max-content;padding:5px 10px;font-size:13px}.task-status.running{color:#c25200;background:#fff2e8}.task-status.approval{color:#0b6d87;background:#e7f5fa}.task-status.queued{color:#64748b;background:#eef2f6}.progress{align-items:center;gap:8px;display:flex}.progress>i{background:#eceef1;border-radius:5px;flex:1;height:4px;overflow:hidden}.progress>i>b{background:var(--brand);border-radius:5px;height:100%;display:block}.progress span{color:#838c97;font-size:13px}.task-row>button{color:#89929d;background:0 0;border:0}.approval-page-grid{grid-template-columns:minmax(0,1.6fr) minmax(260px,.6fr);gap:17px;display:grid}.approval-detail{padding:27px}.approval-hero>span,.proposal>span{color:#d0802d;letter-spacing:.1em;font-size:13px;font-weight:700}.approval-hero h2{margin:9px 0;font:700 28px Inter}.approval-hero p{color:#6e7885;font-size:14px;line-height:1.6}.proposal{background:#f9fafb;border:1px solid #e8ebee;border-radius:10px;margin-top:22px;padding:18px}.proposal>span{color:#858e99}.proposal h3{margin:10px 0 5px;font-size:16px}.proposal>p{color:#727c89;font-size:13px}.message-preview{color:#5f6977;background:#fff;border-left:3px solid #ff6a00;margin-top:14px;padding:15px;font-size:13px;line-height:1.65}.approval-decision{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.approval-decision button{padding:10px 16px;font-size:13px}.approval-decision button.reject{color:#bc5d5d}.approval-queue{height:max-content}.queue-item{text-align:left;background:#fff;border:0;border-bottom:1px solid #edeff2;align-items:center;gap:10px;width:100%;padding:14px 18px;display:flex}.queue-item.selected{background:#fff2e8;box-shadow:inset 3px 0 #ff6a00}.queue-item div{flex:1}.queue-item strong,.queue-item small{display:block}.queue-item strong{font-size:13px}.queue-item small{color:#9199a3;margin-top:4px;font-size:13px}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#111822a8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.agent-modal{background:#fff;border-radius:16px;flex-direction:column;width:min(700px,96vw);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 25px 80px #111a2766}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:22px 25px 17px;display:flex}.modal-header span{letter-spacing:.12em;color:#c25200;font-size:13px;font-weight:700}.modal-header h2{margin:5px 0 0;font:700 29px Inter}.modal-header button{color:#7e8792;background:#f2f3f5;border:0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.steps{background:#fafbfc;justify-content:center;align-items:center;padding:13px;display:flex}.steps>div{color:#9aa1ab;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.steps i{background:#e9ebee;border-radius:50%;place-items:center;width:25px;height:25px;font-style:normal;display:grid}.steps>div.active{color:#c25200}.steps>div.active i{color:#fff;background:#ff6a00}.steps>b{background:#e0e3e7;width:60px;height:1px;margin:0 10px}.modal-body{min-height:390px;padding:24px 27px;overflow:auto}.form-intro{margin-bottom:21px}.form-intro h3{margin:0 0 6px;font:700 22px Inter}.form-intro p{color:#818a96;margin:0;font-size:13px}.form-section label{color:#4d5765;margin:13px 0;font-size:13px;font-weight:600;display:block}.form-section input,.form-section textarea,.form-section select{color:#283242;background:#fff;border:1px solid #dfe2e7;border-radius:8px;outline:0;width:100%;margin-top:6px;padding:10px 11px;font-size:14px;display:block}.form-section input:focus,.form-section textarea:focus,.form-section select:focus{border-color:#c25200;box-shadow:0 0 0 3px #ff6a0013}.form-section textarea{resize:vertical}.form-section label small{color:#959ca6;margin-top:5px;font-size:13px;font-weight:400;display:block}.selection-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.selection-grid>button{text-align:left;background:#fff;border:1px solid #e1e4e8;border-radius:10px;align-items:center;gap:10px;padding:11px;display:flex}.selection-grid>button.selected{background:#fff2e8;border-color:#c25200;box-shadow:0 0 0 2px #ff6a0012}.selection-grid .folder-icon{flex:none;width:34px;height:34px}.selection-grid>button>div:nth-child(2){flex:1}.selection-grid strong,.selection-grid small{display:block}.selection-grid strong{color:#3b4553;font-size:13px}.selection-grid small{color:#959ca5;margin-top:4px;font-size:13px}.selection-grid>button>i{color:#fff;border:1px solid #d8dce1;border-radius:50%;place-items:center;width:20px;height:20px;font-size:13px;font-style:normal;display:grid}.selection-grid>button.selected>i{background:#ff6a00;border-color:#c25200}.skill-groups>div{margin-bottom:17px}.skill-groups>div>span{color:#9199a4;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.skill-groups>div>div{flex-wrap:wrap;gap:7px;display:flex}.skill-groups button{color:#5c6673;background:#fff;border:1px solid #dfe2e6;border-radius:8px;align-items:center;gap:6px;padding:7px 10px 7px 7px;font-size:13px;display:flex}.skill-groups button i{background:#eff1f4;border-radius:5px;place-items:center;width:19px;height:19px;font-style:normal;display:grid}.skill-groups button.selected{color:#e85f00;background:#fff2e8;border-color:#c25200}.skill-groups button.selected i{color:#fff;background:#ff6a00}.guardrail-note{color:#c25200;background:#fff2e8;border:1px solid #fff2e8;border-radius:10px;gap:10px;padding:12px;display:flex}.guardrail-note strong,.guardrail-note span{display:block}.guardrail-note strong{font-size:13px}.guardrail-note span{color:#787195;margin-top:4px;font-size:13px}.modal-footer{border-top:1px solid var(--line);background:#fbfbfc;justify-content:space-between;align-items:center;padding:15px 25px;display:flex}.back-button{color:#79828e;background:0 0;border:0;font-size:13px}.modal-footer>div{align-items:center;gap:15px;display:flex}.modal-footer>div>span{color:#979ea8;font-size:13px}@media (max-width:1100px){.stat-grid,.agent-card-grid,.knowledge-grid{grid-template-columns:repeat(2,1fr)}.agent-strip{grid-template-columns:repeat(3,1fr)}.agent-compact:nth-child(3){border:0}.agent-compact:nth-child(n+4){display:none}}@media (max-width:800px){.sidebar{transition:all .2s;transform:translate(-100%)}.sidebar-open{transform:none}.main-area{margin-left:0}.mobile-menu{background:0 0;border:0;font-size:25px;display:block}.topbar{padding:0 18px}.global-search{width:45vw}.global-search kbd{display:none}.page-content{padding:26px 18px 60px}.overview-grid,.knowledge-layout,.approval-page-grid{grid-template-columns:1fr}.agent-summary{grid-template-columns:repeat(2,1fr)}.agent-summary>div:nth-child(2){border-right:0}.agent-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.knowledge-help{margin-top:0}.table-head{display:none}.task-row{grid-template-columns:1.5fr .5fr .7fr}.task-row>.progress,.task-row>span:last-of-type,.task-row>button{display:none}}@media (max-width:560px){.top-actions .primary-button{padding:10px;font-size:0}.top-actions .primary-button svg{margin:0}.global-search{flex:1;width:auto}.page-heading{flex-direction:column;align-items:flex-start}.page-heading h1{font-size:34px}.stat-grid,.agent-card-grid,.knowledge-grid{grid-template-columns:1fr}.overview-grid{display:block}.attention-panel,.team-panel{margin-top:15px}.agent-summary{grid-template-columns:1fr 1fr}.agent-summary>div{padding:14px}.agent-strip{grid-template-columns:repeat(2,1fr)}.agent-compact:nth-child(2){border:0}.agent-compact:nth-child(n+3){display:none}.selection-grid{grid-template-columns:1fr}.steps b{width:20px}.modal-body{min-height:350px;padding:20px}.modal-footer>div>span,.filter-tabs{display:none}}.inline-alert{color:#805b14;background:#fff8e8;border:1px solid #f1c879;border-radius:10px;margin-bottom:18px;padding:12px 16px;font-size:18px}.org-depth-badge{color:#c25200;white-space:nowrap;background:#fff2e8;border:1px solid #fff2e8;border-radius:8px;padding:7px 10px;font-size:13px;font-weight:600}.org-chart{flex-direction:column;align-items:center;display:flex}.org-top{flex-direction:column;align-items:center;width:100%;display:flex}.org-top .org-node{width:min(280px,100%)}.org-trunk{background:#d9dee4;width:1px;height:26px;display:block}.org-departments{border-top:1px solid #d9dee4;grid-template-columns:repeat(3,1fr);align-items:start;gap:15px;width:100%;padding-top:22px;display:grid;position:relative}.org-dept{border:1px solid var(--line);border-top:3px solid var(--dept);background:#fff;border-radius:13px;padding:0 0 16px;overflow:hidden;box-shadow:0 3px 14px #21283406}.org-dept.empty{box-shadow:none;background:#fafbfc;border-style:solid dashed dashed}.org-dept>header{border-bottom:1px solid #eef0f3;align-items:flex-start;gap:10px;padding:16px 17px 13px;display:flex}.org-dept.empty>header{border-bottom-color:#0000}.org-dept h3{margin:0;font:700 17px Inter}.org-dept p{color:#8b939e;margin:6px 0 0;font-size:13px;line-height:1.55}.org-count{color:#68717e;background:#f3f4f6;border-radius:8px;flex:none;place-items:center;min-width:27px;height:27px;padding:0 8px;font-size:13px;font-weight:700;display:grid}.org-dept.empty .org-count{color:#a4abb5}.org-empty{color:#98a0aa;margin:14px 17px 0;font-size:13px;line-height:1.6}.org-branch{flex-direction:column;gap:7px;padding:14px 15px 0;display:flex}.org-node{border:1px solid var(--line);text-align:left;background:#fff;border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 10px;display:flex}.org-node:hover{background:#fff2e8;border-color:#fff2e8}.org-node .agent-avatar{border-radius:9px;flex:none;width:38px;height:38px;font-size:13px}.org-node .status-dot{width:8px;height:8px}.org-node-copy{flex:1;min-width:0}.org-node-copy strong,.org-node-copy span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.org-node-copy strong{font-size:14px}.org-node-copy span{color:#868f9b;margin-top:3px;font-size:13px}.org-node-lane{color:#5f6773;background:#fff2e8;border-radius:7px;flex:none;padding:4px 9px;font-size:13px;font-weight:600}.org-node.chief{background:#fffaf6;border-color:#ffcfa8;box-shadow:0 4px 16px #ff6a0014}.org-node.chief .agent-avatar{width:44px;height:44px}.org-node.chief .org-node-copy strong{font-size:17px}.org-node.specialist{box-shadow:inset 3px 0 var(--dept)}.org-shared{margin-top:17px}.org-shared-row{grid-template-columns:repeat(3,1fr);gap:11px;padding:16px;display:grid}.org-footnote{text-align:center;color:#8d95a0;max-width:760px;margin:20px auto 0;font-size:13px;line-height:1.7}.cost-empty{border:1px dashed var(--line);text-align:center;color:#8d95a0;background:#fff;border-radius:13px;margin:0;padding:38px;font-size:14px}.cost-empty.small{background:0 0;border:0;padding:22px;font-size:13px}.cost-chart-panel{margin-top:17px}.chart-legend{gap:14px;display:flex}.chart-legend span{color:#5f6773;align-items:center;gap:6px;font-size:13px;display:flex}.chart-legend i,.cost-tooltip i{border-radius:3px;flex:none;width:8px;height:8px;display:inline-block}.cost-chart{padding:20px 21px 17px;position:relative}.cost-bars{align-items:flex-end;gap:4px;height:180px;display:flex}.cost-bar{background:0 0;border:0;flex:1;align-items:flex-end;min-width:0;height:100%;padding:0;display:flex}.cost-bar>i{opacity:.9;border-radius:4px 4px 0 0;flex-direction:column;justify-content:flex-end;gap:2px;width:100%;min-height:2px;transition:opacity .12s;display:flex;overflow:hidden}.cost-bar:hover>i,.cost-bar.active>i,.cost-bar:focus-visible>i{opacity:1}.cost-bar>i>b{width:100%;display:block}.cost-bar>i>b:first-child{border-radius:4px 4px 0 0}.cost-axis{border-top:1px solid #eef0f3;justify-content:space-between;margin-top:9px;padding-top:8px;display:flex}.cost-axis span{color:#9aa1ab;font-size:13px}.cost-tooltip{color:#fff;opacity:0;pointer-events:none;background:#1b2e4a;border-radius:9px;min-width:132px;padding:10px 12px;transition:all .12s;position:absolute;top:14px;right:21px;transform:translateY(-4px)}.cost-tooltip.visible{opacity:1;transform:none}.cost-tooltip strong{margin-bottom:7px;font-size:13px;display:block}.cost-tooltip span{color:#c3c8d1;align-items:center;gap:6px;margin-top:4px;font-size:13px;display:flex}.cost-tooltip small{color:#828c9c;margin-top:7px;font-size:13px;display:block}.cost-tables{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:17px;display:grid}.cost-table table{border-collapse:collapse;width:100%}.cost-table th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:#8a929e;border-bottom:1px solid var(--line);background:#f8f9fa;padding:11px 20px;font-size:13px;font-weight:600}.cost-table td{color:#4f5866;border-bottom:1px solid #f0f1f3;padding:11px 20px;font-size:13px}.cost-table tbody tr:last-child td{border:0}.cost-table td:first-child{white-space:nowrap;text-overflow:ellipsis;color:#2e3846;width:52%;max-width:0;font-weight:500;overflow:hidden}.cost-table th:not(:first-child),.cost-table td:not(:first-child){text-align:right}.cost-table td:last-child{color:#2e3846;font-weight:600}.inline-alert code{background:#00000010;border-radius:4px;padding:1px 4px;font-size:16px}.back-link{color:#c25200;background:0 0;border:0;padding:0 0 14px;font-size:13px;font-weight:600}.detail-actions{align-items:center;gap:11px;display:flex}.live-badge{color:#3d9d75;white-space:nowrap;background:#ebf8f2;border:1px solid #d5efe4;border-radius:8px;align-items:center;gap:7px;padding:7px 10px;font-size:13px;font-weight:600;display:inline-flex}.live-badge i{background:#39bc86;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite live-pulse;box-shadow:0 0 0 3px #39bc8626}@keyframes live-pulse{50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.live-badge i{animation:none}}.org-dept>header[role=button]{cursor:pointer;border-radius:11px 11px 0 0}.org-dept>header[role=button]:hover{background:#fff2e8}.org-dept>header[role=button]:hover h3{color:var(--brand-dark)}.org-dept>header[role=button]:focus-visible{outline-offset:-2px;outline:2px solid #ff6a00}.board-roster{margin-bottom:17px}.board-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:16px;margin-top:17px;display:grid}.board-group{overflow:hidden}.board-list{padding:4px 16px 12px}.board-task{border-bottom:1px solid #f0f1f3;grid-template-columns:1fr;gap:9px;padding:13px 0;display:grid}.board-task:last-child{border:0}.board-task-copy strong{color:#2e3846;font-size:14px;line-height:1.45;display:block}.board-task-copy span{color:#8b93a0;margin-top:5px;font-size:13px;display:block}.board-task .progress{margin-top:2px}.board-task .progress span{font-size:13px}.board-nosteps{color:#7c8797;background:#fff2e8;border-radius:7px;width:max-content;padding:5px 10px;font-size:13px}.board-task .task-status{font-size:13px}.board-task .task-status.active{color:#c25200;background:#fff2e8}.board-task .task-status.pending{color:#0b6d87;background:#e7f5fa}.board-task .task-status.done{color:#3a9b72;background:#edf8f3}.board-task .task-status.failed,.board-task .task-status.blocked{color:#b95757;background:#fdeeee}.board-tokens{color:#9299a3;font-size:13px}@media (max-width:1100px){.board-grid{grid-template-columns:1fr}}@media (max-width:900px){.cost-tables{grid-template-columns:1fr}}@media (max-width:1100px){.org-departments,.org-shared-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.org-departments,.org-shared-row{grid-template-columns:1fr}.org-departments{border-top:0;padding-top:0}}.login-shell{background:linear-gradient(160deg,#1b2a4a 0%,#152340 55%,#0f1a30 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border-radius:18px;width:min(430px,100%);padding:38px 34px 30px;box-shadow:0 30px 70px #0b142659}.login-brand{align-items:center;gap:12px;margin-bottom:26px;display:flex}.login-mark{color:#fff;background:linear-gradient(135deg,#ff8a3d,#e85f00);border-radius:11px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 6px 18px #ff6a004d}.login-brand strong{letter-spacing:.15em;color:var(--ink);font:700 16px/1 Inter;display:block}.login-brand span{letter-spacing:.26em;color:#94a3b8;margin-top:5px;font-size:11px;display:block}.login-card h1{letter-spacing:-.02em;margin:0;font:700 26px Inter}.login-sub{color:var(--muted);margin:8px 0 24px;font-size:14px}.login-card label{color:#4d5765;margin-bottom:16px;font-size:13px;font-weight:600;display:block}.login-card input{width:100%;color:var(--ink);border:1px solid #dfe2e7;border-radius:9px;outline:0;margin-top:8px;padding:13px;font-size:14px;display:block}.login-card input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #ff6a001f}.login-submit{justify-content:center;width:100%;margin-top:6px;padding:14px}.login-alt{width:100%;color:var(--brand-dark);background:0 0;border:0;padding:16px 0 0;font-size:13px;font-weight:600}.login-alt:disabled{opacity:.5}.login-status{border-radius:9px;margin:0 0 16px;padding:11px 13px;font-size:13px}.login-status.error{color:#b3261e;background:#fdeeee}.login-status.sent{color:#0b6d87;background:#e7f5fa}.sig{border-radius:50%;flex:none;width:11px;height:11px;display:inline-block;box-shadow:0 0 0 3px #fff}.sig.online{background:#1baf7a;box-shadow:0 0 0 3px #1baf7a26}.sig.working{background:#e8a33d;animation:1.6s ease-in-out infinite sig-pulse;box-shadow:0 0 0 3px #e8a33d33}.sig.error{background:#dc2626;box-shadow:0 0 0 3px #dc262626}.sig.paused{background:#94a3b8;box-shadow:0 0 0 3px #94a3b826}@keyframes sig-pulse{50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.sig.working{animation:none}}.chart-legend-bar{border:1px solid var(--line);background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:20px;padding:14px 18px;display:flex}.chart-legend-bar>span{color:#5a6577;align-items:center;gap:8px;font-size:13px;display:flex}.chart-legend-note{margin-left:auto;font-weight:600;color:var(--muted)!important}.chart{border:1px solid var(--line);background:#fff;border-radius:14px;padding:28px 24px 30px;overflow-x:auto;box-shadow:0 3px 14px #21283406}.chart-root{justify-content:center;display:flex}.chart-root .chart-node{width:min(320px,100%)}.chart-stem{background:var(--line);width:2px;height:26px;margin:0 auto;display:block}.chart-bus{background:var(--line);border-radius:2px;min-width:100%;height:2px}.chart-branches{align-items:flex-start;gap:20px;min-width:max-content;padding-top:0;display:flex}.chart-branch{flex-direction:column;flex:250px;align-items:stretch;min-width:250px;display:flex;position:relative}.chart-drop{background:var(--line);width:2px;height:24px;margin:0 auto;display:block}.chart-dept{border:1px solid var(--line);border-top:3px solid var(--dept);text-align:left;background:#fff;border-radius:11px;align-items:center;gap:10px;width:100%;padding:13px 15px;display:flex}.chart-dept:hover{border-color:var(--dept);background:#fcfcfe}.chart-dept-name{color:var(--ink);flex:1;font:700 14px/1.35 Inter}.chart-dept-count{color:#fff;background:var(--dept);border-radius:8px;flex:none;place-items:center;min-width:27px;height:27px;padding:0 8px;font-size:12px;font-weight:700;display:grid}.chart-dept.empty{background:#fafbfc;border-style:solid dashed dashed}.chart-dept.empty .chart-dept-name{color:#8b95a5}.chart-dept.empty .chart-dept-count{color:#94a3b8;background:#e2e8f0}.chart-empty{color:#98a0aa;margin:14px 0 0 18px;font-size:12px}.chart-children{flex-direction:column;gap:9px;margin:0 0 0 22px;padding-top:6px;display:flex;position:relative}.chart-children:before{content:"";background:var(--line);width:2px;position:absolute;top:0;bottom:22px;left:0}.chart-children .chart-node{margin-left:18px;position:relative}.chart-children .chart-node:before{content:"";background:var(--line);width:18px;height:2px;position:absolute;top:50%;left:-18px}.chart-node{border:1px solid var(--line);border-left:4px solid var(--node);text-align:left;background:#fff;border-radius:10px;align-items:center;gap:11px;width:100%;padding:10px 12px;display:flex}.chart-node:hover{border-color:var(--node);background:#fcfcfe;box-shadow:0 3px 12px #21283412}.chart-node:focus-visible{outline:2px solid var(--node);outline-offset:2px}.chart-node-avatar{color:#fff;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;font:700 13px Inter;display:grid}.chart-node-copy{flex:1;min-width:0}.chart-node-copy strong,.chart-node-copy span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.chart-node-copy strong{color:var(--ink);font-size:14px}.chart-node-copy span{color:#868f9b;margin-top:3px;font-size:12px}.chart-node-signal{flex:none;align-items:center;gap:8px;display:flex}.chart-node-count{color:#fff;background:var(--ink);border-radius:12px;place-items:center;min-width:24px;height:24px;padding:0 7px;font-size:12px;font-weight:700;display:grid}.chart-node.chief{border-left-width:5px;box-shadow:0 4px 16px #e85f0014}.chart-node.chief .chart-node-avatar{width:44px;height:44px}.chart-node.chief .chart-node-copy strong{font-size:16px}.chart-shared{margin-top:18px}.chart-shared-row{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px;display:grid}.rail-toggle{color:#8b95a8;background:#ffffff14;border:0;border-radius:7px;place-items:center;width:26px;height:26px;margin-left:auto;transition:all .15s;display:grid}.rail-toggle:hover{color:#fff;background:#ffffff24}.rail-toggle svg{transition:transform .18s;transform:rotate(180deg)}.sidebar{transition:width .18s}.sidebar-railed{width:82px;padding-left:12px;padding-right:12px}.sidebar-railed .brand{justify-content:center;padding:0}.sidebar-railed .brand>div:nth-child(2),.sidebar-railed .workspace>div:nth-child(2),.sidebar-railed .workspace-caret,.sidebar-railed nav button span,.sidebar-railed nav em,.sidebar-railed .system-health div,.sidebar-railed .profile-button div:nth-child(2),.sidebar-railed .profile-button>span{display:none}.sidebar-railed .rail-toggle{color:#c7cbd2;z-index:2;background:#2a3b5a;border:2px solid #f3f8fb;width:28px;height:28px;position:absolute;top:66px;right:-13px}.sidebar-railed .rail-toggle svg{transform:none}.sidebar-railed .workspace{justify-content:center;padding:9px}.sidebar-railed nav button{justify-content:center;padding:12px 0}.sidebar-railed .system-health,.sidebar-railed .profile-button{justify-content:center}.sidebar-railed+.main-area{margin-left:82px}.main-area{transition:margin-left .18s}@media (max-width:1200px){.chart-shared-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.chart-shared-row{grid-template-columns:1fr}.sidebar-railed+.main-area{margin-left:0}}.chart-toolbar{align-items:center;gap:8px;margin-bottom:12px;display:flex}.chart-toolbar button{border:1px solid var(--line);color:#4d5765;background:#fff;border-radius:9px;place-items:center;min-width:36px;height:36px;padding:0 10px;font-size:15px;font-weight:600;display:grid}.chart-toolbar button:hover:not(:disabled){border-color:var(--brand);color:var(--brand-dark)}.chart-toolbar button:disabled{opacity:.4;cursor:not-allowed}.chart-toolbar .chart-fit{padding:0 14px;font-size:13px}.chart-zoom-value{text-align:center;min-width:52px;color:var(--muted);font-size:13px;font-weight:600}.chart-canvas{min-width:max-content}.instructions-panel{margin-top:18px}.instructions-stamp{color:var(--muted);font-size:12px}.instructions-body{padding:18px 21px 20px}.instructions-body textarea{width:100%;color:var(--ink);resize:vertical;border:1px solid #dfe2e7;border-radius:10px;outline:0;padding:13px 14px;font:400 14px/1.6 Inter}.instructions-body textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #ff6a001f}.instructions-body textarea::placeholder{color:#a3adba}.instructions-foot{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-top:14px;display:flex}.instructions-note{min-width:260px;color:var(--muted);flex:1;margin:0;font-size:12px;line-height:1.6}.instructions-actions{align-items:center;gap:10px;display:flex}.instructions-ok{color:#1b8a5f;font-size:12px;font-weight:600}.instructions-bad{color:#b3261e;font-size:12px;font-weight:600}.file-add{cursor:pointer;gap:8px;position:relative}.file-add.busy{opacity:.6;pointer-events:none}.file-body{padding:16px 21px 20px}.file-problem{margin:0 0 12px}.file-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.file-list li{border:1px solid var(--line);border-radius:10px;align-items:center;gap:12px;padding:11px 13px;display:flex}.file-icon{background:var(--brand-tint);width:34px;height:34px;color:var(--brand-dark);border-radius:9px;flex:none;place-items:center;display:grid}.file-copy{flex:1;min-width:0}.file-copy strong,.file-copy span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.file-copy strong{color:var(--ink);font-size:13px}.file-copy span{color:var(--muted);margin-top:3px;font-size:12px}.file-status{color:#3a9b72;background:#edf8f3;border-radius:8px;flex:none;padding:5px 10px;font-size:11px;font-weight:600}.file-status.processing,.file-status.pending{color:#0b6d87;background:#e7f5fa}.file-status.failed{color:#b3261e;background:#fdeeee}.file-remove{color:var(--muted);background:0 0;border:0;flex:none;padding:6px 4px;font-size:12px;font-weight:600}.file-remove:hover{color:#b3261e}.task-modal .modal-body{min-height:auto}.task-modal textarea{resize:vertical}.inline-alert.success{color:#1b6b48;background:#eef9f4;border-color:#a9dcc4}.approval-list{padding:4px 0 6px}.lead-page-grid{grid-template-columns:minmax(280px,.85fr) minmax(0,1.35fr);align-items:start;gap:17px;display:grid}.lead-list{overflow:hidden}.lead-rows{flex-direction:column;max-height:640px;display:flex;overflow-y:auto}.lead-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #edeff2;align-items:center;gap:11px;width:100%;padding:13px 18px;display:flex}.lead-row:hover{background:#f8fafc}.lead-row.selected{background:var(--brand-tint);box-shadow:inset 3px 0 #ff6a00}.lead-avatar{color:#476081;background:#e8eef6;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:grid}.lead-row-copy{flex:1;min-width:0}.lead-row-copy strong,.lead-row-copy small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.lead-row-copy strong{color:var(--ink);font-size:14px}.lead-row-copy small{color:var(--muted);margin-top:3px;font-size:12px}.lead-status{color:#5b6879;background:#eef2f7;border-radius:8px;flex:none;padding:5px 9px;font-size:11px;font-weight:600}.lead-status.new{color:#4a3aa7;background:#eef0fb}.lead-status.researching{color:#2a78d6;background:#e7f0fb}.lead-status.awaiting_approval{color:#a8620c;background:#fff3e0}.lead-status.sent{color:#3a9b72;background:#edf8f3}.lead-status.disqualified,.lead-status.rejected{color:#8a929c;background:#f1f3f5}.lead-status.failed{color:#b3261e;background:#fdeeee}.lead-detail{padding:24px}.lead-detail-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.lead-detail-head h2{color:var(--ink);margin:6px 0 4px;font-size:22px}.lead-detail-head p{color:#6e7885;margin:0;font-size:14px}.research-button{flex:none;gap:8px}.research-button:disabled{opacity:.45;cursor:not-allowed}.lead-blocked{color:#7a8494;background:#f6f8fa;border-radius:8px;margin:14px 0 0;padding:10px 13px;font-size:13px}.lead-facts{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px 18px;margin:20px 0 0;display:grid}.lead-facts div{min-width:0}.lead-facts dt{letter-spacing:.08em;color:#98a1ac;text-transform:uppercase;font-size:11px;font-weight:700}.lead-facts dd{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:14px;overflow:hidden}.lead-reasons,.lead-research{margin-top:22px}.lead-reasons>span,.lead-research>span{letter-spacing:.1em;color:#98a1ac;font-size:11px;font-weight:700}.lead-research p{color:#55606f;margin:9px 0 0;font-size:14px;line-height:1.65}.lead-reasons ul{flex-direction:column;gap:7px;margin:10px 0 0;padding:0;list-style:none;display:flex}.lead-reasons li{color:#66707e;background:#f6f8fa;border-radius:8px;padding:9px 12px;font-size:13px}.lead-reasons li strong{color:var(--ink);margin-bottom:3px;font-weight:600;display:block}.lead-reasons li a{color:#2a78d6;word-break:break-all;font-size:12px}.lead-signals{flex-direction:column;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.lead-signals li{color:#5f6977;border-left:3px solid #d8e2ee;padding-left:11px;font-size:13px;line-height:1.6}.lead-signals li strong{color:var(--ink);margin-bottom:2px;font-size:12px;font-weight:700;display:block}.email-body{white-space:pre-wrap;font-family:inherit;overflow-x:auto}@media (max-width:1100px){.lead-page-grid{grid-template-columns:1fr}.lead-rows{max-height:none}}@media (max-width:560px){.lead-detail-head{flex-direction:column}.research-button{justify-content:center;width:100%}}.chat-layout{--chat-chrome:360px;grid-template-columns:minmax(200px,.5fr) minmax(0,1.9fr);align-items:start;gap:16px;display:grid}.chat-threads{max-height:clamp(320px,calc(100dvh - var(--chat-chrome)),660px);flex-direction:column;display:flex;overflow:hidden}.chat-thread-list{flex-direction:column;display:flex;overflow-y:auto}.chat-thread{text-align:left;background:#fff;border:0;border-bottom:1px solid #edeff2;padding:10px 16px}.chat-thread:hover{background:#f8fafc}.chat-thread.selected{background:var(--brand-tint);box-shadow:inset 3px 0 #ff6a00}.chat-thread strong{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.chat-thread small{color:var(--muted);margin-top:3px;font-size:12px;display:block}.chat-panel{height:clamp(320px,calc(100dvh - var(--chat-chrome)),660px);flex-direction:column;display:flex}.chat-stream{flex-direction:column;flex:1;gap:14px;min-height:0;padding:16px 20px;display:flex;overflow-y:auto}.chat-empty{text-align:center;max-width:440px;color:var(--muted);margin:auto}.chat-empty h3{color:var(--ink);margin:0 0 8px;font-size:17px}.chat-empty p{margin:0;font-size:14px;line-height:1.65}.chat-empty b{color:var(--brand-dark)}.chat-message{align-items:flex-start;gap:11px;display:flex}.chat-avatar{border-radius:9px;flex:none;place-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:grid}.chat-content{flex:1;min-width:0}.chat-meta{align-items:baseline;gap:9px;display:flex}.chat-meta strong{color:var(--ink);font-size:14px}.chat-meta span{color:#9199a3;font-size:12px}.chat-body{color:#414c5c;white-space:pre-wrap;word-break:break-word;margin:4px 0 0;font-size:13.5px;line-height:1.6}.chat-message.system .chat-body{color:#a8620c;background:#fff8e8;border-radius:8px;padding:9px 12px}.chat-tag{color:var(--brand-dark);background:var(--brand-tint);border-radius:5px;padding:1px 5px;font-weight:600}.chat-attachments{flex-wrap:wrap;gap:7px;margin-top:9px;display:flex}.chat-attachments.pending{margin:0 0 10px}.chat-attachment{color:#4d5866;border:1px solid var(--line);background:#f3f6f9;border-radius:8px;align-items:center;gap:6px;max-width:100%;padding:5px 9px;font-size:12px;display:inline-flex}.chat-attachment i{color:#98a1ac;font-size:11px;font-style:normal}.chat-attachment.unreadable{color:#a2483f;background:#fdf3f3;border-color:#f0c9c9}.dispatch-choice{background:#fffaf0;border:1px solid #f1c879;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding:11px 13px;display:flex}.dispatch-copy strong{color:#7a5410;font-size:14px;display:block}.dispatch-copy span{color:#98741f;margin-top:3px;font-size:12.5px;display:block}.dispatch-actions{flex-wrap:wrap;gap:8px;display:flex}.dispatch-actions .ghost{color:#8a929c;background:0 0;border:0;border-radius:7px;padding:8px 10px;font-size:13px}.dispatch-actions .ghost:hover{background:#00000008}.chat-dispatched{color:#3a9b72;background:#edf8f3;border-radius:8px;margin:10px 0 0;padding:8px 11px;font-size:12.5px;display:inline-block}.chat-dispatched.muted{color:#8a929c;background:#f1f3f5}.chat-composer{border-top:1px solid var(--line);background:#fff;border-radius:0 0 12px 12px;flex:none;padding:12px 16px;position:relative}.composer-row{align-items:flex-end;gap:9px;display:flex}.composer-row textarea{resize:none;border:1px solid var(--line);max-height:120px;color:var(--ink);border-radius:10px;flex:1;padding:9px 12px;font-family:inherit;font-size:13.5px;line-height:1.55}.composer-row textarea:focus{border-color:var(--brand);outline:2px solid #ff6a0055}.composer-attach,.composer-mention{border:1px solid var(--line);width:38px;height:38px;color:var(--muted);cursor:pointer;background:#fff;border-radius:10px;flex:none;place-items:center;font-size:16px;font-weight:700;display:grid}.composer-attach:hover,.composer-mention:hover{border-color:var(--brand);color:var(--brand-dark)}.composer-attach.busy{opacity:.5;pointer-events:none}.mention-picker{border:1px solid var(--line);z-index:5;background:#fff;border-radius:12px;max-height:280px;padding:6px;position:absolute;bottom:100%;left:18px;right:18px;overflow-y:auto;box-shadow:0 12px 34px #1b2a4a1f}.mention-picker button{text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;display:flex}.mention-picker button:hover{background:#f3f6f9}.mention-picker strong{color:var(--ink);font-size:13.5px;display:block}.mention-picker small{color:var(--muted);margin-top:2px;font-size:12px;display:block}.call-empty{text-align:center;color:var(--muted);padding:34px}.call-empty h3{color:var(--ink);margin:0 0 9px;font-size:17px}.call-empty p{max-width:560px;margin:0 auto;font-size:14px;line-height:1.7}.call-empty code{background:#f1f4f7;border-radius:5px;padding:2px 6px;font-size:13px}.call-items{margin-top:24px}.call-items-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.call-items-head span{letter-spacing:.1em;color:#98a1ac;font-size:11px;font-weight:700}.call-items ul{flex-direction:column;gap:9px;margin:12px 0 0;padding:0;list-style:none;display:flex}.call-items li{border:1px solid var(--line);border-radius:10px;grid-template-columns:minmax(120px,.5fr) minmax(0,2fr) auto;align-items:start;gap:14px;padding:12px 14px;display:grid}.call-item-who strong{color:var(--ink);font-size:13.5px;display:block}.call-item-who em{color:#a2483f;background:#fdf3f3;border-radius:6px;margin-top:4px;padding:2px 6px;font-size:11px;font-style:normal;display:inline-block}.call-item-what strong{color:var(--ink);font-size:13.5px;display:block}.call-item-what span{color:#66707e;margin-top:4px;font-size:13px;line-height:1.6;display:block}.call-item-what small{color:#98a1ac;margin-top:5px;font-size:12px;display:block}.call-delivery{color:#5b6879;white-space:nowrap;background:#eef2f7;border-radius:8px;flex:none;padding:5px 9px;font-size:11px;font-weight:600}.call-delivery.sent{color:#3a9b72;background:#edf8f3}.call-delivery.failed{color:#b3261e;background:#fdeeee}.call-delivery.pending{color:#a8620c;background:#fff3e0}@media (max-height:900px){.chat-layout{--chat-chrome:300px}.ask-hermes .page-heading p{display:none}.ask-hermes .page-heading{margin-bottom:18px}}@media (max-width:1100px){.chat-layout{--chat-chrome:280px;grid-template-columns:1fr}.chat-threads{max-height:180px}.chat-panel{height:clamp(380px,100dvh - 300px,620px)}.call-items li{grid-template-columns:1fr}}
