:root{color:#1c1e21;background:#f4f5f7;font-family:Helvetica Neue,PingFang TC,Microsoft JhengHei,sans-serif}*{box-sizing:border-box}body{margin:0}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:8px 14px;font-size:14px}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{color:#555;background:0 0}input{border:1px solid #d0d3d9;border-radius:8px;padding:10px 12px;font-size:15px}.center{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#fff;border-radius:16px;flex-direction:column;gap:12px;width:340px;padding:40px 36px;display:flex;box-shadow:0 8px 30px #00000014}.login-card h1{text-align:center;margin:0;font-size:24px}.login-card .subtitle{text-align:center;color:#6b7280;margin:0 0 8px;font-size:14px}.error{color:#dc2626;margin:0;font-size:13px}.chat-layout{flex-direction:column;max-width:760px;height:100vh;margin:0 auto;display:flex}header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}header h1{margin:0;font-size:18px}.header-actions{align-items:center;gap:10px;display:flex}.header-actions .user{color:#6b7280;font-size:14px}main{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex;overflow-y:auto}.hint{color:#9ca3af;text-align:center;margin-top:40px}.bubble{white-space:pre-wrap;border-radius:14px;max-width:80%;padding:10px 14px;font-size:15px;line-height:1.6}.bubble.user{color:#fff;background:#2563eb;border-bottom-right-radius:4px;align-self:flex-end}.bubble.assistant{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;align-self:flex-start}.bubble.thinking{color:#9ca3af}.bubble.assistant{white-space:normal}.bubble.assistant>:first-child{margin-top:0}.bubble.assistant>:last-child{margin-bottom:0}.bubble.assistant p{margin:0 0 6px}.bubble.assistant ul,.bubble.assistant ol{margin:0 0 8px;padding-left:1.4em}.bubble.assistant li{margin:2px 0}.bubble.assistant h1,.bubble.assistant h2,.bubble.assistant h3{margin:8px 0 4px;font-size:1.02em}.bubble.assistant hr{border:none;border-top:1px solid #eceef1;margin:8px 0}.bubble.assistant code{background:#f3f4f6;border-radius:4px;padding:1px 5px;font-size:.9em}.bubble.assistant pre{background:#f3f4f6;border-radius:8px;padding:10px;overflow-x:auto}.bubble.assistant pre code{background:0 0;padding:0}.bubble.assistant table{border-collapse:collapse;margin:4px 0 8px}.bubble.assistant th,.bubble.assistant td{text-align:left;border:1px solid #e5e7eb;padding:4px 8px}.bubble.assistant a{color:#2563eb;text-decoration:underline}.composer{background:#fff;border-top:1px solid #e5e7eb;gap:10px;padding:14px 20px;display:flex}.composer input{flex:1}.upload-panel{background:#fffbeb;border-bottom:1px solid #fde68a;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 20px;display:flex}.upload-panel .status{color:#92400e;width:100%;margin:0;font-size:13px}.app-layout{max-width:1000px;height:100vh;margin:0 auto;display:flex}.sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;gap:8px;width:230px;padding:14px 10px;display:flex}.sidebar .new-chat{width:100%}.sidebar-title{color:#9ca3af;margin:8px 4px 0;font-size:12px}.history-list{flex-direction:column;gap:4px;display:flex;overflow-y:auto}.history-item{color:#374151;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;padding:8px 10px;font-size:13px;overflow:hidden}.history-item:hover{background:#f3f4f6}.history-item.active{color:#1e3a8a;background:#e0e7ff}.hint.small{margin:8px 4px;font-size:12px}.app-layout .chat-layout{flex:1;max-width:none;margin:0}
