/* ERZEUGT von Skripte/themen-css-generieren.py — nicht von Hand ändern.
 *
 * Quelle der Farben ist homepage/js/pouch-themes.js (Design-Vertrag V1, §1). Wer hier
 * tippt, erzeugt eine zweite Wahrheit, die beim nächsten Lauf still überschrieben wird.
 *
 * Jede Paarung ist gegen den Designvertrag gerechnet: Text 4.5:1, Linien 3.3:1.
 */

:root[data-theme-style="pouch"] {
  --color-bg: #f7f3ed;
  --color-bg-alt: #ede8df;
  --color-surface: #f4efe8;
  --color-text: #281c16;
  --color-text-muted: #736963;
  --color-border: #8c847e;
  --color-border-strong: #736a64;
  --color-accent: #b45127;
  --color-on-accent: #fcf8f1;
  --color-accent-strong: #984624;
  --color-accent-soft: #ebd6c9;
  --color-accent-text: #b45127;
  --color-focus: #984624;
}

:root[data-theme-style="bronze"] {
  --color-bg: #f6f0e9;
  --color-bg-alt: #ebe3db;
  --color-surface: #f2ebe4;
  --color-text: #2c221b;
  --color-text-muted: #756c65;
  --color-border: #8a827b;
  --color-border-strong: #726a63;
  --color-accent: #966136;
  --color-on-accent: #f9f4ef;
  --color-accent-strong: #815431;
  --color-accent-soft: #e5d6c9;
  --color-accent-text: #966136;
  --color-focus: #815431;
}

:root[data-theme-style="silver"] {
  --color-bg: #f2f4f6;
  --color-bg-alt: #e6e8ea;
  --color-surface: #eef0f2;
  --color-text: #1d2227;
  --color-text-muted: #6a6e72;
  --color-border: #808588;
  --color-border-strong: #676c70;
  --color-accent: #566574;
  --color-on-accent: #f7f8fa;
  --color-accent-strong: #4b5865;
  --color-accent-soft: #d6dadf;
  --color-accent-text: #566574;
  --color-focus: #4b5865;
}

:root[data-theme-style="gold"] {
  --color-bg: #f5f2e9;
  --color-bg-alt: #ebe6da;
  --color-surface: #f2eee4;
  --color-text: #2a2316;
  --color-text-muted: #736e62;
  --color-border: #898479;
  --color-border-strong: #716c60;
  --color-accent: #8a6901;
  --color-on-accent: #faf8f2;
  --color-accent-strong: #775b05;
  --color-accent-soft: #e2d9bf;
  --color-accent-text: #8a6901;
  --color-focus: #775b05;
}

:root[data-theme-style="platinum"] {
  --color-bg: #f1f4f6;
  --color-bg-alt: #e4e8eb;
  --color-surface: #ecf0f2;
  --color-text: #1d2227;
  --color-text-muted: #696e72;
  --color-border: #808588;
  --color-border-strong: #676c70;
  --color-accent: #4b677a;
  --color-on-accent: #f7f9fa;
  --color-accent-strong: #425969;
  --color-accent-soft: #d3dbe0;
  --color-accent-text: #4b677a;
  --color-focus: #425969;
}

:root[data-theme-style="neon"] {
  --color-bg: #faf3f9;
  --color-bg-alt: #f1e8f1;
  --color-surface: #f7eff6;
  --color-text: #221121;
  --color-text-muted: #766975;
  --color-border: #8e828d;
  --color-border-strong: #736672;
  --color-accent: #d30099;
  --color-on-accent: #fefbfd;
  --color-accent-strong: #b00381;
  --color-accent-soft: #f3c7e8;
  --color-accent-text: #d30099;
  --color-focus: #b00381;
}

:root[data-theme-style="matrix"] {
  --color-bg: #e9f6e9;
  --color-bg-alt: #d7e9d7;
  --color-surface: #e3f1e3;
  --color-text: #04270f;
  --color-text-muted: #56725d;
  --color-border: #738b79;
  --color-border-strong: #57725e;
  --color-accent: #007a25;
  --color-on-accent: #edf9ed;
  --color-accent-strong: #016921;
  --color-accent-soft: #bfe0c6;
  --color-accent-text: #007a25;
  --color-focus: #016921;
}

