:root{--white:#fff;--yellow-light:#fdf2d3;--yellow:#f7ba2b;--yellow-dark:#cd793c;--green-light:#dcfee4;--green:#a2d959;--green-dark:#427659;--blue-light:#e2f5f8;--blue:#a4b3df;--blue-dark:#526dad;--purple-light:#fad7fe;--purple:#a979c8;--purple-dark:#622f6a;--grey:#62626a;--black:#000;--color-text:#d9d9d9}@media (prefers-color-scheme:dark){:root{--white:#fff;--yellow-light:#fdf2d3;--yellow:#f7ba2b;--yellow-dark:#cd793c;--green-light:#dcfee4;--green:#a2d959;--green-dark:#427659;--blue-light:#e2f5f8;--blue:#a4b3df;--blue-dark:#526dad;--purple-light:#fad7fe;--purple:#a979c8;--purple-dark:#622f6a;--grey:#62626a;--black:#000;--color-text:#d9d9d9}}*{box-sizing:border-box;padding:0;margin:0}:not(a):focus-visible{outline:1px dashed #afd5e9;outline-offset:3px}body,html{max-width:100vw;overflow-x:hidden;font-size:clamp(10px,1.25vmin,20px);font-family:Menlo,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;scroll-behavior:smooth}body{color:var(--blue-light);background:#182134}a{text-decoration:none;outline:none;color:var(--purple-light)}a:focus,a:hover{color:var(--green);text-decoration:underline}.error,.error-404{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.error img,.error-404 img{width:100%;height:auto;object-fit:contain;border-radius:8px}@media screen and (min-width:480px){.error img,.error-404 img{width:600px}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}