.listing{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.token{min-height:390px;padding:24px;background:linear-gradient(145deg,#14282a,#102023);border:1px solid #365256;box-shadow:0 11px 25px #0003}.token-top{align-items:center}.avatar,.quote-logo{position:relative;display:inline-grid;place-items:center;flex:none;overflow:hidden;color:var(--accent);font-weight:700;background:#2a4748;border:1px solid #668280}.avatar{width:58px;height:58px;border-radius:16px;font-size:24px}.quote-logo{width:29px;height:29px;border-radius:50%;font-size:13px}.avatar img,.quote-logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.origin{font:12px 'DM Mono',monospace;color:var(--accent);text-align:right;line-height:1.4;max-width:65%}.identity{display:flex;flex-direction:column;gap:3px;margin:20px 0 16px;min-width:0}.identity strong{color:#fff;font-size:1.35rem;letter-spacing:-.03em;overflow-wrap:anywhere}.identity span{color:#a7bdc0;font-size:.96rem;overflow-wrap:anywhere}.market-value{margin-bottom:19px}.metric-label{display:block;font:12px 'DM Mono',monospace;color:#8faeb1;letter-spacing:.09em}.amount{display:flex;align-items:baseline;gap:.12em;line-height:1.12;white-space:nowrap;margin-top:7px}.amount b{font-size:clamp(2.45rem,3.2vw,3.7rem);letter-spacing:-.045em;font-weight:700}.amount small{font-size:clamp(1.65rem,2.5vw,2.6rem);font-weight:600;color:var(--accent);letter-spacing:-.025em}.pairing{display:flex;align-items:center;gap:8px;padding:12px 0;border-top:1px solid #3c585c;color:#dcebea}.pair-caption{font:11px 'DM Mono',monospace;color:#99b0b3}.pairing strong{font-size:.95rem}.pair-type{margin-left:auto;font:11px 'DM Mono',monospace;color:#85b5bb;max-width:36%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.token .stats{border-top:1px solid #2c4549;padding:13px 0 0;gap:7px;font-size:11px;white-space:nowrap}.token .stats span{overflow:hidden;text-overflow:ellipsis}.show-more .btn{min-width:190px}@media(max-width:1050px){.listing{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.listing{grid-template-columns:1fr}.token{min-height:360px}.amount b{font-size:3rem}.amount small{font-size:2.2rem}}
@media(max-width:650px){
 .listing{gap:9px;margin-bottom:30px}
 .token{display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;column-gap:11px;row-gap:5px;min-height:0;padding:12px 13px;border-radius:13px;box-shadow:none}
 .token:hover{transform:none}
 .token-top{grid-column:1;grid-row:1/3;align-self:start}
 .token .avatar{width:42px;height:42px;border-radius:11px;font-size:19px}
 .token-top .top-meta{display:none}
 .token .identity{grid-column:2;grid-row:1;display:block;margin:0;align-self:end}
 .token .ticker-row{justify-content:flex-start;gap:6px}
 .token .identity strong{font-size:1rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .token .identity>span{display:block;font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}
 .token .ticker-row .genny-check{flex:none;width:22px;height:22px;padding:2px;margin:0;font-size:0;line-height:0;white-space:nowrap;border-radius:5px;overflow:hidden}
 .token .ticker-row .genny-check img{width:16px;height:16px;flex:none}
 .token .market-value{grid-column:3;grid-row:1;align-self:end;margin:0;text-align:right}
 .token .metric-label{font-size:9px;letter-spacing:0}
 .token .amount{justify-content:flex-end;gap:1px;margin:1px 0 0}
 .token .amount b{font-size:1.12rem;letter-spacing:-.04em}
 .token .amount small{font-size:.9rem}
 .token .pairing{display:none}
 .token .stats{grid-column:2/4;grid-row:2;justify-content:flex-end;align-items:center;gap:0;margin:0;padding:0;border:0;font-size:10px}
 .token .stats span:first-child,.token .stats span:last-child{display:none}
 .token .stats span:nth-child(2){overflow:visible;text-overflow:clip}
}
@media(max-width:650px){
 .token{grid-template-columns:52px minmax(0,1fr) auto;grid-template-rows:24px 20px;column-gap:12px;row-gap:3px;align-content:center;min-height:79px;padding:12px 13px}
 .token-top{grid-column:1;grid-row:1/3;align-self:center;justify-self:center}
 .token .avatar{width:50px;height:50px;border-radius:12px;font-size:22px}
 .token .identity{grid-column:2;grid-row:1;align-self:center;min-width:0}
 .token .identity>span{display:none}
 .token .identity strong{font-size:1rem}
 .token .market-value{grid-column:3;grid-row:1;align-self:center}
 .token .stats{display:contents}
 .token .stats span:first-child{display:none}
 .token .stats span:nth-child(2){display:block;grid-column:2;grid-row:2;align-self:center;color:#a7bdc0;font:10px 'DM Mono',monospace;white-space:nowrap}
 .token .stats span:last-child{display:block;grid-column:3;grid-row:2;align-self:center;justify-self:end;font:600 12px 'DM Mono',monospace;white-space:nowrap}
}