:root[data-theme-style="diamond"] {
  --color-bg: #f2f8fa;
  --color-bg-alt: #e3edf1;
  --color-surface: #edf4f7;
  --color-text: #141f25;
  --color-text-muted: #646d72;
  --color-border: #7f888c;
  --color-border-strong: #646e72;
  --color-accent: #0179a3;
  --color-on-accent: #f6f9fa;
  --color-accent-strong: #05678a;
  --color-accent-soft: #c7e1ea;
  --color-accent-text: #0179a3;
  --color-focus: #05678a;
}

/* Die Farbproben auf den Kacheln — je Stil fest, unabhaengig von der Seitenwahl. */
[data-stil-probe="pouch"] {
  --probe-bg: #f7f3ed;
  --probe-flaeche: #ede8df;
  --probe-text: #281c16;
  --probe-akzent: #b45127;
  --probe-linie: #8c847e;
}
:root[data-theme="dark"] [data-stil-probe="pouch"] {
  --probe-bg: #130e0a;
  --probe-flaeche: #1c1610;
  --probe-text: #f3ede6;
  --probe-akzent: #d97c50;
  --probe-linie: #78726d;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) [data-stil-probe="pouch"] {
    --probe-bg: #130e0a;
    --probe-flaeche: #1c1610;
    --probe-text: #f3ede6;
    --probe-akzent: #d97c50;
    --probe-linie: #78726d;
  }
}
[data-stil-probe="bronze"] {
  --probe-bg: #f6f0e9;
  --probe-flaeche: #ebe3db;
  --probe-text: #2c221b;
  --probe-akzent: #966136;
  --probe-linie: #8a827b;
}
:root[data-theme="dark"] [data-stil-probe="bronze"] {
  --probe-bg: #130d09;
  --probe-flaeche: #1c1410;
  --probe-text: #f1eae1;
  --probe-akzent: #b9865c;
  --probe-linie: #77706a;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) [data-stil-probe="bronze"] {
    --probe-bg: #130d09;
    --probe-flaeche: #1c1410;
    --probe-text: #f1eae1;
    --probe-akzent: #b9865c;
    --probe-linie: #77706a;
  }
}
[data-stil-probe="silver"] {
  --probe-bg: #f2f4f6;
  --probe-flaeche: #e6e8ea;
  --probe-text: #1d2227;
  --probe-akzent: #566574;
  --probe-linie: #808588;
}
:root[data-theme="dark"] [data-stil-probe="silver"] {
  --probe-bg: #0d0f10;
  --probe-flaeche: #141619;
  --probe-text: #ebedef;
  --probe-akzent: #adb9c4;
  --probe-linie: #717374;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) [data-stil-probe="silver"] {
    --probe-bg: #0d0f10;
    --probe-flaeche: #141619;
    --probe-text: #ebedef;
    --probe-akzent: #adb9c4;
    --probe-linie: #717374;
  }
}
[data-stil-probe="gold"] {
  --probe-bg: #f5f2e9;
  --probe-flaeche: #ebe6da;
  --probe-text: #2a2316;
  --probe-akzent: #8a6901;
  --probe-linie: #898479;
}
:root[data-theme="dark"] [data-stil-probe="gold"] {
  --probe-bg: #110e08;
  --probe-flaeche: #1a150d;
  --probe-text: #f1ece3;
  --probe-akzent: #c5a858;
  --probe-linie: #76726b;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) [data-stil-probe="gold"] {
    --probe-bg: #110e08;
    --probe-flaeche: #1a150d;
    --probe-text: #f1ece3;
    --probe-akzent: #c5a858;
    --probe-linie: #76726b;
  }
}
[data-stil-probe="platinum"] {
  --probe-bg: #f1f4f6;
  --probe-flaeche: #e4e8eb;
  --probe-text: #1d2227;
  --probe-akzent: #4b677a;
  --probe-linie: #808588;
}
:root[data-theme="dark"] [data-stil-probe="platinum"] {
  --probe-bg: #0d1012;
  --probe-flaeche: #14181a;
  --probe-text: #eaedf0;
  --probe-akzent: #a0b8c8;
  --probe-linie: #707376;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) [data-stil-probe="platinum"] {
    --probe-bg: #0d1012;
    --probe-flaeche: #14181a;
    --probe-text: #eaedf0;
    --probe-akzent: #a0b8c8;
    --probe-linie: #707376;
  }
}
[data-stil-probe="neon"] {
  --probe-bg: #faf3f9;
  --probe-flaeche: #f1e8f1;
  --probe-text: #221121;
  --probe-akzent: #d30099;
  --probe-linie: #8e828d;
}
:root[data-theme="dark"] [data-stil-probe="neon"] {
  --probe-bg: #0e0511;
  --probe-flaeche: #170c1c;
  --probe-text: #f7eff6;
  --probe-akzent: #fd34bc;
  --probe-linie: #776e78;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) [data-stil-probe="neon"] {
    --probe-bg: #0e0511;
    --probe-flaeche: #170c1c;
    --probe-text: #f7eff6;
    --probe-akzent: #fd34bc;
    --probe-linie: #776e78;
  }
}
[data-stil-probe="matrix"] {
  --probe-bg: #e9f6e9;
  --probe-flaeche: #d7e9d7;
  --probe-text: #04270f;
  --probe-akzent: #007a25;
  --probe-linie: #738b79;
}
:root[data-theme="dark"] [data-stil-probe="matrix"] {
  --probe-bg: #040a05;
  --probe-flaeche: #071309;
  --probe-text: #b5f0b5;
  --probe-akzent: #43e066;
  --probe-linie: #547254;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) [data-stil-probe="matrix"] {
    --probe-bg: #040a05;
    --probe-flaeche: #071309;
    --probe-text: #b5f0b5;
    --probe-akzent: #43e066;
    --probe-linie: #547254;
  }
}
[data-stil-probe="diamond"] {
  --probe-bg: #f2f8fa;
  --probe-flaeche: #e3edf1;
  --probe-text: #141f25;
  --probe-akzent: #0179a3;
  --probe-linie: #7f888c;
}
:root[data-theme="dark"] [data-stil-probe="diamond"] {
  --probe-bg: #0a151c;
  --probe-flaeche: #101f27;
  --probe-text: #ecf3f5;
  --probe-akzent: #7bd3e9;
  --probe-linie: #70797e;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) [data-stil-probe="diamond"] {
    --probe-bg: #0a151c;
    --probe-flaeche: #101f27;
    --probe-text: #ecf3f5;
    --probe-akzent: #7bd3e9;
    --probe-linie: #70797e;
  }
}

