:root{color-scheme:light}body,html{padding:0;margin:0;background-color:#fafafa}*{box-sizing:border-box}a{color:inherit;text-decoration:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .28s ease both}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}