/**
 * SimpleGallery 2026 - Theme: Light Minimal
 */
:root, :root[data-theme="light-minimal"], body[data-theme="light-minimal"] {
  --bg-main: #f1f5f9;
  --window-bg: rgba(255, 255, 255, 0.98);
  --header-bg: #f8fafc;
  --menu-bar-bg: rgba(255, 255, 255, 0.94);
  --sidebar-bg: rgba(241, 245, 249, 0.95);
  --polaroid-bg: #ffffff;
  --polaroid-text: #0f172a;
  --polaroid-sub: #64748b;
  --accent-primary: #2563eb;
  --accent: #2563eb;
  --bg-card: #ffffff;
  --card-bg: #ffffff;
  --border-color: rgba(0, 0, 0, 0.12);
  --border-color-hover: rgba(37, 99, 235, 0.4);
  --text-main: #0f172a;
  --text-muted: #475569;
}
