/* Custom styles for the modern dark UI */
:root { color-scheme: dark; }
body { background: #0a0f1a; }
.text-xl { font-size: 1.25rem; }
.text-muted { color: #94a3b8; }
