.msg-container{display:flex;height:calc(100vh - 90px);background:var(--bg-parchment);border:1px solid var(--border-light);border-radius:20px;overflow:hidden}.msg-sidebar{width:340px;min-width:280px;display:flex;flex-direction:column;border-right:1px solid var(--border-light);background:var(--bg-card)}.msg-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1rem;border-bottom:1px solid var(--border-light)}.msg-title{font-size:1.2rem;font-weight:700;margin:0;background:linear-gradient(135deg,var(--ink-primary),var(--accent-ice));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.msg-compose-btn{background:var(--bg-accent);border:1px solid var(--border-light);border-radius:10px;width:36px;height:36px;display:grid;place-items:center;cursor:pointer;font-size:1rem;transition:all .2s}.msg-compose-btn:hover{border-color:var(--accent-ice);transform:scale(1.08)}.msg-search-wrap{padding:.6rem 1rem}.msg-search{width:100%;padding:8px 14px;border-radius:12px;border:1px solid var(--border-light);background:var(--bg-accent);color:var(--ink-primary);font-family:var(--font-ui);font-size:.85rem;outline:none;transition:border-color .3s}.msg-search:focus{border-color:var(--accent-ice)}.msg-search::placeholder{color:var(--ink-light)}.msg-convo-list{flex:1;overflow-y:auto;scrollbar-width:thin}.msg-convo-item{display:flex;align-items:center;gap:.8rem;width:100%;padding:.9rem 1rem;background:none;border:none;border-bottom:1px solid var(--border-light);cursor:pointer;transition:background .2s;text-align:left;font-family:var(--font-body)}.msg-convo-item:hover{background:#6ce1ff0d}.msg-convo-item.active{background:#6ce1ff1a}.msg-convo-item.msg-pinned{border-left:3px solid var(--accent-ice, #6ce1ff);background:#6ce1ff0a}.msg-loading{text-align:center;padding:1.5rem;color:var(--ink-secondary, #888);font-size:.85rem}.msg-convo-avatar{position:relative;width:48px;height:48px;flex-shrink:0;background:var(--bg-accent);border-radius:50%;display:grid;place-items:center;font-size:1.4rem}.msg-online-dot{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#34d399;border:2px solid var(--bg-card);border-radius:50%}.msg-convo-info{flex:1;min-width:0}.msg-convo-top{display:flex;justify-content:space-between;align-items:baseline}.msg-convo-name{font-weight:600;font-size:.9rem;color:var(--ink-primary)}.msg-convo-time{font-size:.75rem;color:var(--ink-muted);flex-shrink:0}.msg-convo-last{margin:.2rem 0 0;font-size:.82rem;color:var(--ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-unread-badge{display:grid;place-items:center;background:var(--accent-ice);color:#000;font-size:.7rem;font-weight:700;width:22px;height:22px;border-radius:50%;flex-shrink:0}.msg-chat{flex:1;display:flex;flex-direction:column;background:var(--bg-parchment)}.msg-chat-header{display:flex;align-items:center;gap:.8rem;padding:.8rem 1.2rem;border-bottom:1px solid var(--border-light);background:var(--bg-card)}.msg-back-btn{display:none;background:none;border:none;font-size:1.3rem;color:var(--ink-primary);cursor:pointer;padding:4px}.msg-chat-avatar{position:relative;width:40px;height:40px;background:var(--bg-accent);border-radius:50%;display:grid;place-items:center;font-size:1.2rem;flex-shrink:0}.msg-chat-user-info{flex:1}.msg-chat-name{display:block;font-weight:600;font-size:.9rem;color:var(--ink-primary)}.msg-chat-status{font-size:.75rem;color:var(--ink-muted)}.msg-chat-actions{display:flex;gap:.4rem}.msg-icon-btn{background:none;border:1px solid var(--border-light);border-radius:50%;width:36px;height:36px;display:grid;place-items:center;cursor:pointer;font-size:1rem;transition:all .2s}.msg-icon-btn:hover{background:var(--bg-accent);border-color:var(--accent-ice)}.msg-messages{flex:1;overflow-y:auto;padding:1.2rem;display:flex;flex-direction:column;gap:.4rem;scrollbar-width:thin}.msg-bubble-wrap{display:flex}.msg-bubble-wrap.msg-mine{justify-content:flex-end}.msg-bubble-wrap.msg-theirs{justify-content:flex-start}.msg-bubble{max-width:70%;padding:10px 16px;border-radius:18px;position:relative}.msg-bubble-mine{background:linear-gradient(135deg,var(--accent-ice),var(--accent-steel));color:#000;border-bottom-right-radius:6px}.msg-bubble-theirs{background:var(--bg-card);border:1px solid var(--border-light);color:var(--ink-primary);border-bottom-left-radius:6px}.msg-text{margin:0;font-size:.9rem;line-height:1.5}.msg-time{display:block;font-size:.7rem;opacity:.6;margin-top:4px;text-align:right}.msg-input-area{display:flex;align-items:center;gap:.5rem;padding:.8rem 1rem;border-top:1px solid var(--border-light);background:var(--bg-card)}.msg-input{flex:1;resize:none;padding:10px 14px;border-radius:20px;border:1px solid var(--border-light);background:var(--bg-accent);color:var(--ink-primary);font-family:var(--font-body);font-size:.9rem;outline:none;transition:border-color .3s;max-height:120px}.msg-input:focus{border-color:var(--accent-ice)}.msg-input::placeholder{color:var(--ink-light)}.msg-send-btn{padding:8px 20px;border-radius:20px;border:none;background:linear-gradient(135deg,var(--accent-ice),var(--accent-steel));color:#000;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s;font-family:var(--font-ui)}.msg-send-btn:hover:not(:disabled){transform:scale(1.04);box-shadow:0 2px 12px #6ce1ff4d}.msg-send-btn:disabled{opacity:.4;cursor:default}.msg-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ink-muted)}.msg-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.4}.msg-empty h3{margin:0;font-size:1.2rem;color:var(--ink-secondary)}.msg-empty p{margin:.4rem 0 0;font-size:.9rem}@media (max-width: 640px){.msg-container{border-radius:0;height:calc(100vh - 70px)}.msg-sidebar{width:100%}.msg-sidebar.msg-hidden-mobile,.msg-chat{display:none}.msg-chat.msg-show-mobile{display:flex;width:100%}.msg-back-btn{display:block}}.msg-typing{display:flex;align-items:center;gap:5px;padding:14px 18px}.msg-typing-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--ink-muted);animation:msg-dot-bounce 1.2s infinite ease-in-out}.msg-typing-dot:nth-child(2){animation-delay:.2s}.msg-typing-dot:nth-child(3){animation-delay:.4s}@keyframes msg-dot-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.msg-ctx-menu{position:fixed;z-index:9999;background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:6px 0;min-width:180px;box-shadow:0 8px 32px #00000059}.msg-ctx-menu button{display:block;width:100%;padding:10px 16px;background:none;border:none;text-align:left;color:var(--ink-primary);font-family:var(--font-ui);font-size:.88rem;cursor:pointer;transition:background .15s}.msg-ctx-menu button:hover{background:#6ce1ff14}.msg-ctx-delete{color:#ef4444!important}.msg-archived-toggle{width:100%;padding:10px 1rem;background:none;border:none;border-top:1px solid var(--border-light);color:var(--ink-muted);font-size:.82rem;cursor:pointer;text-align:left;font-family:var(--font-ui);transition:color .2s}.msg-archived-toggle:hover{color:var(--accent-ice)}.msg-convo-item.msg-muted{opacity:.55}.msg-header-actions{display:flex;gap:.3rem;margin-left:auto}.msg-dismiss-btn{color:var(--ink-muted)!important}.msg-delete-btn:hover{border-color:#ef4444!important}.msg-input-tools{display:flex;gap:.3rem;flex-shrink:0}.msg-ttl-picker{position:absolute;bottom:calc(100% + 8px);left:1rem;background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:6px 0;box-shadow:0 6px 24px #0000004d;z-index:100;display:flex;flex-direction:column;min-width:140px}.msg-input-area{position:relative}.msg-ttl-opt{padding:8px 16px;background:none;border:none;text-align:left;color:var(--ink-primary);font-size:.85rem;font-family:var(--font-ui);cursor:pointer;transition:background .15s}.msg-ttl-opt:hover{background:#6ce1ff14}.msg-ttl-opt.active{color:var(--accent-ice);font-weight:600;background:#6ce1ff1a}.msg-ttl-active{border-color:var(--accent-ice)!important;background:#6ce1ff1a!important;color:var(--accent-ice)!important}.msg-bubble-ttl{border:1px dashed rgba(108,225,255,.5)}.msg-bubble-footer{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:4px}.msg-ttl-badge{font-size:.68rem;color:var(--accent-ice);opacity:.85;font-weight:600}.msg-img{max-width:260px;max-height:260px;border-radius:12px;display:block;object-fit:cover}.msg-audio{width:100%;max-width:280px;border-radius:8px}.msg-video{width:100%;max-width:280px;border-radius:12px}.msg-new-chat-btn{background:none;border:none;cursor:pointer;font-size:18px;padding:4px 8px;border-radius:8px;transition:background .15s}.msg-new-chat-btn:hover{background:var(--bg-accent, #f5f5f5)}.msg-start-chat-btn{margin-top:12px;padding:10px 20px;background:linear-gradient(135deg,#134e4a,#0f766e,#10b981);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s;font-family:inherit}.msg-start-chat-btn:hover{opacity:.9}.msg-recording{animation:msgRecBlink 1s ease-in-out infinite;background:#ef44441a!important}@keyframes msgRecBlink{0%,to{opacity:1}50%{opacity:.5}}.msg-recording-bar{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#fef2f2;border-radius:8px;font-size:12px;color:#991b1b;font-weight:600}.msg-rec-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;animation:msgRecBlink 1s ease-in-out infinite}.msg-rec-timer{font-family:var(--font-mono, monospace);font-size:12px;color:#b91c1c;font-weight:700;margin-left:4px}.msg-recording-bar button{background:#ef4444;color:#fff;border:none;border-radius:6px;padding:4px 10px;font-size:11px;cursor:pointer;margin-left:auto;font-family:inherit}.msg-new-chat-overlay{position:fixed;inset:0;background:#0006;z-index:500;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(2px)}.msg-new-chat-modal{background:var(--bg-card, #fff);border-radius:16px;width:90%;max-width:400px;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 8px 40px #0003;overflow:hidden}.msg-new-chat-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border-light, #e5e7eb)}.msg-new-chat-header h3{margin:0;font-size:16px;font-weight:700}.msg-new-chat-header button{background:none;border:none;font-size:18px;cursor:pointer;color:var(--ink-muted, #888)}.msg-new-chat-search{margin:12px 16px;padding:10px 14px;border:1.5px solid var(--border-light, #e5e7eb);border-radius:12px;font-size:14px;outline:none;font-family:inherit}.msg-new-chat-search:focus{border-color:#059669}.msg-new-chat-list{flex:1;overflow-y:auto;padding:0 8px 12px}.msg-new-chat-empty{text-align:center;color:var(--ink-muted, #888);padding:2rem;font-size:13px}.msg-new-chat-user{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:none;border:none;border-radius:10px;cursor:pointer;transition:background .12s;text-align:left;font-family:inherit}.msg-new-chat-user:hover{background:var(--bg-accent, #f5f5f5)}.msg-new-chat-avatar{width:40px;height:40px;border-radius:50%;background:#059669;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;overflow:hidden;flex-shrink:0}.msg-new-chat-avatar img{width:100%;height:100%;object-fit:cover}.msg-new-chat-info{display:flex;flex-direction:column}.msg-new-chat-name{font-size:14px;font-weight:600;color:var(--ink-primary, #262626)}.msg-new-chat-handle{font-size:12px;color:var(--ink-muted, #888)}.coins-shop-overlay{position:fixed;inset:0;background:#000000bf;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.coins-shop{background:var(--surface-2, #16213e);border:1px solid var(--border, #2a2a4a);border-radius:16px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;padding:1.5rem;position:relative}.coins-shop-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.coins-shop-title{display:flex;align-items:center;gap:.5rem;flex:1}.fire-icon{font-size:1.8rem}.coins-shop-title h2{margin:0;font-size:1.4rem;color:var(--text, #eee)}.coins-subtitle{font-size:12px;color:var(--text-muted, #aaa)}.coins-balance-badge{background:#7c5cbf33;border:1px solid rgba(124,92,191,.4);border-radius:20px;padding:4px 14px;font-size:13px;color:#c4b3f5}.btn-close-shop{background:none;border:1px solid var(--border, #444);color:var(--text-muted, #aaa);border-radius:50%;width:32px;height:32px;cursor:pointer;font-size:14px;flex-shrink:0}.btn-close-shop:hover{border-color:#f06070;color:#f06070}.coins-packages{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.coin-package{background:var(--surface, #1a1a2e);border:1.5px solid var(--border, #2a2a4a);border-radius:12px;padding:1.2rem 1rem;text-align:center;cursor:pointer;transition:border-color .2s,transform .15s;position:relative}.coin-package:hover{border-color:var(--accent, #7c5cbf);transform:translateY(-2px)}.coin-package.popular{border-color:#f5a623;background:#f5a6230f}.coin-package.loading{opacity:.6;pointer-events:none}.popular-tag{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#f5a623;color:#000;font-size:9px;font-weight:700;padding:2px 8px;border-radius:8px;white-space:nowrap}.pkg-emoji{font-size:2rem;margin-bottom:.3rem}.pkg-name{font-size:13px;font-weight:700;color:var(--text, #eee);margin-bottom:.4rem}.pkg-coins{font-size:1.2rem;font-weight:700;color:#f5a623;margin-bottom:.2rem}.pkg-bonus{display:inline-block;margin-left:4px;font-size:10px;background:#4caf5033;color:#7dd87f;border-radius:6px;padding:1px 5px}.pkg-price{font-size:1rem;color:var(--text, #ddd);margin-bottom:.1rem}.pkg-rate{font-size:11px;color:var(--text-muted, #888);margin-bottom:.7rem}.btn-buy{background:var(--accent, #7c5cbf);color:#fff;border:none;border-radius:8px;padding:.45rem 1.1rem;font-size:13px;font-weight:600;cursor:pointer;width:100%;transition:background .2s}.btn-buy:hover:not(:disabled){background:#9070d4}.btn-buy:disabled{opacity:.5;cursor:not-allowed}.gifts-preview{margin-bottom:1rem}.gifts-preview h3{font-size:14px;color:var(--text-muted, #aaa);margin-bottom:.75rem}.gifts-list{display:flex;flex-direction:column;gap:.5rem}.gift-preview-item{display:flex;align-items:center;gap:.75rem;background:var(--surface, #1a1a2e);border-radius:8px;padding:.5rem .75rem}.gift-emoji-big{font-size:1.5rem;flex-shrink:0}.gift-preview-item strong{font-size:13px;color:var(--text, #eee)}.gift-preview-item p{margin:0;font-size:11px;color:var(--text-muted, #aaa)}.confirm-step{text-align:center;padding:1rem}.confirm-step h3{color:var(--text, #eee);margin-bottom:1rem}.confirm-summary{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700;color:#f5a623}.btn-mp{display:inline-block;background:#009ee3;color:#fff;border-radius:10px;padding:.7rem 2rem;font-size:15px;font-weight:700;text-decoration:none;margin-bottom:1.5rem;transition:background .2s}.btn-mp:hover{background:#007ab8}.manual-confirm{margin-bottom:1rem}.manual-confirm p{font-size:13px;color:var(--text-muted, #aaa);margin-bottom:.5rem}.mp-ref-input{width:100%;max-width:360px;background:var(--surface, #1a1a2e);border:1px solid var(--border, #3a3a5a);border-radius:8px;color:var(--text, #eee);padding:.6rem .9rem;font-size:14px;margin-bottom:.6rem;box-sizing:border-box}.mp-ref-input:focus{outline:none;border-color:var(--accent, #7c5cbf)}.btn-confirm-pay{background:#4caf50;color:#fff;border:none;border-radius:8px;padding:.55rem 1.5rem;font-size:14px;font-weight:600;cursor:pointer;display:block;margin:0 auto .75rem}.btn-confirm-pay:hover:not(:disabled){background:#388e3c}.btn-confirm-pay:disabled{opacity:.5;cursor:not-allowed}.btn-back-shop{background:none;border:none;color:var(--text-muted, #aaa);cursor:pointer;font-size:13px;text-decoration:underline}.success-step{text-align:center;padding:2rem 1rem}.success-icon{font-size:3rem;margin-bottom:.75rem}.success-step h3{color:var(--text, #eee);margin-bottom:.5rem}.success-step p{color:var(--text-muted, #ccc);margin-bottom:.3rem}.new-balance{font-size:1.1rem;color:#f5a623;margin-bottom:1.5rem!important}.shop-error{margin-top:.75rem;padding:.5rem .75rem;background:#dc35451f;border:1px solid rgba(220,53,69,.3);border-radius:6px;color:#f08090;font-size:13px;text-align:center}.wallet-panel{max-width:600px;margin:0 auto;padding:1.25rem}.wallet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.wallet-header h2{margin:0;font-size:1.3rem;color:var(--text, #eee)}.btn-refresh{background:none;border:1px solid var(--border, #444);color:var(--text-muted, #aaa);border-radius:6px;padding:4px 10px;font-size:12px;cursor:pointer}.btn-refresh:hover{border-color:var(--accent, #7c5cbf);color:#c4b3f5}.wallet-loading,.wallet-login-msg{text-align:center;color:var(--text-muted, #aaa);padding:2rem}.wallet-error-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:12px 16px;margin-bottom:1rem;font-size:13px;color:#92400e}.btn-refresh-small{background:none;border:1px solid #059669;color:#059669;border-radius:6px;padding:4px 10px;font-size:12px;cursor:pointer;white-space:nowrap;flex-shrink:0}.btn-refresh-small:hover{background:#fff7ed}.balance-card{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid rgba(22,163,74,.2);border-radius:14px;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.balance-main{display:flex;flex-direction:column;gap:.2rem}.balance-amount{font-size:2rem;font-weight:800;color:#f5a623}.balance-ars{font-size:13px;color:#aaa}.btn-buy-coins{background:#f5a623;color:#000;border:none;border-radius:10px;padding:.55rem 1.2rem;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s}.btn-buy-coins:hover{background:#e0921a}.wallet-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.6rem;margin-bottom:1.25rem}.wstat{background:var(--surface-2, #16213e);border:1px solid var(--border, #2a2a4a);border-radius:10px;padding:.6rem .75rem;display:flex;flex-direction:column;gap:.2rem}.wstat span:first-child{font-size:1rem;font-weight:700;color:var(--text, #eee)}.wstat span:last-child{font-size:10px;color:var(--text-muted, #888);text-transform:uppercase;letter-spacing:.4px}.wallet-tabs{display:flex;gap:.4rem;margin-bottom:1rem;border-bottom:1px solid var(--border, #2a2a4a);padding-bottom:.5rem}.tab-btn{background:none;border:none;color:var(--text-muted, #888);font-size:13px;padding:.3rem .75rem;cursor:pointer;border-radius:6px;transition:background .15s,color .15s}.tab-btn:hover{background:#ffffff0d;color:var(--text, #eee)}.tab-btn.active{background:#7c5cbf33;color:#c4b3f5;font-weight:600}.tab-content{display:flex;flex-direction:column;gap:.75rem}.info-text{font-size:13px;color:var(--text-muted, #aaa);line-height:1.6}.pending-notice{background:#f5a6231a;border:1px solid rgba(245,166,35,.3);border-radius:8px;padding:.6rem .85rem;font-size:13px;color:#f5a623}.withdraw-form{display:flex;flex-direction:column;gap:.6rem}.withdraw-form label{font-size:12px;color:var(--text-muted, #aaa);font-weight:600}.withdraw-input{background:var(--surface-2, #16213e);border:1px solid var(--border, #3a3a5a);border-radius:8px;color:var(--text, #eee);padding:.55rem .8rem;font-size:14px;width:100%;box-sizing:border-box}.withdraw-input:focus{outline:none;border-color:var(--accent, #7c5cbf)}.withdraw-preview{font-size:12px;color:#f5a623;margin:-.3rem 0}.method-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.4rem}.method-btn{background:var(--surface-2, #16213e);border:1px solid var(--border, #2a2a4a);border-radius:8px;color:var(--text, #ddd);font-size:12px;padding:.45rem .5rem;cursor:pointer;transition:border-color .15s;text-align:center}.method-btn:hover{border-color:var(--accent, #7c5cbf)}.method-btn.active{border-color:#f5a623;background:#f5a62314;color:#f5a623;font-weight:600}.wallet-error{background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:6px;color:#f08090;font-size:12px;padding:.45rem .65rem}.btn-request-withdraw{background:var(--accent, #7c5cbf);color:#fff;border:none;border-radius:10px;padding:.65rem;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s}.btn-request-withdraw:hover:not(:disabled){background:#9070d4}.btn-request-withdraw:disabled{opacity:.5;cursor:not-allowed}.withdraw-success{text-align:center;padding:1.5rem}.withdraw-success .success-icon{font-size:2.5rem;margin-bottom:.5rem}.withdraw-success h3{color:var(--text, #eee);margin-bottom:.5rem}.withdraw-success p{color:var(--text-muted, #ccc);margin:.25rem 0;font-size:13px}.small-note{font-size:11px;color:#777;margin-bottom:1rem!important}.history-list{display:flex;flex-direction:column;gap:.5rem}.history-item{background:var(--surface-2, #16213e);border:1px solid var(--border, #2a2a4a);border-radius:8px;padding:.6rem .85rem}.history-item.status-completed{border-left:3px solid #4caf50}.history-item.status-pending{border-left:3px solid #f5a623}.history-item.status-rejected{border-left:3px solid #f06070}.history-main{display:flex;justify-content:space-between;margin-bottom:.2rem}.history-method{font-size:13px;font-weight:600;color:var(--text, #eee)}.history-coins{font-size:13px;color:#f5a623;font-weight:700}.history-sub{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.history-sub span{font-size:11px;color:var(--text-muted, #888)}.history-status.completed{color:#4caf50}.history-status.pending{color:#f5a623}.history-status.rejected{color:#f06070}
