:root{--background:#f2ede3;--foreground:#0f172a;--muted:#475569;--card:#fff;--border:#0f172a14;--primary:#0f62fe;--primary-foreground:#fff}*{box-sizing:border-box}html,body{height:100%}html{overflow:hidden}body{background-color:var(--background);color:var(--foreground);flex-direction:column;min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.97rem;line-height:1.6;display:flex;overflow:hidden}main{background:var(--background);flex:1;height:100vh;min-height:0;display:flex}.chat-shell{justify-content:center;width:100%;height:100%;padding:.9rem;display:flex}.chat-inner{flex-direction:column;gap:0;width:min(820px,100%);height:100%;min-height:0;margin:0 auto;padding:0;display:flex}.chat-hero{text-align:center;background:0 0;border-bottom:1px solid #0f172a0a;flex-shrink:0;padding:.55rem 1.2rem .25rem}.chat-hero h1{letter-spacing:-.01em;color:#0f172ad9;margin:.35rem 0 0;font-size:clamp(1.4rem,2vw,1.7rem);font-weight:500}.chat-hero p{color:#475569e6;margin:0;font-size:.75rem}.badge{text-transform:uppercase;letter-spacing:.18em;color:#475569cc;margin-bottom:.35rem;font-size:.58rem}.hero-subtitle{color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.74rem;line-height:1.15;display:inline-flex}.hero-subtitle__divider{opacity:.4}.hero-subtitle__en,.hero-subtitle__zh{white-space:nowrap}.chat-tabs-row{background:0 0;border-bottom:1px solid #0f172a14;flex-shrink:0;margin-top:.4rem;padding:.25rem 0 .4rem}.chat-main{background:var(--card);border:1px solid #0f172a0d;border-radius:.85rem .85rem 0 0;flex-direction:column;flex:1;min-height:0;margin-top:.55rem;padding:.45rem .85rem .75rem;display:flex;box-shadow:0 6px 16px #0f172a0d}.chat-tabs{background:#0f172a05;border-radius:999px;gap:.3rem;padding:.08rem;display:flex}.chat-tab{cursor:pointer;color:#0f172a80;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.45rem .65rem;font-size:.78rem;font-weight:500;transition:color .2s,background .2s,border-color .2s}.chat-tab.is-active{color:#0f172ad9;background:#0f172a14;border-bottom-color:#0f172a4d;font-weight:600}.chat-error{color:#b42318;border-bottom:1px solid #b4231833;padding:.6rem 0}.chat-panel{overscroll-behavior:contain;flex-direction:column;flex:1;gap:1rem;min-height:0;padding:.25rem 0;display:flex;overflow-y:auto}.message-list{flex-direction:column;gap:.55rem;padding:0 0 .5rem;display:flex}.message{cursor:pointer;background:0 0;border-radius:.4rem;padding:.45rem .8rem;transition:background .15s,border-color .15s}.message-role{text-transform:uppercase;letter-spacing:.08em;color:#0f172a8c;margin:0;font-size:.7rem}.message--user{color:#f8fafc;background:#1a1f2a;border-radius:.5rem;padding:.55rem .8rem;font-weight:600;line-height:1.4}.message--assistant{background:0 0}.message.is-selected{background:#0f172a08;box-shadow:inset 0 0 0 1px #0f172a1f}.message--user.is-selected{background:#1a1f2a;box-shadow:inset 0 0 0 1px #f8fafc40}.message-list-empty{color:var(--muted);text-align:center;padding:1.5rem 1rem 1rem;font-size:.95rem}.empty-guide{color:#0f172a99;max-height:420px;transition:opacity .35s,max-height .35s,padding .35s,margin .35s}.empty-guide.is-hidden{opacity:0;pointer-events:none;max-height:0;margin:0;padding:0;overflow:hidden}.empty-guide__quote{color:#0f172ab3;text-align:center;white-space:pre-line;max-width:44ch;margin:0 auto;font-size:1.02rem;line-height:1.8}.empty-guide__quote.is-multiline{text-align:left;max-width:46ch}.chat-form{background:var(--card);border:1px solid #0f172a0d;border-top:none;border-radius:0 0 .85rem .85rem;flex-shrink:0;padding:.65rem .85rem .75rem;box-shadow:0 6px 16px #0f172a0d}.chat-form fieldset{border:none;flex-direction:column;gap:.4rem;margin:0;padding:0;display:flex}.chat-input{background:var(--card);border:1px solid #d8d8df;border-radius:.45rem;align-items:center;gap:.4rem;padding:.3rem .6rem;transition:border-color .15s;display:flex}.chat-input:focus-within{border-color:#0f172a59}.chat-input textarea{resize:none;min-height:2rem;max-height:200px;color:inherit;background:0 0;border:none;flex:1;padding:.2rem 0;font-family:inherit;font-size:.92rem;line-height:1.5;overflow-y:auto}.chat-input textarea:focus{outline:none}.chat-input textarea::placeholder{color:#0f172a66}.chat-input-send{color:#0f172a99;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:color .15s,opacity .15s;display:flex}.chat-input-send:hover{color:var(--foreground)}.chat-input-send:disabled{opacity:.3;cursor:not-allowed}.chat-input-send svg{width:18px;height:18px}.sources-panel{flex-direction:column;gap:.7rem;padding:.5rem 0 0;display:flex}.sources-list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.sources-history-item{margin-bottom:.5rem}.sources-history-question{color:var(--foreground);margin:0 0 .35rem;font-weight:600}.sources-history-question.is-active{color:var(--primary)}.sources-history-rewrite{color:var(--muted);margin:0 0 .5rem;font-size:.85rem}.source-card{border-bottom:1px solid #0f172a14;padding:.6rem 0}.source-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.source-card__title{margin:0;font-weight:600}.source-card__meta{color:var(--muted);margin:.25rem 0 0;font-size:.8rem}.source-card__link{color:#7b8c9a;border-bottom:1px dotted #7b8c9a59;font-size:.85rem;text-decoration:none}.source-card__link:hover{color:#596775;border-bottom-color:#59677580}.source-card__summary{color:var(--muted);margin:.8rem 0 .6rem;font-weight:600}.source-card__body{white-space:pre-wrap;margin:0 0 .7rem;line-height:1.65}.button{cursor:pointer;border:none;border-radius:999px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;transition:opacity .15s,transform .15s}.button--ghost{color:var(--muted);background:0 0}.button--primary{color:var(--foreground);background:#e5e0d8}.button--primary:not(:disabled):hover{background:#efeae2}.button:disabled{opacity:.6;cursor:not-allowed}.button:not(:disabled):active{transform:translateY(1px)}.button.chat-stop{align-self:flex-end;padding:.35rem .9rem;font-size:.78rem}@media (max-width:640px){.chat-shell{padding:1.2rem 1rem 1rem}.chat-inner{gap:1rem}.chat-hero{padding:.9rem 0 .35rem}.chat-main{margin-top:.45rem;padding:.4rem .75rem .65rem}.chat-input textarea{min-height:2.3rem}.chat-form{padding:.6rem .8rem .65rem}}.message-text{margin:.15rem 0 0;line-height:1.58}.message-text p{margin:0 0 .5rem}.message-text pre{background:#0f172a14;border-radius:.6rem;margin:.65rem 0;padding:.7rem;overflow-x:auto}.message-text code{background:#0f172a14;border-radius:.25rem;padding:.15rem .35rem;font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}
