:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{margin:0 auto;text-align:center}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.navbar{display:flex;align-items:center;justify-content:space-around;position:fixed;top:0;left:0;width:100%;height:60px;background-color:transparent;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:#26150333 0 2px 8px}.navbar .logo{display:flex;align-items:center;justify-content:center;width:60px;height:60px}.navbar .logo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.nav-links .links{display:flex;gap:25px;justify-content:center;align-items:center;cursor:pointer;width:100%}.links p{position:relative;padding:2px;color:#fa8314d8}.links p:hover{color:#383810;transition:.2s ease-in-out}.links p:before{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:#fa8314;transition:.3s ease-in-out}.links p:hover:before{width:100%;transition:all .2s ease-in-out}.home{display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(to left,#0009,#0009),url(/bg3.jpg);background-size:cover;width:100vw;height:100vh}.logo img{width:200px;height:200px;object-fit:cover;transition:transform .3s ease-in-out}.title h1{color:#fa8314}.explore{position:relative;margin-top:60px;border:none;outline:none;padding:5px 20px;border-radius:12px;z-index:0;background-color:#290866cc;font-weight:600;cursor:pointer;transition:.8s ease}.explore:after{content:"";z-index:-1;position:absolute;width:100%;height:100%;background-color:#954f0dd8;transition:.5s ease-in-out;border-radius:10px;top:-2px;left:0;right:0}.explore:before{content:"";background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#001bff,#ff00c8,red);position:absolute;top:-2px;left:-2px;background-size:600%;z-index:-1;width:calc(100% + 4px);height:calc(100% + 4px);filter:blur(8px);animation:glowing 20s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px;opacity:0}.explore:hover:after{transition:.5s ease-in-out;background-color:#944429}.explore:hover:before{opacity:1}.slogan p{font-family:cursive}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}
