:root{--text: #111b21;--sub: #667781;--sub2: #3b4a54;--link: #008069;--green: #1daa61;--green-bright: #25d366;--active-bg: #e7f8ee;--border: #e9edef;--border2: #d1d7db;--gray-btn: #f0f2f5;--gray-box: #f5f6f6;--cream: #fcf5eb;--banner-green: #24bf5f}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}a{color:var(--link);text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer;color:inherit}.login-root{min-height:100%;background:var(--cream);padding:28px 28px 40px}.login-brand{display:flex;align-items:center;gap:8px;margin-bottom:36px}.login-brand-name{font-size:21px;font-weight:700;color:var(--green);letter-spacing:-.2px}.login-cards{max-width:875px;margin:0 auto}.login-download-card{background:#fff;border:1px solid #ece5d8;border-radius:24px;padding:24px 28px;display:flex;align-items:center;gap:24px;margin-bottom:24px}.login-download-text{flex:1}.login-download-title{font-size:19px;font-weight:700;margin-bottom:4px}.login-download-sub{font-size:15px;color:var(--sub2)}.btn-green{display:inline-flex;align-items:center;gap:8px;background:var(--green-bright);color:#0a1e12;font-size:15px;font-weight:600;border-radius:24px;padding:12px 22px;white-space:nowrap}.btn-green:hover{background:#21c25e}.login-qr-card{background:#fff;border:1px solid #ece5d8;border-radius:24px;padding:40px 48px 32px;margin-bottom:36px}.login-qr-main{display:flex;gap:40px}.login-qr-left{flex:1;min-width:0}.login-qr-title{font-size:31px;font-weight:400;letter-spacing:-.3px;margin-bottom:30px}.login-steps{list-style:none;position:relative}.login-step{display:flex;gap:16px;position:relative;padding-bottom:24px;font-size:16.5px}.login-step:last-child{padding-bottom:0}.login-step-num{flex:none;width:28px;height:28px;border-radius:50%;border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text);background:#fff;z-index:1}.login-step:not(:last-child):before{content:"";position:absolute;left:14px;top:28px;bottom:0;width:1px;background:var(--border2)}.login-step-text{padding-top:3px;line-height:1.45}.login-step-appicon{display:inline-block;vertical-align:-5px;margin-left:4px}.login-help-link{display:inline-flex;align-items:center;gap:4px;margin-top:26px;font-size:15.5px;font-weight:600;color:var(--text);text-decoration:underline}.login-qr-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:40px;flex-wrap:wrap}.login-remember{display:inline-flex;align-items:center;gap:10px;font-size:15.5px}.login-checkbox{width:20px;height:20px;border-radius:4px;background:var(--green-bright);display:inline-flex;align-items:center;justify-content:center;flex:none}.login-phone-link{display:inline-flex;align-items:center;gap:6px;font-size:15.5px;font-weight:600;color:var(--text);text-decoration:underline}.login-qr-right{flex:none;display:flex;align-items:flex-start}.login-footer{text-align:center}.login-no-account{font-size:16px;color:var(--text);margin-bottom:26px}.login-no-account a{color:var(--text);font-weight:600;text-decoration:underline;margin-left:6px}.login-e2e{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:var(--sub2);margin-bottom:22px}.login-terms{font-size:12.5px;color:var(--sub)}.login-terms a{color:var(--sub);text-decoration:none}.loading-root{min-height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.loading-name{margin-top:10px;font-size:17px;color:#8696a0;font-weight:400}.loading-bar{margin-top:34px;width:200px;height:3px;border-radius:2px;background:#e9edef;overflow:hidden;position:relative}.loading-bar-fill{position:absolute;top:0;left:0;height:100%;width:40%;border-radius:2px;background:#aebac1;animation:loading-slide 1.4s ease-in-out infinite}@keyframes loading-slide{0%{left:-40%}to{left:100%}}.loading-e2e{margin-top:30px;display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#667781}.help-root{min-height:100%;display:flex;flex-direction:column;background:#fff}.help-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;background:#fff;position:sticky;top:0;z-index:20}.help-header-brand{display:flex;align-items:center;gap:12px;color:var(--text)}.help-header-title{font-size:17px;font-weight:700}.help-header-right{display:flex;align-items:center;gap:16px}.help-search{display:flex;align-items:center;gap:10px;width:275px;height:42px;padding:0 16px;border:1px solid var(--border);border-radius:22px;background:#fff;color:var(--sub)}.help-search input{border:none;outline:none;flex:1;font-size:15px;font-family:inherit;background:transparent;color:var(--text)}.help-search input::placeholder{color:#8696a0}.help-lang-btn{background:var(--gray-btn);border-radius:10px;padding:11px 16px;font-size:15px;font-weight:600;color:var(--text)}.help-body{display:flex;flex:1;align-items:flex-start}.help-sidebar{width:360px;flex:none;padding:8px 12px 40px 8px;border-right:1px solid #f0f2f5;position:sticky;top:74px;max-height:calc(100vh - 74px);overflow-y:auto;scrollbar-width:thin}.side-cat{display:flex;align-items:center;width:100%;gap:16px;padding:14px 12px;border-radius:10px;font-size:16px;font-weight:600;color:var(--text);text-align:left}.side-cat:hover{background:#f5f6f6}.side-cat .side-cat-icon{flex:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--text)}.side-cat-label{flex:1;line-height:1.3}.side-chevron{flex:none;color:var(--sub);transition:transform .15s ease}.side-chevron.open{transform:rotate(180deg)}.side-sub{display:flex;align-items:center;width:100%;gap:16px;padding:12px 12px 12px 24px;border-radius:10px;font-size:15.5px;font-weight:600;color:var(--text);text-align:left}.side-sub:hover{background:#f5f6f6}.side-sub .side-cat-icon{flex:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.side-article{display:block;width:100%;padding:10px 12px 10px 76px;border-radius:10px;font-size:14.5px;line-height:1.4;color:var(--text);text-align:left}.side-article:hover{background:#f5f6f6}.side-article.active,.side-article.active:hover{background:var(--active-bg)}.help-content{flex:1;min-width:0;display:flex;justify-content:center}.article{width:100%;max-width:788px;padding:48px 24px 80px}.article-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:4px}.article-title{font-size:25px;font-weight:700;line-height:1.25;letter-spacing:-.2px}.copy-link-btn{flex:none;display:inline-flex;align-items:center;gap:8px;background:var(--gray-btn);border-radius:20px;padding:10px 18px;font-size:14.5px;font-weight:600;color:var(--text);margin-top:2px}.copy-link-btn:hover{background:#e4e7ea}.platform-tabs{display:flex;gap:8px;border-bottom:1px solid var(--border);margin:26px 0 34px}.platform-tab{display:inline-flex;align-items:center;gap:8px;padding:12px 16px 14px;font-size:15.5px;font-weight:600;color:var(--sub);position:relative}.platform-tab.active{color:var(--green)}.platform-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:var(--green)}.article-body{font-size:16.5px;line-height:1.5}.article-body p{margin-bottom:18px}.article-body h3{font-size:19px;font-weight:700;margin:34px 0 16px}.article-body ul,.article-body ol{margin:0 0 18px;padding-left:28px}.article-body li{margin-bottom:10px}.article-body a{color:var(--link);font-weight:600}.article-body a:hover{text-decoration:underline}.article-body .footnote{font-size:13px;color:var(--text);margin-bottom:6px}.gray-box{background:var(--gray-box);border-radius:10px;padding:20px 24px;margin-bottom:24px}.gray-box p:last-child,.gray-box ul:last-child{margin-bottom:0}.article-qr{margin:6px 0 24px}.video-banner{position:relative;background:var(--banner-green);border-radius:4px;margin:10px 0 30px;padding:44px 40px 40px;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.video-banner-title{color:#fff;font-size:40px;line-height:1.15;font-weight:600;letter-spacing:-.5px;max-width:80%}.video-banner-brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:26px;font-weight:700;margin-top:40px}.video-banner-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000002e}.video-banner.plain{justify-content:center;align-items:center;min-height:380px}.section-illustration{margin:4px 0 20px}.help-footer{background:#f7f8fa;border-top:1px solid var(--border);padding:44px 24px 28px}.help-footer-cols{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.help-footer-col h4{font-size:14px;font-weight:400;color:var(--sub);margin-bottom:20px}.help-footer-col a{display:block;color:var(--text);font-size:15px;margin-bottom:16px}.help-footer-col a:hover{text-decoration:underline}.help-footer-bottom{max-width:900px;margin:26px auto 0;border-top:1px solid var(--border);padding-top:24px;display:flex;align-items:center;justify-content:space-between;color:var(--sub2);font-size:14px}.help-footer-brand{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:var(--sub2)}.help-footer-brand b{font-size:16px;letter-spacing:.2px;color:#1c1e21}.ai-pill{position:fixed;right:28px;bottom:24px;z-index:50;width:392px;background:#fff;border-radius:18px;box-shadow:0 4px 24px #00000029,0 0 1px #0003;padding:14px 16px 16px}.ai-pill-head{display:flex;align-items:center;gap:9px;font-size:15.5px;font-weight:600;color:var(--text);margin-bottom:12px}.ai-input-row{display:flex;align-items:center;gap:10px}.ai-input{flex:1;display:flex;align-items:center;background:#f0f2f5;border-radius:22px;padding:0 18px;height:44px}.ai-input input{border:none;outline:none;background:transparent;flex:1;font-size:15px;font-family:inherit;color:var(--text)}.ai-input input::placeholder{color:#8696a0}.ai-send{flex:none;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#2f9df4,#0a78d6);display:flex;align-items:center;justify-content:center}.ai-panel{position:fixed;right:28px;bottom:12px;top:300px;z-index:50;width:462px;background:#fff;border-radius:16px;box-shadow:0 4px 28px #0003,0 0 1px #0003;display:flex;flex-direction:column;overflow:hidden}.ai-panel-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px}.ai-panel-topbar .ai-topbar-title{display:flex;align-items:center;gap:9px;font-size:15.5px;font-weight:600}.ai-panel-topbar .ai-topbar-actions{display:flex;align-items:center;gap:14px;color:#1876f2}.ai-connect-row{padding:4px 16px 12px}.ai-connect-label{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600;margin-bottom:10px;color:var(--text)}.ai-connect-btn{width:100%;background:#f0f2f5;border-radius:8px;padding:10px;font-size:15px;font-weight:600;color:var(--text)}.ai-panel-scroll{flex:1;overflow-y:auto;padding:10px 16px}.ai-hero{text-align:center;padding:16px 12px 8px}.ai-hero-title{font-size:17px;font-weight:700;margin-top:14px}.ai-hero-legal{font-size:11.5px;color:var(--sub);line-height:1.45;margin-top:6px}.ai-hero-legal a{color:#1876f2}.ai-quick{display:flex;align-items:center;gap:12px;width:100%;background:#fff;border:1px solid #e4e6eb;border-radius:14px;box-shadow:0 1px 2px #0000000f;padding:16px;font-size:15px;font-weight:500;color:var(--text);margin-top:12px;text-align:left}.ai-quick:hover{background:#f7f8fa}.ai-quick .grow{flex:1}.ai-user-bubble{margin:14px 0 10px auto;width:fit-content;max-width:80%;background:#1876f2;color:#fff;font-size:15px;font-weight:600;border-radius:18px;padding:9px 16px}.ai-typing{color:#98a2ad;font-size:15px;padding:4px 2px 10px}.ai-reply{background:#f0f2f5;border-radius:16px;padding:14px 16px;font-size:14.5px;line-height:1.45;margin-bottom:10px}.ai-reply p{margin-bottom:10px}.ai-reply p:last-child{margin-bottom:0}.ai-reply a{color:var(--text);text-decoration:underline;font-weight:600}.ai-feedback{font-size:13px;color:var(--text);padding:2px}.ai-feedback-icons{display:flex;gap:10px;margin-top:6px;color:var(--sub2)}.ai-panel-input{padding:10px 16px 14px}.help-sidebar::-webkit-scrollbar,.ai-panel-scroll::-webkit-scrollbar{width:6px}.help-sidebar::-webkit-scrollbar-thumb,.ai-panel-scroll::-webkit-scrollbar-thumb{background:#d1d7db;border-radius:3px}@media (max-width: 1000px){.help-sidebar{display:none}.login-qr-card{flex-direction:column}}@media (max-width: 760px){.login-root{padding:20px 16px 32px}.login-download-card{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.login-qr-card{padding:24px 20px}.login-qr-main{flex-direction:column;gap:28px}.login-qr-right{align-self:center}.login-qr-title{font-size:24px;margin-bottom:20px}.help-header{flex-wrap:wrap;padding:12px 16px;gap:10px}.help-header-right{width:100%;justify-content:space-between;gap:10px}.help-search{flex:1;width:auto;min-width:0}.article{padding:28px 16px 60px}.article-head{flex-direction:column;gap:12px}.article-title{font-size:21px}.platform-tabs{overflow-x:auto;scrollbar-width:none}.platform-tabs::-webkit-scrollbar{display:none}.platform-tab{white-space:nowrap;flex:none}.video-banner{flex-direction:column;align-items:flex-start}}:root{--site-cream: #fdf5ee;--site-dark: #0a1014;--site-ink: #101c22;--site-green: #25d366;--site-light-green: #e7fce3;--dl-green: #d9f8d0}.site-root{background:var(--site-cream);min-height:100%}.site-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 40px;background:var(--site-cream);border-bottom:1px solid rgba(17,27,33,.06)}.site-header.on-green{background:var(--dl-green);border-bottom-color:#111b210d}.site-brand{display:flex;align-items:center;gap:8px;color:#25d366}.site-brand-name{font-size:21px;font-weight:700;color:#25d366;letter-spacing:-.2px}.site-nav{display:flex;align-items:center;gap:34px;flex:1;justify-content:center}.site-nav a,.site-nav button{display:inline-flex;align-items:center;gap:4px;font-size:16px;color:var(--site-ink);font-weight:400}.site-nav a:hover,.site-nav button:hover{text-decoration:underline}.site-header-actions{display:flex;align-items:center;gap:14px}.pill-outline{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(17,27,33,.35);background:#fff;border-radius:26px;padding:13px 24px;font-size:16px;font-weight:500;color:var(--site-ink)}.pill-outline:hover{border-color:var(--site-ink)}.pill-green{display:inline-flex;align-items:center;gap:10px;background:var(--site-green);border-radius:26px;padding:14px 26px;font-size:16px;font-weight:500;color:#0a1e12}.pill-green:hover{background:#21c25e}.hero-wrap{padding:26px 32px 8px}.hero{position:relative;border-radius:28px;overflow:hidden;min-height:640px;background:radial-gradient(880px 420px at 78% 18%,rgba(255,196,120,.55),transparent 60%),radial-gradient(700px 520px at 88% 78%,rgba(255,154,84,.4),transparent 65%),radial-gradient(560px 420px at 12% 85%,rgba(64,44,34,.55),transparent 70%),linear-gradient(112deg,#43312a,#6b4a39 34%,#a96f4e 62%,#d99a63);padding:64px 72px;display:flex;align-items:stretch}.hero-left{max-width:560px;display:flex;flex-direction:column;justify-content:center}.hero-title{color:#fff;font-size:84px;line-height:1.02;font-weight:500;letter-spacing:-2px;margin-bottom:34px}.hero-sub{color:#fff;font-size:17.5px;line-height:1.5;max-width:350px;margin-bottom:44px}.hero-cta{align-self:flex-start}.hero-overlays{position:absolute;right:72px;top:88px;width:430px;display:flex;flex-direction:column;gap:44px;pointer-events:none}.hero-event{display:flex;align-items:center;gap:12px}.hero-event-icon{width:44px;height:44px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003}.hero-event-body{flex:1}.hero-event-title{color:#fff;font-weight:700;font-size:16px;text-shadow:0 1px 6px rgba(0,0,0,.35);margin-bottom:6px}.hero-avatars{display:inline-flex;align-items:center;background:#fff;border-radius:16px;padding:3px 10px 3px 3px;gap:6px;font-size:12.5px;color:#3b4a54;box-shadow:0 2px 8px #0003}.hero-avatars .avs{display:inline-flex}.hero-avatars .avs span{width:22px;height:22px;border-radius:50%;border:2px solid #fff;margin-right:-7px;display:inline-block}.hero-join{display:inline-flex;align-items:center;gap:7px;background:#1daa61;color:#fff;font-weight:600;font-size:15px;border-radius:20px;padding:9px 18px;box-shadow:0 2px 8px #00000040}.chat-bubble{border-radius:14px;padding:9px 12px 7px;font-size:14.5px;color:#111b21;box-shadow:0 2px 10px #00000038;width:fit-content;max-width:300px}.chat-bubble .meta{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#667781;margin-left:10px;vertical-align:bottom}.chat-bubble.out{background:#d9fdd3;align-self:flex-end}.chat-bubble.in{background:#fff}.chat-bubble .author{color:#7f66ff;font-weight:600;font-size:13.5px;margin-bottom:2px}.bubble-with-avatar{display:flex;gap:10px;align-items:flex-start}.bubble-avatar{width:38px;height:38px;border-radius:50%;flex:none;border:2px solid rgba(255,255,255,.7)}.reactions{background:#fff;border-radius:14px;padding:3px 9px;width:fit-content;font-size:13px;margin-top:6px;box-shadow:0 2px 6px #0003}.hero-footnote{text-align:right;font-size:12.5px;color:var(--site-ink);padding:12px 40px 4px}.section{padding:110px 64px}.statement{max-width:980px;margin:0 auto;text-align:center;font-size:54px;line-height:1.18;font-weight:500;letter-spacing:-1px;color:var(--site-ink);position:relative;padding:60px 0}.statement-wrap{position:relative;padding:60px 64px 80px}.float-chip{position:absolute;display:flex;align-items:center;gap:0}.float-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 2px 8px #0000001f}.float-bubble{background:#fff;border-radius:12px;padding:7px 12px;font-size:14.5px;color:#111b21;box-shadow:0 2px 8px #0000001a}.float-bubble.green{background:#d9fdd3}.float-bubble .meta{font-size:10.5px;color:#667781;margin-left:8px}.feature{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1500px;margin:0 auto;padding:90px 64px}.feature-text .feature-kicker{font-size:15px;font-weight:600;color:#667781;margin-bottom:12px}.feature-title{font-size:58px;line-height:1.05;font-weight:500;letter-spacing:-1.5px;color:var(--site-ink);margin-bottom:26px;max-width:430px}.feature-body{font-size:17px;line-height:1.5;color:var(--site-ink);max-width:460px;margin-bottom:28px}.learn-more{display:inline-flex;align-items:center;gap:10px;font-size:16.5px;font-weight:500;color:var(--site-ink);border-bottom:2px solid var(--site-green);padding-bottom:3px;width:fit-content}.learn-more:hover{border-bottom-color:var(--site-ink)}.feature-visual{display:flex;justify-content:center}.phone{width:330px;border-radius:34px;background:#fff;box-shadow:0 18px 50px #141e142e;overflow:hidden;position:relative}.phone.dark{background:#0e161b}.phone-status{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:10px 16px 4px;color:#111b21}.phone.dark .phone-status{color:#dfe5e7}.doodle-bg{background-color:#efe9df;background-image:radial-gradient(rgba(120,100,80,.12) 1.3px,transparent 1.3px);background-size:26px 26px}.doodle-bg.dark{background-color:#0b141a;background-image:radial-gradient(rgba(134,150,160,.14) 1.3px,transparent 1.3px)}.phone-chat-header{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;font-size:14px}.phone-chat-header .pav{width:34px;height:34px;border-radius:50%;flex:none}.phone-chat-header .pname{font-weight:600;color:#111b21;line-height:1.15}.phone-chat-header .psub{font-size:11.5px;color:#667781}.phone-input-row{display:flex;align-items:center;gap:8px;padding:10px 12px 14px}.phone-input{flex:1;display:flex;align-items:center;gap:8px;background:#fff;border-radius:22px;padding:10px 14px;color:#8696a0;font-size:14.5px}.phone.dark .phone-input{background:#1f2a30;color:#8696a0}.phone-mic{width:42px;height:42px;border-radius:50%;background:#1daa61;display:flex;align-items:center;justify-content:center;flex:none}.callphone-screen{height:520px;background:radial-gradient(300px 220px at 30% 25%,rgba(255,214,160,.5),transparent 70%),linear-gradient(160deg,#7a5b43,#4a3a30 55%,#2c241f);position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:14px}.call-topbar{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:12px}.call-chip{display:inline-flex;align-items:center;gap:6px;color:#f0ede8;font-size:12px;opacity:.9}.call-selfview{position:absolute;right:16px;bottom:90px;width:110px;height:150px;border-radius:16px;background:linear-gradient(150deg,#6d7d6a,#37473c);box-shadow:0 4px 14px #00000059}.call-controls{display:flex;justify-content:center;gap:12px;background:#0c1216a8;border-radius:30px;padding:10px 14px;width:fit-content;margin:0 auto}.call-btn{width:44px;height:44px;border-radius:50%;background:#ffffff24;display:flex;align-items:center;justify-content:center;color:#fff}.call-btn.hang{background:#ea0038;width:56px;border-radius:26px}.desktop-window{width:620px;max-width:100%;background:#fff;border-radius:14px;box-shadow:0 18px 50px #141e1429;overflow:hidden;display:grid;grid-template-columns:230px 1fr;position:relative}.dw-side{border-right:1px solid #e9edef;padding:12px 0}.dw-side-head{display:flex;justify-content:space-between;align-items:center;padding:2px 14px 10px;font-weight:700;font-size:15px;color:#111b21}.dw-search{margin:0 12px 10px;height:30px;border-radius:15px;background:#f0f2f5}.dw-row{display:flex;gap:10px;align-items:center;padding:8px 14px}.dw-row .av{width:36px;height:36px;border-radius:50%;flex:none}.dw-row .lines{flex:1}.dw-row .l1{height:9px;border-radius:5px;background:#d8dee2;width:70%;margin-bottom:6px}.dw-row .l2{height:7px;border-radius:4px;background:#e9edef;width:90%}.dw-chat{background-color:#efe9df;background-image:radial-gradient(rgba(120,100,80,.12) 1.2px,transparent 1.2px);background-size:24px 24px;padding:16px 18px;display:flex;flex-direction:column;gap:10px;min-height:420px}.dw-bubble{border-radius:10px;padding:8px 11px;font-size:13px;width:fit-content;max-width:75%;box-shadow:0 1px 1px #00000014}.dw-bubble.in{background:#fff}.dw-bubble.out{background:#d9fdd3;align-self:flex-end}.dw-pdf{display:flex;align-items:center;gap:9px;background:#d9fdd3;border-radius:10px;padding:9px 11px;align-self:flex-end;font-size:13px;box-shadow:0 1px 1px #00000014}.dw-pdf .pdf-ic{width:30px;height:34px;border-radius:5px;background:#ea0038;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.dw-photo{width:150px;height:120px;border-radius:10px;background:linear-gradient(140deg,#b98a5e,#7e5a44 60%,#4e3b31);box-shadow:0 4px 14px #0000002e}.dw-call-toast{position:absolute;top:14px;right:14px;background:#111b21;border-radius:12px;color:#fff;padding:10px 12px;font-size:12px;display:flex;align-items:center;gap:10px;box-shadow:0 6px 20px #0000004d}.dw-call-toast .accept{background:#1daa61;border-radius:8px;padding:5px 10px;font-weight:600}.dw-call-toast .decline{background:#ea0038;border-radius:8px;padding:5px 10px;font-weight:600}.dark-section{background:#0b141a;padding:120px 64px;position:relative;overflow:hidden}.dark-section .glyphs{position:absolute;top:0;right:0;bottom:0;left:0;color:#16593c;font-family:Consolas,Courier New,monospace;font-size:54px;font-weight:700;opacity:.55;white-space:nowrap;line-height:2.2;-webkit-user-select:none;user-select:none;overflow:hidden}.dark-section .feature{position:relative;padding:0}.dark-section .feature-title,.dark-section .feature-body,.dark-section .learn-more{color:#fff}.glyph-word{color:#25d366}.status-screen{height:500px;position:relative;background:linear-gradient(160deg,#7fb2e5,#4f86c2 40%,#2f5f96)}.status-sticker{position:absolute;left:22px;bottom:120px;width:84px;height:84px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:40px;box-shadow:0 4px 14px #0003;transform:rotate(-8deg)}.status-heart{position:absolute;right:60px;bottom:160px;font-size:46px;transform:rotate(12deg);filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}.status-location{position:absolute;right:20px;bottom:66px;background:#fff;border-radius:8px;padding:7px 12px;font-size:13px;font-weight:600;color:#111b21;display:inline-flex;align-items:center;gap:6px;transform:rotate(-3deg);box-shadow:0 3px 10px #00000038}.catalog-header{background:#008069;color:#fff;padding:10px 14px;display:flex;align-items:center;gap:12px;font-size:16px;font-weight:600}.catalog-hero{height:130px;background:linear-gradient(140deg,#7fae56,#3f7d3a 60%,#2c5b2e);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:0 16px}.catalog-hero b{font-size:17px}.catalog-hero span{font-size:11.5px;opacity:.9}.catalog-body{padding:12px 14px 18px;background:#fff}.catalog-row-title{display:flex;justify-content:space-between;font-size:13.5px;font-weight:700;color:#111b21;margin:12px 0 8px}.catalog-row-title .see{color:#008069;font-weight:600;font-size:12.5px}.catalog-cats{display:flex;gap:8px;overflow:hidden}.catalog-cat{width:62px;height:62px;border-radius:10px;flex:none;position:relative;overflow:hidden;color:#fff;font-size:8.5px;font-weight:600;display:flex;align-items:flex-end;padding:4px}.catalog-product{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:12.5px;color:#111b21}.catalog-product .thumb{width:40px;height:40px;border-radius:8px;flex:none}.catalog-product .old{color:#8696a0;text-decoration:line-through;margin-right:6px;font-size:11.5px}.catalog-product .plus{margin-left:auto;width:26px;height:26px;border-radius:7px;border:1px solid #d1d7db;display:flex;align-items:center;justify-content:center;color:#3b4a54;font-size:15px}.catalog-deliver{display:flex;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid #e9edef;font-size:12.5px;color:#111b21}.catalog-deliver .sub{color:#8696a0;font-size:11px}.news-section{background:var(--site-light-green);border-radius:48px;margin:40px 0 0;padding:110px 64px 90px}.news-grid{display:grid;grid-template-columns:380px 1fr;gap:60px;max-width:1500px;margin:0 auto}.news-intro .feature-title{max-width:360px}.news-arrows{display:flex;gap:12px;margin-top:46px}.news-arrow{width:48px;height:48px;border-radius:50%;border:1px solid rgba(17,27,33,.3);display:flex;align-items:center;justify-content:center;color:var(--site-ink);background:transparent}.news-arrow.disabled{opacity:.35}.news-cards{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:26px}.news-card{background:#fff;border-radius:22px;padding:28px;display:flex;flex-direction:column;min-height:380px}.news-card-title{font-size:26px;font-weight:500;letter-spacing:-.5px;color:var(--site-ink);margin:46px 0 14px;line-height:1.2}.news-card-snippet{font-size:15px;color:#3b4a54;line-height:1.5;flex:1}.news-card .pill-outline{align-self:flex-start;margin-top:24px;padding:11px 22px;font-size:15px}.site-footer{background:#0c0d0f;color:#fff;padding:90px 64px 40px}.site-footer-grid{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:40px}.site-footer-brand{display:flex;flex-direction:column;gap:90px;align-items:flex-start}.site-footer-brand .wordmark{display:flex;align-items:center;gap:10px;color:#fff;font-size:24px;font-weight:700}.site-footer-col h4{font-size:13px;font-weight:400;color:#a5abb3;margin-bottom:26px}.site-footer-col a{display:block;color:#fff;font-size:17px;margin-bottom:20px}.site-footer-col a:hover{text-decoration:underline}.site-footer-bottom{max-width:1500px;margin:70px auto 0;border-top:1px solid #26282c;padding-top:34px;display:flex;align-items:center;gap:40px;font-size:13px;color:#fff}.site-footer-bottom a{color:#fff}.site-footer-bottom a:hover{text-decoration:underline}.footer-socials{display:flex;gap:14px}.footer-social{width:46px;height:46px;border-radius:50%;border:1px solid #3a3d42;display:flex;align-items:center;justify-content:center;color:#fff}.footer-lang{margin-left:auto;display:inline-flex;align-items:center;gap:40px;border:1px solid #3a3d42;border-radius:26px;padding:13px 20px;font-size:15px;font-weight:600;color:#fff;background:transparent}.dl-root{background:var(--dl-green);min-height:100%}.dl-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1500px;margin:0 auto;padding:70px 64px 90px}.dl-title{font-size:72px;line-height:1.03;font-weight:500;letter-spacing:-2px;color:var(--site-ink);margin-bottom:24px}.dl-sub{font-size:17.5px;color:var(--site-ink);max-width:480px;line-height:1.5;margin-bottom:10px}.dl-legal{font-size:12.5px;color:var(--site-ink);margin-bottom:34px}.dl-legal a{color:var(--site-ink);text-decoration:underline}.dl-card{background:#fff;border-radius:22px;padding:28px 30px;max-width:490px;margin-bottom:30px}.dl-card .k{font-size:16px;color:var(--site-ink);margin-bottom:2px}.dl-card h3{font-size:27px;font-weight:600;letter-spacing:-.4px;color:var(--site-ink);margin-bottom:14px}.dl-card p{font-size:15.5px;line-height:1.5;color:var(--site-ink);margin-bottom:22px}.dl-card .note{font-size:12px;color:#3b4a54;margin:-10px 0 20px}.store-badge{display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;border-radius:9px;padding:8px 16px;text-align:left}.store-badge .sb-small{display:block;font-size:10.5px;opacity:.9}.store-badge .sb-big{display:block;font-size:17px;font-weight:600;line-height:1.1}.dl-browser-link{display:inline-flex;align-items:center;gap:10px;font-size:16.5px;font-weight:500;color:var(--site-ink);border-bottom:2px solid #1daa61;padding-bottom:3px}.dl-illustration{display:flex;justify-content:center}.dl-others{background:var(--site-cream);padding:110px 64px}.dl-others-grid{display:grid;grid-template-columns:380px 1fr;gap:60px;max-width:1500px;margin:0 auto}.dl-cards-row{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:26px}.dl-os-card{background:#fff;border-radius:22px;padding:30px;min-height:330px;display:flex;flex-direction:column}.dl-os-card h3{font-size:27px;font-weight:600;letter-spacing:-.4px;margin-bottom:14px;color:var(--site-ink)}.dl-os-card p{font-size:15.5px;line-height:1.5;color:var(--site-ink);flex:1}.dl-os-card .note{font-size:11.5px;color:#3b4a54;margin:14px 0}.dl-done{background:#fff;padding:110px 64px}.dl-done-grid{display:grid;grid-template-columns:380px 1fr;gap:60px;max-width:1500px;margin:0 auto}.dl-topics{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.dl-topic-img{height:240px;border-radius:20px;margin-bottom:20px}.dl-topic h3{font-size:27px;font-weight:500;letter-spacing:-.4px;color:var(--site-ink);margin-bottom:12px}.features-hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1500px;margin:0 auto;padding:80px 64px 100px}.features-hero .hero-big-title{font-size:74px;line-height:1.03;font-weight:500;letter-spacing:-2px;color:var(--site-ink);margin-bottom:30px}.features-hero .hero-body{font-size:17px;line-height:1.5;color:var(--site-ink);max-width:380px;margin-bottom:36px}.green-section{background:var(--site-light-green);padding:100px 64px}.accordion-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center;max-width:1500px;margin:0 auto}.accordion-item{border-bottom:1px solid rgba(17,27,33,.18);padding:22px 0}.accordion-item.open{border-top:2px solid #1daa61}.accordion-title{font-size:24px;font-weight:500;letter-spacing:-.4px;color:var(--site-ink);width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center}.accordion-body{padding-top:14px;font-size:16.5px;line-height:1.5;color:var(--site-ink);max-width:520px}.accordion-body .learn-more{margin-top:18px}.big-phone-call{width:380px;border-radius:38px;overflow:hidden;box-shadow:0 20px 60px #141e1433;position:relative;background:linear-gradient(160deg,#8a6a4e,#5d4636,#3a2d24);height:700px;display:flex;flex-direction:column;justify-content:space-between;padding:16px}.laptop-mock{width:460px;max-width:100%}.laptop-mock .screen{background:#16181d;border-radius:14px 14px 0 0;border:10px solid #16181d;overflow:hidden}.laptop-mock .screen-inner{background:linear-gradient(150deg,#7b4dbc,#b0447e);border-radius:6px;height:260px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:22px 18px 30px}.laptop-mock .tile{border-radius:8px}.laptop-mock .base{height:14px;background:#23262c;border-radius:0 0 14px 14px}.mini-phone-grid{width:150px;border-radius:22px;background:#101418;padding:8px;display:grid;grid-template-columns:1fr 1fr;gap:5px;box-shadow:0 12px 30px #00000040}.mini-phone-grid .tile{height:88px;border-radius:8px}.combo-visual{position:relative;display:flex;justify-content:center}.combo-visual .mini-phone-grid{position:absolute;right:6%;top:-30px}.apps-cards{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:26px}.app-card{background:#25c25e;border-radius:22px;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden}.app-card .device{background:#fff;border-radius:14px;box-shadow:0 14px 40px #0003;width:75%;height:65%;padding:12px;display:grid;grid-template-columns:88px 1fr;gap:10px}.app-card .col-list{display:flex;flex-direction:column;gap:8px}.app-card .row-bar{height:10px;border-radius:5px;background:#e2e6e9}.app-card .chat-zone{background:#f6f1e8;border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:8px}.app-card .b1{background:#fff;border-radius:8px;height:22px;width:60%}.app-card .b2{background:#d9fdd3;border-radius:8px;height:22px;width:55%;align-self:flex-end}.photo-card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.photo-card .img{height:250px;border-radius:18px;margin-bottom:22px}.photo-card h3{font-size:27px;font-weight:500;letter-spacing:-.5px;color:var(--site-ink);line-height:1.15;margin-bottom:14px}.privacy-root{background:#10171b;min-height:100%}.privacy-root .site-header{background:#10171b;border-bottom-color:#ffffff0f}.privacy-root .site-nav a,.privacy-root .site-nav button{color:#fff}.privacy-root .pill-outline{background:#fff;color:var(--site-ink)}.privacy-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;max-width:1500px;margin:0 auto;padding:110px 64px}.privacy-section .feature-title,.privacy-section .feature-body,.privacy-section .learn-more{color:#fff}.privacy-title-accent{color:#25d366}.privacy-hero-title{color:#fff;font-size:84px;line-height:1.02;font-weight:500;letter-spacing:-2px;margin-bottom:30px}.phone.light-list .plist-row{display:flex;align-items:center;gap:10px;padding:9px 14px}.plist-row .pav{width:40px;height:40px;border-radius:50%;flex:none}.plist-row .pmain{flex:1;min-width:0}.plist-row .pname{font-size:14px;font-weight:600;color:#111b21}.plist-row .psnippet{font-size:12px;color:#667781;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plist-row .ptime{font-size:11px;color:#667781;flex:none}.phone-bottom-nav{display:flex;justify-content:space-around;padding:8px 6px 14px;border-top:1px solid #eef1f2;font-size:10.5px;color:#3b4a54;text-align:center}.phone-bottom-nav .active{color:#0b3d2c;font-weight:700}.psetting-row{display:flex;align-items:center;gap:12px;padding:12px 16px;font-size:14px;color:#111b21}.psetting-row .toggle{margin-left:auto;width:36px;height:20px;border-radius:11px;background:#d1d7db;position:relative}.psetting-row .toggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff}.psetting-row .toggle.on{background:#25d366}.psetting-row .toggle.on:after{left:auto;right:2px}.backup-illus{display:flex;justify-content:center;padding:26px 0 14px}.backup-title{text-align:center;font-size:16px;font-weight:700;color:#111b21;padding:0 26px 12px}.backup-line{font-size:11.5px;color:#3b4a54;text-align:center;padding:5px 30px}.backup-btn{margin:18px 16px 20px;background:#1daa61;color:#fff;border-radius:20px;text-align:center;padding:10px;font-size:13.5px;font-weight:600}.report-dialog{background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000059;padding:20px 20px 14px;width:250px}.report-dialog .rd-title{font-size:16px;font-weight:600;color:#111b21;margin-bottom:10px}.report-dialog .rd-body{font-size:12px;color:#3b4a54;line-height:1.45;margin-bottom:12px}.report-dialog .rd-check{display:flex;gap:9px;font-size:12.5px;color:#111b21;margin-bottom:14px}.report-dialog .rd-check .box{width:15px;height:15px;border:2px solid #8696a0;border-radius:3px;flex:none;margin-top:2px}.report-dialog .rd-actions{display:flex;justify-content:flex-end;gap:22px;font-size:13.5px;font-weight:600;color:#008069}.blog-root{background:#fff;min-height:100%}.blog-root .site-header{background:#fff}.blog-search{max-width:1500px;margin:0 auto;padding:18px 64px 0;display:flex;justify-content:flex-end}.blog-search-box{display:flex;align-items:center;gap:12px;border-bottom:1px solid #8a9096;padding:6px 2px;width:260px;color:var(--site-ink)}.blog-search-box input{border:none;outline:none;flex:1;font-size:14.5px;font-family:inherit}.blog-title{text-align:center;font-size:76px;font-weight:500;letter-spacing:-2px;color:var(--site-ink);padding:40px 20px 60px}.blog-post{max-width:1080px;margin:0 auto 90px;padding:0 24px}.blog-post-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.blog-post-date{font-size:15px;color:var(--site-ink)}.blog-share{display:flex;gap:10px}.blog-share span{width:40px;height:40px;border-radius:50%;border:1px solid #c9ced2;display:inline-flex;align-items:center;justify-content:center;color:#111b21;cursor:pointer}.blog-post-title{font-size:42px;font-weight:500;letter-spacing:-1px;line-height:1.12;color:var(--site-ink);margin-bottom:34px;max-width:950px}.blog-visual{background:var(--site-cream);border-radius:26px;padding:60px 60px 0;overflow:hidden;margin-bottom:34px}.blog-visual-title{font-size:66px;font-weight:600;letter-spacing:-1.5px;line-height:1.05;color:var(--site-ink);max-width:720px}.blog-visual-title .accent{color:#25d366}.blog-visual-bubble{display:flex;align-items:center;gap:0;margin:46px auto -10px;max-width:640px}.blog-visual-bubble .avatar{width:74px;height:74px;border-radius:50%;background:linear-gradient(140deg,#caa27c,#8c6446);flex:none;z-index:1}.blog-visual-bubble .bubble{flex:1;background:#fff;border-radius:40px;padding:20px 30px;margin-left:-14px;display:flex;justify-content:space-between;align-items:center;font-size:32px;font-weight:600;box-shadow:0 6px 20px #0000000f}.blog-visual-bubble .name{color:#e5387a}.blog-visual-bubble .handle{color:#3b4a54;font-weight:500}.blog-excerpt{font-size:17px;line-height:1.55;color:var(--site-ink);max-width:860px;margin-bottom:26px}.blog-item{max-width:1080px;margin:0 auto 80px;padding:0 24px;display:grid;grid-template-columns:350px 1fr;gap:40px;align-items:start}.blog-item .thumb{border-radius:18px;height:220px;position:relative;overflow:hidden}.blog-item .blog-post-title{font-size:32px;margin-bottom:20px}.blog-pager{max-width:1080px;margin:0 auto;padding:0 24px 90px;display:flex;gap:12px}.helphome{width:100%;max-width:900px;padding:56px 24px 80px}.helphome h1{font-size:23px;font-weight:700;margin-bottom:22px}.helphome-search{display:flex;align-items:center;gap:14px;background:#f0f2f5;border-radius:10px;height:58px;padding:0 22px;color:#54656f;margin-bottom:44px}.helphome-search input{flex:1;border:none;outline:none;background:transparent;font-size:15.5px;font-family:inherit;color:var(--text)}.helphome h2{font-size:19px;font-weight:700;margin-bottom:20px}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:50px}.topic-card{background:#f5f6f6;border-radius:10px;padding:26px 24px 24px;display:block;color:var(--text)}.topic-card:hover{background:#eef0f1}.topic-card .topic-illus{height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:34px}.topic-card h3{font-size:15.5px;font-weight:700;margin-bottom:8px}.topic-card p{font-size:14px;color:#3b4a54;line-height:1.45}.popular-links a{display:block;font-size:15.5px;color:var(--link);font-weight:600;margin-bottom:16px}.popular-links a:hover{text-decoration:underline}@media (max-width: 1100px){.hero-overlays{display:none}.hero-title{font-size:56px}.feature,.dl-hero,.news-grid,.dl-others-grid,.dl-done-grid{grid-template-columns:1fr}.site-nav{display:none}.topic-grid,.dl-topics{grid-template-columns:1fr}}@media (max-width: 1100px){.features-hero,.accordion-grid,.privacy-section{grid-template-columns:1fr;gap:44px}.features-hero .hero-big-title{font-size:54px}.privacy-hero-title{font-size:56px}.dl-title{font-size:52px}.blog-item{grid-template-columns:1fr}.hero{min-height:520px}}@media (max-width: 760px){.site-header{padding:12px 18px;gap:12px}.site-header-actions{gap:10px}.pill-outline,.pill-green{padding:10px 18px;font-size:14px}.hero-wrap{padding:14px 14px 6px}.hero{padding:34px 22px;min-height:460px;border-radius:20px}.hero-title{font-size:42px;letter-spacing:-1px;margin-bottom:22px}.hero-sub{font-size:16px;margin-bottom:30px}.section{padding:56px 22px}.statement{font-size:30px;letter-spacing:-.5px;padding:26px 0}.statement-wrap{padding:30px 22px 44px}.float-chip{display:none}.feature{padding:46px 22px;gap:34px}.feature-title{font-size:32px;letter-spacing:-.5px;max-width:none}.feature-body{font-size:16px}.feature-visual{max-width:100%;overflow:hidden}.desktop-window{width:100%;grid-template-columns:1fr}.dw-side{display:none}.dark-section{padding:60px 22px}.dark-section .glyphs{font-size:32px}.news-section{padding:56px 22px}.news-cards{grid-template-columns:1fr}.news-card{min-height:0}.news-card-title{margin-top:26px}.site-footer{padding:54px 22px 30px}.site-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.site-footer-brand{grid-column:1 / -1}.site-footer-bottom{flex-wrap:wrap;gap:14px}.dl-hero{padding:36px 22px 52px;gap:28px}.dl-title{font-size:38px;letter-spacing:-1px}.dl-card{padding:22px}.dl-cards-row{grid-template-columns:1fr}.dl-os-card{min-height:0}.features-hero{padding:40px 22px 52px;gap:30px}.features-hero .hero-big-title{font-size:38px;letter-spacing:-1px}.green-section{padding:54px 22px}.accordion-grid{gap:34px}.apps-cards{grid-template-columns:1fr}.app-card{min-height:0}.big-phone-call{width:100%;max-width:340px;height:600px}.laptop-mock{width:100%}.combo-visual .mini-phone-grid{right:0;top:-18px}.photo-card-row{grid-template-columns:1fr}.photo-card .img{height:210px}.privacy-section{padding:54px 22px;gap:34px}.privacy-hero-title{font-size:40px;letter-spacing:-1px}.blog-search{padding:14px 18px 0}.blog-title{font-size:40px;padding:24px 18px 34px;letter-spacing:-1px}.blog-post{margin-bottom:56px}.blog-post-title{font-size:28px}.blog-visual{padding:28px 22px 0;border-radius:18px}.blog-visual-title{font-size:32px;letter-spacing:-.5px}.blog-item{margin-bottom:50px}.blog-item .thumb{height:190px}.blog-item .blog-post-title{font-size:24px}.topic-grid{grid-template-columns:1fr;gap:14px}.helphome{padding:34px 18px 56px}.helphome-search{height:50px;padding:0 16px}}.burger-btn{display:none;background:none;border:none;color:var(--site-ink);padding:6px;cursor:pointer;align-items:center;justify-content:center}.mobile-menu{position:fixed;top:64px;left:0;right:0;bottom:0;background:var(--site-cream);z-index:50;padding:10px 22px 34px;display:flex;flex-direction:column;overflow-y:auto}.mobile-menu-links{display:flex;flex-direction:column}.mobile-menu-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:21px;font-weight:500;color:var(--site-ink);padding:17px 0;border-bottom:1px solid rgba(17,27,33,.08)}.mobile-menu-actions{margin-top:28px;display:flex;flex-direction:column;gap:14px}.mobile-menu-actions .pill-outline,.mobile-menu-actions .pill-green{justify-content:center;padding:14px 22px;font-size:16px}.site-header.on-green .mobile-menu{background:var(--dl-green)}.blog-root .mobile-menu{background:#fff}.privacy-root .mobile-menu{background:#10171b}.privacy-root .mobile-menu-links a{color:#fff;border-bottom-color:#ffffff1f}.privacy-root .burger-btn{color:#fff}@media (max-width: 1100px){.burger-btn{display:inline-flex}.site-header-actions{display:none}}.news-cards{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.news-cards::-webkit-scrollbar{display:none}.news-card{flex:0 0 calc(50% - 13px);min-width:300px;scroll-snap-align:start}.photo-card-row{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.photo-card-row::-webkit-scrollbar{display:none}.photo-card{flex:0 0 calc(33.333% - 18px);min-width:270px;scroll-snap-align:start}.news-arrow.disabled{opacity:.35;pointer-events:none}.report-phones{position:relative;display:flex;justify-content:center;min-height:480px}.report-side{opacity:.9}.report-left{transform:translate(-90px)}.report-right{transform:translate(90px)}.report-center{position:absolute;top:60px;left:50%;transform:translate(-50%);z-index:2}@media (max-width: 760px){.news-card{flex-basis:86%;min-width:0}.photo-card{flex-basis:84%;min-width:0}.report-phones{min-height:0}.report-side{display:none}.report-center{position:static;transform:none}.hero-code-glyph{display:none}.privacy-section .phone,.feature-visual .phone{max-width:100%}}.wa-root{height:100vh;display:flex;background:#fff;overflow:hidden}.wa-rail{width:64px;flex:none;background:#f7f5f3;border-right:1px solid #ebe7e2;display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:6px}.wa-rail .spacer{flex:1}.rail-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3b4a54;position:relative}.rail-btn:hover{background:#ebe7e2}.rail-btn.active{background:#d9fdd3;color:#0b3d2c}.rail-btn .rail-badge{position:absolute;top:4px;right:4px;background:#25d366;color:#fff;border-radius:10px;font-size:10px;font-weight:700;padding:1px 5px}.rail-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;cursor:pointer;border:none}.wa-avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none;color:#fff;-webkit-user-select:none;user-select:none}.wa-left{width:420px;flex:none;border-right:1px solid #ebe7e2;display:flex;flex-direction:column;min-width:0;background:#fff;position:relative}.wa-left-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 8px}.wa-left-title{font-size:21px;font-weight:700;color:#111b21}.wa-left-actions{display:flex;gap:4px}.icon-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3b4a54}.icon-btn:hover{background:#f0f2f5}.wa-search-row{padding:4px 12px 8px}.wa-search{display:flex;align-items:center;gap:12px;background:#f0f2f5;border-radius:10px;height:38px;padding:0 14px;color:#54656f}.wa-search input{border:none;outline:none;background:transparent;flex:1;font-size:14.5px;font-family:inherit;color:#111b21}.wa-search input::placeholder{color:#8696a0}.wa-filters{display:flex;gap:8px;padding:2px 12px 10px;flex-wrap:wrap}.wa-filter{border:1px solid #e9edef;background:#fff;color:#54656f;border-radius:16px;padding:5px 13px;font-size:13.5px}.wa-filter .wa-filter-count{margin-left:4px;font-size:11.5px;opacity:.85}.list-pick-row{display:flex;align-items:center;gap:10px;padding:7px 4px;cursor:pointer}.list-pick-row .lp-name{font-size:14.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-filter.active{background:#e7fce3;border-color:#d9fdd3;color:#0b3d2c;font-weight:600}.wa-list{flex:1;overflow-y:auto}.wa-list::-webkit-scrollbar{width:6px}.wa-list::-webkit-scrollbar-thumb{background:#d1d7db;border-radius:3px}.chat-row{display:flex;align-items:center;gap:14px;padding:0 14px;height:72px;cursor:pointer}.chat-row:hover{background:#f5f6f6}.chat-row.active{background:#f0f2f5}.chat-row .cr-main{flex:1;min-width:0;border-bottom:1px solid #f0f2f5;height:100%;display:flex;flex-direction:column;justify-content:center;gap:3px}.chat-row .cr-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.chat-row .cr-name{font-size:16px;color:#111b21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-row .cr-time{font-size:12px;color:#667781;flex:none}.chat-row .cr-time.green{color:#1daa61;font-weight:600}.chat-row .cr-bottom{display:flex;align-items:center;gap:6px;font-size:13.5px;color:#667781}.chat-row .cr-preview{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:4px}.cr-badge{background:#25d366;color:#fff;border-radius:12px;min-width:20px;height:20px;padding:0 6px;font-size:11.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex:none}.cr-pin{color:#8696a0;flex:none}.ticks{color:#8696a0;flex:none;display:inline-flex}.ticks.read{color:#53bdeb}.wa-main{flex:1;min-width:0;display:flex;flex-direction:column;background:#f7f5f3;position:relative}.wa-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;border-bottom:6px solid #25d366}.wa-empty h2{font-size:30px;font-weight:300;color:#41525d;margin:26px 0 12px}.wa-empty p{font-size:14px;color:#667781;max-width:440px;line-height:1.5}.wa-empty .e2e{position:absolute;bottom:22px;display:inline-flex;align-items:center;gap:6px;color:#8696a0;font-size:13.5px}.chat-header{height:60px;flex:none;background:#f7f5f3;border-bottom:1px solid #ebe7e2;display:flex;align-items:center;gap:12px;padding:0 16px;cursor:pointer}.chat-header .ch-main{flex:1;min-width:0}.chat-header .ch-name{font-size:16px;font-weight:600;color:#111b21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header .ch-sub{font-size:12.5px;color:#667781;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header .ch-sub.typing{color:#1daa61;font-weight:600}.chat-scroll{flex:1;overflow-y:auto;padding:18px 8% 12px;background-color:#efe9df;background-image:radial-gradient(rgba(120,100,80,.12) 1.3px,transparent 1.3px);background-size:26px 26px;display:flex;flex-direction:column;gap:3px}.chat-scroll::-webkit-scrollbar{width:6px}.chat-scroll::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.day-chip{align-self:center;background:#fff;color:#54656f;font-size:12px;border-radius:8px;padding:5px 12px;margin:10px 0;box-shadow:0 1px 1px #0000000f}.encrypt-chip{align-self:center;background:#fdf3c6;color:#54655f;font-size:12.5px;border-radius:8px;padding:6px 14px;margin-bottom:10px;max-width:560px;text-align:center;box-shadow:0 1px 1px #0000000f}.msg{max-width:62%;border-radius:9px;padding:6px 9px 8px;font-size:14.2px;line-height:1.35;color:#111b21;position:relative;box-shadow:0 1px 1px #00000014;white-space:pre-wrap;word-break:break-word}.msg.in{background:#fff;align-self:flex-start;border-top-left-radius:0}.msg.out{background:#d9fdd3;align-self:flex-end;border-top-right-radius:0}.msg .author{font-size:13px;font-weight:600;margin-bottom:2px}.msg .meta{float:right;margin:8px -2px -4px 10px;font-size:11px;color:#667781;display:inline-flex;align-items:center;gap:3px}.msg .sticker{font-size:64px;line-height:1.1;display:block}.msg .msg-locked{display:inline-block;font-style:italic;opacity:.75;cursor:help}.msg .doc-row{display:flex;align-items:center;gap:10px;background:#0000000a;border-radius:7px;padding:10px 12px;min-width:240px}.msg .doc-row .pdf{width:34px;height:40px;background:#ea0038;color:#fff;border-radius:4px;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none}.msg .doc-row .doc-name{font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}.msg .doc-row .doc-meta{font-size:11.5px;color:#667781}.msg .doc-bubble{display:block}.msg .doc-bubble .doc-preview{display:block;width:100%;max-width:330px;max-height:150px;object-fit:cover;object-position:top;border-radius:7px 7px 0 0;margin-bottom:-2px}.msg .doc-row .doc-dl{margin-left:auto;width:30px;height:30px;border:1.6px solid #8696a0;border-radius:50%;color:#54656f;display:flex;align-items:center;justify-content:center;flex:none;font-size:14px}.msg .sticker-img{display:block;width:130px;height:130px;object-fit:contain}.quick-fwd{align-self:center;width:34px;height:34px;border:none;border-radius:50%;background:#0b141a38;color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer;flex:none;margin:0 6px}.msg-line .msg-side:hover .quick-fwd{display:inline-flex}.chat-composer{flex:none;display:flex;align-items:flex-end;gap:8px;padding:10px 16px;background:#f7f5f3;position:relative}.composer-box{flex:1;display:flex;align-items:center;gap:8px;background:#fff;border-radius:24px;padding:7px 10px 7px 6px;border:1px solid #ebe7e2}.composer-box input{flex:1;border:none;outline:none;font-size:15px;font-family:inherit;color:#111b21;padding:4px 2px;background:transparent}.composer-box input::placeholder{color:#8696a0}.send-btn{width:44px;height:44px;border-radius:50%;background:#1daa61;display:flex;align-items:center;justify-content:center;flex:none}.send-btn:hover{background:#17954f}.emoji-row{position:absolute;bottom:64px;left:16px;right:16px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000024;padding:10px 14px;display:flex;gap:8px;flex-wrap:wrap;z-index:5}.emoji-row button{font-size:24px;padding:4px;border-radius:6px}.emoji-row button:hover{background:#f0f2f5}.emoji-panel{position:absolute;bottom:64px;left:16px;right:16px;height:340px;background:#fff;border-radius:14px;box-shadow:0 6px 28px #0000002e;z-index:6;display:flex;flex-direction:column;overflow:hidden}.ep-tabs{display:flex;justify-content:space-around;border-bottom:1px solid #e9edef;padding:6px 8px 0;flex:none}.ep-tab{font-size:20px;padding:6px 10px 8px;border-bottom:3px solid transparent;filter:grayscale(1);opacity:.7}.ep-tab.active{border-bottom-color:#1daa61;filter:none;opacity:1}.ep-label{flex:none;padding:8px 14px 2px;font-size:12.5px;color:#667781;font-weight:600;text-transform:uppercase}.ep-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));padding:6px 10px 12px;align-content:start}.ep-grid button{font-size:25px;padding:5px 2px;border-radius:7px;line-height:1.2}.ep-grid button:hover{background:#f0f2f5}.ep-grid::-webkit-scrollbar{width:6px}.ep-grid::-webkit-scrollbar-thumb{background:#d1d7db;border-radius:3px}.wa-root.dark .emoji-panel{background:#233138}.wa-root.dark .ep-tabs{border-bottom-color:#2a3942}.wa-root.dark .ep-grid button:hover{background:#182229}.msg-media{display:block;max-width:330px;max-height:340px;border-radius:7px;margin-bottom:3px}.attach-menu{position:absolute;bottom:64px;left:16px;background:#fff;border-radius:14px;box-shadow:0 4px 24px #00000029;padding:8px;z-index:5;min-width:200px}.attach-menu button{display:flex;align-items:center;gap:12px;width:100%;padding:9px 12px;border-radius:8px;font-size:14.5px;color:#111b21;text-align:left}.attach-menu button:hover{background:#f0f2f5}.wa-right{width:380px;flex:none;border-left:1px solid #ebe7e2;background:#f7f5f3;display:flex;flex-direction:column;overflow-y:auto}.wa-right-header{height:60px;flex:none;display:flex;align-items:center;gap:18px;padding:0 18px;font-size:16px;color:#111b21;background:#f7f5f3;border-bottom:1px solid #ebe7e2}.wa-right-card{background:#fff;margin-bottom:10px;padding:20px 24px}.wa-right-card.center{text-align:center}.wa-right .big-name{font-size:20px;color:#111b21;margin-top:14px}.wa-right .sub{font-size:14px;color:#667781;margin-top:4px}.wa-right .label{font-size:13.5px;color:#667781;margin-bottom:6px}.wa-right .value{font-size:15.5px;color:#111b21}.right-action{display:flex;align-items:center;gap:16px;padding:14px 24px;font-size:15.5px;color:#ea0038;background:#fff;width:100%;text-align:left}.right-action:hover{background:#f5f6f6}.drawer{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;z-index:10;display:flex;flex-direction:column;animation:drawer-in .18s ease}@keyframes drawer-in{0%{transform:translate(-30px);opacity:.4}to{transform:translate(0);opacity:1}}.drawer-header{display:flex;align-items:center;gap:20px;padding:18px 20px 12px;font-size:17px;font-weight:600;color:#111b21}.list-row{display:flex;align-items:center;gap:14px;padding:10px 16px;cursor:pointer}.list-row:hover{background:#f5f6f6}.list-row .lr-main{flex:1;min-width:0}.list-row .lr-name{font-size:15.5px;color:#111b21}.list-row .lr-sub{font-size:13px;color:#667781;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-label{padding:18px 20px 8px;font-size:14px;color:#008069;font-weight:600}.status-ring{border-radius:50%;padding:2px;border:2.5px solid #25d366}.status-ring.seen{border-color:#d1d7db}.ring-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:none;cursor:pointer}.ring-wrap svg.ring{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotate(-90deg)}.status-composer{flex:1;display:flex;flex-direction:column;position:relative}.sc-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;z-index:2}.sc-tools{display:flex;gap:10px}.sc-btn{width:42px;height:42px;border-radius:50%;background:#00000047;color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:600}.sc-body{flex:1;display:flex;align-items:center;justify-content:center;padding:30px 12%;overflow:hidden;position:relative}.sc-body textarea{width:100%;max-width:640px;background:transparent;border:none;outline:none;resize:none;color:#fff;font-size:34px;font-weight:500;text-align:center;line-height:1.35;font-family:inherit}.sc-body textarea::placeholder{color:#ffffffa6}.sc-body img,.sc-body video{max-width:100%;max-height:100%;border-radius:6px}.sc-bottom{display:flex;align-items:center;gap:10px;padding:12px 16px 16px;z-index:2}.sc-caption{flex:1;display:flex;align-items:center;background:#00000059;border-radius:24px;padding:0 18px;height:46px}.sc-caption input{flex:1;border:none;outline:none;background:transparent;color:#fff;font-size:15px;font-family:inherit}.sc-caption input::placeholder{color:#ffffffa6}.status-caption{position:absolute;left:0;right:0;bottom:0;background:#0000008c;color:#fff;text-align:center;font-size:15.5px;padding:14px 20px}.status-media{max-width:100%;max-height:100%}.status-viewer{flex:1;background:#101418;display:flex;flex-direction:column}.status-progress{display:flex;gap:4px;padding:12px 14px 8px}.status-progress span{flex:1;height:3px;border-radius:2px;background:#ffffff59}.status-progress span.done{background:#fff}.status-topbar{display:flex;align-items:center;gap:12px;padding:6px 16px 10px;color:#fff}.status-body{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;text-align:center;color:#fff;font-size:30px;font-weight:500;line-height:1.35}.channel-post{max-width:560px;align-self:flex-start;background:#fff;border-radius:0 9px 9px;padding:8px 11px;font-size:14.2px;line-height:1.4;box-shadow:0 1px 1px #00000014;white-space:pre-wrap}.channel-post .reactions{margin-top:8px;background:#f0f2f5;box-shadow:none}.channel-footer{flex:none;text-align:center;padding:14px;font-size:14px;color:#667781;background:#f7f5f3}.settings-profile{display:flex;align-items:center;gap:16px;padding:14px 20px;cursor:pointer}.settings-profile:hover{background:#f5f6f6}.settings-item{display:flex;align-items:center;gap:18px;padding:14px 22px;font-size:15.5px;color:#111b21;width:100%;text-align:left;cursor:pointer}.settings-item:hover{background:#f5f6f6}.settings-item.danger{color:#ea0038}.settings-item .si-sub{display:block;font-size:13px;color:#667781}.profile-panel{padding:28px 24px;display:flex;flex-direction:column;align-items:center}.profile-field{width:100%;margin-top:26px}.profile-field .pf-label{font-size:13.5px;color:#008069;margin-bottom:8px}.profile-field .pf-row{display:flex;align-items:center;gap:10px;border-bottom:2px solid #e9edef;padding-bottom:6px}.profile-field input{flex:1;border:none;outline:none;font-size:15.5px;font-family:inherit;color:#111b21}.profile-note{font-size:13px;color:#667781;margin-top:10px;line-height:1.45}.chat-row{position:relative}.row-caret{position:absolute;right:10px;top:50%;transform:translateY(-50%);opacity:0;transition:opacity .12s ease;color:#8696a0;background:inherit;z-index:3;padding:4px;border-radius:50%}.chat-row:hover .row-caret{opacity:1}.row-caret:hover{background:#0000000f}.member-admin{border:1px solid #d1d7db;border-radius:5px;color:#667781;font-size:11px;padding:1px 6px;flex:none}.wa-root.dark .member-admin{border-color:#3b4a54;color:#8696a0}.composer-disabled{flex:none;text-align:center;padding:16px;font-size:14px;color:#667781;background:#f7f5f3}.wa-root.dark .composer-disabled{background:#202c33;color:#8696a0}.media-link-row{display:block;padding:8px 0;font-size:14px;color:#027eb5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.dropdown{position:absolute;background:#fff;border-radius:10px;box-shadow:0 4px 26px #0003;padding:7px 0;min-width:215px;z-index:45;animation:dd-in .1s ease}@keyframes dd-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.dropdown button{display:block;width:100%;padding:10px 20px;font-size:14.5px;color:#111b21;text-align:left;white-space:nowrap}.dropdown button:hover{background:#f5f6f6}.dropdown button.danger{color:#ea0038}.dropdown .dd-sep{height:1px;background:#e9edef;margin:6px 0}.wa-root.dark .dropdown{background:#233138}.wa-root.dark .dropdown button{color:#e9edef}.wa-root.dark .dropdown button:hover{background:#182229}.wa-root.dark .dropdown .dd-sep{background:#2a3942}.msg-line{display:flex;align-items:center;gap:10px}.msg-line .msg-side{flex:1;display:flex;min-width:0}.msg-line .msg-side.out{justify-content:flex-end}.msg-caret{position:absolute;top:1px;right:2px;opacity:0;transition:opacity .12s ease;color:#8696a0;padding:2px;border-radius:4px;z-index:2}.msg:hover .msg-caret{opacity:1}.msg.has-reaction{margin-bottom:16px}.msg-reaction{position:absolute;bottom:-14px;left:10px;background:#fff;border:1px solid #f0f2f5;border-radius:12px;padding:1px 7px;font-size:12.5px;box-shadow:0 1px 3px #00000026;cursor:pointer;z-index:2}.wa-root.dark .msg-reaction{background:#233138;border-color:#233138}.react-bar{position:absolute;top:-50px;right:0;display:flex;gap:4px;background:#fff;border-radius:26px;padding:6px 10px;box-shadow:0 4px 20px #0003;z-index:8}.react-bar button{font-size:23px;padding:3px;border-radius:50%;transition:transform .1s ease}.react-bar button:hover{transform:scale(1.25)}.wa-root.dark .react-bar{background:#233138}.msg-menu{position:absolute;top:22px;right:2px;z-index:9}.reply-quote{border-left:4px solid #25d366;background:#0000000d;border-radius:6px;padding:5px 9px;margin-bottom:4px;font-size:13px;color:#54656f;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reply-quote .rq-name{display:block;color:#008069;font-weight:600;font-size:12.5px}.wa-root.dark .reply-quote{background:#ffffff0f;color:#aebac1}.composer-reply{position:absolute;bottom:66px;left:68px;right:68px;background:#fff;border-radius:10px;padding:8px 12px;box-shadow:0 2px 12px #0000001f;display:flex;align-items:center;gap:10px;z-index:5}.composer-reply .reply-quote{flex:1;margin-bottom:0}.wa-root.dark .composer-reply{background:#233138}.fwd-label{display:flex;align-items:center;gap:5px;font-size:12px;font-style:italic;color:#8696a0;margin-bottom:3px}.deleted-msg{display:flex;align-items:center;gap:6px;font-style:italic;color:#8696a0}.star-ic{font-size:10.5px;color:#8696a0}.sel-toolbar{height:60px;flex:none;display:flex;align-items:center;gap:8px;padding:0 16px;background:#f7f5f3;border-bottom:1px solid #ebe7e2}.wa-root.dark .sel-toolbar{background:#202c33;border-bottom-color:#2a3942;color:#e9edef}.sel-toolbar .sel-count{flex:1;font-size:16px;color:inherit}.sel-check{width:21px;height:21px;border-radius:50%;border:2px solid #8696a0;flex:none;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;background:transparent}.sel-check.on{background:#25d366;border-color:#25d366}.fab-green{position:absolute;bottom:26px;right:26px;width:54px;height:54px;border-radius:50%;background:#1daa61;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000047;z-index:12}.fab-green:disabled{opacity:.4}.chip-row{display:flex;flex-wrap:wrap;gap:6px;padding:4px 16px 10px}.member-chip{display:inline-flex;align-items:center;gap:7px;background:#f0f2f5;border-radius:15px;padding:3px 11px 3px 4px;font-size:13px;color:#111b21}.wa-root.dark .member-chip{background:#2a3942;color:#e9edef}.search-hit{display:block;width:100%;text-align:left;padding:11px 18px;border-bottom:1px solid #f0f2f5;cursor:pointer}.search-hit:hover{background:#f5f6f6}.search-hit .sh-time{font-size:12px;color:#667781;margin-bottom:3px}.search-hit .sh-text{font-size:14px;color:#111b21;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-hit mark{background:#ffe28a;border-radius:2px}.wa-root.dark .search-hit{border-bottom-color:#1c262c}.wa-root.dark .search-hit:hover{background:#202c33}.fwd-modal-list{max-height:330px;overflow-y:auto;margin:0 -26px}.voice-msg{display:flex;align-items:center;gap:9px;min-width:270px;padding:4px 2px 2px}.voice-play{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8696a0;flex:none}.voice-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.voice-wave{display:flex;align-items:center;gap:2px;height:24px;position:relative;cursor:pointer}.voice-wave i{flex:1;border-radius:2px;background:#bfc9ce;min-width:2.5px}.voice-wave i.played{background:#7d8d95}.voice-wave .voice-dot{position:absolute;top:50%;width:13px;height:13px;border-radius:50%;background:#53bdeb;transform:translate(-50%,-50%);box-shadow:0 1px 3px #0000004d}.voice-wave .voice-dot.fresh{background:#1daa61}.voice-avatar-mic{position:relative;flex:none}.voice-avatar-mic .vmic{position:absolute;right:-5px;bottom:-2px}.vmic-new{color:#1daa61}.vmic-heard{color:#53bdeb}.vmic-out{color:#8696a0}.voice-duration{font-size:11.5px;color:#667781;line-height:1}.wa-root.dark .voice-wave i{background:#4a5f6b}.wa-root.dark .voice-wave i.played{background:#97a6ad}.wa-root.dark .voice-duration{color:#97a4ab}.recording-bar{flex:1;display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #ebe7e2;border-radius:24px;padding:8px 18px}.wa-root.dark .recording-bar{background:#2a3942;border-color:#2a3942}.recording-dot{width:11px;height:11px;border-radius:50%;background:#ea0038;animation:rec-blink 1s ease infinite}@keyframes rec-blink{50%{opacity:.25}}.recording-time{font-size:15px;color:#3b4a54;min-width:44px}.wa-root.dark .recording-time{color:#e9edef}.recording-hint{flex:1;text-align:right;font-size:13.5px;color:#8696a0}.rec-cancel{color:#ea0038;font-size:14.5px;font-weight:600}.priv-option{display:flex;align-items:center;gap:14px;width:100%;padding:13px 22px;font-size:15.5px;color:#111b21;text-align:left;cursor:pointer}.priv-option:hover{background:#f5f6f6}.wa-root.dark .priv-option{color:#e9edef}.wa-root.dark .priv-option:hover{background:#202c33}.wallpaper-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px 22px}.wallpaper-swatch{height:74px;border-radius:8px;cursor:pointer;border:2.5px solid transparent}.wallpaper-swatch.on{border-color:#1daa61}.set-cta{display:block;margin:20px 22px;background:#008069;color:#fff;border-radius:22px;padding:11px 26px;font-size:14.5px;font-weight:600}.set-cta.danger{background:#ea0038}.set-cta.ghost{background:transparent;border:1px solid #d1d7db;color:#008069}.set-cta:disabled{opacity:.4;cursor:default}.set-illustration{display:flex;justify-content:center;padding:30px 0 10px}.set-input-row{margin:8px 22px 4px;border-bottom:2px solid #00806955;padding-bottom:6px}.set-input-row input,.set-input-row textarea{width:100%;border:none;outline:none;font-size:15.5px;font-family:inherit;color:inherit;background:transparent;resize:none}.pin-boxes{display:flex;justify-content:center;gap:8px;padding:16px 0}.pin-boxes input{width:40px;height:48px;border:1px solid #d1d7db;border-radius:8px;text-align:center;font-size:20px;outline:none;background:transparent;color:inherit}.boot-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center}.boot-progress{width:340px;height:3.5px;border-radius:2px;background:#e9edef;margin-top:34px;overflow:hidden}.boot-progress>span{display:block;height:100%;background:#25d366;border-radius:2px;transition:width .25s ease}.boot-label{margin-top:20px;font-size:14.5px;color:#41525d}.boot-e2e{position:absolute;bottom:40px;display:inline-flex;align-items:center;gap:7px;color:#8696a0;font-size:14px}.archived-row{display:flex;align-items:center;gap:14px;padding:10px 18px;cursor:pointer;color:#008069}.archived-row:hover{background:#f5f6f6}.archived-row .ar-label{flex:1;font-size:15.5px;color:#111b21;font-weight:500}.archived-row .ar-count{font-size:12.5px;color:#008069;font-weight:600}.switch{width:38px;height:21px;border-radius:12px;background:#cdd4d9;position:relative;flex:none;cursor:pointer;transition:background .15s ease;border:none}.switch:after{content:"";position:absolute;top:2.5px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:left .15s ease;box-shadow:0 1px 2px #0003}.switch.on{background:#25d366}.switch.on:after{left:19px}.radio-dot{width:19px;height:19px;border-radius:50%;border:2px solid #8696a0;flex:none;display:inline-flex;align-items:center;justify-content:center}.radio-dot.on{border-color:#008069}.radio-dot.on:after{content:"";width:10px;height:10px;border-radius:50%;background:#008069}.set-detail-row{display:flex;align-items:center;gap:16px;padding:14px 22px;width:100%;text-align:left;cursor:pointer;font-size:15.5px;color:#111b21}.set-detail-row:hover{background:#f5f6f6}.set-detail-row .sd-main{flex:1;min-width:0}.set-detail-row .sd-sub{display:block;font-size:13px;color:#667781;margin-top:2px}.set-section-title{padding:20px 22px 8px;font-size:14px;color:#008069;font-weight:600}.set-note{padding:8px 22px 16px;font-size:13px;color:#667781;line-height:1.45}.shortcut-row{display:flex;align-items:center;justify-content:space-between;padding:11px 22px;font-size:14.5px;color:#111b21}.shortcut-row .keys{display:flex;gap:5px}.shortcut-row kbd{background:#f0f2f5;border:1px solid #d1d7db;border-radius:5px;padding:2px 8px;font-size:12.5px;font-family:inherit;color:#3b4a54}.wa-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b141a8c;z-index:60;display:flex;align-items:center;justify-content:center}.wa-modal{background:#fff;border-radius:14px;padding:24px 26px 18px;width:420px;box-shadow:0 10px 40px #0000004d}.wa-modal h3{font-size:17px;font-weight:600;color:#111b21;margin-bottom:18px}.wa-modal .modal-option{display:flex;align-items:center;gap:14px;padding:10px 4px;width:100%;text-align:left;font-size:15px;color:#111b21;cursor:pointer}.wa-modal .modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.wa-modal .modal-btn{border-radius:20px;padding:9px 22px;font-size:14.5px;font-weight:600}.wa-modal .modal-btn.ghost{color:#008069;border:1px solid #d1d7db}.wa-modal .modal-btn.solid{background:#008069;color:#fff}.wa-root.dark{background:#111b21}.wa-root.dark .wa-rail{background:#202c33;border-right-color:#2a3942}.wa-root.dark .rail-btn{color:#aebac1}.wa-root.dark .rail-btn:hover{background:#2a3942}.wa-root.dark .rail-btn.active{background:#2a3942;color:#e9edef}.wa-root.dark .wa-left{background:#111b21;border-right-color:#2a3942}.wa-root.dark .wa-left-title,.wa-root.dark .drawer-header,.wa-root.dark .chat-row .cr-name,.wa-root.dark .list-row .lr-name,.wa-root.dark .archived-row .ar-label,.wa-root.dark .set-detail-row,.wa-root.dark .settings-item,.wa-root.dark .shortcut-row,.wa-root.dark .chat-header .ch-name{color:#e9edef}.wa-root.dark .icon-btn{color:#aebac1}.wa-root.dark .icon-btn:hover{background:#2a3942}.wa-root.dark .wa-search,.wa-root.dark .helphome-search{background:#202c33}.wa-root.dark .wa-search input{color:#e9edef}.wa-root.dark .wa-filter{background:transparent;border-color:#2a3942;color:#8696a0}.wa-root.dark .wa-filter.active{background:#103529;border-color:#103529;color:#00a884}.wa-root.dark .chat-row:hover,.wa-root.dark .list-row:hover,.wa-root.dark .archived-row:hover,.wa-root.dark .set-detail-row:hover,.wa-root.dark .settings-item:hover,.wa-root.dark .settings-profile:hover{background:#202c33}.wa-root.dark .chat-row.active{background:#2a3942}.wa-root.dark .chat-row .cr-main{border-bottom-color:#1c262c}.wa-root.dark .drawer{background:#111b21}.wa-root.dark .wa-main{background:#222e35}.wa-root.dark .chat-header{background:#202c33;border-bottom-color:#2a3942}.wa-root.dark .chat-scroll{background-color:#0b141a;background-image:radial-gradient(rgba(134,150,160,.09) 1.3px,transparent 1.3px)}.wa-root.dark .msg{color:#e9edef}.wa-root.dark .msg.in{background:#202c33}.wa-root.dark .msg.out{background:#005c4b}.wa-root.dark .msg .meta{color:#fff9}.wa-root.dark .msg .doc-row{background:#ffffff0f}.wa-root.dark .day-chip{background:#182229;color:#8696a0;box-shadow:none}.wa-root.dark .encrypt-chip{background:#182229;color:#ffd279;box-shadow:none}.wa-root.dark .chat-composer{background:#202c33}.wa-root.dark .composer-box{background:#2a3942;border-color:#2a3942}.wa-root.dark .composer-box input{color:#e9edef}.wa-root.dark .channel-post{background:#202c33;color:#e9edef}.wa-root.dark .channel-post .reactions{background:#2a3942}.wa-root.dark .channel-footer{background:#202c33;color:#8696a0}.wa-root.dark .wa-empty{border-bottom-color:#00a884}.wa-root.dark .wa-empty h2{color:#e9edef}.wa-root.dark .wa-right{background:#0c1317;border-left-color:#2a3942}.wa-root.dark .wa-right-header{background:#202c33;border-bottom-color:#2a3942;color:#e9edef}.wa-root.dark .wa-right-card{background:#111b21}.wa-root.dark .wa-right .big-name,.wa-root.dark .wa-right .value{color:#e9edef}.wa-root.dark .right-action{background:#111b21}.wa-root.dark .right-action:hover{background:#202c33}.wa-root.dark .settings-profile div div:first-child{color:#e9edef}.wa-root.dark .emoji-row,.wa-root.dark .attach-menu{background:#233138}.wa-root.dark .attach-menu button{color:#e9edef}.wa-root.dark .attach-menu button:hover,.wa-root.dark .emoji-row button:hover{background:#182229}.wa-root.dark .wa-modal{background:#3b4a54}.wa-root.dark .wa-modal h3,.wa-root.dark .wa-modal .modal-option{color:#e9edef}.wa-root.dark .shortcut-row kbd{background:#2a3942;border-color:#3b4a54;color:#aebac1}.wa-root.dark .status-viewer{background:#0b141a}.wa-root.dark .boot-screen{background:#111b21}.wa-root.dark .boot-label{color:#aebac1}.phone-login-card{background:#fff;border:1px solid #ece5d8;border-radius:24px;padding:40px 48px;margin-bottom:36px}.phone-login-title{font-size:26px;font-weight:400;margin-bottom:10px}.phone-login-sub{font-size:15px;color:#3b4a54;margin-bottom:28px}.country-select{position:relative;max-width:400px;margin:0 auto}.country-btn{width:100%;display:flex;align-items:center;gap:10px;border:1px solid #d1d7db;border-radius:24px;padding:12px 18px;font-size:15.5px;color:#111b21;background:#fff;margin-bottom:14px}.country-list{position:absolute;top:54px;left:0;right:0;max-height:260px;overflow-y:auto;background:#fff;border-radius:14px;box-shadow:0 6px 24px #00000029;z-index:10}.country-list button{display:flex;align-items:center;gap:12px;width:100%;padding:11px 18px;font-size:14.5px;text-align:left}.country-list button:hover{background:#f0f2f5}.phone-input-login{max-width:400px;margin:0 auto;display:flex;align-items:center;gap:10px;border:1px solid #d1d7db;border-radius:24px;padding:12px 18px}.phone-input-login .prefix{color:#54656f;font-size:15.5px}.phone-input-login input{flex:1;border:none;outline:none;font-size:15.5px;font-family:inherit}.phone-next{display:block;margin:26px auto 0;background:#25d366;color:#0a1e12;font-size:15.5px;font-weight:600;border-radius:24px;padding:12px 34px}.phone-next:disabled{opacity:.45;cursor:default}.pairing-code{display:flex;justify-content:center;gap:8px;margin:30px 0 12px}.pairing-code span{width:46px;height:56px;border:1px solid #d1d7db;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#111b21}.pairing-code .dash{border:none;width:18px;color:#8696a0}.pairing-wait{text-align:center;color:#667781;font-size:14px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:22px}.spinner{width:18px;height:18px;border-radius:50%;border:2.5px solid #d1d7db;border-top-color:#1daa61;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-back-link{display:block;text-align:center;margin-top:26px;font-size:15.5px;font-weight:600;color:#008069}.ep-modes{display:flex;gap:6px;padding:10px 12px 4px;flex:none}.ep-modes button{font-size:13px;font-weight:600;color:#667781;padding:5px 14px;border-radius:14px}.ep-modes button.active{background:#e7f8ee;color:#008069}.wa-root.dark .ep-modes button.active{background:#103529;color:#00a884}.ep-search{display:flex;align-items:center;gap:8px;margin:8px 14px;padding:6px 12px;background:#f0f2f5;border-radius:8px;color:#667781;flex:none}.ep-search input{flex:1;border:none;outline:none;background:transparent;font-size:14px;font-family:inherit;color:inherit}.wa-root.dark .ep-search{background:#2a3942;color:#aebac1}.gif-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;padding:4px 14px 14px;align-content:start}.gif-card{height:90px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background-size:200% 200%!important;animation:gifmove 2.2s ease-in-out infinite alternate}.gif-card span{font-size:36px}.gif-card i{font-style:normal;font-size:11px;font-weight:700;color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px}@keyframes gifmove{0%{background-position:0% 0%}to{background-position:100% 100%}}.sticker-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));padding:8px 14px 14px;align-content:start}.sticker-grid button{font-size:46px;padding:8px;border-radius:10px;line-height:1.2}.sticker-grid .sticker-thumb img{width:56px;height:56px;object-fit:contain;display:block}.sticker-grid button:hover{background:#f0f2f5}.wa-root.dark .sticker-grid button:hover{background:#182229}.gif-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:210px;height:150px;border-radius:7px;background-size:200% 200%!important;animation:gifmove 2.2s ease-in-out infinite alternate}.gif-msg span{font-size:56px}.gif-msg i{font-style:normal;font-size:12px;font-weight:700;color:#ffffffd9;letter-spacing:1px}.edited{font-size:11px;color:inherit;opacity:.8;margin-right:3px}.mention{color:#008069;font-weight:500}.wa-root.dark .mention{color:#53bdeb}.msg-link{color:#027eb5;text-decoration:underline;word-break:break-all}.wa-root.dark .msg-link{color:#53bdeb}.link-preview{display:flex;gap:10px;align-items:center;background:#0000000e;border-left:4px solid #1daa61;border-radius:7px;padding:9px 10px;margin-bottom:5px;max-width:330px}.wa-root.dark .link-preview{background:#ffffff0f}.link-preview .lp-thumb{width:42px;height:42px;border-radius:8px;background:#e7f8ee;display:flex;align-items:center;justify-content:center;font-size:20px;flex:none}.link-preview .lp-main{min-width:0;display:block}.link-preview .lp-main b{display:block;font-size:13.5px}.link-preview .lp-main i{display:block;font-style:normal;font-size:12px;color:#667781;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pinned-banner{display:flex;align-items:center;gap:10px;padding:8px 18px;background:#fff;border-bottom:1px solid #e9edef;font-size:13.5px;color:#3b4a54;flex:none}.pinned-banner .pb-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pinned-banner .pb-text b{color:#008069;font-weight:600;margin-right:4px}.wa-root.dark .pinned-banner{background:#202c33;border-bottom-color:#2a3942;color:#e9edef}.poll{display:block;min-width:260px}.poll-q{display:block;font-weight:600;margin-bottom:8px}.poll-opt{display:flex;align-items:flex-start;gap:9px;width:100%;padding:5px 0;text-align:left;font-size:14px;color:inherit}.poll-opt .po-main{flex:1;min-width:0}.poll-opt .po-row{display:flex;justify-content:space-between;gap:8px}.poll-opt .po-row b{font-weight:500;font-size:12.5px;opacity:.75}.poll-opt .po-bar{display:block;height:5px;border-radius:3px;background:#00000017;margin-top:4px;overflow:hidden}.poll-opt .po-bar i{display:block;height:100%;border-radius:3px;background:#1daa61;transition:width .25s}.wa-root.dark .poll-opt .po-bar{background:#ffffff24}.poll-foot{display:block;font-size:12px;color:#667781;padding-top:4px}.contact-card{display:flex;align-items:center;gap:10px;min-width:240px;padding:4px 0}.contact-card .cc-main{flex:1;min-width:0;font-weight:500}.contact-card .cc-sub{display:block;font-size:12.5px;color:#667781;font-weight:400}.contact-card .cc-btn{color:#008069;font-weight:600;font-size:13.5px;padding:6px 10px;border-radius:8px}.contact-card .cc-btn:hover{background:#0000000d}.media-caption{display:block;padding-top:3px;max-width:330px}.media-preview{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;background:#eae6df;display:flex;flex-direction:column}.wa-root.dark .media-preview{background:#0b141a}.mp-top{display:flex;align-items:center;gap:12px;padding:12px 18px;color:#3b4a54;flex:none}.wa-root.dark .mp-top{color:#e9edef}.mp-top span{font-size:14.5px}.mp-body{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;padding:10px 30px}.mp-body img,.mp-body video{max-width:100%;max-height:100%;border-radius:8px}.mp-caption{display:flex;justify-content:center;padding:12px 30px 4px;flex:none}.mp-caption input{width:min(620px,100%);background:#fff;border:none;outline:none;border-radius:10px;padding:12px 16px;font-size:15px;font-family:inherit}.wa-root.dark .mp-caption input{background:#2a3942;color:#e9edef}.mp-strip{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 30px 20px;flex:none;position:relative}.mp-thumb{width:52px;height:52px;border-radius:8px;overflow:hidden;border:2px solid transparent;background:#d1d7db;display:flex;align-items:center;justify-content:center;font-size:20px}.mp-thumb img,.mp-thumb video{width:100%;height:100%;object-fit:cover}.mp-thumb.on{border-color:#1daa61}.mp-add{width:52px;height:52px;border-radius:8px;border:1.6px dashed #8696a0;color:#54656f;font-size:24px}.mp-strip .send-btn{position:absolute;right:30px}.voice-speed{width:42px;height:25px;display:flex;align-items:center;justify-content:center;background:#8696a0;color:#fff;font-size:12px;font-weight:700;border-radius:14px;flex:none}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#111b21f5;display:flex;flex-direction:column;color:#e9edef}.lb-top{display:flex;align-items:center;gap:12px;padding:12px 20px;flex:none}.lb-top .lb-name{font-size:15px;font-weight:500}.lb-top .lb-time{font-size:12.5px;color:#8696a0}.lb-top .spacer{flex:1}.lb-top .icon-btn{color:#aebac1}.lb-body{flex:1;display:flex;align-items:center;justify-content:center;gap:20px;min-height:0;padding:0 24px 24px}.lb-body img{max-width:calc(100% - 140px);max-height:100%;border-radius:4px}.lb-nav{width:46px;height:46px;border-radius:50%;background:#ffffff1a;color:#e9edef;font-size:22px;flex:none}.lb-nav:disabled{opacity:.25}.msginfo-bubble-wrap{background:#efe9df;background-image:radial-gradient(rgba(69,42,23,.09) 1.3px,transparent 1.3px);background-size:22px 22px;padding:22px 18px;display:flex;justify-content:flex-end}.wa-root.dark .msginfo-bubble-wrap{background-color:#0b141a}.msginfo-row{display:flex;align-items:center;gap:12px;padding:13px 24px;font-size:14.5px;border-bottom:1px solid #e9edef}.wa-root.dark .msginfo-row{border-bottom-color:#2a3942;color:#e9edef}.msginfo-row .mi-label{flex:1}.msginfo-row .mi-time{color:#667781;font-size:13px}.call-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:linear-gradient(180deg,#10191f,#1f2c34);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#e9edef}.call-overlay .call-name{font-size:26px;font-weight:500;margin-top:18px}.call-overlay .call-state{font-size:15px;color:#aebac1;margin-top:8px}.call-overlay .call-e2e{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#8696a0;margin-top:14px}.call-remote-cam{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:130px;background:linear-gradient(160deg,#26353f,#10191f)}.call-overlay.video .call-info{position:relative;z-index:2;background:#10191f8c;border-radius:18px;padding:20px 34px;display:flex;flex-direction:column;align-items:center}.call-self{position:absolute;right:26px;bottom:120px;width:130px;height:170px;border-radius:12px;background:linear-gradient(160deg,#3b4a54,#202c33);display:flex;align-items:center;justify-content:center;font-size:44px;z-index:3;box-shadow:0 4px 18px #0006}video.call-remote-cam{object-fit:cover;width:100%;height:100%}.call-self-video{position:absolute;right:26px;bottom:120px;width:130px;height:170px;border-radius:12px;object-fit:cover;background:#202c33;z-index:3;box-shadow:0 4px 18px #0006;transform:scaleX(-1)}.call-controls button.accept{color:#fff}.call-controls{position:absolute;bottom:34px;left:0;right:0;display:flex;justify-content:center;gap:18px;z-index:4}.call-controls button{width:54px;height:54px;border-radius:50%;background:#ffffff1f;color:#e9edef;display:flex;align-items:center;justify-content:center}.call-controls button.on{background:#e9edef;color:#111b21}.call-controls button.end{background:#ea0038;transform:rotate(135deg)}.call-pulse{animation:callpulse 1.6s ease-in-out infinite}@keyframes callpulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.status-reply{position:absolute;bottom:18px;left:0;right:0;display:flex;justify-content:center;gap:10px;padding:0 40px;z-index:4}.status-reply input{width:min(480px,100%);background:#ffffff24;border:1px solid rgba(255,255,255,.3);border-radius:22px;padding:11px 18px;color:#fff;font-size:14.5px;font-family:inherit;outline:none}.status-reply input::placeholder{color:#ffffffb3}.status-eye{position:absolute;bottom:20px;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:2px;color:#fff;font-size:13px;z-index:4}.viewers-sheet{position:absolute;left:0;right:0;bottom:0;max-height:55%;background:#fff;border-radius:16px 16px 0 0;z-index:6;overflow-y:auto;color:#111b21}.wa-root.dark .viewers-sheet{background:#111b21;color:#e9edef}.viewers-sheet .vs-title{padding:16px 22px 8px;font-size:14.5px;font-weight:600;color:#008069}.status-sent-toast{position:absolute;bottom:80px;left:50%;transform:translate(-50%);background:#000000bf;color:#fff;font-size:13.5px;padding:9px 18px;border-radius:20px;z-index:6}.draft-label{color:#008069;font-weight:600}.mention-pop{position:absolute;bottom:64px;left:60px;width:300px;max-height:240px;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 6px 24px #00000029;z-index:7}.wa-root.dark .mention-pop{background:#233138}.mention-pop button{display:flex;align-items:center;gap:10px;width:100%;padding:9px 14px;font-size:14.5px;text-align:left;color:inherit}.mention-pop button:hover{background:#f0f2f5}.wa-root.dark .mention-pop button:hover{background:#182229}.name-edit-row{display:flex;align-items:center;gap:8px;justify-content:center}.name-edit-row input{border:none;border-bottom:2px solid #1daa61;outline:none;font-size:18px;font-family:inherit;background:transparent;color:inherit;text-align:center;max-width:220px}.edit-pencil{color:#8696a0;padding:4px;border-radius:50%}.edit-pencil:hover{background:#0000000f;color:#54656f}.member-row-menu{margin-left:auto;color:#8696a0;padding:4px;border-radius:50%;opacity:0}.list-row:hover .member-row-menu{opacity:1}.invite-link-box{background:#f0f2f5;border-radius:10px;padding:12px 16px;font-size:14px;color:#027eb5;word-break:break-all;margin:10px 0}.wa-root.dark .invite-link-box{background:#2a3942;color:#53bdeb}.wa-root.dark .search-hit .sh-text{color:#e9edef}.wa-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar-upload-note{text-align:center;color:#008069;font-size:13.5px;font-weight:600;padding-top:10px;cursor:pointer}.camera-body{background:#000;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:280px}.camera-body video{width:100%;max-height:340px}.camera-shutter{width:58px;height:58px;border-radius:50%;border:4px solid #1daa61;background:#fff;margin:14px auto 0;display:block}.drop-hint{position:absolute;top:0;right:0;bottom:0;left:0;z-index:28;background:#e9feefeb;border:2.5px dashed #1daa61;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:19px;color:#008069;font-weight:600;pointer-events:none}.poll-comp-opt{display:flex;align-items:center;gap:8px;margin-bottom:8px}.poll-comp-opt input{flex:1;border:none;border-bottom:1.6px solid #d1d7db;outline:none;font-size:14.5px;font-family:inherit;padding:7px 2px;background:transparent;color:inherit}.poll-comp-opt input:focus{border-bottom-color:#1daa61}.mobile-back{display:none}@media (max-width: 1200px){.wa-left{width:340px}.wa-right{width:330px}}@media (max-width: 900px){.mobile-back{display:inline-flex}.wa-left{width:auto;flex:1;border-right:none}.wa-main,.wa-root.pane-open .wa-left{display:none}.wa-root.pane-open .wa-main{display:flex;flex:1}.wa-right{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;z-index:60;box-shadow:-10px 0 30px #00000038}}.gm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b141a8c;z-index:4000;display:flex;align-items:center;justify-content:center;padding:30px}.gm-panel{background:#fff;border-radius:14px;width:min(1180px,96vw);height:min(88vh,900px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 48px #0000004d}.gm-header{display:flex;align-items:center;gap:20px;padding:14px 20px;border-bottom:1px solid #e9edef}.gm-title{min-width:220px}.gm-tabs{flex:1;display:flex;justify-content:center;gap:34px}.gm-tab{background:none;border:none;font-size:15px;color:#667781;cursor:pointer;padding:10px 4px;border-bottom:3px solid transparent}.gm-tab.on{color:#1daa61;border-bottom-color:#1daa61;font-weight:600}.gm-actions{display:flex;align-items:center;gap:8px;min-width:220px;justify-content:flex-end}.gm-search{display:flex;align-items:center;gap:6px;background:#f0f2f5;border-radius:8px;padding:6px 10px;color:#667781}.gm-search input{border:none;background:none;outline:none;font:inherit;width:150px}.gm-body{flex:1;overflow-y:auto;padding:16px 20px}.gm-empty{text-align:center;color:#667781;padding-top:40px}.gm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px}.gm-cell{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden;cursor:pointer;background:#f0f2f5}.gm-cell img,.gm-cell video{width:100%;height:100%;object-fit:cover}.gm-cell-name{position:absolute;left:0;right:0;bottom:0;padding:14px 8px 6px;font-size:12px;color:#fff;background:linear-gradient(transparent,#0009);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gm-table{width:100%;border-collapse:collapse}.gm-table th{text-align:left;font-size:13px;color:#667781;font-weight:600;padding:8px 12px;border-bottom:1px solid #e9edef}.gm-table td{padding:12px;border-bottom:1px solid #f0f2f5;font-size:14px;color:#111b21;vertical-align:middle}.gm-doc,.gm-link{display:flex;align-items:center;gap:12px}.gm-doc-ic{background:#d5493f;color:#fff;font-size:10px;font-weight:700;padding:8px 6px;border-radius:6px}.gm-link-ic{font-size:20px}.gm-doc-name{font-weight:500;max-width:380px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gm-doc-meta{font-size:12px;color:#667781}.gm-link-msg{color:#667781;max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gm-menu{position:absolute;right:8px;top:34px;background:#fff;border-radius:10px;box-shadow:0 6px 24px #0003;z-index:60;display:flex;flex-direction:column;min-width:200px;padding:6px 0}.gm-menu button{background:none;border:none;text-align:left;padding:10px 16px;font:inherit;cursor:pointer;color:#111b21}.gm-menu button:hover{background:#f0f2f5}.empty-quick{display:flex;gap:40px;margin-top:26px}.empty-quick button{display:flex;flex-direction:column;align-items:center;gap:10px;background:none;border:none;cursor:pointer;color:#54656f;font-size:13px}.empty-quick .eq-ic{width:54px;height:54px;border-radius:50%;background:#f0f2f5;display:flex;align-items:center;justify-content:center;color:#54656f}.empty-quick button:hover .eq-ic{background:#e9edef}.gm-menu hr{border:none;border-top:1px solid #e9edef;margin:5px 0}.gm-menu button.danger{color:#ea4335}.gm-video-badge{position:absolute;left:8px;bottom:26px;background:#0009;color:#fff;font-size:11px;padding:2px 7px;border-radius:10px}.gm-cell.sel{outline:3px solid #1daa61;outline-offset:-3px}.gm-cell-check{position:absolute;top:8px;right:8px;background:#fff}.gm-sender{display:flex;align-items:center;gap:10px}.gm-sender-name{font-size:13.5px;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gm-caption{color:#3b4a54;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gm-row-actions{white-space:nowrap;text-align:right}.gm-table tr.sel td{background:#eaf7f0}.gm-selbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 20px;border-top:1px solid #e9edef;background:#f7f8fa}.gm-selbar-actions{display:flex;gap:8px}.icon-btn.active-ic{color:#1daa61}.modal-btn.danger-btn{color:#ea4335}.fwd-modal{width:440px;max-height:82vh;display:flex;flex-direction:column;padding:0;overflow:hidden}.fwd-head{display:flex;align-items:center;gap:12px;padding:14px 16px 8px}.fwd-head h3{margin:0;font-size:16.5px}.fwd-search{display:flex;align-items:center;gap:8px;margin:6px 16px 8px;padding:8px 12px;border:1.5px solid #1daa61;border-radius:22px;color:#667781}.fwd-search input{border:none;outline:none;background:none;font:inherit;flex:1}.fwd-modal .fwd-modal-list{flex:1;overflow-y:auto;padding:0 10px 10px;max-height:none}.fwd-status-ic{background:#d9fdd3!important;color:#1daa61}.fwd-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-top:1px solid #e9edef;background:#f7f8fa}.fwd-names{font-size:13.5px;color:#3b4a54;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fwd-send{flex:none}.msg-flash .msg{animation:msgflash 2.1s ease}@keyframes msgflash{0%{background:#c5e8d3}60%{background:#c5e8d3}to{background:inherit}}.nc-page{display:flex;flex-direction:column}.nc-icon{width:130px;height:130px;border-radius:50%;border:none;background:#54656f;color:#fff;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}.nc-icon img{width:100%;height:100%;object-fit:cover}.nc-icon-hint{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;padding:0 14px}.nc-field{display:flex;align-items:flex-end;gap:6px;margin:10px 22px;border-bottom:2px solid #1daa61;padding-bottom:4px}.nc-field input{flex:1;border:none;outline:none;font:inherit;font-size:15px;padding:6px 2px;background:none}.nc-field.nc-desc{flex-direction:row;align-items:flex-start;background:#f0f2f5;border-bottom:none;border-radius:8px;padding:10px 10px 6px;position:relative}.nc-desc textarea{flex:1;border:none;outline:none;background:none;font:inherit;font-size:14px;resize:vertical}.nc-label{position:absolute;top:6px;left:12px;font-size:11px;color:#667781}.nc-desc textarea{margin-top:14px}.nc-emoji-pop{display:flex;flex-wrap:wrap;gap:4px;margin:0 22px;padding:8px;background:#fff;border-radius:10px;box-shadow:0 4px 18px #00000029}.nc-emoji-pop button{background:none;border:none;font-size:20px;cursor:pointer;padding:4px}.nc-footer{margin-top:auto;display:flex;justify-content:center;padding:20px}.disc-section{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 6px;font-size:15px;font-weight:700;color:#111b21}.disc-seeall{background:none;border:none;color:#1daa61;font-size:13px;cursor:pointer;font-weight:600}.region-row{gap:14px}.region-row.on{background:#f0f2f5;border-radius:10px}.wa-root.dark .gm-selbar,.wa-root.dark .fwd-footer{background:#1f2c33;border-color:#2a3942}.wa-root.dark .gm-table tr.sel td{background:#14342a}.wa-root.dark .nc-field.nc-desc,.wa-root.dark .nc-emoji-pop{background:#202c33}.wa-root.dark .disc-section{color:#e9edef}
