/* ==========================================================================
   Königer IT-Solutions — "Technisches Editorial" · DARK TOKENS
   Loaded as #theme-stylesheet. Pairs with index-editorial.css (structure).
   ========================================================================== */

:root {
  /* Surfaces — warm near-black, same paper temperature as the light theme */
  --bg:            #14130f;
  --surface:       #1a1915;
  --code-bg:       #100f0c;
  --nav-bg:        rgba(20, 19, 15, .88);
  --row-hover:     rgba(255, 255, 255, .032);

  /* Text */
  --ink:           #f2efe8;
  --ink-2:         #a8a298;
  /* --ink-3 carries 10.6px mono metadata, so it has to clear 4.5:1 on its own.
     #756f66 only reached 3.74:1 against the dark ground. */
  --ink-3:         #918a82;

  /* Rules — three weights carry the entire layout */
  --rule:          rgba(255, 255, 255, .12);
  --rule-2:        rgba(255, 255, 255, .06);
  --rule-strong:   rgba(255, 255, 255, .24);

  /* The one accent */
  --p:             #e0764a;

  /* Status */
  --ok:            #58c98d;
  --err:           #e8776a;

  /* Form select chevron */
  --select-arrow:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23756f66' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

:root { color-scheme: dark; }
