body{margin:0;background:var(--es-bg);color:var(--es-ink);font-family:var(--es-font-body);min-height:100vh;background-image:linear-gradient(to right,rgba(var(--es-accent-rgb),.02) 1px,transparent 1px),linear-gradient(to bottom,rgba(var(--es-accent-rgb),.02) 1px,transparent 1px);background-size:60px 60px}a{color:var(--es-accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--es-rule-strong);border-radius:4px}@keyframes es-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}