/* Backlink tema 3: Minimal Clean */
:root {
  --wp-bg: #ffffff;
  --wp-surface: #fafafa;
  --wp-border: #e5e7eb;
  --wp-ink: #111827;
  --wp-muted: #6b7280;
  --wp-accent: #374151;
  --wp-accent-hover: #1f2937;
  --wp-link: #374151;
  --wp-header-bar: #374151;
  --wp-sidebar: #f9fafb;
  --wp-radius: 0px;
  --wp-font: system-ui, -apple-system, "Segoe UI", sans-serif;
  --wp-serif: Georgia, serif;
}

body.wp-blog.theme-3 {
  background: var(--wp-bg);
  color: var(--wp-ink);
  font-family: var(--wp-font);
}

.wp-header { padding: 1rem 0 0; border-bottom-width: 1px; }
.wp-brand { font-size: clamp(1.5rem, 3vw, 2rem); font-family: var(--wp-font); font-weight: 600; }
.wp-nav { border-top: 0; margin-top: 0.5rem; font-weight: 500; font-size: 0.88rem; }



.theme-3 .wp-post { box-shadow: none; border-width: 1px 0; border-radius: 0; }
.theme-3 .wp-widget { border-radius: 0; background: var(--wp-bg); }
