:root{--background:#000435;--foreground:#f33;--font-jaro:"Jaro",sans-serif;--font-default:"Arial","Helvetica",sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{scrollbar-width:none;height:100%;padding:0;margin:0;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Jaro,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.loading-cursor,body.loading-cursor *{cursor:none!important}#cursor-loader{position:fixed;top:0;left:0;width:30px;aspect-ratio:1;pointer-events:none;z-index:999999;opacity:0;transform:translate(-50%,-50%);transition:opacity .15s ease-out}body.loading-cursor #cursor-loader{opacity:1;border-radius:50%;background:radial-gradient(farthest-side,var(--foreground) 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,var(--foreground));-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);animation:l13 1s linear infinite}@keyframes l13{to{transform:translate(-50%,-50%) rotate(1turn)}}h1{font-size:500px;white-space:pre-line;line-height:.7;font-weight:400;margin-top:50px}h1,h2,h3,h4,h5,h6{font-family:var(--font-jaro)}p{font-weight:500}button,p{font-family:JetBrains Mono,monospace;font-size:16px}button{color:var(--foreground);border-color:var(--foreground);border-radius:10px;border-width:5px;padding:15px;font-weight:600}button:hover{background-color:var(--foreground);color:var(--background)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}