html{font-size:16px}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;background-color:#F8F9FB;color:#0C1F33;position:relative;height:100vh;height:100svh;max-width:100%;overflow:hidden;padding:0;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}h1,p,img{margin:0;padding:0}.offline h1{font-size:clamp(2rem, calc(5vw + 0.5rem), 3rem);font-weight:900}.offline p{font-size:clamp(1rem, calc(5vw + 0.1rem), 1.5rem);font-weight:600}.page-not-found h1{font-size:clamp(1.75rem, calc(5vw + 0.5rem), 4rem);font-weight:900}.page-not-found p{font-size:clamp(1rem, calc(5vw + 0.1rem), 1.5rem);font-weight:600}.page-not-found .centered{gap:1.25rem}.page-not-found .bg-img{z-index:-1;width:80vw;height:auto;opacity:.25;will-change:auto}.centered{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem}.offline-img{display:block;opacity:0;will-change:auto}.offline-img.portrait{width:90%;height:auto;opacity:1;will-change:auto}.offline-img.landscape{width:auto;height:60%;opacity:1;will-change:auto}.offline-img.square{width:75%;height:auto;opacity:1;will-change:auto}.btn{display:inline-block;padding:.5rem 1rem;font-size:1.25rem;font-weight:500;line-height:1.4;color:#F8F9FB;text-align:center;text-decoration:none;vertical-align:middle;user-select:auto;pointer-events:auto;border:2px solid #0C1F33;border-radius:.5rem;background-color:#0C1F33;transition:all 500ms ease-in-out}.btn:hover{color:#0C1F33;background-color:#F8F9FB}