.ChatsPage_page__na0DN{width:min(1120px,100%);min-height:100vh;margin:0 auto;padding:28px 18px 80px}.ChatsPage_header__rggNe{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:22px}.ChatsPage_eyebrow__XuKWE{display:block;margin-bottom:4px;color:#c084fc;font-size:10px;font-weight:600;letter-spacing:.14em}.ChatsPage_title__kwRmP{font-size:30px;line-height:1.2;letter-spacing:-.025em}.ChatsPage_subtitle__SxY4Q{margin-top:6px;color:var(--text-muted);font-size:14px}.ChatsPage_count__DRJEz{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--purple-border);border-radius:12px;color:#d8b4fe;background:var(--purple-dim);font-size:13px;font-weight:700}.ChatsPage_searchWrap__B_5S0{position:relative;width:min(430px,100%);display:flex;align-items:center;margin-bottom:18px}.ChatsPage_searchIcon__R1GsH{position:absolute;left:14px;color:var(--text-faint);pointer-events:none}.ChatsPage_searchInput__U__rI{width:100%;height:44px;padding:0 40px;border:1px solid var(--border);border-radius:13px;outline:none;background:var(--surface);color:var(--text);font:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.ChatsPage_searchInput__U__rI::placeholder{color:var(--text-faint)}.ChatsPage_searchInput__U__rI:focus{border-color:var(--purple-border);box-shadow:0 0 0 3px rgba(139,92,246,.08)}.ChatsPage_clearBtn__YwSjG{position:absolute;right:11px;width:26px;height:26px;display:grid;place-items:center;border-radius:8px;color:var(--text-faint)}.ChatsPage_clearBtn__YwSjG:hover{background:var(--surface2);color:var(--text)}.ChatsPage_list__WOXJ2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;padding-bottom:48px}.ChatsPage_item__Fpefr{position:relative;display:flex;align-items:stretch;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at 0 0,rgba(139,92,246,.09),transparent 45%),var(--surface);transition:transform .18s,border-color .18s,box-shadow .18s}.ChatsPage_item__Fpefr:hover{transform:translateY(-2px);border-color:var(--purple-border);box-shadow:0 14px 34px rgba(0,0,0,.22)}.ChatsPage_itemLink__aZZU1{display:flex;align-items:center;gap:14px;flex:1 1;min-width:0;padding:15px 46px 15px 15px;color:var(--text)}.ChatsPage_avatarWrap__M5Sb3{position:relative;flex-shrink:0}.ChatsPage_avatarWrap__M5Sb3:after{content:"";position:absolute;right:1px;bottom:2px;width:10px;height:10px;border:2px solid var(--surface);border-radius:50%;background:#a78bfa;box-shadow:0 0 8px rgba(167,139,250,.8)}.ChatsPage_avatarPlaceholder__apBVA,.ChatsPage_avatar__VpxaX{width:58px;height:58px;border:1px solid rgba(167,139,250,.28);border-radius:17px}.ChatsPage_avatar__VpxaX{display:block;object-fit:cover}.ChatsPage_avatarPlaceholder__apBVA{display:grid;place-items:center;background:linear-gradient(145deg,#292044,#181c28);color:#d8b4fe;font-size:20px;font-weight:700;text-transform:uppercase}.ChatsPage_itemContent__ASxxq{flex:1 1;min-width:0}.ChatsPage_itemTop__LqLI6{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:5px}.ChatsPage_itemName__KV7wb{overflow:hidden;color:#fff;font-size:15px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.ChatsPage_itemDate__y6MCk{flex-shrink:0;color:var(--text-faint);font-size:11px}.ChatsPage_itemPreview__oTYx5{display:-webkit-box;overflow:hidden;color:var(--text-muted);font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ChatsPage_chevron__L2pXV{flex-shrink:0;display:grid;place-items:center;color:var(--text-faint);transition:color .15s,transform .15s}.ChatsPage_item__Fpefr:hover .ChatsPage_chevron__L2pXV{color:#c4b5fd;transform:translateX(2px)}.ChatsPage_deleteBtn__D_4Xy{position:absolute;top:50%;right:10px;z-index:2;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;color:var(--text-faint);background:rgba(22,26,36,.9);opacity:0;transform:translateY(-50%);transition:opacity .15s,color .15s,background .15s}.ChatsPage_item__Fpefr:hover .ChatsPage_deleteBtn__D_4Xy{opacity:1}.ChatsPage_deleteBtn__D_4Xy:hover{color:#fda4af;background:rgba(244,63,94,.12)}.ChatsPage_deleteBtn__D_4Xy:disabled{opacity:.35}.ChatsPage_itemSkeleton__cycX7{height:90px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(100deg,var(--surface) 30%,var(--surface2) 48%,var(--surface) 66%);background-size:250% 100%;animation:ChatsPage_shimmer__buaPp 1.5s ease-in-out infinite}@keyframes ChatsPage_shimmer__buaPp{to{background-position-x:-250%}}.ChatsPage_empty__nIua2{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;border:1px dashed var(--purple-border);border-radius:22px;background:radial-gradient(circle at 50% 15%,rgba(139,92,246,.12),transparent 45%),var(--surface);text-align:center}.ChatsPage_emptyIcon__9oo_h{width:58px;height:58px;display:grid;place-items:center;margin-bottom:16px;border:1px solid var(--purple-border);border-radius:18px;color:#d8b4fe;background:var(--purple-dim);box-shadow:0 0 30px rgba(139,92,246,.12)}.ChatsPage_empty__nIua2 h2{margin-bottom:5px;font-size:20px}.ChatsPage_empty__nIua2 p{max-width:420px;color:var(--text-muted);font-size:13px}.ChatsPage_retry__hRfY2,.ChatsPage_start__if9md{width:max-content;display:flex;align-items:center;gap:7px;margin:18px auto 0;padding:11px 17px;border-radius:12px;background:linear-gradient(120deg,var(--pink),var(--purple));color:#fff;font-size:13px;font-weight:650}@media (max-width:900px){.ChatsPage_list__WOXJ2{grid-template-columns:1fr}}@media (max-width:600px){.ChatsPage_page__na0DN{padding:20px 12px 96px}.ChatsPage_header__rggNe{align-items:center;padding-bottom:17px}.ChatsPage_title__kwRmP{font-size:25px}.ChatsPage_subtitle__SxY4Q{font-size:12px}.ChatsPage_count__DRJEz{min-width:34px;height:34px;border-radius:11px}.ChatsPage_searchWrap__B_5S0{width:100%;margin-bottom:13px}.ChatsPage_list__WOXJ2{gap:8px}.ChatsPage_item__Fpefr{border-radius:16px}.ChatsPage_itemLink__aZZU1{gap:12px;padding:11px 42px 11px 11px}.ChatsPage_avatarPlaceholder__apBVA,.ChatsPage_avatar__VpxaX{width:52px;height:52px;border-radius:15px}.ChatsPage_itemName__KV7wb{font-size:14px}.ChatsPage_itemPreview__oTYx5{-webkit-line-clamp:1}.ChatsPage_deleteBtn__D_4Xy{right:7px;opacity:1;background:transparent}.ChatsPage_chevron__L2pXV{display:none}.ChatsPage_empty__nIua2{min-height:320px}}