/* ==========================================================================
   توکن‌های طراحی — تُندسنج
   پالت: «تجهیزات سنجش شبکه» — آبی نفتی عمیق، ردِ فیروزه‌ای دانلود،
   کهربایی آپلود، بنفشِ تأخیر. تم روشن هم از همین رنگ‌های سیگنال استفاده می‌کند.
   ========================================================================== */

/* --- فونت‌ها، همه خودمیزبان --- */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-024F, U+2000-206F, U+20A0-20BF, U+2190-21BB;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-var.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-024F, U+2000-206F;
}


:root {
  /* --- سطح --- */
  --bg: #061a20;
  --bg-deep: #041217;
  --panel: #0c2a33;
  --panel-2: #10353f;
  --bezel: #072028;
  --line: rgba(120, 205, 202, 0.16);
  --line-strong: rgba(120, 205, 202, 0.32);

  /* --- متن --- */
  --text: #e4f2f0;
  --text-2: #a9c8c8;
  --text-3: #6f9598;

  /* --- سیگنال --- */
  --dl: #34e0d2;
  --dl-soft: rgba(52, 224, 210, 0.14);
  --ul: #ffb13b;
  --ul-soft: rgba(255, 177, 59, 0.14);
  --lat: #b08cff;
  --lat-soft: rgba(176, 140, 255, 0.14);
  --warn: #ff7a85;
  --ok: #6ee7a8;

  /* --- شکل --- */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-console: 28px;

  /* --- فاصله (مقیاس ۴ پایه) --- */
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 72px;
  --s9: 104px;

  /* --- تایپ: مقیاس مینور-تِرد --- */
  --f-xs: 0.78rem;
  --f-sm: 0.88rem;
  --f-base: 1rem;
  --f-md: 1.15rem;
  --f-lg: clamp(1.2rem, 2.6vw, 1.45rem);
  --f-xl: clamp(1.5rem, 3.4vw, 1.95rem);
  --f-2xl: clamp(1.65rem, 4.2vw, 2.5rem);
  --f-3xl: clamp(2.05rem, 5.4vw, 3.9rem);
  --f-readout: clamp(2.4rem, 9vw, 3.6rem);

  --font-ui: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Space Grotesk', 'Inter', system-ui, sans-serif;

  /* --- سایه و درخشش --- */
  --shadow-console: 0 30px 70px -30px rgba(0, 0, 0, 0.75);
  --glow-dl: 0 0 0 1px rgba(52, 224, 210, 0.28), 0 12px 40px -18px rgba(52, 224, 210, 0.5);

  /* --- حرکت --- */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 260ms;

  --maxw: 1180px;
  color-scheme: dark;
}

/* تم روشن: کاغذ فنی سرد، نه کرم */
:root[data-theme='light'] {
  --bg: #eaf1f0;
  --bg-deep: #dde8e7;
  --panel: #ffffff;
  --panel-2: #f2f7f6;
  --bezel: #dfeae9;
  --line: rgba(9, 60, 68, 0.12);
  --line-strong: rgba(9, 60, 68, 0.24);

  --text: #06222a;
  --text-2: #3c5f65;
  --text-3: #6b8b90;

  --dl: #06a996;
  --dl-soft: rgba(6, 169, 150, 0.12);
  --ul: #c47708;
  --ul-soft: rgba(196, 119, 8, 0.12);
  --lat: #6f4ed8;
  --lat-soft: rgba(111, 78, 216, 0.12);
  --warn: #d6394a;
  --ok: #16875a;

  --shadow-console: 0 24px 60px -34px rgba(6, 34, 42, 0.45);
  color-scheme: light;
}
