*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5}.chat-container{max-width:700px;margin:0 auto;height:100vh;display:flex;flex-direction:column;position:relative}.chat-header{padding:16px;font-size:18px;font-weight:600;border-bottom:1px solid #e0e0e0;background:#fff}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f5f5f5}.message{display:flex}.message.user{justify-content:flex-end}.message-bubble{max-width:80%;padding:10px 14px;border-radius:12px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.message.user .message-bubble{background:#007aff;color:#fff}.message.user .message-bubble a,.message.user .message-bubble .markdown-body a{color:#cce5ff;text-decoration:underline}.message.assistant .message-bubble{background:#fff;border:1px solid #e0e0e0}.message-bubble.loading{color:#888;font-style:italic}.markdown-body{white-space:normal}.markdown-body p{margin:0 0 .5em;white-space:pre-wrap}.markdown-body p:last-child{margin-bottom:0}.markdown-body ul,.markdown-body ol{margin:0 0 .5em;padding-left:1.4em}.markdown-body ul:last-child,.markdown-body ol:last-child{margin-bottom:0}.markdown-body li{margin:.15em 0}.markdown-body pre{background:#f5f5f5;padding:8px 10px;border-radius:6px;overflow-x:auto;margin:.5em 0}.markdown-body code{background:#f5f5f5;padding:0 4px;border-radius:3px;font-size:.9em}.markdown-body pre code{padding:0;background:transparent}.markdown-body a{color:#007aff}.markdown-body table{border-collapse:collapse;width:100%;margin:.5em 0;font-size:.85rem}.markdown-body th,.markdown-body td{border:1px solid #ddd;padding:6px 10px;text-align:left}.markdown-body th{background:#f5f5f5;font-weight:600}.markdown-body tr:nth-child(2n){background:#fafafa}.activity-log{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e0e0e0;font-size:13px;color:#666;display:flex;flex-direction:column;gap:3px}.activity-item{font-style:italic}.tool-call.running{color:#b08000}.tool-call.done{color:#888}.sites-visited{display:flex;flex-direction:column;gap:2px;margin-top:4px}.sites-visited a{color:#888;text-decoration:none;font-size:12px}.sites-visited a:hover{text-decoration:underline;color:#007aff}.citations{margin-top:8px;padding-top:8px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:4px}.citations a{font-size:13px;color:#007aff;text-decoration:none}.citations a:hover{text-decoration:underline}.chat-input{padding:12px 16px;border-top:1px solid #e0e0e0;background:#fff;display:flex;flex-direction:column;gap:6px}.chat-input.chat-input-centered{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);border:none;border-top:none;background:transparent}.chat-input textarea{width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:8px;font-size:15px;font-family:inherit;resize:none;outline:none;overflow:hidden}.chat-input-centered textarea{border-color:#bbb;box-shadow:0 2px 8px #00000014;min-height:80px}.chat-input textarea:focus{border-color:#007aff}.chat-input-actions{display:flex;justify-content:flex-end}.chat-input button{padding:8px 20px;background:#007aff;color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer}.chat-input button:disabled{opacity:.5;cursor:not-allowed}.chat-input .stop-btn{background:#ff3b30}
