.chat-page .app-main{padding-bottom:24px}.desk-grid--chat{width:100%}.desk-grid--chat .chat-shell,.desk-grid--chat #chat-guest{grid-area:main;min-width:0}.desk-grid--chat #chat-guest:not([hidden])~.chat-shell{display:none}@media(max-width:980px){.desk-grid--chat .chat-shell,.desk-grid--chat #chat-guest{grid-area:auto;grid-column:1}}.chat-shell{display:grid;grid-template-columns:minmax(260px,320px)1fr;gap:0;height:min(78vh,780px);min-height:min(72vh,720px);max-height:min(78vh,780px);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 28px rgba(74,46,25,.1);border:1px solid rgba(232,220,200,.95)}.chat-sidebar{display:flex;flex-direction:column;min-width:0;min-height:0;background:linear-gradient(180deg,#fffaf4 0%,#f8f1e8 100%);border-right:1px solid rgba(232,220,200,.95)}.chat-sidebar-head{padding:16px 16px 12px;border-bottom:1px solid rgba(232,220,200,.85)}.chat-sidebar-head h1{margin:0 0 4px;font-family:var(--font-display,inherit);font-size:1.35rem;color:#4a2e19}.chat-sidebar-head p{margin:0 0 12px;font-size:.82rem;font-weight:600;color:#9a8b78}.chat-search{width:100%;border:1.5px solid rgba(244,122,32,.22);border-radius:999px;padding:9px 14px;font:inherit;font-size:.88rem;background:#fff;color:#4a2e19}.chat-search:focus{outline:none;border-color:#f47a20;box-shadow:0 0 0 3px rgba(244,122,32,.15)}.chat-friend-list{flex:1;overflow:auto;padding:8px}.chat-friend{display:flex;align-items:center;gap:10px;width:100%;border:0;background:0 0;text-align:left;padding:10px 12px;border-radius:14px;cursor:pointer;color:inherit;font:inherit}.chat-friend:hover{background:rgba(255,255,255,.85)}.chat-friend.is-active{background:#fff;box-shadow:0 2px 10px rgba(74,46,25,8%);border:1px solid rgba(244,122,32,.28)}.chat-friend-meta{flex:1;min-width:0;display:grid;gap:2px}.chat-friend-head{display:flex;align-items:center;gap:8px;min-width:0}.chat-friend-head .rp-name-row,.chat-friend-meta strong{flex:1;min-width:0;font-size:.95rem;color:#4a2e19;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-friend-ago{flex:none;margin-left:auto;font-size:.64rem;font-weight:800;letter-spacing:.01em;color:#c07838;background:#fff4e8;border:1px solid rgba(244,122,32,.22);border-radius:999px;padding:2px 7px;line-height:1.2;white-space:nowrap}.chat-friend.is-active .chat-friend-ago{background:#ffe8d0;border-color:rgba(244,122,32,.35)}.chat-friend-preview{font-size:.75rem;font-weight:600;color:#9a8b78;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-friend-unread{flex:none;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#f47a20;color:#fff;font-size:.7rem;font-weight:800;display:inline-grid;place-items:center}.chat-main{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden;background:#fdf8f3}.chat-main-empty{flex:1;display:grid;place-items:center;padding:28px 20px;align-content:center}.chat-main-empty[hidden]{display:none!important}.chat-main-empty .alert{width:min(100%,420px);margin:0}.chat-list-empty{padding:16px 10px}.chat-list-empty .alert{margin:0}.chat-thread-empty{display:grid;place-items:center;padding:28px 16px;min-height:160px}.chat-thread-empty .alert{width:min(100%,380px);margin:0}#chat-thread:not([hidden]){flex:1;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.chat-thread-head{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid rgba(232,220,200,.9)}.chat-thread-head .avatar-wrap{position:relative}.chat-thread-head-meta{flex:1;min-width:0}.chat-thread-head-meta strong{display:block;color:#4a2e19;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-thread-head-meta span{display:block;font-size:.78rem;font-weight:600;color:#9a8b78;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-thread-actions{display:flex;gap:8px;align-items:center}.chat-thread-actions .btn svg{display:block}.chat-thread-search{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff8f0;border-bottom:1px solid rgba(232,220,200,.9)}.chat-thread-search[hidden]{display:none!important}.chat-thread-search input{flex:1;min-width:0;border:1.5px solid rgba(244,122,32,.28);border-radius:999px;padding:8px 14px;font:inherit;font-size:.88rem;font-weight:600;color:#4a2e19;background:#fff}.chat-thread-search input:focus{outline:none;border-color:rgba(244,122,32,.55);box-shadow:0 0 0 3px rgba(244,122,32,.12)}.chat-search-count{flex-shrink:0;font-size:.72rem;font-weight:700;color:#9a8b78;white-space:nowrap}.chat-search-nav,.chat-search-close{flex-shrink:0;width:32px;height:32px;border:0;border-radius:10px;background:#fff;color:#6b5540;font-weight:800;cursor:pointer;box-shadow:0 0 0 1px rgba(232,220,200,.95)}.chat-search-nav:disabled{opacity:.4;cursor:default}.chat-search-nav:not(:disabled):hover,.chat-search-close:hover{background:#fff1e4;color:#f07300}.chat-messages{flex:auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:18px 16px;display:flex;flex-direction:column;gap:10px}.chat-msg-row{display:flex;align-items:flex-end;gap:8px;max-width:min(88%,560px);align-self:flex-start}.chat-msg-row.is-mine{align-self:flex-end;flex-direction:row-reverse}.chat-msg-row.is-dimmed{opacity:.28}.chat-msg-row.is-match .chat-bubble{box-shadow:0 0 0 2px rgba(240,115,0,.45)}.chat-msg-row.is-match-current .chat-bubble{box-shadow:0 0 0 2px #f07300,0 4px 14px rgba(240,115,0,.25)}.chat-msg-avatar{flex-shrink:0;width:32px;height:32px}.chat-msg-avatar .avatar,.chat-msg-avatar .avatar.avatar-sm{width:32px;height:32px;font-size:.78rem}.chat-msg-stack{display:flex;flex-direction:column;min-width:0;max-width:100%}.chat-bubble{max-width:100%;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid rgba(232,220,200,.9);box-shadow:0 2px 8px rgba(74,46,25,5%)}.chat-msg-row.is-mine .chat-bubble{background:linear-gradient(160deg,#fff4e8,#ffe3c4);border-color:rgba(244,122,32,.28);border-bottom-right-radius:6px}.chat-msg-row:not(.is-mine) .chat-bubble{border-bottom-left-radius:6px}.chat-bubble-text{margin:0;font-size:.95rem;font-weight:600;color:#4a2e19;line-height:1.4;white-space:pre-wrap;word-break:break-word}.chat-bubble-text mark{background:#ffe08a;color:inherit;border-radius:3px;padding:0 1px}.chat-bubble-media{display:block;max-width:100%;max-height:280px;border-radius:12px;margin-bottom:6px;object-fit:contain;background:#f5f0e8;cursor:zoom-in}.chat-bubble-time{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px;font-size:.68rem;font-weight:700;color:#b0a090;text-align:right}.chat-ticks{width:16px;height:11px;flex:none;display:block}.chat-ticks.is-delivered{color:#9aa0a6}.chat-ticks.is-read{color:#f07300}.chat-composer{position:sticky;bottom:0;z-index:3;flex-shrink:0;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:end;padding:12px 14px 14px;background:#fff;border-top:1px solid rgba(232,220,200,.9)}.chat-composer-tools{display:flex;gap:4px}.chat-tool-btn{width:40px;height:40px;border:0;border-radius:12px;background:#fff6ec;color:#f47a20;display:grid;place-items:center;cursor:pointer}.chat-tool-btn:hover,.chat-tool-btn.is-open{background:#ffe8d0;color:#c44a00}.chat-tool-btn svg{width:20px;height:20px}.chat-composer-input{width:100%;min-height:42px;max-height:120px;resize:none;border:1.5px solid rgba(244,122,32,.22);border-radius:14px;padding:10px 12px;font:inherit;font-size:.95rem;font-weight:600;color:#4a2e19;background:#fdf8f3}.chat-composer-input:focus{outline:none;border-color:#f47a20;background:#fff}.chat-send-btn{height:42px;border:0;border-radius:12px;padding:0 16px;background:linear-gradient(180deg,#ff9a3a,#f47a20);color:#fff;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 4px 12px rgba(244,122,32,.28);display:inline-flex;align-items:center;justify-content:center;gap:6px}.chat-send-ico{display:none}.chat-send-btn:disabled{opacity:.55;cursor:not-allowed}.chat-attach-preview{grid-column:1/-1;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;background:#fff6ec;border:1px dashed rgba(244,122,32,.35)}.chat-attach-preview[hidden]{display:none!important}.chat-attach-preview img{width:56px;height:56px;object-fit:cover;border-radius:10px}.chat-attach-preview span{flex:1;font-size:.82rem;font-weight:700;color:#8a5a28}.chat-emoji-panel,.chat-gif-panel{position:absolute;left:14px;bottom:calc(100% + 6px);z-index:5;width:min(340px,calc(100% - 28px));max-height:220px;overflow:auto;padding:10px;border-radius:16px;background:#fff;border:1px solid rgba(232,220,200,.95);box-shadow:0 12px 32px rgba(74,46,25,.16)}.chat-emoji-panel[hidden],.chat-gif-panel[hidden]{display:none!important}.chat-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}.chat-emoji-grid button{border:0;background:0 0;font-size:1.35rem;line-height:1;padding:6px;border-radius:8px;cursor:pointer}.chat-emoji-grid button:hover{background:#fff6ec}.chat-gif-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.chat-gif-grid button{border:0;padding:0;border-radius:10px;overflow:hidden;cursor:pointer;background:#f5f0e8;aspect-ratio:1}.chat-gif-grid button img{width:100%;height:100%;object-fit:cover;display:block}.chat-gif-hint{margin:0 0 8px;font-size:.75rem;font-weight:700;color:#9a8b78}.friend-actions .btn-ico{display:inline-flex;align-items:center;gap:6px}.friend-actions .btn-ico svg{width:15px;height:15px;flex-shrink:0}.friend-actions .btn-ico .btn-ico-logo{width:22px;height:14px;object-fit:contain;flex-shrink:0;display:block}.friend-actions .btn-ico--visit{color:#4a7a28;border-color:rgba(74,154,40,.35)}.friend-actions .btn-ico--visit:hover{background:#eef6e6;border-color:rgba(74,154,40,.55)}.friend-actions .btn-ico--profile{color:#7a5428;border-color:rgba(122,84,40,.35)}.friend-actions .btn-ico--profile:hover{background:#f7f0e6;border-color:rgba(122,84,40,.55)}.friend-actions .btn-ico--chat{color:#2a7abf;border-color:rgba(42,122,191,.35)}.friend-actions .btn-ico--chat:hover{background:#e8f4ff;border-color:rgba(42,122,191,.55)}.friend-actions .btn-ico--invite{color:#e85a2a;border-color:rgba(232,90,42,.35)}.friend-actions .btn-ico--invite:hover{background:#fff0e8;border-color:rgba(232,90,42,.55)}.friend-actions .btn-ico--unfriend{color:#a33a2a;border-color:rgba(163,58,42,.35)}.friend-actions .btn-ico--unfriend:hover{background:#fff0ee;border-color:rgba(163,58,42,.55)}@media(max-width:900px){.chat-page .app-main{padding-bottom:0}body.has-bnav.chat-page .app-shell{height:100dvh;max-height:100dvh;overflow:hidden}body.has-bnav.chat-page .app-main{flex:1;min-height:0;display:flex;flex-direction:column;padding:8px 10px 0}.chat-page .page-shell,.chat-page .desk-grid--chat{flex:1;min-height:0;display:flex;flex-direction:column;width:100%}.chat-page .feed-m-header{flex-shrink:0;padding:4px 2px 8px}.chat-page .feed-m-header .brand-wordmark{height:40px}.chat-shell{grid-template-columns:1fr;flex:1;height:auto;min-height:0;max-height:none;margin-bottom:calc(var(--bottom-nav-h,68px) + env(safe-area-inset-bottom,0px));border-radius:18px 18px 0 0}.chat-shell.is-thread .chat-sidebar{display:none}.chat-shell:not(.is-thread) .chat-main{display:none}.chat-sidebar-head{padding:12px 14px 10px}.chat-sidebar-head h1{font-size:1.2rem}.chat-thread-head{display:grid;grid-template-columns:auto auto minmax(0,1fr)auto;align-items:center;gap:8px;padding:8px 10px}.chat-thread-head .avatar-wrap,.chat-thread-head .avatar{width:36px;height:36px}.chat-thread-head-meta strong{font-size:.92rem}.chat-thread-head-meta span{font-size:.7rem}.chat-thread-actions{gap:6px}.chat-thread-actions .btn{padding:6px 10px;font-size:.78rem}.chat-search-btn{width:36px;height:36px;padding:0!important;display:inline-grid;place-items:center}.chat-back-mobile{display:inline-flex!important;align-items:center;gap:2px;flex-shrink:0;border:0;background:#fff6ec;color:#c44a00;font:inherit;font-size:.78rem;font-weight:800;border-radius:12px;padding:6px 8px 6px 4px;cursor:pointer}.chat-composer{position:relative;display:grid;grid-template-columns:minmax(0,1fr)48px;grid-template-areas:"preview preview" "emoji emoji" "gif gif" "input send" "tools tools";gap:8px;padding:10px 12px;align-items:end}.chat-attach-preview{grid-area:preview}.chat-emoji-panel,.chat-gif-panel{position:relative;left:auto;right:auto;bottom:auto;width:100%;max-height:min(180px,32vh);box-shadow:none}.chat-emoji-panel{grid-area:emoji}.chat-gif-panel{grid-area:gif}.chat-composer-input{grid-area:input;min-width:0;width:100%;min-height:44px;font-size:16px;padding:10px 14px}.chat-send-btn{grid-area:send;width:48px;height:44px;padding:0;border-radius:14px;flex-shrink:0}.chat-send-label{display:none}.chat-send-ico{display:block}.chat-composer-tools{grid-area:tools;gap:8px}.chat-tool-btn{width:40px;height:40px}}.chat-back-mobile{display:none}