body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem;
  color: #1a1a1a;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}

header a {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

a {
  color: #0066cc;
}

main {
  min-height: 60vh;
}

table {
  border-collapse: collapse;
  margin: 1rem 0;
}

caption {
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}

th, td {
  padding: 0.2rem 0.75rem;
  border-bottom: 1px solid #eaeaea;
}

th {
  font-weight: 600;
  border-bottom: 2px solid #ccc;
}

td p, th p {
  margin: 0;
}

td:nth-child(n+3),
th:nth-child(n+3) {
  text-align: right;
}

tr.ac-commodities {
  background-color: #fef9c3;
}

tr.ac-gold {
  background-color: #fef08a;
}

tr.ac-crypto {
  background-color: #ede9fe;
}

tr.ac-bonds {
  background-color: #e0f2fe;
}

tr.ac-tips {
  background-color: #dbeafe;
}

tr.ac-equities {
  background-color: #dcfce7;
}

tr.ac-managed_futures,
tr.ac-managed-futures {
  background-color: #ffedd5;
}

tr.ac-vol,
tr.ac-long_vol,
tr.ac-tail-risk {
  background-color: #fee2e2;
}

tr.ac-currencies,
tr.ac-long_usd,
tr.ac-long-usd {
  background-color: #ccfbf1;
}

#date {
  font-size: 0.9rem;
  font-style: italic;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  text-transform: uppercase;
}

.post-date {
  font-size: 0.9rem;
  font-style: italic;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  text-transform: uppercase;
}

.post-title {
  font-size: 1rem;
}

