* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
  background: #000;
  color: #f2f4f7;
  font-family: -apple-system, system-ui, sans-serif;
}

body {
  min-height: 100svh;
  padding: 4px 6px 8px;
}

.status {
  color: #8b93a0;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.row {
  padding: 6px 0 8px;
  border-bottom: 1px solid #1c1f26;
}

.row:last-of-type {
  border-bottom: 0;
}

.sym {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.sym .state {
  color: #8b93a0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.price {
  font-size: 28px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 2px 0 1px;
}

.delta {
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.up {
  color: #30d158;
}

.down {
  color: #ff453a;
}

.err {
  color: #ff453a;
  font-size: 13px;
  margin-top: 12px;
}
