/* 1Mag — Editorial / Premium soft magazine | shell v2.3.2 */
html {
  direction: rtl;
  font-size: 16px; /* rem پایهٔ پایدار؛ جلوگیری از فشردن مقیاس ColorMag */
}
:root {
  --cm-accent: #b71c1c;
  --cm-accent-soft: #c62828;
  --cm-bg: #f5f5f5;
  --cm-surface: #ffffff;
  --cm-text: #121212;
  --cm-muted: #6b6b6b;
  --cm-radius: 10px;
  --cm-gap: 1.25rem;
  --cm-font: Vazirmatn, Tahoma, "Segoe UI", sans-serif;
  --cm-shadow: 0 1px 2px rgb(0 0 0 / 0.04), 0 4px 14px rgb(0 0 0 / 0.03);
}

html, body, .rn-enterprise,
body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6 {
  font-family: var(--cm-font) !important;
}

body {
  background: var(--cm-bg);
  color: var(--cm-text);
  direction: rtl;
  text-align: right;
}

/* Accent only for indicators / badges / CTA — not full nav bar */
body.rooyesh-1mag .rn-nav,
.rn-enterprise.rooyesh-1mag .rn-nav,
body.rooyesh-1mag.rn-enterprise .rn-nav {
  background: var(--cm-surface) !important;
  box-shadow: none !important;
}

body.rooyesh-1mag .rn-header-brand {
  border-bottom: 0;
}

body.rooyesh-1mag .rn-section {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

body.rooyesh-1mag .rn-section-head {
  background: transparent !important;
  margin-inline: 0 !important;
  border-radius: 0 !important;
}

body.rooyesh-1mag .rn-menu a {
  color: var(--cm-text) !important;
}

body.rooyesh-1mag .rn-menu .current-menu-item > a,
body.rooyesh-1mag .rn-menu .current_page_item > a,
body.rooyesh-1mag .rn-menu a[aria-current="page"] {
  color: var(--cm-accent) !important;
  border-bottom-color: var(--cm-accent);
}

body.rooyesh-1mag .rn-cat-badge {
  border-radius: 4px;
}

/* ۱مگ — فونت درشت‌تر؛ منو ≈ دو برابر UI */
body.rooyesh-1mag.rn-enterprise {
  --rn-fs-body: 20px;
  --rn-fs-meta: 1.0625rem;   /* 17px */
  --rn-fs-ui: 1.25rem;       /* 20px */
  --rn-fs-card: 1.375rem;    /* 22px */
  --rn-fs-section: clamp(1.65rem, 2.3vw, 1.95rem);
  --rn-fs-hero: clamp(1.9rem, 3.2vw, 2.4rem);
  --rn-fs-widget: 1.3125rem;
  --rn-fs-nav: 1.125rem;     /* منو خوانا، نه غول‌پیکر */
}

body.rooyesh-1mag .cm-header,
body.rooyesh-1mag .cm-main-header,
body.rooyesh-1mag #cm-masthead,
body.rooyesh-1mag .cm-footer-colophon,
body.rooyesh-1mag #colormag-footer,
body.rooyesh-1mag .footer-socket-wrapper {
  display: none !important;
}

body.rooyesh-1mag #page,
body.rooyesh-1mag .cm-content {
  background: transparent;
  padding: 0;
  margin: 0;
  max-width: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body.rooyesh-1mag .rn-footer-title,
body.rooyesh-1mag .rn-footer h2 {
  color: #ffffff !important;
}
