::selection { background: #1f7a4d; color: #fff; }
html { scroll-behavior: smooth; }
@keyframes df-blink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }
.df-cursor { animation: df-blink 1.1s steps(1) infinite; }
