body,html{background:#000;max-width:100vw;overflow-x:hidden;height:100%;margin:0;padding:0}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}@media (prefers-color-scheme:dark){html{color-scheme:dark}}#__next{display:flex;flex-direction:column;min-height:100%}.spacer{margin-top:2rem}article{background:#b2b2b2;padding:2rem;border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,.05);margin-bottom:2rem}article h1{font-size:2rem;margin-bottom:1rem}article h2,article h3{margin-top:2rem;color:#747474}article li,article p{font-size:1rem;margin-bottom:1rem}a{color:#0070f3;text-decoration:none}a:hover{text-decoration:underline;color:#ffffff}.lienApp{text-decoration:none;color:inherit}.lienApp:hover{text-decoration:underline;color:#707070}