*{box-sizing:border-box;margin:0;padding:0}body{background:#1b2535;color:#e4eaf2}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#222f42}::-webkit-scrollbar-thumb{background:#3c5370;border-radius:3px}a{color:#2d9e6f;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}.fade-in{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}