:root{color-scheme:light;--bg: #f4ead9;--bg-deep: #e8d3b0;--panel: rgba(255, 250, 242, .78);--panel-strong: #fffaf3;--panel-contrast: #f5ddbe;--text: #23170f;--muted: #75614f;--line: rgba(89, 58, 30, .12);--line-strong: rgba(89, 58, 30, .18);--primary: #bd5b2c;--primary-strong: #9e4920;--primary-soft: #f2cfaa;--success-soft: rgba(74, 126, 81, .12);--danger-soft: rgba(176, 50, 32, .12);--shadow: 0 18px 44px rgba(72, 45, 20, .1);font-family:Source Han Sans SC,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#app{min-height:100%;height:100%}body{margin:0;color:var(--text);background:radial-gradient(circle at top left,rgba(255,255,255,.8),transparent 24%),radial-gradient(circle at bottom right,rgba(244,212,173,.52),transparent 28%),linear-gradient(135deg,#f7efe2 0%,var(--bg) 48%,var(--bg-deep) 100%);overflow:hidden}body:before,body:after{content:"";position:fixed;z-index:-1;inset:auto;border-radius:999px;filter:blur(20px);pointer-events:none}body:before{top:84px;right:7vw;width:220px;height:220px;background:#fff0dbb8}body:after{bottom:72px;left:4vw;width:300px;height:300px;background:#e6c29657}button,input,select,textarea{font:inherit}button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.app-shell{height:100vh;display:grid;grid-template-columns:312px minmax(0,1fr);overflow:hidden}.standalone-shell{min-height:100vh;padding:28px;overflow:auto}.standalone-main{width:min(1180px,100%);margin:0 auto}.app-toast{position:fixed;top:18px;left:50%;z-index:60;min-width:220px;max-width:min(520px,calc(100vw - 32px));padding:12px 16px;border-radius:14px;border:1px solid rgba(89,58,30,.12);background:#23170feb;color:#fff8f1;box-shadow:0 18px 36px #23170f3d;transform:translate(-50%);text-align:center;line-height:1.5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-toast.is-warning{background:#793715f0}.toast-fade-enter-active,.toast-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.toast-fade-enter-from,.toast-fade-leave-to{opacity:0;transform:translate(-50%,-8px)}.sidebar{padding:12px 10px;border-right:1px solid var(--line);background:#fff7eca8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;flex-direction:column;gap:10px;height:100vh;min-height:0;overflow:hidden}.brand{margin-bottom:22px}.sidebar-scroll{flex:1;min-height:0;display:flex;flex-direction:column;gap:8px;overflow:hidden}.sidebar-brand{margin-bottom:8px}.sidebar-panel{margin-bottom:0}.sidebar-history-panel{flex:0 0 460px;height:460px;min-height:460px;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.sidebar-session-list{height:100%;max-height:none;min-height:0;overflow:auto;padding-right:4px;align-content:start}.sidebar-user-panel{margin-bottom:0;background:#fffaf4eb;border-radius:14px;padding-top:8px;padding-bottom:8px}.sidebar-user-mini{display:flex;align-items:center;gap:10px}.sidebar-user-copy{min-width:0}.sidebar-user-avatar{width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff7f2;font-size:15px;font-weight:700}.sidebar-user-name{font-size:15px;font-weight:600;color:var(--text)}.sidebar-user-panel.is-guest{padding:0;background:transparent;border:0;box-shadow:none}.sidebar-login-entry{width:100%;display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fffaf4eb;cursor:pointer;text-align:left;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.sidebar-login-entry:hover{transform:translateY(-1px);box-shadow:0 14px 28px #482d1414;border-color:#bd5b2c47}.sidebar-profile-entry{width:100%;padding:12px 14px;border:1px solid rgba(89,58,30,.08);border-radius:14px;background:#fffaf4eb;cursor:pointer;text-align:left;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.sidebar-profile-entry:hover,.sidebar-profile-entry.active{transform:translateY(-1px);box-shadow:0 14px 28px #482d1414;border-color:#bd5b2c47;background:linear-gradient(180deg,#fff4e7,#fbe8cf)}.guest-avatar{flex:0 0 auto;background:linear-gradient(135deg,#dd9b66eb,#b95a2ef5)}.brand-hero{padding:10px 12px;border-radius:12px;background:linear-gradient(145deg,#b95a2ef5,#dd9b66f0);color:#fff8f1;box-shadow:var(--shadow)}.brand-kicker,.eyebrow,.panel-title,.message-role,.composer-hint{margin:0;color:var(--muted);font-size:13px;letter-spacing:.1em;text-transform:uppercase}.brand-kicker{color:#fff7eed1}.brand h1{margin:4px 0 0;font-size:clamp(22px,2vw,28px);line-height:1.02}.brand-pill,.summary-chip,.model-badge,.panel-count,.composer-stat{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:13px}.brand-pill{background:#fff7ee24;border:1px solid rgba(255,247,238,.2);color:#fff7ef}.panel{margin-bottom:8px;padding:8px;border-radius:12px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)}.panel-overview{background:linear-gradient(180deg,#fffdf8d6,#fcf3e7f0)}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:28px}.sidebar-history-actions{display:flex;align-items:center;gap:6px}.panel-count{background:#bd5b2c14;border:1px solid rgba(189,91,44,.12);color:var(--primary)}.overview-grid,.stats-grid,.dashboard-strip{display:grid;gap:6px}.overview-grid{margin-top:6px;grid-template-columns:repeat(3,minmax(0,1fr))}.overview-item,.stat-item,.insight-card{padding:8px 9px;border-radius:12px;background:#fffcf6e0;border:1px solid rgba(89,58,30,.08)}.overview-item strong,.stat-item strong,.insight-value{display:block;font-size:20px;line-height:1.1}.overview-item span,.stat-item span,.overview-copy,.model-card span,.quota-card span,.profile-card span,.qr-login-tip{color:var(--muted);line-height:1.7}.overview-copy{margin:6px 0 0;font-size:14px}.session-list,.reward-list{list-style:none;padding:0;margin:6px 0 0;display:grid;gap:6px}.session-item,.model-card,.quota-card,.profile-card{padding:7px 8px;border-radius:10px;background:var(--panel-strong);border:1px solid rgba(89,58,30,.08)}.session-item{cursor:pointer;display:flex;align-items:center;justify-content:space-between;height:48px;gap:10px;transition:transform .18s ease,border-color .18s ease,background .18s ease;position:relative}.session-item:hover{transform:translateY(-1px);border-color:var(--line-strong)}.session-item.active{background:linear-gradient(180deg,var(--panel-contrast),#fbe8cf);border-color:#bd5b2c33}.session-item.menu-open{z-index:24}.session-main{min-width:0;flex:1}.session-title{font-weight:700;font-size:15px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-toolbar,.composer-actions,.chat-topbar,.chat-topbar-actions{display:flex;align-items:center;gap:8px}.composer-actions,.chat-topbar,.chat-topbar-actions{justify-content:space-between}.composer-actions{justify-content:flex-end}.composer-main{display:flex;align-items:stretch;gap:10px}.session-action-button{width:100%;padding:8px 10px;border:0;border-radius:10px;background:transparent;color:var(--text);font-size:13px;cursor:pointer;text-align:left}.session-action-button:hover{background:#bd5b2c14}.session-action-danger{color:#b43d2d}.session-action-danger:hover{background:#b43d2d24}.session-menu-wrap{position:relative;flex:0 0 auto}.session-menu-trigger{min-width:28px;min-height:28px;padding:0 6px 4px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:18px;line-height:1;cursor:pointer}.session-menu-trigger:hover{background:#bd5b2c14;color:var(--text)}.session-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:104px;padding:6px;border-radius:12px;border:1px solid rgba(89,58,30,.12);background:#fffaf4fa;box-shadow:0 14px 28px #482d1424}.session-rename-input{width:100%;padding:6px 8px;border-radius:10px;border:1px solid var(--line);background:#fffbf5f0;color:var(--text);outline:none}.empty-tip{margin:10px 0 0;color:var(--muted);font-size:14px}.model-card,.quota-card,.profile-card,.qr-login-copy,.chat-session-copy{display:grid;gap:4px}.model-badge-list,.quota-inline-list{display:flex;flex-wrap:wrap;gap:6px}.model-badge,.summary-chip,.composer-stat{background:#bd5b2c14;border:1px solid rgba(189,91,44,.12);color:var(--primary)}.model-meta-list{margin:4px 0 0;display:grid;gap:10px}.model-meta-list div{display:flex;justify-content:space-between;gap:12px}.model-meta-list dt,.model-meta-list dd{margin:0;font-size:14px}.model-meta-list dt{color:var(--muted)}.stats-grid{margin-top:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.stat-item{text-align:center}.reward-list li{padding:8px 10px;border-radius:10px;background:#fffcf6e6;border:1px solid rgba(89,58,30,.06);color:var(--muted);font-size:14px}.workspace{position:relative;padding:18px;height:100vh;display:flex;flex-direction:column;gap:8px;min-width:0;min-height:0;overflow:hidden;border-radius:18px;border:1px solid var(--line);background:#fffaf4c2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.login-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:24px;background:#4329122e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.qr-login-panel{position:relative;isolation:isolate;width:min(420px,100%);border-radius:18px;border:1px solid var(--line);background:#fffaf4f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.qr-login-panel{display:grid;gap:18px;padding:22px}.qr-login-header,.qr-login-body{display:grid}.qr-login-header{position:relative;z-index:1;justify-items:center;text-align:center;padding-inline:56px}.qr-login-heading{display:grid;justify-items:center;width:100%}.qr-login-close{position:absolute;top:18px;right:18px;z-index:3;pointer-events:auto}.qr-login-title{margin:4px 0 0;font-size:24px;line-height:1.2;text-align:center}.qr-login-body{position:relative;z-index:1;justify-items:center;gap:14px}.login-method-tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;border-radius:12px;border:1px solid var(--line);background:#f5ddbe61}.login-method-tab{min-height:36px;border:0;border-radius:9px;background:transparent;color:var(--muted);cursor:pointer;font-size:14px;font-weight:700}.login-method-tab.active{background:var(--panel-strong);color:var(--text);box-shadow:0 8px 18px #482d1414}.email-login-form{width:100%;display:grid;gap:14px}.email-login-field{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.email-login-input{width:100%;min-height:44px;border:1px solid var(--line-strong);border-radius:12px;background:#fffaf4e0;color:var(--text);outline:none;padding:0 13px}.email-login-input:focus{border-color:#bd5b2c94;box-shadow:0 0 0 3px #bd5b2c1f}.email-code-row{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:10px}.email-code-button{min-height:44px;padding-inline:10px;white-space:nowrap}.email-code-button:disabled,.qr-login-submit:disabled{cursor:not-allowed;opacity:.56}.qr-code-box{width:204px;height:204px;border-radius:24px;background:linear-gradient(145deg,#f4d5af,#fff8f0);display:grid;place-items:center;border:1px solid rgba(89,58,30,.08)}.qr-code-placeholder{width:132px;height:132px;border-radius:12px;border:2px dashed rgba(89,58,30,.2);display:grid;place-items:center;font-weight:700;letter-spacing:.08em;font-size:13px;color:var(--muted)}.qr-code-image{width:172px;height:172px;object-fit:contain;border-radius:12px}.qr-login-status,.qr-login-tip{margin:0;text-align:center}.qr-login-status{font-size:14px;font-weight:600;color:var(--text)}.qr-login-tip{max-width:300px;font-size:14px;line-height:1.7;color:var(--muted)}.qr-login-submit{width:100%;min-height:44px;font-size:15px;font-weight:700}.conversation-title{margin:0;font-size:24px}.chat-topbar,.composer{flex:0 0 auto}.message-stream{flex:1 1 auto;min-height:0;padding-right:4px;display:grid;gap:14px;align-content:start;overflow:auto}.message-stream.is-empty{align-content:stretch}.message-empty-state{min-height:180px;border-radius:14px;border:1px dashed rgba(89,58,30,.18);background:#fffcf7a8;display:grid;place-items:center;text-align:center;padding:14px}.message-empty-title{margin:6px 0 0;font-size:22px}.message-empty-copy{margin:8px 0 0;max-width:420px;color:var(--muted);line-height:1.7;font-size:14px}.message-card{min-width:min(360px,100%);max-width:min(960px,100%);padding:14px 15px;border-radius:14px;border:1px solid var(--line);box-shadow:0 10px 24px #482d140f}.role-user{justify-self:end;background:linear-gradient(145deg,#f1c18f,#f7d5ab)}.role-assistant{background:#fffcf6eb}.message-content{margin:6px 0 0;font-size:15px;line-height:1.7;white-space:pre-wrap}.message-body{display:grid;gap:10px}.message-heading,.message-quote,.message-list-block{margin:0}.message-heading{line-height:1.45;font-weight:800;color:var(--text)}.message-heading.level-1{font-size:24px}.message-heading.level-2{font-size:22px}.message-heading.level-3{font-size:20px}.message-heading.level-4,.message-heading.level-5,.message-heading.level-6{font-size:18px}.message-quote{padding:10px 12px;border-left:3px solid rgba(189,91,44,.3);border-radius:0 12px 12px 0;background:#bd5b2c0f;color:#5f4a3a;font-size:15px;line-height:1.7;white-space:pre-wrap}.message-list-block{padding-left:20px;color:var(--text);font-size:15px;line-height:1.7}.message-list-block.is-ordered{padding-left:22px}.message-list-item+.message-list-item{margin-top:4px}.message-inline-strong{font-weight:800}.message-inline-emphasis{font-style:italic}.message-inline-code{display:inline-block;margin:0 2px;padding:1px 6px;border-radius:8px;background:#593a1e14;color:#9e4920;font-size:.94em;font-family:SFMono-Regular,JetBrains Mono,Fira Code,Consolas,monospace}.message-inline-link{color:#9e4920;text-decoration:underline;text-decoration-color:#9e492059;text-underline-offset:2px}.message-inline-link:hover{color:#7c3818}.message-code-block{overflow:hidden;border-radius:14px;border:1px solid rgba(89,58,30,.1);background:#1f1a17;color:#f7efe4}.message-code-head{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.08)}.message-code-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#f7efe4c2}.message-code-pre{margin:0;padding:14px 16px;overflow:auto;font-size:13px;line-height:1.75;font-family:SFMono-Regular,JetBrains Mono,Fira Code,Consolas,monospace;white-space:pre}.message-code-line{display:block}.message-code-token.is-comment{color:#8f8a84}.message-code-token.is-string{color:#f2c38f}.message-code-token.is-number{color:#f7d27c}.message-code-token.is-literal{color:#ffb86c}.message-code-token.is-keyword{color:#ff8f70;font-weight:600}.message-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.message-actions{display:flex;align-items:center;gap:8px}.message-action-button{width:28px;height:28px;border:0;border-radius:999px;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease}.message-regenerate-button{background:#bd5b2c14;color:var(--primary)}.message-regenerate-button:hover{transform:rotate(-18deg);background:#bd5b2c24}.message-delete-button{background:#7a675514;color:#7a6755}.message-delete-button:hover{background:#b43d2d24;color:#b43d2d}.composer{padding:8px;border-radius:18px;border:1px solid rgba(89,58,30,.1);background:#fff8f0f5;box-shadow:0 10px 24px #482d1414;flex:0 0 auto}.composer-toolbar{justify-content:space-between;flex-wrap:nowrap;margin-bottom:8px}.composer-toolbar-primary{display:inline-flex;align-items:center;gap:10px;min-width:0}.composer-stat{flex:0 0 auto}.composer-main{display:flex;align-items:flex-end;gap:10px;padding:8px 10px 8px 14px;border-radius:16px;border:1px solid rgba(89,58,30,.08);background:#fffcf7fa}.composer-input{flex:1;min-height:72px;max-height:160px;padding:8px 0;border:0;background:transparent;color:var(--text);line-height:1.7;resize:none;outline:none}.primary-button,.ghost-button{border-radius:999px;border:0;padding:7px 12px;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background .18s ease}.primary-button{background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff7f2;box-shadow:0 16px 30px #bd5b2c33}.ghost-button{background:#fffaf0d6;color:var(--text);border:1px solid var(--line)}.small{padding:6px 10px}.compact-button{min-height:28px;padding:5px 9px;font-size:13px;box-shadow:none}.icon-button{width:28px;min-width:28px;min-height:28px;padding:0;font-size:14px;line-height:1}.primary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.composer-submit-button{min-width:92px;min-height:52px;padding:0 18px;border-radius:16px;font-size:16px;font-weight:700;box-shadow:0 10px 22px #bd5b2c33;align-self:flex-end}.composer-error-hint{margin:8px 6px 0}button:disabled{opacity:.56;cursor:not-allowed;transform:none}.profile-center{display:grid;gap:14px;min-height:0;align-content:start}.profile-page{display:grid;gap:18px}.profile-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:22px 24px;border-radius:24px;border:1px solid rgba(89,58,30,.08);background:radial-gradient(circle at top right,rgba(255,255,255,.78),transparent 28%),linear-gradient(140deg,#fff6e8f5,#f0d6b5eb);box-shadow:var(--shadow)}.profile-page-kicker{margin:0;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.profile-page-title{margin:8px 0 0;font-size:38px;line-height:1.08}.profile-page-copy{margin:10px 0 0;max-width:720px;color:var(--muted);line-height:1.75}.profile-page-actions{display:flex;flex-wrap:wrap;gap:10px}.profile-hero-card{display:grid;gap:18px;padding:20px;border-radius:20px;background:linear-gradient(145deg,#b95a2ef5,#dd9b66f0);color:#fff8f1;box-shadow:var(--shadow)}.profile-hero-main{display:flex;align-items:center;gap:16px}.profile-avatar-shell{width:72px;height:72px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,248,241,.28);background:#fff8f124;display:grid;place-items:center;flex:0 0 auto}.profile-avatar-image{width:100%;height:100%;object-fit:cover}.profile-avatar-fallback{font-size:28px;font-weight:700;color:#fff8f1}.profile-hero-kicker{margin:0;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#fff7eec7}.profile-hero-title,.profile-section-heading{margin:6px 0 0;font-size:28px;line-height:1.14}.profile-hero-copy{margin:10px 0 0;max-width:640px;line-height:1.8;color:#fff7eee0}.profile-hero-pills{display:flex;flex-wrap:wrap;gap:8px}.profile-section{padding:14px}.profile-metric-grid{display:grid;gap:10px}.profile-metric-grid{margin-top:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-metric-card,.profile-reward-item{border-radius:14px;border:1px solid rgba(89,58,30,.08);background:#fffcf6eb}.profile-metric-card{padding:14px;display:grid;gap:8px}.profile-metric-card span,.profile-reward-item span{color:var(--muted)}.profile-metric-card strong{font-size:28px;line-height:1.05}.profile-metric-card p,.profile-reward-item p{margin:0;font-size:14px;line-height:1.7;color:var(--muted)}.profile-detail-list,.profile-reward-list{margin-top:12px;display:grid;gap:10px}.profile-detail-item,.profile-reward-item{padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-reward-item strong{color:var(--text)}.profile-empty-state{min-height:160px;margin-top:12px}@media(max-width:1200px){.app-shell{grid-template-columns:288px minmax(0,1fr)}}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto}.workspace{padding:12px;height:auto;overflow:visible}.composer-actions{flex-direction:column;align-items:flex-start}.sidebar-session-list{max-height:none}.sidebar-history-panel{flex:0 0 auto;height:420px;min-height:420px}body{overflow:auto}.app-shell{height:auto;overflow:visible}.sidebar,.sidebar-scroll,.workspace{overflow:visible}.overview-grid,.stats-grid,.dashboard-strip,.profile-metric-grid{grid-template-columns:1fr}.workspace{min-height:auto}.composer-toolbar{overflow-x:auto}.login-modal-mask,.standalone-shell{padding:16px}.profile-page-header,.profile-hero-main{align-items:flex-start;flex-direction:column}}@media(max-width:720px){.sidebar,.workspace{padding:10px}.message-card{min-width:0}.panel,.brand-hero,.workspace,.qr-login-panel{border-radius:14px}.brand h1,.conversation-title,.message-empty-title{font-size:22px}.primary-button,.ghost-button{width:100%;justify-content:center}.composer-submit-button{width:auto;min-width:136px}.standalone-shell{padding:10px}.standalone-main,.profile-page{gap:12px}.profile-page-header{padding:16px;border-radius:16px}.profile-page-title{font-size:28px}.profile-page-actions{width:100%}.profile-page-actions .ghost-button,.profile-page-actions .primary-button{flex:1 1 0}.profile-avatar-shell{width:60px;height:60px;border-radius:18px}}
