.header-right{flex-wrap:wrap;justify-content:flex-end;max-width:650px}
.token-panel{flex:0 0 100%;display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.token-buy{display:inline-flex;align-items:center;gap:12px;padding:10px 14px;min-height:40px;background:var(--orange);color:var(--ink);text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.7px;border:1px solid var(--orange)}
.token-buy:hover{background:#ff8657}
.token-ca{display:flex;align-items:center;gap:7px;padding:9px 10px;min-height:40px;border:1px solid var(--border);background:#101b20e8;max-width:100%;cursor:pointer}
.token-ca span{font:700 10px 'Barlow',sans-serif;color:var(--orange)}
.token-ca code{font-size:10px;overflow-wrap:anywhere;text-align:left;color:var(--paper)}
.token-copy-status{font-size:11px;color:var(--orange);text-align:right;flex-basis:100%}
.token-copy-status:empty{display:none}
@media(max-width:1100px){#lobby>header{align-items:flex-start}.header-right{max-width:480px}.token-panel{gap:6px}.token-ca code{font-size:9px}}
@media(max-width:760px){#lobby>header{flex-wrap:wrap}.header-right{width:100%;max-width:none}.token-panel{justify-content:flex-end}.token-buy{padding:8px 10px}.token-ca{min-width:0}.token-ca code{font-size:9px}}
