body {
  background: #f6f7fb;
}

.panel {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.soslot {
  background: #0b1220;
  color: #e5e7eb;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 20px;
  font-weight: 800;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.pair {
  width: 60px;
  text-align: center;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  padding: 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.muted {
  color: #6b7280;
}