/* Dunkel: einmal über die Systemvorliebe, einmal über die ausdrückliche Wahl. */
@media (prefers-color-scheme: dark) {
  :root[data-theme-style="pouch"]:not([data-theme="light"]) {
    --color-bg: #130e0a;
    --color-bg-alt: #1c1610;
    --color-surface: #16110c;
    --color-text: #f3ede6;
    --color-text-muted: #817b76;
    --color-border: #78726d;
    --color-border-strong: #97918b;
    --color-accent: #d97c50;
    --color-on-accent: #180904;
    --color-accent-strong: #de936e;
    --color-accent-soft: #372217;
    --color-accent-text: #d97c50;
    --color-focus: #de936e;
  }
  :root[data-theme-style="bronze"]:not([data-theme="light"]) {
    --color-bg: #130d09;
    --color-bg-alt: #1c1410;
    --color-surface: #160f0b;
    --color-text: #f1eae1;
    --color-text-muted: #868079;
    --color-border: #77706a;
    --color-border-strong: #968e88;
    --color-accent: #b9865c;
    --color-on-accent: #120904;
    --color-accent-strong: #c49a77;
    --color-accent-soft: #312318;
    --color-accent-text: #b9865c;
    --color-focus: #c49a77;
  }
  :root[data-theme-style="silver"]:not([data-theme="light"]) {
    --color-bg: #0d0f10;
    --color-bg-alt: #141619;
    --color-surface: #0f1113;
    --color-text: #ebedef;
    --color-text-muted: #7a7c7d;
    --color-border: #717374;
    --color-border-strong: #909293;
    --color-accent: #adb9c4;
    --color-on-accent: #0b0e11;
    --color-accent-strong: #b9c3cd;
    --color-accent-soft: #2a2e30;
    --color-accent-text: #adb9c4;
    --color-focus: #b9c3cd;
  }
  :root[data-theme-style="gold"]:not([data-theme="light"]) {
    --color-bg: #110e08;
    --color-bg-alt: #1a150d;
    --color-surface: #14100a;
    --color-text: #f1ece3;
    --color-text-muted: #7f7b73;
    --color-border: #76726b;
    --color-border-strong: #959089;
    --color-accent: #c5a858;
    --color-on-accent: #160e00;
    --color-accent-strong: #ceb674;
    --color-accent-soft: #312a16;
    --color-accent-text: #c5a858;
    --color-focus: #ceb674;
  }
  :root[data-theme-style="platinum"]:not([data-theme="light"]) {
    --color-bg: #0d1012;
    --color-bg-alt: #14181a;
    --color-surface: #0f1315;
    --color-text: #eaedf0;
    --color-text-muted: #797c7f;
    --color-border: #707376;
    --color-border-strong: #8e9294;
    --color-accent: #a0b8c8;
    --color-on-accent: #090e11;
    --color-accent-strong: #afc3d0;
    --color-accent-soft: #272e33;
    --color-accent-text: #a0b8c8;
    --color-focus: #afc3d0;
  }
  :root[data-theme-style="neon"]:not([data-theme="light"]) {
    --color-bg: #0e0511;
    --color-bg-alt: #170c1c;
    --color-surface: #110715;
    --color-text: #f7eff6;
    --color-text-muted: #807881;
    --color-border: #776e78;
    --color-border-strong: #978e98;
    --color-accent: #fd34bc;
    --color-on-accent: #11020c;
    --color-accent-strong: #fc59c8;
    --color-accent-soft: #390d30;
    --color-accent-text: #fd34bc;
    --color-focus: #fc59c8;
  }
  :root[data-theme-style="matrix"]:not([data-theme="light"]) {
    --color-bg: #040a05;
    --color-bg-alt: #071309;
    --color-surface: #050d06;
    --color-text: #b5f0b5;
    --color-text-muted: #608261;
    --color-border: #547254;
    --color-border-strong: #6c926c;
    --color-accent: #43e066;
    --color-on-accent: #000b02;
    --color-accent-strong: #5ae376;
    --color-accent-soft: #0f3116;
    --color-accent-text: #43e066;
    --color-focus: #5ae376;
  }
  :root[data-theme-style="diamond"]:not([data-theme="light"]) {
    --color-bg: #0a151c;
    --color-bg-alt: #101f27;
    --color-surface: #0c1820;
    --color-text: #ecf3f5;
    --color-text-muted: #798286;
    --color-border: #70797e;
    --color-border-strong: #8f989c;
    --color-accent: #7bd3e9;
    --color-on-accent: #02121a;
    --color-accent-strong: #92d9eb;
    --color-accent-soft: #1e3741;
    --color-accent-text: #7bd3e9;
    --color-focus: #92d9eb;
  }
}

