:root{--blue:#2563eb;--violet:#6d28d9;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--bg:#f1f5f9;--read:#0284c7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:var(--ink);background:#e2e8f0}button{cursor:pointer;font-family:inherit}.app-shell{background:#fff;flex-direction:column;max-width:480px;height:100dvh;margin:0 auto;display:flex;box-shadow:0 0 40px #00000014}.app-header{background:linear-gradient(135deg, var(--blue), var(--violet));color:#fff;text-align:center;flex:none;padding:14px 16px;font-size:18px;font-weight:800}.app-main{flex-direction:column;flex:auto;min-height:0;display:flex}.tab-bar{border-top:1px solid var(--line);background:#fff;flex:none;display:flex}.tab{color:var(--muted);flex-direction:column;flex:1;align-items:center;gap:2px;padding:8px 0 10px;font-size:11px;text-decoration:none;display:flex}.tab.active{color:var(--blue);font-weight:700}.tab-icon{font-size:20px;position:relative}.tab-badge{color:#fff;text-align:center;background:#ef4444;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-10px}.center{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.muted{color:var(--muted)}.small{font-size:13px}.ok{color:#16a34a}.error{color:#dc2626;text-align:center;padding:6px 16px;font-size:13px}.screen-scroll{flex:1;padding:16px;overflow-y:auto}.screen-title{margin:4px 0 14px;font-size:22px;font-weight:800}.screen-title.inline{margin:0}.sub-header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.back-btn,.react-btn,.icon-btn{background:0 0;border:none}.back-btn{border:1px solid var(--line);background:#fff;border-radius:18px;width:36px;height:36px;font-size:18px}.splash,.signin-wrap{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100dvh;display:flex}.splash-logo{font-size:48px}.signin-card{text-align:center;width:100%;max-width:360px;padding:28px 22px}.signin-logo{font-size:44px}.signin-title{margin:6px 0 2px;font-size:28px;font-weight:800}.signin-sub{color:var(--muted);margin:6px 0 18px}.input{border:1px solid var(--line);background:#f8fafc;border-radius:12px;outline:none;width:100%;margin-bottom:12px;padding:13px 14px;font-size:16px}.input:focus{border-color:var(--blue);background:#fff}.code-input{letter-spacing:6px;text-align:center;font-size:22px}.btn-primary{color:#fff;background:var(--blue);border:none;border-radius:12px;width:100%;padding:13px;font-size:16px;font-weight:700}.btn-primary:disabled{opacity:.6}.btn-link{width:100%;color:var(--blue);background:0 0;border:none;margin-top:10px;font-size:14px}.chat-screen{flex-direction:column;flex:1;min-height:0;display:flex}.chat-scroll{flex-direction:column;flex:1;gap:4px;padding:14px 12px;display:flex;overflow-y:auto}.bubble-row{margin:4px 0 12px;display:flex}.bubble-row.mine{justify-content:flex-end}.bubble-row.theirs{justify-content:flex-start}.bubble{border-radius:16px;max-width:78%;padding:8px 12px;font-size:15px;position:relative}.bubble.mine{background:var(--blue);color:#fff;border-bottom-right-radius:4px}.bubble.theirs{color:var(--ink);background:#f1f5f9;border-bottom-left-radius:4px}.bubble.typing{color:var(--muted);font-style:italic}.bubble-text{white-space:pre-wrap;word-break:break-word}.bubble-meta{justify-content:flex-end;align-items:center;gap:5px;margin-top:3px;display:flex}.bubble-time{opacity:.75;font-size:10px}.bubble.theirs .bubble-time{color:var(--muted)}.seen{color:#bae6fd;font-size:10px;font-weight:700}.tick{opacity:.8;font-size:11px}.chat-img-btn,.offer-img-btn,.content-img-btn{cursor:zoom-in;background:0 0;border:none;padding:0;display:block}.chat-img{border-radius:10px;width:200px;max-width:60vw;margin-bottom:4px;display:block}.chat-img.placeholder{background:#0000000f;justify-content:center;align-items:center;width:200px;height:150px;font-size:28px;display:flex}.react-btn{border:1px solid var(--line);opacity:0;background:#fff;border-radius:13px;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;transition:opacity .12s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 3px #0000001f}.bubble:hover .react-btn{opacity:1}.bubble.theirs .react-btn{right:-32px}.bubble.mine .react-btn{left:-32px}.react-picker{z-index:5;border:1px solid var(--line);background:#fff;border-radius:22px;gap:2px;padding:4px 6px;display:flex;position:absolute;bottom:calc(100% + 6px);box-shadow:0 6px 18px #0000002e}.bubble.theirs .react-picker{left:0}.bubble.mine .react-picker{right:0}.react-pick{background:0 0;border:none;border-radius:50%;padding:4px 5px;font-size:20px}.react-pick:hover{background:#f1f5f9}.react-pick.active{background:#e0f2fe}.reaction-chip{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;padding:0 5px;font-size:13px;line-height:18px;position:absolute;bottom:-12px;box-shadow:0 1px 2px #0000001f}.bubble.theirs .reaction-chip{left:8px}.bubble.mine .reaction-chip{right:8px}.composer{border-top:1px solid var(--line);background:#fff;flex:none;align-items:flex-end;gap:6px;padding:8px;display:flex}.icon-btn{width:40px;height:40px;color:var(--blue);border-radius:20px;flex:none;justify-content:center;align-items:center;font-size:20px;display:flex}.icon-btn.ping{color:#f59e0b}.icon-btn.send{color:var(--blue);font-size:18px}.icon-btn:disabled{opacity:.4}.composer-input{resize:none;border:1px solid var(--line);background:#f8fafc;border-radius:20px;outline:none;flex:1;min-height:40px;max-height:120px;padding:10px 14px;font-size:15px;line-height:1.3}.composer-input:focus{border-color:var(--blue);background:#fff}.offer-card{border:1px solid var(--line);border-radius:14px;margin-bottom:14px;overflow:hidden}.offer-img{object-fit:cover;width:100%;max-height:240px;display:block}.offer-body{padding:12px 14px}.offer-head{align-items:center;gap:8px;display:flex}.offer-title{margin:0;font-size:16px}.new-pill{color:#fff;background:#2563eb;border-radius:10px;padding:2px 7px;font-size:10px;font-weight:700}.offer-text{color:var(--muted);margin:6px 0;font-size:14px}.offer-time{color:#94a3b8;font-size:11px}.content-card{border:1px solid var(--line);border-radius:14px;margin-bottom:12px;padding:14px}.content-img{border-radius:10px;width:100%;margin-bottom:10px;display:block}.content-title{margin:0 0 6px;font-size:16px}.content-text{color:var(--muted);white-space:pre-wrap;margin:0 0 8px;font-size:14px}.content-link{color:var(--blue);font-size:14px;font-weight:600;text-decoration:none}.menu-row{text-align:left;border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:12px;width:100%;margin-bottom:10px;padding:14px;display:flex}.menu-icon{background:#dbeafe;border-radius:18px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.menu-row-text{flex-direction:column;flex:1;display:flex}.menu-row-title{font-size:15px;font-weight:700}.menu-row-desc{color:var(--muted);font-size:12px}.menu-chevron{color:#94a3b8;font-size:22px}.btn-signout{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;width:100%;margin-top:8px;padding:13px;font-size:15px;font-weight:700}.btn-delete{color:#fff;background:#b91c1c;border:none;border-radius:12px;width:100%;margin-top:8px;padding:13px;font-size:15px;font-weight:700}.btn-delete:disabled,.btn-signout:disabled{opacity:.6}.delete-hint{color:#94a3b8;text-align:center;margin-top:6px;font-size:12px}.viewer-backdrop{z-index:100;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.viewer-bar{gap:8px;display:flex;position:absolute;top:14px;right:14px}.viewer-btn{color:#fff;background:#ffffff26;border:none;border-radius:8px;padding:8px 12px;font-size:14px}.viewer-img{border-radius:8px;max-width:94vw;max-height:84vh}
