@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Noto Sans SC,system-ui,sans-serif;color:#182230;background:#f6f7f9;font-synthesis:none}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;min-height:0}body{overflow:hidden}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #6b5ce7;outline-offset:2px}.app-shell{height:100%;min-height:0;display:grid;grid-template-columns:272px minmax(0,1fr);overflow:hidden}.sidebar{background:#f0f1f4;border-right:1px solid #e2e5e9;padding:18px 14px 12px;display:flex;flex-direction:column;min-width:0;z-index:30}.sidebar-head{display:flex;align-items:center;gap:10px;height:38px;padding:0 6px}.sidebar-head strong{font-size:16px}.logo,.brand-mark,.hero-icon{display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#6757e8,#8b67e8)}.logo{width:30px;height:30px;border-radius:9px}.new-chat{height:42px;border:0;border-radius:10px;background:#6254de;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;margin:20px 2px 12px;cursor:pointer;box-shadow:0 5px 14px #6456df2e}.new-chat:hover,.primary:hover,.send-button:hover{background:#5546ce}.search{height:38px;display:flex;align-items:center;gap:8px;background:#e6e8ec;border-radius:9px;padding:0 11px;color:#758092}.search input{border:0;outline:0;background:transparent;width:100%;font-size:13px}.side-nav{display:grid;gap:2px;margin:14px 0 16px}.side-nav button{display:flex;align-items:center;gap:10px;border:0;background:transparent;padding:9px 10px;border-radius:8px;cursor:pointer;font-size:13px;color:#5d6878;text-align:left}.side-nav button svg{width:17px}.side-nav button:hover,.side-nav button.active{background:#e2e4e9;color:#252d3a}.conversation-list{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:3px;flex:1}.conversation-list small{padding:0 10px 7px;color:#8a93a2;font-size:11px;text-transform:uppercase;letter-spacing:.07em}.conversation-row{display:grid;grid-template-columns:minmax(0,1fr) 32px;border-radius:8px;align-items:center}.conversation-row:hover,.conversation-row.active{background:#fff;box-shadow:0 1px 3px #2631420a}.conversation-list button{border:0;background:transparent;cursor:pointer}.conversation-select{min-width:0;min-height:38px;padding:8px 4px 8px 10px;text-align:left;display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:13px}.conversation-select span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-delete{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;color:#929aa6;opacity:0}.conversation-row:hover .conversation-delete,.conversation-row:focus-within .conversation-delete{opacity:1}.conversation-delete:hover{background:#fff0f0;color:#bd4545}.conversation-delete svg{width:14px;height:14px}.profile-wrap{position:relative;border-top:1px solid #dfe2e7;padding-top:10px}.profile{padding:4px 5px;display:grid;grid-template-columns:34px 1fr 30px;gap:9px;align-items:center;border-radius:9px}.profile:hover{background:#e7e9ed}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#dde0f6;color:#5449bf;font-weight:700;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.profile strong,.profile small{display:block;line-height:1.3}.profile strong{font-size:13px}.profile small{color:#8b94a2;font-size:10px}.profile-more{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;cursor:pointer;color:#6f7885}.profile-more:hover{background:#dcdfe5;color:#313a47}.profile-menu{position:absolute;left:0;right:0;bottom:58px;padding:6px;background:#fff;border:1px solid #e2e4e8;border-radius:10px;box-shadow:0 10px 28px #2029381f;z-index:45}.profile-menu button{width:100%;height:36px;border:0;background:transparent;border-radius:7px;display:flex;align-items:center;gap:9px;padding:0 10px;font-size:12px;cursor:pointer;text-align:left}.profile-menu button:hover{background:#f2f3f6}.profile-menu svg{width:15px}.chat-panel{height:100%;min-height:0;overflow:hidden;display:grid;grid-template-rows:64px minmax(0,1fr) auto;min-width:0;background:#fff}.topbar{display:flex;align-items:center;border-bottom:1px solid #ebecef;padding:0 22px;gap:12px}.title-wrap{flex:1;min-width:0;display:flex;align-items:center;gap:12px}.title-wrap strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.secure{display:flex;align-items:center;gap:3px;font-size:10px;color:#4c8b69;background:#edf8f1;padding:4px 7px;border-radius:20px}.icon-button{width:36px;height:36px;border:0;background:transparent;display:grid;place-items:center;border-radius:9px;cursor:pointer}.icon-button svg{width:19px}.icon-button:hover{background:#f0f1f4}.icon-button:disabled{opacity:.35;cursor:not-allowed}.model-picker{position:relative;z-index:35}.model-trigger{min-width:150px;height:40px;border:1px solid #e0e3e8;border-radius:11px;padding:0 10px;background:#fff;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 1px 2px #11182708}.model-trigger:hover{border-color:#b6afe9;background:#fcfbff}.model-trigger>span:nth-child(2){max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;flex:1;text-align:left}.model-trigger>svg{color:#7b8490;transition:transform .18s}.model-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.picker-dismiss{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:transparent;z-index:34}.model-menu{position:absolute;right:0;top:46px;width:280px;padding:7px;background:#fff;border:1px solid #e1e4e9;border-radius:13px;box-shadow:0 16px 42px #20293826;z-index:35}.model-menu-title{padding:7px 9px 8px;color:#8a93a0;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.model-menu>button{width:100%;min-height:52px;border:0;background:transparent;border-radius:9px;padding:7px 9px;display:grid;grid-template-columns:34px 1fr 18px;align-items:center;gap:10px;text-align:left;cursor:pointer}.model-menu>button:hover{background:#f6f5fd}.model-menu>button:disabled{opacity:.48;cursor:not-allowed;background:transparent}.model-menu>button span:nth-child(2){min-width:0}.model-menu strong,.model-menu small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-menu strong{color:#303846;font-size:12px}.model-menu small{margin-top:3px;color:#9199a5;font-size:10px}.model-menu>button>svg{color:#6255d4}.model-badge{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#6858df,#8b70e8);font-size:11px;font-weight:800;letter-spacing:-.04em;box-shadow:inset 0 0 0 1px #ffffff2e}.model-badge.openai{background:#17211f}.model-badge.deepseek{background:linear-gradient(135deg,#2563eb,#6994f5)}.model-badge.qwen{background:linear-gradient(135deg,#6d28d9,#a855f7)}.model-badge.claude{background:#c66b43}.model-badge.doubao{background:linear-gradient(135deg,#2563eb,#7c3aed)}.model-badge.gemini{background:linear-gradient(135deg,#4285f4,#b46ae3)}.messages{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:34px max(24px,calc((100% - 800px)/2));scrollbar-gutter:stable}.empty-state{max-width:680px;margin:10vh auto 0;text-align:center}.hero-icon{width:52px;height:52px;border-radius:16px;margin:auto;box-shadow:0 8px 24px #6a58df35}.empty-state h1{font-size:27px;margin:19px 0 8px;letter-spacing:-.02em}.empty-state>p{color:#7b8492;margin:0 0 30px}.prompt-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prompt-grid button{border:1px solid #e6e7eb;border-radius:12px;padding:15px 16px;background:#fafafa;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#4f5968}.prompt-grid button:hover{border-color:#a9a1ea;background:#f8f7ff;color:#5549c5}.message{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;margin:0 0 28px}.message-avatar{width:32px;height:32px;border-radius:10px;background:#6557dc;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:700}.message.user .message-avatar{background:#e9ebef;color:#596475}.message-meta{height:26px;font-size:13px}.message-body{min-width:0}.markdown{color:#354052;font-size:14px;line-height:1.75;overflow-wrap:anywhere}.markdown p{margin:0 0 10px}.markdown pre{overflow:auto;background:#20242c;color:#eef0f3;padding:15px;border-radius:10px}.markdown code{font-family:ui-monospace,monospace}.reasoning{background:#f7f7f9;border:1px solid #ececf0;border-radius:9px;padding:8px 12px;margin:0 0 10px;color:#697384;font-size:12px}.reasoning summary{cursor:pointer;font-weight:600}.reasoning p{white-space:pre-wrap}.message-tools{display:flex;gap:4px;margin-top:6px}.message-tools button{border:0;background:transparent;color:#8b94a1;border-radius:6px;padding:5px;cursor:pointer}.message-tools button svg{width:15px;height:15px}.message-tools button:hover,.message-tools button.selected{color:#5e50d3;background:#f0effc}.typing{display:flex;gap:4px;padding:8px 0}.typing i{width:6px;height:6px;background:#8c82dd;border-radius:50%;animation:pulse 1.2s infinite}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.composer-wrap{padding:0 max(24px,calc((100% - 800px)/2)) 12px;background:linear-gradient(0deg,#fff 88%,#fff0)}.composer{border:1px solid #dfe1e6;border-radius:14px;padding:12px;background:#fff;box-shadow:0 6px 26px #2029380f}.composer:focus-within{border-color:#9188df;box-shadow:0 0 0 3px #6b5ce710,0 6px 26px #2029380f}.composer textarea{display:block;width:100%;min-height:32px;max-height:150px;resize:none;border:0;outline:0;line-height:1.5;color:#263142}.composer-actions{display:flex;justify-content:space-between;align-items:end;margin-top:7px}.subtle{color:#778190}.send-button,.primary{height:36px;border:0;border-radius:9px;background:#6456db;color:#fff;font-weight:600;padding:0 14px;display:flex;align-items:center;gap:7px;cursor:pointer;font-size:13px}.send-button:disabled{opacity:.4;cursor:not-allowed}.send-button.stop{background:#353d4a}.disclaimer{text-align:center;font-size:10px;color:#9aa1ac;margin:7px 0 0}.selected-files{display:flex;gap:7px;overflow:auto;margin-bottom:7px}.selected-files span{flex:none;display:flex;align-items:center;gap:5px;font-size:11px;background:#f1f0fc;color:#5549be;border:1px solid #dfdcfa;padding:6px 8px;border-radius:8px}.selected-files button{padding:0;border:0;background:none;display:grid;place-items:center;cursor:pointer;color:inherit}.details{position:fixed;right:0;top:0;bottom:0;width:350px;background:#fff;z-index:40;box-shadow:-10px 0 30px #1b233315;transform:translate(105%);transition:transform .22s ease;display:flex;flex-direction:column}.details.open{transform:none}.drawer-head{height:64px;border-bottom:1px solid #ebecef;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #eceef1}.tabs button{height:48px;border:0;border-bottom:2px solid transparent;background:#fff;display:flex;align-items:center;justify-content:center;gap:7px;color:#77808e;cursor:pointer}.tabs button svg{width:16px}.tabs button.active{color:#5d4fd0;border-bottom-color:#6557d9;font-weight:600}.drawer-content{overflow:auto;padding:18px}.upload-zone{width:100%;border:1px dashed #bfc3cd;border-radius:12px;background:#fafafa;padding:22px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}.upload-zone:hover{background:#f8f7ff;border-color:#8277dd}.upload-zone svg{color:#6558d7}.upload-zone span{font-size:11px;color:#8a929f}.drawer-content h3{font-size:12px;margin:24px 0 10px;color:#727b89}.file-row{width:100%;border:0;background:transparent;padding:9px 5px;display:grid;grid-template-columns:36px 1fr 18px;gap:9px;text-align:left;align-items:center;border-radius:8px;cursor:pointer}.file-row:hover{background:#f7f7f9}.file-row:disabled{cursor:default}.file-icon{width:36px;height:36px;border-radius:8px;background:#f0effd;color:#6254cf;display:grid;place-items:center}.file-icon svg{width:17px}.file-row strong,.file-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-row strong{font-size:12px}.file-row small{font-size:10px;margin-top:3px;color:#8a929d}.status.ready{color:#36865b}.status.blocked,.status.failed{color:#c25555}.checked{color:#5d4ed2;width:17px}.settings-list section,.settings-list label{min-height:50px;border-bottom:1px solid #eef0f2;display:flex;align-items:center;justify-content:space-between;font-size:13px}.settings-list section span,.settings-list label span{color:#727c89}.settings-list section strong{font-size:12px}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#17202e55;z-index:25}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);background:#252d39;color:#fff;padding:11px 15px;border-radius:10px;z-index:60;box-shadow:0 8px 28px #11182733;display:flex;gap:8px;align-items:center;font-size:13px}.launch{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 35%,#f0edff,#f7f8fa 45%)}.brand-mark{width:58px;height:58px;border-radius:18px;box-shadow:0 10px 30px #6758de40}.launch h1{margin:18px 0 6px;font-size:24px}.launch p{color:#7d8694;font-size:13px}.loader{width:23px;height:23px;border:2px solid #d9d5f5;border-top-color:#6758dd;border-radius:50%;animation:spin .8s linear infinite;margin-top:23px}@keyframes spin{to{transform:rotate(360deg)}}.error-text{color:#bd4545!important;max-width:330px;text-align:center}.primary{margin-top:12px}.muted{color:#9aa1ad;font-size:12px;padding:8px 10px}.centered{text-align:center}.mobile-only{display:none}.error-boundary{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;background:#f7f8fa}.error-boundary>svg{width:38px;height:38px;color:#c34e4e}.error-boundary h1{margin:16px 0 7px;font-size:22px}.error-boundary p{max-width:480px;margin:0;color:#77818f;font-size:13px;line-height:1.6;overflow-wrap:anywhere}@media(max-width:760px){.app-shell{display:block}.sidebar{position:fixed;left:0;top:0;bottom:0;width:min(86vw,310px);transform:translate(-105%);transition:transform .22s ease}.sidebar.open{transform:none}.mobile-only{display:grid}.chat-panel{height:100%;grid-template-rows:58px minmax(0,1fr) auto}.topbar{padding:0 10px;gap:5px}.title-wrap .secure{display:none}.title-wrap strong{font-size:14px}.model-trigger{min-width:0;width:118px;padding:0 7px}.model-trigger>span:nth-child(2){max-width:66px;font-size:11px}.model-badge{width:27px;height:27px;border-radius:8px;font-size:10px}.model-menu{position:fixed;left:12px;right:12px;top:64px;width:auto}.messages{padding:24px 16px}.composer-wrap{padding:0 12px calc(8px + env(safe-area-inset-bottom))}.empty-state{margin-top:6vh}.empty-state h1{font-size:23px}.prompt-grid{grid-template-columns:1fr}.details{width:min(92vw,360px)}.message{grid-template-columns:28px minmax(0,1fr);gap:9px}.message-avatar{width:28px;height:28px;border-radius:8px}.toast{bottom:calc(18px + env(safe-area-inset-bottom));max-width:88vw;width:max-content}}
