*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont}body{background:#020617;color:#e5e7eb;height:100vh}.app{display:flex;height:100vh;width:100%}.sidebar{width:240px;background:#020617;border-right:1px solid #1e293b;padding:20px}.sidebar h3{font-size:14px;margin-bottom:14px;opacity:.7}.chat-item{padding:10px 12px;border-radius:8px;cursor:pointer;background:#020617}.chat-item:hover,.chat-item.active{background:#1e293b}.chat-window{flex:1;display:flex;flex-direction:column;background:linear-gradient(180deg,#020617,#020617)}.chat-header{height:56px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid #1e293b;background:#020617}.logo-text{font-size:15px;font-weight:600}.chat-body{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:14px;max-width:900px;width:100%;margin:0 auto}.message{display:flex}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.bubble{max-width:75%;padding:14px 16px;border-radius:14px;font-size:15px;line-height:1.5;white-space:pre-wrap}.message.user .bubble{background:#2563eb;color:#fff;border-bottom-right-radius:4px}.message.assistant .bubble{background:#1e293b;color:#e5e7eb;border-bottom-left-radius:4px}.typing{font-size:13px;opacity:.6;padding-left:4px}.chat-input{display:flex;gap:10px;padding:16px;border-top:1px solid #1e293b;background:#020617;max-width:900px;width:100%;margin:0 auto}.chat-input input{flex:1;padding:14px;border-radius:12px;border:1px solid #1e293b;background:#020617;color:#e5e7eb;outline:none;font-size:14px}.chat-input input::placeholder{color:#64748b}.chat-input button{background:#2563eb;color:#fff;border:none;padding:0 18px;border-radius:12px;cursor:pointer;font-size:16px}.chat-input button:hover{background:#1d4ed8}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-thumb{background:#1e293b;border-radius:10px}.chat-body::-webkit-scrollbar-track{background:transparent}
