*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background:#f7f5fb}a{color:#6d28d9;text-decoration:none}a:hover{color:#4f46e5;text-decoration:underline}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#e2ddef;border-radius:4px}button{font-family:inherit}.login-page{display:flex;width:100%;min-height:100vh}.login-hero{flex:0 0 480px;position:relative;background:linear-gradient(135deg,#4f46e5,#7c3aed 55%,#a21caf);display:flex;flex-direction:column;justify-content:space-between;padding:48px;overflow:hidden;color:#fff}.login-hero-title{font-family:Poppins,sans-serif;font-weight:800;font-size:36px;line-height:1.15}.login-hero-sub{font-size:15px;line-height:1.6;color:#ffffffd9;max-width:380px;margin-top:16px}.login-form-side{flex:1;display:flex;align-items:center;justify-content:center;background:#fafafa}.login-form{width:400px;display:flex;flex-direction:column;gap:24px}.login-title{font-family:Poppins,sans-serif;font-weight:700;font-size:28px;color:#1e1b2e;margin-bottom:4px}.login-subtitle{font-size:14px;color:#6b6478}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:13px;font-weight:600;color:#3f3a4d}.field input{height:46px;border-radius:10px;border:1px solid #ded9ea;padding:0 16px;font-size:15px;font-family:Inter,sans-serif;color:#1e1b2e;outline:none;background:#fff}.login-btn{height:48px;border-radius:10px;border:none;background:linear-gradient(135deg,#4f46e5,#a21caf);color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:15px;cursor:pointer}.login-btn:disabled{opacity:.6;cursor:default}.login-error{color:#b00020;font-size:13px}.chat-app{display:flex;width:100%;height:100vh;overflow:hidden}.rail{flex:0 0 88px;background:linear-gradient(180deg,#4f46e5,#7c3aed 55%,#a21caf);display:flex;flex-direction:column;align-items:center;padding:20px 0;gap:20px}.rail-item{position:relative;width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-weight:700;font-size:14px;color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid transparent}.rail-item.active{background:#ffffff47;border-color:#fff}.rail-dot{position:absolute;top:-2px;right:-2px;width:10px;height:10px;border-radius:50%;background:#22d3a5;border:2px solid #6d28d9}.chat-list{flex:0 0 340px;overflow:hidden;background:#fff;border-right:1px solid #eee6fb;display:flex;flex-direction:column}.chat-list-header{padding:20px 18px 14px;border-bottom:1px solid #f1edf9}.chat-list-title{font-family:Poppins,sans-serif;font-weight:700;font-size:18px;color:#1e1b2e}.chat-list-sub{font-size:12.5px;color:#8b84a0;margin-top:2px}.chat-search{margin-top:14px;width:100%;height:38px;border-radius:9px;border:1px solid #e6e0f5;padding:0 12px;font-size:13.5px;outline:none}.chat-rows{flex:1;overflow-y:auto}.chat-row{display:flex;gap:12px;padding:13px 18px;cursor:pointer;border-bottom:1px solid #f5f2fa;min-width:0}.chat-row.selected{background:#f4effc}.avatar{width:42px;height:42px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-weight:700;font-size:14px;flex:0 0 auto}.chat-row-body{flex:1;min-width:0}.chat-row-top{display:flex;justify-content:space-between;align-items:baseline;min-width:0}.chat-row-name{flex:1;min-width:0;font-weight:600;font-size:14.5px;color:#1e1b2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-row-time{font-size:11.5px;color:#9992a8;flex:0 0 auto;margin-left:8px}.chat-row-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:2px;min-width:0}.chat-row-msg{flex:1;min-width:0;font-size:12.5px;color:#8b84a0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-badge{flex:0 0 auto;margin-left:8px;background:#7c3aed;color:#fff;font-size:10.5px;font-weight:700;min-width:17px;height:17px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.thread{flex:1;display:flex;flex-direction:column;min-width:0;background:#faf9fc}.thread-header{height:68px;border-bottom:1px solid #eee6fb;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;min-width:0}.thread-header-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.thread-header-text{min-width:0}.thread-name{font-family:Poppins,sans-serif;font-weight:700;font-size:15px;color:#1e1b2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-sub{font-size:12px;color:#8b84a0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-messages{flex:1;overflow-y:auto;padding:24px 32px;display:flex;flex-direction:column;gap:12px}.msg-row{display:flex}.msg-row.mine{justify-content:flex-end}.msg-row.theirs{justify-content:flex-start}.bubble{max-width:480px;padding:11px 15px;border-radius:16px;font-size:14.5px;line-height:1.5}.bubble.mine{color:#fff;background:linear-gradient(135deg,#4f46e5,#a21caf)}.bubble.theirs{color:#1e1b2e;background:#fff;border:1px solid #ece6f7}.bubble-time{font-size:10.5px;margin-top:5px;opacity:.7;text-align:right}.composer{padding:16px 24px;border-top:1px solid #eee6fb;background:#fff;display:flex;gap:12px;align-items:center}.composer input{flex:1;height:46px;border-radius:24px;border:1px solid #e6e0f5;padding:0 18px;font-size:14.5px;outline:none}.composer button{width:46px;height:46px;border-radius:50%;border:none;background:linear-gradient(135deg,#4f46e5,#a21caf);color:#fff;font-size:17px;cursor:pointer;flex:0 0 auto}.composer button:disabled{opacity:.5;cursor:default}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;color:#9992a8;font-size:14px}.status-online{font-size:11.5px;font-weight:600;color:#22c55e;background:#eafaf0;padding:5px 11px;border-radius:20px}
