/* Theme 2: Clean Neo-Brutalist */
.theme-brutalist {
  --bg-primary: #fffff0;
  --bg-secondary: #f5f5e0;
  --bg-card: #ffffff;
  --bg-code: #f0f0e0;
  --text-primary: #111111;
  --text-secondary: #333333;
  --text-muted: #777777;
  --text-accent: #ff3300;
  --text-link: #ff3300;
  --border-primary: #111111;
  --border-accent: #ff3300;
  --border-width: 3px;
  --border-radius: 0px;
  --glow-color: transparent;
  --shadow-card: 6px 6px 0 #111111;
  --scanline-opacity: 0;
  --blur-amount: 0px;
}

.theme-brutalist .post-card,
.theme-brutalist .whats-next-card {
  box-shadow: var(--shadow-card);
  border: var(--border-width) solid var(--border-primary);
}

.theme-brutalist .post-card:hover {
  box-shadow: 8px 8px 0 var(--text-accent);
  border-color: var(--text-accent);
  transform: translate(-2px, -2px);
}

.theme-brutalist .hero-title {
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.theme-brutalist .tag {
  border: 2px solid #111;
  background: #111;
  color: #fffff0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.05em;
}

.theme-brutalist .whats-next-status {
  background: var(--text-accent);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.2em 0.6em;
  font-size: 0.75em;
}

.theme-brutalist .category-btn.active {
  background: #111;
  color: #fffff0;
}

.theme-brutalist a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.theme-brutalist pre {
  border: var(--border-width) solid #111;
  box-shadow: 4px 4px 0 #111;
}

.theme-brutalist blockquote {
  border-left: 5px solid #111;
  font-style: normal;
  font-weight: 700;
}
