/* 6Flaschen – First-Paint-Theme-Grundlage ohne Inline-Styles. */
html[data-theme="dark"] { color-scheme: dark; background: #10181c; }
html[data-theme="light"] { color-scheme: light; background: #f6f2ea; }
html[data-theme="dark"] body { background-color: #10181c; }
html[data-theme="light"] body { background-color: #f6f2ea; }
