.check-row{display:flex;align-items:center;gap:8px;font-size:.86rem;color:var(--ink);font-weight:500;cursor:pointer}.check-row input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.photo-drop.uploaded{border-style:solid;border-color:var(--accept)}.photo-drop.uploaded #photoLabel,.photo-drop.uploaded #bgLabel{color:var(--accept);font-weight:600}.msg-item{display:flex;align-items:center;gap:10px;background:#fbfbfe;border:1px solid var(--line);border-radius:10px;padding:9px 12px}.msg-item .msg-tag{font-size:.68rem;font-weight:700;padding:3px 8px;border-radius:999px;flex-shrink:0}.msg-item .msg-tag.received{background:#eaf0ff;color:var(--primary-ink)}.msg-item .msg-tag.sent{background:#e9fbef;color:var(--accept)}.msg-item .msg-preview{flex:1;font-size:.84rem;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-item .msg-remove{background:0 0;border:none;color:var(--decline);font-size:1rem;cursor:pointer;flex-shrink:0;line-height:1}.phone-screen.dark{--msngr-header-bg:#15181d;--msngr-header-ink:#f2f3f7;--msngr-body-bg:#0b0f14;--msngr-received-bg:#262a2e;--msngr-received-ink:#f2f3f7;--msngr-input-bg:#0b0f14;--msngr-inputbar-bg:#15181d;--msngr-muted:#8a8d91}.date-pill{align-self:center;background:var(--msngr-received-bg);color:var(--msngr-muted);font-size:.66rem;font-weight:700;padding:5px 12px;border-radius:8px;margin-bottom:6px;letter-spacing:.3px}.msg-row.sent{justify-content:flex-end}.msg-row.received{justify-content:flex-start}.msg-avatar{width:20px;height:20px;border-radius:50%;flex-shrink:0;background-size:cover;background-position:center;background-image:linear-gradient(145deg,var(--primary),#4a7cff);display:flex;align-items:center;justify-content:center;font-size:.52rem;font-weight:700;color:#fff;font-family:"Sora",sans-serif}.bubble{max-width:74%;padding:9px 13px;border-radius:18px;font-size:.82rem;line-height:1.4;position:relative;word-wrap:break-word}.bubble.received{background:var(--msngr-input-bg);color:var(--msngr-received-ink);border:1.5px solid var(--msngr-header-ink);border-bottom-left-radius:5px}.bubble.sent{background:linear-gradient(135deg,#7c4dff 0%,#b24be0 100%);color:#fff;border-bottom-right-radius:5px}.bubble-time{display:block;font-size:.62rem;margin-top:3px;color:var(--msngr-muted)}.bubble.received .bubble-time{text-align:left}.bubble.sent .bubble-time{text-align:right;color:rgba(255,255,255,.75)}.bubble.sent .bubble-time.tick-sent::after{content:" · Sent"}.bubble.sent .bubble-time.tick-delivered::after{content:" · Delivered"}.bubble.sent .bubble-time.tick-read::after{content:" · Seen";color:#bfd8ff}.msg-reaction{position:absolute;bottom:-10px;right:-4px;background:var(--card);border-radius:50%;font-size:.68rem;width:19px;height:19px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.25)}.bubble.received .msg-reaction{right:auto;left:-4px}.typing-cluster{display:flex;align-items:center;gap:6px;margin-top:2px;width:100%}.typing-cluster.received{justify-content:flex-start}.typing-cluster.sent{justify-content:flex-end}.typing-bubble{background:var(--msngr-received-bg);border-radius:16px;padding:10px 13px;display:flex;gap:3px;align-items:center;align-self:flex-start}.typing-bubble span{width:5px;height:5px;border-radius:50%;background:var(--msngr-muted);display:inline-block;animation:msngrTyping 1.2s infinite ease-in-out}.typing-bubble span:nth-child(2){animation-delay:.15s}.typing-bubble span:nth-child(3){animation-delay:.3s}.typing-bubble.sent{background:linear-gradient(135deg,#7c4dff 0%,#b24be0 100%);align-self:flex-end}.typing-bubble.sent span{background:rgba(255,255,255,.85)}