/* v0.6.6 — realistic messenger-style simulation cards */
.msgapp-shot{width:min(720px,100%);margin:0 auto 18px;border:1px solid #243950;border-radius:18px;overflow:hidden;background:#0a1322;box-shadow:0 14px 34px rgba(0,0,0,.16)}
.msgapp-head{min-height:68px;display:grid;grid-template-columns:42px 1fr auto;gap:11px;align-items:center;padding:11px 14px;border-bottom:1px solid #22344b;background:#111d2e}.msgapp-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#315f9b,#24466f);color:#fff;font-weight:900}.msgapp-person{display:grid;gap:3px;min-width:0}.msgapp-person strong{font-size:.92rem;color:#f1f6fb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msgapp-person span{display:flex;align-items:center;gap:6px;color:#8fa0b4;font-size:.7rem}.msgapp-person span i{width:6px;height:6px;border-radius:50%;background:#43d19d;box-shadow:0 0 0 2px rgba(67,209,157,.12)}.msgapp-actions{display:flex;gap:14px;color:#91a4ba;font-size:1.15rem;align-items:center}.msgapp-thread{padding:16px 14px 18px;display:flex;flex-direction:column;gap:9px;background:radial-gradient(circle at 25% 0,rgba(30,54,84,.22),transparent 35%),#091321}.msgapp-row{max-width:78%;display:grid;gap:4px}.msgapp-row.theirs{align-self:flex-start}.msgapp-row.mine{align-self:flex-end}.msgapp-row small{padding-left:5px;color:#8192a7;font-size:.67rem}.msgapp-bubble{padding:10px 13px;border-radius:16px 16px 16px 5px;background:#1b2a3f;border:1px solid #2a405d;color:#edf4fb;line-height:1.4;font-size:.88rem}.msgapp-row.mine .msgapp-bubble{border-radius:16px 16px 5px 16px;background:#0f5d73;border-color:#1b7890}.support-shot .msgapp-person span i{background:#58a6ff}.support-shot .msgapp-thread{background:#091522}
.voice-thread{padding:18px 16px 20px;background:#091321}.voice-card{max-width:560px;padding:13px 14px 10px;border-radius:17px 17px 17px 5px;background:#1a2a40;border:1px solid #2d4562}.voice-top{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}.voice-play{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#3daee9;color:#04111c;font-size:.9rem;padding-left:2px}.voice-wave{height:34px;display:flex;align-items:center;gap:3px}.voice-wave i{display:block;width:3px;height:var(--h);min-height:5px;border-radius:999px;background:#b7c7d9;opacity:.92}.voice-meta{display:flex;justify-content:space-between;gap:10px;margin-top:6px;color:#8194aa;font-size:.67rem}.voice-transcript{max-width:620px;margin-top:12px;padding:10px 12px;border-radius:10px;background:#0c1827;border:1px solid #1e334a;color:#cfd9e5;line-height:1.45;font-size:.8rem}
@media(max-width:560px){.msgapp-shot{border-radius:13px}.msgapp-row{max-width:88%}.msgapp-actions{gap:10px}.voice-card{max-width:100%}}
