.hill{border:1.5px solid var(--ink);background:var(--bg);color:inherit;min-width:0;box-shadow:var(--shadow-hard);transition:transform .16s var(--ease-snap), box-shadow .16s var(--ease-snap);border-radius:12px;grid-template-columns:72px minmax(0,1fr);grid-template-areas:"art head""figures figures""bar bar""foot foot";gap:12px 14px;padding:14px;display:grid}a.hill:hover{box-shadow:7px 7px 0 0 var(--ink);transform:translate(-3px,-3px)}a.hill:active{box-shadow:var(--shadow-hard);transform:none}.hill-art{border:1.5px solid var(--ink);border-radius:10px;grid-area:art;width:72px;height:72px}.hill-head{flex-direction:column;grid-area:head;gap:6px;min-width:0;display:flex}.hill-label{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hill-label .eb{color:var(--orange-ink)}.hill-name{flex-wrap:wrap;align-items:baseline;gap:10px;min-width:0;display:flex}.hill-name .name{overflow-wrap:anywhere;min-width:0;font-size:26px}.hill-name .name.name-l{font-size:22px}.hill-name .name.name-xl{font-size:18px}.hill-figures{flex-wrap:wrap;grid-area:figures;gap:8px 22px;display:flex}.hill-figures>div{flex-direction:column;gap:4px;display:flex}.hill-figures .eb,.hill-figures .num{white-space:nowrap}.hill-figures .num{font-size:22px}.hill-bar{grid-area:bar}.hill .curvebar{border-radius:7px;height:14px}.hill-foot{flex-wrap:wrap;grid-area:foot;justify-content:space-between;gap:8px 16px;font-size:12px;display:flex}.hill-foot>*{overflow-wrap:anywhere;min-width:0}.hill-empty{border:1.5px solid var(--ink);background:var(--bg-2);border-radius:12px;flex-direction:column;gap:8px;padding:18px 16px;display:flex}.hill-empty .h3{font-size:20px}@keyframes hill-up{0%{color:var(--live);transform:translateY(2px)}to{color:inherit;transform:none}}@keyframes hill-down{0%{color:var(--risk);transform:translateY(-2px)}to{color:inherit;transform:none}}.hill-up{animation:hill-up .7s var(--ease-out)}.hill-down{animation:hill-down .7s var(--ease-out)}.hill-graduated{border-color:var(--live);box-shadow:4px 4px 0 0 var(--live)}.hill-graduated .hill-label .eb{color:var(--live)}@media (min-width:640px){.hill{grid-template-columns:168px minmax(0,1fr);grid-template-areas:"art head""art figures""art bar""art foot";align-content:start;gap:14px 22px;padding:18px}.hill-art{border-radius:12px;width:168px;height:168px}.hill-name .name{font-size:36px}.hill-name .name.name-l{font-size:30px}.hill-name .name.name-xl{font-size:24px}.hill-figures{gap:12px 40px}.hill-figures .num{font-size:28px}}@media (prefers-reduced-motion:reduce){.hill-up,.hill-down{animation:none!important}a.hill:hover{transform:none}}
.live-wrap{padding-top:24px}.live{border:1.5px solid var(--ink);background:var(--bg);border-radius:12px;overflow:hidden}.live-head{border-bottom:1.5px solid var(--ink);flex-wrap:wrap;align-items:center;gap:12px;min-height:44px;padding:8px 14px;display:flex}.live-head .eb{color:var(--ink);align-items:center;display:inline-flex}.live-state{font-family:var(--font-mono);white-space:nowrap;margin-left:auto;font-size:12px}.live-rows{overscroll-behavior:contain;flex-direction:column;max-height:344px;display:flex;overflow-y:auto}.live-row{border-bottom:1px solid var(--line);min-height:42px;font-family:var(--font-mono);grid-template-columns:minmax(0,1.6fr) 84px 88px minmax(0,1.2fr) 44px;align-items:center;gap:10px;padding:6px 14px;font-size:13px;display:grid}.live-row:last-child{border-bottom:0}.live-coin{min-width:0;color:inherit;align-items:baseline;gap:8px;display:flex}.live-coin b{white-space:nowrap;font-weight:500}.live-coin:hover b{color:var(--orange-ink)}.live-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.live-kind{white-space:nowrap}.live-kind.launch{color:var(--orange-ink)}.live-kind.graduation{color:var(--ink);font-weight:500}.live-size{white-space:nowrap;font-variant-numeric:tabular-nums}.live-who{align-items:center;gap:6px;min-width:0;display:flex}.live-who>a:first-child,.live-who>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.live-who a:hover{color:var(--orange-ink)}.live-age{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12px}.live-note{color:var(--ink-70);padding:18px 14px;font-size:14px}.live-row.fresh{animation:live-in .52s var(--ease-out) both}.live-row.fresh.live-buy,.live-row.fresh.live-launch{animation:live-in .52s var(--ease-out) both, live-flash-buy 1.4s linear both}.live-row.fresh.live-sell{animation:live-in .52s var(--ease-out) both, live-flash-sell 1.4s linear both}.live-row.fresh.live-graduation{animation:live-in .52s var(--ease-out) both, live-flash-grad 1.4s linear both}@keyframes live-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes live-flash-buy{0%{background:color-mix(in srgb, var(--live) 26%, transparent)}to{background:0 0}}@keyframes live-flash-sell{0%{background:color-mix(in srgb, var(--risk) 24%, transparent)}to{background:0 0}}@keyframes live-flash-grad{0%{background:color-mix(in srgb, var(--orange) 30%, transparent)}to{background:0 0}}@media (max-width:640px){.live-row{grid-template-columns:minmax(0,1fr) auto auto 40px;grid-template-areas:"coin kind size age""who who who age";gap:2px 10px;padding:8px 12px}.live-coin{grid-area:coin}.live-kind{grid-area:kind}.live-size{grid-area:size}.live-who{grid-area:who}.live-age{grid-area:age}.live-name{display:none}}
