/* theme.css — tagmac.dev palette. ONE source of truth; every public page links this.
   ------------------------------------------------------------------------------
   REVERTED 20 Jul 2026 (operator: the "copper foundry" palette shipped that morning
   read as dulled — "yeni palet güzel değil, söndürdü"). This file now carries the
   ORIGINAL signal-teal / deep-navy palette, recovered verbatim from the pre-change
   page retired on 19 Jul (_retired/greek-version-removed-2026-07-19/el-index.html).

   The single-source-of-truth STRUCTURE is kept (pages hold no brand rgba of their
   own) — only the values went back. Two tokens exist because the copper pass had
   collapsed two different originals into one: --accent-soft (teal .4, language
   switcher) and --amber-soft (amber .4, flag tags) were never the same colour.

   Per-project card accents (--c, set inline on .node) are each product's OWN brand
   colour and intentionally live outside this file.                                */

:root{
  /* ground + surfaces */
  --bg:#0A0E17;
  --surface:#111826;
  --surface2:#0f1521;

  /* type */
  --ink:#E7ECF5;
  --dim:#8A93AB;
  --faint:#5C6478;

  /* structure */
  --line:rgba(120,140,180,.13);
  --line2:rgba(120,140,180,.22);

  /* accents */
  --teal:#37E0CA;         /* primary   — links, eyebrows, CTA, live heat */
  --amber:#FFB454;        /* secondary — hover, flags, warm highlights   */
  --btn-grad-2:#46c7e0;   /* primary-button gradient partner            */
  --btn-ink:#06241f;      /* dark text ON the teal button fill          */

  /* derived accent washes (kept here so no page hardcodes a brand rgba) */
  --accent-glow:rgba(55,224,202,.22);
  --accent-glow-hi:rgba(55,224,202,.34);
  --accent-soft:rgba(55,224,202,.40);
  --amber-soft:rgba(255,180,84,.40);
  --focus-ring:rgba(55,224,202,.12);
  --teal-dim:rgba(55,224,202,.08);
  --amber-dim:rgba(255,180,84,.08);
}
