.ChatViewComponent-module__Zfvxsq__layout{flex-direction:column;height:100%;display:flex;overflow:hidden}.ChatViewComponent-module__Zfvxsq__stats-row{gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--calculated-border-subtle);grid-template-columns:repeat(4,1fr);animation:.3s ease-out ChatViewComponent-module__Zfvxsq__fadeIn;display:grid}@media (max-width:1100px){.ChatViewComponent-module__Zfvxsq__stats-row{grid-template-columns:repeat(2,1fr)}}.ChatViewComponent-module__Zfvxsq__main-content{flex:1;grid-template-columns:380px 1fr;display:grid;overflow:hidden}.ChatViewComponent-module__Zfvxsq__conversation-list{border-right:1px solid var(--calculated-border-subtle);background:#0907114d;background:lab(2.25538% 1.70095 -4.00925/.3);flex-direction:column;display:flex;overflow:hidden}.ChatViewComponent-module__Zfvxsq__list-header{padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--calculated-border-subtle);justify-content:space-between;align-items:center;display:flex}.ChatViewComponent-module__Zfvxsq__list-title{font-size:var(--font-size-sm);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.ChatViewComponent-module__Zfvxsq__list-content{padding:var(--space-sm);flex:1;overflow-y:auto}.ChatViewComponent-module__Zfvxsq__loading-center{padding:var(--space-2xl);justify-content:center;align-items:center;display:flex}.ChatViewComponent-module__Zfvxsq__conversation-item{align-items:center;gap:var(--space-md);width:100%;padding:var(--space-md);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);text-align:left;font-family:var(--font-family);color:var(--text-primary);background:0 0;border:1px solid #0000;display:flex}.ChatViewComponent-module__Zfvxsq__conversation-item:hover{background:var(--background-elevated);border-color:var(--calculated-border-subtle)}.ChatViewComponent-module__Zfvxsq__conversation-item.ChatViewComponent-module__Zfvxsq__is-selected-state{background:#8042fb14;background:lab(45.0418% 56.9315 -83.7604/.08);border-color:#8042fb33;border-color:lab(45.0418% 56.9315 -83.7604/.2)}.ChatViewComponent-module__Zfvxsq__conv-avatar{width:36px;height:36px;color:var(--color-info);background:#656cff1f;background:lab(51.5613% 30.8294 -75.6694/.12);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatViewComponent-module__Zfvxsq__conv-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ChatViewComponent-module__Zfvxsq__conv-header{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.ChatViewComponent-module__Zfvxsq__conv-name{font-size:var(--font-size-sm);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.ChatViewComponent-module__Zfvxsq__conv-time{font-size:var(--font-size-xs);color:var(--text-muted);white-space:nowrap;flex-shrink:0}.ChatViewComponent-module__Zfvxsq__conv-preview{font-size:var(--font-size-xs);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ChatViewComponent-module__Zfvxsq__conv-meta{align-items:center;gap:var(--space-sm);margin-top:2px;display:flex}.ChatViewComponent-module__Zfvxsq__conv-widget{color:var(--text-muted);border-radius:var(--radius-full);background:#ffffff0d;background:lab(100% 0 0/.05);padding:1px 6px;font-size:.625rem}.ChatViewComponent-module__Zfvxsq__conv-chevron{color:var(--text-muted);opacity:0;transition:opacity var(--transition-fast);flex-shrink:0}.ChatViewComponent-module__Zfvxsq__conversation-item:hover .ChatViewComponent-module__Zfvxsq__conv-chevron{opacity:1}.ChatViewComponent-module__Zfvxsq__message-detail{flex-direction:column;display:flex;overflow:hidden}.ChatViewComponent-module__Zfvxsq__detail-header{padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--calculated-border-subtle);background:var(--background-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;display:flex}.ChatViewComponent-module__Zfvxsq__detail-title h3{font-size:var(--font-size-md);font-weight:600;line-height:1.3}.ChatViewComponent-module__Zfvxsq__detail-subtitle{font-size:var(--font-size-xs);color:var(--text-muted)}.ChatViewComponent-module__Zfvxsq__message-stream{padding:var(--space-lg);gap:var(--space-md);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ChatViewComponent-module__Zfvxsq__chat-message{gap:var(--space-md);animation:.25s ease-out both ChatViewComponent-module__Zfvxsq__fadeIn;display:flex}.ChatViewComponent-module__Zfvxsq__message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;display:flex}.ChatViewComponent-module__Zfvxsq__message-content{flex:1;min-width:0}.ChatViewComponent-module__Zfvxsq__message-header{align-items:center;gap:var(--space-sm);margin-bottom:2px;display:flex}.ChatViewComponent-module__Zfvxsq__message-sender{font-size:var(--font-size-sm);font-weight:600}.ChatViewComponent-module__Zfvxsq__message-time{color:var(--text-muted);font-size:.625rem}.ChatViewComponent-module__Zfvxsq__message-body{font-size:var(--font-size-sm);color:var(--text-primary);word-break:break-word;line-height:1.6}.ChatViewComponent-module__Zfvxsq__spinning{animation:1s linear infinite ChatViewComponent-module__Zfvxsq__spin}@keyframes ChatViewComponent-module__Zfvxsq__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.ChatViewComponent-module__Zfvxsq__main-content{grid-template-columns:1fr}.ChatViewComponent-module__Zfvxsq__conversation-list{border-right:none;border-bottom:1px solid var(--calculated-border-subtle);max-height:45vh}}
