:root{
  --ebp-bg:#f7f9fc;
  --ebp-bg-deep:#edf1f4;
  --ebp-surface:#ffffff;
  --ebp-surface-2:#f2f5f7;
  --ebp-surface-3:#e7ecf1;
  --ebp-ink:#0a1930;
  --ebp-ink-2:#344054;
  --ebp-muted:#687486;
  --ebp-muted-2:#98a2b3;
  --ebp-line:rgba(10,25,48,.09);
  --ebp-line-strong:rgba(10,25,48,.16);
  --ebp-gold:#aa7a33;
  --ebp-gold-strong:#7f571f;
  --ebp-gold-soft:#ead8b6;
  --ebp-cobalt:#2e5f92;
  --ebp-teal:#2f766d;
  --ebp-coral:#ad6658;
  --ebp-violet:#6b6296;
  --ebp-green:#237a52;
  --ebp-danger:#b04444;
  --ebp-warning:#98641e;
  --ebp-focus:#2e5f92;
  --ebp-radius-xs:8px;
  --ebp-radius-sm:12px;
  --ebp-radius:16px;
  --ebp-radius-lg:22px;
  --ebp-radius-xl:28px;
  --ebp-shadow-control:0 7px 20px rgba(10,25,48,.045);
  --ebp-shadow-soft:0 18px 52px rgba(10,25,48,.065);
  --ebp-shadow:0 28px 78px rgba(10,25,48,.095);
  --ebp-shadow-float:0 26px 80px rgba(10,25,48,.14),0 2px 10px rgba(10,25,48,.04);
  --ebp-glass:rgba(255,255,255,.78);
  --ebp-glass-strong:rgba(255,255,255,.92);
  --ebp-max:1320px;
  --ebp-reading:760px;
  --ebp-space-1:4px;--ebp-space-2:8px;--ebp-space-3:12px;--ebp-space-4:16px;--ebp-space-5:20px;--ebp-space-6:24px;--ebp-space-8:32px;--ebp-space-10:40px;--ebp-space-12:48px;--ebp-space-16:64px;--ebp-space-20:80px;
  --ebp-type-caption:12px;--ebp-type-meta:13px;--ebp-type-callout:14.5px;--ebp-type-body:16px;--ebp-type-body-lg:17px;--ebp-type-headline:18px;--ebp-type-title-3:22px;--ebp-type-title-2:30px;--ebp-type-title-1:40px;--ebp-type-display:clamp(48px,5.6vw,82px);
  --ebp-ease:cubic-bezier(.2,.7,.2,1);--ebp-fast:150ms;--ebp-normal:220ms;
}
*{box-sizing:border-box}
html{background:var(--ebp-bg);scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;scrollbar-gutter:stable}
body.ebp-standalone{margin:0;min-height:100vh;min-height:100svh;background:var(--ebp-bg);color:var(--ebp-ink);font-family:"Inter Variable",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:var(--ebp-density-type,var(--ebp-type-body));line-height:1.62;overflow-x:hidden}
html[dir="rtl"] body.ebp-standalone{font-family:"Vazirmatn Variable","Vazirmatn",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;letter-spacing:0;line-height:1.78}
body.ebp-standalone::before{display:none}button,input,textarea,select{font:inherit}button,a{color:inherit}button{cursor:pointer}a{text-decoration-thickness:.08em;text-underline-offset:.16em}img{max-width:100%;height:auto}::selection{background:rgba(170,122,51,.2);color:var(--ebp-ink)}:focus-visible{outline:3px solid color-mix(in srgb,var(--ebp-focus) 70%,white);outline-offset:3px}[hidden]{display:none!important}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
@media(prefers-reduced-transparency:reduce){:root{--ebp-glass:#fff;--ebp-glass-strong:#fff}.ebp-sheet{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}
