:root {
  --bg: #050708;
  --panel: #101417;
  --panel-soft: #171d22;
  --gold: #f6b928;
  --gold-2: #ffd764;
  --text: #f7f5ed;
  --muted: #b9b5a6;
  --line: rgba(246, 185, 40, 0.32);
  --danger: #ffcf66;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
  --page-glow: radial-gradient(circle at top left, rgba(246, 185, 40, 0.16), transparent 28rem);
  --corner-glow: radial-gradient(circle at bottom right, rgba(246, 185, 40, 0.08), transparent 24rem);
}

* { box-sizing: border-box; }
html { background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { margin: 0; min-height: 100vh; background: var(--page-glow), var(--corner-glow), #050708; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: #fff; }
img { max-width: 100%; height: auto; }
.skip-link { left: -999px; position: absolute; top: 1rem; }
.skip-link:focus { left: 1rem; z-index: 10; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 1fr minmax(12rem, 24rem) auto; padding: 1rem clamp(1rem, 4vw, 3rem); background: rgba(5, 7, 8, 0.92); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(16px); }
.header-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 0.35rem; justify-content: flex-end; }
.lang-switcher { align-items: center; display: inline-flex; gap: 0.4rem; position: relative; z-index: 20; }
.lang-switcher-icon { align-items: center; color: var(--gold); display: inline-flex; flex: 0 0 auto; justify-content: center; opacity: 0.92; }
.lang-switcher-label { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.lang-switcher-trigger { align-items: center; appearance: none; background: linear-gradient(180deg, rgba(246,185,40,0.12), rgba(246,185,40,0.04)); border: 1px solid rgba(246,185,40,0.28); border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.04); color: var(--text); cursor: pointer; display: inline-flex; font: inherit; font-size: 0.74rem; font-weight: 700; gap: 0.35rem; letter-spacing: 0.02em; line-height: 1.2; max-width: 10rem; min-height: 2.05rem; min-width: 6.5rem; padding: 0.4rem 0.55rem 0.4rem 0.7rem; transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease; }
.lang-switcher-trigger:hover,
.lang-switcher-trigger[aria-expanded="true"] { background-color: rgba(246,185,40,0.1); border-color: rgba(246,185,40,0.45); }
.lang-switcher-trigger:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(246,185,40,0.2); outline: none; }
.lang-switcher-value { overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.lang-switcher-chevron { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--gold); flex: 0 0 auto; margin-left: auto; opacity: 0.95; transition: transform 0.15s ease; }
.lang-switcher-trigger[aria-expanded="true"] .lang-switcher-chevron { transform: rotate(180deg); }
.lang-switcher-menu { background: rgba(8, 10, 12, 0.98); border: 1px solid rgba(246,185,40,0.28); border-radius: 0.85rem; box-shadow: var(--shadow); left: 0; list-style: none; margin: 0.35rem 0 0; max-height: min(16rem, 60vh); min-width: 100%; overflow: auto; padding: 0.35rem; position: absolute; right: 0; top: 100%; z-index: 30; }
.lang-switcher-menu[hidden] { display: none !important; }
.lang-switcher-option { border-radius: 0.55rem; color: var(--text); cursor: pointer; font-size: 0.76rem; font-weight: 600; line-height: 1.25; padding: 0.45rem 0.65rem; transition: background-color 0.12s ease, color 0.12s ease; }
.lang-switcher-option:hover,
.lang-switcher-option:focus { background: rgba(246,185,40,0.14); color: #fff; outline: none; }
.lang-switcher-option.is-active { background: rgba(246,185,40,0.22); color: var(--gold-2); }
.lang-switcher--header .lang-switcher-trigger { backdrop-filter: blur(8px); }
.lang-switcher--footer .lang-switcher-trigger { font-size: 0.78rem; max-width: 12rem; min-height: 2.25rem; }
.lang-switcher--footer .lang-switcher-menu { min-width: min(100%, 12rem); }
.footer-lang { align-items: center; display: flex; justify-content: flex-start; }
.site-header--gate { grid-template-columns: 1fr auto; }
.site-header--gate .header-wordmark { display: none; }
.site-footer .footer-lang { grid-column: 1 / -1; margin-top: 0.35rem; }
.notranslate, [translate="no"], [data-notranslate="1"] { unicode-bidi: isolate; }
.brand { align-items: center; color: var(--text); display: flex; gap: 0.85rem; min-width: 0; }
.brand-logo { width: 4.25rem; }
.brand strong { display: block; font-size: clamp(1.05rem, 2vw, 1.4rem); letter-spacing: 0.04em; text-transform: uppercase; }
.brand small { color: var(--muted); display: block; letter-spacing: 0.11em; text-transform: uppercase; }
.header-wordmark { justify-self: center; max-height: 4rem; object-fit: contain; }
.dashboard-link, .button, button:not(.mobile-menu-toggle) { border: 1px solid var(--line); border-radius: 999px; color: var(--text); display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.75rem 1rem; background: linear-gradient(180deg, rgba(246, 185, 40, 0.22), rgba(246, 185, 40, 0.08)); font-weight: 800; cursor: pointer; }
.button.primary { background: linear-gradient(180deg, #ffd45d, #b77906); color: #110d05; border-color: #ffd45d; }
.mobile-menu-toggle { display: none; border: 1px solid #ffd45d; border-radius: 999px; color: #110d05; align-items: center; justify-content: center; padding: 0.75rem 1rem; background: linear-gradient(180deg, #ffd45d, #b77906); font-weight: 900; cursor: pointer; }
.mobile-menu-toggle[hidden] { display: none !important; }
.site-nav { display: flex; flex-wrap: wrap; gap: 0.55rem; padding: 0.85rem clamp(1rem, 4vw, 3rem); border-bottom: 1px solid rgba(255,255,255,0.07); background: rgba(11, 14, 16, 0.96); }
.site-nav a { border: 1px solid rgba(246,185,40,0.18); border-radius: 999px; color: var(--muted); padding: 0.58rem 0.82rem; font-size: 0.92rem; }
.site-nav a.active, .site-nav a:hover { color: #111; background: var(--gold); border-color: var(--gold); }
@keyframes nav-buy-trade-pulse {
  0%, 100% { border-color: rgba(72, 199, 116, 0.22); box-shadow: 0 0 4px rgba(72, 199, 116, 0.14), 0 0 8px rgba(72, 199, 116, 0.06); }
  50% { border-color: rgba(72, 199, 116, 0.38); box-shadow: 0 0 6px rgba(72, 199, 116, 0.28), 0 0 12px rgba(72, 199, 116, 0.12); }
}
.site-nav a.nav-buy-trade { animation: nav-buy-trade-pulse 3.2s ease-in-out infinite; border-color: rgba(72, 199, 116, 0.28); box-shadow: 0 0 5px rgba(72, 199, 116, 0.2), 0 0 10px rgba(72, 199, 116, 0.08); }
.site-nav a.nav-buy-trade:hover { color: var(--muted); background: transparent; animation: nav-buy-trade-pulse 2.8s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .site-nav a.nav-buy-trade { animation: none; border-color: rgba(72, 199, 116, 0.3); box-shadow: 0 0 5px rgba(72, 199, 116, 0.2), 0 0 10px rgba(72, 199, 116, 0.08); }
  .site-nav a.nav-buy-trade:hover { animation: none; }
}
.status-bar { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0.65rem; padding: 0.85rem clamp(1rem, 4vw, 3rem); background: #080b0d; border-bottom: 1px solid rgba(246,185,40,0.16); }
.status-pill { border: 1px solid rgba(246,185,40,0.16); border-radius: 0.9rem; color: var(--text); padding: 0.65rem 0.75rem; background: rgba(255,255,255,0.03); }
.status-pill span { color: var(--muted); display: block; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; }
.status-pill strong { display: block; margin-top: 0.2rem; overflow-wrap: anywhere; }
main { padding: clamp(1rem, 4vw, 3rem); }
.page { max-width: 1180px; margin: 0 auto; }
.pool-dashboard-page { max-width: 1460px; }
.page > * + * { margin-top: 1.25rem; }
.hero { border: none; border-radius: 1rem; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02)); box-shadow: 0 10px 28px rgba(0,0,0,0.2); position: relative; isolation: isolate; }
.hero::before { border: 1px solid rgba(246, 185, 40, 0.34); border-radius: inherit; box-sizing: border-box; content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 2; }
.hero:not(.visual)::after { background: url('/assets/images/logo-medallion.png') center / contain no-repeat; content: ""; inset: auto -0.75rem -0.75rem auto; opacity: 0.1; pointer-events: none; position: absolute; width: min(12rem, 35vw); aspect-ratio: 1; z-index: 0; -webkit-mask-image: radial-gradient(circle, #000 42%, rgba(0,0,0,0.55) 62%, transparent 82%); mask-image: radial-gradient(circle, #000 42%, rgba(0,0,0,0.55) 62%, transparent 82%); }
.hero.visual { min-height: 24rem; background-image: linear-gradient(90deg, rgba(5,7,8,0.9), rgba(5,7,8,0.45), rgba(5,7,8,0.1)), url('/assets/images/hero-wide.png'); background-position: center right; background-repeat: no-repeat; background-size: cover; }
.hero.visual.home-hero { background-color: transparent; background-image: none; display: grid; min-height: 0; overflow: hidden; }
.hero.visual.home-hero > * { grid-area: 1 / 1; }
.hero.visual.home-hero .hero-bg { display: block; line-height: 0; z-index: 0; }
.hero.visual.home-hero .hero-bg img { display: block; height: auto; width: 100%; }
.hero.visual.home-hero .hero-scrim { align-self: stretch; background: linear-gradient(90deg, rgba(5,7,8,0.99) 0%, rgba(5,7,8,0.97) 28%, rgba(5,7,8,0.82) 42%, rgba(5,7,8,0.45) 58%, rgba(5,7,8,0.1) 78%, transparent 100%); pointer-events: none; z-index: 1; }
.hero.visual.home-hero .hero-content { align-self: center; position: relative; z-index: 2; }
.hero.visual.home-hero::before { border-color: rgba(246, 185, 40, 0.18); }
.hero-content { max-width: 42rem; padding: clamp(1.35rem, 4vw, 3rem); position: relative; z-index: 1; }
.hero:not(.visual) .hero-content { padding: clamp(1rem, 2.2vw, 1.35rem); }
.hero:not(.visual) h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); margin-bottom: 0.5rem; }
.eyebrow { color: var(--gold-2); font-size: 0.83rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
h1 { font-size: clamp(1.9rem, 5vw, 3.35rem); line-height: 1.04; margin: 0.4rem 0 0.9rem; text-transform: uppercase; }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin: 0 0 1rem; }
h3 { margin-top: 0; }
p { color: var(--muted); line-height: 1.65; }
.gold { color: var(--gold); }
.actions, .subnav { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }
.grid { display: grid; gap: 1rem; }
.grid.cards { grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); margin-top: 1.25rem; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card, .metric-card, .notice, .setup-box { border: 1px solid rgba(246,185,40,0.18); border-radius: 1rem; min-width: 0; padding: 1rem; background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02)); box-shadow: 0 10px 28px rgba(0,0,0,0.2); }
.card :where(p, li, strong, code, a), .notice :where(p, li, strong, code, a), .setup-box :where(p, li, strong, code, a) { overflow-wrap: anywhere; word-break: break-word; }
.card + .card, .notice + .card, .card + .notice { margin-top: 1.25rem; }
.grid > .card + .card,
.grid > .notice + .card,
.grid > .card + .notice { margin-top: 0; }
.metric-card { color: var(--text); display: block; min-height: 7.25rem; }
.metric-label { color: var(--muted); display: block; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.metric-card strong { display: block; font-size: 1.45rem; margin-top: 0.55rem; overflow-wrap: anywhere; }
.metric-card p { font-size: 0.82rem; line-height: 1.35; margin: 0.45rem 0 0; }
.pool-overload-header { background: linear-gradient(135deg, rgba(246,185,40,0.18), rgba(255,255,255,0.035) 46%, rgba(246,185,40,0.08)); }
.pool-overload-header h2 { font-size: clamp(1.6rem, 3vw, 2.75rem); line-height: 1; margin-top: 0.35rem; text-transform: uppercase; }
.pool-stat-grid { grid-template-columns: repeat(auto-fit, minmax(12.25rem, 1fr)); }
.pool-stat-grid .metric-card { border-radius: 0.85rem; min-height: 6.5rem; padding: 0.85rem; }
.pool-stat-grid .metric-card strong { color: #fff; font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.metric-link:hover { transform: translateY(-1px); border-color: var(--gold); }
.wallet-entry-cards { display: grid; gap: 1.15rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1.35rem; }
.wallet-entry-card { background: linear-gradient(145deg, rgba(246, 185, 40, 0.16), rgba(255, 255, 255, 0.04) 42%, rgba(8, 12, 22, 0.92)); border: 1px solid rgba(246, 185, 40, 0.34); border-radius: 1.1rem; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08); color: var(--text); display: grid; gap: 0.35rem; min-height: 11.5rem; padding: 1.35rem 1.4rem 1.15rem; position: relative; text-decoration: none; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.wallet-entry-card::before { background: linear-gradient(90deg, rgba(246, 185, 40, 0.95), rgba(255, 220, 120, 0.55)); border-radius: 1.1rem 1.1rem 0 0; content: ""; height: 0.22rem; left: 0; position: absolute; right: 0; top: 0; }
.wallet-entry-card--register { background: linear-gradient(145deg, rgba(120, 190, 255, 0.14), rgba(255, 255, 255, 0.04) 42%, rgba(8, 12, 22, 0.92)); border-color: rgba(120, 190, 255, 0.34); }
.wallet-entry-card--register::before { background: linear-gradient(90deg, rgba(120, 190, 255, 0.95), rgba(170, 220, 255, 0.55)); }
.wallet-entry-card:hover { border-color: var(--gold); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(246, 185, 40, 0.22); transform: translateY(-3px); }
.wallet-entry-card--register:hover { border-color: rgba(120, 190, 255, 0.85); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(120, 190, 255, 0.22); }
.wallet-entry-card__badge { align-items: center; background: rgba(0, 0, 0, 0.28); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; color: var(--gold-2); display: inline-flex; font-size: 0.72rem; font-weight: 700; justify-content: center; letter-spacing: 0.08em; margin-bottom: 0.35rem; min-height: 1.85rem; padding: 0.2rem 0.75rem; text-transform: uppercase; width: fit-content; }
.wallet-entry-card--register .wallet-entry-card__badge { color: #b9ddff; }
.wallet-entry-card strong { color: #fff; display: block; font-size: clamp(1.55rem, 2.8vw, 2rem); line-height: 1.1; margin-top: 0.15rem; }
.wallet-entry-card p { color: var(--text-soft, rgba(255, 255, 255, 0.78)); font-size: 0.92rem; line-height: 1.5; margin: 0.25rem 0 0; }
.wallet-entry-card__cta { color: var(--gold-2); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; margin-top: auto; text-transform: uppercase; }
.wallet-entry-card--register .wallet-entry-card__cta { color: #b9ddff; }
.wallet-entry-card:hover .wallet-entry-card__cta { text-decoration: underline; }
@media (max-width: 48rem) { .wallet-entry-cards { grid-template-columns: 1fr; } }
.live-dashboard { margin-top: 1.25rem; scroll-margin-top: 5.5rem; }
.live-dashboard-header { align-items: flex-start; background: linear-gradient(135deg, rgba(246,185,40,0.14), rgba(255,255,255,0.03) 52%, rgba(246,185,40,0.06)); border: 1px solid rgba(246,185,40,0.22); border-radius: 1rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; padding: 1.1rem 1.15rem; }
.live-dashboard-header h2 { font-size: clamp(1.35rem, 2.4vw, 1.85rem); margin: 0.2rem 0 0.35rem; }
.live-dashboard-header p { margin: 0; max-width: 42rem; }
.live-dashboard-header .eyebrow { align-items: center; display: inline-flex; gap: 0.45rem; }
.live-pulse { animation: live-pulse 1.8s ease-in-out infinite; background: #4ade80; border-radius: 999px; box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.55); display: inline-block; height: 0.55rem; width: 0.55rem; }
@keyframes live-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.45); opacity: 1; } 50% { box-shadow: 0 0 0 0.45rem rgba(74, 222, 128, 0); opacity: 0.72; } }
.dashboard-section { margin-top: 1.35rem; }
.dashboard-section h3 { color: var(--gold-2); font-size: 0.78rem; letter-spacing: 0.14em; margin: 0 0 0.15rem; text-transform: uppercase; }
.dashboard-section .grid.cards { margin-top: 0.65rem; }
.live-feed-grid h4 { font-size: 1rem; margin: 0 0 0.75rem; }
.home-announcements, .home-highlights { margin-top: 1.35rem; }
.sitewide-announcements {
  background: #080b0d;
  border-bottom: 1px solid rgba(246, 185, 40, 0.16);
  margin: 0;
}
.sitewide-announcement {
  border-top: 1px solid rgba(246, 185, 40, 0.1);
  margin: 0;
}
.sitewide-announcement:first-child { border-top: 0; }
.sitewide-announcement-summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.65rem;
  list-style: none;
  min-height: 2.35rem;
  padding: 0.45rem clamp(1rem, 4vw, 3rem);
  transition: background-color 0.15s ease;
}
.sitewide-announcement-summary::-webkit-details-marker { display: none; }
.sitewide-announcement-summary::marker { content: ""; }
.sitewide-announcement-summary:hover,
.sitewide-announcement[open] .sitewide-announcement-summary {
  background: rgba(246, 185, 40, 0.06);
}
.sitewide-announcement-badge {
  color: var(--gold);
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.sitewide-announcement-title {
  color: var(--text);
  flex: 1 1 auto;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sitewide-announcement-chevron {
  border-bottom: 2px solid var(--gold-2);
  border-right: 2px solid var(--gold-2);
  flex: 0 0 auto;
  height: 0.45rem;
  margin-left: 0.15rem;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  width: 0.45rem;
}
.sitewide-announcement[open] .sitewide-announcement-chevron {
  margin-top: 0.15rem;
  transform: rotate(225deg);
}
.sitewide-announcement-panel {
  border-top: 1px solid rgba(246, 185, 40, 0.12);
  max-height: 14rem;
  overflow: auto;
  padding: 0.65rem clamp(1rem, 4vw, 3rem) 0.85rem;
}
.sitewide-announcement-date {
  color: var(--muted);
  font-size: 0.72rem;
  margin: 0 0 0.55rem;
}
.sitewide-announcement-date :where(time) { color: inherit; font-size: inherit; }
.sitewide-announcement-body {
  color: var(--text-soft, rgba(255, 255, 255, 0.82));
  font-size: 0.82rem;
  line-height: 1.5;
}
.sitewide-announcement-body :where(p) { margin: 0; }
.sitewide-announcement-body :where(p + p) { margin-top: 0.55rem; }
@media (max-width: 40rem) {
  .sitewide-announcement-badge { display: none; }
  .sitewide-announcement-title { font-size: 0.8rem; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
}
@media (max-width: 48rem) { .live-dashboard-header .button { width: 100%; } .grid.two.live-feed-grid { grid-template-columns: 1fr; } }
.notice { border-color: rgba(255, 207, 102, 0.55); background: rgba(255, 207, 102, 0.08); }
.notice strong { color: var(--gold-2); }
.pool-payout-maturity-notice,
.pool-fair-play-notice,
.pool-nano-hashrate-notice { margin-top: 1.25rem; }
.pool-payout-maturity-notice p,
.pool-fair-play-notice p,
.pool-nano-hashrate-notice p { margin: 0.55rem 0 0; color: var(--text-soft, rgba(255,255,255,0.82)); line-height: 1.55; }
.pool-fair-play-callout {
  align-items: center;
  background: linear-gradient(135deg, rgba(246,185,40,0.18), rgba(255,255,255,0.03) 54%, rgba(246,185,40,0.08));
  border: 1px solid rgba(246,185,40,0.34);
  border-radius: 1rem;
  box-shadow: 0 0 0 1px rgba(246,185,40,0.08), 0 14px 34px rgba(0,0,0,0.22);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(7.5rem, 9rem) minmax(0, 1fr);
  margin-top: 1.25rem;
  padding: 1.15rem 1.2rem;
  scroll-margin-top: 5.5rem;
}
.pool-fair-play-callout__badge {
  align-items: center;
  background: rgba(6, 9, 11, 0.55);
  border: 1px solid rgba(246,185,40,0.28);
  border-radius: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  justify-content: center;
  min-height: 6.5rem;
  padding: 0.85rem 0.65rem;
  text-align: center;
}
.pool-fair-play-callout__limit {
  color: var(--gold-2);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
}
.pool-fair-play-callout__unit {
  color: var(--text-soft, rgba(255,255,255,0.78));
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}
.pool-fair-play-callout__eyebrow {
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}
.pool-fair-play-callout__title {
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.2;
  margin: 0 0 0.45rem;
}
.pool-fair-play-callout__body {
  color: var(--text-soft, rgba(255,255,255,0.86));
  line-height: 1.55;
  margin: 0;
  max-width: 52rem;
}
.pool-fair-play-callout__points {
  color: var(--text-soft, rgba(255,255,255,0.82));
  display: grid;
  gap: 0.35rem;
  line-height: 1.45;
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
}
.pool-fair-play-callout__points li {
  padding-left: 1rem;
  position: relative;
}
.pool-fair-play-callout__points li::before {
  color: var(--gold);
  content: "•";
  left: 0;
  position: absolute;
}
.pool-fair-play-inline {
  background: rgba(246,185,40,0.08);
  border: 1px solid rgba(246,185,40,0.22);
  border-radius: 0.75rem;
  color: var(--text-soft, rgba(255,255,255,0.84));
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 0.85rem 0 0;
  padding: 0.7rem 0.8rem;
}
.pool-fair-play-inline__badge {
  background: rgba(6, 9, 11, 0.55);
  border: 1px solid rgba(246,185,40,0.24);
  border-radius: 999px;
  color: var(--gold-2);
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: 0.45rem;
  padding: 0.18rem 0.55rem;
  vertical-align: middle;
}
@media (max-width: 48rem) {
  .pool-fair-play-callout {
    grid-template-columns: 1fr;
  }
  .pool-fair-play-callout__badge {
    min-height: auto;
  }
}
.mining-quick-steps { margin-top: 1.25rem; }
.mining-quick-steps-intro { margin-bottom: 1rem; text-align: center; }
.mining-quick-steps-intro h2 { font-size: clamp(1.25rem, 2.2vw, 1.65rem); margin: 0 0 0.35rem; }
.mining-quick-steps-intro p { color: var(--muted); margin: 0 auto; max-width: 36rem; }
.mining-quick-steps-list { list-style: none; margin: 0; padding: 0; }
.mining-quick-step { padding: 1rem 1.1rem; }
.mining-quick-step-body {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
  min-width: 0;
  text-align: center;
}
.mining-quick-step-icon { flex: 0 0 auto; width: 4rem; }
.mining-quick-step-body h3 { color: #fff; font-size: 1rem; margin: 0; }
.mining-quick-step-body > p { color: var(--muted); font-size: 0.92rem; line-height: 1.45; margin: 0; max-width: 18rem; }
.mining-quick-step-code {
  background: rgba(6, 9, 11, 0.72);
  border: 1px solid rgba(246,185,40,0.18);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 0.78rem;
  margin-top: 0.1rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 0.35rem 0.7rem;
  white-space: normal;
  word-break: break-word;
}
.mining-quick-step-links { font-size: 0.88rem; font-weight: 700; margin: 0.1rem 0 0; }
.mining-quick-step-links a { color: var(--gold); text-decoration: none; }
.mining-quick-step-links a:hover,
.mining-quick-step-links a:focus-visible { color: var(--gold-2); text-decoration: underline; }
.mining-quick-step-sep { color: rgba(255,255,255,0.28); margin: 0 0.2rem; }
.mining-quick-step-icon .hobc-feature-icon-svg {
  filter: drop-shadow(0 0 14px rgba(246, 185, 40, 0.34));
}
.mining-quick-step-icon .hobc-feature-icon-label {
  fill: var(--gold);
}
.hobc-feature-icon,
.icon-card img {
  width: 4rem;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(246, 185, 40, 0.07));
}
.hobc-feature-icon-svg {
  height: auto;
  overflow: visible;
}
.hobc-feature-icon-label {
  fill: #eef2f6;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.banner { border: 1px solid rgba(246,185,40,0.18); border-radius: 1rem; box-shadow: 0 10px 28px rgba(0,0,0,0.2); line-height: 0; margin: 1.25rem 0; overflow: hidden; padding: 0; width: 100%; }
.banner img { aspect-ratio: 1024 / 205; display: block; height: auto; width: 100%; }
.icon-card { align-items: center; display: flex; gap: 1rem; }
.code-row, pre { background: #06090b; border: 1px solid rgba(246,185,40,0.22); border-radius: 0.75rem; color: #fff; overflow-wrap: anywhere; padding: 0.85rem; white-space: pre-wrap; }
.copy-line { align-items: stretch; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.5rem; margin: 0.6rem 0; }
.copy-line code { align-items: center; display: flex; min-width: 0; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.pool-copy-list { display: grid; gap: 0.85rem; }
.pool-copy-row { display: grid; gap: 0.35rem; }
.pool-copy-row > span { color: var(--muted); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.pool-copy-row .copy-line { margin: 0; }
.pool-copy-row .copy-line code { background: #06090b; border: 1px solid rgba(246,185,40,0.22); border-radius: 999px; min-height: 3rem; overflow-wrap: anywhere; padding: 0.65rem 0.85rem; }
.pool-static-code { background: #06090b; border: 1px solid rgba(246,185,40,0.22); border-radius: 999px; color: #fff; display: inline-flex; min-height: 2.5rem; align-items: center; max-width: 100%; min-width: 0; overflow-wrap: anywhere; padding: 0.55rem 0.85rem; white-space: normal; word-break: break-word; }
.pool-connection-card p { margin-bottom: 0; }
.table-like { display: grid; gap: 0.45rem; }
.table-row { display: grid; grid-template-columns: minmax(9rem, 0.7fr) minmax(0, 1.3fr); gap: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 0.6rem 0; }
.table-row span:first-child { color: var(--muted); }
.table-row > * { min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
.docs-page { max-width: 1260px; }
.docs-card-grid .card, .docs-faq-grid .card { display: grid; align-content: start; gap: 0.55rem; }
.docs-card-grid .card h3, .docs-faq-grid .card h3 { color: #fff; margin-bottom: 0; }
.docs-card-grid .card p, .docs-faq-grid .card p { margin: 0; }
.docs-card-grid .card .button { justify-self: start; margin-top: 0.35rem; }
.docs-article h2 { color: #fff; margin-bottom: 0.65rem; }
.docs-article ul, .docs-article ol { color: var(--muted); line-height: 1.65; padding-left: 1.25rem; }
.docs-article li + li { margin-top: 0.35rem; }
.docs-article code, .docs-quick-reference code { overflow-wrap: anywhere; }
.docs-article pre { margin: 0.85rem 0; }
.docs-quick-reference .table-row strong { overflow-wrap: anywhere; }
.downloads-page { max-width: 1280px; }
.downloads-grid { align-items: start; }
.download-card { overflow: hidden; }
.download-card-head { align-items: start; display: flex; gap: 1rem; justify-content: space-between; margin-bottom: 0.85rem; }
.download-card-head h2 { margin-bottom: 0; }
.download-build { border: 1px solid rgba(246,185,40,0.16); border-radius: 0.9rem; background: rgba(255,255,255,0.025); margin-top: 1rem; padding: 1rem; }
.download-build h3, .download-config h3 { color: #fff; margin-bottom: 0.45rem; }
.download-build p { margin-top: 0; }
.download-meta, .download-network { display: grid; gap: 0.55rem; margin: 0.85rem 0; }
.download-meta div, .download-network div { border-bottom: 1px solid rgba(255,255,255,0.07); display: grid; gap: 0.25rem; min-width: 0; padding: 0.6rem 0; }
.download-meta span, .download-network span, .checksum-box span { color: var(--muted); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.download-meta strong, .download-network strong { color: var(--text); min-width: 0; overflow-wrap: anywhere; }
.download-network { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.checksum-box { background: #06090b; border: 1px solid rgba(246,185,40,0.22); border-radius: 0.75rem; display: grid; gap: 0.45rem; margin-top: 0.85rem; padding: 0.8rem; }
.checksum-box code { color: #fff; display: block; font-size: 0.78rem; line-height: 1.45; overflow-wrap: anywhere; white-space: normal; word-break: break-all; }
.download-config { margin-top: 1rem; }
.burn-tx-list { display: grid; gap: 0.75rem; margin-top: 1rem; }
.burn-tx-card { display: grid; grid-template-columns: minmax(0, 2fr) minmax(8rem, 0.8fr) minmax(6rem, 0.55fr) minmax(5rem, 0.45fr); gap: 0.75rem; align-items: center; border: 1px solid rgba(246,185,40,0.16); border-radius: 0.9rem; background: rgba(255,255,255,0.025); padding: 0.85rem; }
.hash-chip { display: inline-block; max-width: 100%; min-width: 0; overflow-wrap: anywhere; white-space: normal; word-break: break-word; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.82rem; }
.hash-chip a { overflow-wrap: anywhere; word-break: break-word; }
.burn-tx-field { min-width: 0; }
.burn-tx-field span { color: var(--muted); display: block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; margin-bottom: 0.25rem; text-transform: uppercase; }
.burn-tx-field strong { color: var(--text); overflow-wrap: anywhere; }
.burn-txid .hash-chip { display: inline-block; max-width: 100%; }
.explorer-latest-card {
  align-items: start;
  gap: 0.55rem 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(5.5rem, max-content);
  padding: 0.78rem 0.85rem;
}
.explorer-latest-main {
  grid-column: 1;
}
.explorer-latest-height {
  grid-column: 2;
  justify-self: end;
  text-align: right;
}
.explorer-latest-meta {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 0.52rem;
}
.explorer-latest-card .burn-tx-field span {
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  margin-bottom: 0.18rem;
}
.explorer-latest-card .burn-tx-field strong {
  line-height: 1.25;
}
.explorer-latest-card .hash-chip {
  color: var(--gold-2);
  font-size: 0.74rem;
  line-height: 1.25;
}
.explorer-latest-btcsig {
  background: rgba(246,185,40,0.045);
  border: 1px solid rgba(246,185,40,0.14);
  border-radius: 0.65rem;
  grid-column: 1 / -1;
  padding: 0.55rem 0.65rem;
}
.explorer-latest-btcsig strong {
  color: var(--gold-2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
  word-break: break-word;
}
.explorer-btcsig-card {
  background: linear-gradient(180deg, rgba(246,185,40,0.08), rgba(255,255,255,0.02));
  border: 1px solid rgba(246,185,40,0.2);
  border-radius: 0.9rem;
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 0.9rem;
}
.explorer-btcsig-head {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.8rem;
}
.explorer-btcsig-head span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.explorer-btcsig-head strong {
  color: #fff;
}
.explorer-btcsig-card p {
  margin: 0;
}
.explorer-btcsig-value {
  background: #06090b;
  border: 1px solid rgba(246,185,40,0.22);
  border-radius: 0.75rem;
  color: var(--gold-2);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow-wrap: anywhere;
  padding: 0.75rem;
  white-space: normal;
  word-break: break-word;
}
.reserve-page { max-width: 1320px; }
.reserve-category-grid { display: grid; gap: 0.9rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); margin-top: 1rem; }
.reserve-category-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(246,185,40,0.16); border-radius: 0.9rem; padding: 1rem; }
.reserve-category-card span { color: var(--gold-2); display: block; font-size: 1.35rem; font-weight: 950; }
.reserve-category-card h3 { color: #fff; margin: 0.25rem 0 0.65rem; }
.reserve-category-card ul { color: var(--muted); line-height: 1.55; margin: 0; padding-left: 1.15rem; }
.reserve-tx-list { display: grid; gap: 0.85rem; margin-top: 1rem; }
.reserve-tx-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(246,185,40,0.16); border-radius: 0.95rem; display: grid; gap: 0.8rem; grid-template-columns: minmax(12rem, 1.35fr) minmax(7rem, 0.65fr) minmax(9rem, 0.95fr) minmax(10rem, 0.9fr) minmax(6rem, 0.55fr) minmax(9rem, 0.85fr); padding: 0.9rem; }
.reserve-tx-card > div { min-width: 0; }
.reserve-tx-card span { color: var(--muted); display: block; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; margin-bottom: 0.22rem; text-transform: uppercase; }
.reserve-tx-card strong { color: var(--text); overflow-wrap: anywhere; }
.reserve-tx-main { min-width: 0; }
.reserve-tx-description { border-top: 1px solid rgba(255,255,255,0.07); grid-column: 1 / -1; padding-top: 0.75rem; }
.reserve-tx-description p { margin: 0; }
.pool-window-card strong { font-size: 1.35rem; display: block; margin-top: 0.5rem; }
.pool-window-card p { margin: 0.55rem 0 0; }
.pool-mini-bar { background: rgba(255,255,255,0.08); border: 1px solid rgba(246,185,40,0.16); border-radius: 999px; height: 0.75rem; margin-top: 0.75rem; overflow: hidden; }
.pool-mini-bar span { background: linear-gradient(90deg, var(--gold), var(--gold-2)); display: block; height: 100%; }
.pool-table-wrap { border: 1px solid rgba(246,185,40,0.16); border-radius: 0.85rem; margin-top: 1rem; overflow-x: auto; }
.pool-data-table { border-collapse: collapse; min-width: 760px; width: 100%; }
.pool-data-table th,
.pool-data-table td { border-bottom: 1px solid rgba(255,255,255,0.07); padding: 0.7rem 0.75rem; text-align: left; vertical-align: top; }
.pool-data-table th { background: rgba(246,185,40,0.13); color: var(--gold-2); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.pool-data-table td { color: var(--text); font-size: 0.9rem; overflow-wrap: anywhere; }
.pool-data-table tbody tr:hover { background: rgba(246,185,40,0.06); }
.pool-data-table small { color: var(--muted); }
.pool-result-pill { border: 1px solid rgba(246,185,40,0.24); border-radius: 999px; color: var(--gold-2); display: inline-flex; font-size: 0.78rem; font-weight: 800; padding: 0.2rem 0.5rem; }
.pool-reference-panel { background: linear-gradient(180deg, #080b0d, #060708); border-color: rgba(246,185,40,0.34); border-radius: 0.15rem; box-shadow: inset 0 0 0 1px rgba(246,185,40,0.04), 0 18px 45px rgba(0,0,0,0.42); padding: 1.1rem 1.2rem; }
.pool-reference-panel h2 { color: #ffffff; font-size: 1rem; line-height: 1.1; margin: 0 0 0.35rem; text-transform: none; }
.pool-reference-panel p { color: var(--muted); font-size: 0.78rem; line-height: 1.45; margin: 0 0 1rem; }
.pool-session-toolbar { align-items: center; display: flex; flex-wrap: wrap; gap: 0.7rem; margin-bottom: 0.85rem; }
.pool-session-toolbar label { align-items: center; color: var(--text); display: flex; font-size: 0.78rem; font-weight: 800; gap: 0.45rem; }
.pool-session-toolbar select,
.pool-session-toolbar input { background: #050708; border: 1px solid rgba(246,185,40,0.38); border-radius: 0.55rem; color: var(--text); font-size: 0.78rem; font-weight: 800; height: 2.6rem; padding: 0.55rem 0.8rem; width: auto; }
.pool-session-toolbar select { min-width: 11rem; }
.pool-session-toolbar input { min-width: 15rem; }
.pool-session-toolbar button { background: linear-gradient(180deg, #ffd764, #c58d13); border: 0; border-radius: 999px; color: #160f03; font-size: 0.78rem; font-weight: 950; min-height: 2.35rem; padding: 0.55rem 1rem; }
.pool-status-pill { background: linear-gradient(180deg, #ffd764, #bc8611); border-radius: 999px; color: #160f03; display: inline-flex; font-size: 0.72rem; font-weight: 950; gap: 0.25rem; padding: 0.45rem 0.65rem; }
.pool-status-pill strong { color: #160f03; }
.pool-session-table-wrap { background: #050708; border-color: rgba(246,185,40,0.32); border-radius: 0.25rem; margin-top: 0; }
.pool-session-table { min-width: 1180px; }
.pool-leaderboard-table { min-width: 1040px; }
.pool-leaderboard-table th { background: #0c0f10; color: var(--gold-2); font-size: 0.66rem; padding: 0.55rem 0.7rem; }
.pool-leaderboard-table td { color: var(--text); font-size: 0.78rem; font-weight: 750; padding: 0.82rem 0.7rem; }
.pool-leaderboard-table td strong { color: #ffffff; font-size: 0.82rem; }
.pool-leaderboard-table small { color: var(--muted); display: block; font-size: 0.66rem; line-height: 1.15; margin-top: 0.12rem; }
.pool-leaderboard-groups { display: grid; gap: 1rem; margin-top: 1rem; }
.pool-section-heading { align-items: end; display: flex; gap: 0.7rem; justify-content: space-between; margin-bottom: 0.65rem; }
.pool-section-heading h3 { color: #fff; font-size: 0.95rem; margin: 0; }
.pool-section-heading span { color: var(--muted); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.pool-miner-card-grid { display: grid; gap: 0.85rem; grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr)); }
.pool-miner-card { background: linear-gradient(180deg, #101417, #060708); border: 1px solid rgba(246,185,40,0.28); border-radius: 0.95rem; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025); padding: 0.9rem; }
.pool-miner-card-top { align-items: center; display: flex; gap: 0.75rem; justify-content: space-between; }
.pool-miner-card-top span { color: var(--muted); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.pool-miner-card-top strong { font-size: 1.25rem; white-space: nowrap; }
.pool-miner-card h3 { color: #fff; font-size: 0.85rem; line-height: 1.25; margin: 0.65rem 0 0.75rem; overflow-wrap: anywhere; }
.pool-miner-progress { background: rgba(255,255,255,0.025); border: 1px solid rgba(246,185,40,0.12); border-radius: 0.75rem; padding: 0.65rem; }
.pool-miner-progress > span { color: var(--muted); display: block; font-size: 0.64rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.pool-miner-progress > strong { color: #fff; display: block; font-size: 0.86rem; margin-top: 0.22rem; }
.pool-miner-progress small { color: var(--muted); display: block; font-size: 0.66rem; margin-top: 0.2rem; }
.pool-miner-stats { display: grid; gap: 0.45rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0.75rem; }
.pool-miner-stats div { border-bottom: 1px solid rgba(255,255,255,0.06); min-width: 0; padding-bottom: 0.42rem; }
.pool-miner-stats span { color: var(--muted); display: block; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.pool-miner-stats strong { color: var(--text); display: block; font-size: 0.78rem; margin-top: 0.15rem; overflow-wrap: anywhere; }
.pool-miner-card p { color: var(--muted); font-size: 0.68rem; margin: 0.65rem 0 0; }
.pool-session-table th { background: #0c0f10; color: var(--gold-2); font-size: 0.66rem; padding: 0.55rem 0.7rem; }
.pool-session-table td { color: var(--text); font-size: 0.78rem; font-weight: 750; padding: 0.82rem 0.7rem; }
.pool-session-table td strong { color: #ffffff; font-size: 0.82rem; }
.pool-session-table small { color: var(--muted); display: block; font-size: 0.66rem; line-height: 1.15; margin-top: 0.12rem; }
.pool-good { color: #20d1a0; }
.pool-bad { color: #ffb06b; }
.pool-progress { background: #030405; border: 1px solid rgba(246,185,40,0.36); border-radius: 999px; height: 0.32rem; margin: 0.42rem 0 0.18rem; min-width: 9rem; overflow: hidden; }
.pool-progress span { background: linear-gradient(90deg, #00e2bd, var(--gold-2)); display: block; height: 100%; }
.pool-scroll-hint { align-items: center; border-bottom: 1px solid rgba(246,185,40,0.3); border-top: 1px solid rgba(246,185,40,0.18); display: grid; gap: 0.7rem; grid-template-columns: 1fr auto 1fr; margin-top: 0.8rem; padding: 0.65rem 0; }
.pool-scroll-hint span { background: #c2a23e; border-radius: 999px; height: 1.35rem; }
.pool-scroll-hint span:first-child { width: 1.35rem; justify-self: start; clip-path: polygon(100% 0, 0 50%, 100% 100%); }
.pool-scroll-hint span:last-child { width: 1.35rem; justify-self: end; clip-path: polygon(0 0, 100% 50%, 0 100%); }
.pool-scroll-hint strong { color: var(--muted); font-size: 0.58rem; letter-spacing: 0.04em; text-transform: lowercase; }
.pool-live-graphs { display: grid; gap: 0.85rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pool-graph-card { background: linear-gradient(180deg, #101417, #07090a); border: 1px solid rgba(246,185,40,0.3); border-radius: 1rem; min-height: 17.2rem; padding: 1rem; }
.pool-graph-card h3 { color: #ffffff; font-size: 0.95rem; margin: 0 0 0.35rem; }
.pool-graph-card p { color: var(--muted); font-size: 0.72rem; margin-bottom: 0.45rem; }
.pool-chart { background: #050708; border: 1px solid rgba(246,185,40,0.18); border-radius: 0.65rem; display: block; height: auto; margin-top: 0.35rem; width: 100%; }
.pool-chart-grid { stroke: rgba(246,185,40,0.16); stroke-width: 1; }
.pool-chart-line { fill: none; stroke: var(--gold-2); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.pool-line-blue { color: #f7f5ed; stroke: #f7f5ed; }
.pool-line-green { color: #00e2bd; stroke: #00e2bd; }
.pool-line-gold { color: #e7b535; stroke: #e7b535; }
.pool-chart-label { fill: var(--muted); font-size: 0.62rem; font-weight: 800; }
.pool-chart-legend { display: flex; gap: 1.1rem; justify-content: center; min-height: 1rem; }
.pool-chart-legend span { font-size: 0.62rem; font-weight: 950; }
.pool-unit-small { color: #f7f5ed; }
.pool-unit-k { color: #ffd764; }
.pool-unit-m { color: #f6b928; }
.pool-unit-g { color: #20d1a0; }
.pool-unit-t { color: #ffffff; text-shadow: 0 0 10px rgba(246,185,40,0.55); }
.pool-unit-na { color: var(--muted); }
.site-footer { background: #07090a; border-top: 1px solid var(--line); padding: 2.5rem clamp(1rem, 4vw, 3rem) 1.75rem; }
.footer-shell { align-items: start; display: grid; gap: 2rem 3rem; grid-template-columns: minmax(0, 1fr) minmax(10rem, 13rem); margin: 0 auto; max-width: 72rem; }
.footer-brand-block { display: grid; gap: 1.15rem; min-width: 0; }
.footer-brand { align-items: flex-start; display: flex; gap: 1rem; }
.footer-logo { flex: 0 0 auto; width: 3.5rem; }
.footer-brand-copy { min-width: 0; }
.footer-brand-name { color: var(--text); display: block; font-size: 1rem; line-height: 1.35; }
.footer-tagline { color: var(--muted); font-size: 0.92rem; line-height: 1.55; margin: 0.4rem 0 0; max-width: 38rem; }
.footer-nav { justify-self: end; min-width: 10rem; }
.footer-section-label { color: var(--muted); font-size: 0.72rem; letter-spacing: 0.1em; margin: 0 0 0.75rem; text-transform: uppercase; }
.footer-links { display: grid; gap: 0.55rem; list-style: none; margin: 0; padding: 0; }
.footer-links a { color: var(--muted); font-size: 0.92rem; line-height: 1.4; text-decoration: none; transition: color 0.15s ease; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold); outline: none; }
.footer-meta { border-top: 1px solid rgba(246, 185, 40, 0.12); margin: 1.75rem auto 0; max-width: 72rem; padding-top: 1rem; }
.footer-meta .fine-print { color: var(--muted); font-size: 0.78rem; line-height: 1.55; margin: 0; max-width: none; }
.footer-meta .fine-print + .fine-print { margin-top: 0.65rem; }
.social-links-wrap { margin: 0; }
.social-links-heading, .footer-section-label { color: var(--muted); font-size: 0.72rem; letter-spacing: 0.1em; margin: 0 0 0.65rem; text-transform: uppercase; }
.social-links { display: flex; flex-wrap: wrap; gap: 0.55rem; list-style: none; margin: 0; padding: 0; }
.social-link { align-items: center; border: 1px solid rgba(246, 185, 40, 0.22); border-radius: 999px; color: var(--text); display: inline-flex; gap: 0.45rem; min-height: 2.35rem; padding: 0.35rem 0.85rem 0.35rem 0.55rem; text-decoration: none; transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease; }
.social-link svg { fill: currentColor; height: 1rem; width: 1rem; }
.social-link-label { font-size: 0.88rem; font-weight: 600; }
.social-link:hover, .social-link:focus-visible { background: rgba(246, 185, 40, 0.08); border-color: rgba(246, 185, 40, 0.55); color: var(--gold); outline: none; }
.social-links--footer .social-link { border-radius: 50%; height: 2.5rem; justify-content: center; min-height: 2.5rem; min-width: 2.5rem; padding: 0; width: 2.5rem; }
.social-links--footer .social-link svg { height: 1.05rem; width: 1.05rem; }
.social-links--footer .social-link-label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
.social-links-card { margin-top: 1rem; }
.social-links--contact .social-links { margin-top: 0.75rem; }
.fine-print { grid-column: 1 / -1; font-size: 0.9rem; }
.exchange-listing-page .listing-toc { margin-top: 0; }
.exchange-listing-page .listing-section h2 { margin-top: 0; }
.exchange-listing-page .listing-table .table-row span { min-width: 11rem; }
.exchange-listing-page .listing-table-compact .table-row strong code { font-size: 0.78rem; }
.exchange-listing-page .listing-mono { font-size: 0.82rem; word-break: break-all; }
.exchange-listing-page .listing-tag { color: var(--muted); font-size: 0.82rem; font-weight: 600; margin-left: 0.35rem; }
.exchange-listing-page .listing-list { color: var(--muted); line-height: 1.65; margin: 0.75rem 0 0; padding-left: 1.2rem; }
.exchange-listing-page .listing-list li + li { margin-top: 0.45rem; }
.exchange-listing-page .listing-checksum-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); margin-top: 1rem; }
.exchange-listing-page .listing-checksum-card { border: 1px solid rgba(246,185,40,0.18); border-radius: 0.85rem; padding: 1rem; background: rgba(255,255,255,0.02); }
.exchange-listing-page .listing-checksum-card h3 { font-size: 1rem; margin: 0 0 0.5rem; }
.exchange-listing-page .listing-checksum-details { border: 1px solid rgba(246,185,40,0.18); border-radius: 0.85rem; margin-top: 1rem; padding: 0.75rem 1rem; background: rgba(255,255,255,0.02); }
.exchange-listing-page .listing-checksum-details summary { cursor: pointer; color: var(--gold-2); font-weight: 800; }
.exchange-listing-page .listing-sample-conf { background: #030405; border: 1px solid rgba(246,185,40,0.25); border-radius: 0.75rem; color: var(--text); font-size: 0.88rem; margin-top: 1rem; overflow-x: auto; padding: 1rem; }
.exchange-listing-page .listing-contact-email { font-size: 1.35rem; margin: 0.5rem 0 1rem; }
.exchange-listing-page .listing-contact-email a { color: var(--gold-2); font-weight: 900; }
.exchange-listing-page .listing-disclaimer h2 { font-size: 1.25rem; margin: 0 0 0.5rem; }
.exchange-listing-page .listing-press-grid .listing-press-card { min-height: 11rem; }
.exchange-listing-page .listing-press-subhead { color: var(--gold-2); font-size: 1rem; letter-spacing: 0.1em; margin: 1.5rem 0 0.75rem; text-transform: uppercase; }
.exchange-listing-page .listing-press-subhead:first-of-type { margin-top: 0.5rem; }
.exchange-listing-page .listing-press-doc-card { border-color: rgba(246,185,40,0.28); min-height: 12rem; }
.exchange-listing-page .listing-press-docs { margin-top: 0.25rem; }
.exchange-listing-page .listing-document-links { border-top: 1px solid rgba(246,185,40,0.18); margin-top: 1.25rem; padding-top: 1rem; }
.exchange-listing-page .listing-document-links h3 { font-size: 1rem; margin: 0 0 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold-2); }
form:not(.search-box) { display: grid; gap: 0.65rem; }
form:not(.search-box) > br { display: none; }
form:not(.search-box) label { color: var(--muted); display: grid; gap: 0.3rem; line-height: 1.3; }
input, select, textarea { border: 1px solid rgba(246,185,40,0.25); border-radius: 0.75rem; background: #090d10; color: var(--text); padding: 0.85rem 1rem; width: 100%; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #090d10 inset;
  -webkit-text-fill-color: var(--text);
  caret-color: var(--text);
  transition: background-color 9999s ease-in-out 0s;
}
form.search-box { display: grid; grid-template-columns: 1fr auto; gap: 0.65rem; }
.explorer-search-anchor { scroll-margin-top: 5.5rem; }
@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; position: static; }
  .brand { grid-column: 1; }
  .header-wordmark { grid-column: 1 / -1; justify-self: start; max-height: 3.4rem; }
  .header-actions { align-items: flex-end; flex-direction: column; flex-wrap: nowrap; gap: 0.45rem; grid-column: 2; grid-row: 1; justify-content: flex-start; }
  .lang-switcher--header { width: min(100%, 7.75rem); }
  .lang-switcher--header .lang-switcher-trigger { width: 100%; }
  .mobile-menu-toggle { display: inline-flex; font-size: 0.68rem; min-height: 2.35rem; padding: 0.5rem 0.85rem; white-space: nowrap; width: min(100%, 7.75rem); }
  .lang-switcher-trigger { font-size: 0.68rem; max-width: 7.75rem; min-height: 2.35rem; }
  .lang-switcher--footer { width: 100%; }
  .lang-switcher--footer .lang-switcher-trigger { max-width: 100%; width: min(100%, 14rem); }
  .footer-lang { justify-content: stretch; }
  .site-nav { display: none; padding: 0.75rem 1rem; }
  .site-nav.is-open { display: grid; grid-template-columns: 1fr; }
  .site-nav a { border-radius: 0.8rem; padding: 0.85rem 1rem; }
  .status-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.two { grid-template-columns: 1fr; }
  .burn-tx-card { grid-template-columns: 1fr 1fr; }
  .explorer-latest-card { grid-template-columns: minmax(0, 1fr) minmax(5.5rem, max-content); }
  .reserve-tx-card { grid-template-columns: 1fr 1fr; }
  .hero.visual { background-position: center; }
  .copy-line, form.search-box { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 1.5rem; }
  .footer-shell { gap: 1.5rem; grid-template-columns: 1fr; }
  .footer-nav { justify-self: start; width: 100%; }
  .footer-links { gap: 0.65rem; }
  .pool-live-graphs { grid-template-columns: 1fr; }
  .download-card-head { display: grid; }
  .download-card-head .button { justify-self: start; }
  .pool-session-toolbar { align-items: stretch; display: grid; }
  .pool-session-toolbar label,
  .pool-session-toolbar select,
  .pool-session-toolbar input,
  .pool-session-toolbar button { width: 100%; }
  [dir="rtl"] .header-actions { align-items: flex-start; }
}
@media (max-width: 520px) {
  .status-bar { grid-template-columns: 1fr; }
  .site-nav.is-open { display: grid; }
  .site-nav a { white-space: normal; }
  .burn-tx-card { grid-template-columns: 1fr; }
  .explorer-latest-card { grid-template-columns: minmax(0, 1fr) minmax(5rem, max-content); }
  .reserve-tx-card { grid-template-columns: 1fr; }
  .download-network { grid-template-columns: 1fr; }
}
[dir="rtl"] body { text-align: right; }
[dir="rtl"] .site-header,
[dir="rtl"] .header-actions,
[dir="rtl"] .brand,
[dir="rtl"] .site-nav,
[dir="rtl"] .status-bar,
[dir="rtl"] .actions,
[dir="rtl"] .subnav,
[dir="rtl"] .footer-links { direction: rtl; }
[dir="rtl"] .brand { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .site-nav a,
[dir="rtl"] .footer-links a,
[dir="rtl"] .button,
[dir="rtl"] .dashboard-link { text-align: center; }
[dir="rtl"] .lang-switcher { flex-direction: row-reverse; }
[dir="rtl"] .lang-switcher-value { text-align: right; }
[dir="rtl"] .lang-switcher-menu { left: 0; right: 0; }
[dir="rtl"] .site-footer,
[dir="rtl"] .footer-lang { direction: rtl; }
[dir="rtl"] .footer-brand { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .footer-nav { justify-self: start; }
[dir="rtl"] .footer-links a { text-align: start; }
[dir="rtl"] .hero:not(.visual)::after { inset: auto auto -0.75rem -0.75rem; }
[dir="rtl"] .skip-link:focus { left: auto; right: 1rem; }

/* ── HOBC Bridge (wrap for PancakeSwap) ─────────────────────────────── */
.bridge-page .card { margin-bottom: 1.25rem; }
.bridge-trust { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .35rem; }
.bridge-trust li { font-size: .95rem; opacity: .9; }
.bridge-contract { word-break: break-all; }
.bridge-step { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.08); }
.bridge-step:first-of-type { border-top: 0; }
.bridge-step h3 { margin: 0 0 .35rem; }
.bridge-input { width: 100%; padding: .7rem .8rem; border-radius: .6rem; border: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.2); color: inherit; font-family: ui-monospace, monospace; }
.bridge-error { color: #ff8080; margin: .5rem 0; }
.bridge-deposit-row { display: flex; gap: .5rem; align-items: center; flex-wrap: wrap; margin: .4rem 0; }
.bridge-deposit-row code { word-break: break-all; padding: .5rem .6rem; background: rgba(0,0,0,.25); border-radius: .5rem; flex: 1 1 240px; }
.bridge-meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px,1fr)); gap: .6rem; margin: .8rem 0; }
.bridge-meta dt { font-size: .8rem; text-transform: uppercase; letter-spacing: .03em; opacity: .65; }
.bridge-meta dd { margin: .15rem 0 0; font-weight: 600; }
.bridge-qr { width: 160px; height: 160px; image-rendering: pixelated; background: #fff; padding: 6px; border-radius: .5rem; }
.bridge-status-line { font-size: 1.1rem; font-weight: 600; }
.bridge-status-sub { opacity: .8; }
.bridge-safety ul { margin: .5rem 0; padding-left: 1.1rem; }
.bridge-safety li { margin: .3rem 0; }
.bridge-howto-steps { list-style: none; counter-reset: hstep; padding: 0; margin: 1rem 0; display: grid; gap: .75rem; }
.bridge-howto-steps li { counter-increment: hstep; position: relative; padding-left: 2.4rem; }
.bridge-howto-steps li::before { content: counter(hstep); position: absolute; left: 0; top: 0; width: 1.7rem; height: 1.7rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(124,196,255,.18); color: var(--accent, #7cc4ff); font-weight: 700; }
.bridge-howto-steps li strong { display: block; }
.bridge-howto-steps li span { opacity: .85; font-size: .95rem; }
.bridge-howto-cta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .5rem; }
.bridge-faq details { padding: .5rem 0; border-top: 1px solid rgba(255,255,255,.08); }
.bridge-faq summary { cursor: pointer; font-weight: 600; }
.bridge-activity__list { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-direction: column; }
.bridge-activity__head,
.bridge-activity__row {
  display: grid;
  grid-template-columns: minmax(72px, .8fr) minmax(110px, 1.2fr) minmax(96px, 1fr) minmax(120px, 1.2fr) auto;
  gap: .75rem; align-items: center;
  padding: .7rem .25rem;
}
.bridge-activity__head {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; opacity: .6;
  padding-top: 0; padding-bottom: .4rem;
}
.bridge-activity__row { border-top: 1px solid rgba(255,255,255,.08); }
.bridge-activity__type {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .2rem .6rem; border-radius: 999px;
  font-size: .8rem; font-weight: 700; width: fit-content;
}
.bridge-activity__type--wrap { background: rgba(124,196,255,.16); color: #7cc4ff; }
.bridge-activity__type--unwrap { background: rgba(246,185,40,.14); color: #f6b928; }
.bridge-activity__amount { font-weight: 600; }
.bridge-activity__amount .muted { font-weight: 400; font-size: .85rem; }
.bridge-activity__status { display: inline-flex; align-items: center; gap: .4rem; font-size: .9rem; }
.bridge-activity__status::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; flex: 0 0 auto; }
.bridge-activity__status--done { color: #34d399; }
.bridge-activity__status--done::before { background: #34d399; box-shadow: 0 0 0 3px rgba(52,211,153,.18); }
.bridge-activity__status--pending { color: #f6b928; }
.bridge-activity__status--pending::before { background: #f6b928; box-shadow: 0 0 0 3px rgba(246,185,40,.18); }
.bridge-activity__when { font-size: .85rem; opacity: .85; white-space: nowrap; }
.bridge-activity__when .muted { font-size: .75rem; }
.bridge-activity__link { text-align: right; }
.bridge-activity__link a { font-weight: 600; white-space: nowrap; }
.bridge-activity--pending .bridge-activity__status--pending { color: #f6b928; }
.bridge-activity__action {
  display: inline-flex; align-items: center; white-space: nowrap;
  padding: .35rem .8rem; border-radius: 999px;
  border: 1px solid rgba(124,196,255,.4); background: rgba(124,196,255,.12);
  color: #7cc4ff; font-weight: 600; font-size: .85rem; text-decoration: none;
}
.bridge-activity__action:hover { background: rgba(124,196,255,.2); }
.bridge-status { display: flex; flex-direction: column; gap: 1.1rem; }
.bridge-status-banner {
  display: flex; align-items: center; gap: .65rem;
  padding: .85rem 1rem; border-radius: .75rem;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
}
.bridge-status-banner .bridge-status-line { margin: 0; }
.bridge-status-dot { width: .7rem; height: .7rem; border-radius: 50%; flex: 0 0 auto; background: #f6b928; box-shadow: 0 0 0 4px rgba(246,185,40,.18); }
.bridge-status-banner.is-done .bridge-status-dot { background: #34d399; box-shadow: 0 0 0 4px rgba(52,211,153,.2); }
.bridge-status-banner.is-failed .bridge-status-dot { background: #ff8080; box-shadow: 0 0 0 4px rgba(255,128,128,.2); }
.bridge-status-field { display: flex; flex-direction: column; gap: .4rem; }
.bridge-status-field__label { font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; opacity: .6; }
.bridge-status-field__row { display: flex; gap: .5rem; align-items: stretch; flex-wrap: wrap; }
.bridge-status-field__row code,
.bridge-status-field__chip {
  font-family: ui-monospace, monospace; word-break: break-all; line-height: 1.55;
  background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.1);
  padding: .6rem .7rem; border-radius: .6rem; flex: 1 1 240px;
}
.bridge-status-field__row .button { flex: 0 0 auto; align-self: flex-start; }
.bridge-status-field--inline { flex-direction: row; align-items: baseline; gap: .6rem; }
.bridge-status-field--inline strong { font-size: 1.05rem; }
.bridge-status-mint { margin: 0; }
.bridge-status-actions { margin: .25rem 0 0; }
@media (max-width: 640px) {
  .bridge-activity__head { display: none; }
  .bridge-activity__row {
    grid-template-columns: 1fr auto;
    grid-template-areas: "type when" "amount link" "status status";
    gap: .35rem .75rem;
  }
  .bridge-activity__type { grid-area: type; }
  .bridge-activity__amount { grid-area: amount; }
  .bridge-activity__status { grid-area: status; }
  .bridge-activity__when { grid-area: when; text-align: right; }
  .bridge-activity__link { grid-area: link; }
}
.bridge-page .muted { opacity: .7; font-size: .92rem; }
.bridge-hint { margin: .5rem 0; }
.bridge-account { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; margin: .4rem 0; }
.bridge-account code { background: rgba(0,0,0,.25); padding: .25rem .5rem; border-radius: .5rem; }
.bridge-account-dot { width: .6rem; height: .6rem; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 3px rgba(52,211,153,.2); }
.bridge-balance { margin: .3rem 0 .8rem; }
.bridge-wallet-list { display: flex; flex-direction: column; gap: .5rem; margin-top: .6rem; align-items: flex-start; }
.bridge-track { padding: .5rem 0; border-top: 1px solid rgba(255,255,255,.08); margin-top: 1rem; }
.whobc-wallet-notice__points { margin: .75rem 0 1rem; padding-left: 1.1rem; }
.whobc-wallet-notice__points li { margin: .35rem 0; }
.whobc-wallet-notice h3 { margin: 1rem 0 .5rem; font-size: 1.05rem; }
.whobc-wallet-notice__manual { margin: .5rem 0 1rem; padding-left: 1.2rem; }
.whobc-wallet-notice__manual li { margin: .35rem 0; }
.whobc-wallet-notice__contract-label { margin: .5rem 0 .25rem; font-weight: 600; }
.whobc-wallet-notice__contract { display: flex; gap: .5rem; align-items: center; flex-wrap: wrap; margin-bottom: .75rem; }
.whobc-wallet-notice__contract code { word-break: break-all; padding: .5rem .6rem; background: rgba(0,0,0,.25); border-radius: .5rem; flex: 1 1 240px; }
.whobc-wallet-notice__actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .25rem; }
.whobc-wallet-notice__hint { margin-top: .6rem; }
.bridge-wallets__grid { list-style: none; margin: .9rem 0 .75rem; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.bridge-wallets__chip {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .45rem .8rem; border-radius: 999px;
  border: 1px solid rgba(246,185,40,0.28); background: rgba(246,185,40,0.07);
  font-size: .85rem; font-weight: 600; color: var(--text);
}
.bridge-wallets__chip::before {
  content: ""; width: .5rem; height: .5rem; border-radius: 50%;
  background: var(--gold-2, #f6b928); flex: 0 0 auto;
}
.bridge-wallets__note { margin-top: .25rem; }
.bridge-track summary { cursor: pointer; font-weight: 600; }
.bridge-track label { display: block; margin: .6rem 0 .2rem; }
.bridge-unwrap label { display: block; margin: .6rem 0 .2rem; }
.bridge-unwrap .link, .bridge-account .link { background: none; border: 0; color: var(--accent, #7cc4ff); cursor: pointer; padding: 0; font: inherit; text-decoration: underline; }

/* Live market board (exchange-listing) */
.market-board { position: relative; overflow: hidden; }
.market-board::before { content: ""; position: absolute; inset: -40% 40% auto auto; width: 22rem; height: 22rem; background: radial-gradient(circle, rgba(246,185,40,0.16), transparent 70%); pointer-events: none; }
.market-board__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.market-board__head h2 { margin: 0; }
.market-board__badges { display: inline-flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.market-board__src { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-2); border: 1px solid rgba(246,185,40,0.28); background: rgba(246,185,40,0.07); border-radius: 999px; padding: 0.3rem 0.7rem; }
.market-board__lock { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.74rem; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; color: #2ee6a6; border: 1px solid rgba(46,230,166,0.45); background: rgba(46,230,166,0.1); border-radius: 999px; padding: 0.3rem 0.7rem; }
.market-board__lock:hover { background: rgba(46,230,166,0.18); border-color: rgba(46,230,166,0.7); }
.market-board__lockicon { font-size: 0.85rem; line-height: 1; }
.market-board__dot { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: #2ee6a6; box-shadow: 0 0 0 0 rgba(46,230,166,0.7); animation: marketPulse 2s infinite; }
@keyframes marketPulse { 0% { box-shadow: 0 0 0 0 rgba(46,230,166,0.55); } 70% { box-shadow: 0 0 0 0.5rem rgba(46,230,166,0); } 100% { box-shadow: 0 0 0 0 rgba(46,230,166,0); } }
.market-board__grid { display: grid; grid-template-columns: minmax(13rem, 0.9fr) 1.5fr; gap: 1rem; margin-top: 1.1rem; align-items: stretch; }
.market-board__price { position: relative; border-radius: 1rem; padding: 1.25rem 1.4rem; background: linear-gradient(150deg, rgba(246,185,40,0.16), rgba(255,255,255,0.02)); border: 1px solid rgba(246,185,40,0.3); display: flex; flex-direction: column; justify-content: center; }
.market-board__plabel { font-size: 0.74rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.market-board__price strong { display: block; margin: 0.35rem 0 0.2rem; font-size: clamp(2.1rem, 5vw, 3rem); font-weight: 950; line-height: 1; background: linear-gradient(90deg, var(--gold), var(--gold-2)); -webkit-background-clip: text; background-clip: text; color: transparent; overflow-wrap: anywhere; }
.market-board__pcaption { font-size: 0.8rem; color: var(--muted); }
.market-board__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.market-tile { border-radius: 0.85rem; padding: 0.95rem 1rem; background: rgba(255,255,255,0.035); border: 1px solid rgba(246,185,40,0.16); display: flex; flex-direction: column; gap: 0.4rem; justify-content: center; }
.market-tile span { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.market-tile strong { font-size: clamp(1.2rem, 2.2vw, 1.6rem); font-weight: 900; color: #fff; overflow-wrap: anywhere; }
.market-tile--wide { grid-column: 1 / -1; }
.market-board__cta { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.1rem; font-weight: 900; background: linear-gradient(90deg, var(--gold), var(--gold-2)); color: #111; border: none; padding: 0.7rem 1.3rem; }
.market-board__cta:hover { filter: brightness(1.05); transform: translateY(-1px); }
.market-board__note { font-size: 0.82rem; color: var(--muted); line-height: 1.45; margin: 0.9rem 0 0; max-width: 60ch; }
@media (max-width: 720px) { .market-board__grid { grid-template-columns: 1fr; } }

/* Security & transparency section */
.trust-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: 0.85rem; margin-top: 1.1rem; }
.trust-item { display: flex; gap: 0.7rem; padding: 1rem; border-radius: 0.9rem; background: rgba(46,230,166,0.05); border: 1px solid rgba(46,230,166,0.22); }
.trust-check { flex: 0 0 auto; width: 1.5rem; height: 1.5rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(46,230,166,0.18); color: #2ee6a6; font-weight: 900; font-size: 0.85rem; }
.trust-item strong { display: block; color: #fff; font-size: 0.98rem; }
.trust-item p { margin: 0.3rem 0 0.5rem; font-size: 0.85rem; color: var(--muted); line-height: 1.4; }
.trust-links { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.trust-links a { color: var(--gold-2); font-size: 0.8rem; font-weight: 800; }
.trust-links a:hover { text-decoration: underline; }
.trust-disclosure { margin-top: 1.1rem; font-size: 0.85rem; color: var(--muted); line-height: 1.5; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 0.9rem; }
.trust-disclosure strong { color: var(--gold-2); }
