:root{--accent: #8b5cf6;--wa-header: #008069;--wa-send: #00a884;--bg: #efeae2;--hdr-text: #ffffff;--bubble-in: #d9fdd3;--bubble-out: #ffffff;--text: #111b21;--muted: #667781}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#d1d7db;color:var(--text);-webkit-font-smoothing:antialiased}.screen{height:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;background:var(--bg);position:relative}.screen.center{align-items:center;justify-content:center}.hdr{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--wa-header);color:var(--hdr-text);box-shadow:0 1px 3px #00000026;z-index:2}.hdr-avatar{width:40px;height:40px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;overflow:hidden;flex-shrink:0}.hdr-avatar img{width:100%;height:100%;object-fit:cover}.hdr-info{min-width:0}.hdr-name{font-weight:600;font-size:16px;line-height:1.1}.hdr-sub{font-size:12px;opacity:.85}.msgs{flex:1;overflow-y:auto;padding:14px 10px 6px;display:flex;flex-direction:column;gap:4px;background-color:var(--bg);background-image:url(/bg.svg);background-repeat:repeat;background-size:300px}.msgs-wrap{flex:1;min-height:0;position:relative;display:flex;flex-direction:column}.scroll-btn{position:absolute;right:14px;bottom:14px;width:42px;height:42px;border-radius:50%;background:#fff;border:none;cursor:pointer;color:#54656f;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0b141a38;z-index:3;transition:background .15s,transform .1s}.scroll-btn:hover{background:#f5f6f6}.scroll-btn:active{transform:scale(.94)}.row{display:flex}.row.in{justify-content:flex-end}.row.out{justify-content:flex-start}.day-sep{display:flex;justify-content:center;margin:10px 0 6px}.day-sep span{background:#fff;color:var(--muted);font-size:12.5px;font-weight:500;padding:5px 12px;border-radius:8px;box-shadow:0 1px .5px #0b141a21;-webkit-user-select:none;user-select:none}.bubble{max-width:78%;padding:6px 9px 8px;border-radius:8px;font-size:14.5px;line-height:1.35;white-space:pre-wrap;word-break:break-word;box-shadow:0 1px .5px #00000021;position:relative}.bubble.in{background:var(--bubble-in);border-top-right-radius:2px}.bubble.out{background:var(--bubble-out);border-top-left-radius:2px}.bubble .meta{display:inline-block;float:right;margin:6px 0 -2px 10px;font-size:11px;color:var(--muted)}.bubble .meta .tick-clock{vertical-align:-2px;margin-left:3px;opacity:.8}.media-img{max-width:240px;max-height:300px;border-radius:6px;display:block;cursor:pointer}.media-vid{max-width:240px;max-height:300px;border-radius:6px;display:block}.media-aud{display:block;max-width:240px;height:40px}.media-doc{display:inline-flex;align-items:center;gap:6px;color:#027eb5;text-decoration:none;font-size:14px;padding:2px 0}.media-caption{margin-top:5px}.composer{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f0f2f5;z-index:2}.composer-input-wrap{flex:1;position:relative;display:flex;min-width:0}.composer-input{flex:1;border:none;border-radius:22px;padding:11px 82px 11px 16px;font-size:16px;outline:none;background:#fff;min-height:22px;max-height:120px;overflow-y:auto;line-height:1.35;white-space:pre-wrap;word-break:break-word;-webkit-user-modify:read-write-plaintext-only}.composer-placeholder{position:absolute;left:16px;top:11px;font-size:16px;color:#8696a0;pointer-events:none}.composer button{width:46px;height:46px;border-radius:50%;border:none;background:var(--wa-send);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s}.composer button:disabled{opacity:.5;cursor:default}.branding{text-align:center;font-size:11px;color:#8696a0;padding:4px 0 6px;background:#f0f2f5}.spinner{width:34px;height:34px;border-radius:50%;border:3px solid rgba(0,0,0,.15);border-top-color:var(--wa-header);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.errbox{text-align:center;color:#4a5960;padding:24px;max-width:320px}.err-emoji{font-size:42px;margin-bottom:8px}.row{align-items:center;gap:4px}.reply-btn{flex-shrink:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffffeb;color:#54656f;box-shadow:0 1px 2px #0b141a2e;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;order:-1}.row:hover .reply-btn{opacity:1}.reply-btn:hover{background:#fff}.reply-btn:active{background:#e9edef}@media (pointer: coarse){.reply-btn{opacity:1}}.prev-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#0b141ae0;display:flex;align-items:center;justify-content:center;padding:16px}.prev-box{width:100%;max-width:480px;display:flex;flex-direction:column;gap:12px;position:relative}.prev-x{position:absolute;top:-6px;right:-2px;width:34px;height:34px;border:none;border-radius:50%;background:#ffffff24;color:#fff;font-size:24px;line-height:1;cursor:pointer}.prev-media{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.prev-media img,.prev-media video{max-width:100%;max-height:58vh;border-radius:8px;display:block}.prev-file{color:#e9edef;text-align:center;padding:28px 20px;background:#ffffff12;border-radius:10px;width:100%}.prev-file-name{margin-top:10px;font-size:14px;word-break:break-word}.prev-file-size{margin-top:3px;font-size:12px;opacity:.65}.prev-bar{display:flex;align-items:center;gap:8px}.prev-cap{flex:1;min-width:0;border:none;border-radius:22px;padding:12px 16px;font-size:16px;outline:none;background:#fff;color:var(--text)}.composer .prev-send,.prev-send{width:46px;height:46px;border-radius:50%;border:none;background:var(--wa-send);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prev-send:disabled{opacity:.5;cursor:default}.composer-actions{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:2px}.composer .cmp-icon{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:#54656f;cursor:pointer;transition:background .15s}.composer .cmp-icon:hover{background:#0b141a0f}.composer .cmp-icon:active{background:#0b141a1f}.composer .cmp-icon:disabled{opacity:.45;cursor:default}.rec-bar{flex:1;min-width:0;display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:22px;background:#fff;min-height:42px;box-sizing:border-box}.composer .rec-trash{flex-shrink:0;width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:#8696a0;cursor:pointer}.composer .rec-trash:hover{color:#ea4335}.rec-dot{width:9px;height:9px;border-radius:50%;background:#ea4335;flex-shrink:0;animation:recpulse 1.3s ease-in-out infinite}@keyframes recpulse{0%,to{opacity:1}50%{opacity:.25}}.rec-time{font-variant-numeric:tabular-nums;font-size:15px;color:#111b21;min-width:38px}.rec-hint{font-size:13px;color:#8696a0}.rec-err{flex-basis:100%;order:-1;margin:0 4px 6px;padding:6px 10px;border-radius:8px;background:#ea43351f;color:#b3261e;font-size:13px}.quoted{margin-bottom:4px;padding:4px 8px;border-left:3px solid rgba(255,255,255,.35);border-radius:5px;background:#0000002e;cursor:pointer;max-width:100%;overflow:hidden}.quoted-who{font-size:11px;font-weight:700;opacity:.85;margin-bottom:1px}.quoted-text{font-size:12px;opacity:.75;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.reply-bar{display:flex;align-items:center;gap:8px;margin:0 0 6px;padding:6px 10px;border-left:3px solid var(--accent, #008069);border-radius:8px;background:#0003}.reply-bar-body{flex:1;min-width:0}.reply-bar-x{flex-shrink:0;background:none;border:none;cursor:pointer;font-size:20px;line-height:1;padding:0 4px;color:var(--text-muted, #8696a0)}.row.flash .bubble{box-shadow:0 0 0 2px var(--accent, #008069);transition:box-shadow .25s}
