/* coins.era-wallet.com — the supported-asset registry.
 *
 * Tokens, fonts, header and footer come from /s/era.css; everything here is
 * the table and its controls. No inline style attributes and no inline script:
 * the host sends `default-src 'self'` with no 'unsafe-inline' (nginx.conf).
 */

.vh {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---- hero ---------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; }
.hero-in { position: relative; z-index: 1; padding: 56px 24px 28px; }
.hero .lead { margin-top: 14px; max-width: 620px; }

/* ---- search + filters ---------------------------------------------------- */
.reg { padding-bottom: 8px; }
.srch { position: relative; margin-bottom: 10px; }
.srch-i {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 15px; height: 15px; stroke: var(--text-3); stroke-width: 1.5; fill: none;
  pointer-events: none;
}
#q {
  width: 100%; padding: 13px 16px 13px 44px;
  background: var(--card); border: 1px solid var(--border-2); border-radius: 10px;
  color: var(--text); font-family: var(--body); font-weight: 300; font-size: 14px;
  outline: none; transition: border-color .2s;
  -webkit-appearance: none; appearance: none;
}
#q:focus { border-color: var(--orange-line); }
#q::placeholder { color: var(--text-3); }

.count {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-3); margin-bottom: 18px; min-height: 16px;
}
.count strong { color: var(--orange); font-weight: 500; }

.filters { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 20px; }
.fbtn {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .07em;
  padding: 5px 13px; border-radius: 100px; border: 1px solid var(--border-2);
  color: var(--text-3); background: transparent; transition: color .18s, border-color .18s, background .18s;
}
.fbtn:hover { border-color: var(--orange-line); color: var(--text-2); }
.fbtn.on { border-color: var(--orange); background: var(--orange-tint); color: var(--orange); }

/* ---- table --------------------------------------------------------------- */
.tw { overflow-x: auto; border-radius: 12px; border: 1px solid var(--border-2); }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
thead { background: rgba(255, 255, 255, .03); }
th {
  font-family: var(--mono); font-weight: 500; font-size: 11px;
  text-transform: uppercase; letter-spacing: .09em; color: var(--text-3);
  padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--border-2); white-space: nowrap;
}
td { padding: 11px 18px; border-bottom: 1px solid rgba(255, 255, 255, .04); vertical-align: middle; }
tbody tr:last-child td { border-bottom: none; }
tbody tr:hover td { background: rgba(255, 255, 255, .02); }

.asset { display: flex; align-items: center; gap: 11px; }
.logo {
  width: 26px; height: 26px; border-radius: 50%; overflow: hidden; flex: none;
  background: rgba(255, 255, 255, .06); display: flex; align-items: center; justify-content: center;
}
.logo img { width: 100%; height: 100%; object-fit: contain; }
.logo-f { color: var(--orange); font-family: var(--mono); font-size: 11px; }
.sym { font-family: var(--mono); font-size: 13px; font-weight: 500; }

.tag {
  font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .05em;
  padding: 3px 7px; border-radius: 4px; display: inline-block;
}
.tag-coin { background: var(--orange-tint); border: 1px solid rgba(255, 106, 26, .28); color: var(--orange); }
.tag-token { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); color: var(--text-3); }

.fn-full { color: var(--orange); font-size: 13px; }
.fn-sign { color: var(--text-2); font-size: 13px; }
.wallets { font-size: 12px; color: var(--text-3); line-height: 1.5; max-width: 320px; }

.state {
  text-align: center; padding: 48px; color: var(--text-3);
  font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .05em;
}

/* ---- pager --------------------------------------------------------------- */
.pager { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; flex-wrap: wrap; gap: 10px; }
.pager:empty { margin-top: 0; }
.pager-i { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--text-3); }
.pager-b { display: flex; gap: 5px; flex-wrap: wrap; align-items: center; }
.pbtn {
  font-family: var(--mono); font-size: 11px; padding: 6px 12px;
  border: 1px solid var(--border-2); border-radius: 6px; background: transparent; color: var(--text-3);
  transition: color .18s, border-color .18s, background .18s;
}
.pbtn:hover:not([disabled]) { border-color: var(--orange-line); color: var(--text-2); }
.pbtn.on { border-color: var(--orange); background: var(--orange-tint); color: var(--orange); }
.pbtn[disabled] { opacity: .3; cursor: not-allowed; }
.gap { color: var(--text-3); padding: 0 5px; font-family: var(--mono); font-size: 11px; }

.note-legal { margin-top: 22px; max-width: 720px; }

/* era.css lays the header out as one non-wrapping row, which fits the two
 * links app./verify. carry. This page has three, and at phone widths the first
 * one climbs into the logo — so below 720px the nav drops the link to the page
 * you are already on, and tightens the rest. */
@media (max-width: 720px) {
  .hdr-nav { gap: 16px; font-size: 12px; }
  .hdr-nav .cur { display: none; }
}

@media (max-width: 600px) {
  .hero-in { padding: 40px 24px 22px; }
  .wallets { max-width: 240px; }
}

@media (prefers-reduced-motion: reduce) {
  .fbtn, .pbtn, #q { transition: none; }
}
