/* Tahiti Gold - warm light theme */
:root {
  --background: #fffbf7;
  --foreground: #45372b;
  --accent: #df7020;
}

/* Collapsible sections */
.collapsible-section {
  border-left: 3px solid var(--accent);
  margin-bottom: 1.5em;
  padding-left: 0.75em;
}

.collapsible-section summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.85em;
  color: var(--accent);
  user-select: none;
}

.collapsible-section summary::-webkit-details-marker {
  display: none;
}

.collapsible-section summary::before {
  content: "▶ ";
  font-size: 0.8em;
}

.collapsible-section[open] > summary::before {
  content: "▼ ";
}

.collapsible-content {
  padding-top: 0.5em;
}