:root[data-theme-style="pouch"][data-theme="dark"] {
  --color-bg: #130e0a;
  --color-bg-alt: #1c1610;
  --color-surface: #16110c;
  --color-text: #f3ede6;
  --color-text-muted: #817b76;
  --color-border: #78726d;
  --color-border-strong: #97918b;
  --color-accent: #d97c50;
  --color-on-accent: #180904;
  --color-accent-strong: #de936e;
  --color-accent-soft: #372217;
  --color-accent-text: #d97c50;
  --color-focus: #de936e;
}
:root[data-theme-style="bronze"][data-theme="dark"] {
  --color-bg: #130d09;
  --color-bg-alt: #1c1410;
  --color-surface: #160f0b;
  --color-text: #f1eae1;
  --color-text-muted: #868079;
  --color-border: #77706a;
  --color-border-strong: #968e88;
  --color-accent: #b9865c;
  --color-on-accent: #120904;
  --color-accent-strong: #c49a77;
  --color-accent-soft: #312318;
  --color-accent-text: #b9865c;
  --color-focus: #c49a77;
}
:root[data-theme-style="silver"][data-theme="dark"] {
  --color-bg: #0d0f10;
  --color-bg-alt: #141619;
  --color-surface: #0f1113;
  --color-text: #ebedef;
  --color-text-muted: #7a7c7d;
  --color-border: #717374;
  --color-border-strong: #909293;
  --color-accent: #adb9c4;
  --color-on-accent: #0b0e11;
  --color-accent-strong: #b9c3cd;
  --color-accent-soft: #2a2e30;
  --color-accent-text: #adb9c4;
  --color-focus: #b9c3cd;
}
:root[data-theme-style="gold"][data-theme="dark"] {
  --color-bg: #110e08;
  --color-bg-alt: #1a150d;
  --color-surface: #14100a;
  --color-text: #f1ece3;
  --color-text-muted: #7f7b73;
  --color-border: #76726b;
  --color-border-strong: #959089;
  --color-accent: #c5a858;
  --color-on-accent: #160e00;
  --color-accent-strong: #ceb674;
  --color-accent-soft: #312a16;
  --color-accent-text: #c5a858;
  --color-focus: #ceb674;
}
:root[data-theme-style="platinum"][data-theme="dark"] {
  --color-bg: #0d1012;
  --color-bg-alt: #14181a;
  --color-surface: #0f1315;
  --color-text: #eaedf0;
  --color-text-muted: #797c7f;
  --color-border: #707376;
  --color-border-strong: #8e9294;
  --color-accent: #a0b8c8;
  --color-on-accent: #090e11;
  --color-accent-strong: #afc3d0;
  --color-accent-soft: #272e33;
  --color-accent-text: #a0b8c8;
  --color-focus: #afc3d0;
}
:root[data-theme-style="neon"][data-theme="dark"] {
  --color-bg: #0e0511;
  --color-bg-alt: #170c1c;
  --color-surface: #110715;
  --color-text: #f7eff6;
  --color-text-muted: #807881;
  --color-border: #776e78;
  --color-border-strong: #978e98;
  --color-accent: #fd34bc;
  --color-on-accent: #11020c;
  --color-accent-strong: #fc59c8;
  --color-accent-soft: #390d30;
  --color-accent-text: #fd34bc;
  --color-focus: #fc59c8;
}
:root[data-theme-style="matrix"][data-theme="dark"] {
  --color-bg: #040a05;
  --color-bg-alt: #071309;
  --color-surface: #050d06;
  --color-text: #b5f0b5;
  --color-text-muted: #608261;
  --color-border: #547254;
  --color-border-strong: #6c926c;
  --color-accent: #43e066;
  --color-on-accent: #000b02;
  --color-accent-strong: #5ae376;
  --color-accent-soft: #0f3116;
  --color-accent-text: #43e066;
  --color-focus: #5ae376;
}
:root[data-theme-style="diamond"][data-theme="dark"] {
  --color-bg: #0a151c;
  --color-bg-alt: #101f27;
  --color-surface: #0c1820;
  --color-text: #ecf3f5;
  --color-text-muted: #798286;
  --color-border: #70797e;
  --color-border-strong: #8f989c;
  --color-accent: #7bd3e9;
  --color-on-accent: #02121a;
  --color-accent-strong: #92d9eb;
  --color-accent-soft: #1e3741;
  --color-accent-text: #7bd3e9;
  --color-focus: #92d9eb;
}
