:root{--primary-color: #000;--secondary-color: #d1ab56;--highlight-color: #e53e3e;--background-color: #f7fafc;--text-color: #2d3748;--nav-height: 60px;--header-height: 60px;--content-max-width: 960px}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background-color);color:var(--text-color)}*{box-sizing:border-box}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding-bottom:var(--nav-height)}header.svelte-12qhfyh{position:sticky;top:0;background-color:var(--primary-color);color:#fff;height:var(--header-height);z-index:10;box-shadow:0 2px 4px #0000001a}.header-content.svelte-12qhfyh{max-width:var(--content-max-width);margin:0 auto;padding:0 1rem;height:100%;display:flex;align-items:center}header.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-size:1.25rem;margin:0;font-weight:600}main.svelte-12qhfyh{flex:1;padding:1rem;max-width:var(--content-max-width);width:100%;margin:0 auto}nav.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;background-color:#fff;display:flex;justify-content:space-around;height:calc(var(--nav-height) + env(safe-area-inset-bottom));box-shadow:0 -2px 10px #0000001a;z-index:10;padding-bottom:env(safe-area-inset-bottom)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;flex-direction:column;align-items:center;justify-content:center;color:#718096;text-decoration:none;width:100%;transition:color .2s;font-size:.75rem}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--primary-color)}.icon.svelte-12qhfyh{font-size:1.5rem}@media(min-width:640px){.icon.svelte-12qhfyh{margin-bottom:.25rem}header.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-size:1.5rem}}
