.chat-page-head{align-items:flex-end;margin-bottom:14px}.chat-pro{display:grid!important;grid-template-columns:320px minmax(0,1fr)!important;gap:14px!important;height:calc(100dvh - 205px)!important;min-height:610px!important;max-height:860px!important}.chat-sidebar,.chat-thread{padding:0!important;overflow:hidden!important;border-radius:20px!important}.chat-sidebar{display:flex!important;flex-direction:column!important;background:var(--surface)!important}.chat-sidebar-title{padding:18px 18px 14px!important;border-bottom:1px solid var(--line)!important}.chat-sidebar-title strong{display:block!important;font-size:17px!important;margin-top:4px!important}.chat-conversation-list{overflow:auto!important;padding:8px!important;display:grid!important;gap:4px!important}.chat-conversation-row{position:relative!important;display:grid!important;grid-template-columns:46px minmax(0,1fr) auto!important;gap:11px!important;align-items:center!important;padding:11px!important;border-radius:15px!important;color:var(--ink)!important;text-decoration:none!important;transition:background .16s ease,transform .16s ease!important}.chat-conversation-row:hover{background:var(--surface-2)!important}.chat-conversation-row.active{background:color-mix(in srgb,var(--brand-accent) 10%,var(--surface))!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--brand-accent) 22%,var(--line))!important}.chat-conversation-avatar,.chat-thread-avatar{display:grid!important;place-items:center!important;border-radius:50%!important;background:linear-gradient(135deg,color-mix(in srgb,var(--brand-accent) 18%,var(--surface)),var(--surface-2))!important;color:var(--brand-accent)!important;border:1px solid color-mix(in srgb,var(--brand-accent) 16%,var(--line))!important}.chat-conversation-avatar{width:46px!important;height:46px!important}.chat-thread-avatar{width:44px!important;height:44px!important}.chat-conversation-avatar svg,.chat-thread-avatar svg{width:21px!important;height:21px!important}.chat-conversation-row>div{min-width:0!important}.chat-conversation-name{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:8px!important}.chat-conversation-name strong{font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.chat-conversation-name time{font-size:10px!important;color:var(--muted)!important;flex:0 0 auto!important}.chat-conversation-row>div>span{display:block!important;font-size:11px!important;color:var(--muted)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin-top:4px!important}.chat-unread{min-width:22px!important;height:22px!important;padding:0 7px!important;border-radius:999px!important;background:var(--brand-accent)!important;color:#fff!important;font-size:10px!important;display:grid!important;place-items:center!important}.chat-thread{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto auto auto auto!important;background:var(--surface)!important}.chat-thread-head{display:flex!important;align-items:center!important;gap:12px!important;padding:13px 17px!important;border-bottom:1px solid var(--line)!important;background:color-mix(in srgb,var(--surface) 96%,var(--brand-accent) 4%)!important}.chat-thread-head h2{font-size:16px!important;margin:0!important}.chat-thread-head span{font-size:11px!important;color:var(--muted)!important}.chat-thread-head b.online{color:#1e9b61!important}.chat-message-stream{display:flex!important;flex-direction:column!important;gap:5px!important;overflow:auto!important;padding:22px 24px 26px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--brand-accent) 2%,var(--surface)),var(--surface))!important;scrollbar-gutter:stable!important}.chat-bubble-row{display:flex!important;align-items:flex-end!important;gap:8px!important;max-width:min(76%,720px)!important;align-self:flex-start!important}.chat-bubble-row.own{align-self:flex-end!important;flex-direction:row-reverse!important}.chat-bubble-row.system{align-self:center!important;max-width:88%!important}.chat-bubble-avatar{flex:0 0 auto!important;width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:var(--surface)!important;border:1px solid var(--line)!important;font-size:11px!important;font-weight:800!important}.chat-bubble-wrap{position:relative!important;min-width:92px!important;max-width:100%!important}.chat-bubble{padding:10px 12px 8px!important;border:1px solid var(--line)!important;border-radius:17px 17px 17px 6px!important;background:var(--surface-2)!important;box-shadow:0 4px 14px rgba(12,16,32,.05)!important}.chat-bubble-row.own .chat-bubble{background:linear-gradient(135deg,color-mix(in srgb,var(--brand-accent) 14%,var(--surface)),color-mix(in srgb,var(--brand-accent) 7%,var(--surface)))!important;border-radius:17px 17px 6px 17px!important;border-color:color-mix(in srgb,var(--brand-accent) 23%,var(--line))!important}.chat-bubble-row.system .chat-bubble{border-radius:999px!important;padding:7px 12px!important}.chat-bubble-sender{display:block!important;font-size:11px!important;color:var(--brand-accent)!important;font-weight:800!important;margin-bottom:4px!important}.chat-bubble-text{font-size:13px!important;line-height:1.48!important;white-space:pre-wrap!important;word-break:break-word!important;margin:0!important}.chat-bubble-footer{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;margin-top:5px!important;font-size:9px!important;color:var(--muted)!important}.chat-delivery svg{width:14px!important;height:14px!important}.chat-delivery.read{color:var(--brand-accent)!important}.chat-message-actions{position:absolute!important;top:50%!important;right:calc(100% + 7px)!important;left:auto!important;transform:translateY(-50%)!important;display:flex!important;gap:4px!important;opacity:0!important;transition:opacity .15s ease!important}.chat-bubble-row:not(.own) .chat-message-actions{left:calc(100% + 7px)!important;right:auto!important}.chat-bubble-row:hover .chat-message-actions,.chat-bubble-row:focus-within .chat-message-actions{opacity:1!important}.chat-message-actions button{width:32px!important;height:32px!important;border:1px solid var(--line)!important;border-radius:10px!important;background:var(--surface)!important;color:var(--muted)!important;display:grid!important;place-items:center!important;box-shadow:0 5px 16px rgba(8,12,26,.08)!important;cursor:pointer!important}.chat-message-actions button:hover{color:var(--brand-accent)!important}.chat-message-actions svg{width:15px!important;height:15px!important}.chat-reactions{display:flex!important;gap:4px!important;flex-wrap:wrap!important;margin-top:4px!important}.chat-bubble-row.own .chat-reactions{justify-content:flex-end!important}.chat-reaction-pill{border:1px solid var(--line)!important;background:var(--surface)!important;border-radius:999px!important;padding:4px 8px!important;font-size:11px!important;cursor:pointer!important}.chat-reaction-picker-portal{position:fixed!important;z-index:3000!important;display:flex!important;gap:3px!important;padding:6px!important;border:1px solid var(--line)!important;border-radius:999px!important;background:var(--surface)!important;box-shadow:0 16px 40px rgba(8,12,26,.22)!important}.chat-reaction-picker-portal button{width:34px!important;height:34px!important;border:0!important;border-radius:50%!important;background:transparent!important;font-size:18px!important;cursor:pointer!important}.chat-reaction-picker-portal button:hover{background:var(--surface-2)!important;transform:scale(1.08)!important}.chat-quoted{display:grid!important;gap:2px!important;width:100%!important;text-align:left!important;padding:7px 9px!important;margin-bottom:7px!important;border:0!important;border-left:3px solid var(--brand-accent)!important;border-radius:8px!important;background:color-mix(in srgb,var(--brand-accent) 6%,var(--surface))!important;color:var(--ink)!important;cursor:pointer!important}.chat-quoted strong{font-size:10px!important;color:var(--brand-accent)!important}.chat-quoted span{font-size:10px!important;color:var(--muted)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.chat-attachments{display:grid!important;gap:7px!important;margin-top:7px!important}.chat-image-link img{display:block!important;max-width:min(360px,100%)!important;max-height:300px!important;border-radius:12px!important;object-fit:cover!important}.chat-file-link{display:flex!important;align-items:center!important;gap:9px!important;padding:9px!important;border-radius:11px!important;background:var(--surface)!important;border:1px solid var(--line)!important;color:var(--ink)!important;text-decoration:none!important}.chat-file-link svg{width:22px!important;height:22px!important;color:var(--brand-accent)!important}.chat-file-link strong,.chat-file-link small{display:block!important}.chat-file-link strong{font-size:11px!important}.chat-file-link small{font-size:9px!important;color:var(--muted)!important}.chat-compose-pro{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:9px!important;align-items:end!important;padding:11px 13px!important;border-top:1px solid var(--line)!important;background:var(--surface)!important}.chat-compose-pro textarea{width:100%!important;min-height:44px!important;max-height:130px!important;resize:none!important;border:1px solid var(--line)!important;border-radius:19px!important;background:var(--surface-2)!important;color:var(--ink)!important;padding:12px 14px!important;outline:none!important;font-size:13px!important;line-height:1.45!important}.chat-compose-pro textarea:focus{border-color:var(--brand-accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-accent) 10%,transparent)!important}.chat-compose-icon,.chat-send{width:44px!important;height:44px!important;border-radius:14px!important;display:grid!important;place-items:center!important;cursor:pointer!important}.chat-compose-icon{background:var(--surface-2)!important;color:var(--muted)!important;border:1px solid var(--line)!important}.chat-compose-icon input{display:none!important}.chat-send{border:0!important;background:linear-gradient(135deg,var(--brand-accent),#9b55ff)!important;color:#fff!important;box-shadow:0 8px 18px color-mix(in srgb,var(--brand-accent) 20%,transparent)!important}.chat-compose-icon svg,.chat-send svg{width:19px!important;height:19px!important}.chat-reply-preview,.chat-file-preview{margin:0 13px!important;padding:9px 11px!important;border:1px solid var(--line)!important;background:var(--surface-2)!important;border-radius:12px!important}.chat-reply-preview{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.chat-reply-preview strong{font-size:11px!important}.chat-file-preview{display:flex!important;gap:7px!important;flex-wrap:wrap!important}.chat-file-preview>span{display:flex!important;align-items:center!important;gap:5px!important;font-size:10px!important}.chat-file-preview svg{width:14px!important;height:14px!important}.chat-typing{padding:6px 17px!important;color:var(--muted)!important;font-size:10px!important}.chat-typing>span{display:inline-block!important;width:5px!important;height:5px!important;margin-right:2px!important;border-radius:50%!important;background:var(--muted)!important;animation:typingDot 1s infinite!important}.chat-typing>span:nth-child(2){animation-delay:.15s!important}.chat-typing>span:nth-child(3){animation-delay:.3s!important}.chat-form-error{padding:8px 13px!important;color:#ba2945!important;font-size:11px!important}.chat-dialog{border:0!important;background:transparent!important;padding:0!important;max-width:580px!important;width:calc(100% - 28px)!important}.chat-dialog::backdrop{background:rgba(6,8,20,.55)!important;backdrop-filter:blur(6px)!important}.chat-dialog-card{padding:22px!important}.chat-kind-switch{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.chat-kind-switch label>input{display:none!important}.chat-kind-switch label>span{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:12px!important;border:1px solid var(--line)!important;border-radius:12px!important;cursor:pointer!important;font-size:12px!important}.chat-kind-switch input:checked+span{border-color:var(--brand-accent)!important;background:color-mix(in srgb,var(--brand-accent) 8%,var(--surface))!important;color:var(--brand-accent)!important}.chat-kind-switch svg{width:18px!important;height:18px!important}.chat-member-picker{display:grid!important;gap:7px!important;margin:14px 0!important}.chat-member-picker>label{display:grid!important;grid-template-columns:auto 36px 1fr!important;align-items:center!important;gap:9px!important;padding:9px!important;border:1px solid var(--line)!important;border-radius:12px!important}.chat-member-picker strong,.chat-member-picker small{display:block!important}.chat-member-picker strong{font-size:12px!important}.chat-member-picker small{font-size:10px!important;color:var(--muted)!important}.chat-highlight .chat-bubble{box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-accent) 25%,transparent)!important}.chat-deleted{font-style:italic!important;color:var(--muted)!important;font-size:12px!important;margin:0!important}@keyframes typingDot{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}@media(max-width:980px){.chat-pro{grid-template-columns:250px minmax(0,1fr)!important}.chat-bubble-row{max-width:84%!important}}@media(max-width:720px){.chat-page-head{display:none!important}.chat-pro{display:flex!important;flex-direction:column!important;gap:8px!important;height:auto!important;min-height:calc(100dvh - 120px)!important;max-height:none!important;margin:-2px 0 0!important}.chat-sidebar{flex:0 0 auto!important}.chat-sidebar-title{display:none!important}.chat-conversation-list{display:flex!important;overflow-x:auto!important;padding:7px!important;gap:4px!important}.chat-conversation-row{min-width:158px!important;grid-template-columns:auto minmax(0,1fr)!important;padding:8px!important}.chat-conversation-avatar{width:38px!important;height:38px!important}.chat-conversation-name time{display:none!important}.chat-unread{position:absolute!important;top:4px!important;left:34px!important;min-width:18px!important;height:18px!important;font-size:9px!important}.chat-thread{min-height:calc(100dvh - 245px)!important;border-radius:18px!important}.chat-thread-head{padding:10px 12px!important}.chat-message-stream{padding:16px 10px 14px!important}.chat-bubble-row{max-width:90%!important}.chat-message-actions{opacity:1!important;position:static!important;transform:none!important;justify-content:flex-end!important;margin-top:3px!important}.chat-bubble-row.own .chat-message-actions{position:static!important}.chat-message-actions button{width:28px!important;height:28px!important;box-shadow:none!important;background:transparent!important}.chat-compose-pro{padding:9px 8px!important}.chat-compose-icon,.chat-send{width:41px!important;height:41px!important}.chat-compose-pro textarea{min-height:41px!important}.chat-reaction-picker-portal{max-width:calc(100vw - 16px)!important}}
.chat-thread{grid-template-rows:auto auto minmax(0,1fr) auto auto auto auto!important}.chat-pinned-panel{margin:8px 12px 0;border:1px solid color-mix(in srgb,var(--brand-accent) 18%,var(--line));border-radius:13px;background:color-mix(in srgb,var(--brand-accent) 4%,var(--surface));overflow:hidden}.chat-pinned-panel>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;cursor:pointer;font-size:10px;font-weight:850;color:var(--ink)}.chat-pinned-panel>summary::-webkit-details-marker{display:none}.chat-pinned-panel>summary b{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:color-mix(in srgb,var(--brand-accent) 12%,var(--surface));color:var(--brand-accent);font-size:9px}.chat-pinned-panel>div{display:grid;gap:5px;padding:0 8px 8px}.chat-pinned-panel a{display:grid;grid-template-columns:110px minmax(0,1fr);gap:8px;padding:7px 8px;border-radius:9px;background:var(--surface);border:1px solid var(--line);text-decoration:none;color:var(--ink)}.chat-pinned-panel a strong{font-size:9px}.chat-pinned-panel a span{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-compose-center{display:grid;gap:6px;min-width:0}.chat-home-reference{display:flex;align-items:center;gap:7px;padding:0 4px;color:var(--muted);font-size:8px;font-weight:750}.chat-home-reference span{white-space:nowrap}.chat-home-reference select{min-width:0;max-width:360px;height:27px;padding:3px 28px 3px 8px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font-size:8px;outline:none}.chat-home-reference select:focus{border-color:var(--brand-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-accent) 10%,transparent)}.chat-home-references{display:grid;gap:6px;margin-top:8px}.chat-home-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border-radius:12px;border:1px solid color-mix(in srgb,var(--brand-accent) 20%,var(--line));background:linear-gradient(135deg,color-mix(in srgb,var(--brand-accent) 6%,var(--surface)),var(--surface));color:var(--ink);text-decoration:none}.chat-home-card-kind{padding:4px 6px;border-radius:7px;background:color-mix(in srgb,var(--brand-accent) 12%,var(--surface));color:var(--brand-accent);font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.chat-home-card>span:nth-child(2){min-width:0}.chat-home-card strong,.chat-home-card small{display:block}.chat-home-card strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-home-card small{font-size:8px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-home-card>svg{width:15px;height:15px;color:var(--brand-accent)}.chat-message-actions button.is-active{color:#d59a20!important;border-color:color-mix(in srgb,#d59a20 32%,var(--line))!important;background:color-mix(in srgb,#d59a20 8%,var(--surface))!important}@media(max-width:720px){.chat-home-reference{align-items:stretch;flex-direction:column;gap:3px}.chat-home-reference span{display:none}.chat-home-reference select{max-width:none;width:100%;height:30px}.chat-pinned-panel{margin:6px 8px 0}.chat-pinned-panel a{grid-template-columns:80px minmax(0,1fr)}}

.chat-home-card.is-unavailable{cursor:default;opacity:.72;border-style:dashed;background:color-mix(in srgb,var(--muted) 5%,var(--surface))}.chat-home-card.is-unavailable .chat-home-card-kind{background:color-mix(in srgb,var(--muted) 10%,var(--surface));color:var(--muted)}.chat-home-card.is-unavailable strong{color:var(--muted)}
