.chat-layout-wrapper{padding:var(--space-8) 0;min-height:calc(100vh - var(--nav-height));background:radial-gradient(circle at 10% 20%,#ff7a0008 0%,#0a254005 90%);align-items:center;display:flex}.chat-container-card{max-width:var(--max-width);width:100%}.chat-split-screen{background:var(--bg-white);border-radius:var(--radius-xl);height:720px;box-shadow:var(--shadow-lg);border:1px solid var(--border-light);grid-template-columns:360px 1fr;display:grid;position:relative;overflow:hidden}@media (max-width:992px){.chat-split-screen{grid-template-columns:280px 1fr;height:640px}}@media (max-width:768px){.chat-split-screen{height:calc(100vh - var(--nav-height) - var(--space-8));grid-template-columns:1fr}}.chat-sidebar-threads{border-right:1px solid var(--border-light);background:var(--bg-white);flex-direction:column;height:100%;display:flex;overflow:hidden}@media (max-width:768px){.chat-sidebar-threads{border-right:none}}.chat-sidebar-header{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border-light);background:var(--bg-white);justify-content:space-between;align-items:center;display:flex}.chat-sidebar-header h2{font-size:1.25rem;font-weight:700;font-family:var(--font-display);color:var(--navy)}.threads-count{background:var(--primary-light);color:var(--primary);border-radius:var(--radius-full);padding:4px 10px;font-size:.75rem;font-weight:600}.threads-list-flow{padding:var(--space-3);gap:var(--space-2);flex-direction:column;flex:1;display:flex;overflow-y:auto}.no-threads-placeholder{color:var(--text-secondary);text-align:center;padding:var(--space-8) var(--space-4);font-size:.875rem;line-height:1.5}.thread-item-card{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:var(--bg-white);-webkit-user-select:none;user-select:none;border:1px solid #0000;display:flex}.thread-item-card:hover{background:var(--gray-100)}.thread-item-card.active{background:var(--primary-light);border-color:#0a254014}.thread-item-card.unread{background:#ff7a0008}.thread-item-card.unread:hover{background:#ff7a000f}.thread-avatar{border-radius:var(--radius-full);object-fit:cover;border:2px solid var(--border-light);background:var(--gray-100);flex-shrink:0;width:44px;height:44px}.thread-item-meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.thread-meta-row{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.thread-title{font-family:var(--font-display);color:var(--navy);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.thread-time{color:var(--gray-400);white-space:nowrap;font-size:.75rem}.thread-subtitle{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:500;overflow:hidden}.thread-snippet{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:.8125rem;overflow:hidden}.thread-item-card.unread .thread-snippet{color:var(--navy);font-weight:600}.thread-unread-badge{background:var(--accent);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex;box-shadow:0 2px 8px #ff7a004d}.chat-active-window{background:var(--bg-base);flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.active-chat-inner{flex-direction:column;height:100%;display:flex;overflow:hidden}.chat-unselected-placeholder{text-align:center;height:100%;padding:var(--space-12);background:var(--bg-white);color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.placeholder-icon{margin-bottom:var(--space-4);font-size:3rem;animation:4s ease-in-out infinite float}.chat-unselected-placeholder h3{color:var(--navy);margin-bottom:var(--space-2);font-size:1.5rem}.chat-unselected-placeholder p{max-width:460px;font-size:.9375rem;line-height:1.6}.active-chat-header{padding:var(--space-4) var(--space-6);background:var(--bg-white);border-bottom:1px solid var(--border-light);z-index:10;box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.thread-avatar-large{border-radius:var(--radius-full);object-fit:cover;border:2px solid var(--border-light);width:48px;height:48px}.active-chat-header h3{color:var(--navy);font-size:1.0625rem;font-weight:700}.chat-context-anchor{align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-6);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:5;background:#ffffffd9;flex-shrink:0;display:flex}.context-card-img{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border-light);width:60px;height:60px}.context-card-details{justify-content:space-between;align-items:center;gap:var(--space-4);flex:1;display:flex}.context-card-details h4{color:var(--navy);font-size:.9375rem;font-weight:700}.context-price-tag{font-family:var(--font-display);color:var(--accent);font-size:1.0625rem;font-weight:800}.badge-stay-type{color:#1a73e8;border-radius:var(--radius-full);background:#e8f0fe;padding:2px 8px;font-size:.6875rem;font-weight:700;display:inline-block}.badge-ride-type{color:#0f172a;background:var(--gray-200);border-radius:var(--radius-full);padding:2px 8px;font-size:.6875rem;font-weight:700;display:inline-block}.gold-premium-badge{color:#92400e;border-radius:var(--radius-full);background:#fef3c7;padding:2px 8px;font-size:.6875rem;font-weight:700;display:inline-block}.btn-xs{padding:6px 12px;font-size:.75rem}.chat-messages-timeline{padding:var(--space-6);gap:var(--space-4);background:#fafbfd;flex-direction:column;flex:1;display:flex;overflow-y:auto}.chat-bubble-row{width:100%;display:flex}.chat-bubble-row.me{justify-content:flex-end}.chat-bubble-row.partner{justify-content:flex-start}.chat-bubble{max-width:65%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:4px;display:flex;position:relative}@media (max-width:576px){.chat-bubble{max-width:85%}}.chat-bubble-row.me .chat-bubble{background:var(--navy);color:#fff;border-bottom-right-radius:2px}.chat-bubble-row.partner .chat-bubble{background:var(--bg-white);color:var(--text-primary);border:1px solid var(--border-light);border-bottom-left-radius:2px}.bubble-text{color:inherit;word-break:break-word;font-size:.9375rem;line-height:1.5}.bubble-time{align-self:flex-end;font-size:.6875rem}.chat-bubble-row.me .bubble-time{color:#fff9}.chat-bubble-row.partner .bubble-time{color:var(--gray-400)}.chat-input-footer{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);background:var(--bg-white);border-top:1px solid var(--border-light);flex-shrink:0;display:flex;box-shadow:0 -4px 16px #00000005}.chat-text-input{border:2px solid var(--border-light);border-radius:var(--radius-full);color:var(--navy);background:var(--bg-base);transition:all var(--transition-fast);outline:none;flex:1;padding:12px 18px;font-size:.9375rem}.chat-text-input:focus{border-color:var(--primary);background:var(--bg-white);box-shadow:0 0 0 4px #0a254014}.chat-send-btn{border-radius:var(--radius-full);background:var(--accent);color:#fff;box-shadow:var(--shadow-blue);border:none;padding:12px 24px;font-weight:700}.chat-send-btn:hover{background:#e06b00;transform:translateY(-1px)}.animate-fade-in{animation:fadeIn var(--transition-base) forwards}
