*{box-sizing:border-box;margin:0;padding:0}body{background:#f9f9fb;flex-direction:column;height:100vh;font-family:-apple-system,Segoe UI,sans-serif;display:flex;overflow:hidden}.header{color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;background:#4f6ef7;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.header.dragging{cursor:grabbing}.header-title{letter-spacing:.3px;pointer-events:none;font-size:14px;font-weight:600}.header-actions{align-items:center;gap:4px;display:flex}.header-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;display:flex}.header-btn:hover{background:#ffffff4d}.settings{background:#fff;border-bottom:1px solid #e8e8ec;flex-shrink:0;padding:10px 12px;display:none}.settings.open{display:block}.settings label{color:#888;margin-bottom:4px;font-size:11px;display:block}.settings input{border:1px solid #dde0e8;border-radius:6px;outline:none;width:100%;margin-bottom:6px;padding:6px 9px;font-family:monospace;font-size:12px}.settings input:focus{border-color:#4f6ef7}.settings-save{color:#fff;cursor:pointer;background:#4f6ef7;border:none;border-radius:6px;padding:5px 14px;font-size:12px}.settings-save:hover{background:#3d5ce0}.messages{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.msg{word-break:break-word;-webkit-user-select:text;user-select:text;border-radius:12px;max-width:85%;padding:8px 11px;font-size:13px;line-height:1.45}.msg.bot{color:#222;background:#fff;border:1px solid #e8e8ec;align-self:flex-start}.msg.user{color:#fff;background:#4f6ef7;align-self:flex-end}.msg.error{color:#c00;background:#fff0f0;border:1px solid #fcc;align-self:flex-start}.msg pre{white-space:pre-wrap;color:#333;background:#f4f4f8;border:1px solid #e0e0e8;border-left:3px solid #4f6ef7;border-radius:4px;margin-top:7px;padding:7px 9px;font-size:11.5px;line-height:1.5;overflow-x:auto}.typing span{background:#aaa;border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1.2s infinite blink;display:inline-block}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}.input-area{background:#fff;border-top:1px solid #e8e8ec;flex-shrink:0;gap:8px;padding:10px;display:flex}.input-area input{border:1px solid #dde0e8;border-radius:8px;outline:none;flex:1;padding:7px 10px;font-size:13px}.input-area input:focus{border-color:#4f6ef7}.input-area button{color:#fff;cursor:pointer;background:#4f6ef7;border:none;border-radius:8px;padding:7px 13px;font-size:13px;font-weight:500}.input-area button:hover{background:#3d5ce0}.input-area button:disabled{cursor:default;background:#b0bbf7}
