:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1976d2;text-decoration:inherit}a:hover{color:#1565c0}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-text-fill-color:#213547;-webkit-box-shadow:0 0 0 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset;transition:background-color 99999s ease-out 0s}#root{margin:0;padding:0;width:100%;min-height:100vh;display:flex;flex-direction:column}a,button{transition:all .3s ease-in-out}.MuiCard-root{box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#bbb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}:focus-visible{outline:2px solid #1976d2;outline-offset:2px}.MuiTextField-root input:-webkit-autofill,.MuiTextField-root input:-webkit-autofill:hover,.MuiTextField-root input:-webkit-autofill:focus,.MuiTextField-root input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 100px #fff inset!important;-webkit-text-fill-color:rgba(0,0,0,.87)!important;caret-color:#000000de;transition:background-color 5000s ease-in-out 0s}input[type=file]{color:transparent}.internal-chat-page-open{height:100dvh;overflow:hidden}.internal-chat-page-open #root{height:100%;overflow:hidden}.internal-chat-shell{--chat-border: #dce2e8;--chat-ink: #17212b;--chat-muted: #66727f;--chat-accent: #b74b2a;display:grid;grid-template-columns:292px minmax(0,1fr);height:100%;max-height:100%;min-height:0;overflow:hidden;background:#fff;color:var(--chat-ink);border-top:1px solid var(--chat-border)}.internal-chat-shell,.internal-chat-shell *{box-sizing:border-box}.chat-sidebar{height:100%;min-height:0;min-width:0;overflow:hidden;border-right:1px solid var(--chat-border);background:#f7f8f9;display:flex;flex-direction:column}.chat-sidebar-header{padding:18px 16px 14px;border-bottom:1px solid var(--chat-border)}.chat-list{flex:1 1 auto;min-height:0;overflow-y:scroll;overscroll-behavior:contain;touch-action:pan-y;scrollbar-gutter:stable;padding:8px}.chat-list-item{width:100%;min-height:68px;border:0;border-left:3px solid transparent;background:transparent;color:inherit;padding:10px 12px;text-align:left;cursor:pointer}.chat-list-item:hover{background:#eef1f3}.chat-list-item.is-active{background:#fff;border-left-color:var(--chat-accent)}.chat-main{height:100%;min-height:0;min-width:0;width:100%;max-width:100%;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;background:#fff}.chat-content{min-height:0;overflow:hidden;display:flex;flex-direction:column}.chat-topbar{width:100%;max-width:100%;min-height:68px;padding:10px 24px;border-bottom:1px solid var(--chat-border);display:flex;align-items:center;gap:12px}.chat-runtime-line{display:flex;align-items:center;gap:8px;min-width:0}.chat-model-label{color:#47535f;border-left:1px solid var(--chat-border);padding-left:8px;white-space:nowrap}.chat-messages{flex:1 1 auto;min-height:0;width:100%;max-width:100%;overflow-y:scroll;overscroll-behavior:contain;touch-action:pan-y;scrollbar-gutter:stable;padding:28px max(24px,calc((100% - 820px)/2));scroll-behavior:auto}.chat-messages:focus{outline:none}.chat-list::-webkit-scrollbar,.chat-messages::-webkit-scrollbar{width:10px}.chat-list::-webkit-scrollbar-track,.chat-messages::-webkit-scrollbar-track{background:#eef1f3}.chat-list::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb{background:#aeb7c0;border:2px solid #eef1f3;border-radius:5px}.chat-message{margin-bottom:28px}.chat-message-body{font-size:15px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message-body>:first-child{margin-top:0}.chat-message-body>:last-child{margin-bottom:0}.chat-message-body p,.chat-message-body ul,.chat-message-body ol{margin:0 0 12px}.chat-message-body ul,.chat-message-body ol{padding-left:22px}.chat-message-body a{color:#176eaa;text-decoration:underline;overflow-wrap:anywhere}.chat-message-body code{background:#f1f3f5;border:1px solid #e1e5e8;border-radius:3px;padding:1px 4px;font-size:.92em}.chat-message-user .chat-message-body{background:#f1f3f5;border:1px solid #e2e6e9;border-radius:8px;padding:14px 16px}.chat-message-assistant{border-left:3px solid #24816b;padding-left:18px}.chat-message-request-failed{border-left-color:#c62828;background:#fff7f7;padding:14px 16px}.chat-message-streaming{opacity:.88}.chat-message-attachments{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.chat-message-attachment{width:min(360px,100%);min-width:0;border:1px solid var(--chat-border);border-radius:6px;padding:8px;background:#fff;display:flex;flex-direction:column}.chat-attachment-image,.chat-attachment-loading{display:block;width:100%;max-height:280px;object-fit:contain;border-radius:4px;margin-bottom:8px;background:#f1f3f5}.chat-attachment-loading{height:120px}.chat-composer-wrap{width:100%;max-width:100%;border-top:1px solid var(--chat-border);padding:16px max(24px,calc((100% - 820px)/2)) 20px;background:#fff}.chat-composer{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;align-items:end}.chat-pending-attachments{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;margin-bottom:10px}.chat-pending-attachment{min-width:0;min-height:52px;display:flex;align-items:center;gap:8px;border:1px solid var(--chat-border);border-radius:6px;padding:6px 8px 6px 10px;background:#f7f8f9}.chat-progress{margin:0 max(24px,calc((100% - 820px)/2));border-bottom:1px solid var(--chat-border);padding:10px 0}.chat-approval{margin:8px 0 28px;padding:16px 0 4px;border-top:1px solid var(--chat-border)}.chat-progress-current{min-height:38px;display:flex;align-items:center;gap:10px}.chat-empty{height:100%;min-height:320px;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px}@media(max-width:800px){.internal-chat-shell{grid-template-columns:1fr;height:100%}.chat-sidebar{display:none}.chat-topbar,.chat-messages,.chat-composer-wrap{padding-left:16px;padding-right:16px}.chat-progress{margin-left:16px;margin-right:16px}}
