.hot1000-pdf-command {
  margin: 0 0 26px;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--border));
  border-radius: 8px;
  background: color-mix(in srgb, var(--bg-2) 88%, transparent);
}
.hot1000-pdf-command__eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hot1000-pdf-command h2 {
  margin: 0;
  color: var(--text);
  font-size: 26px;
  letter-spacing: 0;
}
.hot1000-pdf-command__copy {
  max-width: 760px;
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.hot1000-pdf-command__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.hot1000-pdf-command__metric {
  min-width: 0;
  padding: 14px 16px;
  border-right: 1px solid var(--border);
}
.hot1000-pdf-command__metric:first-child { padding-left: 0; }
.hot1000-pdf-command__metric:last-child { border-right: 0; }
.hot1000-pdf-command__metric strong,
.hot1000-pdf-command__metric span { display: block; }
.hot1000-pdf-command__metric strong {
  color: var(--text);
  font-family: 'JetBrains Mono', monospace;
  font-size: 22px;
}
.hot1000-pdf-command__metric span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}
.hot1000-pdf-command__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.hot1000-pdf-command__actions a,
.hot1000-market-card__actions a,
.hot1000-market-card__actions span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.hot1000-pdf-command__actions a { min-height: 42px; padding: 0 14px; }
.hot1000-pdf-command__actions a:first-child {
  border-color: var(--accent);
  background: var(--accent);
  color: #00131a !important;
}
.sym-card.hot1000-market-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.hot1000-market-card__profile {
  min-width: 0;
  padding: 14px 14px 10px;
  color: var(--text);
  text-decoration: none;
}
.hot1000-market-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 12px 12px;
}
.hot1000-market-card__actions a,
.hot1000-market-card__actions span { min-width: 0; }
.hot1000-market-card__actions a[data-atlas-pdf-download="1"] {
  border-color: color-mix(in srgb, var(--accent) 60%, var(--border));
  color: var(--accent);
}
.hot1000-market-card__actions span {
  color: var(--muted);
  cursor: not-allowed;
}
@media (max-width: 560px) {
  .hot1000-pdf-command { padding: 18px; }
  .hot1000-pdf-command h2 { font-size: 22px; }
  .hot1000-pdf-command__copy { margin-bottom: 12px; }
  .hot1000-pdf-command__metric,
  .hot1000-pdf-command__metric:first-child {
    padding: 10px 7px;
    border-right: 1px solid var(--border);
  }
  .hot1000-pdf-command__metric:first-child { padding-left: 0; }
  .hot1000-pdf-command__metric:last-child { padding-right: 0; border-right: 0; }
  .hot1000-pdf-command__metric strong { font-size: 16px; }
  .hot1000-pdf-command__metric span { font-size: 10px; }
  .hot1000-pdf-command__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hot1000-pdf-command__actions a { min-width: 0; padding: 0 8px; }
}
