:root{--bg:#ffffff;--accent:#6633ff;--text:#000000;--muted:#666666;height:100%}@media (prefers-color-scheme: dark){:root{--bg:#000000;--hover:#cccccc;--text:#ffffff;--muted:#999999}}*{box-sizing:border-box}body{background-color:var(--bg);color:var(--text);height:100%;padding:0;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}a,a:visited{color:var(--text)}a:hover{color:var(--accent)}.container.svelte-bu5wbc{display:flex;flex-direction:column;min-height:100%}main.svelte-bu5wbc{margin-left:auto;margin-right:auto;position:relative;flex-grow:1}footer.svelte-bu5wbc{color:var(--muted);margin-top:auto;padding:2rem;font-size:.8rem;text-align:center}footer.svelte-bu5wbc .copyright{margin-bottom:.5rem}footer.svelte-bu5wbc .links{display:flex;place-content:center;gap:.5rem}
