.conversation{min-height:650px;max-height:72vh}.conversation-head{flex:none}.conversation-head button{cursor:pointer}.chat-back{display:none!important;font-size:20px}.chat-scroll{flex:1;min-height:0;overflow-y:auto;padding:18px 5px;display:flex;flex-direction:column;scrollbar-width:thin}.chat-day{margin:8px 0 20px}.bubble-wrap{display:flex;flex-direction:column;margin:3px 0;max-width:70%}.bubble-wrap.mine{align-self:flex-end;align-items:flex-end}.bubble-wrap.theirs{align-self:flex-start;align-items:flex-start}.bubble-wrap .bubble{max-width:100%;margin:0;white-space:pre-wrap;word-break:break-word}.bubble-wrap.theirs .bubble{background:#f3ece9;border-bottom-left-radius:4px}.bubble-wrap.mine .bubble{background:var(--rose);color:white;border-bottom-right-radius:4px}.bubble-time{font-size:8px;color:#9b8f90;margin:4px 6px}.typing{display:none;align-self:flex-start;gap:4px;background:#f3ece9;border-radius:16px;padding:10px 14px;margin-bottom:8px}.typing.show{display:flex}.typing span{width:5px;height:5px;background:#a99b9c;border-radius:50%;animation:chatTyping 1s infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes chatTyping{50%{transform:translateY(-3px);opacity:.55}}.safety-nudge{margin:5px auto 15px}.composer{flex:none}.composer:focus-within{box-shadow:0 0 0 2px rgba(239,49,88,.18)}.composer button{cursor:pointer}
@media(max-width:700px){.conversation{min-height:calc(100vh - 150px);max-height:calc(100vh - 150px);padding:0 14px 14px}.match-layout.chat-open .messages-list{display:none}.match-layout.chat-open .conversation{display:flex}.chat-back{display:block!important}}
.reward-balances{display:grid;grid-template-columns:1fr 1fr;gap:8px}.reward-balances span{background:#fffdfb;border:1px solid #e9dfdb;border-radius:12px;padding:10px;text-align:center;color:#756a6b;font-size:9px}.reward-balances b{display:block;color:#22191a;font:20px "Instrument Serif",serif;margin-bottom:2px}.reward-card button:disabled{opacity:.55;cursor:wait}
