html{scrollbar-gutter:stable}
.chat-page{height:100dvh;overflow-x:hidden;overflow-y:scroll}
.chat-layout{width:100%;max-width:1600px;height:calc(100dvh - 118px);min-height:620px;margin:0 auto;padding:22px 42px 20px;display:grid;grid-template-columns:420px minmax(0,1fr);gap:34px}
.chat-sidebar,.conversation{min-height:0;border:1px solid var(--line);border-radius:36px;background:#fff}
.chat-sidebar{position:relative;display:flex;flex-direction:column;overflow:hidden}
.chat-sidebar-head{padding:28px 20px 12px}.chat-sidebar-head h1{margin:0 0 18px;text-align:center;font-size:24px}
.chat-search{height:44px;padding:0 14px;display:flex;align-items:center;gap:10px;border-radius:22px;background:#f5f2f3}
.chat-search span{position:relative;width:15px;height:15px;border:2px solid #91888c;border-radius:50%}.chat-search span:after{content:"";position:absolute;right:-6px;bottom:-3px;width:7px;height:2px;border-radius:2px;background:#91888c;transform:rotate(45deg)}
.chat-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:inherit}
.chat-conversations{flex:1;overflow:auto;padding:3px 12px 164px;scrollbar-width:thin;scrollbar-color:#9d9699 transparent}
.conversation-item{position:relative;width:100%;padding:11px 10px;display:grid;grid-template-columns:60px minmax(0,1fr) auto;gap:12px;align-items:center;border:0;border-radius:22px;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:background .18s ease}
.conversation-item:hover{background:#faf7f8}.conversation-item.active{background:#f9e7f2}.conversation-item.has-unread{background:#fff3fa}.conversation-item.has-unread p{color:#3e373a;font-weight:700}.conversation-item.has-unread b:after{content:"Новое";display:inline-block;margin-left:7px;padding:2px 7px;border-radius:99px;background:#ef62b6;color:#fff;font-size:9px;line-height:1.4;vertical-align:2px}.conversation-item img{width:60px;height:60px;border-radius:20px;object-fit:cover}.conversation-item b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-item p{margin:4px 0 0;overflow:hidden;color:#70676b;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.conversation-item time{align-self:start;margin-top:4px;color:#b4c1c8;font-size:11px}.conversation-item .unread{position:absolute;right:11px;bottom:12px;min-width:21px;height:21px;padding:0 6px;border-radius:99px;background:var(--pink-strong);color:#fff;font-size:11px;font-weight:800;line-height:21px;text-align:center}
.chat-promo{position:absolute;left:17px;right:17px;bottom:16px;padding:18px;border-radius:26px;background:#e8ddff;text-align:center;box-shadow:0 -14px 25px rgba(255,255,255,.96)}.chat-promo p{margin:0 0 12px;font-size:13px;line-height:1.45}.chat-promo button{width:100%;height:42px;border:0;border-radius:99px;background:#2f2a2c;color:#fff;font-weight:800;cursor:pointer}
.conversation{position:relative;display:grid;grid-template-rows:88px minmax(0,1fr) auto;overflow:hidden}
.conversation-head{position:relative;padding:16px 25px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #eee9eb;background:rgba(255,255,255,.94)}
.conversation-profile{min-width:0;display:flex;align-items:center;gap:14px;color:inherit;text-decoration:none}.conversation-profile>img{width:54px;height:54px;border-radius:18px;object-fit:cover}.conversation-profile h2{margin:0;font-size:17px}.conversation-profile p{margin:4px 0 0;color:#239c57;font-size:12px}.conversation-profile:hover h2{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.online-dot{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:#2dc968}
.chat-back{display:none;border:0;background:transparent;font-size:25px}.conversation-menu{margin-left:auto;width:52px;height:52px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:6px;background:#f5f2f3;cursor:pointer}.conversation-menu i{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#2e292b}.conversation-menu:hover{background:#eee8eb}
.conversation-popover{position:absolute;z-index:5;right:24px;top:66px;width:220px;padding:8px;border:1px solid #e8e1e4;border-radius:17px;background:#fff;box-shadow:0 16px 45px rgba(36,27,31,.14)}.conversation-popover[hidden]{display:none}.conversation-popover button{width:100%;padding:11px;border:0;border-radius:12px;background:#fff;text-align:left;cursor:pointer}.conversation-popover button:hover{background:#f7f3f5}
.message-feed{position:relative;min-height:0;padding:30px 38px 22px;overflow:auto;background:linear-gradient(180deg,#fff 0%,#fdfcfc 100%);scrollbar-width:thin;scrollbar-color:#9d9699 transparent}
.date-divider{width:max-content;margin:5px auto 24px;padding:6px 12px;border-radius:99px;background:#b8b4b6;color:#fff;font-size:11px;font-weight:700}
.support-message{width:min(520px,72%);margin:0 0 28px;padding:15px 19px;border-radius:21px 21px 21px 7px;background:#e7dcff;color:#4d4549;font-size:14px;line-height:1.45}.support-message small{display:block;margin-top:5px;color:#9b9095;text-align:right}
.message-row{display:flex;margin:7px 0}.message-row.outgoing{justify-content:flex-end}
.message-bubble{max-width:min(560px,72%);padding:11px 15px 8px;border-radius:20px 20px 20px 7px;background:#f1eff0;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere;animation:bubble-in .22s ease both}.message-row.outgoing .message-bubble{border-radius:20px 20px 7px 20px;background:#f9d8eb}.message-bubble time{display:block;margin-top:4px;color:#a4979d;font-size:10px;text-align:right}.message-bubble .read-mark{margin-left:4px;color:#df6aae;font-weight:800}
.message-feed.chat-locked .message-row.incoming .message-bubble{filter:blur(6px);cursor:pointer;user-select:none;transition:filter .2s ease}.message-feed.chat-locked .message-row.incoming:hover .message-bubble{filter:blur(7px)}.conversation-item.locked p{filter:blur(4px);user-select:none}
@keyframes bubble-in{from{opacity:0;transform:translateY(5px) scale(.98)}to{opacity:1;transform:none}}
.typing-indicator{width:62px;margin:9px 0;padding:15px;display:flex;gap:5px;border-radius:20px 20px 20px 7px;background:#f1eff0}.typing-indicator[hidden]{display:none}.typing-indicator i{width:6px;height:6px;border-radius:50%;background:#8d8388;animation:typing 1s infinite ease-in-out}.typing-indicator i:nth-child(2){animation-delay:.13s}.typing-indicator i:nth-child(3){animation-delay:.26s}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}
.message-composer{margin:0;padding:15px 22px 20px;display:grid;grid-template-columns:50px minmax(0,1fr) 50px;gap:10px;align-items:end;border-top:1px solid #eee9eb;background:#fff}.message-composer textarea{max-height:120px;min-height:50px;padding:14px 18px;resize:none;border:0;border-radius:25px;outline:0;background:#f5f3f4;font:inherit;line-height:1.35}.attach-button,.send-button{width:50px;height:50px;border:0;border-radius:50%;cursor:pointer}.attach-button{background:#302b2d;color:#fff;font-size:33px;font-weight:300}.send-button{background:var(--pink-strong);color:#fff;font-size:20px;transition:.18s}.send-button:disabled{background:#ddd6d9;color:#a79da2;cursor:default}.send-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(239,98,182,.25)}
.chat-limit{padding:15px 22px 20px;border-top:1px solid #eee9eb;background:linear-gradient(100deg,#f7e3ff,#ffd9ee);text-align:center}.chat-limit[hidden]{display:none}.chat-limit p{margin:0 0 10px;font-weight:700}.chat-limit button{width:min(420px,100%);padding:14px;border:0;border-radius:99px;background:#2e292b;color:#fff;font-weight:800;cursor:pointer}.conversation-empty{height:100%;display:grid;place-items:center;color:#8b8186;text-align:center}.conversation-empty div{max-width:350px}.conversation-empty h2{margin:0 0 8px;color:#2f292c}.conversation-empty p{line-height:1.5}
@media(max-width:1050px){.chat-page{overflow-x:hidden;overflow-y:scroll}.chat-layout{width:100%;height:calc(100dvh - 92px);min-height:0;padding:12px 18px 18px;grid-template-columns:330px minmax(0,1fr);gap:16px}.chat-sidebar{display:flex}.conversation{display:grid}.chat-promo{display:none}.chat-conversations{padding-bottom:20px}.message-feed{padding:24px}.message-bubble{max-width:82%}}
@media(max-width:720px){.chat-layout{width:100%;height:calc(100dvh - 74px);margin:0;padding:0;display:block}.chat-sidebar,.conversation{height:100%;border:0;border-radius:0}.chat-sidebar{display:flex}.conversation{display:none}.chat-page.chat-open .chat-sidebar{display:none}.chat-page.chat-open .conversation{display:grid}.conversation{grid-template-rows:76px minmax(0,1fr) auto}.conversation-head{padding:10px 13px}.chat-back{display:block}.conversation-profile>img{width:48px;height:48px;border-radius:15px}.conversation-menu{width:44px;height:44px;gap:4px}.conversation-menu i{width:5px;height:5px;flex-basis:5px}.message-feed{padding:20px 14px}.support-message,.message-bubble{max-width:86%}.message-composer{padding:10px;grid-template-columns:45px minmax(0,1fr) 45px}.attach-button,.send-button{width:45px;height:45px}.message-composer textarea{min-height:45px;padding:12px 15px}.conversation-popover{right:12px;top:62px}}
