:root,:root[data-theme=light]{color-scheme:light;--bg: #f6f1e9;--bg-card: #fffdf9;--ink: #2a231c;--ink-soft: #5c5145;--ink-faint: #8a7e6f;--accent: #b06a32;--accent-deep: #8a4f22;--line: #e6dccd;--gold: #c79a4b;--highlight: #f0e6d6;--quote-bg: #f3ece0;--shadow: 0 1px 2px rgba(42, 35, 28, .06), 0 8px 24px rgba(42, 35, 28, .08);--radius: 14px;--maxw: 720px;--reader-scale: 1;font-family:Iowan Old Style,Palatino Linotype,Palatino,Book Antiqua,Georgia,serif}:root[data-theme=sepia]{color-scheme:light;--bg: #e8dabd;--bg-card: #f1e6cd;--ink: #3f3526;--ink-soft: #5e5137;--ink-faint: #7d6f52;--accent: #a15f2b;--accent-deep: #834a1e;--line: #d7c5a0;--gold: #b58a3f;--highlight: #ddcaa2;--quote-bg: #ddccab;--shadow: 0 1px 2px rgba(60, 47, 28, .08), 0 8px 24px rgba(60, 47, 28, .1)}:root[data-theme=dark]{color-scheme:dark;--bg: #16120e;--bg-card: #201a14;--ink: #ece2d2;--ink-soft: #bcae99;--ink-faint: #8b7d68;--accent: #d08a4e;--accent-deep: #e6b072;--line: #33291f;--gold: #d8b366;--highlight: #2b2117;--quote-bg: #241d15;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 10px 28px rgba(0, 0, 0, .45)}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:#c79a4b47;color:var(--ink)}:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}a{color:var(--accent-deep);text-decoration:none;transition:color .15s ease}a:hover{text-decoration:underline}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}h1,h2,h3{line-height:1.2;color:var(--ink);font-weight:600}.ui{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.3rem;border-radius:10px;border:1px solid transparent;background:var(--accent);color:#fff;font:inherit;font-family:ui-sans-serif,system-ui,sans-serif;font-weight:600;font-size:.98rem;cursor:pointer;transition:background .15s ease,transform .05s ease;text-decoration:none}.btn:hover{background:var(--accent-deep);text-decoration:none}.btn:active{transform:translateY(1px)}.btn.secondary{background:transparent;color:var(--accent-deep);border-color:var(--line)}.btn.secondary:hover{background:#fff;border-color:var(--accent)}.btn.block{width:100%}.input{width:100%;padding:.7rem .85rem;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit;font-family:ui-sans-serif,system-ui,sans-serif;font-size:1rem;color:#2a231c}.input::placeholder{color:#8a7e6f}.input:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold)}.muted{color:var(--ink-faint)}.card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.divider{border:none;border-top:1px solid var(--line);margin:2rem 0}.theme-switcher.svelte-u8uo5a{display:inline-flex;align-items:center;gap:.15rem;padding:.2rem;border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--bg-card) 60%,transparent)}.opt.svelte-u8uo5a{display:inline-flex;align-items:center;gap:.35rem;border:none;background:none;cursor:pointer;color:var(--ink-faint);padding:.35rem .55rem;border-radius:999px;font:inherit;font-family:inherit;font-size:.82rem;line-height:1;transition:background .15s ease,color .15s ease}.opt.svelte-u8uo5a:hover{color:var(--ink)}.opt.active.svelte-u8uo5a{background:var(--accent);color:#fff}.opt.svelte-u8uo5a svg:where(.svelte-u8uo5a){width:16px;height:16px;display:block}.lbl.svelte-u8uo5a{display:none}.opt.active.svelte-u8uo5a .lbl:where(.svelte-u8uo5a){display:inline}@media (max-width: 560px){.opt.active.svelte-u8uo5a .lbl:where(.svelte-u8uo5a){display:none}}.shell.svelte-12qhfyh{min-height:100dvh;display:flex;flex-direction:column}.site-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:.9rem clamp(1rem,4vw,2rem);border-bottom:1px solid transparent;background:color-mix(in srgb,var(--bg-card) 72%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:20;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.site-header.scrolled.svelte-12qhfyh{border-bottom-color:var(--line);background:color-mix(in srgb,var(--bg-card) 90%,transparent);box-shadow:var(--shadow)}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.55rem;color:var(--ink);font-weight:700;font-size:1.05rem;border-radius:8px;transition:opacity .15s ease}.brand.svelte-12qhfyh:hover{text-decoration:none;opacity:.75}.brand-mark.svelte-12qhfyh{color:var(--gold);font-size:1.3rem}nav.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.nav-link.svelte-12qhfyh{font-size:.92rem;color:var(--ink-soft);transition:color .15s ease}.nav-link.svelte-12qhfyh:hover{color:var(--accent-deep);text-decoration:none}.btn.small.svelte-12qhfyh{padding:.45rem .9rem;font-size:.9rem}.user-menu.svelte-12qhfyh{position:relative}.user-trigger.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.5rem;background:none;border:1px solid transparent;border-radius:999px;padding:.3rem .7rem .3rem .35rem;cursor:pointer;font:inherit;font-family:inherit;color:var(--ink-soft);transition:background .15s ease,border-color .15s ease}.user-trigger.svelte-12qhfyh:hover,.user-trigger[aria-expanded=true].svelte-12qhfyh{background:var(--bg-card);border-color:var(--line)}.avatar.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--accent);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.02em;flex-shrink:0}.avatar.lg.svelte-12qhfyh{width:38px;height:38px;font-size:.95rem}.user-name.svelte-12qhfyh{font-size:.92rem;max-width:14ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chevron.svelte-12qhfyh{width:12px;height:12px;color:var(--ink-faint);transition:transform .18s ease}.chevron.up.svelte-12qhfyh{transform:rotate(180deg)}.menu.svelte-12qhfyh{position:absolute;right:0;top:calc(100% + .5rem);min-width:220px;padding:.4rem;display:flex;flex-direction:column;gap:.15rem;z-index:30;animation:svelte-12qhfyh-menu-in .14s ease}@keyframes svelte-12qhfyh-menu-in{0%{opacity:0;transform:translateY(-4px)}}.menu-head.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem .65rem;margin-bottom:.25rem;border-bottom:1px solid var(--line)}.menu-email.svelte-12qhfyh{font-size:.85rem;color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-item.svelte-12qhfyh{display:block;width:100%;text-align:left;background:none;border:none;cursor:pointer;font:inherit;font-family:inherit;font-size:.92rem;color:var(--ink-soft);padding:.55rem .6rem;border-radius:8px;transition:background .12s ease,color .12s ease}.menu-item.svelte-12qhfyh:hover{background:var(--bg);color:var(--accent-deep);text-decoration:none}.menu-item.danger.svelte-12qhfyh:hover{color:#b23b2e}.mobile-nav.svelte-12qhfyh{display:none}.fab.svelte-12qhfyh{position:fixed;top:.85rem;right:.85rem;z-index:60;width:44px;height:44px;border-radius:50%;border:1px solid transparent;background:transparent;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink-soft);opacity:.75;background:color-mix(in srgb,var(--bg-card) 55%,transparent);border-color:color-mix(in srgb,var(--line) 60%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:opacity .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,transform .05s ease}.fab.svelte-12qhfyh:hover,.fab.svelte-12qhfyh:focus-visible,.fab.open.svelte-12qhfyh{opacity:1;color:var(--ink);background:color-mix(in srgb,var(--bg-card) 85%,transparent);border-color:var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow)}.fab.svelte-12qhfyh:active{transform:scale(.94)}.burger.svelte-12qhfyh{position:relative;display:block;width:18px;height:12px}.burger.svelte-12qhfyh i:where(.svelte-12qhfyh){position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:currentColor;transition:transform .25s ease,opacity .2s ease,top .25s ease}.burger.svelte-12qhfyh i:where(.svelte-12qhfyh):nth-child(1){top:0}.burger.svelte-12qhfyh i:where(.svelte-12qhfyh):nth-child(2){top:5px}.burger.svelte-12qhfyh i:where(.svelte-12qhfyh):nth-child(3){top:10px}.fab.open.svelte-12qhfyh .burger:where(.svelte-12qhfyh) i:where(.svelte-12qhfyh):nth-child(1){top:5px;transform:rotate(45deg)}.fab.open.svelte-12qhfyh .burger:where(.svelte-12qhfyh) i:where(.svelte-12qhfyh):nth-child(2){opacity:0}.fab.open.svelte-12qhfyh .burger:where(.svelte-12qhfyh) i:where(.svelte-12qhfyh):nth-child(3){top:5px;transform:rotate(-45deg)}.mobile-panel.svelte-12qhfyh{position:fixed;top:3.7rem;right:.85rem;z-index:60;width:min(80vw,264px);padding:.6rem;display:flex;flex-direction:column;gap:.15rem}.m-brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.05rem;color:var(--ink);padding:.4rem .6rem .6rem}.m-brand.svelte-12qhfyh:hover{text-decoration:none;opacity:.75}.m-section.svelte-12qhfyh{display:flex;flex-direction:column;gap:.55rem;padding:.45rem .6rem .6rem}.m-label.svelte-12qhfyh{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-faint)}.m-divider.svelte-12qhfyh{height:1px;background:var(--line);margin:.3rem .3rem .4rem}@media (max-width: 560px){.user-name.svelte-12qhfyh{display:none}}@media (max-width: 640px){.site-header.svelte-12qhfyh{display:none}.mobile-nav.svelte-12qhfyh{display:block}}main.svelte-12qhfyh{flex:1}.site-footer.svelte-12qhfyh{border-top:1px solid var(--line);padding:1.5rem;text-align:center;color:var(--ink-faint);font-size:.88rem}
