html[data-theme="dark"],
html[data-theme="dark"] body { background: #050a11; color: #eef5f7; color-scheme: dark; }
html[data-theme="light"],
html[data-theme="light"] body { background: #ffffff; color: #15212e; color-scheme: light; }
