:root{--background:rgba(0,0,0,1);--foreground:rgba(255,255,255,1)}@font-face{font-family:GolosText;src:url(/GolosText-VariableFont_wght.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}html{height:100%;font-size:1vw;background-color:rgba(0,0,0,1)}@media (prefers-color-scheme:dark){:root{--background:rgba(0,0,0,1);--foreground:rgba(255,255,255,1)}}body{background:var(--background);color:var(--foreground);font-family:GolosText,sans-serif;line-height:1.1;overflow-x:hidden}*{box-sizing:border-box}a{color:white;text-decoration:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.page404{width:100%;height:100%;min-height:100vh;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.page404 h1{font-size:10rem;font-weight:700;color:rgba(255,255,255,1)}.page404 p{font-size:5rem;font-weight:700}.page404 .a{text-align:center;color:white;font-size:1.5rem;text-decoration:none;transition:all .3s ease}:is(.page404 .a):hover{color:rgba(0,154,178,1)}@media (max-width:992px){html{font-size:4vw}}