body { margin: 0; padding: 0; background: var(--site-bg, #f3e7e7); color: var(--site-fg, #000b5a); font-family: "Segoe UI", system-ui, -apple-system, sans-serif; }
.cat {cursor: pointer; padding-left: 5px; padding-bottom: 1px; padding-top: 1px;}
.cat:hover {background: Aqua;}

.site-zebra { background: var(--site-bg, #f3e7e7); }
.site-zebra-alt { background: var(--site-row-alt, #e8d4d4); }

