/* ============================================================
   varyexa — tokens.css
   Tek gerçek kaynağı. Ham renk/px değeri YALNIZCA bu dosyada.
   Diğer her yerde var(--token).
   ============================================================ */

/* ---- font: yerel, CDN yok ---- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* ---- zeminler ---- */
  --bg-900: #000000;
  --bg-800: #0b0b0d;
  --bg-750: #101013;
  --bg-700: #141418;
  --bg-650: #17171c;
  --bg-600: #1f1f26;
  --bg-600-hover: #262630;

  /* ---- beyaz alfa katmanı: sitenin dokusu ---- */
  --header-bg: rgb(11 11 13 / 0.72);

  --line: rgb(255 255 255 / 0.08);
  --line-strong: rgb(255 255 255 / 0.16);
  --fill-subtle: rgb(255 255 255 / 0.04);
  --fill: rgb(255 255 255 / 0.06);

  --text: #ffffff;
  --text-2: rgb(255 255 255 / 0.62);
  --text-3: rgb(255 255 255 / 0.48);

  /* ---- marka: menekşe. g.media'nın yeşili (#33d37f) kullanılmaz. ---- */
  --accent: #7b61ff;
  --accent-hover: #6a4ef5;
  --accent-soft: #a493ff;
  --accent-tint: rgb(123 97 255 / 0.12);
  --accent-line: rgb(123 97 255 / 0.32);
  --accent-contrast: #08060f;

  /* ---- durum ---- */
  --warn: #ff9f0a;
  --warn-tint: rgb(255 159 10 / 0.12);
  --danger: #ff375f;

  /* ---- tipografi ---- */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;

  --fs-kicker: 11px;
  --fs-micro: 11px;
  --fs-sm: 14px;
  --fs-body: 16px;
  --fs-card: 18px;
  --fs-section: 28px;
  --fs-hero: 34px;
  --fs-metric: 19px;
  --fs-metric-lg: 30px;

  /* ---- uzay ---- */
  --gap-1: 4px;
  --gap-2: 6px;
  --gap-3: 8px;
  --gap-4: 12px;
  --gap-5: 16px;
  --gap-6: 20px;
  --gap-7: 24px;
  --gap-8: 32px;
  --gap-9: 64px;

  --section-y: 48px;
  --section-x: 20px;
  --container: 1180px;

  /* ---- geometri ---- */
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 16px;
  --r-xl: 20px;
  --r-full: 999px;

  /* ---- hero küresi ---- */
  --globe-size: 300px;
  --globe-top: -56px;
  --globe-right: -96px;
  --globe-opacity: 0.34;

  /* ---- hareket ---- */
  --t-fast: 150ms ease;
  --t-med: 260ms cubic-bezier(0.22, 1, 0.36, 1);
  --marquee-duration: 46s;
}

/* Tek kırılım noktası. Başka breakpoint eklenmez. */
@media (min-width: 900px) {
  :root {
    --fs-micro: 12px;
    --fs-card: 22px;
    --fs-section: 38px;
    --fs-hero: 56px;
    --fs-metric: 22px;
    --fs-metric-lg: 44px;

    --section-y: 88px;
    --section-x: 32px;

    --globe-size: 560px;
    --globe-top: -88px;
    --globe-right: -132px;
    --globe-opacity: 0.6;
  }
}
