*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#1a1a1a;background:#f5f5f7;font-family:system-ui,Segoe UI,Hiragino Sans,sans-serif}.app{height:100vh;display:flex}.sidebar{color:#eee;background:#202123;flex-direction:column;flex-shrink:0;width:240px;padding:12px;display:flex}.new-chat-btn{color:#eee;cursor:pointer;background:0 0;border:1px solid #565869;border-radius:6px;margin-bottom:12px;padding:10px}.new-chat-btn:hover{background:#2b2c2f}.conversation-list{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.conversation-list li{border-radius:6px;align-items:center;margin-bottom:4px;display:flex}.conversation-list li.active,.conversation-list li:hover{background:#2b2c2f}.conversation-item{text-align:left;color:#eee;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;flex:1;padding:8px;overflow:hidden}.delete-btn{color:#aaa;cursor:pointer;background:0 0;border:none;padding:4px 8px}.delete-btn:hover{color:#fff}.chat-window{flex-direction:column;flex:1;min-width:0;display:flex}.chat-header{background:#fff;border-bottom:1px solid #ddd;padding:12px 16px}.model-selector{border:1px solid #ccc;border-radius:6px;padding:6px 8px}.message-list{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.empty-hint{color:#888;text-align:center;margin-top:40px}.message-bubble{white-space:pre-wrap;word-break:break-word;border-radius:10px;max-width:70%;padding:10px 14px}.message-bubble.user{color:#fff;background:#0b84fe;align-self:flex-end}.message-bubble.assistant{background:#fff;border:1px solid #ddd;align-self:flex-start}.message-role{opacity:.7;margin-bottom:2px;font-size:11px}.chat-input{background:#fff;border-top:1px solid #ddd;gap:8px;padding:12px 16px;display:flex}.chat-input textarea{resize:none;border:1px solid #ccc;border-radius:8px;flex:1;min-height:44px;max-height:160px;padding:10px;font-family:inherit;font-size:14px}.chat-input button{color:#fff;cursor:pointer;background:#0b84fe;border:none;border-radius:8px;padding:0 20px}.chat-input button:disabled{cursor:not-allowed;background:#9cc7f5}.empty-state{color:#888;flex:1;justify-content:center;align-items:center;display:flex}.error-banner{color:#a00;background:#fdd;border:1px solid #f88;border-radius:6px;max-width:320px;padding:8px 12px;font-size:13px;position:fixed;top:12px;right:12px}
