/* =============================================================
   TURKEY (tr) — DESIGN TOKENS · "Al Sancak — Crimson on White"
   National read: the red-and-white al sancak of the flag — the single
   strongest signal a Turk reads instantly — over the crisp white panels
   of Turkish bank/official design language (Ziraat, Akbank). A LIGHT
   theme; near-
   black ink on white gives the max contrast a dense, packed rate board
   needs, with crimson reserved for hero numbers, headers and emphasis
   and a warm gold for the gold-check complex. Skins the shared board.css.
   Re-skin by editing ONLY this file. (D109)
   ============================================================= */
:root {
  /* ---- surfaces (LIGHT) ---- */
  --paper:      #ffffff;   /* cards, hero, table body           */
  --panel:      #fbeeee;   /* table head / chip tint (faint crimson) */
  --card-bg:    #fdf5f5;   /* small tinted cards (chips/metals) */
  --glass:      rgba(255, 255, 255, .78);
  --anchor-bg:  rgba(227, 10, 23, .07);    /* USD anchor row highlight */

  /* ---- lines ---- */
  --hairline:   #e7d3d3;
  --line-soft:  #f1e2e2;
  --card-line:  #ead7d7;

  /* ---- text (near-black ink for max contrast) ---- */
  --ink:        #1c1b1b;
  --ink-soft:   #3a3838;
  --muted:      #71767a;
  --faint:      #9aa0a4;

  /* ---- brand ---- */
  --accent:      #e30a17;   /* al sancak crimson                */
  --accent-deep: #a20812;
  --gold:        #b8860b;   /* warm gold for the gold complex   */

  /* ---- semantics ---- */
  --up:   #0e8a4a;
  --down: #ce1b2b;
  --flat: #9aa0a4;

  /* ---- honesty (HELD / STALE) ---- */
  --hold-fg:   #8a6a10;
  --hold-bg:   #fcf3d6;
  --hold-line: #e7d08a;

  /* ---- trust band ---- */
  --trust-fg:   #0e7a46;
  --trust-bg:   #e8f6ee;
  --trust-line: #bfe3cc;

  /* ---- type (LTR — Latin/Turkish) ---- */
  --font: "Segoe UI", system-ui, sans-serif;

  /* ---- shape / space ---- */
  --r-sm: 6px;
  --r-md: 9px;
  --r-lg: 11px;
  --pad: 14px;
  --page-max: 1360px;

  /* ---- background gradient (white → pale crimson wash) ---- */
  --bg-grad-from: #ffffff;
  --bg-grad-to:   #f6e7e7;
}
