.chat-profile-open{display:flex;align-items:center;flex:1;min-width:0;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.chat-profile-open:hover .peer strong{color:var(--cyan)}.chat-profile-open:focus-visible{outline:2px solid var(--cyan);outline-offset:5px;border-radius:12px}.chat-profile-shell{position:fixed;z-index:26;inset:0;display:flex;justify-content:flex-end}.chat-profile-backdrop{position:absolute;inset:0;border:0;background:rgba(3,6,12,.64);backdrop-filter:blur(5px)}.chat-profile-panel{position:relative;width:min(440px,100%);height:100%;overflow-y:auto;padding:24px;background:linear-gradient(165deg,#141a28,#0b0f18 72%);border-left:1px solid rgba(255,255,255,.09);box-shadow:-24px 0 70px rgba(0,0,0,.45)}.chat-profile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.chat-profile-head h2{margin:4px 0 0;font-size:22px}.chat-profile-close{width:42px;height:42px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.04);color:var(--text);font-size:26px;cursor:pointer}.chat-profile-person{display:flex;align-items:center;gap:16px;padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.035)}.chat-profile-avatar{display:grid;place-items:center;flex:0 0 72px;width:72px;height:72px;border-radius:50%;background:linear-gradient(145deg,#3d506f,#7668ca);font-size:25px;font-weight:900}.chat-profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.chat-profile-person h3{margin:0 0 3px;font-size:21px}.chat-profile-person p,.chat-profile-person small{display:block;margin:0;color:var(--muted)}.chat-profile-bio{margin:14px 3px 0;color:#bdc6d8;white-space:pre-wrap}.chat-profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}.chat-profile-actions button,.chat-media-more{min-height:46px;border:1px solid rgba(82,220,232,.18);border-radius:14px;background:rgba(82,220,232,.08);color:var(--text);font-weight:750;cursor:pointer}.chat-profile-actions button:first-child{background:linear-gradient(125deg,rgba(82,220,232,.22),rgba(117,103,245,.24))}.chat-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:0 0 18px}.chat-profile-stat{padding:9px 5px;border-radius:12px;background:rgba(255,255,255,.035);text-align:center}.chat-profile-stat b,.chat-profile-stat small{display:block}.chat-profile-stat small{font-size:10px;color:var(--muted)}.chat-media-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:4px;border-radius:14px;background:#080c14}.chat-media-tabs button{min-width:0;padding:10px 4px;border:0;border-radius:10px;background:none;color:var(--muted);font-size:12px;cursor:pointer}.chat-media-tabs button.active{background:#1a2232;color:var(--cyan)}.chat-profile-state{padding:34px 12px;text-align:center;color:var(--muted)}.chat-profile-state.error{color:#ff8592}.chat-media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}.chat-media-item{position:relative;min-width:0;border:1px solid var(--line);border-radius:14px;background:#101621;color:var(--text);overflow:hidden}.chat-media-thumb{display:block;width:100%;aspect-ratio:1;object-fit:cover;background:#080c14;cursor:pointer}.chat-media-file,.chat-media-audio,.chat-media-link{grid-column:1/-1;padding:13px}.chat-media-file{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none}.chat-media-file span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-media-audio audio{width:100%;margin-top:7px}.chat-media-link a{display:block;color:var(--cyan);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-media-link button{margin-top:9px;border:0;background:none;color:#aeb8ca;cursor:pointer}.chat-media-date{position:absolute;right:6px;bottom:6px;padding:3px 6px;border-radius:8px;background:rgba(0,0,0,.66);font-size:10px}.chat-media-more{width:100%;margin-top:12px}.chat-profile-open #headerAvatar{flex:0 0 42px}
@media(max-width:720px){.chat-profile-shell{align-items:flex-end}.chat-profile-panel{width:100%;height:100%;border-left:0;padding:20px 16px max(20px,env(safe-area-inset-bottom));box-shadow:none}.chat-profile-head{position:sticky;top:-20px;z-index:2;margin:-20px -16px 18px;padding:18px 16px 12px;background:rgba(14,19,30,.96);backdrop-filter:blur(16px)}.chat-profile-actions button{min-height:50px}.chat-media-tabs{position:sticky;top:61px;z-index:2}.chat-media-grid{grid-template-columns:repeat(2,1fr)}.chat-profile-stats{grid-template-columns:repeat(2,1fr)}}
