:root{color-scheme:light dark;font-family:Fredoka,system-ui,sans-serif;--theme-bg: #f9f3eb;--theme-surface: #f3eadd;--theme-surface-raised: #fff;--theme-border: #e0d5c1;--theme-ink: #012f27;--theme-muted: #696256;--theme-green: #39804d;--theme-red: #f70522;--theme-control: #fff;--theme-control-ink: #012f27;--theme-icon-button-bg: #f9f3eb;--theme-icon-button-ink: #39804d}:root[data-theme=dark]{--theme-bg: #091a17;--theme-surface: #122622;--theme-surface-raised: #10231f;--theme-border: #2a433d;--theme-ink: #eef6f2;--theme-muted: #b8c9c3;--theme-green: #20d774;--theme-control: var(--theme-surface-raised);--theme-control-ink: var(--theme-ink);--theme-icon-button-bg: #19342e;--theme-icon-button-ink: var(--theme-green)}*{box-sizing:border-box}html{min-width:320px;background:var(--theme-bg)}body{margin:0;min-height:100vh;background:var(--theme-bg);color:var(--theme-ink)}button,textarea,select{font:inherit}a{color:var(--theme-green)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{max-width:980px;margin:auto;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.brand{display:inline-flex;align-items:center;gap:8px;color:var(--theme-ink);text-decoration:none;font-size:1.5rem}.brand span{font-size:1.9rem}.header-tools{display:flex;align-items:center;gap:8px}.header-tools select{max-width:170px;border:1px solid var(--theme-border);border-radius:12px;padding:9px 30px 9px 10px;background:var(--theme-control);color:var(--theme-control-ink)}main{width:min(100% - 28px,860px);margin:10px auto 48px}footer{max-width:980px;margin:auto;padding:24px 18px 32px;border-top:1px solid var(--theme-border);display:flex;justify-content:space-between;gap:18px;color:var(--theme-muted)}footer nav{display:flex;flex-wrap:wrap;gap:16px}footer span{font-size:.78rem}footer span a{color:inherit}button:focus-visible,a:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--theme-red);outline-offset:2px}@media(max-width:560px){.header-tools select{width:136px}footer{flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.theme.svelte-lu0t34{width:42px;height:42px;border-radius:50%;border:1px solid var(--theme-border);background:var(--theme-icon-button-bg);color:var(--theme-icon-button-ink);font-size:1.25rem;cursor:pointer}
