:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);background:#eef2f7;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.auth-page{background:radial-gradient(circle at top,#dbeafe 0,#eef2f7 42%,#e5e7eb 100%);place-items:center;min-height:100%;padding:24px;display:grid}.auth-card{background:#fffffff2;border:1px solid #fffc;border-radius:24px;width:min(420px,100%);padding:34px;box-shadow:0 24px 80px #0f172a21}.brand-mark{color:#fff;background:#111827;border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 14px;font-size:27px;font-weight:800;display:grid}.auth-card h1{text-align:center;margin:0;font-size:28px}.auth-subtitle{color:#64748b;text-align:center;font-size:14px;line-height:1.6}.auth-tabs{background:#f1f5f9;border-radius:12px;grid-template-columns:1fr 1fr;margin:24px 0 18px;padding:4px;display:grid}.auth-tabs button{color:#64748b;background:0 0;border:0;border-radius:9px;padding:10px}.auth-tabs button.active{color:#111827;background:#fff;font-weight:700;box-shadow:0 2px 8px #0f172a14}.auth-form{gap:15px;display:grid}.auth-form label{color:#475569;gap:7px;font-size:13px;font-weight:600;display:grid}.auth-form input{background:#fff;border:1px solid #dbe2ea;border-radius:11px;outline:none;width:100%;padding:13px 14px}.auth-form input:focus{border-color:#64748b;box-shadow:0 0 0 3px #64748b1f}.primary-button,.secondary-button{border:0;border-radius:11px;padding:13px 18px;font-weight:700}.primary-button{color:#fff;background:#111827}.secondary-button{color:#111827;background:#e2e8f0}.error-box,.chat-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;font-size:13px}.chat-shell{background:#fff;grid-template-columns:340px minmax(0,1fr);height:100%;display:grid}.sidebar{background:#f8fafc;border-right:1px solid #e5e7eb;flex-direction:column;min-width:0;display:flex}.sidebar-header,.conversation-header{min-height:72px;padding:calc(12px + var(--safe-top)) 18px 12px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;display:flex}.sidebar-header{justify-content:space-between}.sidebar-header strong,.conversation-header strong{font-size:15px;display:block}.sidebar-header small,.conversation-header small{color:#64748b;margin-top:3px;font-size:12px;display:block}.header-actions{gap:8px;display:flex}.icon-button{background:#e2e8f0;border:0;border-radius:10px;width:36px;height:36px;font-size:19px}.install-button{color:#fff;background:#111827}.icon-button.push-on{background:#dcfce7}.push-message{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:10px;margin:4px 12px 6px;padding:9px 11px;font-size:12px;line-height:1.45}.contact-title{color:#64748b;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;padding:15px 18px 8px;font-size:12px;font-weight:700;display:flex}.text-button{color:#475569;text-transform:none;background:0 0;border:0;font-size:12px}.contact-list{min-height:0;padding:6px 10px 18px;overflow-y:auto}.contact-item{text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:12px;width:100%;padding:11px;display:flex}.contact-item:hover,.contact-item.active{background:#e9eef5}.avatar{color:#fff;background:linear-gradient(135deg,#334155,#0f172a);border-radius:15px;flex:none;place-items:center;width:46px;height:46px;font-weight:800;display:grid;position:relative}.avatar.small{border-radius:13px;width:40px;height:40px}.avatar i{background:#94a3b8;border:2px solid #f8fafc;border-radius:50%;width:12px;height:12px;position:absolute;bottom:-1px;right:-1px}.avatar i.online{background:#22c55e}.contact-body{flex:1;min-width:0}.contact-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.contact-row strong,.contact-row em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.contact-row time{color:#94a3b8;flex:none;font-size:10px}.contact-row.preview{margin-top:5px}.contact-row em{color:#64748b;font-size:12px;font-style:normal}.contact-row b{color:#fff;background:#ef4444;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;display:grid}.empty-list{color:#94a3b8;text-align:center;padding:30px 18px;font-size:13px;line-height:1.7}.conversation{background:#eef2f7;flex-direction:column;min-width:0;min-height:0;display:flex}.conversation-header{flex:none}.mobile-back{background:0 0;border:0;width:34px;height:34px;font-size:32px;line-height:1;display:none}.empty-conversation{color:#64748b;text-align:center;flex:1;place-content:center;justify-items:center;gap:10px;display:grid}.empty-conversation h2{color:#334155;margin:0;font-size:18px}.empty-icon{filter:grayscale();opacity:.5;font-size:50px}.message-list{overscroll-behavior:contain;flex:1;min-height:0;padding:22px clamp(16px,4vw,54px);overflow-y:auto}.message-row{margin:9px 0;display:flex}.message-row.mine{justify-content:flex-end}.bubble{overflow-wrap:anywhere;background:#fff;border-radius:6px 17px 17px;max-width:min(72%,680px);padding:10px 12px 7px;box-shadow:0 2px 8px #0f172a0d}.message-row.mine .bubble{background:#dbeafe;border-radius:17px 6px 17px 17px}.bubble p{white-space:pre-wrap;margin:0;font-size:14px;line-height:1.58}.bubble>a{color:inherit;text-decoration:none}.bubble img{object-fit:cover;border-radius:11px;max-width:min(360px,100%);max-height:360px;display:block}.bubble>a>span{color:#475569;text-overflow:ellipsis;white-space:nowrap;max-width:320px;margin-top:7px;font-size:11px;display:block;overflow:hidden}.bubble footer{color:#94a3b8;justify-content:flex-end;gap:6px;margin-top:5px;font-size:9px;display:flex}.file-card{align-items:center;gap:11px;min-width:min(310px,60vw);display:flex}.file-card .file-icon{color:#475569;background:#e2e8f0;border-radius:11px;place-items:center;width:42px;height:42px;margin:0;font-size:21px;display:grid}.file-card>span:last-child{min-width:0;margin:0}.file-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.file-card small{color:#94a3b8;margin-top:4px;display:block}.loading-text{color:#94a3b8;text-align:center;padding:30px;font-size:13px}.chat-error{margin:0 16px 8px;padding:8px 10px}.composer{padding:11px 16px calc(11px + var(--safe-bottom));background:#fffffff5;border-top:1px solid #dde3ea;flex:none;align-items:flex-end;gap:9px;display:flex}.composer textarea{resize:none;border:1px solid #dbe2ea;border-radius:15px;outline:none;flex:1;min-width:0;min-height:43px;max-height:120px;padding:11px 13px;line-height:1.45}.composer textarea:focus{border-color:#94a3b8}.attach-button,.send-button{border:0;border-radius:13px;height:43px}.attach-button{background:#e2e8f0;width:43px;font-size:24px}.send-button{color:#fff;background:#111827;padding:0 18px;font-weight:700}.hidden-input{display:none}.modal-backdrop{z-index:100;background:#0f172a7a;place-items:end center;padding:18px;display:grid;position:fixed;inset:0}.install-modal{background:#fff;border-radius:22px;width:min(420px,100%);padding:24px;box-shadow:0 24px 80px #00000040}.install-modal h3{margin:0 0 10px}.install-modal p{color:#64748b;line-height:1.65}.install-modal .primary-button{width:100%}@media (width<=760px){.auth-page{padding:16px}.auth-card{padding:27px 22px}.chat-shell{display:block;position:relative}.sidebar,.conversation{width:100%;position:absolute;inset:0}.sidebar{z-index:1}.sidebar.mobile-hidden{visibility:hidden}.conversation{z-index:2;transition:transform .2s;transform:translate(100%)}.conversation.mobile-open{transform:translate(0)}.mobile-back{display:block}.bubble{max-width:86%}.message-list{padding:16px 12px}.sidebar-header,.conversation-header{min-height:66px}.file-card{min-width:min(270px,68vw)}}.conversation-title{flex:1;min-width:0}.call-header-actions{gap:7px;margin-left:auto;display:flex}.call-header-actions button{color:#0f172a;background:#e2e8f0;border:0;border-radius:12px;width:38px;height:38px;font-size:19px;font-weight:700}.audio-message{align-items:center;gap:8px;min-width:min(290px,62vw);display:flex}.audio-message .audio-icon{font-size:20px}.audio-message audio{width:min(260px,54vw);height:36px}.voice-button,.record-cancel,.record-stop{border:0;border-radius:13px;height:43px;font-weight:700}.voice-button{background:#e2e8f0;width:43px;font-size:19px}.record-cancel{color:#475569;background:#e2e8f0;padding:0 14px}.record-stop{color:#fff;background:#111827;padding:0 17px}.recording-status{color:#be123c;background:#fff1f2;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;height:43px;font-size:13px;font-weight:700;display:flex}.recording-status i{background:#e11d48;border-radius:50%;width:9px;height:9px;animation:1s ease-in-out infinite recordingPulse}@keyframes recordingPulse{50%{opacity:.25;transform:scale(.8)}}.call-overlay{z-index:200;padding:max(18px, var(--safe-top)) 18px max(18px, var(--safe-bottom));color:#fff;background:#020617eb;place-items:center;display:grid;position:fixed;inset:0}.incoming-call-card{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#1e293bd1;border:1px solid #ffffff1f;border-radius:28px;width:min(390px,100%);padding:38px 26px 30px;box-shadow:0 30px 90px #00000061}.call-avatar{color:#fff;background:linear-gradient(135deg,#64748b,#1e293b);border-radius:30px;place-items:center;width:92px;height:92px;margin:0 auto;font-size:34px;font-weight:800;display:grid;box-shadow:0 18px 48px #0000004d}.call-avatar.large{border-radius:42px;width:126px;height:126px;font-size:46px}.incoming-call-card h2,.call-info h2{margin:22px 0 6px;font-size:23px}.incoming-call-card p,.call-info p{color:#cbd5e1;margin:0}.incoming-actions{justify-content:center;gap:56px;margin-top:42px;display:flex}.call-round{color:#fff;border:0;border-radius:50%;place-items:center;width:62px;height:62px;font-size:24px;display:grid;position:relative}.call-round.reject{background:#ef4444}.call-round.accept{background:#22c55e}.call-round small{white-space:nowrap;font-size:12px;font-weight:600;position:absolute;top:70px}.call-stage{background:radial-gradient(circle at top,#334155,#020617 70%);position:absolute;inset:0;overflow:hidden}.audio-call-person{place-items:center;padding-bottom:92px;display:grid;position:absolute;inset:0}.remote-video{object-fit:cover;background:#020617;width:100%;height:100%}.local-video{top:calc(18px + var(--safe-top));aspect-ratio:3/4;object-fit:cover;background:#111827;border:2px solid #ffffff8c;border-radius:18px;width:min(28vw,190px);position:absolute;right:18px;transform:scaleX(-1);box-shadow:0 12px 36px #00000059}.call-info{top:calc(24px + var(--safe-top));z-index:2;text-align:center;text-shadow:0 2px 10px #00000080;width:min(60%,500px);position:absolute;left:50%;transform:translate(-50%)}.video-mode .call-info{top:auto;bottom:calc(118px + var(--safe-bottom))}.call-controls{left:50%;bottom:calc(24px + var(--safe-bottom));z-index:3;justify-content:center;align-items:center;gap:12px;width:min(94%,680px);display:flex;position:absolute;transform:translate(-50%)}.call-controls button{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff2e;border-radius:24px;min-width:88px;min-height:48px;padding:0 15px;font-size:13px;font-weight:700}.call-controls button.active{background:#f59e0bd9}.call-controls button.hangup{background:#ef4444;border-color:#ef4444}@media (width<=760px){.conversation-title{overflow:hidden}.conversation-title strong,.conversation-title small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.conversation-header{gap:8px;padding-left:8px;padding-right:10px}.call-header-actions{gap:5px}.call-header-actions button{border-radius:10px;width:34px;height:34px;font-size:17px}.composer{gap:6px;padding-left:8px;padding-right:8px}.attach-button,.voice-button{flex:0 0 40px;width:40px}.send-button{padding:0 13px}.audio-message{min-width:min(250px,72vw)}.audio-message audio{width:min(220px,62vw)}.local-video{width:30vw;min-width:105px;top:calc(12px + var(--safe-top));border-radius:14px;right:12px}.call-info{top:calc(18px + var(--safe-top))}.video-mode .call-info{bottom:calc(105px + var(--safe-bottom))}.call-controls{bottom:calc(16px + var(--safe-bottom));gap:7px}.call-controls button{min-width:76px;min-height:44px;padding:0 11px;font-size:12px}}.contact-title-actions{align-items:center;gap:10px;display:flex}.add-friend-button{color:#2563eb;font-weight:700}.friend-request-banner{color:#1d4ed8;background:#eff6ff;border:0;border-radius:13px;justify-content:space-between;align-items:center;width:calc(100% - 20px);margin:4px 10px 8px;padding:11px 13px;font-weight:700;display:flex}.friend-request-banner b{color:#fff;background:#2563eb;border-radius:11px;place-items:center;min-width:22px;height:22px;font-size:12px;display:grid}.friend-modal-backdrop{place-items:center}.friend-modal{background:#fff;border-radius:24px;width:min(520px,100%);max-height:min(720px,100dvh - 36px);padding:20px;overflow:auto;box-shadow:0 24px 80px #00000040}.friend-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.friend-modal-header h3{margin:0;font-size:20px}.friend-modal-header p{color:#64748b;margin:5px 0 0;font-size:12px;line-height:1.55}.friend-modal-header>button{color:#475569;background:#f1f5f9;border:0;border-radius:12px;flex:0 0 36px;width:36px;height:36px}.friend-search{gap:8px;margin-top:18px;display:flex}.friend-search input{border:1px solid #dbe2ea;border-radius:13px;outline:none;flex:1;min-width:0;height:44px;padding:0 13px;font-size:14px}.friend-search input:focus{border-color:#94a3b8}.friend-search button,.friend-primary,.friend-secondary{border:0;border-radius:12px;font-weight:700}.friend-search button{color:#fff;background:#111827;height:44px;padding:0 17px}.friend-message{color:#475569;background:#f8fafc;border-radius:10px;margin:10px 0 0;padding:9px 11px;font-size:12px}.friend-section{margin-top:18px}.friend-section h4{color:#475569;align-items:center;gap:7px;margin:0 0 8px;font-size:12px;display:flex}.friend-section h4 b{background:#e2e8f0;border-radius:10px;place-items:center;min-width:20px;height:20px;font-size:11px;display:grid}.friend-result{border-bottom:1px solid #eef2f7;align-items:center;gap:10px;min-height:64px;padding:9px 4px;display:flex}.friend-result:last-child{border-bottom:0}.friend-result-body{flex:1;min-width:0}.friend-result-body strong,.friend-result-body small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.friend-result-body strong{font-size:14px}.friend-result-body small{color:#94a3b8;margin-top:3px;font-size:12px}.friend-primary,.friend-secondary{min-height:36px;padding:0 12px}.friend-primary{color:#fff;background:#2563eb}.friend-secondary{color:#475569;background:#f1f5f9}.friend-state{color:#94a3b8;white-space:nowrap;font-size:12px}.friend-result-actions{gap:6px;display:flex}.muted-section{opacity:.88}@media (width<=760px){.friend-modal-backdrop{align-items:end;padding:0}.friend-modal{width:100%;max-height:84dvh;padding:18px 16px calc(18px + var(--safe-bottom));border-radius:24px 24px 0 0}.contact-title{padding-left:14px;padding-right:14px}.contact-title-actions{gap:4px}}html,body,#app{width:100%;height:100%;min-height:100%;overflow:hidden}body{overscroll-behavior:none;position:fixed;inset:0}.chat-shell{height:100dvh;max-height:100dvh}.avatar,.call-avatar,.profile-avatar{overflow:hidden}.avatar img,.call-avatar img,.profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.app-home{padding-bottom:calc(66px + var(--safe-bottom));background:#f5f5f5;position:relative}.home-header{min-height:calc(58px + var(--safe-top));padding:calc(12px + var(--safe-top)) 16px 10px;background:#f5f5f5;border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:flex-end;display:flex}.home-title{align-items:center;gap:6px;display:flex}.home-title strong{color:#111;letter-spacing:.01em;font-size:22px;line-height:36px}.title-count{color:#555;font-size:17px;font-weight:700}.round-plus{color:#111;background:0 0;border:0;width:38px;height:38px;font-size:34px;font-weight:300;line-height:34px}.home-search{color:#aaa;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:38px;margin:10px 12px;display:flex}.home-search span{font-size:24px;line-height:1;transform:rotate(-20deg)}.home-search input{text-align:left;color:#222;background:0 0;border:0;outline:0;width:110px;max-width:70%;padding:0;font-size:16px}.home-search input::placeholder{color:#aaa;text-align:center}.friend-request-entry{text-align:left;background:#fff;border:0;border-bottom:1px solid #ededed;align-items:center;gap:12px;width:100%;padding:11px 16px;display:flex}.friend-request-entry .entry-icon{background:#ff9f43;border-radius:10px;place-items:center;width:44px;height:44px;font-size:22px;display:grid}.friend-request-entry>span:nth-child(2){flex:1;min-width:0}.friend-request-entry strong,.friend-request-entry small{display:block}.friend-request-entry strong{color:#111;font-size:15px}.friend-request-entry small{color:#999;margin-top:4px;font-size:12px}.friend-request-entry b,.contact-action-card>b{color:#fff;background:#fa5151;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;display:grid}.conversation-list,.address-list{background:#fff;padding:0}.conversation-list .contact-item,.address-list .contact-item{border-bottom:1px solid #ededed;border-radius:0;min-height:70px;padding:9px 16px}.conversation-list .contact-item:hover,.conversation-list .contact-item.active,.address-list .contact-item:hover{background:#f7f7f7}.conversation-list .avatar,.address-list .avatar{border-radius:9px;width:50px;height:50px}.conversation-list .contact-row strong,.address-list .contact-row strong{color:#111;font-size:16px;font-weight:500}.conversation-list .contact-row time{color:#bbb;font-size:11px}.conversation-list .contact-row.preview em,.address-list .contact-row.preview em{color:#999;font-size:13px}.contact-tools{background:#fff;margin-top:10px}.contact-action-card{text-align:left;background:#fff;border:0;border-bottom:1px solid #ededed;align-items:center;gap:12px;width:100%;min-height:62px;padding:9px 16px;display:flex}.contact-action-card>span:first-child{color:#fff;background:#fa9d3b;border-radius:8px;flex:none;place-items:center;width:42px;height:42px;font-size:24px;display:grid}.contact-action-card:nth-child(2)>span:first-child{background:#576b95}.contact-action-card>div{flex:1;min-width:0}.contact-action-card strong,.contact-action-card small{display:block}.contact-action-card strong{color:#111;font-size:15px;font-weight:500}.contact-action-card small{color:#999;margin-top:4px;font-size:12px}.section-caption{color:#999;background:#f5f5f5;padding:14px 16px 7px;font-size:12px}.bottom-tabs{z-index:20;height:calc(62px + var(--safe-bottom));padding-bottom:var(--safe-bottom);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8f8f8fa;border-top:1px solid #ddd;grid-template-columns:repeat(4,1fr);display:grid;position:absolute;bottom:0;left:0;right:0}.bottom-tabs button{color:#444;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex;position:relative}.bottom-tabs button>span{filter:grayscale();font-size:24px;line-height:26px}.bottom-tabs button small{font-size:11px}.bottom-tabs button.active{color:#07c160}.bottom-tabs button.active>span{filter:none}.bottom-tabs button>b{color:#fff;background:#fa5151;border-radius:10px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;display:grid;position:absolute;top:5px;left:calc(50% + 8px)}.feature-page,.profile-page{text-align:center;height:100%;padding:36px 22px 100px;overflow-y:auto}.feature-hero{color:#fff;background:#111;border-radius:28px;place-items:center;width:88px;height:88px;margin:40px auto 18px;font-size:40px;display:grid}.feature-page h2,.profile-page h2{color:#111;margin:8px 0 6px}.feature-page p{color:#888;max-width:340px;margin:0 auto 24px;font-size:13px;line-height:1.7}.feature-button{color:#888;background:#ddd;border:0;border-radius:8px;height:42px;padding:0 24px}.profile-avatar{color:#fff;background:linear-gradient(135deg,#334155,#111827);border:0;border-radius:20px;width:92px;height:92px;margin:34px auto 8px;padding:0;font-size:34px;font-weight:800;display:block;position:relative}.profile-avatar>span{place-items:center;height:100%;display:grid}.profile-avatar>i{color:#fff;background:#07c160;border:3px solid #f5f5f5;border-radius:14px;place-items:center;min-width:38px;height:26px;padding:0 7px;font-size:10px;font-style:normal;display:grid;position:absolute;bottom:-7px;right:-7px}.profile-page>p{color:#999;margin:0;font-size:13px}.profile-message{color:#07c160;margin:14px auto 0;font-size:12px}.settings-card{text-align:left;background:#fff;border-radius:10px;margin-top:28px;overflow:hidden}.settings-card button{color:#111;background:#fff;border:0;border-bottom:1px solid #ededed;justify-content:space-between;align-items:center;width:100%;min-height:52px;padding:0 16px;font-size:14px;display:flex}.settings-card button b{color:#aaa;font-weight:400}.settings-card .danger-row span{color:#fa5151}.conversation-header{background:#f8f8f8f5}.conversation-header .avatar img,.call-avatar img,.friend-modal .avatar img{border-radius:inherit}@media (width<=760px){.chat-shell{height:100dvh;min-height:100dvh;max-height:100dvh}.sidebar,.conversation{height:100%;max-height:100%}.sidebar{padding-bottom:calc(62px + var(--safe-bottom))}.contact-list{min-height:0;max-height:calc(100dvh - 116px - var(--safe-top) - var(--safe-bottom));overflow-y:auto}.conversation-list{max-height:calc(100dvh - 168px - var(--safe-top) - var(--safe-bottom))}.address-list{max-height:calc(100dvh - 210px - var(--safe-top) - var(--safe-bottom))}.conversation-header{min-height:calc(58px + var(--safe-top));padding-top:var(--safe-top)}.composer{padding-bottom:calc(10px + var(--safe-bottom))}}html,body,#app{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important}body{touch-action:manipulation;position:fixed!important;inset:0!important}#app,.chat-shell,.app-home,.sidebar,.conversation{box-sizing:border-box;min-width:0!important}.avatar,.avatar.small,.call-avatar,.profile-avatar{place-items:center!important;display:grid!important;overflow:hidden!important}.avatar img,.call-avatar img,.profile-avatar img{object-fit:cover!important;object-position:50% 50%!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:block!important}.douyin-logo{color:#fff;background:#101010;border-radius:25px;place-items:center;width:92px;height:92px;margin:42px auto 18px;font-size:48px;font-weight:800;display:grid;box-shadow:0 14px 40px #00000029}.douyin-button{font-weight:700;color:#fff!important;background:#111!important}.profile-modal-backdrop{place-items:center}.profile-modal{background:#fff;border-radius:22px;width:min(430px,100vw - 28px);max-height:calc(100dvh - 36px);padding:20px;overflow-y:auto;box-shadow:0 24px 80px #00000040}.profile-setting-avatar{place-items:center;padding:6px 0 18px;display:grid}.profile-avatar.compact{width:86px;height:86px;margin:12px auto 0}.profile-form{gap:14px;display:grid}.profile-form label{text-align:left;gap:7px;display:grid}.profile-form label>span{color:#64748b;font-size:12px;font-weight:600}.profile-form input{border:1px solid #dbe2ea;border-radius:10px;outline:none;width:100%;height:44px;padding:0 13px;font-size:14px}.profile-form input:disabled{color:#94a3b8;background:#f8fafc}.profile-form .primary-button{width:100%;margin-top:4px}@media (width<=760px){.chat-shell{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;position:fixed!important;inset:0!important;overflow:hidden!important}.sidebar,.conversation{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;position:absolute!important;inset:0!important;overflow-x:hidden!important}.app-home{padding-bottom:calc(62px + var(--safe-bottom))!important}.home-header,.home-search,.contact-item,.contact-action-card,.bottom-tabs{max-width:100vw!important}.contact-item{overflow:hidden}.contact-body{flex:auto;width:0;min-width:0}.bottom-tabs{width:100%!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.profile-modal-backdrop{align-items:end;padding:0}.profile-modal{width:100%;max-width:100%;max-height:86dvh;padding:18px 16px calc(18px + var(--safe-bottom));border-radius:22px 22px 0 0}}.avatar-crop-backdrop{z-index:120;place-items:center;padding:18px}.avatar-crop-modal{background:#fff;border-radius:20px;width:min(420px,100vw - 28px);padding:18px;box-shadow:0 24px 80px #00000047}.avatar-crop-frame{touch-action:none;-webkit-user-select:none;user-select:none;background:#111;border-radius:18px;width:260px;max-width:100%;height:260px;margin:18px auto 14px;position:relative;overflow:hidden}.avatar-crop-frame img{pointer-events:none;transform-origin:50%;position:absolute;top:50%;left:50%;object-fit:fill!important;max-width:none!important;max-height:none!important}.avatar-crop-guide{z-index:2;pointer-events:none;border:3px solid #fff;border-radius:18px;position:absolute;inset:0;box-shadow:0 0 0 999px #00000047}.avatar-crop-zoom{color:#666;grid-template-columns:42px 1fr;align-items:center;gap:10px;margin:0 4px 16px;font-size:12px;display:grid}.avatar-crop-zoom input,.avatar-crop-save{width:100%}.bottom-tabs{height:calc(50px + var(--safe-bottom))!important;padding-bottom:var(--safe-bottom)!important}.bottom-tabs button{gap:0!important}.bottom-tabs button>span{font-size:21px!important;line-height:22px!important}.bottom-tabs button small{font-size:10px!important;line-height:14px!important}.bottom-tabs button>b{top:2px!important}.app-home{padding-bottom:calc(50px + var(--safe-bottom))!important}@media (width<=760px){.sidebar{padding-bottom:calc(50px + var(--safe-bottom))!important}.conversation-list{max-height:calc(100dvh - 156px - var(--safe-top) - var(--safe-bottom))!important}.address-list{max-height:calc(100dvh - 198px - var(--safe-top) - var(--safe-bottom))!important}.avatar-crop-backdrop{align-items:center!important;padding:14px!important}.avatar-crop-modal{border-radius:20px;width:min(390px,100vw - 24px);padding:16px}.avatar-crop-frame{width:260px;height:260px}}.row-tools{align-items:center;gap:8px;display:flex}.delete-chat{color:#94a3b8;background:#f1f5f9;border:0;border-radius:50%;width:24px;height:24px;font-size:18px;line-height:20px}.delete-chat:active{color:#dc2626;background:#fee2e2}.settings-section-title{color:#94a3b8;text-align:left;padding:9px 14px 5px;font-size:11px}.switch{background:#cbd5e1;border-radius:11px;width:38px;height:22px;transition:all .2s;position:relative}.switch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:3px;left:3px}.switch.on{background:#22c55e}.switch.on:after{left:19px}.short-feed{inset:0 0 var(--tab-height) 0;color:#fff;touch-action:pan-y;background:#000;position:absolute;overflow:hidden}.feed-video{object-fit:contain;background:#000;width:100%;height:100%}.feed-top{top:calc(var(--safe-top) + 16px);text-shadow:0 1px 4px #000;gap:22px;font-size:15px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.feed-top b{opacity:.65}.feed-top .active{opacity:1}.feed-meta{text-shadow:0 1px 4px #000;position:absolute;bottom:76px;left:16px;right:88px}.feed-meta strong{font-size:15px}.feed-meta p{margin:8px 0 0;font-size:13px;line-height:1.45}.feed-actions{flex-direction:column;align-items:center;gap:14px;display:flex;position:absolute;bottom:70px;right:12px}.feed-actions button{color:#fff;background:0 0;border:0;justify-items:center;gap:2px;display:grid}.feed-actions button span{text-shadow:0 1px 5px #000;font-size:30px}.feed-actions button small{font-size:10px}.feed-author{background:#1f2937;border:2px solid #fff;border-radius:50%;place-items:center;width:45px;height:45px;display:grid;overflow:hidden}.feed-author img{object-fit:cover;width:100%;height:100%}.feed-prev,.feed-next{color:#fff9;background:#0003;border:0;font-size:24px;position:absolute;left:50%;transform:translate(-50%)}.feed-prev{top:70px}.feed-next{bottom:18px}.feed-empty{text-align:center;place-content:center;justify-items:center;gap:10px;height:100%;padding:30px;display:grid}.feed-empty strong{font-size:24px}.feed-empty p,.feed-empty small{color:#94a3b8;line-height:1.6}.feed-empty button{border:0;border-radius:10px;padding:10px 18px}.comment-sheet{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:min(520px,100%);height:min(62dvh,560px);display:flex}.comment-sheet header,.comment-sheet footer{border-bottom:1px solid #eee;align-items:center;gap:10px;padding:14px;display:flex}.comment-sheet header{justify-content:space-between}.comment-sheet header button{background:0 0;border:0;font-size:24px}.comment-empty{color:#94a3b8;flex:1;place-items:center;display:grid}.comment-sheet footer{border-top:1px solid #eee;border-bottom:0}.comment-sheet footer input{border:1px solid #ddd;border-radius:18px;flex:1;padding:10px 12px}.comment-sheet footer button{color:#fff;background:#111827;border:0;border-radius:16px;padding:9px 14px}.delete-chat{display:none!important}.action-sheet-backdrop{z-index:180;background:#00000061;place-items:end center;padding:0}.action-sheet{width:min(520px,100%);padding:10px 12px calc(10px + var(--safe-bottom));background:#f4f4f5;border-radius:18px 18px 0 0;gap:8px;display:grid}.action-sheet-title{text-align:center;color:#8a8f98;padding:8px 14px 4px;font-size:12px}.action-sheet button{color:#111827;background:#fff;border:0;border-radius:13px;min-height:50px;font-size:16px}.action-sheet button.danger{color:#fa5151;font-weight:600}.action-sheet button.cancel{margin-top:4px;font-weight:600}.peer-sheet-user{background:#fff;border-radius:13px;align-items:center;gap:12px;padding:12px 14px;display:flex}.peer-sheet-user .avatar{flex:0 0 46px;width:46px;height:46px}.peer-sheet-user strong,.peer-sheet-user small{display:block}.peer-sheet-user small{color:#8a8f98;margin-top:3px}.message-row{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.short-feed{overscroll-behavior:none}.feed-video{object-fit:cover}.message-row{align-items:center;gap:8px;position:relative}.message-row.selected .bubble{outline:2px solid #2563eb59}.message-select-dot{color:#fff;background:#fff;border:1.5px solid #cbd5e1;border-radius:50%;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:grid}.message-select-dot.checked{background:#22c55e;border-color:#22c55e}.message-row.mine .message-select-dot{order:2}.message-selection-bar{z-index:170;height:calc(58px + var(--safe-bottom));padding:8px 14px var(--safe-bottom);background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0f172a14}.message-selection-bar button{background:0 0;border:0;padding:10px 12px;font-size:15px}.message-selection-bar button.danger{color:#ef4444;font-weight:600}.message-selection-bar strong{font-size:14px}.feed-iframe{background:#000;border:0;display:block}.message-list.selecting .bubble a,.message-list.selecting .bubble audio{pointer-events:none}.douyin-webview-shell{inset:0 0 var(--tab-height) 0;background:#000;position:absolute;overflow:hidden}.douyin-webview{background:#000;border:0;width:100%;height:100%;display:block}.douyin-webview-tip{top:calc(var(--safe-top) + 8px);z-index:2;color:#ffffffb3;pointer-events:none;background:#00000061;border-radius:10px;padding:4px 8px;font-size:11px;position:absolute;left:10px}@media (display-mode:standalone){.douyin-webview-shell{inset:0 0 var(--tab-height) 0}}.news-page{inset:0 0 var(--tab-height) 0;padding:12px 12px calc(18px + env(safe-area-inset-bottom));background:#f5f6f7;position:absolute;overflow-y:auto}.news-toolbar{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f6f7f0;justify-content:space-between;align-items:center;padding:10px 4px 12px;display:flex;position:sticky;top:0}.news-toolbar strong{font-size:20px}.news-toolbar button{color:#16b364;background:#fff;border:0;border-radius:16px;padding:7px 13px}.news-list{flex-direction:column;gap:9px;display:flex}.news-card{text-align:left;background:#fff;border:0;border-radius:14px;align-items:center;gap:10px;width:100%;padding:14px 12px;display:flex;box-shadow:0 1px 4px #00000009}.news-card-body{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.news-card-body strong{color:#171717;font-size:16px;line-height:1.42}.news-card-body small{color:#999;font-size:12px}.news-thumb{border-radius:9px;flex:none;width:86px;height:62px;overflow:hidden}.news-thumb img{object-fit:cover;width:100%;height:100%}.news-arrow{color:#bbb;font-size:25px}.news-loading{text-align:center;color:#999;padding:60px 10px}.chat-image-button{text-align:left;color:inherit;background:0 0;border:0;padding:0;display:block}.chat-image-button img{object-fit:contain;border-radius:10px;max-width:240px;max-height:320px;display:block}.chat-image-button span{padding-top:5px;font-size:12px;display:block}.image-preview{z-index:5000;background:#000;flex-direction:column;display:flex;position:fixed;inset:0}.image-preview-header{height:calc(52px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 12px 0;background:#000000b8;align-items:center;display:flex}.image-preview-header button{color:#fff;background:0 0;border:0;padding:10px 8px;font-size:17px}.image-preview-body{flex:1;justify-content:center;align-items:center;min-height:0;padding:10px;display:flex}.image-preview-body img{object-fit:contain;max-width:100%;max-height:100%}:root{--v294-tab-height:calc(50px + var(--safe-bottom))}.app-home{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;padding-bottom:var(--v294-tab-height)!important;overflow:hidden!important}.bottom-tabs{width:100%!important;height:var(--v294-tab-height)!important;z-index:120!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.news-page{inset:0 0 var(--v294-tab-height) 0!important;overscroll-behavior:contain!important;padding-bottom:18px!important;position:absolute!important;overflow-y:auto!important}.news-detail{z-index:8;background:#fff;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.news-detail-header{height:calc(50px + var(--safe-top));padding:var(--safe-top) 12px 0;background:#fff;border-bottom:1px solid #e5e7eb;flex:none;grid-template-columns:72px 1fr 72px;align-items:center;display:grid}.news-detail-header button{text-align:left;color:#1677ff;background:0 0;border:0;padding:10px 2px;font-size:16px}.news-detail-header strong{text-align:center;font-size:16px}.news-detail-meta{border-bottom:1px solid #eee;gap:5px;padding:12px 14px;display:grid}.news-detail-meta strong{font-size:15px;line-height:1.4}.news-detail-meta small{color:#999}.news-detail iframe{background:#fff;border:0;flex:1;width:100%;min-height:0}.image-preview-header{justify-content:space-between}.image-preview-header button:last-child{color:#fff}.file-download-button{text-align:left;width:100%;color:inherit;background:0 0;border:0}.recalled-message{font-style:italic;color:#8b95a5!important;margin:0!important;font-size:13px!important}.chat-toast{left:50%;bottom:calc(78px + var(--safe-bottom));z-index:6500;color:#fff;pointer-events:none;white-space:nowrap;background:#000000bd;border-radius:18px;padding:9px 16px;font-size:13px;position:fixed;transform:translate(-50%)}.image-editor-backdrop{z-index:6200;background:#0b0b0c;justify-content:center;align-items:stretch;display:flex;position:fixed;inset:0}.image-editor{color:#fff;background:#0b0b0c;flex-direction:column;width:min(100%,620px);height:100dvh;display:flex}.image-editor>header{height:calc(54px + var(--safe-top));padding:var(--safe-top) 12px 0;background:#111;flex:none;grid-template-columns:72px 1fr 72px;align-items:center;display:grid}.image-editor>header strong{text-align:center}.image-editor>header button{color:#fff;background:0 0;border:0;padding:10px 4px;font-size:15px}.image-editor>header button.primary{color:#25d366;text-align:right;font-weight:700}.image-editor-stage{flex:1;justify-content:center;align-items:center;min-height:0;padding:12px;display:flex;overflow:hidden}.image-editor-stage canvas{object-fit:contain;background:#000;max-width:100%;max-height:100%;display:block}.image-editor>footer{padding:10px 8px calc(10px + var(--safe-bottom));background:#111;flex:none;grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.image-editor>footer button{color:#fff;background:#24262a;border:0;border-radius:10px;padding:11px 4px;font-size:12px}.image-editor>footer button.active{background:#1677ff}.portrait-only-blocker{display:none!important}@media (width<=760px){.bottom-tabs{max-width:100vw!important;position:fixed!important}}@supports not (height:100dvh){.app-home,.image-editor{height:100vh!important;min-height:100vh!important;max-height:100vh!important}}.news-detail-content{min-height:0;padding:18px 16px calc(28px + var(--safe-bottom));color:#111827;-webkit-overflow-scrolling:touch;background:#fff;flex:1;overflow:auto}.news-detail-content .news-description{color:#4b5563;margin:0 0 14px;font-size:15px;line-height:1.7}.news-body-text{white-space:pre-wrap;color:#1f2937;margin:0;font-size:16px;line-height:1.85}.news-source-link{color:#1677ff;background:#f3f4f6;border:0;border-radius:12px;width:100%;min-height:46px;margin-top:22px;font-weight:600}.image-editor>footer{grid-template-columns:repeat(6,1fr)!important}.image-editor-stage canvas{touch-action:none}.image-editor>footer button{min-width:0;padding:10px 2px!important;font-size:11px!important}.group-avatar{color:#fff;background:#576b95!important}.group-sender-name{color:#64748b;margin-bottom:4px;font-size:11px;display:block}.call-record-message{color:#475569;font-size:13px;font-weight:600}.video-call-button svg{fill:currentColor;width:22px;height:22px;margin:auto;display:block}.group-create-form{gap:12px;padding:14px;display:grid}.group-create-form>input{border:1px solid #e5e7eb;border-radius:12px;height:46px;padding:0 14px;font-size:15px}.group-member-list{border:1px solid #eee;border-radius:12px;max-height:46dvh;overflow:auto}.group-member-list>button{text-align:left;background:#fff;border:0;border-bottom:1px solid #eee;align-items:center;gap:10px;width:100%;min-height:58px;padding:8px 12px;display:flex}.group-member-list>button:last-child{border-bottom:0}.group-member-list>button.selected{background:#f0fdf4}.group-member-list>button strong{flex:1}.group-member-list>button i{color:#07c160;border:1px solid #cbd5e1;border-radius:50%;place-items:center;width:24px;height:24px;font-style:normal;display:grid}.group-member-list>button.selected i{background:#eafff2;border-color:#07c160}.forward-sheet{max-height:70dvh;overflow:auto}.forward-user{justify-content:flex-start!important;align-items:center!important;gap:10px!important;padding:8px 12px!important;display:flex!important}.forward-user strong{font-size:15px}@media (width<=760px){.call-header-actions .video-call-button{font-size:0}.news-detail-content{padding-left:14px;padding-right:14px}}.group-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.group-avatar.large{width:76px;height:76px;font-size:30px}.group-manage-modal{max-height:min(88dvh,760px);overflow:auto}.group-profile-card{border-bottom:1px solid #eef0f2;align-items:center;gap:14px;padding:14px;display:flex}.group-avatar-edit{background:0 0;border:0;justify-items:center;gap:6px;display:grid}.group-avatar-edit small{color:#8a8f98}.group-name-edit{flex:1;gap:8px;display:flex}.group-name-edit input{border:1px solid #e5e7eb;border-radius:10px;flex:1;min-width:0;height:42px;padding:0 12px}.group-name-edit button{color:#fff;background:#07c160;border:0;border-radius:10px;padding:0 13px}.group-manage-section{border-bottom:1px solid #eef0f2;padding:14px}.group-manage-section h4{margin:0 0 10px}.group-current-members{display:grid}.group-current-member{border-bottom:1px solid #f0f1f2;align-items:center;gap:10px;min-height:58px;display:flex}.group-current-member:last-child{border-bottom:0}.group-current-member>span:nth-child(2){flex:1;min-width:0;display:grid}.group-current-member small{color:#9aa0a8}.danger-text{color:#fa5151;background:0 0;border:0}.group-dissolve-button{color:#fa5151;background:#fff1f1;border:0;border-radius:12px;width:calc(100% - 28px);height:46px;margin:14px;font-weight:700}.reply-quote{text-align:left;background:#0000000e;border:0;border-left:3px solid #aeb7c2;border-radius:6px;width:100%;max-width:280px;margin:0 0 6px;padding:6px 8px;display:grid}.reply-quote strong{color:#64748b;font-size:11px}.reply-quote span{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.reply-composer{background:#f8fafc;border-top:1px solid #e5e7eb;flex:none;align-items:center;gap:10px;margin:0;padding:7px 14px;display:flex}.reply-composer>span{flex:1;min-width:0;display:grid}.reply-composer strong{color:#475569;font-size:12px}.reply-composer small{white-space:nowrap;text-overflow:ellipsis;color:#8a8f98;overflow:hidden}.reply-composer button{color:#8a8f98;background:0 0;border:0;font-size:22px}.file-download-button{cursor:pointer}.group-message-avatar{flex:none;align-self:flex-start;margin-top:18px}.message-row.mine .group-message-avatar{display:none}.group-pinned-bar{color:#5f5a42;background:#fffbe8;border-bottom:1px solid #f3e7aa;flex:none;align-items:center;gap:8px;min-height:42px;padding:7px 12px;font-size:12px;display:flex}.group-pinned-bar span{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.group-pinned-bar b{color:#d89b00;margin-right:7px}.group-pinned-bar button{color:#8a6b00;background:#fff1be;border:0;border-radius:50%;width:28px;height:28px}.group-manage-modal{width:min(94vw,520px);max-height:82dvh}.group-manage-modal .friend-modal-header{z-index:4;background:#fff;position:sticky;top:0}.compact-section{padding:10px 12px}.compact-section h4{margin-bottom:7px;font-size:14px}.compact-members{max-height:26dvh;overflow:auto}.group-current-member{min-height:50px}.member-actions{align-items:center;gap:4px;display:flex}.role-button{color:#1677ff;background:#eef7ff;border:0;border-radius:8px;padding:6px 8px;font-size:12px}.group-inline-edit{gap:8px;display:flex}.group-inline-edit input,.group-member-search{border:1px solid #e5e7eb;border-radius:9px;width:100%;height:38px;padding:0 10px;font-size:14px}.group-inline-edit input{flex:1;min-width:0}.group-inline-edit button{color:#fff;background:#07c160;border:0;border-radius:9px;padding:0 13px}.compact-add-list{max-height:24dvh;margin-top:7px}.compact-add-list>button{min-height:50px}.compact-add-list small{color:#9aa0a8;margin-left:auto}.compact-primary{height:40px;margin-top:8px}.empty-mini{text-align:center;color:#9aa0a8;padding:14px;font-size:13px}.peer-remark-field{border-top:1px solid #eee;gap:7px;padding:10px 16px;display:grid}.peer-remark-field>span{color:#8a8f98;font-size:12px}.peer-remark-field>div{gap:8px;display:flex}.peer-remark-field input{border:1px solid #e5e7eb;border-radius:9px;flex:1;min-width:0;height:38px;padding:0 10px}.peer-remark-field button{color:#fff;background:#07c160;border:0;border-radius:9px;padding:0 14px}.conversation-list .contact-item.pinned{background:#f5f7f9}.conversation-group-avatar{position:relative}.group-corner-badge{color:#fff!important;background:#576b95!important;border:2px solid #fff!important;border-radius:7px!important;place-items:center!important;width:20px!important;height:20px!important;font-size:10px!important;font-style:normal!important;display:grid!important;position:absolute!important;bottom:-4px!important;right:-4px!important}.group-list-badge{vertical-align:2px;color:#576b95;background:#eef2ff;border-radius:5px;margin-left:5px;padding:1px 5px;display:inline-flex;font-size:9px!important;font-weight:600!important}.pin-mark{color:#8a8f98;margin-right:6px;font-size:10px}.group-pinned-stack{background:#fffbe8;border-bottom:1px solid #f3e7aa;flex:none;max-height:82px;padding:5px 10px;overflow:hidden}.group-pinned-stack.expanded{max-height:min(34dvh,280px);overflow:auto}.group-pinned-head{color:#8a6b00;justify-content:space-between;align-items:center;padding:2px 4px;font-size:11px;display:flex}.group-pinned-head button{color:#8a6b00;background:0 0;border:0;font-size:11px}.group-pinned-items{gap:3px;display:grid}.group-pinned-item{text-align:left;background:#fff9;border:0;border-radius:7px;align-items:center;gap:6px;min-height:30px;padding:4px 7px;display:flex}.group-pinned-item span{white-space:nowrap;text-overflow:ellipsis;color:#5f5a42;flex:1;min-width:0;font-size:12px;overflow:hidden}.group-pinned-item i{color:#8a6b00;background:#fff1be;border-radius:50%;place-items:center;width:23px;height:23px;font-style:normal;display:grid}.message-row.pinned-highlight .bubble{animation:1.8s pinnedMessageFlash}@keyframes pinnedMessageFlash{0%,to{box-shadow:none}20%,70%{box-shadow:0 0 0 4px #ffc10761}}.system-message-text{text-align:center!important;color:#9aa0a8!important;background:0 0!important;padding:3px 8px!important;font-size:12px!important}.group-leave-button{color:#ea580c;background:#fff7ed;border:0;border-radius:12px;width:calc(100% - 28px);height:46px;margin:14px;font-weight:700}.history-search-overlay{z-index:6900;background:#f5f6f7;justify-content:center;display:flex;position:fixed;inset:0}.history-search-page{background:#f5f6f7;flex-direction:column;width:min(100%,620px);height:100dvh;display:flex;overflow:hidden}.history-search-header{height:calc(52px + var(--safe-top));padding:var(--safe-top) 12px 0;background:#fff;border-bottom:1px solid #e5e7eb;flex:none;grid-template-columns:82px 1fr 82px;align-items:center;display:grid}.history-search-header button{color:#1677ff;text-align:left;background:0 0;border:0;padding:10px 2px;font-size:16px}.history-search-header strong{text-align:center;font-size:17px}.history-search-box{background:#fff;border:1px solid #eef0f2;border-radius:12px;grid-template-columns:28px 1fr auto;align-items:center;margin:10px 12px 8px;padding:0 8px;display:grid}.history-search-box span{color:#9ca3af;text-align:center}.history-search-box input{background:0 0;border:0;outline:0;min-width:0;height:44px;font-size:15px}.history-search-box button{color:#16b364;background:0 0;border:0;padding:8px;font-weight:600}.history-search-tabs{grid-template-columns:repeat(5,1fr);gap:4px;padding:0 12px 9px;display:grid}.history-search-tabs button{color:#6b7280;background:#fff;border:0;border-radius:10px;height:36px}.history-search-tabs button.active{color:#16b364;background:#e8fff2;font-weight:700}.history-search-list{min-height:0;padding:0 12px calc(18px + var(--safe-bottom));-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.history-search-empty{text-align:center;color:#9ca3af;padding:60px 10px}.history-result{text-align:left;background:#fff;border:0;border-bottom:1px solid #eef0f2;align-items:center;gap:10px;width:100%;padding:11px 10px;display:flex}.history-result:first-of-type{border-radius:13px 13px 0 0}.history-result:last-child{border-bottom:0;border-radius:0 0 13px 13px}.history-result-icon{background:#eef2f7;border-radius:8px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:22px;display:grid;overflow:hidden}.history-result-icon img{object-fit:cover;width:100%;height:100%}.history-result-body{flex:1;gap:3px;min-width:0;display:grid}.history-result-body strong{color:#111827;font-size:14px}.history-result-body small{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.history-result-body i{color:#a1a1aa;font-size:11px;font-style:normal}.history-result>b{color:#c0c4cc;font-size:22px;font-weight:400}.group-history-button{color:#1677ff;background:#fff;border:0;border-radius:10px;width:100%;min-height:42px;margin-bottom:8px;font-size:14px}@supports not (height:100dvh){.history-search-page{height:100vh}}.douyin-page{inset:0 0 var(--v294-tab-height,50px) 0;color:#fff;background:#000;position:absolute;overflow:hidden}.douyin-topbar{z-index:8;height:calc(48px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;pointer-events:none;background:linear-gradient(#000000b8,#0000);grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:absolute;top:0;left:0;right:0}.douyin-topbar strong{font-size:20px}.douyin-topbar .douyin-brand{font-size:14px;font-weight:700}.douyin-topbar button{pointer-events:auto;color:#fff;background:#00000061;border:1px solid #ffffff59;border-radius:16px;justify-self:end;padding:6px 12px}.douyin-feed{scroll-snap-type:y mandatory;overscroll-behavior-y:contain;scrollbar-width:none;position:absolute;inset:0;overflow-y:auto}.douyin-feed::-webkit-scrollbar{display:none}.douyin-slide{scroll-snap-align:start;scroll-snap-stop:always;background:#000;width:100%;height:100%;min-height:100%;position:relative;overflow:hidden}.douyin-slide iframe{background:#000;border:0;width:100%;height:100%;position:absolute;inset:0}.douyin-caption{z-index:4;pointer-events:none;text-shadow:0 1px 4px #000;justify-content:space-between;align-items:flex-end;gap:12px;display:flex;position:absolute;bottom:16px;left:14px;right:14px}.douyin-caption strong{white-space:nowrap;text-overflow:ellipsis;max-width:82%;font-size:14px;overflow:hidden}.douyin-caption small{opacity:.75}.douyin-empty{text-align:center;color:#ddd;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:30px;display:flex;position:absolute;inset:0}.douyin-empty strong{color:#fff;font-size:20px}.douyin-empty p{color:#aaa;max-width:320px;line-height:1.65}.douyin-empty button{color:#111;background:#fff;border:0;border-radius:22px;padding:10px 18px;font-weight:700}.douyin-manager-sheet{color:#111;background:#fff;border-radius:18px;flex-direction:column;width:min(92vw,520px);max-height:82dvh;display:flex;overflow:hidden}.douyin-manager-sheet>header{border-bottom:1px solid #eee;grid-template-columns:1fr auto 1fr;align-items:center;height:52px;padding:0 14px;display:grid}.douyin-manager-sheet>header button{color:#1677ff;background:0 0;border:0;justify-self:start;font-size:16px}.douyin-manager-sheet textarea{resize:vertical;font:inherit;border:1px solid #ddd;border-radius:12px;margin:0 16px 12px;padding:12px}.douyin-manager-help{color:#666;margin:14px 16px;font-size:13px;line-height:1.6}.douyin-manager-sheet .primary-action{color:#fff;background:#111;border:0;border-radius:12px;margin:0 16px 12px;padding:12px;font-weight:700}.douyin-manage-list{border-top:1px solid #eee;overflow:auto}.douyin-manage-list>div{border-bottom:1px solid #eee;align-items:center;gap:10px;padding:12px 16px;display:flex}.douyin-manage-list span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.douyin-manage-list strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.douyin-manage-list small{color:#999}.douyin-manage-list button{color:#d33;background:#fff0f0;border:0;border-radius:8px;padding:7px 10px}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html,body,#app{width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important}body{position:fixed!important;inset:0!important;overflow:hidden!important}.chat-shell,.app-home,.sidebar,.conversation{width:100%;height:100%!important;min-height:0!important;max-height:100%!important}.app-home{padding-bottom:var(--v294-tab-height,50px)!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}.home-header,.home-search,.friend-request-entry,.push-message,.contact-tools,.section-caption{flex:none}.conversation-list,.address-list,.profile-page{flex:auto!important;min-height:0!important;max-height:none!important}.bottom-tabs{flex:none;transform:translateZ(0)}.short-drama-page{width:100%;min-height:0;padding:28px 20px calc(28px + var(--safe-bottom));text-align:center;-webkit-overflow-scrolling:touch;background:linear-gradient(#f5f5f5 0%,#eef2f7 100%);flex:auto;place-items:center;display:grid;overflow-y:auto}.short-drama-card{background:#fff;border:1px solid #e7e9ed;border-radius:22px;width:min(420px,100%);padding:34px 24px 28px;box-shadow:0 14px 40px #0f172a14}.short-drama-icon{color:#fff;background:#111827;border-radius:22px;place-items:center;width:70px;height:70px;margin:0 auto 18px;padding-left:4px;font-size:30px;display:grid}.short-drama-card h2{color:#111827;margin:0;font-size:22px}.short-drama-card p{color:#64748b;margin:10px 0 24px;font-size:14px;line-height:1.65}.short-drama-button{color:#fff;background:#07c160;border:0;border-radius:13px;width:100%;height:48px;font-size:16px;font-weight:700}.short-drama-card small{color:#9ca3af;margin-top:13px;font-size:11px;line-height:1.5;display:block}@media (width<=760px){.chat-shell,.app-home,.sidebar,.conversation{height:100%!important;min-height:0!important;max-height:100%!important}.conversation-list,.address-list{max-height:none!important}body{background:#eef2f7!important}.chat-shell{contain:layout paint size;width:var(--app-portrait-width,100vw)!important;height:var(--app-portrait-height,100dvh)!important;min-width:var(--app-portrait-width,100vw)!important;max-width:var(--app-portrait-width,100vw)!important;min-height:var(--app-portrait-height,100dvh)!important;max-height:var(--app-portrait-height,100dvh)!important;transform:translate(-50%, -50%) scale(var(--app-portrait-scale,1))!important;transform-origin:50%!important;position:fixed!important;top:50%!important;left:50%!important;overflow:hidden!important}.chat-shell .sidebar,.chat-shell .app-home,.chat-shell .conversation{height:100%!important;min-height:0!important;max-height:100%!important}}.entertainment-hub{width:100%;min-height:0;padding:24px 18px calc(26px + var(--safe-bottom));-webkit-overflow-scrolling:touch;background:linear-gradient(#f5f6f7 0%,#eef2f7 100%);flex:auto;overflow-y:auto}.entertainment-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:520px;margin:0 auto;display:grid}.entertainment-entry{text-align:center;color:#111827;background:#fff;border:1px solid #e4e7ec;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:154px;padding:20px 14px;display:flex;box-shadow:0 8px 28px #0f172a0f}.entertainment-entry:active{transform:scale(.985)}.entertainment-entry-icon{color:#fff;background:#111827;border-radius:18px;place-items:center;width:58px;height:58px;font-size:27px;font-weight:800;line-height:1;display:grid}.entertainment-entry.douyin .entertainment-entry-icon{background:#080808}.entertainment-entry.kuaishou .entertainment-entry-icon{background:#ff4b27}.entertainment-entry.news .entertainment-entry-icon{background:#1677ff}.entertainment-entry.drama .entertainment-entry-icon{background:#07c160}.entertainment-entry strong{font-size:17px}.entertainment-entry small{color:#8a94a6;font-size:12px}.entertainment-hint{text-align:center;color:#98a2b3;max-width:520px;margin:18px auto 0;font-size:12px;line-height:1.65}.entertainment-news-page{background:#f5f6f7;flex-direction:column;flex:auto;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.entertainment-news-header{background:#fff;border-bottom:1px solid #e5e7eb;flex:0 0 52px;grid-template-columns:90px 1fr 90px;align-items:center;height:52px;padding:0 12px;display:grid}.entertainment-news-header strong{text-align:center;font-size:17px}.entertainment-news-header button{color:#1677ff;background:0 0;border:0;padding:9px 0;font-size:15px}.entertainment-news-header button:last-child{text-align:right}.entertainment-news-list{min-height:0;padding:10px 12px calc(18px + var(--safe-bottom));-webkit-overflow-scrolling:touch;flex:auto;overflow-y:auto}@media (orientation:landscape) and (hover:none) and (pointer:coarse){body{background:#eef2f7!important}.chat-shell{width:var(--app-portrait-width,390px)!important;min-width:var(--app-portrait-width,390px)!important;max-width:var(--app-portrait-width,390px)!important;height:var(--app-portrait-height,844px)!important;min-height:var(--app-portrait-height,844px)!important;max-height:var(--app-portrait-height,844px)!important;transform:translate(-50%,-50%) scale(var(--app-portrait-scale,.5))!important;transform-origin:50%!important;display:block!important;position:fixed!important;inset:50% auto auto 50%!important;overflow:hidden!important}.sidebar,.conversation{width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;position:absolute!important;inset:0!important;overflow-x:hidden!important}.sidebar{z-index:1}.sidebar.mobile-hidden{visibility:hidden}.conversation{z-index:2;transition:transform .2s;transform:translate(100%)}.conversation.mobile-open{transform:translate(0)}.mobile-back{display:block}.bubble{max-width:86%}.message-list{padding:16px 12px}.sidebar-header,.conversation-header{min-height:66px}.app-home{padding-bottom:calc(50px + var(--safe-bottom))!important}.bottom-tabs{width:100%!important;max-width:100%!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.conversation-list,.address-list{max-height:none!important}.contact-body{flex:auto;width:0;min-width:0}.contact-item{overflow:hidden}}@media (width<=760px) and (orientation:portrait){.chat-shell{height:var(--app-portrait-height,100dvh)!important;min-height:var(--app-portrait-height,100dvh)!important;max-height:var(--app-portrait-height,100dvh)!important;top:0!important;left:50%!important;transform:translate(-50%)!important}.app-home{height:100%!important;min-height:0!important;max-height:100%!important;padding-bottom:calc(50px + var(--safe-bottom))!important}.bottom-tabs{height:calc(50px + var(--safe-bottom))!important;padding-bottom:var(--safe-bottom)!important;z-index:999!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}}.attachment-picker-backdrop{align-items:flex-end!important;padding:0!important}.attachment-picker{width:min(560px,100%);padding:14px 14px calc(14px + env(safe-area-inset-bottom));background:#f5f6f7;border-radius:18px 18px 0 0;grid-template-columns:1fr 1fr;gap:10px;display:grid}.attachment-picker>button{color:#111827;background:#fff;border:0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:94px;display:flex}.attachment-picker>button span{font-size:28px}.attachment-picker>button strong{font-size:15px}.attachment-picker>button small{color:#8a94a6;font-size:11px}.attachment-picker .attachment-cancel{grid-column:1/-1;min-height:46px;font-size:15px;font-weight:600}.switch-camera{white-space:nowrap}html.ios-device{--ios-tab-height:60px}html.ios-device .bottom-tabs{height:var(--ios-tab-height)!important;padding:2px 0 3px!important;bottom:0!important}html.ios-device .bottom-tabs button{gap:1px!important;padding:2px 0 1px!important}html.ios-device .bottom-tabs button small{font-size:12px!important;font-weight:500!important;line-height:15px!important}html.ios-device .bottom-tabs button>b{top:1px!important}nn html.ios-device,html.ios-device body,html.ios-device #app,html.ios-device .chat-shell{background:#f8f8f8!important}html.ios-device{--ios-tab-content-height:58px;--ios-tab-height:calc(var(--ios-tab-content-height) + var(--safe-bottom))}html.ios-device .bottom-tabs{height:var(--ios-tab-height)!important;min-height:var(--ios-tab-height)!important;padding:2px 0 var(--safe-bottom)!important;-webkit-backdrop-filter:none!important;background:#f8f8f8!important}html.ios-device .bottom-tabs button{height:var(--ios-tab-content-height)!important;align-self:start!important}html.ios-device input,html.ios-device textarea,html.ios-device select{-webkit-text-size-adjust:100%!important;font-size:16px!important}html.ios-device .composer textarea{font-size:16px!important}html.ios-device .conversation{height:100%!important;max-height:100%!important}html.ios-device .composer{background:#f8f8f8!important}html.ios-device{--ios-tab-content-height:58px;--ios-tab-height:calc(var(--ios-tab-content-height) + var(--safe-bottom));--ios-keyboard-offset:0px}html.ios-device body,html.ios-device #app,html.ios-device .chat-shell{background:#f8f8f8!important;height:100%!important;max-height:100%!important}html.ios-device .app-home{height:100%!important;max-height:100%!important;padding-bottom:var(--ios-tab-height)!important;background:#f5f5f5!important}html.ios-device .bottom-tabs{width:100%!important;height:var(--ios-tab-height)!important;min-height:var(--ios-tab-height)!important;padding:0 0 var(--safe-bottom)!important;z-index:120!important;background:#f8f8f8!important;border-top:1px solid #e5e5e5!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:visible!important}html.ios-device .bottom-tabs button{min-height:var(--ios-tab-content-height)!important;height:var(--ios-tab-content-height)!important;align-self:stretch!important;gap:1px!important;padding:5px 0 3px!important;overflow:visible!important}html.ios-device .bottom-tabs button small{color:inherit!important;font-size:12px!important;font-weight:500!important;line-height:17px!important;display:block!important}html.ios-device .composer{z-index:130!important;min-height:calc(64px + var(--safe-bottom))!important;padding:10px 10px calc(10px + var(--safe-bottom))!important;background:#f8f8f8!important;border-top:1px solid #dfe3e8!important;flex:none!important;position:relative!important;overflow:visible!important}html.ios-device .composer textarea{height:44px;min-height:44px!important;max-height:112px!important;padding:10px 12px!important;font-size:16px!important;line-height:22px!important}html.ios-device .message-list{min-height:0!important}html.ios-device{--ios-tab-height:58px;--ios-keyboard-offset:0px}html.ios-device body,html.ios-device #app,html.ios-device .chat-shell{background:#f8f8f8!important}html.ios-device .app-home{padding-bottom:var(--ios-tab-height)!important}html.ios-device .bottom-tabs{width:100%!important;height:var(--ios-tab-height)!important;min-height:var(--ios-tab-height)!important;box-sizing:border-box!important;padding:2px 0 min(var(--safe-bottom),6px)!important;z-index:120!important;background:#f8f8f8!important;border-top:1px solid #e5e5e5!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}html.ios-device .bottom-tabs button{box-sizing:border-box!important;align-self:stretch!important;gap:0!important;height:100%!important;min-height:0!important;padding:2px 0 1px!important;overflow:visible!important}html.ios-device .bottom-tabs button>span{font-size:23px!important;line-height:25px!important}html.ios-device .bottom-tabs button small{color:inherit!important;margin-top:0!important;font-size:12px!important;font-weight:500!important;line-height:16px!important;display:block!important}html.ios-device .composer{z-index:130!important;box-sizing:border-box!important;min-height:60px!important;padding:8px 10px calc(8px + min(var(--safe-bottom),6px))!important;background:#f8f8f8!important;border-top:1px solid #dfe3e8!important;flex:none!important;gap:8px!important;position:relative!important;overflow:visible!important}html.ios-device .composer textarea{box-sizing:border-box!important;height:42px!important;min-height:42px!important;max-height:110px!important;padding:9px 12px!important;font-size:16px!important;line-height:22px!important}html.ios-device .composer .attach-button,html.ios-device .composer .voice-button,html.ios-device .composer .send-button{align-self:flex-end!important;height:42px!important;min-height:42px!important}html.ios-device .conversation.mobile-open{top:0!important;bottom:var(--ios-keyboard-offset)!important;height:auto!important;max-height:none!important}
