/* ==========================================================================
   THEME · Minimal  —  monochrome, generous whitespace, one accent
   Ink on paper, hairline borders, restrained. Modern editorial SaaS.
   ========================================================================== */
body.theme-minimal {
  --font-head: "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --color-bg:        #ffffff;
  --color-surface:   #ffffff;
  --color-surface-2: #f5f5f5;
  --color-text:      #111111;
  --color-muted:     #767676;
  --color-border:    #e6e6e6;

  --color-primary:          #111111;
  --color-primary-contrast: #ffffff;
  --color-secondary:        #444444;
  --color-accent:           #2563eb;   /* single blue accent */

  --color-success: #16a34a;
  --color-warn:    #d97706;
  --color-error:   #dc2626;

  --radius-sm: 6px;
  --radius:    10px;
  --radius-lg: 14px;
  --border-width: 1px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow:    0 4px 14px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 12px 34px rgba(0, 0, 0, 0.10);
}

/* Personality: hairlines, flat surfaces, tight type */
body.theme-minimal h1, body.theme-minimal h2,
body.theme-minimal h3 { letter-spacing: -0.02em; font-weight: 700; }
body.theme-minimal .btn { border-radius: 8px; font-weight: 600; letter-spacing: -0.01em; }
body.theme-minimal .card,
body.theme-minimal .pricing,
body.theme-minimal .testimonial { box-shadow: none; }
body.theme-minimal .card:hover { box-shadow: var(--shadow); transform: none; border-color: #d0d0d0; }
body.theme-minimal .card-media { background: linear-gradient(135deg, #f0f0f0, #d9d9d9); }
body.theme-minimal .badge { background: #f5f5f5; color: #111; border-color: #e6e6e6; }
body.theme-minimal .doc-canvas { background: #fafafa; }
