@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #00d9ff4d}50%{box-shadow:0 0 40px #00d9ff99}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0f0f1e;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.5}a{color:#40a9ff;text-decoration:none;transition:color .25s cubic-bezier(.4,0,.2,1)}a:hover{color:#00d9ff}h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}h2{font-size:2rem;font-weight:600;line-height:1.2;margin-bottom:.75rem}h3{font-size:1.5rem;font-weight:600;line-height:1.25;margin-bottom:.75rem}h4{font-size:1.25rem;font-weight:500;line-height:1.25;margin-bottom:.5rem}p{font-size:1rem;line-height:1.5;margin-bottom:1rem}small{font-size:.875rem}.caption{font-size:.75rem;color:#fff9}
