.dashboard-container{display:flex;flex-direction:column;gap:22px;padding:26px 28px 30px;min-height:100%;background:var(--bg);color:var(--text)}.dashboard-header{display:flex;flex-direction:column;gap:5px}.dashboard-header h1{margin:0;font-size:30px;line-height:1.1;letter-spacing:-.02em;font-weight:700;color:var(--text)}.dashboard-header p{margin:0;font-size:13px;color:var(--muted)}.dashboard-controls{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-filter-btn{height:30px;border:1px solid var(--border);border-radius:7px;padding:0 11px;background:var(--surface);color:var(--text);font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:7px;cursor:pointer}.dashboard-filter-btn:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));background:var(--surface-soft)}.dashboard-period-badge{height:25px;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);font-size:11px;display:inline-flex;align-items:center;padding:0 10px;white-space:nowrap}.dashboard-section{display:flex;flex-direction:column;gap:12px}.dashboard-section h2{margin:0;font-size:27px;letter-spacing:-.02em;line-height:1.1;font-weight:700;color:var(--text)}.dashboard-section .section-sub{margin:0;font-size:12px;color:var(--muted)}.dashboard-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.dashboard-grid-2-1{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);grid-gap:10px;gap:10px}.dashboard-card{position:relative;background:var(--channels-card-bg);border:1px solid var(--channels-card-border);border-radius:11px;min-height:137px;padding:14px 14px 12px;display:flex;flex-direction:column}.dashboard-card:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);pointer-events:none}.dashboard-card-title{margin:0 34px 9px 0;color:var(--text);font-size:12px;font-weight:600}.dashboard-card-icon{position:absolute;top:12px;right:12px;width:22px;height:22px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:var(--channels-icon-bg)}.dashboard-card-icon svg{width:13px;height:13px}.dashboard-badge{align-self:flex-start;border-radius:999px;padding:2px 8px;margin-bottom:11px;font-size:10px;line-height:1.5;font-weight:700}.dashboard-badge.success{color:var(--success);background:var(--success-weak);border:1px solid color-mix(in srgb,var(--success) 52%,var(--border))}.dashboard-badge.neutral{color:var(--muted);background:color-mix(in srgb,var(--surface-strong) 58%,transparent);border:1px solid color-mix(in srgb,var(--muted) 30%,var(--border))}.dashboard-badge.warning{color:var(--warning);background:var(--warning-weak);border:1px solid color-mix(in srgb,var(--warning) 50%,var(--border))}.dashboard-card-value{margin:0;font-size:37px;line-height:1.05;font-weight:700;color:var(--text)}.dashboard-card-sub{margin-top:6px;color:var(--muted);font-size:12px}.dashboard-card.empty-state{min-height:137px;justify-content:center;border-color:var(--border);background:var(--surface)}.dashboard-card.empty-state p{margin:0;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft);color:var(--muted);font-size:12px;line-height:1.5;padding:11px 12px}.dashboard-card.dashboard-card-compact{min-height:137px;justify-content:space-between}.dashboard-card-title-compact{margin-bottom:12px}.dashboard-card-sub-compact{margin-bottom:10px}.dashboard-badge-end{margin:0;align-self:flex-end}.dashboard-card-icon.purple{color:var(--primary)}.dashboard-card-icon.green{color:var(--success)}.dashboard-card-icon.yellow{color:var(--warning)}@media (max-width:1240px){.dashboard-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid-2-1{grid-template-columns:1fr}}@media (max-width:760px){.dashboard-container{padding:18px 14px 22px;gap:16px}.dashboard-controls{flex-direction:column;align-items:flex-start}.dashboard-grid-4{grid-template-columns:1fr}}:root{--manual-bg:#04070d;--manual-surface:#090d16;--manual-surface-2:#0e1420;--manual-surface-3:#111a29;--manual-border:#1d2738;--manual-text:#edf2ff;--manual-muted:#9aa7bb;--manual-accent:#57e6be;--manual-accent-soft:rgba(87,230,190,.14);--manual-danger:#e05a74;--manual-inbound:#202633;--manual-outbound:#57e6be;--manual-shadow:0 18px 40px rgba(0,0,0,.35);--manual-scroll-track:#0c1422;--manual-scroll-thumb:#334760;--manual-scroll-thumb-hover:#486488}.manual-boot{display:grid;place-items:center;color:var(--manual-muted);font-size:16px}.manual-boot,.manual-root{min-height:100dvh;background:var(--manual-bg)}.manual-root{height:100dvh;color:var(--manual-text);overflow:hidden}.manual-root.embedded{height:100%;min-height:0}.manual-boot.embedded{min-height:100%;height:100%}.manual-workspace{height:100%;display:grid;grid-template-columns:330px minmax(0,1fr);grid-gap:0;gap:0;border:1px solid var(--manual-border);background:#050912}.manual-workspace.details-open{grid-template-columns:330px minmax(0,1fr) 360px}.manual-chat-panel,.manual-conversation-panel,.manual-details-panel{min-height:0}.manual-conversation-panel{border-right:1px solid var(--manual-border);background:var(--manual-surface);display:grid;grid-template-rows:auto auto auto 1fr}.manual-left-head{padding:14px;display:grid;grid-gap:12px;gap:12px;border-bottom:1px solid var(--manual-border);background:#060b14}.manual-search-input{height:42px;border:1px solid var(--manual-border);border-radius:10px;background:#0a0f18;display:grid;grid-template-columns:34px 1fr;align-items:center;overflow:hidden}.manual-search-input span{text-align:center;color:var(--manual-muted);font-size:13px}.manual-search-icon{display:grid;place-items:center}.manual-search-icon svg{width:15px;height:15px}.manual-search-input input{width:100%;height:100%;border:0;outline:0;background:transparent;color:var(--manual-text);font:inherit;font-size:15px;padding-right:10px}.manual-search-input input::placeholder{color:color-mix(in srgb,var(--manual-muted) 78%,transparent)}.manual-left-toolbar{display:flex;align-items:center;gap:8px}.manual-left-toolbar small{color:var(--manual-muted);font-size:13px;margin-right:auto}.manual-filter-toggle,.manual-refresh-btn{height:32px;border-radius:10px;border:1px solid var(--manual-border);background:var(--manual-surface-2);color:var(--manual-text);padding:0 10px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.manual-btn-icon{width:14px;height:14px;flex-shrink:0}.manual-filter-toggle:hover,.manual-refresh-btn:hover:not(:disabled){border-color:color-mix(in srgb,var(--manual-accent) 42%,var(--manual-border))}.manual-refresh-btn:disabled{opacity:.55;cursor:not-allowed}.manual-filters-card{margin:0 14px 12px;border:1px solid var(--manual-border);border-radius:12px;padding:10px;display:grid;grid-gap:10px;gap:10px;background:var(--manual-surface-2)}.manual-filter-row{display:grid;grid-gap:6px;gap:6px}.manual-filter-row label{color:var(--manual-muted);font-size:12px;font-weight:700}.manual-chat-composer textarea,.manual-filter-row select,.manual-module-content select,.manual-module-content textarea{width:100%;border:1px solid var(--manual-border);border-radius:10px;background:var(--manual-surface-3);color:var(--manual-text);padding:10px;font:inherit}.manual-tab-row{display:flex;flex-wrap:wrap;gap:8px}.manual-tab-chip{border:1px solid var(--manual-border);background:var(--manual-surface-3);color:var(--manual-muted);padding:6px 10px;font-size:12px;font-weight:700;gap:6px;cursor:pointer}.manual-tab-chip,.manual-tab-chip span{border-radius:999px;display:inline-flex;align-items:center}.manual-tab-chip span{min-width:18px;height:18px;justify-content:center;background:#192738;color:#dce8ff;font-size:11px}.manual-tab-chip.active{border-color:color-mix(in srgb,var(--manual-accent) 45%,var(--manual-border));color:#eafffa;background:color-mix(in srgb,var(--manual-accent) 20%,#101c28)}.manual-feedback{margin:0 14px 10px;border-radius:10px;padding:10px;font-size:13px}.manual-feedback.error{border:1px solid color-mix(in srgb,var(--manual-danger) 50%,transparent);background:rgba(224,90,116,.12);color:#ff9db1}.manual-feedback.info{border:1px solid color-mix(in srgb,var(--manual-accent) 45%,transparent);background:color-mix(in srgb,var(--manual-accent) 16%,#102126);color:#8df5d7}.manual-conversation-list{overflow:auto;padding:10px;display:grid;grid-gap:10px;gap:10px;align-content:start}.manual-conversation-card{border:1px solid #1a2434;border-radius:14px;background:#0b111c;color:inherit;text-align:left;padding:14px;display:grid;grid-template-columns:46px minmax(0,1fr);grid-gap:10px;gap:10px;cursor:pointer;position:relative}.manual-conversation-unread-dot{position:absolute;top:10px;right:10px;width:9px;height:9px;border-radius:50%;background:#49f9be;box-shadow:0 0 0 2px #0b111c}.manual-conversation-card:hover{background:#10192a;border-color:#273952}.manual-conversation-card.active{background:color-mix(in srgb,var(--manual-accent) 20%,#0f1d24);border-color:color-mix(in srgb,var(--manual-accent) 48%,#315067);box-shadow:inset 2px 0 0 var(--manual-accent)}.manual-conversation-avatar-wrap{position:relative}.manual-conversation-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(140deg,#12303e,#0c2a34);color:#79ffd6;display:grid;place-items:center;font-size:14px;font-weight:800}.manual-avatar-dot{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;background:#49f9be;border:2px solid #0f1927}.manual-conversation-content{min-width:0;display:grid;grid-gap:4px;gap:4px}.manual-conversation-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:8px;gap:8px}.manual-conversation-top strong{font-size:16px;line-height:1.2;letter-spacing:.01em;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.manual-conversation-phone,.manual-conversation-top small{color:var(--manual-muted);font-size:12px}.manual-conversation-top small{white-space:nowrap}.manual-conversation-phone{white-space:normal;overflow-wrap:anywhere}.manual-conversation-phone.channel-id{color:#7fc0ff}.manual-conversation-content p{margin:0;color:#c9d4ea;font-size:15px;overflow:visible;white-space:normal;text-overflow:clip;overflow-wrap:anywhere}.manual-conversation-meta{display:flex;flex-wrap:wrap;gap:6px}.manual-conversation-meta span{border-radius:999px;border:1px solid #223247;background:#0f1a29;padding:2px 8px;font-size:11px;color:var(--manual-muted)}.manual-conversation-meta span.mine{border-color:#2d8f75;color:#8ff7d9;background:#0f2822}.manual-priority-badge{font-weight:800}.manual-priority-badge.urgent{border-color:rgba(236,95,95,.55)!important;background:rgba(236,95,95,.16)!important;color:#ff8f8f!important}.manual-priority-badge.high{border-color:rgba(255,171,85,.55)!important;background:rgba(255,171,85,.14)!important;color:#ffbe71!important}.manual-priority-badge.medium{border-color:rgba(93,161,255,.55)!important;background:rgba(93,161,255,.14)!important;color:#9fceff!important}.manual-priority-badge.low{border-color:rgba(121,153,197,.55)!important;background:rgba(121,153,197,.14)!important;color:#b1c9e6!important}.manual-chat-panel{border-right:1px solid var(--manual-border);background:#03060c;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto}.manual-workspace:not(.details-open) .manual-chat-panel{border-right:0}.manual-chat-header{border-bottom:1px solid var(--manual-border);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.manual-chat-profile{min-width:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit;display:flex;align-items:center;gap:12px;padding:0}.manual-chat-profile:focus-visible{outline:2px solid color-mix(in srgb,var(--manual-accent) 52%,transparent);outline-offset:3px;border-radius:12px}.manual-chat-avatar{width:42px;height:42px;border-radius:50%;background:#0f2b33;color:#79ffd6;display:grid;place-items:center;font-weight:800}.manual-chat-profile strong{display:block;font-size:15px;font-weight:800;overflow:visible;white-space:normal;text-overflow:clip;overflow-wrap:anywhere}.manual-chat-profile small{color:var(--manual-muted);font-size:13px}.manual-chat-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.manual-chat-actions-menu-wrap{position:relative}.manual-chat-actions button,.manual-composer-submit,.manual-module-content button{border:0;border-radius:11px;background:var(--manual-accent);color:#01281e;height:35px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.manual-chat-menu{width:35px;padding:0!important;border-radius:10px!important;border:1px solid var(--manual-border)!important;background:#111927!important;color:#b6c4db!important}.manual-chat-close svg,.manual-chat-menu svg{width:16px;height:16px}.manual-chat-actions button:disabled,.manual-composer-submit:disabled,.manual-module-content button:disabled{opacity:.5;cursor:not-allowed}.manual-chat-close{width:35px;padding:0!important;border-radius:10px!important;background:#121a28!important;color:#c7d2e6!important;border:1px solid var(--manual-border)!important}.manual-actions-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:250px;border:1px solid #253246;border-radius:12px;padding:8px;background:#0b111a;box-shadow:var(--manual-shadow);z-index:40}.manual-actions-dropdown,.manual-actions-group{display:grid;grid-gap:2px;gap:2px}.manual-actions-group.with-separator{border-top:1px solid #1c2a3d;margin-top:4px;padding-top:6px}.manual-actions-dropdown button{width:100%;justify-content:flex-start;height:34px;border:1px solid transparent;border-radius:9px;background:transparent;color:#d4def1;padding:0 10px;font-size:13px;font-weight:600}.manual-actions-dropdown button:hover{background:#121c2a;border-color:#25384f}.manual-actions-dropdown button svg{width:15px;height:15px;color:#9fb1ca}.manual-actions-dropdown button.urgent{color:#ff9ca7}.manual-actions-dropdown button.urgent svg{color:#ff6f7f}.manual-actions-dropdown button.high{color:#ffc67a}.manual-actions-dropdown button.high svg{color:#ffad55}.manual-actions-dropdown button.medium{color:#a8d1ff}.manual-actions-dropdown button.medium svg{color:#68abff}.manual-actions-dropdown button.low{color:#b8c9dc}.manual-actions-dropdown button.low svg{color:#90a6c1}.manual-actions-dropdown button.danger{color:#ff7b90}.manual-actions-dropdown button.danger svg{color:#ff5c77}.manual-chat-messages{min-height:0;overflow:auto;padding:20px;display:grid;grid-gap:10px;gap:10px;align-content:start}.manual-chat-day-pill{margin:2px auto 12px;padding:5px 12px;border-radius:999px;background:#121823;color:var(--manual-muted);font-size:12px;display:inline-flex;align-items:center;gap:6px}.manual-day-icon{width:12px;height:12px;color:#54647c}.manual-unread-divider{margin:4px 0;display:flex;align-items:center;gap:8px;color:#84f8d9;font-size:11px;font-weight:700}.manual-unread-divider:after,.manual-unread-divider:before{content:"";flex:1 1;height:1px;background:color-mix(in srgb,var(--manual-accent) 45%,transparent)}.manual-message-bubble{max-width:min(72%,720px);border-radius:14px;padding:10px 12px 8px;display:grid;grid-gap:6px;gap:6px}.manual-message-bubble.inbound{justify-self:start;background:var(--manual-inbound)}.manual-message-bubble.outbound{justify-self:end;background:var(--manual-outbound);color:#04251d}.manual-message-role{justify-self:start;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700;background:rgba(0,0,0,.18)}.manual-message-bubble p{margin:0;white-space:pre-wrap;line-height:1.4;font-size:14px}.manual-message-bubble time{justify-self:end;font-size:11px;color:color-mix(in srgb,#9aa7bb 88%,transparent)}.manual-message-status{font-weight:700}.manual-message-status.queued,.manual-message-status.sending{color:#f6bb61}.manual-message-status.sent{color:#74f5d0}.manual-message-status.failed{color:#f22;font-weight:800}.manual-message-failure-reason{display:block;margin-top:.3rem;font-size:.72rem;line-height:1.3;color:#f44;background:rgba(255,34,34,.12);border-radius:6px;padding:3px 7px;max-width:32ch}.manual-quick-replies{padding:0 14px 10px;display:flex;flex-wrap:wrap;gap:6px}.manual-quick-replies button{border:1px solid #205066;background:#0f1c2b;color:#d4deef;border-radius:999px;padding:6px 10px;font-size:12px;cursor:pointer}.manual-chat-composer{border-top:1px solid var(--manual-border);padding:10px 14px 12px;display:grid;grid-gap:10px;gap:10px;background:#070d17}.manual-composer-modes{display:flex;gap:8px}.manual-composer-mode{border:1px solid var(--manual-border);background:#111a29;color:var(--manual-muted);border-radius:10px;height:34px;padding:0 12px;font-size:12px;font-weight:700;cursor:pointer}.manual-composer-mode.active{border-color:color-mix(in srgb,var(--manual-accent) 45%,var(--manual-border));background:color-mix(in srgb,var(--manual-accent) 22%,#10222a);color:#ebfff8}.manual-composer-shell{border:1px solid var(--manual-border);border-radius:12px;padding:8px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:end;background:#0b121f}.manual-composer-tools{display:flex;align-items:center;gap:8px;color:#90a2bf;padding:0 4px}.manual-composer-tool{border:1px solid #24344b;background:#0f1725;border-radius:8px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;color:#9ab0cf}.manual-composer-tool svg{width:15px;height:15px}.manual-composer-tool:hover{border-color:color-mix(in srgb,var(--manual-accent) 42%,#24344b);color:#d6fff2}.manual-chat-composer textarea{min-height:42px;max-height:180px;resize:vertical;border:0;background:transparent;padding:8px}.manual-chat-composer textarea::placeholder,.manual-module-content textarea::placeholder{color:color-mix(in srgb,var(--manual-muted) 80%,transparent)}.manual-slash-suggestions{margin-top:-2px;border:1px solid var(--manual-border);border-radius:12px;background:#0b121f;display:grid;padding:6px;grid-gap:6px;gap:6px}.manual-slash-suggestions button{width:100%;text-align:left;border:1px solid #233247;background:#101a29;color:#d8e3f6;border-radius:10px;min-height:36px;padding:0 10px}.manual-slash-suggestions button:hover{border-color:color-mix(in srgb,var(--manual-accent) 40%,#233247)}.manual-details-panel{background:var(--manual-surface);overflow:auto;padding:10px;display:grid;align-content:start;grid-gap:10px;gap:10px}.manual-details-header{border:1px solid var(--manual-border);border-radius:14px;padding:12px;display:flex;align-items:center;gap:10px;background:#0a111d}.manual-details-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#11303b;color:#86ffd9;font-weight:800}.manual-details-header strong{display:block;font-size:15px}.manual-details-header small{color:var(--manual-muted);font-size:12px;display:inline-flex;align-items:center;gap:5px}.manual-online-dot{width:10px;height:10px;color:#49f9be}.manual-module{border:1px solid var(--manual-border);border-radius:14px;background:#0b121f}.manual-module summary{list-style:none;cursor:pointer;padding:12px;font-size:15px;font-weight:800;border-bottom:1px solid var(--manual-border);display:flex;align-items:center;justify-content:space-between;gap:10px}.manual-module summary::-webkit-details-marker{display:none}.manual-module-title{display:inline-flex;align-items:center;gap:8px}.manual-module-copy{display:grid;grid-gap:2px;gap:2px}.manual-module-copy strong{line-height:1.2}.manual-module-copy small{color:var(--manual-muted);font-size:12px;font-weight:500}.manual-module-title svg{width:15px;height:15px;color:#70f7cf}.manual-module-chevron{width:14px;height:14px;color:var(--manual-muted);transition:transform .16s ease}.manual-module[open] .manual-module-chevron{transform:rotate(180deg)}.manual-module-content{padding:12px;display:grid;grid-gap:8px;gap:8px}.manual-action-inline-row{display:flex;flex-wrap:wrap;gap:8px}.manual-action-inline-row button{background:#132032;color:#d9e8ff;border:1px solid #274262}.manual-action-inline-row button:hover{border-color:color-mix(in srgb,var(--manual-accent) 45%,#274262);color:#f1fffb}.manual-module-content p{margin:0;color:#cad5eb;font-size:13px}.manual-module-content strong{color:#eff4ff}.manual-pipeline-card{border:1px solid #223043;border-radius:12px;padding:10px;display:grid;grid-gap:8px;gap:8px;background:#101722}.manual-related-card{border:1px solid #233146;border-radius:12px;padding:10px;display:grid;grid-gap:4px;gap:4px;background:#0f1724}.manual-related-card strong{font-size:13px}.manual-related-card small{color:var(--manual-muted);font-size:12px}.manual-related-card p{margin:0;color:#d1dbed;font-size:13px}.manual-pipeline-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.manual-pipeline-title small{color:var(--manual-muted);font-size:12px}.manual-pipeline-current{border:1px solid color-mix(in srgb,var(--manual-accent) 42%,#1f3545);border-radius:10px;background:color-mix(in srgb,var(--manual-accent) 18%,#0d1f28);color:#bafce6!important;padding:10px;display:flex;align-items:center;gap:7px}.manual-inline-icon{width:15px;height:15px;flex-shrink:0}.manual-tag-list{display:flex;flex-wrap:wrap;gap:6px}.manual-tag-pill{border:1px solid;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700}.manual-empty,.manual-empty-inline{color:var(--manual-muted);text-align:center;margin:0;padding:16px}.manual-empty-inline{text-align:left;padding:4px 0}.manual-chat-placeholder{margin:auto;text-align:center;max-width:420px;color:var(--manual-muted)}.manual-chat-placeholder h2{margin:0;font-size:24px;color:var(--manual-text)}.manual-chat-placeholder p{margin:10px 0 0;line-height:1.5}.manual-chat-composer textarea,.manual-chat-messages,.manual-conversation-list,.manual-details-panel,.manual-module-content textarea{scrollbar-width:thin;scrollbar-color:var(--manual-scroll-thumb) var(--manual-scroll-track)}.manual-chat-composer textarea::-webkit-scrollbar,.manual-chat-messages::-webkit-scrollbar,.manual-conversation-list::-webkit-scrollbar,.manual-details-panel::-webkit-scrollbar,.manual-module-content textarea::-webkit-scrollbar{width:10px;height:10px}.manual-chat-composer textarea::-webkit-scrollbar-track,.manual-chat-messages::-webkit-scrollbar-track,.manual-conversation-list::-webkit-scrollbar-track,.manual-details-panel::-webkit-scrollbar-track,.manual-module-content textarea::-webkit-scrollbar-track{background:var(--manual-scroll-track);border-radius:999px}.manual-chat-composer textarea::-webkit-scrollbar-thumb,.manual-chat-messages::-webkit-scrollbar-thumb,.manual-conversation-list::-webkit-scrollbar-thumb,.manual-details-panel::-webkit-scrollbar-thumb,.manual-module-content textarea::-webkit-scrollbar-thumb{background:var(--manual-scroll-thumb);border-radius:999px;border:2px solid var(--manual-scroll-track)}.manual-chat-composer textarea::-webkit-scrollbar-thumb:hover,.manual-chat-messages::-webkit-scrollbar-thumb:hover,.manual-conversation-list::-webkit-scrollbar-thumb:hover,.manual-details-panel::-webkit-scrollbar-thumb:hover,.manual-module-content textarea::-webkit-scrollbar-thumb:hover{background:var(--manual-scroll-thumb-hover)}@media (max-width:1450px){.manual-workspace{grid-template-columns:300px minmax(0,1fr) 320px}}@media (max-width:1240px){.manual-workspace{grid-template-columns:300px minmax(0,1fr)}.manual-details-panel{display:none}}@media (max-width:960px){.manual-root{height:auto;min-height:100dvh;overflow:auto}.manual-workspace{grid-template-columns:1fr;height:auto}.manual-chat-panel,.manual-conversation-panel{min-height:min(52dvh,560px);border-right:0;border-bottom:1px solid var(--manual-border)}.manual-message-bubble{max-width:88%}.manual-composer-shell{grid-template-columns:1fr}.manual-composer-tools{justify-content:center}}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_Fallback_6b03d3;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_6b03d3{font-family:__Manrope_6b03d3,__Manrope_Fallback_6b03d3;font-style:normal}