.pool-select {
  margin-left: auto;
  min-width: 118px;
  border: 1px solid #202020;
  border-radius: 999px;
  padding: 7px 26px 7px 10px;
  background: #0a0a0a;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  cursor: pointer;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: -8px 0 21px;
}
.proof-grid span {
  display: grid;
  gap: 3px;
  min-height: 56px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.proof-grid b { color: var(--ink); font-size: 10px; letter-spacing: 0; text-transform: none; }

.market-layer { padding: 76px 0 0; }
.market-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; padding-bottom: 25px; border-bottom: 1px solid #111; }
.market-head h2 { max-width: 720px; margin: 10px 0 0; font: 900 clamp(38px,5vw,68px)/.92 "Arial Black",Impact,sans-serif; letter-spacing: -.06em; text-transform: uppercase; }
.market-head p { max-width: 510px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.market-grid { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid #111; }
.market-card { min-height: 220px; padding: 23px 20px; border-right: 1px solid var(--line); }
.market-card:last-child { border-right: 0; }
.market-card .number { color: #888; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.market-card h3 { margin: 50px 0 9px; font-size: 17px; letter-spacing: -.035em; }
.market-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.market-card span { display: inline-block; margin-top: 15px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.market-note { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; color: #777; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.global-chip { display: inline-flex; align-items: center; gap: 6px; }
.global-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #111; }

@media(max-width:900px){.market-grid{grid-template-columns:1fr 1fr}.market-card:nth-child(2){border-right:0}.market-card:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:620px){.pool-select{max-width:105px}.market-head{grid-template-columns:1fr}.market-grid{grid-template-columns:1fr}.market-card{min-height:170px;border-right:0;border-bottom:1px solid var(--line)}.market-card h3{margin-top:28px}.market-note{flex-direction:column}}
