:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18201d;background:#f4f6f4;font-synthesis:none;--green:#1b6b4b;--green-soft:#e9f4ee;--line:#dce2de;--muted:#6c756f;--panel:#fff;--red:#c84444;--amber:#c18a24;--blue:#276be8}*{box-sizing:border-box}body{margin:0;min-width:1180px;background:#f4f6f4}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:88px 276px minmax(0,1fr);min-height:100vh}.app-shell.navigator-closed{grid-template-columns:88px minmax(0,1fr)}.primary-nav{position:sticky;top:0;height:100vh;background:#17231f;color:#dce7e1;padding:20px 10px 14px;display:flex;flex-direction:column;z-index:5}.brand-mark{width:38px;height:38px;border:1px solid #80968b;background:#eef7f2;color:#164d38;display:grid;place-items:center;font-weight:800;font-size:19px;margin:0 auto 10px}.role-label{text-align:center;margin-bottom:24px}.role-label span{font-size:12px;font-weight:700;display:block}.role-label small{font-size:10px;color:#9cafa5}.primary-nav nav{display:flex;flex-direction:column;gap:4px}.nav-item{border:0;background:transparent;color:#aebdb5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;height:63px;width:100%;position:relative;font-size:10px;border-left:2px solid transparent}.nav-item:hover,.nav-item.active{background:#22332d;color:#fff;border-left-color:#60c99a}.nav-item span{max-width:68px;line-height:1.1}.nav-chevron{position:absolute;right:4px}.settings-link{margin-top:auto}.entity-nav{background:#f9faf9;border-right:1px solid var(--line);padding:24px 16px 14px;display:flex;flex-direction:column;height:100vh;position:sticky;top:0;z-index:4}.entity-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.dropdown-wrap{position:relative}.text-dropdown,.new-button{border:0;background:transparent;display:flex;align-items:center;gap:5px;font-weight:700;color:#222b27;padding:5px}.new-button{font-weight:600;font-size:12px}.menu{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:0 12px 32px #1b2b221f;z-index:20;padding:6px}.entity-menu{left:0;top:32px;width:180px}.menu button{width:100%;border:0;background:#fff;display:flex;align-items:center;gap:8px;justify-content:flex-start;padding:9px;color:#2a332f}.menu button:hover{background:#f1f5f2}.entity-menu button svg{margin-left:auto}.search-field{height:38px;border:1px solid #cdd5d0;background:#fff;display:flex;align-items:center;gap:8px;padding:0 10px}.search-field:focus-within{outline:2px solid #a9d8c3;border-color:#4b9875}.search-field input{border:0;outline:0;width:100%;background:transparent;font-size:12px}.filter-row{display:flex;gap:5px;margin:12px 0 8px;flex-wrap:wrap}.filter,.icon-ghost{border:0;background:transparent}.filter{border:1px solid #d0d7d2;padding:5px 8px;font-size:10px;background:#fff}.filter.active{background:#253a32;color:#fff;border-color:#253a32}.icon-ghost{padding:5px;display:grid;place-items:center;color:#59635e}.sort-row{font-size:10px;color:#6e7872;display:flex;gap:4px;align-items:center;padding:4px 1px 10px}.entity-list{display:flex;flex-direction:column;gap:8px;overflow:auto;padding-right:2px}.entity-card{text-align:left;border:1px solid #d8ded9;background:#fff;padding:11px;width:100%}.entity-card:hover{border-color:#aab9b0}.entity-card.selected{border-color:#407a60;box-shadow:inset 3px 0 #407a60}.entity-card>div:first-child{display:flex;justify-content:space-between;gap:5px;align-items:center}.entity-card strong{font-size:12px}.status{font-size:9px;padding:3px 6px;border-radius:10px;white-space:nowrap}.status.risk{color:#a82e2e;background:#faeaea}.status.healthy{color:#236c45;background:#e7f4ec}.status.warning{color:#946916;background:#faf0d9}.entity-meta{display:flex;justify-content:space-between;margin-top:8px;color:#6d756f;font-size:10px}.entity-meta b{color:#242b27}.progress{height:4px;background:#edf0ee;margin:9px 0 6px}.progress i{height:100%;display:block}.progress i.risk{background:var(--red)}.progress i.healthy{background:#5eaa73}.progress i.warning{background:#d5a43a}.entity-card small{font-size:9px;color:#858d88}.entity-footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--line);font-size:10px;display:flex;justify-content:space-between}.panel-toggle{position:fixed;top:26px;z-index:9;width:24px;height:28px;border:1px solid var(--line);background:#fff;display:grid;place-items:center}.navigator-toggle{left:352px}.navigator-closed .navigator-toggle{left:76px}.cockpit{padding:28px 32px 24px;min-width:0}.topbar{display:grid;grid-template-columns:minmax(360px,1fr) auto 250px;align-items:center;gap:28px}.eyebrow{letter-spacing:.08em;font-size:9px;color:#758079;font-weight:700;margin:0 0 5px}.topbar h1{font-size:27px;letter-spacing:0;margin:0;font-weight:750}.subtitle{color:var(--muted);font-size:12px;margin:6px 0 0}.quick-stats{display:flex;align-items:center}.quick-stats button{border:0;background:transparent;display:grid;grid-template-columns:20px auto;column-gap:5px;padding:5px 12px;color:#4e5953}.quick-stats b{grid-column:2;font-size:15px;text-align:left}.quick-stats span{font-size:10px}.global-search{height:40px;border:1px solid #cbd3ce;background:#fff;display:flex;align-items:center;gap:9px;padding:0 12px;color:#5e6862}.global-search span{font-size:11px}.global-search kbd{margin-left:auto;background:#f2f4f2;padding:3px 6px;font-size:9px;color:#808983}.attention-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:26px 0 16px}.attention-item{height:66px;border:1px solid var(--line);background:#fff;display:grid;grid-template-columns:36px 1fr auto 14px;align-items:center;text-align:left;padding:8px 12px;gap:7px}.attention-item:hover,.attention-item.active{border-color:#89a898;background:#fbfdfc}.attention-icon{width:30px;height:30px;display:grid;place-items:center}.attention-icon.attention,.attention-icon.backlog{background:#fbecec;color:#b83e3e}.attention-icon.approvals{background:#edf1ef;color:#53615a}.attention-icon.decisions{background:#eaf0fb;color:#3266bf}.attention-item span:nth-child(2){display:flex;align-items:baseline;justify-content:space-between}.attention-item small{font-size:9px;color:#65706a}.attention-item strong{font-size:20px}.attention-item em{font-style:normal;font-size:8px;color:#8a938e}.queue-drawer{border:1px solid #d3dbd6;background:#fff;padding:9px 10px;display:flex;align-items:center;gap:10px;margin-bottom:10px}.queue-drawer>div{display:flex;align-items:center;gap:6px;margin-right:auto}.queue-drawer>div span{font-size:9px;color:#818a85}.queue-drawer>button:not(.icon-ghost){border:0;border-left:1px solid var(--line);background:#fff;padding:6px 10px;font-size:9px;display:flex;gap:5px;align-items:center;max-width:270px}.workspace-grid{display:grid;grid-template-columns:minmax(480px,1.35fr) minmax(300px,.65fr);border:1px solid #d6ddd8;background:#fff;min-height:480px}.context-closed .workspace-grid{grid-template-columns:1fr}.work-panel{min-width:0;border-right:1px solid var(--line)}.context-closed .work-panel{border-right:0}.workspace-toolbar{height:48px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 12px;gap:14px}.mode-switch{display:flex;background:#eef1ef;padding:2px}.mode-switch button{border:0;background:transparent;padding:6px 10px;font-size:9px;color:#6b746f}.mode-switch button.active{background:#fff;color:#1d2722;box-shadow:0 1px 3px #1b2b221f}.thread-context{font-size:10px;display:flex;align-items:center;gap:6px;margin-left:auto}.ai-dot{width:24px;height:24px;border-radius:50%;background:#183e30;color:#fff;display:grid;place-items:center;flex:0 0 auto}.conversation{height:430px;display:flex;flex-direction:column;padding:18px;gap:14px}.message{max-width:88%;font-size:11px;line-height:1.5}.user-message{align-self:flex-end;background:#edf3ef;padding:9px 12px}.ai-message{display:flex;gap:9px}.ai-message>div>p{margin:2px 0 10px}.result-card{border:1px solid #d7ded9;padding:11px;max-width:450px}.result-card>div{display:flex;align-items:center;gap:7px}.result-card>div span{margin-left:auto;font-size:9px;color:#748078}.result-card p{font-size:9px;color:#6b746f}.result-card button{border:0;background:transparent;color:#1b6b4b;font-size:9px;font-weight:700;padding:0;display:flex;align-items:center;gap:3px}.composer-wrap{position:relative;margin-top:auto}.composer{border:1px solid #aebbb3;background:#fff;padding:9px}.composer:focus-within{outline:2px solid #c3e2d2;border-color:#4f9878}.composer textarea{resize:none;border:0;outline:0;width:100%;height:46px;font-size:11px}.composer>div{display:flex;align-items:center;gap:4px}.composer-action{border:0;background:#eef3f0;padding:6px 8px;display:flex;gap:5px;align-items:center;font-size:9px}.send-button{margin-left:auto;border:0;background:#1d5c43;color:#fff;width:29px;height:29px;display:grid;place-items:center}.action-menu{bottom:43px;left:0;width:220px}.action-menu p{font-size:9px;font-weight:700;color:#79827d;margin:5px 8px}.action-menu button svg:last-child{margin-left:auto}.context-panel{padding:14px;min-width:0}.context-head{display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;font-size:8px;letter-spacing:.08em;color:#7d8781}.entity-hero{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.avatar{width:38px;height:38px;background:#e4eee8;color:#1a5b40;display:grid;place-items:center;font-weight:750}.entity-hero h2{font-size:15px;margin:0}.entity-hero p{font-size:9px;color:#777f7a;margin:3px 0 0}.entity-hero .status{margin-left:auto}.ai-summary{display:flex;gap:8px;padding:13px 0;border-bottom:1px solid var(--line)}.ai-summary svg{color:#317756}.ai-summary strong{font-size:10px}.ai-summary p{font-size:9px;line-height:1.45;color:#68716c;margin:4px 0 0}.metric-grid{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.metric-grid>div{padding:12px 2px}.metric-grid>div+div{border-left:1px solid var(--line);padding-left:12px}.metric-grid small{display:block;font-size:8px;color:#7c8580}.metric-grid b{font-size:17px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:13px 0 8px}.section-title strong{font-size:10px}.section-title button{border:0;background:transparent;color:#52705f;font-size:8px}.work-list>div{display:grid;grid-template-columns:7px 1fr auto;gap:7px;align-items:center;padding:8px 0;border-bottom:1px solid #edf0ee}.work-state{width:6px;height:6px;border-radius:50%}.work-state.risk{background:var(--red)}.work-state.healthy{background:#5eaa73}.work-state.warning{background:var(--amber)}.work-list p{margin:0}.work-list b{font-size:9px;display:block}.work-list small{font-size:8px;color:#7f8883}.work-list>div>span:last-child{font-size:9px}.context-actions{display:flex;gap:6px;margin-top:14px}.context-actions button,.control-header button{border:1px solid #ccd5cf;background:#fff;padding:7px 9px;display:flex;align-items:center;gap:5px;font-size:9px}.show-context{position:fixed;right:0;top:50%;border:1px solid var(--line);background:#fff;padding:8px 5px;display:flex;align-items:center;gap:4px;font-size:9px}.activity-section{margin-top:16px}.activity-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.activity-row article{border-top:1px solid #cfd7d2;background:#fff;padding:11px;display:grid;grid-template-columns:22px 1fr auto;gap:6px;align-items:start}.activity-row strong{font-size:9px}.activity-row p{font-size:8px;color:#757e79;margin:3px 0}.activity-row time{font-size:8px;color:#858d89}.control-view{padding:18px}.control-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.control-header h2{margin:0;font-size:17px}.control-row{display:grid;grid-template-columns:28px 1fr 30px;align-items:center;border-top:1px solid var(--line);padding:12px 0}.control-row>span{font-size:11px;color:#88918c}.control-row b{font-size:11px;display:block}.control-row small{font-size:8px;color:#7b847f}.control-row button{border:0;background:transparent}.control-header button{background:#1c5d43;color:#fff;border-color:#1c5d43}@media(max-width:1300px){.topbar{grid-template-columns:1fr auto}.global-search{display:none}.quick-stats{justify-self:end}.workspace-grid{grid-template-columns:1fr 330px}.attention-item em{display:none}}@media(max-width:1050px){body{min-width:760px}.app-shell{grid-template-columns:72px 235px minmax(0,1fr)}.primary-nav{padding-left:5px;padding-right:5px}.navigator-toggle{left:295px}.cockpit{padding:22px 20px}.attention-strip{grid-template-columns:1fr 1fr}.workspace-grid{grid-template-columns:1fr}.context-panel{display:none}.work-panel{border-right:0}.activity-row,.topbar{grid-template-columns:1fr}.quick-stats{display:none}}:root{--blue: #1468f3;--blue-soft: #edf4ff;--green: #20b969;--green-soft: #ecfbf3;--red: #ef4b55;--amber: #e5a63a;--ink: #172033;--muted: #8793a8;--line: #e8ecf2;--surface: #ffffff;--canvas: #f7f9fc}body{color:var(--ink);background:var(--canvas);letter-spacing:0;font-size:14px;font-weight:450}.app-action-toast{position:fixed;left:50%;bottom:22px;z-index:120;transform:translate(-50%);max-width:min(560px,calc(100vw - 32px));border:1px solid #cfe0ff;border-radius:999px;background:#fff;box-shadow:0 18px 45px #2029382e;color:#243148;padding:10px 14px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:680}.app-action-toast svg{color:var(--blue);flex:0 0 auto}.app-shell{grid-template-columns:76px var(--navigator-width, 324px) 4px minmax(0,1fr);background:var(--canvas);height:100vh;min-height:0;overflow:hidden}.app-shell.navigator-closed{grid-template-columns:76px minmax(0,1fr)}.primary-nav{background:#fff;color:var(--ink);border-right:1px solid var(--line);padding:22px 8px 16px}.brand-mark{width:42px;height:42px;margin-bottom:24px;border:0;border-radius:10px;color:var(--blue);background:var(--blue-soft)}.role-label{width:58px;min-height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:4px;color:var(--ink);text-align:center}.role-switcher-wrap{position:relative;margin:-14px auto 14px}.role-label>span{font-size:7px;font-weight:760;color:#8290a5}.role-label>small{max-width:50px;display:flex;align-items:center;justify-content:center;gap:2px;font-size:8px;font-weight:720;line-height:1.1}.role-menu{position:absolute;left:58px;top:0;z-index:110;width:252px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 18px 48px #20293829;padding:6px;text-align:left}.role-menu>p{margin:6px 8px;color:#8994a6;font-size:8px;font-weight:740;text-transform:uppercase;letter-spacing:.06em}.role-menu>button{width:100%;min-height:45px;border:0;border-radius:5px;background:#fff;display:grid;grid-template-columns:1fr 16px;align-items:center;gap:6px;padding:7px 9px;text-align:left}.role-menu>button:hover{background:#f3f6fa}.role-menu>button span{display:block}.role-menu b{display:block;font-size:10px}.role-menu small{display:block;margin-top:3px;color:#8792a4;font-size:8px}.role-menu>button>svg{color:var(--blue)}.role-boundary{margin-top:5px;border-top:1px solid #e8ebef;padding:10px 9px 5px;display:flex;align-items:center;gap:8px;color:#727e90}.role-boundary>span{display:block}.role-boundary b{color:#4c586a}.cockpit-title-row{display:flex;align-items:center;gap:9px}.cockpit-title-row>span{border:1px solid #d8e2f1;border-radius:999px;background:#f5f8fd;color:#55708f;padding:4px 7px;font-size:8px;font-weight:700}.nav-item{height:52px;color:#91a0b8;border-left:0;border-radius:8px}.primary-nav nav{gap:2px;overflow:visible;scrollbar-width:none;padding-top:2px}.primary-nav nav::-webkit-scrollbar{display:none}.nav-item span{display:none}.nav-item:hover{color:var(--blue);background:#f7faff;border-left:0}.nav-item{transition:color .11s ease,background-color .11s ease,transform .11s ease}.nav-item:hover{transform:translateY(-1px)}.nav-item:after{content:attr(data-label);position:absolute;left:62px;top:50%;z-index:130;transform:translate(4px,-50%);border:1px solid #dce2e9;border-radius:5px;background:#192337;padding:6px 8px;color:#fff;box-shadow:0 8px 20px #20293824;font-size:10px;font-weight:620;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 90ms ease,transform 90ms ease,visibility 90ms ease}.nav-item:hover:after{opacity:1;visibility:visible;transform:translateY(-50%)}.nav-item.active{color:var(--blue);background:transparent;border-left:0}.nav-item.active:before{content:"";position:absolute;left:-8px;width:3px;height:26px;border-radius:0 3px 3px 0;background:var(--blue)}.nav-chevron{display:none}.primary-nav-account{position:relative;margin-top:auto;padding-top:12px;display:grid;justify-items:center}.account-avatar-button{position:relative;width:46px;height:46px;border:1px solid #dfe7f1;border-radius:14px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;box-shadow:0 2px 8px #1468f314;transition:background-color .12s ease,border-color .12s ease,color .12s ease,transform .12s ease}.account-avatar-button:hover,.account-avatar-button.active{border-color:#c7d9fb;background:#e4efff;color:#0f5edc;transform:translateY(-1px)}.account-avatar-button>span{font-size:20px;font-weight:860;line-height:1}.account-avatar-button-avatar{width:100%;height:100%;border-radius:inherit;display:grid;place-items:center;overflow:hidden}.account-avatar-button:after{content:attr(data-label);position:absolute;left:62px;top:50%;z-index:130;transform:translate(4px,-50%);border:1px solid #dce2e9;border-radius:5px;background:#192337;padding:6px 8px;color:#fff;box-shadow:0 8px 20px #20293824;font-size:10px;font-weight:620;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 90ms ease,transform 90ms ease,visibility 90ms ease}.account-avatar-button:hover:after{opacity:1;visibility:visible;transform:translateY(-50%)}.account-menu-panel,.account-flyout-panel{position:absolute;z-index:240;border:1px solid #dce2e9;border-radius:12px;background:#fff;box-shadow:0 18px 48px #2029382e;padding:8px;color:#1f2937;text-align:left}.account-menu-panel{left:62px;bottom:0;width:258px}.account-menu-panel:before{content:"";position:absolute;left:-10px;bottom:0;width:10px;height:100%}.account-menu-profile,.account-menu-item,.account-flyout-panel button{width:100%;min-height:38px;border:0;border-radius:8px;background:transparent;display:grid;align-items:center;gap:9px;color:#202938;text-align:left}.account-menu-profile{grid-template-columns:32px minmax(0,1fr) 16px;min-height:54px;padding:7px 8px}.account-menu-profile:hover,.account-menu-item:hover,.account-menu-item.active,.account-flyout-panel button:hover{background:#f3f5f7}.account-menu-avatar,.account-mini-avatar{border-radius:999px;background:#f59e0b;color:#fff;display:grid;place-items:center;font-weight:820}.account-menu-avatar{width:30px;height:30px;font-size:11px}.account-mini-avatar{width:20px;height:20px;font-size:8px}.account-menu-profile strong,.account-menu-profile small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-profile strong{color:#1f2937;font-size:12px;font-weight:710}.account-menu-profile small{margin-top:2px;color:#7b8798;font-size:9px}.account-menu-divider{height:1px;margin:6px 4px;background:#e8ecf1}.account-menu-item,.account-flyout-panel button{grid-template-columns:22px minmax(0,1fr) 14px;padding:0 9px;font-size:12px;font-weight:560}.account-menu-item svg,.account-flyout-panel svg{color:#111827}.account-menu-item>span,.account-flyout-panel button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-flyout-panel{left:calc(100% - 2px);width:226px}.account-switch-panel{top:0}.help-flyout-panel{bottom:42px}.account-flyout-panel button{min-height:36px}.account-switch-panel button{grid-template-columns:22px minmax(0,1fr) 14px}.business-nav-wrap,.performance-nav-wrap{position:relative}.business-nav-trigger:after,.performance-nav-trigger:after{display:none}.business-nav-trigger .nav-chevron,.performance-nav-trigger .nav-chevron{position:absolute;right:4px;display:block;color:#9aa7b9;transition:transform .12s ease}.business-nav-wrap:hover .business-nav-trigger .nav-chevron,.performance-nav-wrap:hover .performance-nav-trigger .nav-chevron{transform:translate(2px);color:var(--blue)}.business-nav-menu{position:absolute;left:67px;top:-6px;z-index:150;width:252px;border:1px solid #dce2e9;border-radius:7px;background:#fff;box-shadow:0 18px 46px #20293829;padding:6px;text-align:left;animation:business-menu-in .12s ease-out both}.business-nav-menu:before{content:"";position:absolute;left:-9px;top:0;width:10px;height:100%}.business-nav-menu>header{min-height:54px;margin:0 2px 5px;border-bottom:1px solid #e8ecf1;padding:7px 8px 10px;display:flex;align-items:center;gap:9px}.business-nav-menu>header>span{width:31px;height:31px;border-radius:6px;background:#edf4ff;display:grid;place-items:center;color:var(--blue)}.business-nav-menu header strong,.business-nav-menu header small{display:block}.business-nav-menu header strong{color:#1c2637;font-size:11px}.business-nav-menu header small{margin-top:3px;color:#8994a6;font-size:8px}.business-nav-menu>button{width:100%;min-height:50px;border:0;border-radius:5px;background:#fff;padding:7px 8px;display:grid;grid-template-columns:30px 1fr 14px;align-items:center;gap:8px;color:#4f5c70;text-align:left}.business-nav-menu>button:hover,.business-nav-menu>button.active{background:#f1f5fa;color:#1f5fb8}.business-nav-menu>button>span{width:28px;height:28px;border-radius:5px;background:#f2f4f7;display:grid;place-items:center;color:#68758a}.business-nav-menu>button:hover>span,.business-nav-menu>button.active>span{background:#e5efff;color:#2568ca}.business-nav-menu>button div{min-width:0}.business-nav-menu>button strong,.business-nav-menu>button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-nav-menu>button strong{color:#29364a;font-size:10px}.business-nav-menu>button small{margin-top:3px;color:#8b95a6;font-size:8px}.business-nav-menu>button>svg{color:#a0a9b7}@keyframes business-menu-in{0%{opacity:0;transform:translate(-5px)}to{opacity:1;transform:translate(0)}}.business-center-surface{min-width:0;padding:28px 32px 24px;background:var(--canvas)}.business-detail-hero{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.business-detail-hero h1{margin:0;color:#172033;font-size:30px;font-weight:760;line-height:1.15}.business-detail-actions{display:flex;align-items:center;gap:8px}.business-detail-actions button,.business-secondary-action{min-height:34px;border:1px solid #d7dfe9;border-radius:8px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;color:#344257;font-size:11px;font-weight:760}.business-detail-actions button.primary{border-color:var(--blue);background:var(--blue);color:#fff}.business-section-tabs{display:flex;align-items:center;gap:6px;margin:22px 0 14px;overflow-x:auto;padding-bottom:2px}.business-section-tabs button{min-height:36px;border:1px solid #dfe6f0;border-radius:999px;background:#fff;display:inline-flex;align-items:center;gap:7px;padding:0 13px;color:#536176;font-size:11px;font-weight:730;white-space:nowrap}.business-section-tabs button.active,.business-section-tabs button:hover{border-color:#bcd2fb;background:#edf4ff;color:#135fd8}.business-detail-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px}.business-detail-summary>div{min-height:74px;border:1px solid #dfe6f0;border-radius:8px;background:#fff;padding:12px}.business-detail-summary small,.business-detail-summary strong{display:block}.business-detail-summary small{color:#7b8798;font-size:9px;font-weight:760;text-transform:uppercase}.business-detail-summary strong{margin-top:8px;color:#172033;font-size:24px;line-height:1}.business-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:14px}.business-object-panel,.business-detail-inspector section{border:1px solid #dfe6f0;border-radius:9px;background:#fff}.business-object-panel{min-width:0;overflow:hidden}.business-panel-head{min-height:66px;border-bottom:1px solid #e8edf4;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px}.business-panel-head h2{margin:2px 0 0;color:#172033;font-size:17px}.business-panel-head>span{border:1px solid #e0e7ef;border-radius:999px;background:#f8fafc;padding:5px 8px;color:#64748b;font-size:9px;font-weight:780;white-space:nowrap}.business-object-list{display:grid}.business-object-row{min-height:72px;border:0;border-bottom:1px solid #edf1f5;background:#fff;display:grid;grid-template-columns:8px minmax(0,1fr) 90px 92px 120px 16px;align-items:center;gap:12px;padding:0 16px;color:#263247;text-align:left}.business-object-row:hover{background:#f8fbff}.business-object-status{width:7px;height:7px;border-radius:999px;background:#aab5c4}.business-object-status.healthy{background:#20b969}.business-object-status.warning{background:#e5a63a}.business-object-status.risk{background:#ef4b55}.business-object-main strong,.business-object-main small{display:block}.business-object-main strong{color:#172033;font-size:12px}.business-object-main small{margin-top:4px;color:#7b8798;font-size:10px}.business-object-value{color:#172033;font-size:12px;font-weight:780;text-align:right}.business-object-progress{height:5px;border-radius:999px;background:#eef2f6;overflow:hidden}.business-object-progress i{display:block;height:100%;border-radius:inherit;background:#9aa7b9}.business-object-progress i.healthy{background:#20b969}.business-object-progress i.warning{background:#e5a63a}.business-object-progress i.risk{background:#ef4b55}.business-detail-inspector{display:grid;align-content:start;gap:12px}.business-detail-inspector section{padding:14px}.business-detail-inspector h2{margin:3px 0 6px;color:#172033;font-size:17px}.business-detail-inspector p:not(.eyebrow){margin:0;color:#687487;font-size:11px;line-height:1.45}.business-inspector-metrics{display:grid;grid-template-columns:1fr;gap:8px;margin-top:13px}.business-inspector-metrics div{border:1px solid #e3e9f1;border-radius:7px;background:#f8fafc;padding:9px}.business-inspector-metrics small,.business-inspector-metrics strong{display:block}.business-inspector-metrics small{color:#7b8798;font-size:8px;font-weight:760;text-transform:uppercase}.business-inspector-metrics strong{margin-top:4px;color:#172033;font-size:13px}.business-rule-list{display:grid;gap:8px;margin-top:8px}.business-rule-list div{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:8px}.business-rule-list svg{color:var(--blue)}.business-rule-list strong,.business-rule-list small{display:block}.business-rule-list strong{color:#263247;font-size:11px}.business-rule-list small{margin-top:2px;color:#7b8798;font-size:9px}.business-secondary-action{margin-top:12px}.performance-menu-panel{position:absolute;left:67px;top:-6px;z-index:260;width:280px;border:1px solid #dce2e9;border-radius:12px;background:#fff;box-shadow:0 18px 48px #2029382e;padding:8px;color:#1f2937;text-align:left;animation:business-menu-in .12s ease-out both}.performance-menu-panel:before{content:"";position:absolute;left:-10px;top:0;width:10px;height:100%}.performance-menu-panel>header{min-height:54px;border-bottom:1px solid #e8ecf1;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;padding:7px 8px 10px}.performance-menu-panel>header>span{width:31px;height:31px;border-radius:8px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.performance-menu-panel header strong,.performance-menu-panel header small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.performance-menu-panel header strong{color:#1f2937;font-size:11px}.performance-menu-panel header small{margin-top:3px;color:#8792a4;font-size:8px}.performance-menu-list{display:grid;gap:2px;padding-top:6px}.performance-menu-list>button{width:100%;min-height:42px;border:0;border-radius:8px;background:transparent;display:grid;grid-template-columns:22px minmax(0,1fr) 14px;align-items:center;gap:9px;padding:7px 8px;color:#202938;text-align:left}.performance-menu-list>button:hover,.performance-menu-list>button.active{background:#f3f5f7}.performance-menu-list svg{color:#3b4a60}.performance-menu-list span,.performance-menu-list strong,.performance-menu-list small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.performance-menu-list strong{color:#202938;font-size:10px}.performance-menu-list small{margin-top:2px;color:#8994a6;font-size:8px}.business-center-popup{top:-126px;width:min(812px,calc(100vw - 108px));min-width:620px;max-height:min(720px,calc(100vh - 26px));border-radius:12px;padding:8px;overflow:auto;z-index:240}.business-center-popup>header{min-height:58px;margin:0 0 8px;border-bottom:1px solid #edf1f5;padding:8px 10px 11px}.business-center-popup>header>span{border-radius:9px}.business-center-popup header strong{font-size:12px}.business-center-popup header small{max-width:520px;font-size:9px;white-space:normal}.business-center-popup-grid{display:grid;grid-template-columns:repeat(2,minmax(290px,1fr));gap:8px}.business-center-group{min-width:0;border:1px solid #e3e8ef;border-radius:10px;background:#fbfcfe;padding:8px}.business-center-group-head{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;padding:3px 3px 8px}.business-center-group-head>span{width:28px;height:28px;border-radius:8px;background:#eef5ff;color:#1769f2;display:grid;place-items:center}.business-center-group-head strong,.business-center-group-head small{display:block;overflow:hidden;text-overflow:ellipsis}.business-center-group-head strong{color:#1f2937;font-size:11px}.business-center-group-head small{margin-top:3px;color:#7f8a9b;font-size:8px;white-space:nowrap}.business-tree-items{display:grid;gap:3px}.business-tree-item,.business-tree-parent{min-height:34px;border:0;border-radius:8px;background:transparent;display:grid;grid-template-columns:12px minmax(0,1fr) 14px;align-items:center;gap:7px;padding:6px 7px 6px calc(7px + (var(--depth, 0) * 14px));color:#2e3a4e;text-align:left}.business-tree-item:hover,.business-tree-item.active{background:#eef4ff;color:#145fd8}.business-tree-item strong,.business-tree-item small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-tree-item strong{color:#253247;font-size:10px}.business-tree-item small{margin-top:2px;color:#8491a4;font-size:8px}.business-tree-item:hover strong,.business-tree-item.active strong{color:#145fd8}.business-tree-item>svg{color:#9aa6b7}.business-tree-parent{min-height:28px;grid-template-columns:12px minmax(0,1fr);color:#6f7c8f;font-size:9px;font-weight:780}.business-tree-dot{width:5px;height:5px;border-radius:999px;background:#9aa6b7}.business-tree-item.active .business-tree-dot,.business-tree-item:hover .business-tree-dot{background:#1769f2}.business-tree-children{margin-left:6px;border-left:1px solid #e3e8ef}.mini-erp-surface{position:fixed;inset:0 0 0 76px;z-index:4;display:grid;grid-template-columns:196px minmax(0,1fr);min-width:1060px;min-height:100vh;background:#f5f7fb;color:#172033;overflow:hidden}.mini-erp-sidebar{height:100vh;background:#15396b;color:#fff;padding:22px 12px;overflow:auto}.mini-erp-sidebar h2{margin:0 4px 28px;color:#fff;font-size:15px;line-height:1.2;font-weight:780}.mini-erp-sidebar nav{display:grid;gap:3px}.mini-erp-sidebar button{width:100%;min-height:32px;border:0;border-radius:6px;background:transparent;padding:0 10px;color:#e7efff;text-align:left;font-size:11px;font-weight:720}.mini-erp-sidebar button:hover,.mini-erp-sidebar button.active{background:#ffffff29;color:#fff}.mini-erp-content{min-width:0;height:100vh;overflow:auto;padding:16px 16px 42px}.mini-erp-topbar,.mini-erp-page-head,.mini-erp-card{border:1px solid #dde4ee;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1f2d440a}.mini-erp-topbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 17px}.mini-erp-topbar h1{margin:0;color:#172033;font-size:24px;line-height:1.15}.mini-erp-userbar{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#6d7788;font-size:10px;white-space:nowrap}.mini-erp-userbar button,.mini-erp-page-head button,.mini-erp-primary{min-height:32px;border:1px solid #cfd8e5;border-radius:7px;background:#fff;padding:0 12px;color:#344257;font-size:10px;font-weight:760}.mini-erp-page-head{min-height:58px;margin-top:12px;padding:10px 17px;display:flex;align-items:center;justify-content:space-between;gap:16px}.mini-erp-page-head div,.mini-erp-page-head span,.mini-erp-page-head strong,.mini-erp-page-head small{display:block}.mini-erp-page-head span{color:#7b8798;font-size:8px;font-weight:790;letter-spacing:.06em;text-transform:uppercase}.mini-erp-page-head strong{margin-top:3px;color:#263247;font-size:12px}.mini-erp-page-head small{margin-top:2px;color:#8491a4;font-size:9px}.mini-erp-card{margin-top:14px;padding:16px}.mini-erp-card h2{margin:0 0 14px;color:#172033;font-size:15px}.mini-erp-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.mini-erp-stat-grid>div{min-height:56px;border:1px solid #dce3ed;border-radius:7px;background:#f9fbfd;padding:10px}.mini-erp-stat-grid small,.mini-erp-stat-grid strong{display:block}.mini-erp-stat-grid small{color:#6d7788;font-size:9px;font-weight:700}.mini-erp-stat-grid strong{margin-top:7px;color:#172033;font-size:11px;line-height:1.2}.mini-erp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mini-erp-form-grid label:nth-child(3){grid-column:1 / 2}.mini-erp-form-grid span{display:block;margin-bottom:6px;color:#6d7788;font-size:9px;font-weight:700}.mini-erp-form-grid input{width:100%;height:34px;border:1px solid #cfd8e5;border-radius:7px;background:#fff;padding:0 10px;color:#263247;font-size:10px;outline:0}.mini-erp-form-grid input:focus{border-color:#8cb4ff;box-shadow:0 0 0 2px #dceaff}.mini-erp-primary{margin-top:14px;border-color:#1769f2;background:#1769f2;color:#fff}.mini-erp-table{width:100%;border-collapse:collapse;table-layout:fixed}.mini-erp-table th,.mini-erp-table td{border-bottom:1px solid #e4e9f0;padding:10px 9px;color:#5d6878;font-size:10px;text-align:left;vertical-align:middle}.mini-erp-table th{background:#fbfcfe;color:#6d7788;font-size:8px;font-weight:820;letter-spacing:.06em;text-transform:uppercase}.mini-erp-table td{color:#38465a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-erp-table td[colspan]{height:52px;color:#7b8798;text-align:center}.business-center-menu-wrap{position:absolute;left:67px;top:-6px;z-index:260;display:flex;align-items:flex-start;color:#1f2937;text-align:left;animation:business-menu-in .12s ease-out both}.business-center-menu-wrap:before{content:"";position:absolute;left:-10px;top:0;width:10px;height:100%}.business-center-menu-panel,.business-center-flyout-panel{border:1px solid #dce2e9;border-radius:12px;background:#fff;box-shadow:0 18px 48px #2029382e;padding:8px}.business-center-menu-panel{width:258px}.business-center-flyout-panel{width:336px;max-height:min(620px,calc(100vh - 36px));margin-left:-2px;overflow:auto}.business-center-menu-panel>header,.business-center-flyout-panel>header{min-height:54px;border-bottom:1px solid #e8ecf1;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;padding:7px 8px 10px}.business-center-menu-panel>header>span,.business-center-flyout-panel>header>span{width:31px;height:31px;border-radius:8px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.business-center-menu-panel header strong,.business-center-menu-panel header small,.business-center-flyout-panel header strong,.business-center-flyout-panel header small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-center-menu-panel header strong,.business-center-flyout-panel header strong{color:#1f2937;font-size:11px}.business-center-menu-panel header small,.business-center-flyout-panel header small{margin-top:3px;color:#8792a4;font-size:8px}.business-center-root-list,.business-flyout-list{display:grid;gap:2px;padding-top:6px}.business-center-root-list>button{width:100%;min-height:40px;border:0;border-radius:8px;background:transparent;display:grid;grid-template-columns:22px minmax(0,1fr) 24px 14px;align-items:center;gap:9px;padding:7px 8px;color:#202938;text-align:left}.business-center-root-list>button:hover,.business-center-root-list>button.active{background:#f3f5f7}.business-center-root-list svg{color:#3b4a60}.business-center-root-list span,.business-center-root-list strong,.business-center-root-list small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-center-root-list strong{color:#202938;font-size:10px}.business-center-root-list small{margin-top:2px;color:#8994a6;font-size:8px}.business-center-root-list em{border-radius:999px;background:#f0f3f7;padding:3px 6px;color:#66748a;font-size:8px;font-style:normal;font-weight:800;text-align:center}.business-flyout-item,.business-flyout-parent{width:100%;min-height:36px;border:0;border-radius:8px;background:transparent;display:grid;grid-template-columns:10px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:6px 8px 6px calc(8px + (var(--depth, 0) * 14px));color:#202938;text-align:left}.business-flyout-item:hover,.business-flyout-item.active{background:#f3f5f7}.business-flyout-item strong,.business-flyout-item small,.business-flyout-parent strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-flyout-item strong,.business-flyout-parent strong{color:#202938;font-size:10px}.business-flyout-item small{margin-top:2px;color:#8994a6;font-size:8px}.business-flyout-dot{width:5px;height:5px;border-radius:999px;background:#9aa6b7}.business-flyout-item.active .business-flyout-dot,.business-flyout-item:hover .business-flyout-dot{background:var(--blue)}.business-flyout-parent{min-height:28px;grid-template-columns:10px minmax(0,1fr);color:#6f7c8f;font-weight:780}.business-flyout-children{margin-left:5px;border-left:1px solid #e6ebf1}.business-workspace-surface{grid-column:2 / -1;min-width:0;height:100vh;min-height:0;background:var(--canvas);padding:30px 38px 40px;overflow:auto}.business-workspace-hero{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:22px}.business-workspace-hero h1{margin:0;color:#172033;font-size:30px;font-weight:780;line-height:1.15}.business-workspace-actions{display:flex;align-items:center;gap:8px}.business-workspace-actions button,.business-primary-button{min-height:34px;border:1px solid #d7dfe9;border-radius:8px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;color:#344257;font-size:11px;font-weight:760}.business-workspace-card{border:1px solid #dfe6f0;border-radius:9px;background:#fff;box-shadow:0 1px 2px #1f2d440a;margin-top:14px;padding:16px}.business-workspace-card h2{margin:0 0 14px;color:#172033;font-size:15px}.business-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.business-stat-grid>div{min-height:58px;border:1px solid #dce3ed;border-radius:7px;background:#f9fbfd;padding:10px}.business-stat-grid small,.business-stat-grid strong{display:block}.business-stat-grid small{color:#6d7788;font-size:9px;font-weight:700}.business-stat-grid strong{margin-top:7px;color:#172033;font-size:11px;line-height:1.25}.business-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.business-form-grid label:nth-child(3){grid-column:1 / 2}.business-form-grid span{display:block;margin-bottom:6px;color:#6d7788;font-size:9px;font-weight:700}.business-form-grid input{width:100%;height:34px;border:1px solid #cfd8e5;border-radius:7px;background:#fff;padding:0 10px;color:#263247;font-size:10px;outline:0}.business-form-grid input:focus{border-color:#8cb4ff;box-shadow:0 0 0 2px #dceaff}.business-primary-button{margin-top:14px;border-color:var(--blue);background:var(--blue);color:#fff}.business-data-table{width:100%;border-collapse:collapse;table-layout:fixed}.business-data-table th,.business-data-table td{border-bottom:1px solid #e4e9f0;padding:10px 9px;color:#5d6878;font-size:10px;text-align:left;vertical-align:middle}.business-data-table th{background:#fbfcfe;color:#6d7788;font-size:8px;font-weight:820;letter-spacing:.06em;text-transform:uppercase}.business-data-table td{color:#38465a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-data-table td[colspan]{height:52px;color:#7b8798;text-align:center}.ops-card-grid,.report-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ops-action-card,.ops-health-card,.report-card-grid article{min-width:0;border:1px solid #dfe6f0;border-radius:9px;background:#fbfcfe;padding:14px}.ops-action-card>div,.ops-health-card>div,.report-card-grid article>div{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#66758a}.ops-action-card>div svg,.ops-health-card>div svg,.report-card-grid article>div svg{color:var(--blue)}.ops-action-card>div span,.report-card-grid article>div span:not(.status){color:#7a8798;font-size:9px;font-weight:720}.ops-action-card h3,.ops-health-card h3,.report-card-grid h3{margin:12px 0 6px;color:#172033;font-size:13px;line-height:1.25}.ops-action-card p,.ops-health-card p,.report-card-grid p,.report-card-grid small{margin:0;color:#6d788b;font-size:10px;line-height:1.45}.ops-action-card button,.export-chip-grid button,.audit-filter-card button{min-height:31px;border:1px solid #d7dfe9;border-radius:7px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;color:#344257;font-size:10px;font-weight:740}.ops-action-card button{margin-top:14px}.export-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.export-chip-grid button:hover,.ops-action-card button:hover,.audit-filter-card button:hover{color:var(--blue);border-color:#c7d8f4;background:#f7faff}.audit-filter-card{display:grid;grid-template-columns:minmax(240px,1fr) auto auto auto;align-items:center;gap:8px}.audit-filter-card label{height:34px;border:1px solid #d7dfe9;border-radius:8px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 10px;color:#7b8798}.audit-filter-card input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#263247;font-size:10px}.audit-table th:nth-child(5),.audit-table td:nth-child(5){width:36%}.ops-rule-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ops-rule-list>div{min-height:58px;border:1px solid #e1e7ef;border-radius:8px;background:#fbfcfe;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:10px}.ops-rule-list svg{color:var(--blue)}.ops-rule-list strong,.ops-rule-list small,.report-card-grid strong{display:block}.ops-rule-list strong{color:#172033;font-size:11px}.ops-rule-list small{margin-top:3px;color:#738096;font-size:9px}.ops-health-card strong,.report-card-grid strong{margin:9px 0;color:#172033;font-size:18px;line-height:1.15}.ops-health-card .progress,.report-card-grid .progress{margin:12px 0 7px}.performance-report-layout{display:grid;gap:14px;margin-top:14px}.report-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.performance-workspace-surface{grid-column:2 / -1;min-width:0;height:100vh;min-height:0;background:var(--canvas);padding:30px 38px 40px;overflow:auto}.performance-workspace-hero{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:22px}.performance-workspace-hero h1{margin:0;color:#172033;font-size:30px;font-weight:780;line-height:1.15}.performance-workspace-actions{display:flex;align-items:center;gap:8px}.performance-workspace-actions button{min-height:34px;border:1px solid #d7dfe9;border-radius:8px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;color:#344257;font-size:11px;font-weight:760}.performance-card{border:1px solid #dfe6f0;border-radius:9px;background:#fff;box-shadow:0 1px 2px #1f2d440a;margin-top:14px;padding:16px}.performance-card h2{margin:0 0 14px;color:#172033;font-size:15px}.performance-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.performance-card-title-row h2{margin:0}.performance-card-title-row>span{border:1px solid #d8e2f1;border-radius:999px;background:#f5f8fd;color:#55708f;padding:5px 8px;font-size:9px;font-weight:760;white-space:nowrap}.performance-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.performance-stat-grid>div{min-height:66px;border:1px solid #dce3ed;border-radius:7px;background:#f9fbfd;padding:10px}.performance-stat-grid small,.performance-stat-grid strong{display:block}.performance-stat-grid small{color:#6d7788;font-size:9px;font-weight:700}.performance-stat-grid strong{margin-top:7px;color:#172033;font-size:15px;line-height:1.2}.performance-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.performance-dashboard-grid article{border:1px solid #dfe6f0;border-radius:8px;background:#fbfcfe;padding:12px}.performance-dashboard-grid article>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.performance-dashboard-grid strong{color:#172033;font-size:12px}.performance-dashboard-grid p{margin:7px 0 10px;color:#7b8798;font-size:9px}.performance-progress{height:5px;border-radius:999px;background:#edf1f5;overflow:hidden}.performance-progress i{display:block;height:100%;border-radius:inherit;background:#9aa7b9}.performance-progress i.healthy{background:#20b969}.performance-progress i.warning{background:#e5a63a}.performance-progress i.risk{background:#ef4b55}.performance-dashboard-grid footer{display:flex;justify-content:space-between;gap:8px;margin-top:9px;color:#66748a;font-size:9px}.performance-dashboard-template{margin-top:14px;display:grid;grid-template-columns:285px minmax(0,1fr);gap:14px}.performance-department-rail,.performance-dashboard-content,.performance-chart-panel,.performance-list-panel,.performance-dashboard-table-panel{border:1px solid #dfe6f0;border-radius:10px;background:#fff;box-shadow:0 1px 2px #1f2d440a}.performance-department-rail{align-self:start;max-height:calc(100vh - 170px);overflow:auto;padding:12px;position:sticky;top:20px}.performance-department-rail>div{border-bottom:1px solid #e5ebf2;margin-bottom:8px;padding:4px 4px 12px}.performance-department-rail strong,.performance-department-rail small{display:block}.performance-department-rail>div strong{color:#172033;font-size:13px}.performance-department-rail small{margin-top:3px;color:#7a8798;font-size:9px}.performance-department-rail button{width:100%;min-height:54px;border:0;border-radius:8px;background:transparent;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;color:#344257;text-align:left}.performance-department-rail button:hover,.performance-department-rail button.active{background:#f2f6fc}.performance-department-rail button.active{box-shadow:inset 3px 0 #1769f2}.performance-department-rail button>span{width:30px;height:30px;border-radius:8px;background:#eaf2ff;color:#1769f2;display:grid;place-items:center;font-size:10px;font-weight:780}.performance-department-rail button strong{overflow:hidden;color:#1f2a3b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.performance-department-rail button em{color:#65758b;font-size:9px;font-style:normal;font-weight:740}.performance-dashboard-content{padding:16px}.performance-dashboard-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.performance-dashboard-heading p{margin:0 0 5px;color:#77859a;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.performance-dashboard-heading h2{margin:0;color:#172033;font-size:22px;line-height:1.15}.performance-dashboard-heading span{display:block;margin-top:6px;color:#6f7d90;font-size:11px}.performance-dashboard-heading button{min-height:34px;border:0;border-radius:8px;background:#1769f2;color:#fff;display:inline-flex;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:760;white-space:nowrap}.performance-department-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.performance-department-metrics article{min-height:100px;border:1px solid #e0e7f0;border-radius:10px;background:#fbfcfe;padding:12px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px}.performance-department-metrics article>span{width:34px;height:34px;border-radius:10px;background:#edf4ff;color:#1769f2;display:grid;place-items:center}.performance-department-metrics .metric-warning>span{background:#fff6e7;color:#c77710}.performance-department-metrics .metric-risk>span{background:#ffeded;color:#da3d48}.performance-department-metrics .metric-healthy>span{background:#eaf8f0;color:#208457}.performance-department-metrics small,.performance-department-metrics strong,.performance-department-metrics em{display:block}.performance-department-metrics small{color:#7a8798;font-size:9px;font-weight:740}.performance-department-metrics strong{margin-top:6px;color:#172033;font-size:18px;line-height:1.15}.performance-department-metrics em{margin-top:7px;color:#6b788b;font-size:9px;font-style:normal;line-height:1.35}.performance-dashboard-panels{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:12px;margin-top:12px}.performance-chart-panel,.performance-list-panel,.performance-dashboard-table-panel{padding:14px}.performance-card-title-row button{border:0;background:transparent;color:#1769f2;font-size:10px;font-weight:740}.performance-template-chart{height:280px;border-top:1px solid #eef2f7;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:14px;padding:26px 12px 0}.performance-template-chart>div{height:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 20px;align-items:end;gap:5px}.performance-template-chart span{min-height:8px;border-radius:999px 999px 3px 3px;display:block}.performance-template-chart .primary-bar{background:linear-gradient(180deg,#1fb870,#0c9d5d)}.performance-template-chart .secondary-bar{background:linear-gradient(180deg,#ff806d,#ef4b55);opacity:.78}.performance-template-chart small{grid-column:1 / -1;color:#718096;font-size:9px;font-weight:700;text-align:center}.performance-list-panel article{min-height:58px;border-top:1px solid #edf1f6;display:grid;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:8px}.performance-list-panel article>span{width:24px;height:24px;border-radius:50%;background:#eef4ff;color:#1769f2;display:grid;place-items:center;font-size:10px;font-weight:780}.performance-list-panel strong,.performance-list-panel small{display:block}.performance-list-panel strong{overflow:hidden;color:#202b3d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.performance-list-panel small{margin-top:3px;color:#7d8a9d;font-size:9px}.performance-dashboard-table-panel{margin-top:12px}.performance-data-table{width:100%;border-collapse:collapse;table-layout:fixed}.performance-data-table th,.performance-data-table td{border-bottom:1px solid #e4e9f0;padding:10px 9px;color:#5d6878;font-size:10px;text-align:left;vertical-align:middle}.performance-data-table th{background:#fbfcfe;color:#6d7788;font-size:8px;font-weight:820;letter-spacing:.06em;text-transform:uppercase}.performance-data-table td{color:#38465a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entity-nav{background:#fff;border-right:1px solid var(--line);padding:28px 26px 18px;min-height:0;overflow:hidden}.text-dropdown{padding-left:0;font-size:17px;font-weight:720;color:var(--ink)}.new-button{color:var(--blue);font-size:13px;font-weight:650}.search-field{height:42px;border:0;border-radius:8px;background:#f7f9fc;color:#a0acbf}.search-field:focus-within{outline:2px solid #cfe0ff;border-color:transparent}.filter-row{gap:10px;margin:18px 0 14px}.filter{border:0;background:transparent;color:#66748c;font-size:11px;padding:7px 9px;border-radius:6px}.filter.active{color:#fff;background:var(--blue);border-color:transparent}.sort-row{color:#9aa6b8;padding:6px 2px 14px}.entity-list{gap:0;flex:1 1 auto;min-height:0;overflow:auto}.entity-card{border:0;border-bottom:1px solid #f0f2f6;padding:15px 7px 13px 22px;background:transparent;position:relative;border-radius:8px}.entity-card:before{content:"";position:absolute;left:3px;top:19px;width:7px;height:7px;border-radius:50%;background:#99a7bb}.entity-card:has(.status.risk):before{background:var(--red)}.entity-card:has(.status.healthy):before{background:var(--green)}.entity-card:has(.status.warning):before{background:var(--amber)}.entity-card:hover{border-color:#edf1f6;background:#fafcff}.entity-card.selected{border-color:#edf1f6;box-shadow:none;background:#f8fbff}.entity-card.selected:after{content:"";position:absolute;left:-26px;top:0;bottom:0;width:3px;background:var(--blue)}.entity-card strong{color:#202938;font-size:13px;font-weight:640;letter-spacing:0;line-height:1.35}.entity-meta{margin-top:7px;color:#657287;font-size:11px;line-height:1.45}.entity-meta b{color:#202938;font-weight:640}.progress{height:3px;border-radius:3px;background:#eef1f5}.progress i{border-radius:3px}.progress i.healthy{background:var(--green)}.entity-footer{flex:0 0 auto;color:#91a0b5}.entity-footer b{color:var(--ink)}.entity-card small{color:#66748a;font-size:10.5px;font-weight:500;line-height:1.45}.navigator-toggle{left:64px;top:16px;border-color:var(--line);color:#9aa6b7;box-shadow:0 3px 10px #1e365714}.navigator-closed .navigator-toggle{left:64px}.navigator-resize-handle{width:4px;min-width:4px;height:100vh;border:0;background:#f7f9fc;cursor:col-resize;display:block;padding:0;position:relative;z-index:8;touch-action:none}.navigator-resize-handle:before{content:"";position:absolute;inset:0 -7px;cursor:col-resize}.navigator-resize-handle:hover,.conversation-resizing .navigator-resize-handle{background:#dfeaff}.navigator-resize-handle:focus-visible{outline:2px solid rgba(23,105,242,.42);outline-offset:2px}.cockpit{padding:30px 38px 26px;background:var(--canvas);height:100vh;min-height:0;display:flex;flex-direction:column;overflow:hidden}.cockpit.conversation-main-mode,.chat-center-page{padding:8px 10px 10px 0}.chat-center-stage{flex:1 1 0;min-width:0;min-height:0;border:1px solid #dde6f0;border-radius:0 13px 13px 0;background:#fff;display:flex;overflow:hidden}.chat-center-stage .conversation-center-shell{flex:1 1 0;height:100%}.cockpit.cockpit-control-main{height:100vh;min-height:0;padding:0 18px 18px 0;display:flex;flex-direction:column;overflow:hidden}.cockpit-control-main .queue-drawer{flex:0 0 auto;margin:0 0 10px}.workspace-grid.cockpit-workspace-grid{flex:1 1 0;min-height:0;height:100%;margin-top:0;border:1px solid var(--line);border-left:0;border-radius:0 12px 12px 0;grid-template-columns:minmax(640px,1fr) 4px var(--cockpit-projects-width, 280px);background:#fff;overflow:hidden}.workspace-grid.cockpit-workspace-grid.context-panel-closed{grid-template-columns:minmax(560px,1fr) 4px var(--cockpit-projects-width, 280px)}.workspace-grid.cockpit-workspace-grid.projects-closed,.workspace-grid.cockpit-workspace-grid.context-panel-closed.projects-closed{grid-template-columns:1fr}.cockpit-workspace-grid .work-panel{border-right:1px solid var(--line);min-width:0}.cockpit-workspace-grid .work-communication-split{height:100%;min-height:0;grid-template-columns:minmax(360px,1fr) 4px var(--cockpit-detail-width, 380px)}.cockpit-workspace-grid.context-panel-closed .work-communication-split{grid-template-columns:1fr}.cockpit-detail-handle,.cockpit-project-handle{width:4px;min-width:4px;height:100%;border:0;border-inline:0;background:#f4f7fb;cursor:col-resize;display:block;padding:0;position:relative;z-index:7;touch-action:none}.cockpit-detail-handle:before,.cockpit-project-handle:before,.conversation-shell-handle:before,.conversation-external-handle:before,.conversation-split-handle:before{content:"";position:absolute;inset:0 -7px;cursor:col-resize}.cockpit-detail-handle:hover,.cockpit-project-handle:hover,.conversation-resizing .cockpit-detail-handle,.conversation-resizing .cockpit-project-handle{background:#dfeaff}.cockpit-detail-handle:focus-visible,.cockpit-project-handle:focus-visible{outline:2px solid rgba(23,105,242,.42);outline-offset:2px}.cockpit-workspace-grid .workspace-toolbar{height:56px;min-height:56px;padding:0 14px;gap:12px;background:#fff}.cockpit-control-label{margin-left:0;font-weight:760;color:var(--ink);white-space:nowrap}.cockpit-compact-actions{margin-left:auto;display:flex;align-items:center;gap:8px;min-width:0;overflow:auto hidden;padding-bottom:2px}.cockpit-compact-action{height:34px;border:1px solid #d8e3f1;border-radius:9px;background:#fff;color:#63718a;display:inline-flex;align-items:center;gap:7px;padding:0 9px;font-size:10px;font-weight:720;white-space:nowrap;box-shadow:0 1px 2px #18274b0a}.cockpit-compact-action:hover,.cockpit-compact-action.active{border-color:#a9c7ff;color:var(--blue);background:#f8fbff}.cockpit-compact-action .attention-icon{width:24px;height:24px;border-radius:7px}.cockpit-compact-action>svg{color:var(--blue);flex:0 0 auto}.cockpit-compact-action strong{color:var(--ink);font-size:15px;line-height:1}.cockpit-compact-action kbd{border:1px solid #dce5f2;border-radius:6px;background:#f6f9fd;color:#78869b;padding:2px 5px;font-size:9px;line-height:1}.cockpit-workspace-grid .control-view{height:100%;min-height:0;padding:18px;overflow:auto}.cockpit-workspace-grid .context-panel{height:100%;min-height:0;overflow:auto}.cockpit-file-strip{border:1px solid #dbe5f1;border-radius:12px;background:#f9fbff;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.cockpit-file-strip>div{min-width:0;display:flex;align-items:center;gap:10px}.cockpit-file-strip>div>span,.cockpit-preview-hero>span{width:34px;height:34px;border-radius:10px;color:var(--blue);background:#ecf3ff;display:grid;place-items:center;flex:0 0 auto}.cockpit-file-strip strong{display:block;color:var(--ink);font-size:12px}.cockpit-file-strip p{margin:3px 0 0;color:var(--muted);font-size:10px}.cockpit-file-strip button{border:1px solid #cbd9ef;border-radius:9px;background:#fff;color:var(--blue);height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:760}.cockpit-preview-panel{background:#fff}.cockpit-preview-hero{display:flex;align-items:center;gap:10px;padding:12px 0 14px;border-bottom:1px solid var(--line)}.cockpit-preview-hero h2{margin:0;color:var(--ink);font-size:16px;font-weight:780}.cockpit-preview-hero p{margin:4px 0 0;color:var(--muted);font-size:10px}.cockpit-preview-table{margin:14px 0;border:1px solid #dfe7f2;border-radius:10px;overflow:hidden;background:#fff}.preview-row{display:grid;grid-template-columns:minmax(90px,.8fr) minmax(120px,1fr) minmax(90px,.8fr)}.preview-row+.preview-row{border-top:1px solid #edf2f7}.preview-row span{min-width:0;padding:9px 10px;color:#566176;font-size:10px;border-right:1px solid #edf2f7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-row span:last-child{border-right:0}.preview-head span{background:#f5f8fc;color:var(--ink);font-weight:780}.cockpit-workspace-grid .active-projects-panel{height:100%;min-height:0;border-left:0}.conversation-main-mode .topbar,.conversation-main-mode .workspace-grid{width:100%}.conversation-main-mode .workspace-grid{margin-top:0}.cockpit>.topbar,.cockpit>.attention-strip,.cockpit>.quick-create-bar,.cockpit>.queue-drawer{flex:0 0 auto}.topbar h1{font-size:28px;font-weight:720;color:var(--ink)}.eyebrow{color:#9aa6b8}.subtitle{color:#8b97aa}.quick-stats button{color:#738198}.quick-stats button svg{color:var(--blue)}.conversation-toolbar-stats{margin-left:auto;gap:4px;align-items:center;padding:0 6px}.conversation-toolbar-stats button{min-height:32px;border:1px solid transparent;border-radius:8px;background:transparent;grid-template-columns:18px auto;column-gap:5px;padding:4px 8px}.conversation-toolbar-stats button:hover{border-color:#dce6f5;background:#f6f9ff}.conversation-toolbar-stats span{font-size:9px}.conversation-toolbar-stats b{font-size:12px}.conversation-main-mode .thread-context{margin-left:0}.global-search{border-color:var(--line);border-radius:10px;color:#7e8a9f;box-shadow:0 1px 2px #17203305}.global-search kbd{border:1px solid var(--line);border-radius:5px;background:#fff}.attention-strip{gap:14px;margin:28px 0 18px}.attention-item{height:82px;border:0;border-radius:8px;padding:14px 16px;box-shadow:0 1px 2px #22375408;position:relative;display:grid;grid-template-columns:38px minmax(72px,1fr) 36px 16px;grid-template-rows:1fr;column-gap:9px;row-gap:0}.attention-item:hover,.attention-item.active{border-color:transparent;background:#fff;box-shadow:0 6px 20px #27467014}.attention-icon{border-radius:7px;grid-column:1;grid-row:1;align-self:center}.attention-icon.attention,.attention-icon.backlog{color:var(--red);background:#fff0f1}.attention-icon.decisions{color:var(--blue);background:var(--blue-soft)}.attention-item strong{font-size:22px;color:var(--ink);position:static;display:block;min-width:32px;text-align:center;font-variant-numeric:tabular-nums}.attention-item span:nth-child(2){grid-column:2;grid-row:1;display:contents;padding-right:0}.attention-item small{grid-column:2;grid-row:1;display:block;align-self:center;color:#5f6f87}.attention-item span:nth-child(2) strong{grid-column:3;grid-row:1;align-self:center}.attention-item em{position:absolute;top:10px;right:34px;padding-right:0;color:#98a3b4;white-space:nowrap}.attention-item>svg:last-child{position:static;grid-column:4;grid-row:1;transform:none;color:#7e8a9e}.queue-drawer{border:0;border-radius:8px;box-shadow:0 4px 18px #1c365812;max-height:118px;overflow:auto}.queue-drawer>button:not(.icon-ghost){min-height:34px}.quick-create-bar{min-height:44px;display:flex;align-items:center;gap:7px;margin:-2px 0 12px}.quick-create-bar>span{margin-right:4px;color:#95a1b4;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.quick-create-bar button{height:34px;display:flex;align-items:center;gap:6px;padding:0 10px 0 8px;color:#53627a;border:1px solid var(--line);border-radius:7px;background:#fff}.quick-create-bar button:hover{color:var(--blue);border-color:#cbdcff;background:#f8fbff}.quick-create-bar button svg:first-child{color:var(--blue)}.quick-create-bar button b{font-size:9px;font-weight:650}.ai-command-bar button{color:#334156;border-color:#dce5f5;background:linear-gradient(180deg,#fff,#f8fbff)}.ai-command-bar button svg:first-child{color:#1769f2}.ai-command-bar button:hover{border-color:#b9cffc;background:#f3f8ff}.quick-create-bar em{margin-left:auto;color:#a0aabd;font-size:9px;font-style:normal}.quick-ai-popover{flex:0 0 auto;position:relative;z-index:18;margin:-7px 0 12px}.quick-ai-card{width:min(620px,100%);border:1px solid #d6e0ef;border-radius:10px;background:#fff;box-shadow:0 16px 42px #1e304c21;overflow:hidden}.quick-ai-card header{min-height:48px;border-bottom:1px solid #e6ebf2;padding:8px 10px;display:grid;grid-template-columns:30px 1fr 28px;align-items:center;gap:8px}.quick-ai-card header>span{width:28px;height:28px;border-radius:8px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.quick-ai-card header p{margin:0 0 2px;color:#8994a7;font-size:8px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.quick-ai-card header h3{margin:0;font-size:13px}.quick-ai-fields{padding:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.quick-ai-fields label{min-width:0}.quick-ai-fields span{display:block;margin-bottom:4px;color:#6f7b8d;font-size:8px;font-weight:720}.quick-ai-fields input{width:100%;height:32px;border:1px solid #d7dee8;border-radius:6px;padding:0 9px;font-size:9px;outline:0}.quick-ai-fields input:focus{border-color:#8db4f7;box-shadow:0 0 0 3px #eaf2ff}.quick-ai-card footer{border-top:1px solid #e6ebf2;padding:8px 10px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.quick-ai-card footer small{color:#7d8899;font-size:9px;line-height:1.35}.quick-ai-card footer button{height:32px;border:0;border-radius:7px;background:var(--blue);color:#fff;padding:0 12px;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:720}.workspace-grid{display:grid;border:0;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #20334f0d;grid-template-columns:minmax(760px,1fr) minmax(250px,.32fr);align-items:stretch;flex:1 1 0;min-height:0;height:auto;margin-top:10px}.workspace-grid>*{min-height:0}.workspace-grid.projects-closed{grid-template-columns:1fr}.workspace-grid.context-panel-closed{grid-template-columns:minmax(560px,1fr) minmax(250px,.32fr)}.workspace-grid.context-panel-closed.projects-closed{grid-template-columns:1fr}.work-panel,.workspace-toolbar,.context-panel,.entity-hero,.ai-summary,.metric-grid{border-color:var(--line)}.work-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden}.workspace-grid.projects-closed .work-panel{border-right:0}.work-communication-split{height:100%;min-height:0;display:grid;grid-template-columns:minmax(430px,1fr) minmax(270px,.46fr);background:#fff;overflow:hidden}.work-communication-split.detail-closed{grid-template-columns:1fr}.control-mode-grid .work-panel{min-width:0}.workspace-grid.control-mode-grid,.control-mode-grid .work-communication-split{grid-template-columns:1fr}.control-mode-grid .work-conversation-column{min-width:0;background:#fff}.workspace-grid.conversation-center-grid{grid-template-columns:1fr;min-height:640px}.conversation-center-grid .work-panel{border-right:0}.conversation-center-grid .work-communication-split{display:flex;flex-direction:column;height:100%;min-height:0}.conversation-center-grid .workspace-toolbar{min-height:44px;background:#fff}.conversation-center-shell{flex:1 1 0;height:100%;min-width:0;min-height:0;display:grid;grid-template-columns:var(--conversation-list-width, 262px) 4px minmax(0,1fr) 4px var(--conversation-external-width, 190px);background:#f7f9fc;overflow:hidden}.conversation-center-shell.external-collapsed{grid-template-columns:var(--conversation-list-width, 262px) 4px minmax(0,1fr)}.conversation-list-panel,.external-chat-dock{min-height:0;border-right:1px solid #e0e6ee;background:#fbfcfe;display:flex;flex-direction:column;overflow:hidden}.external-chat-dock{border-right:0;border-left:1px solid #e0e6ee}.conversation-center-shell.list-collapsed .conversation-list-panel,.conversation-center-shell.external-collapsed .external-chat-dock{opacity:0;pointer-events:none}.conversation-center-shell.external-collapsed .embedded-external-dock{opacity:1;pointer-events:auto}.conversation-list-panel>header,.external-chat-dock>header{flex:0 0 auto;min-height:58px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between}.conversation-list-panel header strong,.external-chat-dock header strong{display:block;color:#202938;font-size:13px}.conversation-list-panel header small,.external-chat-dock header small{display:block;margin-top:3px;color:#7f8b9d;font-size:9px}.conversation-list-panel header button,.external-chat-dock header button{width:28px;height:28px;border:0;border-radius:8px;background:#eef4ff;color:var(--blue);display:grid;place-items:center}.conversation-list-panel>label{flex:0 0 auto;height:36px;margin:10px 12px 8px;border:1px solid #dce4ee;border-radius:9px;background:#fff;display:flex;align-items:center;gap:7px;padding:0 10px;color:#8793a6}.conversation-list-panel input{width:100%;min-width:0;border:0;outline:0;color:#253247;font-size:11px}.conversation-filter-tabs{flex:0 0 auto;display:flex;gap:4px;padding:0 12px 8px}.conversation-filter-tabs button{height:28px;border:0;border-radius:7px;background:transparent;color:#718096;padding:0 9px;font-size:10px;font-weight:650}.conversation-filter-tabs button.active,.conversation-filter-tabs button:hover{background:#edf4ff;color:var(--blue)}.conversation-thread-list{flex:1 1 auto;min-height:0;padding:0 8px 8px;overflow:auto}.conversation-thread-list>p{margin:11px 8px 5px;color:#8b96a7;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.conversation-list-heading{margin:13px 8px 5px;display:flex;align-items:center;justify-content:space-between}.conversation-list-heading p{margin:0;color:#8b96a7;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.conversation-list-heading button{height:22px;border:1px solid #d9e4f3;border-radius:7px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;gap:3px;padding:0 7px;font-size:8px;font-weight:800}.conversation-thread-list>button{width:100%;min-height:54px;border:0;border-radius:10px;background:transparent;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:7px 8px;color:#253247;text-align:left}.conversation-thread-list>button:hover,.conversation-thread-list>button.active{background:#edf4ff}.thread-avatar{position:relative;width:34px;height:34px;border-radius:11px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:9px;font-weight:780;overflow:visible}.thread-avatar img,.human-avatar img,.account-menu-avatar img,.account-mini-avatar img,.account-avatar-button img,.settings-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.thread-avatar.ai{background:#f0edff;color:#684eb5}.thread-avatar.system{background:#e9f8ef;color:#278459}.thread-avatar.external{background:#fff4e5;color:#b56a00}.thread-avatar.human{border-radius:50%}.thread-avatar.group{background:#eef7ff;color:#2760b7}.thread-avatar i{position:absolute;right:1px;bottom:1px;width:8px;height:8px;border:1px solid #fff;border-radius:50%;background:#24a866}.presence-dot.online,.conversation-presence-dot.online{background:#24a866}.presence-dot.away,.conversation-presence-dot.away{background:#e5a63a}.presence-dot.busy,.conversation-presence-dot.busy{background:#ef4b55}.presence-dot.offline,.conversation-presence-dot.offline{background:#cbd5e1}.conversation-presence-dot{width:8px;height:8px;border-radius:50%;justify-self:center;box-shadow:0 0 0 2px #fff}.conversation-thread-list strong,.conversation-thread-list small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-thread-list strong{font-size:11px}.conversation-thread-list small{margin-top:3px;color:#7c889a;font-size:9px}.conversation-thread-list em{display:none}.conversation-resizable-area{min-width:0;min-height:0;border-right:1px solid #e0e6ee;display:flex;flex-direction:column;overflow:hidden}.conversation-center-shell .central-communication{height:100%;border:0}.conversation-main-grid{flex:1 1 0;min-height:0;display:grid;grid-template-columns:minmax(360px,1fr) 4px var(--conversation-preview-width, 360px);overflow:hidden}.conversation-thread-area{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.conversation-center-shell .central-human-view{grid-template-columns:1fr}.conversation-center-shell .central-directory{display:none}.conversation-shell-handle,.conversation-external-handle{width:4px;min-width:4px;height:100%;border:0;border-inline:0;background:#f4f7fb;cursor:col-resize;display:block;padding:0;position:relative;z-index:7;touch-action:none}.conversation-shell-handle{border-left-color:#e0e6ee;border-right-color:#e0e6ee}.conversation-split-handle{width:4px;min-width:4px;height:100%;border:0;border-inline:0;background:#f4f7fb;cursor:col-resize;display:block;padding:0;position:relative;z-index:6;touch-action:none}.conversation-split-handle:hover,.conversation-shell-handle:hover,.conversation-external-handle:hover,.conversation-resizing .conversation-split-handle,.conversation-resizing .conversation-shell-handle,.conversation-resizing .conversation-external-handle{background:#dfeaff}.conversation-bar-toggle{position:absolute;top:14px;left:50%;width:24px;height:24px;border:1px solid rgba(207,218,232,.92);border-radius:8px;background:#ffffffe6;color:#6f7d92;box-shadow:0 8px 20px #1f2d411a;display:grid;place-items:center;padding:0;cursor:pointer;transform:translate(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:border-color .12s ease,box-shadow .12s ease,color .12s ease,background .12s ease,transform .12s ease}.conversation-bar-toggle:hover{border-color:#abc6ff;background:#fff;color:var(--blue);box-shadow:0 12px 24px #1769f229;transform:translate(-50%) translateY(-1px)}.conversation-shell-handle:focus-visible,.conversation-split-handle:focus-visible,.conversation-external-handle:focus-visible,.conversation-bar-toggle:focus-visible{outline:2px solid rgba(23,105,242,.42);outline-offset:2px}.conversation-preview-panel{min-width:0;min-height:0;background:#fff;display:flex;flex-direction:column;overflow:hidden}.conversation-preview-panel>header{flex:0 0 auto;min-height:55px;border-bottom:1px solid #e5ebf2;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.conversation-preview-panel header strong,.conversation-preview-panel header small{display:block}.conversation-preview-panel header strong{color:#202938;font-size:12px}.conversation-preview-panel header small{margin-top:3px;color:#8190a4;font-size:9px}.conversation-preview-panel header button{width:26px;height:26px;border:0;border-radius:7px;background:#f2f5f9;color:#657186;display:grid;place-items:center}.preview-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:10px;padding:12px;overflow:auto}.preview-content.empty{justify-content:flex-start;color:#718096}.preview-content.empty>svg{color:var(--blue)}.preview-content.empty>strong{color:#202938;font-size:15px}.preview-content.empty>p{margin:0;color:#718096;font-size:10px;line-height:1.55}.preview-meta-card{border:1px solid #dfe6ef;border-radius:10px;background:#fbfcff;padding:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.preview-meta-card span strong,.preview-meta-card span small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-meta-card span strong{color:#202938;font-size:9px}.preview-meta-card span small{margin-top:3px;color:#7d8a9c;font-size:8px}.preview-meta-card>div{grid-column:1 / -1;display:flex;align-items:center;gap:7px}.preview-meta-card a,.preview-meta-card button{min-height:26px;border:1px solid #d7e1ee;border-radius:7px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;justify-content:center;padding:0 9px;font-size:9px;font-weight:800;text-decoration:none}.preview-content iframe{flex:1 1 420px;min-height:340px;width:100%;border:1px solid #dfe6ef;border-radius:10px;background:#fff}.conversation-media-preview{width:100%;max-height:58vh;object-fit:contain;border:1px solid #dfe6ef;border-radius:10px;background:#f8fafc}.meeting-card{border:1px solid #dce5f0;border-radius:11px;background:#fbfcff;display:grid;gap:7px;padding:10px}.meeting-card span{color:#2a3650;display:flex;align-items:center;gap:6px;font-size:10px;font-weight:760}.meeting-card button{height:30px;border:1px solid #dce5f0;border-radius:8px;background:#fff;color:#516179;font-size:9px;font-weight:680}.meeting-card button:hover{border-color:#bdd2ff;color:var(--blue);background:#f5f8ff}.external-chat-dock{border-right:0;border-left:0}.embedded-external-dock{min-height:auto;border:0;background:transparent;overflow:visible}.embedded-external-dock>header{min-height:32px;padding:0 4px 8px}.embedded-external-dock>header>div:first-child strong{font-size:10px}.embedded-external-dock>header>div:first-child small{display:none}.embedded-external-dock .external-dock-actions button{width:28px;height:28px;border-radius:8px}.embedded-external-dock .external-add-menu,.embedded-external-dock .external-integration-settings{margin:0 0 8px}.embedded-external-dock .external-app-list{padding:0 0 8px}.external-dock-actions{display:flex;align-items:center;gap:6px}.external-add-menu,.external-integration-settings{flex:0 0 auto;margin:0 10px 10px;border:1px solid #dfe7f1;border-radius:11px;background:#fff;box-shadow:0 12px 30px #20334f14;overflow:hidden}.external-add-menu>header,.external-integration-settings>header{min-height:44px;border-bottom:1px solid #edf1f5;padding:9px 10px}.external-add-menu>header strong,.external-add-menu>header small,.external-integration-settings>header strong,.external-integration-settings>header small{display:block}.external-add-menu>header strong,.external-integration-settings>header strong{color:#202938;font-size:11px}.external-add-menu>header small,.external-integration-settings>header small{margin-top:3px;color:#8290a4;font-size:8px}.external-add-sections{max-height:420px;overflow:auto;padding:8px}.external-add-section{padding:7px 0 9px;border-bottom:1px solid #eef2f6}.external-add-section:last-child{border-bottom:0;padding-bottom:0}.external-add-section>p{margin:0 2px 7px}.external-add-section>p strong,.external-add-section>p small{display:block}.external-add-section>p strong{color:#1f2c3e;font-size:9px;letter-spacing:.01em}.external-add-section>p small{margin-top:2px;color:#8794a8;font-size:8px;line-height:1.35;white-space:normal}.external-integration-settings>header{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:7px}.external-integration-settings>header svg{color:var(--blue)}.external-add-menu>button,.external-add-section>button,.external-integration-settings>button{width:100%;min-height:44px;border:0;border-bottom:1px solid #f0f3f7;background:#fff;color:#27344a;display:grid;align-items:center;gap:8px;padding:8px 10px;text-align:left}.external-add-menu>button,.external-add-section>button{grid-template-columns:28px minmax(0,1fr) 14px}.external-integration-settings>button{grid-template-columns:minmax(0,1fr) 14px}.external-add-menu>button:last-child,.external-add-section>button:last-child,.external-integration-settings>button:last-child{border-bottom:0}.external-add-menu>button:hover,.external-add-section>button:hover,.external-integration-settings>button:hover{background:#f6f9ff}.external-add-menu>button:disabled,.external-add-section>button:disabled{cursor:wait;opacity:.66}.external-add-menu>button>span,.external-add-section>button>span{width:28px;height:28px;border-radius:9px;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:820}.external-add-menu .zalo{background:#0969f6}.external-add-menu .telegram{background:#2aabee}.external-add-menu .whatsapp{background:#23a455}.external-add-menu .messenger{background:#0078ff}.external-add-menu .instagram{background:linear-gradient(135deg,#f58529,#dd2a7b 50%,#515bd4)}.external-add-menu .line{background:#06c755}.external-add-menu .viber{background:#665cac}.external-add-menu .wechat{background:#07c160}.external-add-menu .slack{background:#4a154b}.external-add-menu .teams{background:#6264a7}.external-add-menu .google-chat{background:#1a73e8}.external-add-menu .discord{background:#5865f2}.external-add-menu .intercom{background:#0a63ff}.external-add-menu .zendesk{background:#03363d}.external-add-menu .freshchat{background:#19a974}.external-add-menu .hubspot{background:#ff5c35}.external-add-menu .crisp{background:#1972f5}.external-add-menu .tawk{background:#03a84e}.external-add-menu .email{background:#64748b}.external-add-menu .custom{background:#eef4ff;color:var(--blue)}.external-add-menu strong,.external-add-menu small,.external-integration-settings strong,.external-integration-settings small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.external-add-menu strong,.external-integration-settings strong{color:#243248;font-size:10px}.external-add-menu small,.external-integration-settings small{margin-top:2px;color:#8190a4;font-size:8px}.external-connector-result{margin:10px;padding:10px;border:1px solid #c9d9ff;border-radius:10px;background:#f7faff}.external-connector-result strong,.external-connector-result small,.external-connector-result code{display:block}.external-connector-result strong{color:#1d3157;font-size:10px}.external-connector-result small{margin-top:4px;white-space:normal}.external-connector-result code{margin-top:8px;padding:7px;border-radius:8px;background:#eef4ff;color:#2854b8;font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.external-connector-result button{margin-top:8px;width:100%;height:30px;border:1px solid #b9ccff;border-radius:8px;background:#fff;color:var(--blue);font-size:9px;font-weight:800}.external-connector-list{display:grid;gap:7px;padding:9px;border-bottom:1px solid #eef2f6}.external-connector-row{display:grid;grid-template-columns:minmax(0,1fr);gap:7px;padding:8px;border:1px solid #e3eaf3;border-radius:9px;background:#fbfdff}.external-connector-row>div{display:grid;grid-template-columns:1fr 1fr;gap:6px}.external-connector-row button{min-height:28px;border:1px solid #d7e1ee;border-radius:7px;background:#fff;color:#2c3a50;font-size:8px;font-weight:780}.external-connector-row button:hover{border-color:#b9ccff;color:var(--blue)}.external-dock-empty{margin:4px 0;background:#fff}.external-connect-strip{flex:0 0 auto;display:grid;grid-template-columns:1fr;gap:6px;padding:0 12px 10px}.external-connect-strip button,.external-app-group header button,.external-app-group>div>button{border:0;border-radius:9px;background:#fff;color:#27344a}.external-connect-strip button{min-height:34px;border:1px dashed #cdd9e8;display:flex;align-items:center;gap:8px;padding:0 10px;font-size:10px;font-weight:700}.external-connect-strip span,.external-app-group header span{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:800}.external-connect-strip .zalo,.external-app-group header .zalo{background:#0969f6}.external-connect-strip .telegram,.external-app-group header .telegram{background:#2aabee}.external-connect-strip .whatsapp,.external-app-group header .whatsapp{background:#23a455}.external-connect-strip .messenger,.external-app-group header .messenger{background:#0078ff}.external-connect-strip .instagram,.external-app-group header .instagram{background:linear-gradient(135deg,#f58529,#dd2a7b 50%,#515bd4)}.external-connect-strip .line,.external-app-group header .line{background:#06c755}.external-connect-strip .viber,.external-app-group header .viber{background:#665cac}.external-connect-strip .wechat,.external-app-group header .wechat{background:#07c160}.external-connect-strip .slack,.external-app-group header .slack{background:#4a154b}.external-connect-strip .teams,.external-app-group header .teams{background:#6264a7}.external-connect-strip .google-chat,.external-app-group header .google-chat{background:#1a73e8}.external-connect-strip .discord,.external-app-group header .discord{background:#5865f2}.external-connect-strip .intercom,.external-app-group header .intercom{background:#0a63ff}.external-connect-strip .zendesk,.external-app-group header .zendesk{background:#03363d}.external-connect-strip .freshchat,.external-app-group header .freshchat{background:#19a974}.external-connect-strip .hubspot,.external-app-group header .hubspot{background:#ff5c35}.external-connect-strip .crisp,.external-app-group header .crisp{background:#1972f5}.external-connect-strip .tawk,.external-app-group header .tawk{background:#03a84e}.external-connect-strip .email,.external-app-group header .email{background:#64748b}.external-connect-strip .external,.external-app-group header .external{background:#64748b}.external-app-list{flex:1 1 auto;min-height:0;display:grid;align-content:start;gap:8px;padding:0 10px 12px;overflow:auto}.external-app-group{border:1px solid #e0e7ef;border-radius:11px;background:#fff;overflow:hidden}.external-app-group>header{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:4px;padding:5px}.external-app-group header button:first-child{min-width:0;display:grid;grid-template-columns:16px 24px minmax(0,1fr);align-items:center;gap:7px;text-align:left}.external-app-group header strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.external-app-group header button:last-child{width:28px;height:28px;display:grid;place-items:center;color:#8a95a6}.external-app-group>div{border-top:1px solid #edf1f5;padding:7px}.external-app-group>div>small{display:block;margin:0 4px 5px;color:#8b96a7;font-size:8px}.external-app-group>div>button{width:100%;min-height:46px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:7px;text-align:left}.external-app-group>div>button:hover{background:#f4f8ff}.external-app-group>div>button.active{background:#edf4ff;box-shadow:inset 3px 0 var(--blue)}.external-app-group>div strong,.external-app-group>div small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.external-app-group>div strong{font-size:10px}.external-app-group>div small,.external-app-group>div em{color:#8190a4;font-size:8px;font-style:normal}.external-app-group>div b{min-width:18px;height:18px;border-radius:999px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;padding:0 5px;font-size:8px}.central-external-view{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#fff}.central-external-view>header{flex:0 0 auto;min-height:52px;border-bottom:1px solid #e5eaf1;padding:9px 12px;display:flex;align-items:center;justify-content:space-between}.central-external-view>header strong,.central-external-view>header small{display:block}.central-external-view>header strong{color:#202938;font-size:11px}.central-external-view>header small{margin-top:3px;color:#8190a4;font-size:8px}.central-external-view>header button{border:0;background:transparent}.external-thread-body{flex:1 1 auto;min-height:0;padding:18px;overflow:auto;background:#fbfcfe}.external-message-avatar{width:26px;height:26px;border-radius:8px;color:#fff;display:grid;place-items:center;flex:0 0 auto;font-size:9px;font-weight:800}.external-message-avatar.zalo{background:#0969f6}.external-message-avatar.telegram{background:#2aabee}.external-message-avatar.whatsapp{background:#23a455}.external-composer-lock{flex:0 0 auto;margin:10px 12px 12px;border:1px solid #dce5f0;border-radius:10px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:10px}.external-composer-lock strong,.external-composer-lock small{display:block}.external-composer-lock strong{color:#253247;font-size:10px}.external-composer-lock small{margin-top:3px;color:#7d899a;font-size:8px}.external-composer-lock button{height:30px;border:1px solid #dce5f0;border-radius:8px;background:#fff;color:#52627a;display:flex;align-items:center;gap:5px;padding:0 9px;font-size:9px;font-weight:700}.external-composer-lock button:hover{border-color:#bdd2ff;color:var(--blue);background:#f5f8ff}.work-conversation-column{flex:1 1 0;min-width:0;min-height:0;display:flex;flex-direction:column;border-right:1px solid var(--line);overflow:hidden}.work-communication-split.detail-closed .work-conversation-column{border-right:0}.workspace-toolbar{height:56px;padding:0 18px;overflow:visible}.mode-switch{border-radius:7px;background:#f2f5f9}.mode-switch button{border-radius:5px;color:#8290a5}.mode-switch button.active{color:var(--ink);box-shadow:0 1px 4px #27395617}.thread-options-wrap{position:relative;flex:0 0 auto}.thread-options-wrap.open>.icon-ghost,.thread-options-wrap>button:hover{color:var(--blue);background:#eef4ff}.thread-options-wrap .chat-settings-menu{right:0;top:36px}.thread-options-inline .chat-settings-menu{top:31px}.chat-settings-menu{z-index:60;width:264px;max-height:min(560px,calc(100vh - 168px));border:1px solid #dce2ea;border-radius:12px;background:#fff;box-shadow:0 18px 48px #2029382e;padding:8px;overflow:auto}.chat-settings-search{min-height:34px;border:1px solid #d9e1ec;border-radius:8px;background:#fff;display:flex;align-items:center;gap:7px;padding:0 9px;color:#8a96a8}.chat-settings-search:focus-within{border-color:#7eafff;box-shadow:0 0 0 3px #e8f1ff}.chat-settings-search input{min-width:0;width:100%;border:0;outline:0;color:#253247;font-size:11px}.chat-style-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px 0 6px}.chat-style-row button{min-height:52px;border:0;border-radius:8px;background:#f8fafc;display:grid;place-items:center;gap:1px;color:#243148;font-size:21px;font-weight:740}.chat-style-row button:hover{color:var(--blue);background:#eef4ff}.chat-style-row button span{color:#748196;font-size:8px;font-weight:720}.chat-settings-menu>button{width:100%;min-height:34px;border:0;border-radius:8px;background:#fff;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 8px;color:#253247;font-size:11px;font-weight:620;text-align:left}.chat-settings-menu>button:hover{background:#f3f6fa}.chat-settings-menu>button svg{color:#4c5b70}.chat-settings-menu>button.danger{color:#dc3d45}.chat-settings-menu>button.danger svg{color:#dc3d45}.chat-settings-menu .menu-divider{margin:7px 4px}.chat-asset-menu{position:absolute;left:0;bottom:43px;z-index:70;width:min(320px,calc(100vw - 48px));max-height:min(430px,calc(100vh - 210px));border:1px solid #dce3ed;border-radius:12px;background:#fff;box-shadow:0 18px 48px #2029382e;padding:10px;overflow:auto}.chat-asset-menu p{margin:0 0 8px;color:#243148;font-size:11px;font-weight:760}.chat-asset-menu label{display:grid;gap:4px;margin-bottom:7px}.chat-asset-menu label span{color:#78869a;font-size:8px;font-weight:760;text-transform:uppercase;letter-spacing:.06em}.chat-asset-menu input{width:100%;height:32px;border:1px solid #dbe3ed;border-radius:8px;outline:0;padding:0 9px;color:#263247;font-size:10px}.chat-asset-menu input:focus{border-color:#8eb5f7;box-shadow:0 0 0 3px #e8f1ff}.chat-asset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.chat-asset-grid button{min-height:54px;border:1px solid #dfe5ee;border-radius:9px;background:#fbfcfe;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:8px;color:#2c374a;text-align:left}.chat-asset-grid button:hover{border-color:#b9cdf7;background:#f5f8ff}.chat-asset-grid strong,.chat-asset-grid small{display:block}.chat-asset-grid strong{font-size:9px}.chat-asset-grid small{margin-top:2px;color:#7d8a9b;font-size:7px;line-height:1.25}.chat-asset-menu>small{display:block;margin-top:8px;color:#7c8798;font-size:8px;line-height:1.35}.chat-asset-library{position:absolute;top:56px;right:12px;bottom:12px;z-index:55;width:min(342px,calc(100% - 24px));border:1px solid #dce3ed;border-radius:13px;background:#fff;box-shadow:0 24px 70px #20293838;display:flex;flex-direction:column;overflow:hidden}.chat-search-panel{position:absolute;top:56px;right:12px;bottom:12px;z-index:58;width:min(420px,calc(100% - 24px));border:1px solid #dce3ed;border-radius:13px;background:#fff;box-shadow:0 24px 70px #20293838;display:flex;flex-direction:column;overflow:hidden}.chat-search-panel header{min-height:58px;border-bottom:1px solid #e6ebf1;display:grid;grid-template-columns:30px minmax(0,1fr) 26px;align-items:center;gap:8px;padding:10px 12px}.chat-search-panel header>span{width:30px;height:30px;border-radius:9px;background:#eef4ff;color:var(--blue);display:grid;place-items:center}.chat-search-panel header strong,.chat-search-panel header small{display:block}.chat-search-panel header strong{color:#243148;font-size:12px}.chat-search-panel header small{margin-top:2px;color:#7e8a9c;font-size:9px}.chat-search-panel header button{width:26px;height:26px;border:0;border-radius:7px;background:#f3f6fa;color:#667286;display:grid;place-items:center}.chat-search-panel form{margin:10px;padding:8px;border:1px solid #dfe6ef;border-radius:10px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;background:#fbfcff}.chat-search-panel form svg{color:#748298}.chat-search-panel input{min-width:0;border:0;outline:0;background:transparent;color:#202938;font-size:11px}.chat-search-panel form button{border:1px solid #d7e1ee;border-radius:8px;background:#fff;color:var(--blue);font-size:10px;font-weight:800;padding:7px 10px}.chat-search-filter-row{display:flex;align-items:center;gap:6px;padding:0 10px 10px;overflow-x:auto}.chat-search-filter-row button{min-height:25px;border:1px solid #dce5f0;border-radius:999px;background:#fff;color:#728096;padding:0 9px;font-size:9px;font-weight:800;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.chat-search-filter-row button.active{border-color:#bcd0ff;background:#eef4ff;color:var(--blue)}.chat-search-filter-row button span{min-width:17px;height:17px;border-radius:999px;background:#f0f4f8;color:#718096;display:inline-grid;place-items:center;padding:0 5px;font-size:8px}.chat-search-filter-row button.active span{background:#fff;color:var(--blue)}.chat-search-results{flex:1 1 auto;min-height:0;display:grid;align-content:start;gap:8px;padding:0 10px 10px;overflow:auto}.chat-search-results>button{width:100%;border:1px solid #e0e7f0;border-radius:10px;background:#fff;padding:9px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;text-align:left}.chat-search-results>button:hover,.chat-attachment-card.previewable:hover{border-color:#bdd2ff;background:#f8fbff}.chat-search-results>button>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#eef4ff;color:var(--blue)}.chat-search-results strong,.chat-search-results small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-search-results strong{color:#202938;font-size:11px}.chat-search-results small,.chat-search-results em{color:#7d8a9b;font-size:9px;font-style:normal}.conversation-file-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.chat-asset-library header{min-height:58px;border-bottom:1px solid #e6ebf1;display:grid;grid-template-columns:30px minmax(0,1fr) 26px;align-items:center;gap:8px;padding:10px 12px}.chat-asset-library header>span{width:30px;height:30px;border-radius:9px;background:#eef4ff;color:var(--blue);display:grid;place-items:center}.chat-asset-library strong,.chat-asset-library small{display:block}.chat-asset-library header strong{color:#243148;font-size:12px}.chat-asset-library header small{margin-top:2px;color:#7e8a9c;font-size:9px}.chat-asset-library header button{width:26px;height:26px;border:0;border-radius:7px;background:#f3f6fa;color:#667286;display:grid;place-items:center}.chat-asset-library-body{flex:1 1 auto;min-height:0;display:grid;align-content:start;gap:8px;padding:10px;overflow:auto;background:#fbfcfe}.chat-attachment-list,.pending-attachment-list{display:grid;gap:6px;margin-top:7px}.pending-attachment-list{max-height:118px;overflow:auto}.chat-attachment-card{min-width:0;border:1px solid #dce4ee;border-radius:9px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;padding:6px}.chat-attachment-card>a,.chat-attachment-card>div,.chat-attachment-card>.chat-attachment-main{min-width:0;width:100%;border:0;background:transparent;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;color:inherit;text-decoration:none;text-align:left;padding:0}.chat-attachment-card>a,.chat-attachment-card>div,.chat-attachment-card>.chat-attachment-main{grid-template-columns:28px minmax(0,1fr) auto}.chat-attachment-card strong,.chat-attachment-card small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attachment-card strong{color:#233048;font-size:10px}.chat-attachment-card small{margin-top:2px;color:#7d899a;font-size:8px}.chat-attachment-card em{border:1px solid #dce5f0;border-radius:999px;background:#f8fafc;color:#64748b;padding:3px 7px;font-size:7.5px;font-style:normal;font-weight:850;text-transform:uppercase}.chat-attachment-card>button:not(.chat-attachment-main){width:22px;height:22px;min-height:0;border:0;border-radius:6px;background:#f2f5f9;color:#6b778a;display:grid;place-items:center;padding:0}.chat-attachment-icon{width:28px;height:28px;border-radius:8px;background:#eef4ff;color:#1769f2;display:grid;place-items:center}.chat-attachment-icon.driveDoc,.chat-attachment-icon.link{background:#edf5ff;color:#1769f2}.chat-attachment-icon.driveSheet{background:#eef9f1;color:#14844c}.chat-attachment-icon.xmind{background:#f3edff;color:#7350c8}.chat-attachment-icon.media{background:#fff1f5;color:#d53f75}.chat-menu-toggle{width:28px;height:17px;border-radius:999px;background:#dfe3e8;padding:2px;justify-self:end}.chat-menu-toggle:after{content:"";display:block;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #26324529}.chat-menu-toggle.active{background:#1769f2}.chat-menu-toggle.active:after{transform:translate(11px)}.ai-dot{background:var(--blue)}.user-message{border-radius:8px 8px 2px;background:#f1f5fb}.result-card{border:1px solid var(--line);border-radius:8px;background:#fbfcfe}.result-card button{color:var(--blue)}.composer{position:relative;border-color:#dce3ed;border-radius:9px;box-shadow:0 4px 18px #1f35520f}.composer:focus-within{outline-color:#d6e5ff;border-color:#8eb5f7}.composer-action{border-radius:6px;color:#53637c;background:#f2f5fa}.composer-action.icon-only{width:31px;justify-content:center;padding:0}.composer-tools{min-width:0}.reasoning-button{height:29px;display:flex;align-items:center;gap:5px;padding:0 8px;color:#53637c;border:0;border-radius:6px;background:#f2f5fa;font-size:10px;font-weight:600}.reasoning-button:hover,.composer-action:hover{color:var(--blue);background:#edf4ff}.byok-status{display:flex;align-items:center;gap:5px;margin-left:auto;padding:5px 7px;color:#8491a5;border:0;border-radius:6px;background:transparent;font-size:9px;white-space:nowrap}.byok-status:hover{color:var(--blue);background:#f2f6fc}.byok-status i{width:6px;height:6px;border-radius:50%;background:var(--green)}.composer-tools .send-button{margin-left:4px}.effort-menu{bottom:43px;left:98px;width:250px}.action-value{margin-left:auto;color:#8491a5;font-size:9px}.menu-divider{height:1px;margin:5px 6px;background:var(--line)}.ai-settings-menu{bottom:43px;left:0;width:235px}.ai-menu-head{display:flex;align-items:center;gap:5px;padding:3px 4px 6px;border-bottom:1px solid var(--line)}.ai-menu-head button{width:auto;padding:5px}.ai-menu-head p{margin:0;color:#738096;font-size:10px;font-weight:700}.provider-mark{width:26px;height:26px;display:grid;place-items:center;border-radius:7px;color:#fff;background:#1d6cf2;font-size:11px;font-weight:750}.provider-mark.claude{background:#b65f39}.provider-mark.gemini{background:#7654d6}.provider-mark.grok{background:#1c2430}.provider-copy{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.provider-copy b{color:var(--ink);font-size:11px}.provider-copy small{color:#8c98aa;font-size:9px}.ai-settings-menu>button>svg:last-child{margin-left:auto}.effort-menu>p{margin:6px 9px;color:#8793a6;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.effort-menu button{justify-content:space-between}.effort-menu button.token-saving-option{background:#f6f9ff;border:1px solid #dbe8ff;border-radius:8px;margin:3px 4px}.effort-menu button.token-saving-option:hover{background:#edf4ff}.effort-menu button>span{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.effort-menu button b{font-size:11px;font-weight:680}.effort-menu button small{color:#8c98aa;font-size:9px}.send-button{border-radius:7px;background:var(--blue)}.context-panel{padding:20px;min-height:0;overflow:auto}.conversation-detail-panel{min-width:0;height:100%;background:#fbfcfe;border-left:0}.context-empty-card{min-height:220px;border:1px dashed #d8e0ea;border-radius:10px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:8px;margin-top:14px;padding:20px;color:#7c8799}.context-empty-card svg{color:var(--blue)}.context-empty-card strong{color:var(--ink);font-size:13px}.context-empty-card p{max-width:260px;margin:0;font-size:10px;line-height:1.55}.context-empty-card.conversation-sections-card{justify-content:flex-start;min-height:0}.conversation-section-list{display:grid;gap:8px;width:100%}.conversation-section-list span{display:grid;gap:3px;padding:9px 10px;border:1px solid #e2e8f2;border-radius:8px;background:#f8fbff}.conversation-section-list small{overflow:hidden;color:#7c8799;font-size:9px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.conversation-section-actions{display:flex;gap:8px;width:100%}.conversation-section-actions button{flex:1;border:1px solid #d6e0ee;border-radius:8px;background:#fff;color:var(--ink);font-weight:800;padding:9px 10px}.conversation-section-actions button:first-child{border-color:var(--blue);background:var(--blue);color:#fff}.human-context-panel .entity-hero .avatar{border-radius:12px;background:#e9f1ff;color:var(--blue)}.active-projects-panel{min-width:0;min-height:0;padding:20px 16px 16px;border-left:1px solid var(--line);background:#fbfcfe;display:flex;flex-direction:column;overflow:hidden}.projects-head,.view-all-projects,.new-project-inline{flex:0 0 auto}.projects-head{display:flex;align-items:flex-start;justify-content:space-between}.projects-head span{color:#9aa6b7;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.projects-head h2{margin:4px 0 0;color:var(--ink);font-size:17px;font-weight:730}.view-all-projects{display:flex;align-items:center;gap:3px;margin:8px 0 12px auto;padding:0;color:var(--blue);border:0;background:transparent;font-size:10px;font-weight:620}.project-stack{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:8px;overflow:auto;padding-right:2px}.project-row{width:100%;padding:13px;text-align:left;border:1px solid var(--line);border-radius:8px;background:#fff}.project-row:hover{border-color:#cddcff;box-shadow:0 4px 14px #1f3c660f}.entity-project-card{padding:11px;border-radius:9px}.entity-project-card.selected{border-color:#9bbcff;box-shadow:inset 3px 0 var(--blue),0 4px 14px #1f3c660f}.entity-project-card .project-title{grid-template-columns:7px minmax(0,1fr) auto}.entity-project-card p{margin-left:13px;line-height:1.4}.project-title{display:grid;grid-template-columns:7px 1fr auto;align-items:center;gap:6px}.project-title strong{overflow:hidden;color:var(--ink);font-size:11px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.project-title em{color:#8794a8;font-size:8px;font-style:normal;white-space:nowrap}.project-dot{width:6px;height:6px;border-radius:50%}.project-dot.risk{background:var(--red)}.project-dot.warning{background:var(--amber)}.project-dot.healthy{background:var(--green)}.project-row p{margin:6px 0 12px 13px;color:#8b97a9;font-size:9px}.project-progress-label{display:flex;justify-content:space-between;margin-bottom:5px;color:#69768a;font-size:9px}.project-progress-label b{color:var(--ink)}.project-progress{height:4px;overflow:hidden;border-radius:4px;background:#edf0f5}.project-progress i{display:block;height:100%;border-radius:4px}.project-progress i.risk{background:var(--red)}.project-progress i.warning{background:var(--amber)}.project-progress i.healthy{background:var(--green)}.project-row footer{display:flex;gap:12px;margin-top:9px;color:#96a2b4}.project-row footer span{display:flex;align-items:center;gap:4px;font-size:8px}.new-project-inline{width:100%;margin-top:10px;padding:9px;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--blue);border:1px dashed #bfd2f6;border-radius:7px;background:#f8fbff;font-size:10px;font-weight:650}.show-projects{position:fixed;right:12px;top:46%;z-index:8;display:flex;align-items:center;gap:5px;padding:8px 10px;color:var(--blue);border:1px solid #d4e1f8;border-radius:7px;background:#fff;box-shadow:0 4px 14px #1f3c6614;font-size:9px;font-weight:650}.avatar{border-radius:8px;color:var(--blue);background:var(--blue-soft)}.ai-summary svg{color:var(--blue)}.context-actions button,.control-header button{border-color:var(--line);border-radius:7px}.context-actions button:last-child,.control-header button{color:#fff;background:var(--blue);border-color:var(--blue)}.control-view{height:100%;padding:24px 26px;background:#fff}.control-header{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e5eaf1;padding-bottom:18px}.control-header h2{margin:3px 0 0;color:var(--ink);font-size:22px;font-weight:760;letter-spacing:-.01em}.control-view .context-empty-card{min-height:280px;margin-top:18px;align-items:flex-start}.project-control-grid,.project-detail-actions{display:grid;gap:9px}.project-control-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.project-control-grid button,.project-detail-actions button{min-width:0;border:1px solid #dbe5f1;border-radius:10px;background:#fff;color:#263448;display:grid;align-items:center;gap:9px;text-align:left}.project-control-grid button{grid-template-columns:28px minmax(0,1fr) 16px;min-height:74px;padding:11px}.project-detail-actions button{grid-template-columns:24px minmax(0,1fr) 14px;min-height:52px;padding:10px}.project-control-grid button:hover,.project-detail-actions button:hover{border-color:#bcd0ff;background:#f8fbff}.project-control-grid svg,.project-detail-actions svg{color:var(--blue)}.project-control-grid strong,.project-control-grid small,.project-detail-actions strong,.project-detail-actions small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-control-grid strong,.project-detail-actions strong{color:var(--ink);font-size:11px}.project-control-grid small,.project-detail-actions small{margin-top:3px;color:#7c8899;font-size:9px}.activity-row{gap:14px;max-height:96px;overflow:auto hidden}.activity-section.cockpit-footer{flex:0 0 auto;margin-top:14px;padding-top:18px;overflow:hidden}.activity-row article{border:0;border-radius:8px;box-shadow:0 1px 2px #22375408}.activity-row article svg{color:var(--blue)}.event-feed-title{align-items:center;gap:12px}.event-filter-row{display:flex;align-items:center;gap:6px;margin-left:auto}.event-filter-row button{align-items:center;display:inline-flex;justify-content:center;height:26px;min-width:72px;padding:0 10px;border:1px solid transparent;border-radius:999px;color:#718096;background:transparent;font-size:11px;font-weight:700}.event-filter-row button.active,.event-filter-row button:hover{color:var(--blue);background:#eef4ff;border-color:#dbe7ff}.activity-row article.risk svg{color:#ef4444}.activity-row article.warning svg{color:#d97706}.activity-row article.healthy svg{color:#16a34a}.activity-row article.neutral svg{color:var(--blue)}.ai-session-refresh{border:1px solid #d9e3f2;border-radius:999px;padding:7px 12px;color:var(--blue);background:#f7faff;font-size:11px;font-weight:800}.ai-session-refresh:disabled{cursor:wait;opacity:.68}.ai-session-runtime{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 14px;padding:10px;border:1px solid #e0e7f0;border-radius:8px;background:#fff}.ai-session-runtime>div{display:flex;align-items:center;min-width:0;gap:9px}.ai-session-runtime strong,.ai-session-runtime small{display:block}.ai-session-runtime strong{color:#1d293b;font-size:12px}.ai-session-runtime small{margin-top:2px;color:#7b8798;font-size:10px}.ai-session-result{margin-bottom:14px;padding:12px;border:1px solid #dbe7ff;border-radius:8px;background:#f8fbff}.ai-session-actions.compact article{background:#fff}.reasoning-ai-session-option{align-items:center;gap:12px}.reasoning-ai-session-option small{max-width:230px}.reasoning-ai-session-option em{margin-left:auto;border-radius:999px;background:#eef4ff;color:var(--blue);padding:4px 8px;font-size:10px;font-style:normal;font-weight:800}.reasoning-ai-session-option:disabled{opacity:.62}.chat-empty-state{display:flex;align-items:center;gap:10px;margin:16px 0;padding:13px;border:1px dashed #d6e1ef;border-radius:11px;color:#66758c;background:linear-gradient(180deg,#fbfdff,#f8fbff)}.chat-empty-state svg{color:var(--blue);flex:0 0 auto}.chat-empty-state strong,.chat-empty-state small{display:block}.chat-empty-state strong{color:#263247;font-size:12px}.chat-empty-state small{margin-top:3px;font-size:11px;line-height:1.45}.chat-empty-state button{margin-top:8px;height:28px;padding:0 10px;border:1px solid #bfd0ea;border-radius:7px;background:#fff;color:var(--blue);font-size:11px;font-weight:800}.chat-empty-state.compact{margin:0;padding:11px;border-radius:10px}.zalo-connect-card{margin:12px 6px 0;padding:10px;border:1px dashed #cbdcff;border-radius:8px;background:#f8fbff}.zalo-connect-card strong,.zalo-connect-card small{display:block}.zalo-connect-card strong{color:#243049;font-size:10px}.zalo-connect-card small{margin-top:4px;color:#6f7e94;font-size:9px;line-height:1.45}.zalo-connect-card button{width:100%;height:28px;margin-top:9px;border:1px solid #cbdcff;border-radius:6px;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center;gap:5px;font-size:9px;font-weight:780}.message.ai-message time{display:block;margin-top:6px;color:#8b97a8;font-size:10px}.message.ai-message.error{border-color:#fecaca;background:#fff7f7}.message.ai-message.error .ai-dot{background:#fee2e2;color:#dc2626}.message.ai-message.loading{opacity:.78}.send-button:disabled{cursor:not-allowed;opacity:.55}.menu{border-color:var(--line);border-radius:9px;box-shadow:0 12px 34px #1c325024}.menu button:hover{color:var(--blue);background:#f5f8fd}@media(max-width:1300px){.app-shell{grid-template-columns:68px var(--navigator-width, 280px) 4px minmax(0,1fr)}.navigator-toggle,.navigator-closed .navigator-toggle{left:56px}.workspace-grid{grid-template-columns:1fr}.work-communication-split{grid-template-columns:minmax(430px,1fr) minmax(260px,.48fr)}.business-detail-layout{grid-template-columns:1fr}.business-detail-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.active-projects-panel{display:none}}.communication-launcher{position:fixed;right:24px;bottom:22px;z-index:160;width:46px;height:46px;border:1px solid #0e57cf;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px #1769f23d}.communication-launcher:hover{background:#0e5ddf;transform:translateY(-1px)}.communication-launcher.open{background:#fff;color:#526177;border-color:#cfd7e2;box-shadow:0 8px 22px #2029381f}.communication-launcher>span{position:absolute;right:-2px;top:-3px;min-width:17px;height:17px;border:2px solid #fff;border-radius:999px;background:#e5484d;display:grid;place-items:center;padding:0 3px;color:#fff;font-size:8px;font-weight:760}.communication-hub{position:fixed;right:24px;bottom:78px;z-index:159;width:380px;height:min(560px,calc(100vh - 120px));border:1px solid #d7dde5;border-radius:8px;background:#fff;box-shadow:0 22px 60px #2029382e;display:flex;flex-direction:column;overflow:hidden;color:#182235}.communication-head{min-height:54px;border-bottom:1px solid #e5e9ee;padding:9px 12px;display:flex;align-items:center;justify-content:space-between}.communication-head span{display:block;font-size:11px;font-weight:760}.communication-head small{display:block;margin-top:3px;color:#8792a4;font-size:8px}.communication-head>button,.communication-context>button{border:0;background:transparent;color:#748095;padding:5px}.communication-channels{display:grid;grid-template-columns:repeat(3,1fr);padding:6px 8px;border-bottom:1px solid #e8ebef;background:#fafbfc}.communication-channels button{position:relative;min-height:32px;border:0;border-radius:5px;background:transparent;display:flex;align-items:center;justify-content:center;gap:5px;color:#718096;font-size:9px;font-weight:670}.communication-channels button.active{background:#fff;color:#155fcf;box-shadow:0 1px 4px #20293817}.communication-channels button i{width:6px;height:6px;border-radius:50%;background:#e64d52}.communication-context{min-height:55px;border-bottom:1px solid #e8ebef;padding:8px 11px;display:grid;grid-template-columns:32px 1fr 26px;align-items:center;gap:8px}.communication-avatar{width:31px;height:31px;border-radius:7px;display:grid;place-items:center}.communication-avatar.human{background:#eaf1ff;color:#2266cf}.communication-avatar.ai{background:#efedff;color:#664cb8}.communication-avatar.system{background:#eaf7ef;color:#2d8055}.communication-context strong{display:block;font-size:10px}.communication-context small{display:block;margin-top:3px;color:#8792a4;font-size:8px}.hub-directory{border-bottom:1px solid #e6eaf0;padding:7px 9px;background:#fff}.hub-directory label{height:30px;border:1px solid #dce2ea;border-radius:5px;display:flex;align-items:center;gap:6px;padding:0 8px;color:#8792a4}.hub-directory input{width:100%;border:0;outline:0;background:transparent;color:#29364a;font-size:9px}.hub-directory>div{display:flex;gap:5px;overflow-x:auto;padding-top:7px}.hub-directory>div button{min-width:max-content;border:1px solid #e0e5eb;border-radius:999px;background:#fff;padding:4px 7px 4px 4px;display:flex;align-items:center;gap:5px;font-size:8px}.hub-directory>div button.active{border-color:#9ebff1;background:#eff5ff;color:#155fcf}.hub-directory>div button>span{position:relative;width:22px;height:22px;border-radius:50%;background:#e9f1ff;display:grid;place-items:center;font-size:7px;font-weight:750}.hub-directory>div button i{position:absolute;right:0;bottom:0;width:6px;height:6px;border:1px solid #fff;border-radius:50%;background:#24a866}.hub-ai-actors{border-bottom:1px solid #e6eaf0;padding:7px 9px;display:flex;gap:5px;overflow-x:auto;background:#fff}.hub-ai-actors button{min-width:155px;border:1px solid #e0e5ec;border-radius:6px;background:#fff;padding:7px;display:grid;grid-template-columns:22px 1fr;align-items:center;gap:5px;text-align:left;color:#6a4fbb}.hub-ai-actors button.active{border-color:#b9afe8;background:#f6f4ff}.hub-ai-actors strong{display:block;color:#344156;font-size:8px}.hub-ai-actors small{display:block;margin-top:2px;color:#8b95a6;font-size:7px}.communication-thread{flex:1;overflow:auto;padding:13px 12px;background:#fbfcfd}.hub-message{width:fit-content;max-width:86%;border:1px solid #e0e5ea;border-radius:7px 7px 7px 2px;background:#fff;padding:9px 10px;margin-bottom:9px}.hub-message p{margin:0;color:#39465a;font-size:9px;line-height:1.55}.hub-message time{display:block;margin-top:4px;color:#9aa3b1;font-size:7px}.hub-message.sent{margin-left:auto;border-color:#cbdcf7;border-radius:7px 7px 2px;background:#edf4ff}.hub-message.ai{border-color:#dcd7f6;background:#f7f5ff}.hub-ai-context{border:1px solid #dfdaf7;border-radius:6px;background:#f8f6ff;padding:8px;display:flex;gap:7px;margin-bottom:9px;color:#6b51b8}.hub-ai-context span{display:block}.hub-ai-context strong{display:block;color:#4a3a78;font-size:8px}.hub-ai-context small{display:block;margin-top:3px;color:#776d98;font-size:7px;line-height:1.4}.hub-object-card{border:1px solid #dbe1e8;border-radius:6px;background:#fff;padding:9px;display:grid;grid-template-columns:21px 1fr 14px;align-items:center;gap:7px;color:#566579}.hub-object-card strong{display:block;color:#29364a;font-size:9px}.hub-object-card small{display:block;margin-top:3px;color:#8792a4;font-size:8px}.hub-suggestions{display:flex;flex-wrap:wrap;gap:5px}.hub-suggestions button{border:1px solid #d8dfee;border-radius:999px;background:#fff;padding:6px 8px;color:#526783;font-size:8px}.hub-system-event{border:1px solid #dbe4df;border-radius:6px;background:#fff;padding:10px;display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;color:#32805a}.hub-system-event.warning{border-color:#ecd9b2;background:#fffaf1;color:#aa761d}.hub-system-event strong{display:block;color:#334054;font-size:9px}.hub-system-event p{margin:4px 0;color:#637084;font-size:8px;line-height:1.45}.hub-system-event small{color:#8993a4;font-size:7px}.communication-composer{position:relative;border-top:1px solid #dfe4ea;padding:9px;background:#fff}.communication-composer textarea{width:100%;height:52px;border:0;outline:0;resize:none;padding:3px 4px;color:#263348;font-size:9px}.communication-composer>div{display:flex;align-items:center;gap:5px}.communication-composer button,.communication-composer span{min-height:27px;border:0;border-radius:5px;background:#f0f3f7;padding:0 7px;display:flex;align-items:center;gap:5px;color:#617087;font-size:8px}.communication-composer .hub-send{width:29px;margin-left:auto;padding:0;justify-content:center;background:var(--blue);color:#fff}.hub-ai-config{position:absolute;left:8px;right:8px;bottom:98px;z-index:20;max-height:320px;border:1px solid #d7dde5;border-radius:7px;background:#fff;box-shadow:0 16px 42px #20293829;display:grid;grid-template-columns:1fr 1fr;overflow:auto;padding:6px}.hub-ai-config>div+div{border-left:1px solid #e8ebef}.hub-ai-config p{margin:6px 8px;color:#8893a5;font-size:7px;font-weight:750;text-transform:uppercase}.hub-ai-config button{width:100%;min-height:38px;border:0;border-radius:4px;background:#fff;display:grid;grid-template-columns:1fr 15px;text-align:left}.hub-ai-config button:hover{background:#f3f6fa}.hub-ai-config button b{display:block;color:#344054;font-size:8px}.hub-ai-config button small{display:block;color:#8b95a6;font-size:7px}.central-communication{position:relative;height:100%;min-height:0;display:flex;flex-direction:column;background:#fff;overflow:hidden}.central-channel-tabs{position:relative;z-index:14;flex:0 0 auto;min-height:43px;border-bottom:1px solid #e2e7ed;padding:6px 14px;display:flex;align-items:center;gap:4px}.central-channel-tabs button{min-height:30px;border:0;border-radius:5px;background:transparent;padding:0 10px;display:flex;align-items:center;gap:6px;color:#718097;font-size:10px;font-weight:650;transition:background-color .1s ease,color .1s ease}.central-channel-tabs button:hover{background:#f1f4f8;color:#334258}.central-channel-tabs button.active{background:#edf4ff;color:#155fcd}.central-channel-tabs button i{width:6px;height:6px;border-radius:50%;background:#e54c52}.central-channel-tabs>span{color:#8a95a7;font-size:9px}.conversation-channel-helper{min-width:0;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-live-badge{margin-left:auto;min-height:24px;border:1px solid #dfe6ef;border-radius:999px;background:#fff;display:inline-flex;align-items:center;gap:6px;padding:0 8px;color:#718096;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.conversation-live-badge i{width:6px;height:6px;border-radius:50%;background:#96a1b2}.conversation-live-badge.live{border-color:#cdebdc;background:#f0fbf5;color:#27895f}.conversation-live-badge.live i{background:#24a866;box-shadow:0 0 0 4px #24a8661f}.conversation-live-badge.connecting,.conversation-live-badge.reconnecting{border-color:#d7e5ff;background:#f3f7ff;color:#4773bb}.conversation-live-badge.polling{border-color:#ead8ff;background:#f8f2ff;color:#744bc6}.conversation-live-badge.offline{border-color:#ffd4d4;background:#fff2f2;color:#c54a4a}.meeting-jump-row{display:flex;align-items:center;gap:4px;margin-left:6px}.meeting-jump-row button{min-height:28px;border:1px solid #dfe6ef;border-radius:999px;background:#fff;color:#5d6a7d;padding:0 9px;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:680}.meeting-jump-row button:hover{border-color:#bdd2ff;color:var(--blue);background:#f5f8ff}.conversation-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.ai-inline-actor-control{position:relative;min-width:0;margin-left:auto;display:flex;align-items:center;gap:7px}.ai-inline-actor-control>span{color:#8a95a7;font-size:9px;white-space:nowrap}.central-channel-tabs .ai-inline-actor-trigger{min-height:30px;max-width:196px;border:1px solid #dfe5ec;border-radius:999px;background:#fff;padding:0 9px;display:grid;grid-template-columns:14px minmax(0,1fr) 13px;gap:6px;color:#4f3f87;box-shadow:0 1px 2px #1e304c08}.central-channel-tabs .ai-inline-actor-trigger:hover,.ai-inline-actor-control.open .ai-inline-actor-trigger{border-color:#cfc7f1;background:#fbfaff;color:#5943a5}.ai-inline-actor-trigger strong{overflow:hidden;color:#202938;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.ai-actor-tray.inline{left:auto;right:0;top:37px;width:min(252px,72vw)}.ai-actor-tray.inline .ai-actor-strip{min-height:0;max-height:168px;padding:5px;display:grid;grid-template-columns:1fr;align-items:stretch;overflow:auto}.ai-actor-tray.inline .ai-actor-strip button{width:100%;min-width:0;min-height:38px;padding:6px}.ai-actor-tray.inline .ai-actor-strip button>span{width:24px;height:24px}.ai-actor-tray.inline .ai-actor-strip strong{font-size:8.5px}.ai-actor-tray.inline .ai-actor-strip small{font-size:7px}.ai-actor-tray.inline .ai-context-banner{min-height:34px;padding:7px 8px;grid-template-columns:16px minmax(0,1fr)}.ai-actor-tray.inline .ai-context-banner>span{display:none}.ai-actor-tray.inline .ai-context-banner strong{font-size:8.5px}.ai-actor-tray.inline .ai-context-banner small{font-size:7px}.central-human-view{flex:1 1 0;min-height:0;display:grid;grid-template-columns:210px 1fr;overflow:hidden}.central-directory{min-height:0;border-right:1px solid #e3e7ec;padding:10px 8px;overflow:auto;background:#fbfcfd}.central-directory>label{height:34px;border:1px solid #dce2e9;border-radius:5px;background:#fff;display:flex;align-items:center;gap:6px;padding:0 8px;color:#8792a4}.central-directory input{width:100%;border:0;outline:0;font-size:10px}.central-directory>p{margin:12px 7px 6px;color:#8a95a6;font-size:8px;font-weight:750;text-transform:uppercase}.directory-section-heading{margin:13px 7px 6px;display:flex;align-items:center;justify-content:space-between}.directory-section-heading p{margin:0;color:#8a95a6;font-size:8px;font-weight:750;text-transform:uppercase}.directory-section-heading button{min-height:22px;border:1px solid #d7e3f2;border-radius:7px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;gap:3px;padding:0 7px;font-size:8px;font-weight:800}.central-directory>button{width:100%;min-height:45px;border:0;border-radius:5px;background:transparent;display:grid;grid-template-columns:29px minmax(0,1fr);align-items:center;gap:7px;padding:5px 7px;text-align:left}.central-directory>button:hover,.central-directory>button.active{background:#eef3f9}.central-directory>button>span{position:relative;width:28px;height:28px;border-radius:50%;background:#e9f1ff;display:grid;place-items:center;color:#2665c3;font-size:8px;font-weight:760}.central-directory>button>span.group-avatar{border-radius:9px;background:#eef7ff;color:#2760b7}.central-directory>button>span i{position:absolute;right:0;bottom:0;width:7px;height:7px;border:1px solid #fff;border-radius:50%;background:#24a866}.central-directory strong{display:block;font-size:10px}.central-directory small{display:block;margin-top:3px;color:#8590a2;font-size:8px}.central-directory em{display:none}.central-thread{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.central-thread>header{flex:0 0 auto;min-height:52px;border-bottom:1px solid #e5e9ee;padding:8px 12px;display:flex;align-items:center;justify-content:space-between}.central-thread>header strong{display:block;font-size:11px}.central-thread>header small{display:block;margin-top:3px;color:#8792a4;font-size:8px}.central-thread>header button{border:0;background:transparent}.central-thread-body{flex:1 1 0;min-height:0;padding:18px;overflow:auto;background:#fbfcfd}.message-status{margin-left:6px;border:1px solid #dfe6ef;border-radius:999px;background:#fff;color:#718096;display:inline-flex;align-items:center;gap:5px;padding:1px 6px;font-size:8px;font-weight:800;vertical-align:middle}.message-status.sending{border-color:#d7e5ff;background:#f3f7ff;color:#4773bb}.message-status.sent,.message-status.read{border-color:#cdebdc;background:#effaf4;color:#26865d}.message-status.queued{border-color:#ead8ff;background:#f7f0ff;color:#744bc6}.message-status.failed{border-color:#ffd4d4;background:#fff0f0;color:#c54a4a}.message-status button{min-height:17px;border:0;border-radius:999px;background:#fff;color:inherit;padding:0 5px;font-size:8px;font-weight:850}.message-error-text{display:block;margin-top:5px;color:#c54a4a;font-size:8px}.human-avatar,.system-avatar{width:26px;height:26px;border-radius:50%;background:#e9f1ff;display:grid;place-items:center;color:#2d68c7;font-size:8px;font-weight:760;flex:0 0 auto;overflow:hidden}.human-avatar.message-avatar{box-shadow:0 0 0 2px #fff}.system-avatar{background:#e9f7ef;color:#2c8255}.central-basic-composer{position:relative;flex:0 0 auto;margin:10px 12px 12px;border:1px solid #d7e1ee;border-radius:11px;background:#fff;padding:9px;box-shadow:0 8px 22px #1e304c0f}.central-basic-composer:focus-within{border-color:#9fc0fb;box-shadow:0 0 0 3px #1769f214,0 10px 26px #1e304c14}.central-basic-composer textarea{width:100%;height:52px;border:0;outline:0;resize:none;color:#1f2c3e;background:transparent;font-size:12px;line-height:1.45}.central-basic-composer textarea::placeholder{color:#8b98aa}.central-basic-composer>div{display:flex;align-items:center;gap:5px}.central-basic-composer button{min-height:28px;border:0;border-radius:7px;background:#f2f5f9;color:#53637c;padding:0 8px;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:760}.central-basic-composer button:hover:not(:disabled){color:var(--blue);background:#edf4ff}.central-basic-composer .send-button{margin-left:auto;background:var(--blue);color:#fff}.central-basic-composer .send-button:hover:not(:disabled){background:#0f5edf;color:#fff}.composer-hint{display:block;margin:-1px 0 7px;color:#8b98aa;font-size:8px;font-weight:700}.central-basic-composer>.chat-asset-menu{display:block;left:0;bottom:calc(100% + 8px)}.central-basic-composer>.pending-attachment-list{display:grid;align-items:stretch;gap:6px;margin:0 0 7px}.central-basic-composer .chat-asset-grid button{min-height:54px;border:1px solid #dfe5ee;border-radius:9px;background:#fbfcfe;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:8px;font-size:inherit}.central-basic-composer .chat-attachment-card>button:not(.chat-attachment-main){width:22px;height:22px;min-height:0;border:0;border-radius:6px;background:#f2f5f9;display:grid;place-items:center;padding:0}.central-ai-view{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ai-actor-dock{position:relative;border-bottom:1px solid #e5e9ee;background:#fbfcfd;padding:7px 12px;z-index:4}.ai-actor-dock-trigger{width:100%;min-height:36px;border:1px solid #dfe5ec;border-radius:8px;background:#fff;display:grid;grid-template-columns:26px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:6px 9px;color:#344156;text-align:left;box-shadow:0 1px 2px #1e304c08}.ai-actor-dock-trigger>span{width:25px;height:25px;border-radius:7px;background:#efedff;color:#6b50bb;display:grid;place-items:center}.group-chat-modal-backdrop{position:absolute;inset:0;z-index:20;background:#0f172a2e;display:grid;place-items:center;padding:18px}.group-chat-modal{width:min(520px,96%);max-height:min(680px,92%);border:1px solid #d9e3ef;border-radius:12px;background:#fff;box-shadow:0 24px 70px #1322382e;display:flex;flex-direction:column;overflow:hidden}.group-chat-modal>header,.group-chat-modal>footer{flex:0 0 auto;min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #edf1f6}.group-chat-modal>footer{border-top:1px solid #edf1f6;border-bottom:0}.group-chat-modal header strong,.group-chat-modal header small{display:block}.group-chat-modal header strong{color:#1f2c3e;font-size:14px}.group-chat-modal header small{margin-top:3px;color:#8390a4;font-size:10px}.group-chat-modal header button{width:30px;height:30px;border:0;border-radius:8px;background:#f2f5f9;color:#5f6f86;display:grid;place-items:center}.group-name-field,.group-member-search{flex:0 0 auto;margin:12px 14px 0}.group-name-field span{display:block;margin-bottom:5px;color:#6f7c91;font-size:9px;font-weight:800;text-transform:uppercase}.group-name-field input,.group-member-search input{width:100%;height:36px;border:1px solid #d9e2ec;border-radius:9px;outline:0;padding:0 10px;color:#1f2c3e;font-size:11px}.group-member-search{height:36px;border:1px solid #d9e2ec;border-radius:9px;display:flex;align-items:center;gap:7px;padding:0 10px;color:#8793a6}.group-member-search input{height:auto;min-width:0;border:0;padding:0}.group-member-list{flex:1 1 auto;min-height:160px;overflow:auto;display:grid;align-content:start;gap:6px;padding:12px 14px}.group-member-list>button{min-height:48px;border:1px solid #e1e8f1;border-radius:10px;background:#fff;display:grid;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:7px 9px;color:#253247;text-align:left}.group-member-list>button:hover,.group-member-list>button.active{background:#f4f8ff;border-color:#bcd0ff}.group-member-list>button>span{width:30px;height:30px;border-radius:50%;background:#e9f1ff;color:#2665c3;display:grid;place-items:center;font-size:8px;font-weight:820}.group-member-list strong,.group-member-list small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-member-list strong{font-size:11px}.group-member-list small{margin-top:2px;color:#8290a4;font-size:8px}.group-member-list svg{color:var(--blue)}.group-chat-error{margin:0 14px 10px;border:1px solid #ffd4d4;border-radius:9px;background:#fff5f5;color:#b42318;display:flex;align-items:center;gap:7px;padding:8px 9px;font-size:10px}.group-chat-modal footer span{color:#7b8798;font-size:10px;font-weight:760}.group-chat-modal footer div{display:flex;gap:7px}.group-chat-modal footer button{height:32px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;color:#334155;padding:0 12px;font-size:10px;font-weight:800}.group-chat-modal footer button.primary{border-color:var(--blue);background:var(--blue);color:#fff}.group-chat-modal footer button:disabled{cursor:not-allowed;opacity:.55}.group-chat-modal.compact{width:min(440px,94%)}.group-info-panel{position:absolute;top:58px;right:14px;bottom:14px;z-index:18;width:min(360px,calc(100% - 28px));border:1px solid #d9e3ef;border-radius:12px;background:#fff;box-shadow:0 22px 60px #13223829;display:flex;flex-direction:column;overflow:hidden}.group-info-panel>header{min-height:56px;border-bottom:1px solid #edf1f6;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px}.group-info-panel header strong,.group-info-panel header small{display:block}.group-info-panel header strong{color:#1f2c3e;font-size:13px}.group-info-panel header small{margin-top:3px;color:#8390a4;font-size:9px}.group-info-panel header button{width:30px;height:30px;border:0;border-radius:8px;background:#f2f5f9;color:#5f6f86;display:grid;place-items:center}.group-info-summary{margin:12px 14px 0;border:1px solid #e2e8f0;border-radius:10px;background:#f8fbff;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:10px}.group-info-summary>span{width:34px;height:34px;border-radius:10px;background:#e9f1ff;color:var(--blue);display:grid;place-items:center}.group-info-summary strong,.group-info-summary small{display:block}.group-info-summary strong{color:#243047;font-size:11px}.group-info-summary small{margin-top:3px;color:#7d8a9f;font-size:9px;line-height:1.4}.group-info-actions{display:flex;gap:8px;padding:12px 14px 8px}.group-info-actions button{height:32px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;color:#344156;display:inline-flex;align-items:center;gap:6px;padding:0 10px;font-size:10px;font-weight:780}.group-info-actions button:disabled{cursor:not-allowed;opacity:.5}.group-member-admin-list{flex:1 1 auto;min-height:0;overflow:auto;display:grid;align-content:start;gap:7px;padding:8px 14px 14px}.group-member-admin-list article{min-height:52px;border:1px solid #e3e9f2;border-radius:10px;background:#fff;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px}.group-member-admin-list article>span{width:30px;height:30px;border-radius:50%;background:#eef4ff;color:#2665c3;display:grid;place-items:center;font-size:8px;font-weight:820}.group-member-admin-list strong,.group-member-admin-list small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-member-admin-list strong{color:#253247;font-size:10px}.group-member-admin-list small{margin-top:2px;color:#7e8b9f;font-size:8px}.group-member-controls{display:flex;align-items:center;gap:4px}.group-member-controls button{min-width:24px;height:24px;border:1px solid #e1e7ef;border-radius:7px;background:#fff;color:#6c788a;padding:0 6px;font-size:8px;font-weight:780}.group-member-controls button.active{border-color:#bcd0ff;background:#eef4ff;color:var(--blue)}.group-member-controls button.danger{color:#b42318}.message-reaction-row{margin-top:6px;display:flex;flex-wrap:wrap;gap:5px}.message-reaction-row button{height:22px;border:1px solid #e1e7ef;border-radius:999px;background:#ffffffc7;color:#58677c;padding:0 7px;font-size:10px;line-height:1}.message-reaction-row button.active{border-color:#bcd0ff;background:#eef4ff;color:var(--blue)}.typing-indicator,.read-receipt-summary{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#75839a;padding:5px 8px;font-size:9px}.typing-indicator span{width:18px;height:18px;border-radius:50%;background:#eef4ff;color:var(--blue);display:grid;place-items:center}.ai-actor-dock-trigger strong,.ai-actor-dock-trigger small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-actor-dock-trigger strong{color:#202938;font-size:10px;font-weight:680}.ai-actor-dock-trigger small{margin-top:2px;color:#8792a4;font-size:8px}.ai-actor-dock.open .ai-actor-dock-trigger,.ai-actor-dock-trigger:hover{border-color:#cfc7f1;background:#fdfcff}.ai-actor-tray{position:absolute;left:12px;right:12px;top:50px;z-index:12;border:1px solid #d9d4f2;border-radius:10px;background:#fff;box-shadow:0 18px 46px #2029382e;overflow:hidden}.ai-actor-tray .ai-actor-strip{min-height:56px;border-bottom:1px solid #ece8fb}.ai-actor-tray .ai-context-banner{border-bottom:0}.ai-actor-strip{min-height:58px;border-bottom:1px solid #e5e9ee;padding:7px 12px;display:flex;align-items:center;gap:6px;overflow-x:auto;background:#fbfcfd}.ai-actor-strip button{min-width:165px;border:1px solid #dfe4ea;border-radius:6px;background:#fff;padding:7px;display:grid;grid-template-columns:26px 1fr;align-items:center;gap:6px;text-align:left}.ai-actor-strip button:hover{border-color:#bfb6e8;background:#faf9ff}.ai-actor-strip button.active{border-color:#a899e0;background:#f3f0ff}.ai-actor-strip button>span{width:25px;height:25px;border-radius:6px;background:#efedff;display:grid;place-items:center;color:#6b50bb}.ai-actor-strip strong{display:block;font-size:9px}.ai-actor-strip small{display:block;margin-top:3px;color:#8792a4;font-size:7px}.ai-context-banner{min-height:42px;border-bottom:1px solid #e5e9ee;padding:7px 14px;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:6px;color:#684eb5}.ai-context-banner strong{display:block;color:#43336f;font-size:9px}.ai-context-banner small{display:block;margin-top:2px;color:#7d7498;font-size:8px}.ai-context-banner>span{border-radius:999px;background:#f0edff;padding:4px 7px;font-size:7px}.central-ai-view>.conversation{flex:1 1 0;min-height:0;height:auto;overflow:auto}.ai-session-card{border:1px solid #dce5f4;border-radius:12px;background:linear-gradient(180deg,#fbfdff,#f6f9ff);box-shadow:0 10px 28px #284c8412;overflow:hidden}.ai-session-card header{min-height:56px;padding:12px 14px 10px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px}.ai-session-icon{width:32px;height:32px;border-radius:10px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center}.ai-session-card header p{margin:0 0 3px;color:#7a8aa3;font-size:9px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.ai-session-card h3{margin:0;color:#182336;font-size:13px;line-height:1.3}.ai-session-card header em{border:1px solid #c8dcff;border-radius:999px;background:#fff;color:#1c63d8;padding:5px 8px;font-size:9px;font-style:normal;font-weight:720;white-space:nowrap}.ai-session-flow{border-top:1px solid #e2eaf6;border-bottom:1px solid #e2eaf6;padding:9px 12px;display:grid;grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr);align-items:center;gap:7px;background:#ffffffb8}.ai-session-flow>svg{color:#9aa9bf}.ai-session-flow article{min-width:0;display:grid;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:7px}.ai-session-flow article>span{width:25px;height:25px;border-radius:8px;background:#eef4ff;color:#2366d8;display:grid;place-items:center}.ai-session-flow strong,.ai-session-actions strong{display:block;overflow:hidden;color:#202938;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.ai-session-flow small,.ai-session-actions small,.ai-session-plan-head small{display:block;margin-top:2px;color:#7c899b;font-size:8px;line-height:1.35}.ai-session-plan{padding:10px 12px 12px}.ai-session-plan-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.ai-session-plan-head strong{display:block;color:#1f2a3c;font-size:11px}.ai-session-plan-head span{border-radius:999px;background:#eaf7ef;color:#24734e;padding:5px 8px;font-size:8px;font-weight:740;white-space:nowrap}.ai-session-actions{display:grid;gap:6px}.ai-session-actions article{min-height:34px;border:1px solid #e3e9f2;border-radius:8px;background:#fff;padding:7px 8px;display:grid;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:7px}.ai-session-actions article>svg{color:#2f78e8}.ai-session-actions em{color:#6d7d93;font-size:8px;font-style:normal;font-weight:680;white-space:nowrap}.ai-session-card footer{border-top:1px solid #e2eaf6;padding:8px 12px;display:flex;align-items:center;gap:6px;color:#6b7789;font-size:9px}.central-system-view{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.system-command-intro{border-bottom:1px solid #e4e8ed;padding:13px 16px;display:flex;gap:9px;background:#f6fbf8}.system-command-intro>span{width:31px;height:31px;border-radius:6px;background:#e5f5ec;display:grid;place-items:center;color:#2d8256}.system-command-intro strong{font-size:11px}.system-command-intro p{margin:4px 0 0;color:#657287;font-size:9px;line-height:1.45}.system-command-thread{flex:1 1 0;min-height:0;overflow:auto;padding:18px;background:#fbfcfd}.communication-hub,.central-communication,.primary-nav{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.communication-hub{font-size:11px}.communication-head span{font-size:12px}.communication-context strong{font-size:11px}.communication-context small,.hub-message p{font-size:9.5px}.communication-channels button,.communication-composer textarea{font-size:10px}.communication-channels button,.hub-directory button,.hub-ai-actors button,.hub-suggestions button,.communication-composer button{transition:background-color .1s ease,border-color .1s ease,color .1s ease,transform .1s ease}.communication-channels button:hover,.hub-directory button:hover,.hub-ai-actors button:hover,.hub-suggestions button:hover{transform:translateY(-1px)}@media(max-width:700px){.communication-hub{right:10px;bottom:70px;width:calc(100vw - 20px)}.communication-launcher{right:14px;bottom:14px}}.search-field input{font-size:13px;font-weight:500;color:var(--ink)}.filter{font-size:12px;font-weight:570}.sort-row{font-size:11px;line-height:1.45}.entity-card{padding-top:14px;padding-bottom:14px}.entity-card strong{color:#202938;font-size:13px;font-weight:640;line-height:1.35}.entity-meta{font-size:11px;line-height:1.45}.entity-card small{font-size:10.5px;font-weight:500;color:#66748a}.status{font-size:10px;font-weight:650}.topbar{min-height:72px}.topbar h1{font-size:30px;font-weight:760;line-height:1.15}.subtitle{font-size:13px;line-height:1.5}.quick-stats span,.global-search span{font-size:11px;font-weight:570}.attention-item small{font-size:10px;font-weight:650;line-height:1.25}.attention-item em{font-size:9px;font-weight:520}.quick-create-bar>span,.quick-create-bar button b,.quick-create-bar em{font-size:10px}.workspace-toolbar{padding-left:20px;padding-right:20px}.mode-switch button,.thread-context{font-size:11px;font-weight:580}.conversation{flex:1;height:auto;min-height:0;padding:24px;gap:18px}.message{font-size:13px;line-height:1.55}.result-card{padding:14px}.result-card>div strong{font-size:12px;font-weight:680}.result-card p,.result-card button{font-size:11px;line-height:1.45}.composer textarea{font-size:13px;line-height:1.5}.composer-action{font-size:10px;font-weight:600}.context-head{font-size:9px;font-weight:700}.entity-hero h2{font-size:17px;font-weight:720}.entity-hero p,.ai-summary p{font-size:11px;line-height:1.5}.ai-summary strong,.section-title strong{font-size:11px;font-weight:700}.metric-grid small,.work-list small,.section-title button{font-size:9px}.work-list b{font-size:11px;font-weight:650;line-height:1.4}.activity-section{margin-top:18px}.activity-row{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.activity-row article{min-width:300px;flex:1 0 300px;padding:14px}.activity-row strong{font-size:11px;font-weight:680}.activity-row p,.activity-row time{font-size:10px;line-height:1.4}.auth-loading,.auth-screen{min-height:100vh;display:grid;place-items:center;background:#f6f8fb;color:#172033}.auth-loading{align-content:center;gap:10px}.auth-loading svg{color:#1769f2}.auth-panel{width:min(400px,calc(100vw - 32px));border:1px solid #dfe4ec;border-radius:8px;background:#fff;box-shadow:0 18px 48px #1824361a;padding:28px}.auth-panel header{display:flex;align-items:center;gap:14px;padding-bottom:22px;border-bottom:1px solid #edf0f4}.auth-panel header .brand-mark{position:static;width:44px;height:44px}.auth-panel header p{margin:0 0 3px;color:#7b8798;font-size:10px;font-weight:700;text-transform:uppercase}.auth-panel h1{margin:0;font-size:24px}.auth-panel form{display:grid;gap:15px;padding-top:22px}.auth-panel label{display:grid;gap:7px;color:#4c596c;font-size:12px;font-weight:650}.auth-panel input{height:42px;border:1px solid #ccd4df;border-radius:6px;padding:0 12px;color:#172033;background:#fff;font:inherit;outline:none}.auth-panel input:focus{border-color:#1769f2;box-shadow:0 0 0 3px #1769f21a}.auth-panel form>button{height:42px;border:0;border-radius:6px;background:#1769f2;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.auth-panel form>button:disabled{opacity:.6;cursor:wait}.auth-error{margin:0;color:#c53b48;font-size:12px;line-height:1.45}.auth-helper{margin:-4px 0 0;color:#7b8798;font-size:11px;line-height:1.4}.settings-surface{padding:28px 32px 24px;min-width:0;height:100vh;min-height:0;overflow:auto}.settings-modal-open{overflow:hidden}.workspace-settings-modal-backdrop{position:fixed;inset:0;z-index:520;background:#0f172a47;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:28px}.workspace-settings-modal{position:relative;width:min(1080px,calc(100vw - 56px));height:min(720px,calc(100vh - 56px));border:1px solid #dce3ec;border-radius:14px;background:#fff;box-shadow:0 28px 80px #0f172a42;overflow:hidden}.settings-modal-close{position:absolute;left:15px;top:15px;z-index:3;width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:#111827;display:grid;place-items:center}.settings-modal-close:hover{background:#eef2f6}.settings-surface.modal-surface{height:100%;min-height:0;padding:0;background:#fff;overflow:hidden}.settings-surface.modal-surface .workspace-settings-shell{height:100%;min-height:0;border:0;border-radius:0;box-shadow:none}.settings-surface.modal-surface .workspace-settings-sidebar{padding-top:56px;overflow:auto}.settings-surface.modal-surface .workspace-settings-panel{overflow:auto}.admin-surface{background:#f7f9fc}.platform-console-shell{height:100vh;min-height:0;background:#f7f9fc;overflow:auto}.platform-console-topbar{min-height:78px;border-bottom:1px solid #e1e7ef;background:#fff;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.platform-console-topbar h1{margin:3px 0 2px;color:#172033;font-size:24px;line-height:1.05}.platform-console-topbar span{color:#718096;font-size:11px;font-weight:650}.platform-console-topbar>div:last-child{display:flex;align-items:center;gap:8px}.platform-console-topbar button{min-height:34px;border:1px solid #ccd6e3;border-radius:7px;background:#fff;padding:0 11px;color:#304055;display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:760}.platform-console-topbar button:hover{background:#f3f6fa}.platform-console-topbar button.danger{border-color:#f1c7cc;color:#b4232f;background:#fff8f8}.admin-tabs{display:inline-grid;grid-template-columns:repeat(3,minmax(190px,1fr));gap:8px;margin-bottom:22px;max-width:860px;width:100%}.admin-tabs button{min-height:54px;border:1px solid #d8e0ea;border-radius:7px;background:#fff;padding:9px 11px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:8px;color:#46546a;text-align:left}.admin-tabs button.active{border-color:#9abaf3;background:#f5f9ff;color:#165dcc;box-shadow:0 8px 22px #1d4ed812}.admin-tabs span,.admin-tabs strong,.admin-tabs small{display:block}.admin-tabs strong{color:#1f2b3d;font-size:11px}.admin-tabs small{margin-top:3px;color:#8491a4;font-size:8px}.app-shell.settings-mode{grid-template-columns:76px minmax(0,1fr)}.app-shell.settings-mode .primary-nav{grid-column:1}.app-shell.settings-mode .settings-surface{grid-column:2}.settings-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}.settings-billing-pill{border:1px solid #d5dde7;background:#fff;min-width:220px;padding:13px 15px;display:flex;align-items:center;gap:10px;color:#29364a}.settings-billing-pill svg{color:#276be8}.settings-billing-pill small{display:block;color:#748197;font-size:9px;font-weight:700;text-transform:uppercase}.settings-billing-pill strong{display:block;font-size:13px}.settings-hero.compact{margin-bottom:14px}.settings-save-pill{border:1px solid #dce4ee;border-radius:999px;background:#fff;min-width:210px;padding:8px 12px;display:flex;align-items:center;gap:9px;color:#29364a}.settings-save-pill.pending{border-color:#efc86d;background:#fff9e8}.settings-save-pill svg{color:#20b969}.settings-save-pill.pending svg{color:#d79614}.settings-save-pill small,.settings-save-pill strong{display:block}.settings-save-pill small{color:#7a8799;font-size:8px;font-weight:820;text-transform:uppercase}.settings-save-pill strong{margin-top:2px;font-size:11px}.workspace-settings-shell{min-height:650px;border:1px solid #d8e0e8;border-radius:10px;background:#fff;display:grid;grid-template-columns:246px minmax(0,1fr);overflow:hidden;box-shadow:0 14px 34px #0f172a0f}.workspace-settings-sidebar{border-right:1px solid #e5ebf2;background:#fbfcfe;padding:12px 8px;min-width:0}.settings-account-card{width:100%;min-height:56px;border:0;border-radius:8px;background:transparent;padding:8px;display:grid;grid-template-columns:30px minmax(0,1fr) 16px;align-items:center;gap:8px;color:#202938;text-align:left}.settings-account-card:hover{background:#f1f4f8}.settings-avatar{width:28px;height:28px;border-radius:999px;background:#f59e0b;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:820}.settings-account-card strong,.settings-account-card small{display:block}.settings-account-card strong{overflow:hidden;color:#1f2937;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.settings-account-card small{margin-top:2px;color:#7b8798;font-size:9px}.workspace-settings-nav{border-top:1px solid #e5ebf2;margin-top:8px;padding-top:8px;display:grid;gap:2px}.workspace-settings-nav button{width:100%;min-height:34px;border:0;border-radius:7px;background:transparent;padding:0 8px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px;color:#1f2937;font-size:11px;font-weight:640;text-align:left}.workspace-settings-nav button:hover{background:#f1f4f8}.workspace-settings-nav button.active{background:#edf1f6}.workspace-settings-nav svg{color:#475569}.workspace-settings-nav em{border-radius:999px;background:#fff;color:#64748b;padding:2px 5px;font-size:8px;font-style:normal;font-weight:780}.workspace-settings-panel{min-width:0;padding:22px 28px 28px;background:#fff}.settings-panel-title{border-bottom:1px solid #e5eaf0;padding-bottom:16px;display:flex;align-items:start;justify-content:space-between;gap:18px}.settings-panel-title h2{margin:0;color:#111827;font-size:20px;font-weight:720;letter-spacing:0}.settings-panel-title p{max-width:620px;margin:6px 0 0;color:#687487;font-size:11px;line-height:1.45}.settings-save-error{border:1px solid #f0c6c6;border-radius:8px;background:#fff7f7;color:#a43a3a;display:flex;align-items:center;gap:8px;margin:12px 0 0;padding:9px 11px;font-size:10px;font-weight:720}.workspace-apply-actions.compact button{min-height:31px;border-radius:7px;white-space:nowrap}.settings-row-list{display:grid}.settings-row{min-height:61px;border-bottom:1px solid #edf1f5;display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,auto);align-items:center;gap:18px}.settings-row-copy strong,.settings-row-copy small{display:block}.settings-row-copy strong{color:#172033;font-size:12px;font-weight:690}.settings-row-copy small{max-width:620px;margin-top:4px;color:#7b8798;font-size:10px;line-height:1.4}.settings-row-control{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;color:#1f2937;font-size:11px;font-weight:660;text-align:right}.settings-row-control>span{border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;padding:5px 9px;color:#475569;white-space:nowrap}.settings-switch{min-width:54px;min-height:28px;border:1px solid #d9e1eb;border-radius:999px;background:#eef2f6;padding:0 7px 0 4px;display:inline-flex;align-items:center;justify-content:space-between;gap:5px;color:#657287;font-size:9px;font-weight:800}.settings-switch i{width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 4px #0f172a29}.settings-switch.active{border-color:#276be8;background:#276be8;color:#fff}.settings-panel-block{border-top:1px solid #e5eaf0;margin-top:18px;padding-top:18px}.settings-subhead{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.settings-subhead strong,.settings-subhead small{display:block}.settings-subhead strong{color:#172033;font-size:12px}.settings-subhead small{margin-top:3px;color:#7b8798;font-size:10px}.settings-subhead em{border:1px solid #e1e7ef;border-radius:999px;background:#f8fafc;padding:5px 8px;color:#64748b;font-size:9px;font-style:normal;font-weight:780;white-space:nowrap}.theme-plan-list.compact,.template-pack-list.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.access-rules.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.cockpit-layout-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.cockpit-layout-list button{min-height:74px;border:1px solid #dce4ee;border-radius:9px;background:#fff;padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;color:#202938;text-align:left}.cockpit-layout-list button:hover{border-color:#cbdcff;background:#fbfdff}.cockpit-layout-list button.active{border-color:#9ebdf4;background:#f5f9ff}.cockpit-layout-list strong,.cockpit-layout-list small{display:block}.cockpit-layout-list strong{color:#202938;font-size:12px;font-weight:690}.cockpit-layout-list small{margin-top:4px;color:#718096;font-size:10px;line-height:1.4}.cockpit-layout-list em{border-radius:999px;background:#eef2f7;color:#657287;padding:5px 8px;font-size:9px;font-style:normal;font-weight:820}.cockpit-layout-list button.active em{background:#276be8;color:#fff}.ai-session-settings-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:12px}.ai-session-settings-grid label,.ai-session-settings-grid>div{display:grid;gap:8px;padding:12px;border:1px solid #e0e7ef;border-radius:8px;background:#fff}.ai-session-settings-grid span{color:#2a3549;font-size:12px;font-weight:800}.ai-session-settings-grid small{color:#7a8799;font-size:10px;line-height:1.45}.ai-session-settings-grid input{height:36px;border:1px solid #d6e0ec;border-radius:8px;padding:0 10px;font:inherit}.ai-session-settings-grid>div button{height:34px;border:1px solid #d6e0ec;border-radius:8px;color:#4b5b73;background:#fff;font-size:11px;font-weight:760}.ai-session-settings-grid>div button.active{border-color:#9ebcf2;color:#164fbb;background:#f5f9ff}.ai-session-settings-grid>div button.danger{color:#b45309}.credit-rate-editor{border:1px solid #dfe7f0;border-radius:10px;background:#fbfcfe;padding:12px;display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:12px}.credit-rate-input{border:1px solid #d8e1ec;border-radius:8px;background:#fff;padding:10px;display:grid;gap:7px}.credit-rate-input span{color:#66758a;font-size:9px;font-weight:800;text-transform:uppercase}.credit-rate-input input{width:100%;min-height:36px;border:1px solid #cfd9e6;border-radius:7px;background:#f8fafc;padding:0 10px;color:#172033;font-size:16px;font-weight:760;outline:0}.credit-rate-input input:focus{border-color:#276be8;box-shadow:0 0 0 3px #276be81c}.credit-rate-preview{border:1px solid #d8e1ec;border-radius:8px;background:#fff;padding:10px 12px;display:grid;align-content:center;gap:5px}.credit-rate-preview small,.credit-rate-preview strong,.credit-rate-preview span{display:block}.credit-rate-preview small{color:#7b8798;font-size:9px;font-weight:800;text-transform:uppercase}.credit-rate-preview strong{color:#172033;font-size:15px}.credit-rate-preview span{color:#64748b;font-size:10px}.credit-rate-presets{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:7px}.credit-rate-presets button{min-height:30px;border:1px solid #d5deea;border-radius:999px;background:#fff;padding:0 10px;color:#40516a;font-size:10px;font-weight:740}.credit-rate-presets button:hover,.credit-rate-presets button.active{border-color:#276be8;background:#eef5ff;color:#165dcc}.workspace-apply-bar{border:1px solid #d8e0e8;background:#fff;padding:13px 15px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.workspace-apply-bar.pending{border-color:#f0c36a;background:#fffbf1}.workspace-apply-bar h2{margin:2px 0 4px;color:#25324a;font-size:16px}.workspace-apply-bar span{color:#68768a;font-size:10px}.workspace-apply-actions{display:flex;align-items:center;gap:8px}.workspace-apply-actions button{min-height:34px;border:1px solid #cfd8e4;border-radius:6px;background:#fff;padding:0 12px;color:#334155;font-size:10px;font-weight:780}.workspace-apply-actions button.primary{border-color:#276be8;background:#276be8;color:#fff}.workspace-apply-actions button:disabled{border-color:#dbe2ec;background:#eef2f7;color:#8a97aa;cursor:default}.platform-metrics-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:-4px 0 14px}.platform-metrics-row article{border:1px solid #dbe4ef;border-radius:8px;background:#fff;padding:13px 14px;box-shadow:0 8px 24px #1f29370a}.platform-metrics-row small,.platform-metrics-row strong,.platform-metrics-row span{display:block}.platform-metrics-row small{color:#8491a4;font-size:9px;font-weight:780;text-transform:uppercase}.platform-metrics-row strong{margin-top:5px;color:#172033;font-size:26px;line-height:1}.platform-metrics-row span{margin-top:5px;color:#64748b;font-size:10px;font-weight:650}.console-pill svg,.studio-pill svg{color:#276be8}.console-layout,.studio-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:14px}.console-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-workspace-bridge{padding:0}.workspace-bridge-layout{display:grid;grid-template-columns:390px minmax(0,1fr);gap:14px;margin-top:18px}.workspace-bridge-panel{border:1px solid #d8e0e8;border-radius:8px;background:#fff;padding:20px}.console-card>div svg,.studio-card>div svg{color:#276be8}.admin-search{height:40px;border:1px solid #d7e0ea;border-radius:7px;background:#f8fafc;display:flex;align-items:center;gap:8px;padding:0 10px;color:#7d8aa0}.admin-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#263247;font-size:11px}.workspace-access-list{display:grid;gap:7px;margin-top:11px}.workspace-access-list button{border:1px solid #e0e7ef;border-radius:6px;background:#fff;padding:9px 10px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;color:#28364b;text-align:left}.workspace-access-list strong,.workspace-access-list small{display:block}.workspace-access-list strong{font-size:11px}.workspace-access-list small{margin-top:3px;color:#7c8aa0;font-size:8px}.workspace-access-list em{border:1px solid #dfe7ef;border-radius:999px;background:#f8fafc;padding:4px 7px;color:#5f6f84;font-size:8px;font-style:normal;font-weight:760}.access-rules{display:grid;gap:8px;margin-top:13px}.access-rules div,.studio-rule-grid div{border:1px solid #e0e7ef;border-radius:6px;background:#fafcff;padding:10px;display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:center}.access-rules svg,.studio-rule-grid svg{color:#276be8}.access-rules strong,.access-rules small,.studio-rule-grid strong,.studio-rule-grid span{display:block}.access-rules strong,.studio-rule-grid strong{color:#263247;font-size:11px}.access-rules small,.studio-rule-grid span{margin-top:3px;color:#748197;font-size:9px}.studio-rule-grid{display:grid;gap:8px;margin-top:12px}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:14px}.workspace-command-center{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:14px;margin-bottom:14px}.workspace-profile-panel,.workspace-theme-panel,.workspace-erp-map{border:1px solid #d8e0e8;background:#fff;padding:16px}.workspace-profile-panel h2,.workspace-theme-panel h2,.workspace-erp-map h2{margin:3px 0 8px;color:#263247;font-size:18px}.workspace-profile-panel p:not(.eyebrow),.workspace-theme-panel p,.workspace-erp-map p{color:#657287;font-size:11px;line-height:1.5}.workspace-policy-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}.workspace-policy-grid>div{border:1px solid #e0e7ef;background:#fafcff;padding:10px;min-height:88px}.workspace-policy-grid small,.workspace-policy-grid strong,.workspace-policy-grid span{display:block}.workspace-policy-grid small{color:#7d8ba0;font-size:8px;font-weight:780;text-transform:uppercase}.workspace-policy-grid strong{margin-top:5px;color:#263247;font-size:13px}.workspace-policy-grid span{margin-top:5px;color:#748197;font-size:9px;line-height:1.35}.theme-plan-list{display:grid;gap:8px;margin-top:12px}.theme-plan-list button{border:1px solid #dde5ef;border-radius:7px;background:#fff;padding:11px;display:grid;grid-template-columns:1fr auto;gap:6px 10px;color:#29364a;text-align:left}.theme-plan-list button.active{border-color:#8eb2f3;background:#f5f9ff;box-shadow:0 8px 20px #1d4ed812}.theme-plan-list strong,.theme-plan-list small,.theme-plan-list p{display:block}.theme-plan-list strong{font-size:12px}.theme-plan-list small{margin-top:3px;color:#76849a;font-size:9px}.theme-plan-list em{color:#165dcc;font-size:16px;font-style:normal;font-weight:820}.theme-plan-list p{grid-column:1 / -1;margin:0}.theme-plan-list button b{display:inline-flex;grid-column:1 / -1;width:fit-content;margin-top:4px;padding:5px 9px;border-radius:999px;color:var(--blue);background:#eef4ff;font-size:10px;font-weight:800}.theme-entitlement-note{display:flex;align-items:center;gap:9px;margin-top:12px;padding:12px;border:1px solid #dbe7ff;border-radius:8px;color:#52617a;background:#f7faff;font-size:12px;font-weight:650}.theme-entitlement-note svg{color:var(--blue);flex:0 0 auto}.workspace-erp-map{margin-bottom:14px}.workspace-module-manager{border:1px solid #d8e0e8;background:#fff;padding:16px;margin-bottom:14px}.workspace-module-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:12px}.workspace-module-head h2{margin:3px 0 7px;color:#263247;font-size:18px}.workspace-module-head p:not(.eyebrow){margin:0;color:#657287;font-size:11px;line-height:1.5}.workspace-module-head>span{border:1px solid #dce4ee;border-radius:999px;background:#f8fafc;color:#637083;padding:5px 9px;font-size:9px;font-weight:780;white-space:nowrap}.module-manager-list{display:grid;gap:8px}.module-manager-row{min-height:64px;border:1px solid #e0e7ef;border-radius:7px;background:#fff;padding:9px 10px;display:grid;grid-template-columns:24px 28px minmax(0,1fr) 120px 78px;align-items:center;gap:9px;color:#29364a}.module-manager-row.disabled{background:#f7f9fc;color:#94a0b2}.module-manager-row.dragging{border-color:#276be8;background:#f5f9ff;opacity:.72}.module-manager-row:hover{border-color:#aab8c9}.module-drag-handle{width:24px;height:34px;border:1px solid #e3e9f1;border-radius:5px;background:#fafcff;display:grid;place-items:center;color:#8793a8;cursor:grab}.module-manager-row>svg{color:#276be8}.module-main-copy strong,.module-main-copy small{display:block}.module-main-copy strong{color:#25324a;font-size:12px}.module-main-copy small{margin-top:3px;color:#758397;font-size:9px}.module-manager-row code{border:1px solid #e0e7ef;border-radius:999px;background:#f8fafc;color:#64748b;padding:5px 8px;font-size:9px}.module-toggle{min-height:30px;border:1px solid #d6dee9;border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#6b7788;font-size:9px;font-weight:790}.module-toggle i{width:8px;height:8px;border-radius:999px;background:#9aa7b9}.module-toggle.active{border-color:#acd7bf;background:#f3fbf6;color:#1f7a4f}.module-toggle.active i{background:#20b969}.module-toggle:disabled{border-color:#dce3ec;background:#f4f6f9;color:#8a97aa;cursor:default}.module-toggle:disabled i{background:#276be8}.module-feature-list{grid-column:3 / -1;display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding-top:2px}.module-feature-list.module-off{opacity:.68}.module-feature-meta{min-height:24px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#64748b;display:inline-flex;align-items:center;padding:0 9px;font-size:8px;font-weight:820;letter-spacing:.02em;text-transform:uppercase}.module-feature-list button{min-height:24px;border:1px solid #dfe7f1;border-radius:999px;background:#fff;color:#6b7788;display:inline-flex;align-items:center;gap:5px;padding:0 9px;font-size:9px;font-weight:760;box-shadow:0 1px 2px #0f172a08}.module-feature-list button i{width:7px;height:7px;border-radius:999px;background:#aab5c4}.module-feature-list button.active{border-color:#a9d7bd;background:linear-gradient(180deg,#f7fcf9,#eef9f3);color:#1f7a4f}.module-feature-list button.active i{background:#20b969}.module-feature-list button:not(.active){background:#f7f9fc;color:#8a96a8}.module-feature-list button:hover{border-color:#aab8c9}.module-feature-chip{min-height:26px;border:1px solid #dde6f0;border-radius:999px;background:#fff;display:inline-flex;align-items:center;gap:3px;padding:2px 3px 2px 5px;box-shadow:0 1px 2px #0f172a08}.module-feature-chip.active{border-color:#add8c0;background:#f5fbf7}.module-feature-chip.dragging{border-color:#276be8;background:#f4f8ff;opacity:.72}.feature-drag-handle{width:18px;height:20px;border-radius:999px;display:grid;place-items:center;color:#8793a8;cursor:grab}.feature-drag-handle:active{cursor:grabbing}.module-feature-chip>button{box-shadow:none}.module-feature-chip>button:hover{border-color:#cad4e1}.structure-preset-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.structure-preset-grid button{min-height:142px;border:1px solid #dfe7f1;border-radius:8px;background:#fbfcfe;padding:11px;color:#314258;text-align:left;display:flex;flex-direction:column;gap:8px}.structure-preset-grid button:hover{border-color:#b7c7dc;background:#fff}.structure-preset-grid button.active{border-color:#276be8;background:linear-gradient(180deg,#f8fbff,#f0f6ff);box-shadow:inset 0 0 0 1px #276be81f}.structure-preset-grid strong,.structure-preset-grid small{display:block}.structure-preset-grid strong{color:#25324a;font-size:11px}.structure-preset-grid small{margin-top:3px;color:#7b8798;font-size:8px;font-weight:760;text-transform:uppercase}.structure-preset-grid p{margin:0;color:#64748b;font-size:9px;line-height:1.45;flex:1}.structure-preset-grid em{align-self:flex-start;border:1px solid #dce5f0;border-radius:999px;background:#fff;color:#64748b;padding:4px 8px;font-size:8px;font-style:normal;font-weight:820}.workspace-erp-map>div:first-child{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:12px}.erp-module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.erp-module-grid button{min-height:126px;border:1px solid #e0e7ef;border-radius:7px;background:#fafcff;padding:11px;display:grid;grid-template-columns:24px 1fr;gap:8px;color:#314258;text-align:left}.erp-module-grid button:hover{border-color:#a9bfdf;background:#fff}.erp-module-grid svg{color:#276be8}.erp-module-grid strong,.erp-module-grid small{display:block}.erp-module-grid strong{color:#243248;font-size:11px}.erp-module-grid small{margin-top:3px;color:#77869b;font-size:8px;font-weight:720}.erp-module-grid p{grid-column:1 / -1;margin:0}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.settings-tile{position:relative;min-height:168px;border:1px solid #d9e0e8;background:#fff;padding:15px;text-align:left;color:#273244;display:flex;flex-direction:column;gap:10px}.settings-tile:hover{border-color:#aab8c9;box-shadow:0 10px 24px #1d293814}.settings-tile.active{border-color:#8eb2f3;background:#f6f9ff;box-shadow:inset 3px 0 #276be8,0 10px 24px #1d293812}.settings-tile.billing{border-color:#9eb9f2;background:linear-gradient(180deg,#fff,#f7faff)}.settings-tile>div{display:flex;align-items:center;gap:10px}.settings-tile strong{font-size:14px}.settings-tile>div span{margin-left:auto;border:1px solid #dce3ec;border-radius:999px;padding:4px 7px;color:#64748b;background:#f7f9fc;font-size:9px;font-weight:750}.settings-tile p{margin:0;color:#657287;font-size:11px;line-height:1.45}.settings-tile ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;list-style:none;padding:0;margin:auto 0 0}.settings-tile li{border:1px solid #e4e9ef;background:#fafbfc;padding:6px 7px;color:#59677a;font-size:9px}.settings-tile>svg{position:absolute;right:14px;bottom:14px;color:#8a98aa}.settings-inspector{display:flex;flex-direction:column;gap:12px}.settings-inspector section{border:1px solid #d8e0e8;background:#fff;padding:16px}.settings-inspector h2{margin:3px 0 7px;color:#263247;font-size:18px}.settings-inspector p:not(.eyebrow){color:#657287;font-size:11px;line-height:1.5}.billing-table{border-top:1px solid #e2e8f0;margin-top:13px}.billing-table>div{display:grid;grid-template-columns:88px 1fr;gap:4px 10px;padding:10px 0;border-bottom:1px solid #e6ebf1}.billing-table small{color:#7d8ba0;font-size:9px;font-weight:750;text-transform:uppercase}.billing-table strong{color:#273244;font-size:11px}.billing-table span{grid-column:2;color:#718096;font-size:9px}.settings-actions{display:flex;gap:8px;margin-top:14px}.settings-actions button{border:1px solid #ccd6e3;background:#fff;padding:8px 10px;color:#304055;font-size:10px;font-weight:750}.settings-actions button:first-child{background:#276be8;border-color:#276be8;color:#fff}.settings-actions button:disabled,.settings-actions button:disabled:first-child{border-color:#d7dee8;background:#f3f6fa;color:#8a96a8;cursor:not-allowed}.platform-auth-panel{max-width:430px}.template-pack-list{display:grid;gap:7px}.template-pack-list button{border:1px solid #dde4ec;background:#fafbfc;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;color:#334155;font-size:10px;font-weight:720}.template-pack-list button.active{border-color:#98b7a8;background:#f3faf6;color:#1b6b4b}.template-pack-list small{color:#78869a;font-size:9px;font-weight:650}.settings-api-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.settings-api-stats div{border:1px solid #e0e7ef;background:#fafcff;padding:10px 8px}.settings-api-stats strong{display:block;color:#25324a;font-size:18px}.settings-api-stats span{color:#748197;font-size:9px;font-weight:720}.selected-setting-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.selected-setting-list button{min-height:34px;border:1px solid #e0e7ef;border-radius:6px;background:#fafcff;padding:7px 8px;display:flex;align-items:center;gap:6px;color:#334155;font-size:9px;font-weight:720;text-align:left}.selected-setting-list svg{color:#20b969}@media(max-width:1300px){.settings-layout,.console-layout,.studio-layout,.workspace-bridge-layout,.workspace-command-center{grid-template-columns:1fr}.workspace-policy-grid,.erp-module-grid,.structure-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-manager-row{grid-template-columns:24px 28px minmax(0,1fr) 78px}.module-manager-row code{display:none}.settings-inspector{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:1050px){.settings-grid,.settings-inspector,.admin-tabs,.platform-metrics-row,.console-card-grid,.workspace-policy-grid,.erp-module-grid,.structure-preset-grid{grid-template-columns:1fr}.workspace-apply-bar,.workspace-module-head{align-items:stretch;flex-direction:column}.workspace-apply-actions{justify-content:flex-start}.module-manager-row{grid-template-columns:24px 24px minmax(0,1fr)}.module-toggle{grid-column:3;justify-self:start}.module-feature-list{grid-column:1 / -1}.business-detail-hero{align-items:flex-start;flex-direction:column}.business-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.business-object-row{grid-template-columns:8px minmax(0,1fr) 78px 16px}.business-object-row .status,.business-object-progress{display:none}}.import-panel{display:grid;gap:16px}.import-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.import-grid label,.csv-editor{display:grid;gap:7px}.import-grid span,.csv-editor span{color:#667085;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.import-grid small{color:#8994a7;font-size:11px;line-height:1.4}.import-grid select,.import-grid input,.csv-editor textarea{border:1px solid #d8e0eb;border-radius:8px;background:#fff;color:#172033;font:inherit;min-height:42px;outline:none;padding:10px 12px}.csv-editor textarea{min-height:170px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.55}.import-actions,.import-result{align-items:center;display:flex;gap:10px}.import-actions button{border:1px solid #d8e0eb;border-radius:8px;background:#fff;color:#1f2a44;font-weight:800;min-height:38px;padding:0 14px}.import-result{border-radius:10px;padding:12px 14px}.import-result strong{color:#172033;display:block}.import-result p{color:#667085;margin:2px 0 0}.import-success{background:#edfdf5;border:1px solid #b8ecd2}.import-success svg{color:#20b969}.import-error{background:#fff5f5;border:1px solid #ffd0d0}.import-error svg{color:#ef4444}.demo-switch-link{color:#7ea6ff;text-decoration:none}:root{--miirp-indigo-950: #0f1238;--miirp-indigo-900: #17154a;--miirp-purple-600: #5b3df5;--miirp-purple-500: #6c4cff;--miirp-purple-100: #ece8ff;--miirp-surface: #ffffff;--miirp-bg-soft: #f7f8ff;--miirp-border-soft: #e7e9f5;--miirp-text-main: #171b2f;--miirp-text-muted: #69708a}body.marketing-body{background:var(--miirp-bg-soft);min-width:0}.demo-switcher-screen{background:var(--miirp-bg-soft);color:var(--miirp-text-main);min-height:100vh;overflow:hidden;padding:28px}.demo-switcher-shell{margin:0 auto;max-width:1180px;width:100%}.mascot-hero{border-bottom:1px solid var(--miirp-border-soft);display:flex;min-height:min(680px,calc(100vh - 56px));overflow:hidden;position:relative}.mascot-hero-copy{align-self:center;max-width:650px;padding:72px 0 82px;position:relative;z-index:2}.mascot-badge{align-items:center;background:#ffffffd6;border:1px solid var(--miirp-border-soft);border-radius:999px;color:var(--miirp-indigo-900);display:inline-flex;font-size:12px;font-weight:850;gap:8px;padding:7px 12px 7px 7px}.mascot-badge img{height:28px;object-fit:contain;width:28px}.mascot-hero-copy h1{color:var(--miirp-indigo-950);font-size:72px;letter-spacing:0;line-height:.96;margin:22px 0 16px;max-width:850px}.mascot-hero-copy p{color:var(--miirp-purple-600);font-size:24px;font-weight:780;line-height:1.2;margin:0 0 14px;max-width:600px}.mascot-hero-copy>span{color:var(--miirp-text-muted);display:block;font-size:16px;line-height:1.65;max-width:570px}.mascot-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.mascot-hero-actions a{align-items:center;background:var(--miirp-purple-600);border:1px solid var(--miirp-purple-600);border-radius:999px;color:#fff;display:inline-flex;font-size:13px;font-weight:850;min-height:42px;padding:0 17px;text-decoration:none}.mascot-hero-actions a.secondary{background:#fff;border-color:var(--miirp-border-soft);color:var(--miirp-indigo-900)}.mascot-hero-visual{bottom:18px;margin:0;max-width:620px;position:absolute;right:-18px;top:28px;width:52%}.mascot-hero-visual img{height:100%;object-fit:contain;object-position:center right;width:100%}.mascot-hero-visual figcaption{bottom:28px;color:var(--miirp-indigo-900);font-size:12px;font-weight:850;position:absolute;right:54px}.ai-companion-section,.demo-route-section,.mascot-empty-section,.mascot-module-section{border-bottom:1px solid var(--miirp-border-soft);padding:58px 0}.ai-companion-section{align-items:center;display:grid;gap:28px;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr)}.ai-companion-section h2,.marketing-section-head h2{color:var(--miirp-indigo-950);font-size:42px;letter-spacing:0;line-height:1.02;margin:16px 0 12px}.ai-companion-section p,.marketing-section-head span{color:var(--miirp-text-muted);font-size:15px;line-height:1.65;margin:0;max-width:650px}.ai-companion-proof{display:grid;gap:10px}.ai-companion-proof span{align-items:center;background:#fff;border:1px solid var(--miirp-border-soft);border-radius:8px;box-shadow:0 12px 34px #0f12380d;color:var(--miirp-indigo-900);display:flex;font-size:14px;font-weight:780;gap:10px;min-height:54px;padding:0 16px}.ai-companion-proof svg{color:var(--miirp-purple-600)}.marketing-section-head{margin-bottom:22px;max-width:780px}.marketing-section-head p{color:var(--miirp-purple-600);font-size:11px;font-weight:900;letter-spacing:.12em;margin:0}.mascot-module-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.mascot-feature-card,.mascot-empty-state{background:#fff;border:1px solid var(--miirp-border-soft);border-radius:8px;box-shadow:0 14px 40px #0f12380d}.mascot-feature-card{min-height:190px;padding:18px}.mascot-module-icon{align-items:center;background:var(--miirp-purple-100);border:1px solid #ded7ff;border-radius:16px;display:inline-flex;height:58px;justify-content:center;margin-bottom:18px;position:relative;width:58px}.mascot-module-icon img{height:42px;object-fit:contain;width:42px}.mascot-module-icon i{align-items:center;background:var(--miirp-indigo-950);border:2px solid #fff;border-radius:999px;bottom:-5px;color:#fff;display:flex;height:25px;justify-content:center;position:absolute;right:-5px;width:25px}.mascot-feature-card h3{color:var(--miirp-indigo-950);font-size:17px;letter-spacing:0;margin:0 0 8px}.mascot-feature-card p,.mascot-empty-state p{color:var(--miirp-text-muted);font-size:13px;line-height:1.55;margin:0}.mascot-empty-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.mascot-empty-state{min-height:190px;padding:20px}.mascot-empty-state img{display:block;height:54px;margin-bottom:16px;object-fit:contain;width:54px}.mascot-empty-state strong{color:var(--miirp-indigo-950);display:block;font-size:16px;letter-spacing:0;margin-bottom:8px}.demo-route-section{border-bottom:0}.demo-version-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.demo-version-card{background:#ffffffe6;border:1px solid var(--miirp-border-soft);border-radius:8px;box-shadow:0 18px 60px #0f123812;color:inherit;display:grid;gap:14px;min-height:250px;padding:26px;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.demo-version-card:hover{border-color:var(--miirp-purple-500);box-shadow:0 24px 70px #5b3df521;transform:translateY(-2px)}.demo-version-card>span{align-items:center;color:var(--miirp-text-muted);display:flex;font-size:12px;font-weight:850;gap:8px;letter-spacing:.04em;text-transform:uppercase}.demo-version-card strong{color:var(--miirp-indigo-950);font-size:32px;letter-spacing:0}.demo-version-card p{color:var(--miirp-text-muted);font-size:14px;line-height:1.6;margin:0}.demo-version-card em{align-self:end;color:var(--miirp-purple-600);font-style:normal;font-weight:850}.demo-version-card.cockpit{border-color:#5b3df547}.demo-version-card.mini{border-color:#20b96947}.demo-switcher-footer{color:#8994a7;display:flex;flex-wrap:wrap;font-size:12px;gap:10px;margin-top:18px;padding-bottom:10px}.demo-switcher-footer span{background:#ffffffb8;border:1px solid var(--miirp-border-soft);border-radius:999px;padding:8px 11px}.activity-row .activity-card{align-items:flex-start;background:#fff;border:0;border-radius:8px;box-shadow:0 1px 2px #22375408;color:inherit;display:grid;flex:0 0 300px;gap:8px;grid-template-columns:22px minmax(0,1fr) auto 14px;height:72px;max-width:300px;min-width:300px;padding:14px;text-align:left;width:300px}.activity-row .activity-card strong,.activity-row .activity-card p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-row .activity-card:hover{box-shadow:0 12px 36px #22375417;transform:translateY(-1px)}.activity-row .activity-card svg{color:var(--blue)}.activity-row .activity-card.risk svg{color:#ef4444}.activity-row .activity-card.warning svg{color:#d97706}.activity-row .activity-card.healthy svg{color:#16a34a}.activity-row .activity-card.neutral svg{color:var(--blue)}.asset-flow-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:16px}.asset-flow-grid article{background:#f8fbff;border:1px solid #e0e8f6;border-radius:8px;padding:14px}.asset-flow-grid em{align-items:center;background:#155eef;border-radius:999px;color:#fff;display:flex;font-size:11px;font-style:normal;font-weight:850;height:24px;justify-content:center;margin-bottom:12px;width:24px}.asset-flow-grid strong{display:block;font-size:14px;margin-bottom:5px}.asset-flow-grid p{color:#667085;font-size:12px;line-height:1.45;margin:0}.asset-target-chips{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.asset-target-chips span{background:#eef4ff;border:1px solid #dbe7ff;border-radius:999px;color:#155eef;font-size:11px;font-weight:800;padding:6px 9px}@media(max-width:1050px){.import-grid,.asset-flow-grid{grid-template-columns:1fr}.demo-switcher-screen{padding:24px}.mascot-hero{display:block;min-height:0}.mascot-hero-copy{padding:52px 0 24px}.mascot-hero-copy h1{font-size:54px}.mascot-hero-copy p{font-size:21px}.mascot-hero-visual{bottom:auto;height:390px;max-width:none;position:relative;right:auto;top:auto;width:100%}.mascot-hero-visual figcaption{bottom:20px;right:22px}.ai-companion-section,.demo-route-section,.mascot-empty-section,.mascot-module-section{padding:42px 0}.ai-companion-section,.demo-version-grid{grid-template-columns:1fr}.ai-companion-section h2,.marketing-section-head h2{font-size:34px}.mascot-empty-grid,.mascot-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-version-grid{grid-template-columns:1fr}}@media(max-width:680px){.demo-switcher-screen{padding:18px}.mascot-hero-copy h1{font-size:42px}.mascot-hero-copy p{font-size:18px}.mascot-hero-actions a{justify-content:center;width:100%}.mascot-hero-visual{height:300px}.mascot-empty-grid,.mascot-module-grid{grid-template-columns:1fr}.demo-version-card{min-height:0}}.app-shell,.cockpit{height:100vh;min-height:0;overflow:hidden}.workspace-grid,.work-panel,.work-communication-split,.work-conversation-column,.central-communication,.central-human-view,.central-ai-view,.central-external-view,.central-system-view,.central-thread,.active-projects-panel{min-height:0;overflow:hidden}.workspace-grid{flex:1 1 0}.entity-list,.context-panel,.project-stack,.central-directory,.central-thread-body,.central-ai-view>.conversation,.system-command-thread,.control-view,.business-workspace-surface,.performance-workspace-surface,.settings-surface,.platform-console-shell{min-height:0;overflow:auto}.business-workspace-surface,.performance-workspace-surface,.settings-surface,.platform-console-shell{height:100vh}.active-projects-panel{display:flex;flex-direction:column}@media(max-width:1300px){.active-projects-panel{display:none}}.project-stack{flex:1 1 auto}.central-thread-body,.central-ai-view>.conversation,.system-command-thread{flex:1 1 0}.central-basic-composer,.projects-head,.view-all-projects,.new-project-inline,.activity-section.cockpit-footer{flex:0 0 auto}.activity-section.cockpit-footer{margin-top:14px;overflow:hidden}.activity-row{max-height:96px;overflow:auto}@media(max-width:1420px){.conversation-center-shell{grid-template-columns:var(--conversation-list-width, 240px) 4px minmax(0,1fr) 4px var(--conversation-external-width, 190px)}.conversation-main-grid{grid-template-columns:minmax(330px,1fr) 4px minmax(300px,var(--conversation-preview-width, 340px))}}@media(max-width:1220px){.conversation-center-shell{grid-template-columns:minmax(0,min(var(--conversation-list-width, 190px),25vw)) 4px minmax(0,1fr) 4px minmax(0,min(var(--conversation-external-width, 190px),25vw))}.external-chat-dock{display:flex}.conversation-main-grid{grid-template-columns:minmax(0,1fr)}.conversation-split-handle,.conversation-preview-panel{display:none}}@media(max-width:860px){.conversation-center-shell{grid-template-columns:minmax(0,min(var(--conversation-list-width, 130px),25vw)) 4px minmax(0,1fr) 4px minmax(0,min(var(--conversation-external-width, 130px),25vw))}.conversation-shell-handle,.conversation-external-handle{width:4px;min-width:4px}.conversation-list-panel>header,.external-chat-dock>header{padding-inline:10px}.conversation-thread-list,.external-app-list{padding-inline:6px}}.primary-nav.popup-active{position:relative;z-index:920}.performance-nav-wrap.menu-open,.business-nav-wrap.menu-open,.primary-nav-account.menu-open{z-index:930}.performance-menu-panel,.business-center-menu-wrap,.business-center-menu-panel,.business-center-flyout-panel,.account-menu-panel,.account-flyout-panel,.business-nav-menu,.role-menu,.menu{z-index:940}.navigator-resize-handle,.cockpit-detail-handle,.cockpit-project-handle,.conversation-shell-handle,.conversation-external-handle,.conversation-split-handle{z-index:1}.oniie-admin-block{display:grid;gap:18px}.oniie-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.oniie-admin-grid label{min-width:0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px;display:grid;gap:8px}.oniie-admin-grid label span{font-size:12px;color:var(--muted)}.oniie-admin-grid label small{color:var(--muted);font-size:11px;line-height:1.35}.oniie-admin-grid input{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 11px;font:inherit;color:var(--ink);background:#f8fafc;outline:none}.oniie-admin-actions{display:flex;flex-wrap:wrap;gap:10px}.oniie-admin-actions button{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);padding:10px 14px;font-weight:700}.oniie-admin-actions button.primary{border-color:#3154d4;background:#3154d4;color:#fff}.oniie-admin-actions button:disabled{opacity:.55;cursor:wait}.oniie-qr-card{display:grid;grid-template-columns:160px minmax(0,1fr);gap:16px;align-items:center;border:1px solid #dbe8fb;border-radius:18px;background:#f7fbff;padding:14px}.oniie-qr-card img{width:160px;height:160px;border-radius:16px;background:#fff}.oniie-qr-card strong{display:block;color:var(--ink);margin-bottom:6px}.oniie-qr-card p,.oniie-qr-card a{color:var(--muted);font-size:13px;line-height:1.45}.oniie-qr-card a{display:block;margin-top:8px;word-break:break-all;color:#3154d4}.oniie-install-list{display:grid;gap:8px}.oniie-install-list>div:not(.context-empty-card){display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:10px 12px}.oniie-install-list span{display:grid;min-width:0}.oniie-install-list strong{color:var(--ink);font-size:13px}.oniie-install-list small,.oniie-install-list em{color:var(--muted);font-size:12px;font-style:normal}@media(max-width:960px){.oniie-admin-grid,.oniie-qr-card{grid-template-columns:1fr}}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;touch-action:none}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.task-screen{--task-line: #dfe3e8;--task-line-soft: #edf0f3;--task-text: #171c28;--task-muted: #687286;--task-faint: #8a94a7;--task-blue: #1769f2;--task-blue-soft: #edf4ff;--task-bg: #f7f8fa;position:fixed;inset:0 0 0 68px;z-index:4;display:grid;grid-template-columns:264px minmax(0,1fr) 0;min-width:960px;min-height:100vh;background:var(--task-bg);color:var(--task-text);overflow:hidden;transition:grid-template-columns .18s ease}.task-screen.task-left-closed{grid-template-columns:0 minmax(0,1fr) 0}.task-screen.task-right-closed{grid-template-columns:264px minmax(0,1fr) 0}.task-screen.task-left-closed.task-right-closed{grid-template-columns:0 minmax(0,1fr) 0}.task-screen button{color:inherit}.task-navigator,.department-panel{height:100vh;min-width:0;background:#fff;overflow:auto}.task-navigator{grid-column:1;grid-row:1}.task-center-main{grid-column:2;grid-row:1}.department-panel{grid-column:3;grid-row:1}.task-navigator{border-right:1px solid var(--task-line);padding:14px 10px;display:flex;flex-direction:column}.task-nav-title{display:flex;align-items:center;justify-content:space-between;padding:0 5px 8px;margin-bottom:6px}.task-nav-title span{font-size:13px;font-weight:750}.task-nav-title button,.task-nav-section button,.project-tree-section button,.task-nav-settings{border:0;background:transparent}.task-nav-title button{color:#778194;padding:4px;display:grid;place-items:center}.task-nav-search{height:36px;margin:0 4px 10px;display:flex;align-items:center;gap:7px;padding:0 8px;border:1px solid #d9e0ea;border-radius:6px;background:#f8fafc;color:#708098}.task-nav-search:focus-within{border-color:#83aef1;background:#fff;box-shadow:0 0 0 3px #e9f2ff}.task-nav-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#1f2937;font-size:10px}.task-nav-search input::placeholder{color:#8b96a8}.task-nav-search kbd{border:1px solid #e0e5ec;border-radius:4px;background:#fff;padding:1px 5px;color:#8d98aa;font-size:8px}.task-nav-section{padding:3px 0 8px}.task-nav-section>p,.project-tree-section>header>span{margin:5px 8px 6px;color:#8a94a7;font-size:9px;font-weight:760;text-transform:uppercase;letter-spacing:.07em}.task-nav-section>button{width:100%;height:32px;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:7px;padding:0 8px;border-radius:5px;text-align:left;font-size:11px;color:#3c4658}.task-nav-section>button:hover,.task-tree-row:hover,.project-tree-row:hover{background:#f3f5f7}.task-nav-section>button svg{color:#66758d}.task-nav-section>button small{color:#919bad;font-size:9px}.project-tree-section{margin:3px 0 8px}.project-tree-section>header{height:28px;display:flex;align-items:center;justify-content:space-between;padding-right:5px}.project-tree-section>header>span{margin-bottom:5px}.project-tree-section>header button{width:24px;height:24px;border-radius:4px;display:grid;place-items:center;color:#687286}.project-tree-section>header button:hover{background:#edf1f5}.empty-projects{margin:5px 8px 9px;font-size:10px;color:#a0a8b6}.project-tree{position:relative}.project-tree-row,.task-tree-row{min-height:32px;display:flex;align-items:center;gap:5px;border-radius:5px;padding:2px 3px;color:#566175}.tree-toggle,.tree-action{width:20px;height:24px;padding:0;display:grid;place-items:center;color:#8a94a6;flex:0 0 auto}.tree-toggle svg{transition:transform .12s ease}.tree-toggle svg.expanded{transform:rotate(90deg)}.tree-name{flex:1;min-width:0;padding:4px 1px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:620}.tree-action{opacity:0}.project-tree-row:hover .tree-action,.task-tree-row:hover .tree-action{opacity:1}.health-wrap,.department-health-wrap{position:relative}.health-tag{border:0;border-radius:999px;padding:3px 6px;font-size:8px;line-height:1;font-weight:700;white-space:nowrap}.health-tag.well{background:#e7f6ed;color:#28774b}.health-tag.warning{background:#fff4d9;color:#9b6c10}.health-tag.risk{background:#feeaea;color:#bd383d}.health-tag.new{background:#eaf1ff;color:#2f67c5}.health-tag.archived{background:#eef0f3;color:#687286}.task-tree-children{margin-left:15px;border-left:1px solid #e3e7eb;padding-left:5px}.task-tree-row{min-height:29px}.task-tree-row .tree-name{font-size:9px;font-weight:540}.empty-task{color:#8791a2;display:flex;align-items:center;gap:5px;padding:6px 9px;font-size:9px}.subtask-row{width:calc(100% - 8px);margin-left:8px;min-height:25px;display:grid;grid-template-columns:8px 14px 1fr;align-items:center;gap:4px;text-align:left;color:#667185;font-size:8px}.subtask-row>span{width:6px;border-top:1px solid #d9dee4}.task-nav-settings{margin-top:auto;border-top:1px solid var(--task-line-soft);padding:12px 8px 2px;display:flex;align-items:center;gap:8px;color:#677286;font-size:10px}.task-center-main{min-width:0;height:100vh;overflow:auto;padding:0 12px 14px 0}.task-center-header{min-height:78px;display:grid;grid-template-columns:minmax(300px,1fr) minmax(240px,360px);grid-template-rows:auto auto;align-items:center;gap:2px 24px}.task-eyebrow{margin:0 0 5px;color:#8894a8!important;font-size:9px!important;font-weight:760;letter-spacing:.08em}.task-center-header h1{margin:0;font-size:27px;line-height:1.1;letter-spacing:0;font-weight:780}.task-center-header>div>p:last-child{margin:6px 0 0;color:#6e798b;font-size:11px}.task-title-row{display:flex;align-items:center;gap:10px}.task-role-scope{border:1px solid #d7e1ef;border-radius:999px;background:#f5f8fd;color:#55708f;padding:5px 8px;font-size:8px;font-weight:710}.focus-mode-indicator{border:1px solid #cad8ee;border-radius:999px;background:#f4f8ff;color:#245fae;padding:5px 8px;display:flex;align-items:center;gap:5px;font-size:8px;font-weight:730}.focus-mode-indicator span{margin-left:4px;padding-left:7px;border-left:1px solid #cbd8eb;color:#547296}.task-search{grid-row:1;grid-column:2;height:40px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #d8dde4;border-radius:6px;background:#fff;color:#718097}.task-search:focus-within{border-color:#7fa9ef;box-shadow:0 0 0 3px #e8f1ff}.task-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:10px}.task-search kbd{border:1px solid #e0e4e9;border-radius:4px;background:#fafbfc;padding:2px 5px;font-size:8px;color:#8792a3}.task-updated{grid-row:2;grid-column:2;justify-self:end;display:flex;align-items:center;gap:5px;color:#8b96a7;font-size:9px}.task-metrics{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:8px;margin:0 0 8px}.task-metric{min-height:76px;border:1px solid var(--task-line);border-radius:7px;background:#fff;display:grid;grid-template-columns:34px 1fr 14px;align-items:center;gap:9px;padding:11px 12px;text-align:left}.task-metric:hover{border-color:#bfc9d5;box-shadow:0 2px 10px #2029380b}.task-metric-icon{width:32px;height:32px;border-radius:7px;display:grid;place-items:center}.task-metric-icon.pool{background:#edf3ff;color:#2569d8}.task-metric-icon.credit{background:#f2efff;color:#6e51c7}.task-metric-icon.complete{background:#e9f7ef;color:#278054}.task-metric-icon.backlog{background:#fff0ea;color:#c95a36}.task-metric>span:nth-child(2){min-width:0;display:grid;grid-template-columns:minmax(70px,auto) auto;align-items:baseline;column-gap:8px}.task-metric small{color:#647085;font-size:9px;font-weight:720}.task-metric strong{font-size:21px;font-weight:780;color:#151b27}.task-metric em{grid-column:1 / -1;color:#929cab;font-size:8px;font-style:normal;margin-top:2px}.task-metric>svg{color:#9aa3b1}.task-focus-mode .task-metrics{display:none}.task-focus-mode .task-workspace{min-height:calc(100vh - 126px);margin-top:14px}.task-focus-mode .task-workspace-body{min-height:calc(100vh - 176px)}.task-manual-create{min-height:44px;margin:0 0 8px;border:1px solid #dfe5ee;border-radius:8px;background:#fff;display:flex;align-items:center;gap:7px;padding:6px 8px}.task-manual-create>div{min-width:190px;margin-right:4px}.task-manual-create span{display:block;color:#8b96a8;font-size:8px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.task-manual-create strong{display:block;margin-top:2px;color:#2a3444;font-size:10px}.task-manual-create button{height:31px;border:1px solid #d9e0ea;border-radius:6px;background:#fdfefe;display:flex;align-items:center;gap:5px;padding:0 9px;color:#445167;font-size:9px;font-weight:680}.task-manual-create button:hover{border-color:#bfd2f4;background:#f6f9ff;color:#1764d8}.task-manual-create button svg:first-child{color:var(--task-blue)}.task-manual-create em{margin-left:auto;color:#66758b;font-size:9px;font-style:normal}.task-workspace{min-height:calc(100vh - 144px);border:1px solid #dce1e7;border-radius:7px;background:#fff;overflow:hidden}.task-workspace-header{min-height:49px;border-bottom:1px solid var(--task-line);display:flex;align-items:center;gap:16px;padding:0 11px;background:#fff;position:sticky;top:0;z-index:8}.task-area-tabs{display:flex;align-self:stretch}.task-area-tabs button{min-width:58px;border:0;border-bottom:2px solid transparent;background:transparent;color:#6e798b;font-size:10px;font-weight:670}.task-area-tabs button.active{color:#151b27;border-bottom-color:var(--task-blue)}.task-view-tabs{display:flex;align-items:center;gap:3px;padding-left:14px;border-left:1px solid #e3e7eb}.task-view-tabs button{border:0;border-radius:4px;background:transparent;padding:6px 7px;display:flex;align-items:center;gap:5px;color:#738095;font-size:9px}.task-view-tabs button:hover{background:#f3f5f7}.task-view-tabs button.active{background:#edf3ff;color:#1a5fc8;font-weight:700}.task-view-tabs.compact button{padding-left:10px;padding-right:10px}.task-view-tabs.ai-tabs{min-width:0;overflow-x:auto}.page-actions{margin-left:auto;display:flex;gap:5px}.task-menu-wrap{position:relative}.task-secondary-button,.task-icon-button{height:31px;border:1px solid #d8dde4;border-radius:5px;background:#fff;display:flex;align-items:center;gap:6px;padding:0 9px;font-size:9px;font-weight:650}.task-icon-button{width:32px;justify-content:center;padding:0}.task-secondary-button:hover,.task-icon-button:hover{background:#f5f7f9}.task-dropdown{position:absolute;right:0;top:36px;width:190px;border:1px solid #d8dde4;border-radius:6px;background:#fff;box-shadow:0 16px 40px #20293824;padding:5px;z-index:30}.task-dropdown p{margin:6px 8px;font-size:8px;color:#8b95a6;text-transform:uppercase;letter-spacing:.06em;font-weight:720}.task-dropdown button{width:100%;border:0;border-radius:4px;background:#fff;display:flex;align-items:center;gap:8px;padding:8px;font-size:9px;text-align:left}.task-dropdown button:hover{background:#f2f5f8}.task-dropdown .page-setting-toggle{border-bottom:1px solid #edf0f3;border-radius:0;margin-bottom:4px;padding-bottom:10px}.page-setting-toggle>span{flex:1}.page-setting-toggle>i{width:28px;height:16px;border-radius:999px;background:#d9dee5;padding:2px;display:flex;align-items:center;transition:background .15s ease}.page-setting-toggle>i b{width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #26324526;transition:transform .15s ease}.page-setting-toggle>i.active{background:#2b72dc}.page-setting-toggle>i.active b{transform:translate(12px)}.task-workspace-body{min-height:calc(100vh - 194px);overflow:auto}.document-page{width:min(760px,calc(100% - 70px));margin:38px auto 80px;outline:0}.document-cover-line{width:46px;height:4px;border-radius:2px;background:var(--task-blue);margin-bottom:20px}.document-meta{display:flex;align-items:center;gap:9px;margin-bottom:15px;color:#8b95a6;font-size:9px}.document-health{border-radius:999px;padding:5px 8px;display:flex;align-items:center;gap:5px;font-size:8px;font-weight:760}.document-health.risk{border:1px solid #f2bfc1;background:#fff1f1;color:#b83239}.document-page h2{margin:0;outline:0;font-size:32px;line-height:1.2;letter-spacing:0;font-weight:760}.document-page h3{margin:30px 0 10px;outline:0;font-size:16px;letter-spacing:0}.document-page>p{max-width:680px;color:#4f5a6c;font-size:12px;line-height:1.65;outline:0}.document-page .document-lead{color:#697588;font-size:13px}.document-check{display:flex;align-items:center;gap:9px;min-height:34px;border-bottom:1px solid #edf0f3;font-size:11px;color:#394456}.document-check input{accent-color:var(--task-blue)}.document-callout{margin-top:24px;border:1px solid #bad1f4;border-left:3px solid #1769f2;border-radius:6px;background:#f4f8ff;padding:13px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;color:#275da9}.document-callout>span{width:28px;height:28px;border-radius:6px;background:#e4efff;display:grid;place-items:center}.document-callout small{display:block;margin-bottom:4px;color:#4772ad;font-size:7px;font-weight:780;letter-spacing:.05em}.document-callout strong{display:block;color:#193d70;font-size:10px}.document-callout p{margin:4px 0 0;color:#536985;font-size:9px;line-height:1.5}.document-callout>button{border:1px solid #b8cdf0;border-radius:5px;background:#fff;color:#1c5cae;padding:7px 8px;display:flex;align-items:center;gap:5px;white-space:nowrap;font-size:8px;font-weight:700}.sow-approval-route{margin-top:10px;border:1px solid #efd6a9;border-left:3px solid #d6992d;border-radius:6px;background:#fffaf0;padding:11px 12px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:9px}.sow-approval-route>span{width:26px;height:26px;border-radius:6px;background:#fff0cf;color:#a97012;display:grid;place-items:center}.sow-approval-route small{display:block;margin-bottom:3px;color:#9b711e;font-size:7px;font-weight:780;letter-spacing:.05em}.sow-approval-route strong{display:block;color:#5e461b;font-size:9px}.sow-approval-route p{margin:3px 0 0;color:#78663f;font-size:8px;line-height:1.45}.sow-approval-route>button{border:1px solid #e4c88f;border-radius:5px;background:#fff;color:#805d18;padding:7px 8px;display:flex;align-items:center;gap:5px;white-space:nowrap;font-size:8px;font-weight:700}.document-add{margin-top:20px;border:0;background:transparent;color:#9aa3b1;padding:7px 0;display:flex;align-items:center;gap:6px;font-size:10px}.block-shortcuts{display:flex;gap:6px;opacity:0;transition:opacity .12s ease}.document-add:hover+.block-shortcuts,.block-shortcuts:hover{opacity:1}.block-shortcuts button{border:1px solid #dfe4e9;border-radius:4px;background:#fff;padding:6px 8px;display:flex;align-items:center;gap:5px;color:#657185;font-size:9px}.view-title{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--task-line-soft)}.view-title>div{display:flex;align-items:center;gap:9px}.view-title span{display:flex;flex-direction:column;gap:2px}.view-title strong{font-size:12px}.view-title small{color:#8a95a7;font-size:8px}.view-title>button{border:1px solid #d8dde4;border-radius:5px;background:#fff;min-height:30px;padding:0 9px;display:flex;align-items:center;gap:5px;font-size:9px}.table-view{min-width:0;height:100%;background:#fff;overflow:hidden}.table-title{padding-top:16px;padding-bottom:14px}.table-title>div:last-child{display:flex;align-items:center;gap:5px}.table-title>div:last-child button{min-height:30px;border:1px solid #d8dde4;border-radius:5px;background:#fff;padding:0 8px;display:flex;align-items:center;gap:5px;color:#5f6c80;font-size:9px}.table-title>div:last-child button:first-child{width:31px;justify-content:center;padding:0}.table-title .table-new-task{background:#1769f2!important;border-color:#1769f2!important;color:#fff!important}.database-filter-bar{min-height:43px;border-bottom:1px solid #e1e5ea;padding:6px 16px;display:flex;align-items:center;gap:6px;background:#fff}.filter-chip,.filter-add{min-height:29px;border:1px solid #dfe4ea;border-radius:6px;background:#f4f7fb;padding:0 8px;display:flex;align-items:center;gap:5px;color:#2365c7;font-size:9px;font-weight:640;white-space:nowrap}.filter-chip:hover,.filter-add:hover{border-color:#c9d7eb;background:#eaf2ff}.filter-chip.primary{background:#edf3ff;border-color:#dce8fb}.filter-chip.primary>span{font-size:11px}.filter-chip>svg:last-child{margin-left:2px;color:#6f87a9}.filter-chip.filter-status{border-color:#f1d6d7;background:#fff1f1;color:#a63d43}.filter-chip.filter-owner{border-color:#d7e4f7;background:#eef5ff;color:#3567a8}.filter-chip.filter-due{border-color:#ecdcbf;background:#fff6e7;color:#8a651e}.filter-chip.filter-customer{border-color:#d3e7de;background:#edf8f3;color:#347257}.filter-add-wrap{position:relative}.filter-add{border-color:transparent;background:transparent;color:#7d8797;font-weight:580}.filter-menu{position:absolute;left:0;top:35px;z-index:40;width:220px;border:1px solid #d8dee6;border-radius:7px;background:#fff;box-shadow:0 14px 38px #20293824;padding:6px}.filter-menu p{margin:5px 7px 7px;color:#8a94a5;font-size:8px;font-weight:730;text-transform:uppercase}.filter-menu button{width:100%;min-height:32px;border:0;border-radius:5px;background:#fff;padding:0 8px;display:flex;align-items:center;gap:7px;color:#4d5b70;font-size:9px;text-align:left}.filter-menu button:hover{background:#f0f3f7;color:#223047}.task-table-scroll{width:calc(100% - 32px);margin:0 16px;min-height:420px;height:calc(100vh - 350px);overflow:auto;background:#fff;border-left:1px solid #e6e9ed;scrollbar-color:#cbd3dd transparent}.task-database{position:relative;min-height:100%;width:max-content}.database-row{min-height:47px;display:grid;align-items:stretch;border:0;border-bottom:1px solid #e6e9ed;background:#fff;text-align:left}.database-row.header{position:sticky;top:0;z-index:8;min-height:37px;background:#fbfcfd;color:#778295}.database-row.data{width:100%;padding:0}.database-row.data:hover{background:#f8fafc}.database-row.data[draggable=true]{cursor:default}.database-row.data[draggable=true]:active{opacity:.68}.database-cell{min-width:0;border-right:1px solid #e6e9ed;padding:0 10px;display:flex;align-items:center;color:#4b586c;font-size:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.property-header{position:relative;border:0;border-right:1px solid #e2e6eb;background:#fbfcfd;gap:6px;color:#707c8f;font-size:9px;font-weight:630;text-align:left}.property-header:hover{background:#f1f4f7}.property-header>span{overflow:hidden;text-overflow:ellipsis}.property-header>svg:last-child{margin-left:auto;opacity:0}.property-header:hover>svg:last-child{opacity:1}.database-gutter-header{position:sticky;left:0;z-index:10;border-right:1px solid #e2e6eb;background:#fbfcfd}.database-row-tools{position:sticky;left:0;z-index:5;display:flex;align-items:center;justify-content:center;gap:1px;border-right:1px solid #e6e9ed;background:inherit}.database-row-tools button{width:22px;height:27px;border:0;border-radius:4px;background:transparent;padding:0;display:grid;place-items:center;color:#a1a9b5;opacity:0}.database-row.data:hover .database-row-tools button{opacity:1}.database-row-tools button:hover{background:#e9edf2;color:#526075}.database-row-tools .database-drag-handle{cursor:grab}.database-row-tools .database-drag-handle:active{cursor:grabbing}.database-row .property-key-taskId{position:sticky;left:54px;z-index:4;background:inherit}.database-row .property-key-task{position:sticky;z-index:3;background:inherit;box-shadow:1px 0 #e2e6eb}.task-id-visible .database-row .property-key-task{left:162px}.task-id-hidden .database-row .property-key-task{left:54px}.database-row.header .property-key-taskId,.database-row.header .property-key-task{z-index:9;background:#fbfcfd}.database-row.data .property-key-task{color:#243044;font-weight:680}.database-tree-toggle{width:22px;height:25px;flex:0 0 auto;border:0;border-radius:4px;background:transparent;padding:0;display:grid;place-items:center;color:#8490a2}.database-tree-toggle:hover{background:#e9edf2;color:#3f4e64}.database-row.subtask{min-height:40px;background:#fbfcfd}.database-row.subtask .property-key-taskId{color:#8792a4;font-weight:560}.database-row.subtask .property-key-task{padding-left:28px;font-weight:560;color:#526075}.database-row.subtask .database-row-tools{background:#fbfcfd}.database-cell em{color:#b0b7c2;font-size:8px;font-style:normal}.property-pill{width:fit-content;max-width:100%;min-height:23px;border-radius:999px;padding:0 8px;display:inline-flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;font-size:9px;font-weight:650}.property-pill i{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:currentColor}.property-pill.status-attention-risk{background:#feecec;color:#b33c43}.property-pill.status-in-progress{background:#eaf2ff;color:#3169b8}.property-pill.status-review{background:#fff3dc;color:#8c6517}.property-pill.status-open{background:#eef1f4;color:#657185}.property-task-code{border-radius:4px;background:#f0f2f5;padding:4px 6px;color:#697588;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;font-weight:650}.property-person{min-width:0;display:flex;align-items:center;gap:7px;overflow:hidden;text-overflow:ellipsis}.property-person i{width:22px;height:22px;flex:0 0 auto;border-radius:50%;background:#eaf1ff;display:grid;place-items:center;color:#3568b0;font-size:7px;font-style:normal;font-weight:750}.property-date{width:fit-content;display:inline-flex;align-items:center;gap:6px;color:#5e6b7f}.property-date svg{color:#8e98a8}.property-progress{width:100%;display:grid;grid-template-columns:minmax(36px,1fr) 31px;align-items:center;gap:8px}.property-progress>span{height:5px;border-radius:999px;background:#e8edf2;overflow:hidden}.property-progress>span i{display:block;height:100%;border-radius:inherit;background:#2d79d8}.property-progress b{color:#536075;font-size:9px;font-weight:650;font-variant-numeric:tabular-nums}.property-relation{width:fit-content;max-width:100%;display:inline-flex;align-items:center;color:#4f5c70;overflow:hidden;text-overflow:ellipsis}.property-number{min-width:48px;color:#536075;font-weight:680;font-variant-numeric:tabular-nums;text-align:right}.database-row.data :is(.property-pill,.property-person,.property-date,.property-progress,.property-relation,.property-number,.property-task-code){opacity:.82;transform:translateY(1px);transition:opacity .13s ease,transform .13s ease,filter .13s ease}.database-row.data:hover :is(.property-pill,.property-person,.property-date,.property-progress,.property-relation,.property-number,.property-task-code){opacity:1;transform:translateY(0);filter:saturate(1.08)}.add-property-cell{overflow:visible;padding:0;background:#fbfcfd}.table-property-wrap{position:relative;width:100%;height:100%}.table-property-wrap>button{width:100%;height:100%;border:0;background:transparent;padding:0 10px;display:flex;align-items:center;gap:6px;color:#778396;font-size:9px}.table-property-wrap>button:hover{background:#eef2f6;color:#334158}.database-expand-space{background:#fbfcfd;color:#a5adba;font-size:8px}.database-expand-space span{opacity:0}.database-expand-space:hover span{opacity:1}.property-type-menu{position:absolute;left:0;top:38px;z-index:30;width:340px;max-height:430px;overflow:auto;border:1px solid #d6dce4;border-radius:7px;background:#fff;box-shadow:0 18px 50px #2029382b;padding:7px}.property-type-menu>label{height:36px;border:1px solid #dce1e7;border-radius:5px;display:flex;align-items:center;gap:7px;padding:0 9px;color:#8792a4}.property-type-menu input{width:100%;border:0;outline:0;color:#29364a;font-size:10px}.property-type-menu>p{margin:10px 7px 6px;color:#8792a4;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.property-type-menu>div{display:grid;grid-template-columns:1fr 1fr;gap:2px}.property-type-menu>div button{min-height:34px;border:0;border-radius:5px;background:#fff;padding:0 8px;display:flex;align-items:center;gap:8px;color:#4f5c70;font-size:9px;text-align:left}.property-type-menu>div button:hover{background:#f0f3f7;color:#223047}.database-new-row{min-height:40px;border:0;border-bottom:1px solid #e6e9ed;background:#fff;padding-left:66px;display:flex;align-items:center;gap:7px;color:#8a94a6;font-size:9px;text-align:left}.database-new-row:hover{background:#f8fafc;color:#4f5d71}.list-view{padding-bottom:30px}.list-view>section{margin:16px 22px 0;border:1px solid #e1e5ea;border-radius:6px;overflow:hidden}.list-view>section>header{height:34px;display:flex;align-items:center;gap:6px;padding:0 10px;background:#f8f9fb;border-bottom:1px solid #e6e9ed}.list-view>section>header strong{font-size:9px}.list-view>section>header small{margin-left:auto;color:#8b95a6;font-size:8px}.list-view>section>header>svg:first-child{color:#a1a9b5;cursor:grab}.list-view>section>header>button{width:25px;height:25px;border:0;border-radius:4px;background:transparent;display:grid;place-items:center;color:#8994a5}.list-view>section>header>button:hover{background:#e8ecf1;color:#3e4d63}.list-task{border-bottom:1px solid #eef1f3;background:#fff}.list-task:last-child{border-bottom:0}.list-task-main{width:100%;min-height:47px;display:grid;grid-template-columns:22px 22px 1fr auto 27px;align-items:center;gap:4px;padding:7px 9px 7px 6px;text-align:left}.list-task-main:hover{background:#fafbfc}.list-task-main button{width:24px;height:27px;border:0;border-radius:4px;background:transparent;padding:0;display:grid;place-items:center;color:#8c97a8}.list-task-main button:hover{background:#e9edf2;color:#3f4e64}.list-task-main .list-drag{cursor:grab;opacity:0}.list-task-main:hover .list-drag{opacity:1}.list-task-main b{display:block;font-size:9px}.list-task-main small{display:block;margin-top:3px;color:#8791a2;font-size:8px}.list-task-main em{padding:0 9px;color:#5e6a7e;font-size:9px;font-style:normal}.list-task-main .list-add-subtask{opacity:0}.list-task-main:hover .list-add-subtask{opacity:1}.list-subtask{min-height:38px;margin-left:48px;padding:0 9px 0 8px;display:grid;grid-template-columns:20px 20px 1fr 24px;align-items:center;gap:4px;border-top:1px solid #f0f2f5;color:#586579;font-size:9px}.list-subtask>svg:first-child{color:#b1b8c2;cursor:grab;opacity:0}.list-subtask:hover>svg:first-child{opacity:1}.list-subtask>button{width:24px;height:25px;border:0;border-radius:4px;background:transparent;display:grid;place-items:center;color:#909baa;opacity:0}.list-subtask:hover>button{opacity:1}.list-subtask>button:hover{background:#e9edf2}.list-new-group{margin:14px 22px;border:0;border-radius:5px;background:transparent;padding:7px 9px;display:flex;align-items:center;gap:6px;color:#7d899a;font-size:9px}.list-new-group:hover{background:#eef2f6;color:#3f4e64}.timeline-view{position:relative;min-width:980px;min-height:calc(100vh - 256px);background:#fff;overflow:hidden}.timeline-title>div:last-child{display:flex;align-items:center;gap:12px}.timeline-title>div:last-child>button{min-height:30px;border:1px solid #d8dee5;border-radius:5px;background:#fff;padding:0 9px;color:#5f6c80;font-size:9px}.timeline-legend{display:flex;align-items:center;gap:5px;color:#7b8799;font-size:8px}.timeline-legend i{width:7px;height:7px;border-radius:50%;background:#e95056}.timeline-board{position:relative;margin:18px 22px 0;border:1px solid #dfe4e9;border-radius:6px;overflow:hidden}.timeline-board-header{min-height:38px;display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid #dfe4e9;background:#fafbfc}.timeline-board-header>span{padding:0 12px;display:flex;align-items:center;border-right:1px solid #e3e7eb;color:#788497;font-size:8px;font-weight:720;text-transform:uppercase}.timeline-board-header>div{display:grid;grid-template-columns:repeat(8,1fr)}.timeline-board-header>div span{display:grid;place-items:center;border-right:1px solid #edf0f3;color:#8993a3;font-size:8px}.timeline-execution-row{min-height:72px;display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid #e7eaee}.timeline-execution-row:last-child{border-bottom:0}.timeline-row-label{min-width:0;padding:0 10px;display:grid;grid-template-columns:22px 9px 1fr auto;align-items:center;gap:6px;border-right:1px solid #e3e7eb;background:#fff}.timeline-row-label strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.timeline-row-label small{display:block;margin-top:4px;color:#8a95a6;font-size:7px}.timeline-row-label>b{color:#647186;font-size:9px;font-variant-numeric:tabular-nums}.timeline-parent-row{min-height:58px;background:#f8fafc}.timeline-parent-row .timeline-row-label{background:#f8fafc}.timeline-parent-row .timeline-row-label strong{font-weight:760}.timeline-child-row{min-height:68px}.timeline-child-row .timeline-row-label{padding-left:14px}.timeline-group-toggle{width:22px;height:24px;border:0;border-radius:4px;background:transparent;padding:0;display:grid;place-items:center;color:#718095}.timeline-group-toggle:hover{background:#e8edf3;color:#30445f}.timeline-child-branch{position:relative;align-self:stretch;width:22px}.timeline-child-branch:before{content:"";position:absolute;left:10px;top:0;bottom:50%;width:1px;background:#d8dee6}.timeline-child-branch:after{content:"";position:absolute;left:10px;top:50%;width:10px;height:1px;background:#d8dee6}.timeline-health{width:8px;height:8px;border-radius:50%;background:#8793a5}.timeline-health.healthy{background:#2da568;box-shadow:0 0 0 3px #e3f5eb}.timeline-health.watch{background:#d79a27;box-shadow:0 0 0 3px #fff2d8}.timeline-health.risk{background:#e44d54;box-shadow:0 0 0 3px #fde7e8}.timeline-health.neutral{background:#8d98a8;box-shadow:0 0 0 3px #edf0f3}.timeline-lane{position:relative;min-width:0;background-image:linear-gradient(to right,#edf0f3 1px,transparent 1px);background-size:12.5% 100%}.timeline-today-line{position:absolute;z-index:4;top:38px;bottom:0;left:calc(220px + (100% - 220px)*.37);width:1px;background:#ec5a60;pointer-events:none}.timeline-today-line:before{content:"";position:absolute;top:-3px;left:-3px;width:7px;height:7px;border-radius:50%;background:#ec5a60}.execution-bar{position:absolute;z-index:3;top:17px;height:38px;min-width:90px;border:1px solid #b8cbea;border-radius:5px;background:#edf4ff;overflow:hidden;box-shadow:0 1px 2px #1f3d6810}.execution-bar.watch{border-color:#e4c98f;background:#fff7e7}.execution-bar.risk{border-color:#efb9bc;background:#fff0f0}.execution-bar.healthy{border-color:#abd6c0;background:#eaf7f0}.timeline-parent-bar{position:absolute;z-index:2;top:17px;height:24px;min-width:110px;border:1px solid #bcc8d7;border-radius:4px;background:#eef2f6;padding:0 7px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;overflow:hidden;color:#405069}.timeline-parent-bar>span{position:absolute;inset:0 auto 0 0;background:#dce5f0}.timeline-parent-bar>strong,.timeline-parent-bar>b{position:relative;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px}.timeline-parent-bar>b{font-variant-numeric:tabular-nums}.timeline-parent-bar.risk{border-color:#e2b3b7;background:#fff2f2}.timeline-parent-bar.risk>span{background:#f5dfe1}.timeline-parent-bar.watch{border-color:#dec992;background:#fff8e9}.timeline-parent-bar.watch>span{background:#f3e7c8}.execution-progress{position:absolute;z-index:0;inset:0 auto 0 0;background:#d9e8ff;pointer-events:none}.execution-bar.watch .execution-progress{background:#f7e7c2}.execution-bar.risk .execution-progress{background:#f9dadd}.execution-bar.healthy .execution-progress{background:#d4eddf}.timeline-bar-text{position:relative;z-index:2;width:100%;height:100%;border:0;background:transparent;padding:0 8px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px;color:#304764;text-align:left}.timeline-bar-text span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:680}.timeline-bar-text b{font-size:8px;font-variant-numeric:tabular-nums}.execution-bar:hover{border-color:#779ccd;box-shadow:0 4px 14px #29456d1d}.execution-bar.segmented{display:flex}.sprint-segment{position:relative;z-index:2;min-width:0;flex:1;height:100%;border:0;border-right:1px solid #ffffffb8;background:transparent;padding:4px 5px;color:#40506a;text-align:left;overflow:hidden}.sprint-segment:last-child{border-right:0}.sprint-segment:hover{background:#ffffff75}.sprint-segment span,.sprint-segment small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sprint-segment span{font-size:7px;font-weight:760}.sprint-segment small{margin-top:3px;font-size:6px;opacity:.76}.sprint-segment.risk{box-shadow:inset 0 -3px #df4c53}.sprint-segment.watch{box-shadow:inset 0 -3px #d49a2e}.sprint-segment.healthy{box-shadow:inset 0 -3px #2d9e65}.sprint-segment.neutral{box-shadow:inset 0 -3px #8994a5}.timeline-inline-edit{position:relative;z-index:5;width:100%;height:100%;border:0;outline:2px solid #2b72dc;outline-offset:-2px;background:#fff;padding:0 8px;color:#26354a;font-size:8px}.timeline-inline-edit.segment-edit{min-width:0;flex:1;padding:0 5px}.timeline-hint{margin:10px 24px;color:#929baa;font-size:8px}.timeline-detail-popover{position:absolute;z-index:30;top:68px;right:24px;width:320px;border:1px solid #d7dde5;border-radius:7px;background:#fff;box-shadow:0 18px 48px #2029382c;padding:14px}.timeline-detail-popover header{display:flex;align-items:flex-start;gap:9px;padding-bottom:12px;border-bottom:1px solid #e8ebef}.timeline-detail-popover header>div{min-width:0;flex:1;display:grid;grid-template-columns:10px 1fr;column-gap:7px}.timeline-detail-popover header .timeline-health{grid-row:1 / 3;margin-top:4px}.timeline-detail-popover header p{margin:0;color:#8b95a6;font-size:7px;font-weight:720;text-transform:uppercase}.timeline-detail-popover h3{margin:3px 0 0;font-size:12px;letter-spacing:0}.timeline-detail-popover header>button{width:26px;height:26px;border:0;border-radius:4px;background:transparent;display:grid;place-items:center;color:#7f8999}.timeline-detail-popover header>button:hover{background:#eef1f4}.timeline-detail-popover>section{padding:12px 0;border-bottom:1px solid #e8ebef}.timeline-detail-popover>section p{margin:0 0 5px;color:#8a94a5;font-size:7px;text-transform:uppercase}.timeline-detail-popover>section strong{font-size:9px;line-height:1.45}.timeline-detail-popover dl{margin:8px 0 12px}.timeline-detail-popover dl>div{min-height:28px;display:grid;grid-template-columns:92px 1fr;align-items:center;border-bottom:1px solid #f0f2f4;font-size:8px}.timeline-detail-popover dt{color:#8792a4}.timeline-detail-popover dd{margin:0;color:#344258;font-weight:620}.timeline-detail-popover footer{display:flex;align-items:center;gap:8px}.timeline-detail-popover footer span{min-width:0;flex:1;display:flex;align-items:center;gap:5px;color:#5f6c80;font-size:8px}.timeline-detail-popover footer button{min-height:29px;border:0;border-radius:5px;background:#1769f2;padding:0 8px;display:flex;align-items:center;gap:5px;color:#fff;font-size:8px;font-weight:700}.kanban-board{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px;padding:16px;min-width:860px;background:#f8f9fb;min-height:calc(100vh - 256px)}.kanban-board>section{min-width:0}.kanban-board>section>header{height:32px;display:flex;align-items:center;gap:6px;padding:0 4px}.kanban-board>section>header strong{font-size:9px}.kanban-board>section>header small{color:#8993a4;font-size:8px}.kanban-board>section>header button{margin-left:auto;border:0;background:transparent;padding:3px}.kanban-dot{width:7px;height:7px;border-radius:50%;background:#9ba5b4}.kanban-dot.in-progress{background:#2c72dd}.kanban-dot.review{background:#d69a28}.kanban-dot.complete{background:#2e9b62}.kanban-board article{border:1px solid #dfe4e9;border-radius:6px;background:#fff;padding:10px;margin-bottom:8px;box-shadow:0 1px 2px #20293808}.kanban-board article>div{display:flex;align-items:center;justify-content:space-between;color:#9aa3b1}.kanban-board article>div span{border-radius:999px;padding:3px 5px;font-size:7px}.priority-high{background:#feecec;color:#b93c41}.priority-normal{background:#eef2f6;color:#687387}.kanban-board article h3{margin:9px 0 5px;font-size:10px;line-height:1.35;letter-spacing:0}.kanban-board article p{margin:0 0 12px;color:#8b95a6;font-size:8px}.kanban-board article footer{display:flex;align-items:center;justify-content:space-between;color:#8993a4;font-size:8px}.mini-avatar{width:22px;height:22px;border-radius:50%;background:#eaf1ff;display:grid;place-items:center;color:#2d68ca;font-size:7px;font-weight:750}.okr-board{padding:24px}.okr-board>header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--task-line);padding-bottom:16px}.okr-board>header>div{display:flex;align-items:center;gap:10px}.okr-board>header span>strong{color:#7e899a;font-size:8px;text-transform:uppercase}.okr-board>header h2{margin:3px 0 0;font-size:17px;letter-spacing:0}.okr-board>header em{border-radius:999px;background:#edf3ff;color:#3266bc;padding:5px 8px;font-size:8px;font-style:normal}.okr-progress{display:grid;grid-template-columns:110px 1fr 40px;align-items:center;gap:10px;margin:18px 0 22px;font-size:9px;color:#687387}.okr-progress>div{height:5px;background:#edf0f3}.okr-progress i{display:block;width:64%;height:100%;background:#2d72dd}.okr-progress strong{color:#202a3b;font-size:11px}.okr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.okr-grid section{border:1px solid #dde2e7;border-radius:7px;padding:13px}.okr-grid section>header{display:flex;justify-content:space-between;color:#2d66bd;font-size:9px}.okr-grid h3{min-height:36px;margin:10px 0 5px;font-size:11px;line-height:1.4;letter-spacing:0}.okr-grid p{color:#8a95a6;font-size:8px}.okr-grid button{width:100%;min-height:34px;border:0;border-top:1px solid #edf0f3;background:#fff;display:grid;grid-template-columns:18px 1fr 14px;align-items:center;gap:4px;text-align:left;font-size:8px}.automation-canvas{min-height:calc(100vh - 256px);height:calc(100vh - 256px);background:#f8fafc;display:flex;flex-direction:column}.automation-toolbar{min-height:58px;background:#fff;border-bottom:1px solid var(--task-line);display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 15px;position:relative;z-index:20}.automation-identity{display:flex;align-items:center;gap:9px}.automation-identity>span{width:32px;height:32px;border-radius:6px;background:#edf3ff;color:#2868ca;display:grid;place-items:center}.automation-identity strong{display:block;font-size:10px}.automation-identity small{display:flex;align-items:center;gap:5px;margin-top:4px;color:#7e899b;font-size:8px}.automation-identity small i{width:7px;height:7px;border-radius:50%;background:#2ca267}.automation-identity small b{color:#b3bac5;font-weight:400}.automation-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.automation-toolbar button{border:1px solid #d8dde4;border-radius:5px;background:#fff;min-height:29px;padding:0 8px;display:flex;align-items:center;gap:5px;white-space:nowrap;font-size:8px}.automation-toolbar button:hover{background:#f5f7fa;border-color:#bfc8d4}.automation-ai-button{max-width:180px}.automation-ai-button span{overflow:hidden;text-overflow:ellipsis}.automation-api-status{height:28px;border:1px solid #cce5d7;border-radius:5px;background:#f2fbf6;padding:0 7px;display:flex;align-items:center;gap:5px;color:#367357;white-space:nowrap;font-size:7px;font-weight:700}.automation-api-status i{width:6px;height:6px;border-radius:50%;background:#28a263;box-shadow:0 0 0 2px #d9f2e4}.automation-run{background:#1769f2!important;border-color:#1769f2!important;color:#fff}.automation-run.complete{background:#26875a!important;border-color:#26875a!important}.automation-menu-wrap{position:relative}.automation-dropdown{position:absolute;right:0;top:35px;width:230px;max-height:390px;overflow:auto;border:1px solid #d8dee6;border-radius:7px;background:#fff;box-shadow:0 16px 42px #20293824;padding:6px;z-index:40}.automation-dropdown>p{margin:6px 7px 8px;color:#8792a4;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.automation-dropdown section{padding:5px 0;border-top:1px solid #eef1f4}.automation-dropdown section>strong{display:block;padding:3px 7px 4px;color:#586579;font-size:8px}.automation-dropdown button{width:100%;min-height:31px;border:0;justify-content:space-between;font-size:9px}.effort-dropdown{width:160px}.automation-guide{min-height:32px;border-bottom:1px solid #e2e6eb;background:#fbfcfd;display:flex;align-items:center;gap:18px;padding:0 15px;color:#7d889a;font-size:7px}.automation-guide span{display:flex;align-items:center;gap:5px}.automation-guide i{width:5px;height:5px;border-radius:50%;background:#8ea2bd}.automation-flow-editor{flex:1;min-height:390px;position:relative}.automation-flow-editor .react-flow{background:#f8fafc}.automation-flow-editor .react-flow__controls{border:1px solid #dbe1e8;border-radius:6px;box-shadow:0 4px 16px #26324512;overflow:hidden}.automation-flow-editor .react-flow__controls-button{border:0;border-bottom:1px solid #e8ebef}.automation-flow-editor .react-flow__edge-path{transition:stroke .16s ease}.automation-flow-editor .react-flow__edge.selected .react-flow__edge-path{stroke:#1769f2!important;stroke-width:2.4!important}.automation-flow-editor .react-flow__attribution{font-size:7px;opacity:.55}.automation-node{position:relative;width:185px;min-height:137px;border:1px solid #d5dce4;border-radius:7px;background:#fff;padding:14px 13px;box-shadow:0 5px 18px #26324510;transition:border-color .12s ease,box-shadow .12s ease}.automation-node:hover{border-color:#9fb4ce;box-shadow:0 7px 22px #26324518}.automation-node.selected{border-color:#1769f2;box-shadow:0 0 0 2px #dce9ff,0 8px 24px #26324518}.automation-node>span{width:29px;height:29px;border-radius:6px;background:#eef2f7;color:#58677e;display:grid;place-items:center}.automation-node.trigger>span{background:#edf3ff;color:#2c6bd0}.automation-node.ai>span{background:#f0edff;color:#6a4ec1}.automation-node.action>span{background:#e9f6ef;color:#2e8759}.automation-node p{margin:10px 0 4px;color:#8b95a6;font-size:7px;font-weight:750;letter-spacing:.06em}.automation-node strong{display:block;font-size:10px}.automation-node small{display:block;margin-top:5px;color:#7b8698;font-size:8px;line-height:1.4}.automation-node>button{position:absolute;right:5px;top:6px;border:0;background:transparent;color:#8c96a7}.automation-node>em{width:fit-content;margin-top:10px;border-radius:999px;background:#f0edff;color:#654bb3;padding:4px 6px;display:flex;align-items:center;gap:4px;font-size:7px;font-style:normal;font-weight:700}.automation-port{width:11px!important;height:11px!important;border:2px solid #fff!important;background:#64758d!important;box-shadow:0 0 0 1px #8392a5}.automation-port:hover{width:14px!important;height:14px!important;background:#1769f2!important;box-shadow:0 0 0 3px #dce9ff}.input-port{left:-6px!important}.output-port{right:-6px!important;background:#1769f2!important}.ai-report-view,.ai-summary-view,.next-actions-view{padding:24px}.ai-report-view>header,.summary-heading,.next-actions-view>header{display:flex;align-items:center;gap:10px;border-bottom:1px solid #e2e6ea;padding-bottom:18px}.ai-report-icon,.summary-heading>span{width:38px;height:38px;border-radius:8px;background:#edf3ff;color:#2868cb;display:grid;place-items:center}.ai-report-view h2,.ai-summary-view h2,.next-actions-view h2{margin:0;font-size:16px;letter-spacing:0}.ai-report-view header p,.next-actions-view header p{margin:4px 0 0;color:#7c8799;font-size:9px}.ai-report-view header button,.summary-heading button,.next-actions-view header>button{margin-left:auto;border:1px solid #d7dde4;border-radius:5px;background:#fff;min-height:31px;padding:0 9px;display:flex;align-items:center;gap:5px;font-size:9px}.evaluation-table{margin-top:20px;border:1px solid #dfe4e9;border-radius:6px;overflow:hidden}.evaluation-row{min-height:47px;display:grid;grid-template-columns:.7fr .7fr 1.7fr 1fr;align-items:center;border-bottom:1px solid #e9ecef;padding:0 13px;font-size:9px}.evaluation-row:last-child{border-bottom:0}.evaluation-row.header{min-height:34px;background:#f7f8fa;color:#808b9d;font-size:8px;font-weight:700}.evaluation-row span:first-child{font-weight:680}.assessment{width:fit-content;border-radius:999px;padding:4px 7px}.assessment.at-risk{color:#b73940;background:#feeaea}.assessment.watch{color:#946914;background:#fff3db}.assessment.healthy{color:#28774d;background:#e9f7ef}.summary-heading>div p{margin:0 0 4px;color:#7f899a;font-size:8px;font-weight:740;letter-spacing:.06em}.ai-summary-view>section{padding:20px 0;border-bottom:1px solid #e6e9ed}.ai-summary-view h3{margin:0 0 9px;font-size:11px;letter-spacing:0}.ai-summary-view section p,.ai-summary-view li{color:#596578;font-size:10px;line-height:1.65}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding-top:20px}.summary-grid ul{margin:0;padding-left:17px}.next-actions-view>header>div{display:flex;align-items:center;gap:9px}.next-actions-view header>button{background:#1769f2;border-color:#1769f2;color:#fff}.next-actions-view>article{min-height:82px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid #e7eaee}.next-actions-view>article>span{width:27px;height:27px;border-radius:50%;background:#edf3ff;color:#2b69ca;display:grid;place-items:center;font-size:9px;font-weight:750}.next-actions-view article h3{margin:0;font-size:10px;letter-spacing:0}.next-actions-view article p{margin:4px 0;color:#6d788a;font-size:9px}.next-actions-view article em{color:#2d68c6;font-size:8px;font-style:normal}.next-actions-view article>button{border:1px solid #d8dde4;border-radius:5px;background:#fff;padding:6px 8px;display:flex;align-items:center;gap:5px;font-size:8px}.department-panel{border-left:1px solid var(--task-line);padding:22px 12px 16px}.department-panel>header{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.department-panel>header p{margin:0 0 5px;color:#8b95a6;font-size:8px;font-weight:750;letter-spacing:.06em}.department-panel>header h2{margin:0;font-size:15px;letter-spacing:0}.department-panel>header button{border:0;background:transparent;color:#7d8798}.department-intro{margin:8px 4px 16px;color:#7b8698;font-size:9px;line-height:1.45}.department-list{display:flex;flex-direction:column;gap:9px}.department-list>article{position:relative;border:1px solid #dfe4e9;border-radius:7px;background:#fff;padding:11px;overflow:visible}.department-list>article:before{content:"";position:absolute;left:-1px;top:10px;bottom:10px;width:3px;border-radius:0 3px 3px 0}.department-list>article.well:before{background:#2eaa69}.department-list>article.warning:before{background:#e0a32e}.department-list>article.risk:before{background:#eb4d54}.department-head{display:grid;grid-template-columns:1fr auto 14px;align-items:center;gap:7px;padding-left:3px}.department-head strong{display:block;font-size:10px}.department-head small{display:block;margin-top:3px;color:#8a94a6;font-size:8px}.department-health-trigger{border:0;border-radius:999px;padding:4px 6px;display:flex;align-items:center;gap:4px;font-size:7px;font-weight:760}.department-health-trigger.well{background:#e8f7ee;color:#28774b}.department-health-trigger.warning{background:#fff4dc;color:#93670f}.department-health-trigger.risk{background:#feeaea;color:#b8363d}.health-dot{width:8px;height:8px;border:0;border-radius:50%;display:inline-block;padding:0}.health-dot.well{background:#2eaa69}.health-dot.warning{background:#e0a32e}.health-dot.risk{background:#eb4d54}.department-output{display:grid;grid-template-columns:1fr 1fr;margin-top:11px;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3}.department-output span{padding:8px 0;color:#738095;font-size:8px}.department-output span+span{border-left:1px solid #edf0f3;padding-left:9px}.department-output b{color:#242d3e;font-size:11px}.department-list footer{display:flex;align-items:center;gap:5px;padding-top:8px;color:#8791a2;font-size:8px}.department-footer{margin-top:14px;display:flex;flex-wrap:wrap;gap:9px;padding:10px 4px;border-top:1px solid #e4e8ec}.department-footer span{display:flex;align-items:center;gap:4px;color:#778295;font-size:8px}.department-footer .health-dot{width:6px;height:6px}.health-popover{position:fixed;z-index:100;border:1px solid #d9dee5;border-radius:8px;background:#fff;box-shadow:0 18px 48px #2029382b;padding:14px;text-align:left}.health-popover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:8px 0 0 8px}.health-popover.well:before{background:#2eaa69}.health-popover.warning:before{background:#e0a32e}.health-popover.risk:before{background:#eb4d54}.health-popover.new:before{background:#3c78d8}.health-popover.archived:before{background:#8b95a6}.health-popover-title{display:flex;align-items:center;gap:8px;padding-right:20px}.health-popover-title .health-dot{flex:0 0 auto}.health-popover-title strong{display:block;font-size:11px;line-height:1.35}.health-popover-title small{display:block;margin-top:2px;color:#8a94a6;font-size:8px}.health-status-row{margin:12px 0 10px;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3;padding:8px 0;display:flex;align-items:center;justify-content:space-between}.health-status-row span{color:#717d90;font-size:8px}.health-status-row b{border-radius:999px;padding:4px 7px;font-size:8px}.health-status-row b.well{background:#e8f7ee;color:#28774b}.health-status-row b.warning{background:#fff4dc;color:#93670f}.health-status-row b.risk{background:#feeaea;color:#b8363d}.health-status-row b.new{background:#eaf1ff;color:#2f67c5}.health-status-row b.archived{background:#eef0f3;color:#687286}.health-popover p{margin:0 0 7px;color:#707b8d;font-size:8px;line-height:1.5}.health-popover ul{margin:0 0 11px;padding-left:16px;color:#4c586b;font-size:8px;line-height:1.85}.health-details-button{width:100%;min-height:30px;border:1px solid #d8dee6;border-radius:5px;background:#f8fafc;display:flex;align-items:center;justify-content:center;gap:5px;color:#49647f;font-size:8px;font-weight:700}.health-details-button:hover{background:#eef4fb;border-color:#bdcce0}.popover-close{position:absolute;right:5px;top:5px;border:0;background:transparent;color:#8993a4}.task-panel-toggle{position:fixed;top:31px;z-index:12;width:27px;height:30px;border:1px solid #d8dde4;border-radius:4px;background:#fff;display:grid;place-items:center;color:#6c7789;box-shadow:0 2px 8px #2029380c}.task-left-toggle{left:319px}.task-left-closed .task-left-toggle{left:76px}.task-right-toggle{right:231px}.task-right-closed .task-right-toggle{right:8px}@keyframes context-reveal-in{0%{opacity:0;transform:translate(-10px);filter:blur(1.5px)}to{opacity:1;transform:translate(0);filter:blur(0)}}.task-context-reveal .task-center-header{animation:context-reveal-in .34s ease-out both}.task-context-reveal .task-metric{animation:context-reveal-in .36s ease-out both}.task-context-reveal .task-metric:nth-child(1){animation-delay:70ms}.task-context-reveal .task-metric:nth-child(2){animation-delay:115ms}.task-context-reveal .task-metric:nth-child(3){animation-delay:.16s}.task-context-reveal .task-metric:nth-child(4){animation-delay:205ms}.task-context-reveal .task-workspace{animation:context-reveal-in .39s 245ms ease-out both}.task-context-reveal .database-row>*{animation:context-reveal-in .24s ease-out both}.task-context-reveal .database-row>:nth-child(1){animation-delay:20ms}.task-context-reveal .database-row>:nth-child(2){animation-delay:45ms}.task-context-reveal .database-row>:nth-child(3){animation-delay:70ms}.task-context-reveal .database-row>:nth-child(4){animation-delay:95ms}.task-context-reveal .database-row>:nth-child(5){animation-delay:.12s}.task-context-reveal .database-row>:nth-child(6){animation-delay:145ms}.task-context-reveal .database-row>:nth-child(7){animation-delay:.17s}.task-context-reveal .database-row>:nth-child(8){animation-delay:195ms}.task-context-reveal .database-row>:nth-child(n+9){animation-delay:.22s}@media(prefers-reduced-motion:reduce){.task-context-reveal *,.task-context-reveal *:before,.task-context-reveal *:after{animation:none!important;transition-duration:.01ms!important}}@media(max-width:1320px){.task-screen{grid-template-columns:235px minmax(0,1fr) 0}.task-screen.task-left-closed{grid-template-columns:0 minmax(0,1fr) 0}.task-screen.task-right-closed{grid-template-columns:235px minmax(0,1fr) 0}.task-screen.task-left-closed.task-right-closed{grid-template-columns:0 minmax(0,1fr) 0}.task-left-toggle{left:290px}.task-right-toggle{right:207px}.task-center-main{padding:0 10px 14px 0}.task-metric em{display:none}.task-view-tabs button{padding-left:5px;padding-right:5px}}@media(max-width:1120px){.task-screen{inset-left:68px;grid-template-columns:210px minmax(0,1fr) 0;min-width:0}.task-screen .department-panel,.task-right-toggle{display:none}.task-left-toggle{left:265px}.task-left-closed .task-left-toggle{left:76px}.task-center-header{grid-template-columns:1fr 260px}.task-metrics{grid-template-columns:repeat(2,1fr)}.task-workspace{min-height:calc(100vh - 144px)}.task-workspace-body{min-height:calc(100vh - 194px)}}@media(max-width:900px){.task-center-main{padding:0 8px 12px 0}.task-center-header{grid-template-columns:1fr}.task-search,.task-updated{display:none}.task-metrics{margin-top:0;gap:7px}.task-metric{min-height:68px;padding:8px 9px}.task-workspace-header{gap:7px;padding:0 7px}.task-area-tabs button{min-width:49px}.task-view-tabs{gap:1px;padding-left:7px}.task-view-tabs:not(.ai-tabs) button{width:27px;padding:6px;font-size:0;justify-content:center}.task-view-tabs.ai-tabs{max-width:170px}.task-secondary-button{width:31px;padding:0;justify-content:center;font-size:0}.task-secondary-button svg:last-child{display:none}.document-page{width:calc(100% - 34px);margin-top:28px}.document-page h2{font-size:27px}.sow-approval-route{grid-template-columns:26px 1fr}.sow-approval-route>button{grid-column:2;width:fit-content}}.app-shell.review-mode{padding-top:34px}.review-mode-banner{position:fixed;inset:0 0 auto;z-index:10000;min-height:34px;display:flex;align-items:center;justify-content:center;padding:7px 16px;border-bottom:1px solid #d8b661;background:#fff6d9;color:#684b08;font-size:12px;font-weight:700;letter-spacing:.01em}.review-mode .primary-nav,.review-mode .entity-nav{top:34px;height:calc(100vh - 34px)}.review-mode [data-review-write=true]{opacity:.55}
