:root{--curryRed:red;--curryGrey:#ccc}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);flex-direction:column;min-width:320px;min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif;display:flex}
