/* assets/site.css */
:root { color-scheme: dark; }
a { text-decoration: none; }
.container-max { max-width: 1200px; }
.card-hover { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card-hover:hover { transform: translateY(-2px); }
