@font-face{font-family:Retro Gaming;src:url(/fonts/retro-gaming.ttf)}@font-face{font-family:Lilitaone;src:url(/fonts/Lilitaone.ttf)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--background:#ffffff;--foreground:#171717}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{background:#322c49;font-family:Lilitaone;font-size:14px;color:#fff}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{outline:none;border:none}.button-flat{color:#fff;padding:8px 12px;border-radius:5px;display:flex;justify-content:center;align-items:center;gap:unset;background-color:#b798dd;transition:all .3s ease;font-family:Lilitaone;font-size:16px;cursor:pointer}.button-flat:hover{background:#987db9}.button-flat.button-flat-xl{padding:12px 20px;border-radius:10px}.button-flat.is-disabled,.button-flat:disabled{background-color:rgb(196.401459854,171.1715328467,227.3284671533);color:hsla(0,0%,100%,.5);cursor:not-allowed;opacity:.6;pointer-events:none}.button-3d{border-radius:20px;background:#b798dd;color:#fff;position:relative;aspect-ratio:1;width:100px;font-family:Lilitaone;font-size:20px;cursor:pointer;transition:all .3s ease}.button-3d:hover{background-color:#786194}.button-3d:hover:before{background-color:hsla(0,0%,100%,.2)}.button-3d:before{position:absolute;top:0;left:0;width:100%;height:50%;content:"";background:hsla(0,0%,100%,.4);border-radius:20px;transition:all .3s ease}.button-3d:after{position:absolute;content:"";top:50%;left:50%;width:108%;height:108%;border:2px solid #fff;transform:translate(-50%,-50%);border-radius:25px}@media(prefers-color-scheme:dark){html{color-scheme:dark}}@media(max-width:500px){.button-3d{width:80px;height:80px;font-size:16px}}