:root{--mp-topbar-h: 76px;--mp-footer-h: 92px;--mp-bg: #020617;--mp-panel-bg: rgba(16, 24, 40, .98);--mp-surface: rgba(15, 23, 42, .72);--mp-surface-soft: rgba(15, 23, 42, .55);--mp-border: rgba(148, 163, 184, .18);--mp-text: rgba(255, 255, 255, .92);--mp-muted: rgba(226, 232, 240, .58);--mp-green: #10b981;--mp-red: #ef4444;color:var(--mp-text);background:var(--mp-bg);color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100vh;margin:0;background:var(--mp-bg)}body{overflow-x:hidden}button,textarea,select{font:inherit}button{letter-spacing:0}button:disabled{cursor:not-allowed;opacity:.48}.app-shell{min-height:100vh;background:var(--mp-bg)}.topbar{position:fixed;inset:0 0 auto;z-index:2500;height:var(--mp-topbar-h);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 16px;border-bottom:1px solid var(--mp-border);background:#020617fa}.topbar-logo-wrap{min-width:0;display:flex;align-items:center}.mp-logo{height:70px;width:auto;display:block}.topbar-meta{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.status{height:34px;display:inline-flex;align-items:center;max-width:180px;padding:0 11px;border:1px solid var(--mp-border);border-radius:999px;color:#e2e8f0d1;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status{max-width:86px;text-transform:uppercase}.status-ok{color:#86efac;border-color:#10b98157}.status-offline{color:#fca5a5;border-color:#ef444457}.status-dot{width:12px;height:12px;flex:0 0 auto;border-radius:999px;box-shadow:0 0 0 3px #94a3b81a}.status-dot-ok{background:var(--mp-green)}.status-dot-checking{background:#f59e0b}.status-dot-conflict{background:var(--mp-red);box-shadow:0 0 0 3px #ef444429,0 0 18px #ef444473}.status-dot-idle{background:#64748b}.avatar-button{width:42px;height:42px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--mp-border);border-radius:50%;background:#1e293b;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background .18s ease,transform .18s ease}.avatar-button:hover:not(:disabled){background:#334155;transform:scale(1.05)}.avatar-connected{border-color:#10b98161}.topbar-error{position:absolute;right:18px;bottom:-32px;max-width:min(560px,calc(100vw - 36px));padding:7px 10px;border:1px solid rgba(239,68,68,.28);border-radius:8px;background:#7f1d1df0;color:#fecaca;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace{min-height:100vh;padding-top:var(--mp-topbar-h)}.side-panel{position:fixed;left:max(10px,calc((100vw - 1080px)/2 + 10px));bottom:calc(var(--mp-footer-h) + 14px);z-index:1700;width:min(560px,calc(100vw - 20px));max-height:min(70vh,520px);overflow:visible;padding:18px;border:1px solid var(--mp-border);border-radius:14px;background:var(--mp-panel-bg);box-shadow:0 18px 50px #0206178c;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .16s ease,transform .16s ease}.side-panel-open{opacity:1;pointer-events:auto;transform:translateY(0)}.action-menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.action-menu-header .side-title{margin:0}.menu-close-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--mp-border);border-radius:10px;background:#0f172a8c;color:var(--mp-text);cursor:pointer}.menu-close-button:hover{background:#1e293be6}.field-label,.side-title,.side-group-title{display:block;margin:0 0 8px;color:#e2e8f0b8;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0}.side-section{margin-top:22px}.panel-button{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;border:1px solid var(--mp-border);border-radius:10px;background:#0f172a8c;color:var(--mp-text);text-align:left;padding:0 12px;cursor:pointer}.panel-button-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shortcut-kbd{flex:0 0 auto;min-width:0;padding:2px 6px;border:1px solid rgba(148,163,184,.24);border-radius:6px;background:#02061747;color:#e2e8f09e;font:10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.panel-button:not(:disabled):hover{background:#1e293be6}.side-group{position:relative;margin-bottom:8px}.side-group-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:0}.side-group-trigger-icon{flex:0 0 auto;color:#e2e8f09e;transition:transform .14s ease}.side-group:hover .side-group-trigger,.side-group:focus-within .side-group-trigger{background:#1e293be6}.side-group:hover .side-group-trigger-icon,.side-group:focus-within .side-group-trigger-icon{transform:translate(2px)}.side-group-menu{position:absolute;top:0;left:calc(100% + 10px);z-index:1800;width:min(240px,calc(100vw - 40px));padding:8px;border:1px solid var(--mp-border);border-radius:12px;background:var(--mp-panel-bg);box-shadow:0 18px 50px #0206178c;opacity:0;pointer-events:none;transform:translate(-4px);transition:opacity .14s ease,transform .14s ease}.side-group-menu:before{content:"";position:absolute;top:0;bottom:0;left:-10px;width:10px}.side-group:hover .side-group-menu,.side-group:focus-within .side-group-menu{opacity:1;pointer-events:auto;transform:translate(0)}.side-flyout-button{margin-bottom:6px}.side-flyout-button:last-child{margin-bottom:0}.empty-text{color:var(--mp-muted);font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2600;display:flex;align-items:center;justify-content:center;padding:20px;background:#020617b8}.add-file-modal{width:min(440px,calc(100vw - 32px));padding:18px;border:1px solid var(--mp-border);border-radius:14px;background:var(--mp-panel-bg);box-shadow:0 18px 50px #02061799}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.modal-header .side-title{margin:0}.file-picker-button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px;border:1px dashed rgba(148,163,184,.28);border-radius:10px;background:#02061740;color:#ffffffe6;cursor:pointer;overflow:hidden}.file-picker-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-picker-button:hover:not(:disabled){background:#1e293bad}.hidden-file-input{display:none}.file-description-input{width:100%;min-height:66px;margin-bottom:8px;resize:vertical;border:1px solid var(--mp-border);border-radius:10px;background:#0f172a73;color:var(--mp-text);padding:10px 12px;font:inherit;line-height:1.35;outline:none}.file-description-input:focus{border-color:#60a5fa6b;box-shadow:0 0 0 2px #2563eb1f}.file-description-input::placeholder{color:#94a3b8bd}.section-picker-modal{width:min(520px,calc(100vw - 32px))}.section-search-input{width:100%;min-height:40px;margin-bottom:10px;border:1px solid var(--mp-border);border-radius:10px;background:#0f172a73;color:var(--mp-text);padding:0 12px;outline:none}.section-search-input:focus{border-color:#60a5fa6b;box-shadow:0 0 0 2px #2563eb1f}.section-search-input::placeholder{color:#94a3b8bd}.section-picker-list{max-height:min(46vh,380px);overflow-y:auto;border:1px solid rgba(148,163,184,.16);border-radius:12px;background:#02061738;padding:6px}.section-picker-option{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:9px;background:transparent;color:var(--mp-text);text-align:left;cursor:pointer}.section-picker-option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-picker-option small{flex:0 0 auto;color:var(--mp-muted);font-size:11px}.section-picker-option:hover:not(:disabled),.section-picker-option-active{background:#1e293bcc}.section-picker-error,.section-picker-empty{padding:12px;color:var(--mp-muted);font-size:13px}.section-picker-error{color:#fca5a5}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.primary-button,.secondary-button{min-height:38px;padding:0 13px;border-radius:10px;cursor:pointer}.primary-button{border:1px solid rgba(96,165,250,.28);background:#2563ebbd;color:#fff}.primary-button:hover:not(:disabled){background:#2563ebe6}.secondary-button{border:1px solid var(--mp-border);background:#0f172a8c;color:var(--mp-text)}.secondary-button:hover:not(:disabled){background:#1e293be6}.context-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.context-chip{min-width:0;max-width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;border:1px solid rgba(16,185,129,.24);border-radius:10px;background:#10b98114;color:#d1fae5f0;font-size:12px}.context-chip-muted{border-color:var(--mp-border);background:#0f172a85;color:var(--mp-muted)}.context-chip-toggle{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:8px;cursor:pointer}.context-chip-toggle input{width:15px;height:15px;flex:0 0 auto;accent-color:var(--mp-green)}.context-chip-text{min-width:0;display:flex;flex-direction:column;gap:2px}.context-chip-text strong,.context-chip-text small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.context-chip-text strong{font-size:12px;font-weight:650}.context-chip-text small{color:var(--mp-muted)}.context-chip button{width:18px;height:18px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:transparent;color:#d1fae5e6;cursor:pointer}.action-chip small{color:var(--mp-muted)}.action-grid{display:flex;flex-wrap:wrap;gap:8px}.action-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid var(--mp-border);border-radius:10px;background:#0f172a8c;color:#ffffffe6;cursor:pointer}.action-chip:hover:not(:disabled){background:#1e293be6}.chat-panel{min-width:0;min-height:calc(100vh - var(--mp-topbar-h));display:flex;flex-direction:column}.messages{flex:1;width:min(calc(100vw - 24px),1080px);margin:0 auto;overflow-y:auto;padding:32px 12px 140px}.chat-scroll-bottom-button{position:fixed;right:max(18px,calc((100vw - 1080px)/2 + 24px));bottom:calc(var(--mp-footer-h) + 18px);z-index:1490;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.24);border-radius:50%;background:#0f172ae6;color:#ffffffe6;box-shadow:0 14px 32px #02061773;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.chat-scroll-bottom-button:hover{border-color:#60a5fa61;background:#1e293bf5;transform:translateY(1px)}.chat-scroll-bottom-button:focus-visible{outline:2px solid rgba(96,165,250,.55);outline-offset:3px}.message{max-width:820px;margin-bottom:18px;padding:16px 20px;border-radius:18px;font-size:15px;line-height:1.7;white-space:pre-wrap;word-break:break-word}.message-assistant{margin-right:auto;background:var(--mp-surface-soft);border:1px solid var(--mp-border)}.message-user{margin-left:auto;background:#2563eb38;border:1px solid rgba(96,165,250,.24)}.message-muted{color:var(--mp-muted)}.suggestions-panel{margin-top:14px}.suggestion-bulk-actions,.suggestion-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.suggestion-bulk-actions{margin-bottom:10px}.suggestion-bulk-actions button,.suggestion-actions button,.section-actions button{min-height:34px;border:1px solid var(--mp-border);border-radius:10px;background:#0f172ab8;color:var(--mp-text);padding:0 12px;cursor:pointer}.suggestion-bulk-actions button:hover,.suggestion-actions button:hover,.section-actions button:hover{background:#1e293be6}.suggestion-bulk-actions button:disabled,.suggestion-actions button:disabled,.section-actions button:disabled{cursor:not-allowed;opacity:.5}.suggestion-section-group{margin-top:12px;padding:10px;border:1px solid rgba(148,163,184,.14);border-radius:14px;background:#0f172a3d}.suggestion-section-group>summary,.suggestion-card>summary{list-style:none;cursor:pointer}.suggestion-section-group>summary::-webkit-details-marker,.suggestion-card>summary::-webkit-details-marker{display:none}.suggestion-section-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.suggestion-section-body{margin-top:10px}.section-status-chip{min-width:0;display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(148,163,184,.22);border-radius:999px;color:#e2e8f0e6;font-size:12px;font-weight:700}.section-status-chip:before{content:"";width:9px;height:9px;flex:0 0 auto;border-radius:999px;background:#94a3b8}.section-status-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-status-chip small{flex:0 0 auto;color:var(--mp-muted);font-size:11px;font-weight:700}.section-status-chip.accepted{border-color:#10b98152;background:#10b9811a;color:#a7f3d0}.section-status-chip.accepted:before{background:var(--mp-green)}.section-status-chip.rejected{border-color:#ef444452;background:#ef44441a;color:#fecaca}.section-status-chip.rejected:before{background:var(--mp-red)}.section-status-chip.mixed{border-color:#f59e0b52;background:#78350f2e;color:#fde68a}.section-status-chip.mixed:before{background:#f59e0b}.section-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:8px;margin-bottom:10px}.suggestion-card{margin-top:10px;padding:12px;border:1px solid rgba(148,163,184,.16);border-radius:14px;background:#02061757}.suggestion-card-body{margin-top:10px}.suggestion-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.suggestion-status{display:inline-flex;align-items:center;min-height:26px;border:1px solid rgba(148,163,184,.22);border-radius:999px;padding:0 10px;color:#e2e8f0e6;font-size:12px;font-weight:700}.suggestion-status.accepted{border-color:#10b98152;background:#10b9811f;color:#a7f3d0}.suggestion-status.rejected{border-color:#ef444452;background:#ef44441a;color:#fecaca}.suggestion-status.conflict{border-color:#ef444461;background:#7f1d1d2e;color:#fecaca}.suggestion-conflict-note{margin-top:10px;border:1px solid rgba(239,68,68,.28);border-radius:10px;background:#7f1d1d24;color:#fecaca;padding:9px 10px;font-size:12px;line-height:1.45}.suggestion-section{min-width:0;color:var(--mp-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-block,.suggestion-diff-preview{margin-top:8px}.suggestion-label{margin-bottom:4px;color:var(--mp-muted);font-size:12px;font-weight:700}.suggestion-diff-body,.suggestion-block pre{margin:0;overflow:auto;white-space:pre-wrap;border:1px solid rgba(148,163,184,.14);border-radius:12px;padding:10px;font:13px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.suggestion-diff-body{background:#0f172a6b;color:#e2e8f0eb}.suggestion-inline{border-radius:4px;padding:0 2px}.suggestion-inline-delete{background:#7f1d1d47;color:#fecaca;text-decoration:line-through}.suggestion-inline-insert{background:#064e3b47;color:#a7f3d0;text-decoration:none}.suggestion-sentence-replace{display:block;margin:6px 0}.suggestion-sentence-replace .suggestion-inline{display:block;padding:6px 8px}.suggestion-sentence-replace .suggestion-inline+.suggestion-inline{margin-top:4px}.suggestion-block-delete pre{border-color:#ef444447;background:#7f1d1d2e;color:#fecaca;text-decoration:line-through}.suggestion-block-insert pre{border-color:#10b98147;background:#064e3b2e;color:#a7f3d0}.suggestion-resolved{display:inline-flex;align-items:center;min-height:30px;margin-top:10px;border:1px solid rgba(148,163,184,.22);border-radius:999px;padding:0 10px;color:#e2e8f0db;font-size:12px;font-weight:700}.suggestion-resolved.accepted{border-color:#10b98152;background:#10b9811a;color:#a7f3d0}.suggestion-resolved.rejected{border-color:#ef444452;background:#ef44441a;color:#fecaca}.document-preview{max-height:34vh;overflow:hidden;border-bottom:1px solid rgba(148,163,184,.13);background:#020617fa;padding:18px 24px}.document-preview-header{width:min(calc(100vw - 24px),1080px);margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.document-preview h2{margin:3px 0 0;font-size:16px;font-weight:700}.document-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--mp-muted);font-size:12px;text-transform:uppercase}.document-link{width:34px;height:34px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--mp-border);border-radius:10px;color:#ffffffd6}.document-muted,.document-error{width:min(calc(100vw - 24px),1080px);margin:12px auto 0;color:var(--mp-muted)}.document-error{color:#fca5a5}.document-text{width:min(calc(100vw - 24px),1080px);max-height:22vh;margin:14px auto 0;overflow:auto;white-space:pre-wrap;color:#e2e8f0eb;font:13px/1.55 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.composer{position:fixed;left:0;right:0;bottom:0;z-index:1500;padding:16px 0;border-top:1px solid rgba(148,163,184,.15);background:#020617fa}.composer-surface{width:min(calc(100vw - 20px),1080px);margin:0 auto;display:grid;grid-template-columns:42px minmax(0,1fr) 48px 48px;gap:10px;align-items:center;padding:10px 12px;border-radius:16px;background:#101828f5;box-shadow:0 10px 30px #02061773}.composer textarea{width:100%;height:56px;min-height:56px;max-height:56px;resize:none;overflow-y:auto;overflow-x:hidden;border:1px solid var(--mp-border);border-radius:14px;background:var(--mp-surface);color:var(--mp-text);padding:11px 14px;outline:none;scrollbar-width:none}.composer textarea::-webkit-scrollbar{display:none}.icon-button{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--mp-border);border-radius:12px;background:#0f172a99;color:var(--mp-text);cursor:pointer}.icon-button-round{width:32px;height:32px;justify-self:center;border-radius:50%;font-size:18px}.icon-button:hover:not(:disabled){background:#1e293be6}.icon-button-recording{border-color:#ef44447a;background:#7f1d1da3;color:#fecaca}@media(max-width:760px){:root{--mp-footer-h: 104px}.topbar{padding:8px 10px}.mp-logo{height:58px}.status{display:none}.side-panel{bottom:calc(var(--mp-footer-h) + 8px);overflow-y:auto}.side-group-menu{position:static;display:none;width:100%;margin-top:8px;padding:0 0 0 10px;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;pointer-events:auto;transform:none}.side-group-menu:before{display:none}.side-group:hover .side-group-menu,.side-group:focus-within .side-group-menu{display:block;transform:none}.messages{padding-top:22px}.composer{padding:10px 0}.composer-surface{grid-template-columns:38px minmax(0,1fr) 44px 44px;gap:8px;padding:8px 9px}.composer textarea{height:52px;min-height:52px;max-height:52px}.icon-button{width:44px;height:44px}.icon-button-round{width:32px;height:32px}.suggestion-section-header{align-items:stretch;flex-direction:column}.section-actions{width:100%}.section-actions button{flex:1 1 140px}}
