@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--bg:#ffffff;--text-main:#212121;--text-muted:#8c8c8c;--orange:#ff7e36;--orange-light:#fff3ec;--border-color:#ededed;--shadow-sm:0 2px 8px rgba(0,0,0,0.04);--shadow-md:0 8px 24px rgba(255,126,54,0.12);--radius-full:99px;--radius-lg:16px;--radius-md:12px;--sidebar-w:112px;--font-sans:"Inter","PingFang SC","Microsoft YaHei",sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100vh;font-family:var(--font-sans);background:#fcfcfc;color:var(--text-main)}body{overflow:hidden}.shell{width:min(1680px,calc(100% - 18px));margin:0 auto}main.shell{padding:0}.footer,.topbar{display:none}button,input,textarea{font-family:inherit;outline:none}.ask-page{display:flex;height:100vh;overflow:hidden}.ask-sidebar{width:var(--sidebar-w);flex-shrink:0;padding:16px 0 18px;background:#fdfdfd;border-right:1px solid var(--border-color)}.ask-brand-block,.ask-sidebar{display:flex;flex-direction:column;align-items:center}.ask-brand-block{gap:5px;margin-bottom:18px}.ask-logo-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#161616,#ff932d);color:#fff;font-size:17px;font-weight:900;box-shadow:0 14px 24px rgba(255,139,43,.22)}.ask-logo-text.stacked{font-size:18px;font-weight:800;letter-spacing:-.05em}.bottom-menu,.feature-menu{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px}.feature-icon-card,.sidebar-icon-card{width:54px;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:none;border-radius:16px;background:transparent;color:#5f5f5f;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.feature-icon-card:hover,.sidebar-icon-card:hover{background:#f5f5f5;transform:translateY(-1px)}.feature-icon-card.active{background:#e5ddd3;color:#5f5f5f}.feature-icon,.sidebar-icon{width:24px;height:24px}.feature-icon svg,.sidebar-icon svg{width:100%;height:100%}.feature-icon-card span,.sidebar-icon-card span{font-size:11px;line-height:1}.sidebar-spacer{flex:1 1;min-height:28px}.user-panel.compact-bottom{width:100%;gap:12px;padding-bottom:4px}.user-panel.compact-bottom,.vip-card.compact{display:flex;flex-direction:column;align-items:center}.vip-card.compact{width:92px;padding:10px 7px;gap:8px;border:1px solid #ffe7db;border-radius:14px;background:#fffafa}.vip-title{gap:6px;font-size:13px;font-weight:800;color:#bf8d6b;white-space:nowrap}.vip-battery,.vip-title{display:flex;align-items:center;justify-content:center}.vip-battery{flex-direction:column;gap:3px;width:100%;text-align:center}.vip-battery-label{font-size:12px;font-weight:700;color:#9f7353;letter-spacing:.02em}.vip-battery-value{display:block;font-size:14px;line-height:1;font-weight:900;color:#3b2b21;text-shadow:0 1px 6px rgba(59,43,33,.08)}.vip-btn{width:100%;border:none;border-radius:999px;background:#2b2b2b;color:#fff;font-size:12px;padding:6px 0;cursor:pointer}.profile-mini{display:flex;flex-direction:column;align-items:center;gap:6px}.user-avatar.small{width:40px;height:40px;justify-content:center;border-radius:50%;background:#9b6eff;color:#fff;font-size:18px;font-weight:700}.user-avatar.small,.user-meta{display:flex;align-items:center}.user-meta{flex-direction:column;gap:2px}.user-name{font-size:12px;font-weight:700}.user-id.small{font-size:11px;color:var(--text-muted)}.ask-main{flex:1 1;overflow-y:auto;padding:28px 32px 34px;background:radial-gradient(circle at top,#fff 0,#fcfcfc 100%)}.model-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:1100px;margin:0 auto 26px}.model-cloud.no-tabs{margin-top:8px}.model-pill-card{position:relative;display:flex;align-items:center;gap:6px;min-height:42px;padding:6px 12px 6px 10px;border:1px solid #e8e8e8;border-radius:999px;background:#fff;box-shadow:var(--shadow-sm);cursor:pointer}.model-pill-card.selected{background:var(--orange);border-color:var(--orange);color:#fff}.model-badge{position:absolute;top:-8px;left:10px;padding:1px 5px;border:1px solid #fff;border-radius:8px;background:linear-gradient(135deg,#ff8b2b,#ff5e00);color:#fff;font-size:9px;font-weight:700}.model-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff}.model-icon svg{width:14px;height:14px}.model-name{font-size:13px;font-weight:500;line-height:1.1}.model-menu{margin-left:2px;color:#c4c4c4;font-size:14px}.model-pill-card.selected .model-menu{color:#fff}.idea-row{max-width:900px;margin:0 auto 14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.idea-row-simple{justify-content:flex-start}.idea-title{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:700}.idea-mark{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,#111111,#ff8b2b);color:#fff;font-size:13px;font-weight:900}.hero-wrapper{width:100%;max-width:900px;margin:0 auto 28px}.hero-composer{display:flex;flex-direction:column;padding:16px 20px 12px;border:2px solid var(--orange);border-radius:24px;background:#fff;box-shadow:var(--shadow-md)}.hero-composer textarea{width:100%;min-height:92px;border:none;resize:none;background:transparent;color:var(--text-main);font-size:16px}.hero-composer textarea::placeholder{color:#b8b8b8}.hero-actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.hero-tools{display:flex;gap:12px;padding-bottom:4px}.hero-btn{width:32px;height:32px;background:transparent;color:#8c8c8c;cursor:pointer}.hero-btn,.send-button{display:flex;align-items:center;justify-content:center;border:none;border-radius:50%}.send-button{width:40px;height:40px;background:var(--orange-light);color:var(--orange)}.conversation-stack{display:flex;flex-direction:column;gap:12px;max-width:900px;margin:0 auto;width:100%}.conversation-card{padding:16px 20px;cursor:default;background:#fff;border:1px solid var(--border-color);border-radius:14px;box-shadow:var(--shadow-sm)}.conversation-card.user{background:#fafafa}.conversation-role{margin-bottom:12px;color:var(--orange);font-size:13px;font-weight:700}.conversation-content{white-space:pre-wrap;font-size:15px;line-height:1.7}@media (max-width:768px){body{overflow:auto}.ask-page{flex-direction:column;height:auto}.ask-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border-color);padding:12px}.bottom-menu,.feature-menu{flex-direction:row;flex-wrap:wrap;justify-content:center}.sidebar-spacer{display:none}.ask-main{padding:18px}.idea-row{flex-direction:column;align-items:flex-start}}.profile-mini{margin-top:2px}.bottom-menu{width:100%;margin-top:0}.bottom-menu .sidebar-icon-card{width:78px;min-height:50px}.bottom-menu .sidebar-icon-card span{white-space:nowrap}.user-panel.compact-bottom .sidebar-icon-card{min-height:48px}.feature-menu .feature-icon-card.active{box-shadow:inset 0 0 0 1px rgba(85,71,54,.05)}.profile-block{position:relative;width:100%;display:flex;justify-content:center;z-index:12}.profile-block.authenticated:after{content:"";position:absolute;top:50%;left:100%;width:22px;height:170px;transform:translateY(-50%)}.profile-block.authenticated:hover .profile-popover,.profile-popover:hover{opacity:1;pointer-events:auto;transform:translateY(-50%) translateX(0)}.profile-button{border:none;background:transparent;cursor:pointer;padding:0}.profile-block.guest .profile-button{cursor:pointer}.profile-button:hover .user-avatar.small{transform:translateY(-1px)}.user-avatar.small{transition:transform .2s ease}.user-name{max-width:84px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-popover{position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%) translateX(0);width:172px;padding:10px;border:1px solid #ece3da;border-radius:14px;background:#ffffff;box-shadow:0 16px 30px rgba(36,22,8,.12);display:flex;flex-direction:column;gap:8px;z-index:20;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.popover-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:#666}.popover-row strong{color:#222;font-size:13px}.popover-action{width:100%;border:1px solid #eee3d9;border-radius:10px;background:#fffaf6;color:#4d443d;font-size:12px;padding:8px 10px;cursor:pointer}.popover-action:disabled{opacity:.55;cursor:not-allowed}.popover-edit{display:flex;flex-direction:column;gap:6px}.popover-label{font-size:12px;color:#7f6d61}.popover-input{width:100%;border:1px solid #eee3d9;border-radius:10px;background:#fffaf6;color:#3d332d;font-size:13px;padding:9px 10px}.popover-action.danger{color:#b45339}.model-toolbar{max-width:1100px;margin:0 auto 14px;display:grid;grid-template-columns:190px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.model-summary-card{border:1px solid #efe2d8;border-radius:16px;background:#fffaf6;padding:10px 14px;box-shadow:var(--shadow-sm)}.model-summary-wide{display:flex;flex-direction:column;gap:6px}.model-summary-inline-text{font-size:12px;line-height:1.35;color:#64554a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.model-summary-title{font-size:12px;font-weight:700;color:#8f6549}.model-summary-value{margin-top:2px;font-size:24px;font-weight:800;line-height:1;color:#231d19}.model-summary-note{font-size:12px;line-height:1.45;color:#64554a}.selected-model-tags{display:flex;flex-wrap:wrap;gap:6px}.selected-model-tag{padding:4px 9px;border-radius:999px;background:#fff;border:1px solid #eedfd2;font-size:11px;color:#6d5645}.model-pill-card{border:1px solid #e9e0d8}.model-pill-card.compact{min-width:210px}.model-pill-card:hover{border-color:#f0bf9b;transform:translateY(-1px)}.model-pill-card.selected .model-icon{background:rgba(255,255,255,.92)}.conversation-card.assistant{border-left:4px solid #ff8b2b}.conversation-card.system{border-left:4px solid #d2b48c;background:#fffaf3}@media (max-width:980px){.model-toolbar{grid-template-columns:1fr}}@media (max-width:768px){.model-pill-card.compact{min-width:100%}}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:36px;background:radial-gradient(circle at top left,rgba(255,158,72,.14),transparent 32%),radial-gradient(circle at bottom right,rgba(255,126,54,.1),transparent 24%),#fcfcfc}.login-card-frame{width:min(1120px,100%);display:grid;grid-template-columns:minmax(320px,1.02fr) minmax(360px,.98fr);grid-gap:22px;gap:22px;padding:24px;border:1px solid #eee3d9;border-radius:30px;background:rgba(255,255,255,.9);box-shadow:0 24px 60px rgba(48,26,8,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-form-panel,.login-hero-panel{border-radius:24px}.login-hero-panel{background:linear-gradient(180deg,#fff9f4,#fffdfb);border:1px solid #f4e4d8}.login-form-panel,.login-hero-panel{padding:28px;display:flex;flex-direction:column;gap:18px}.login-form-panel{background:#ffffff;border:1px solid #f1e7df;justify-content:center}.login-brand{display:inline-flex;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content;color:inherit;text-decoration:none}.login-brand-mark{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#161616,#ff932d);color:#fff;font-size:24px;font-weight:900;box-shadow:0 14px 24px rgba(255,139,43,.22)}.login-brand-text{font-size:30px;font-weight:900;letter-spacing:-.06em}.login-badge{width:-moz-fit-content;width:fit-content;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid #f1ded0;color:#a56335;font-size:13px;font-weight:700}.login-title{margin:0;font-size:clamp(34px,5vw,64px);line-height:1.04;letter-spacing:-.06em}.login-lead{margin:0;font-size:16px;line-height:1.7;color:#64554a}.login-highlight-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:12px;gap:12px}.login-highlight-list li{position:relative;padding:12px 14px 12px 42px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid #f1e4d9;color:#49382d;line-height:1.6}.login-highlight-list li:before{content:"";position:absolute;left:16px;top:17px;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#ff8b2b,#ffb26d);box-shadow:0 0 0 5px rgba(255,139,43,.12)}.login-form-header{display:flex;flex-direction:column;gap:8px}.login-form-kicker{color:#a66c46;font-size:13px;font-weight:700}.login-form-header h2{margin:0;font-size:34px;letter-spacing:-.05em}.login-form-header p{margin:0;color:#766356;line-height:1.6}.login-form-grid,.login-form-stack{display:grid;grid-gap:14px;gap:14px}.reset-password-frame{grid-template-columns:minmax(300px,.9fr) minmax(380px,1.1fr)}.login-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.login-mode-button{height:48px;border:1px solid #eadbcf;border-radius:16px;background:#fffaf6;color:#6c5748;font-size:15px;font-weight:800;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.login-mode-button.active{border-color:#ff9d59;background:linear-gradient(135deg,#ff8d2f,#ff6e2f);color:#fff}.login-field{display:grid;grid-gap:8px;gap:8px}.login-field span{font-size:13px;font-weight:700;color:#5b493d}.login-field input,.login-field select{width:100%;height:50px;border:1px solid #eddccd;border-radius:16px;background:#fffaf6;padding:0 16px;color:#2f2722;font-size:15px}.login-field input:focus,.login-field select:focus{border-color:#ff9d59;box-shadow:0 0 0 4px rgba(255,145,61,.12)}.login-submit-button{height:52px;border:none;border-radius:18px;background:linear-gradient(135deg,#ff8d2f,#ff6e2f);color:#fff;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 16px 30px rgba(255,126,54,.22)}.login-submit-button:disabled{opacity:.7;cursor:wait}.login-submit-button.secondary{height:48px;border:1px solid #eadbcf;background:#fffaf6;color:#5f4b3f;box-shadow:none}.login-helper-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.login-text-button,.login-text-link{border:none;background:transparent;padding:0;color:#a66c46;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none}.login-text-button:hover,.login-text-link:hover{color:#8a5231}.login-verify-panel{display:grid;grid-gap:12px;gap:12px;padding:14px;border:1px solid #f0e2d6;border-radius:18px;background:#fffaf6}.login-inline-message,.login-tips{border-radius:16px;border:1px solid #f0e2d6;background:#fffaf6;color:#6f5d52}.login-inline-message{padding:12px 14px;font-size:13px;line-height:1.6}.login-tips{display:grid;grid-gap:6px;gap:6px;padding:14px 16px;font-size:13px;line-height:1.6}@media (max-width:960px){.login-shell{padding:18px}.login-card-frame{padding:16px}.login-card-frame,.reset-password-frame{grid-template-columns:1fr}.login-form-panel,.login-hero-panel{padding:22px}}.conversation-mode .ask-main{display:none}.conversation-outline{width:260px;flex-shrink:0;border-right:1px solid var(--border-color);background:#fffdfc;padding:26px 16px 18px;overflow-y:auto}.outline-header{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:800;margin-bottom:22px}.outline-icon{font-size:18px;color:#6d5b4f}.outline-list{gap:18px}.outline-group,.outline-list{display:flex;flex-direction:column}.outline-group{gap:10px}.outline-group-button{width:100%;border:1px solid transparent;border-radius:16px;background:transparent;padding:0;text-align:left;cursor:pointer}.outline-group-button.active,.outline-group-button:hover{border-color:#f1c7ab;background:#fff7ef}.outline-prompt{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:750;letter-spacing:-.03em;line-height:1.25;color:#1f1b18}.outline-replies{display:flex;flex-direction:column;gap:10px}.outline-reply{display:flex;align-items:center;gap:8px;color:#7f6d61;font-size:14px;font-weight:600}.outline-reply-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.outline-reply-icon svg{width:18px;height:18px}.chat-workspace{flex:1 1;min-width:0;display:flex;flex-direction:column;height:100vh;background:radial-gradient(circle at top,#fff 0,#fcfcfc 100%)}.chat-workspace-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 30px 16px;border-bottom:1px solid #f0e9e2;background:rgba(255,255,255,.9)}.chat-model-strip{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.chat-model-menu-wrap{position:relative}.chat-model-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid #f0dfd2;background:#fff8f2;font-size:14px;font-weight:700;color:#42352c;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.chat-model-chip:hover{border-color:#ffb98d;box-shadow:0 0 0 3px rgba(255,126,54,.1);transform:translateY(-1px)}.chat-model-chip.active,.chat-model-chip.selected{background:#fff3e7;border-color:#f2c3a2}.chat-model-chip-add{min-width:124px}.chat-model-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:240px;padding:8px;border:1px solid #efdfd2;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 36px rgba(48,26,8,.12);z-index:12}.chat-model-menu-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid transparent;border-radius:14px;background:transparent;color:#43372f;cursor:pointer;transition:border-color .18s ease,background .18s ease}.chat-model-menu-item:hover{border-color:#f1ccb4;background:#fff8f3}.chat-model-menu-item.selected{border-color:#f1ccb4;background:#fff3e7}.chat-model-menu-item-main{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.chat-model-menu-item-meta{font-size:12px;color:#9b826e}.chat-bottom-model,.chat-model-chip-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;border:1px solid #f0dfd2}.chat-bottom-model svg,.chat-model-chip-icon svg{width:16px;height:16px}.chat-header-actions{display:flex;gap:10px;align-items:center}.chat-header-button{border:1px solid #eddccd;border-radius:999px;background:#fffaf6;color:#5d4c40;font-size:13px;font-weight:700;padding:10px 16px;cursor:pointer}.chat-scroll-area{flex:1 1;overflow-y:auto;padding:24px 30px 16px;display:flex;flex-direction:column;gap:26px}.chat-inline-notice{align-self:center;padding:10px 14px;border-radius:14px;border:1px solid #f0dfd2;background:#fffaf6;color:#6a5a4e;font-size:13px}.chat-inline-notice.error{color:#b45339}.chat-round{display:flex;flex-direction:column;gap:18px}.chat-user-bubble{align-self:flex-end;max-width:360px;padding:16px 20px;border-radius:18px;background:#dde8d7;color:#385136;font-size:16px;line-height:1.7;box-shadow:var(--shadow-sm)}.chat-user-images{gap:10px}.chat-user-documents,.chat-user-images{display:flex;flex-wrap:wrap;margin-top:12px}.chat-user-documents{gap:8px}.chat-user-document-chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:8px 12px;border-radius:999px;border:1px solid rgba(56,81,54,.16);background:rgba(255,255,255,.48);color:#385136;text-decoration:none}.chat-user-document-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px}.chat-user-document-icon svg{width:15px;height:15px}.chat-user-document-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-user-image-thumb{border:none;background:transparent;padding:0;cursor:pointer}.chat-user-image-thumb img{display:block;width:132px;max-width:100%;height:auto;border-radius:14px;border:1px solid rgba(56,81,54,.14);box-shadow:0 10px 24px rgba(34,49,31,.08)}.chat-image-lightbox{position:fixed;inset:0;z-index:1200;border:none;background:transparent;padding:24px;cursor:zoom-out}.chat-image-lightbox-backdrop{position:absolute;inset:0;background:rgba(12,12,12,.72)}.chat-image-lightbox-content{position:relative;z-index:1;width:min(92vw,960px);max-height:88vh;margin:0 auto;display:flex;align-items:center;justify-content:center}.chat-image-lightbox-content img{display:block;max-width:100%;max-height:88vh;border-radius:20px;box-shadow:0 24px 60px rgba(0,0,0,.28)}.chat-replies-stack{display:flex;flex-direction:column;gap:22px}.chat-model-answer{width:100%;min-width:0;border-radius:24px;border:1px solid #efe4d7;background:#fffaf4;padding:18px 22px;box-shadow:var(--shadow-sm)}.chat-model-answer.system{background:#fff7f1}.chat-model-answer-body{color:#2f2721}.chat-model-answer-body>:first-child{margin-top:0}.chat-model-answer-body>:last-child{margin-bottom:0}.chat-model-answer-body p{margin:0 0 8px}.chat-model-answer-body h1,.chat-model-answer-body h2,.chat-model-answer-body h3,.chat-model-answer-body h4{margin:18px 0 8px;color:#2a221c;line-height:1.28;font-weight:800}.chat-model-answer-body h1{font-size:28px}.chat-model-answer-body h2{font-size:24px}.chat-model-answer-body h3{font-size:20px}.chat-model-answer-body strong{font-weight:800;color:#1f1914}.chat-model-answer-body ol,.chat-model-answer-body ul{margin:0 0 10px 1.2em;padding:0}.chat-model-answer-body li{margin:4px 0}.chat-model-answer-body li>p{margin:0}.chat-model-answer-body code{padding:.1em .4em;border-radius:8px;background:#f4ede6;color:#8f4d20;font-size:.9em;font-family:JetBrains Mono,Consolas,monospace}.chat-model-answer-body blockquote{margin:12px 0;padding:2px 0 2px 12px;border-left:4px solid #f0c39f;color:#6f5b4d}.chat-model-answer-body a{color:#2f73d9;text-decoration:none;border-bottom:1px solid rgba(47,115,217,.25);transition:color .18s ease,border-color .18s ease}.chat-model-answer-body a:hover{color:#195fc8;border-color:rgba(25,95,200,.55)}.chat-code-block{margin:12px 0;overflow:hidden;border:1px solid #eee2d6;border-radius:18px;background:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}.chat-code-block-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid #f1e7de;background:#fffdfa}.chat-code-block-lang{font-size:12px;font-weight:700;color:#9a7e68;text-transform:lowercase}.chat-code-block-copy{border:1px solid #eadfd4;border-radius:10px;background:#fff;color:#7a685b;font-size:12px;font-weight:700;padding:5px 10px;cursor:pointer}.chat-code-block-copy:hover{border-color:#dfc9b8;color:#59473b}.chat-code-block pre{margin:0;padding:14px 16px 16px;overflow-x:auto;background:#fff;color:#8f6505}.chat-code-block pre code{display:block;padding:0;background:transparent;color:inherit;line-height:1.72;font-size:14px}.chat-model-answer.pending{background:linear-gradient(180deg,#fffaf4,#fffdf9)}.pending-body{color:#7b685a}.pending-body:before{width:4px;height:28px;margin-right:12px;vertical-align:middle;background:linear-gradient(180deg,rgba(255,126,54,.18),rgba(255,126,54,.68))}.pending-body:after,.pending-body:before{content:"";display:inline-block;border-radius:999px}.pending-body:after{width:28px;height:8px;margin-left:12px;background:radial-gradient(circle,rgba(255,126,54,.88) 0 3px,transparent 4px) 0 50% /10px 8px repeat-x;animation:pendingDots 1.1s linear infinite}.chat-model-answer-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.chat-model-answer-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800}.chat-model-answer-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.chat-model-answer-icon svg{width:20px;height:20px}.chat-model-answer-cost{font-size:13px;font-weight:700;color:#9b826e}.chat-model-answer-body{min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;font-size:16px;line-height:1.62;color:#2c241f}.chat-bottom-bar{position:-webkit-sticky;position:sticky;bottom:0;padding:0 30px 14px;background:linear-gradient(180deg,rgba(252,252,252,0),#fcfcfc 20%)}.chat-bottom-composer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:6px}.chat-bottom-models{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#fffdfb;border:1px solid #efe0d3;box-shadow:var(--shadow-sm);margin:0}.chat-bottom-composer{display:flex;flex-direction:column;padding:10px 16px 8px;border:2px solid var(--orange);border-radius:24px;background:#fff;box-shadow:var(--shadow-md)}.chat-bottom-composer.drag-active,.classic-composer.drag-active{border-color:#ff934d;background:linear-gradient(180deg,#fffdfa,#fff4ea);box-shadow:0 0 0 4px rgba(255,147,77,.15),var(--shadow-md)}.chat-bottom-composer textarea{width:100%;min-height:48px;border:none;resize:none;background:transparent;color:var(--text-main);font-size:16px}.chat-bottom-composer textarea::placeholder{color:#b8b8b8}.chat-bottom-actions{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.chat-bottom-tools{display:flex;gap:12px}@keyframes pendingDots{0%{transform:translateX(0);opacity:.5}50%{opacity:1}to{transform:translateX(6px);opacity:.5}}@media (max-width:1280px){.conversation-outline{width:220px}.outline-prompt{font-size:16px}}@media (max-width:980px){.conversation-outline{display:none}.chat-workspace-header{padding:18px 18px 14px}.chat-bottom-bar,.chat-scroll-area{padding-left:18px;padding-right:18px}.chat-bottom-composer-top{flex-direction:column;align-items:stretch}.chat-header-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}}.conversation-outline.compact{width:188px;padding-left:12px;padding-right:12px}.outline-empty{display:none}.chat-workspace.board-layout{min-width:0}.chat-workspace-header.board-header{padding-bottom:14px}.board-scroll-area{display:block;overflow:auto}.chat-board-grid{display:grid;width:100%;grid-gap:14px;gap:14px;min-width:0}.chat-model-panel{width:100%;min-width:0;min-height:calc(100vh - 260px);display:flex;flex-direction:column;border:1px solid #eaded3;border-radius:20px;background:rgba(255,255,255,.88);box-shadow:var(--shadow-sm);overflow:hidden}.chat-model-panel.empty-selection{min-width:min(420px,100%)}.chat-model-panel-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #f1e5db;background:rgba(255,252,249,.96)}.chat-model-panel-title{display:inline-flex;align-items:center;gap:10px;min-width:0;font-size:16px;font-weight:800;color:#2f2722}.chat-model-panel-title span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-model-panel-index{min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#eef4ff;color:#5a78c2;font-size:13px;font-weight:800}.chat-model-panel-cost{flex-shrink:0;font-size:12px;color:#9b826e;font-weight:700}.chat-model-panel-body{flex:1 1;min-width:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.chat-model-panel-empty{margin:auto 0;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#76879a;text-align:center}.chat-model-panel-empty strong{font-size:18px;color:#3b414a}.chat-panel-round{min-width:0;display:flex;flex-direction:column;gap:10px}.chat-panel-user-prompt{align-self:flex-end;max-width:86%;min-width:0;padding:10px 14px;border-radius:16px;background:#e1eadb;color:#3d5641;font-size:14px;line-height:1.6;overflow-wrap:anywhere}.panel-muted{background:#fffdfb;border-style:dashed;color:#7f6d61}@media (max-width:1280px){.conversation-outline.compact{width:168px}}@media (max-width:980px){.conversation-outline.compact{display:none}.chat-board-grid{grid-template-columns:1fr!important;min-width:0}.chat-model-panel{min-height:520px}}.view-toolbar{display:flex;align-items:center;gap:14px}.view-toolbar-toggle{width:36px;height:36px;border:1px solid #d6dfec;border-radius:10px;background:#f8fbff;color:#7c8ca4;font-size:16px;cursor:pointer}.view-toolbar-segmented{display:inline-flex;align-items:center;padding:4px;border:1px solid #e7ebf2;border-radius:16px;background:rgba(255,255,255,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.view-toolbar-option{min-width:78px;border:none;border-radius:12px;background:transparent;color:#8a96aa;font-size:14px;font-weight:700;padding:10px 18px;cursor:pointer}.view-toolbar-option.active{background:#ffffff;color:#5f67ff;box-shadow:0 8px 18px rgba(92,104,255,.12)}.board-header{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.outline-collapsed .conversation-outline.collapsed{width:0;padding:0;border-right:none;overflow:hidden}.chat-classic-stack{display:flex;flex-direction:column;gap:22px;max-width:1080px}.chat-classic-empty{padding:18px 20px;border:1px dashed #eadbcf;border-radius:18px;background:rgba(255,250,246,.92);color:#857263}.chat-model-panel-head-main{position:relative;min-width:0}.chat-model-panel-switch{width:32px;height:32px;padding:0;border:none;background:transparent;color:#8b7b6e}.chat-model-panel-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;padding:8px;border:1px solid #ecded2;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 16px 30px rgba(48,26,8,.12);z-index:8}.chat-model-panel-menu-item{width:100%;display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid transparent;border-radius:12px;background:transparent;color:#43372f;cursor:pointer}.chat-model-panel-menu-item.selected,.chat-model-panel-menu-item:hover{border-color:#f1ccb4;background:#fff6ef}.classic-selected-strip{justify-content:center;margin:0 auto 14px}.classic-composer{max-width:none}.classic-summary-bar{max-width:1100px;margin:0 auto 14px;display:grid;grid-template-columns:190px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.classic-selected-strip{justify-content:flex-start;margin:6px 0 0}.chat-model-panel-switch{width:22px;height:22px;border-radius:999px}.chat-model-panel-switch:hover{background:#fff1e7;color:#ff7e36}.sidebar-collapsed .ask-sidebar,.sidebar-collapsed .conversation-outline{display:none}.outline-header{justify-content:space-between;gap:10px}.outline-header>span:first-child{flex:1 1;writing-mode:horizontal-tb;white-space:nowrap}.outline-collapse-button{width:28px;height:28px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;font-weight:700;border-radius:10px;border:1px solid #efcfb6;background:#fff7ef;color:#9a6b43}.view-toolbar-toggle{width:30px;height:28px;border-radius:4px;background:#f7f9fd;color:#7385a0;font-size:15px;font-weight:800}.chat-model-panel-switch{width:28px;height:28px;font-size:22px}.outline-reopen-button{position:absolute;top:28px;left:105px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;border-radius:10px;border:1px solid #efcfb6;background:#fff7ef;color:#9a6b43;z-index:4}.layout-toggle{position:relative;width:28px;height:24px;border:1px solid #c7d2e2;border-radius:3px;background:#f7f9fd;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.layout-toggle .toggle-glyph{position:relative;display:block;width:100%;height:100%}.layout-toggle .toggle-glyph:before{content:"";position:absolute;top:4px;bottom:4px;left:7px;width:2px;border-radius:999px;background:#8ea0b9}.layout-toggle .toggle-glyph:after{content:"";position:absolute;top:50%;right:7px;width:0;height:0;transform:translateY(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:7px solid #8ea0b9}.layout-toggle.collapsed .toggle-glyph:after{right:auto;left:11px;border-right:none;border-left:7px solid #8ea0b9}.view-toolbar{gap:8px}.view-toolbar-segmented{padding:2px;border-radius:13px}.view-toolbar-option{min-width:68px;font-size:13px;padding:6px 14px}.board-header{gap:8px}.chat-model-panel-switch{width:36px;height:36px;font-size:28px;font-weight:900}.outline-library-panel{display:flex;flex-direction:column;gap:14px;min-height:0}.session-outline-list{gap:16px}.outline-session-group{display:flex;flex-direction:column;gap:10px}.outline-session-group-title{font-size:13px;font-weight:700;color:#ada095;padding:0 4px}.outline-session-group-items{display:flex;flex-direction:column;gap:10px}.outline-session-item{width:100%;display:flex;flex-direction:column;gap:6px;border:1px solid transparent;border-radius:14px;background:#f1f3f5;padding:10px 10px 8px;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.outline-session-item.active,.outline-session-item:hover{border-color:#f1c7ab;background:#fff5ec;transform:translateY(-1px)}.outline-session-row{position:relative;min-height:20px}.outline-session-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:26px;font-size:15px;font-weight:500;color:#3d322a}.outline-session-delete{position:absolute;right:0;top:0;width:14px;height:14px;padding:0;border:none;background:transparent;color:#b69479;cursor:pointer}.outline-session-delete:hover{color:#8d5b37}.outline-session-star{position:absolute;right:0;top:25px;width:10px;height:10px;padding:0;border:none;background:transparent;color:#c8b7a8;font-size:10px;line-height:1;cursor:pointer}.outline-session-star.active{color:#ff9b45}.outline-session-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#957d6c}.outline-empty-state{padding:14px 10px;border:1px dashed #ecdacc;border-radius:14px;background:rgba(255,250,246,.85);color:#8a7362;font-size:13px;text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.composer-attachment-chip{width:-moz-fit-content;width:fit-content;max-width:100%;display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:8px 12px;border:1px solid #f0d7c3;border-radius:999px;background:#fff7f0;color:#7d5b44;font-size:13px}.composer-attachment-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.composer-attachment-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-attachment-remove{color:#ff7f32}.composer-attachment-clear,.composer-attachment-remove{border:none;background:transparent;font-size:12px;font-weight:700;cursor:pointer}.composer-attachment-clear{color:#c46e2d;padding:0 4px}.composer-context-charge{margin:8px 4px 4px;color:#9a6f4b;font-size:12px;line-height:1.5}.composer-drop-hint{margin:6px 4px 2px;color:#c16421;font-size:12px;font-weight:700}.hero-btn{width:36px;height:36px;border:1px solid transparent;color:#5b4a3d;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.hero-btn svg{width:20px;height:20px}.hero-btn:hover{color:#2f241d;background:#fff4ea;border-color:#f0cbb0;box-shadow:0 8px 18px rgba(48,26,8,.08);transform:translateY(-1px)}.hero-btn:active{transform:translateY(0);box-shadow:0 4px 10px rgba(48,26,8,.12)}.send-button{width:44px;height:44px;border:1px solid #f0cbb0;background:linear-gradient(180deg,#fff2e8,#ffe4d1);color:#d56a22;box-shadow:0 10px 24px rgba(255,126,54,.14);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.send-button:hover:not(:disabled){color:#bf5511;background:linear-gradient(180deg,#fff5ed,#ffd9bf);box-shadow:0 14px 28px rgba(255,126,54,.2);transform:translateY(-1px)}.send-button:active:not(:disabled){transform:translateY(0);box-shadow:0 5px 12px rgba(255,126,54,.18)}.send-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.composer-attachment-chip.processing{border-color:#efd7c3;background:#fff9f4}.composer-attachment-spinner{width:14px;height:14px;flex:0 0 14px;border:2px solid rgba(255,127,50,.2);border-top-color:#ff7f32;border-radius:50%;animation:composer-spin .9s linear infinite}@keyframes composer-spin{to{transform:rotate(1turn)}}.hero-btn{width:40px;height:40px;border:1px solid #e7cbb5;border-radius:14px;background:#fff9f3;color:#4a3a2e;box-shadow:0 6px 16px rgba(99,58,23,.06)}.hero-btn:hover:not(:disabled){color:#201710;background:#fff1e4;border-color:#efbb91;box-shadow:0 10px 22px rgba(99,58,23,.12);transform:translateY(-2px)}.hero-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 10px rgba(99,58,23,.14)}.hero-btn svg{width:21px;height:21px;stroke-width:2.2}.send-button{cursor:pointer;border-radius:18px}.send-button:hover:not(:disabled){border-color:#eeae7b}.composer-attachment-chip.processing{border-style:dashed}.composer-session-attachments{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:-4px;margin-bottom:4px;font-size:13px;color:#6b5441}.composer-session-attachments-label{color:#9a7756;font-weight:700}.composer-session-attachments-list{color:#4f3a2a;line-height:1.5}.outline-collapse-button,.outline-reopen-button{display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1}.outline-collapse-button{font-size:18px}.chat-model-panel-switch{line-height:1;font-size:18px;font-weight:700}.chat-model-add-icon,.chat-model-panel-switch,.chip-check-icon,.model-menu,.outline-collapse-button,.outline-reopen-button,.send-button{display:inline-flex;align-items:center;justify-content:center}.outline-collapse-button svg,.outline-reopen-button svg{width:18px;height:18px}.chat-model-panel-switch{width:34px;height:34px;color:#7c634f}.chat-model-panel-switch svg{width:20px;height:20px}.chat-model-add-icon svg,.chip-check-icon svg,.model-menu svg{width:16px;height:16px}.send-button svg{width:18px;height:18px}.outline-collapse-button,.outline-reopen-button{width:32px;height:32px}.chat-model-panel-switch{width:38px;height:38px}.chat-model-panel-switch svg{width:22px;height:22px}