:root{--bg:#faf8f5;--surface:#fff;--surface-2:#f1ece5;--text:#1c1a17;--muted:#6f675d;--line:#e4ddd3;--accent:#b23a2e;--accent-soft:#f3e2df;--shadow:0 1px 2px #1c1a170f, 0 8px 24px #1c1a170f;--radius:10px;--maxw:1180px;--serif:"Iowan Old Style", "Palatino Linotype", "Georgia", serif;--sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}@media (prefers-color-scheme:dark){:root{--bg:#17150f;--surface:#201d16;--surface-2:#2a261d;--text:#f0ebe2;--muted:#a79f92;--line:#352f24;--accent:#e0705f;--accent-soft:#33241f;--shadow:0 1px 2px #0000004d, 0 10px 30px #00000059}}:root[data-theme=light]{--bg:#faf8f5;--surface:#fff;--surface-2:#f1ece5;--text:#1c1a17;--muted:#6f675d;--line:#e4ddd3;--accent:#b23a2e;--accent-soft:#f3e2df;--shadow:0 1px 2px #1c1a170f, 0 8px 24px #1c1a170f}:root[data-theme=dark]{--bg:#17150f;--surface:#201d16;--surface-2:#2a261d;--text:#f0ebe2;--muted:#a79f92;--line:#352f24;--accent:#e0705f;--accent-soft:#33241f;--shadow:0 1px 2px #0000004d, 0 10px 30px #00000059}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scrollbar-gutter:stable}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.6}h1,h2,h3{font-family:var(--serif);margin:0 0 .4em;font-weight:600;line-height:1.15}h1{letter-spacing:-.01em;font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}img{max-width:100%;display:block}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}@media (width<=820px){.wrap{padding:0 1.9rem}}.muted{color:var(--muted)}.eyebrow{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.78rem;font-weight:600}.btn{font:inherit;cursor:pointer;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.95rem;font-weight:500;transition:background .15s,border-color .15s,transform 50ms;display:inline-flex}.btn:hover{border-color:var(--accent)}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{filter:brightness(1.05)}.btn-block{justify-content:center;width:100%}.grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.4rem;display:grid}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .18s,box-shadow .18s;overflow:hidden}.card:hover{transform:translateY(-3px);box-shadow:0 12px 34px #00000024}.card-thumb{aspect-ratio:1;background:var(--surface-2);overflow:hidden}.card-thumb img{object-fit:cover;width:100%;height:100%}.card-body{padding:.85rem 1rem 1rem}.card-title{font-family:var(--serif);margin:0 0 .15rem;font-size:1.1rem}label{color:var(--muted);margin:0 0 .3rem;font-size:.85rem;font-weight:600;display:block}input,textarea,select{width:100%;font:inherit;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:8px;padding:.6rem .75rem;font-size:.98rem}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.field{margin-bottom:1rem}.flash{border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.95rem}.flash-ok{background:var(--accent-soft);color:var(--text)}.flash-err{color:#8a1c12;background:#fce8e6}@media (prefers-color-scheme:dark){.flash-err{color:#f3b4ac;background:#3a1512}}.chip{background:var(--surface-2);color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:.2rem .65rem;font-size:.8rem;display:inline-block}.site-header.svelte-12qhfyh{z-index:20;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0}.header-inner.svelte-12qhfyh{align-items:center;gap:1rem;height:66px;display:flex}.brand.svelte-12qhfyh{font-family:var(--serif);align-items:center;gap:.55rem;font-size:1.35rem;font-weight:600;display:flex}.brand-mark.svelte-12qhfyh{border-radius:8px;display:block}.desk-nav.svelte-12qhfyh{gap:.35rem;margin-left:auto;display:flex}.navlink.svelte-12qhfyh{color:var(--muted);white-space:nowrap;border-radius:999px;padding:.4rem .8rem;font-size:.95rem;transition:color .15s,background .15s}.navlink.svelte-12qhfyh:hover{color:var(--text);background:var(--surface-2)}.navlink.active.svelte-12qhfyh{color:var(--text);background:var(--accent-soft)}.icon-btn.svelte-12qhfyh{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:inline-flex}.icon-btn.svelte-12qhfyh:hover{border-color:var(--accent)}.toast.svelte-12qhfyh{z-index:120;background:var(--text);color:var(--bg);box-shadow:var(--shadow);border-radius:999px;padding:.6rem 1.15rem;font-size:.9rem;font-weight:500;animation:.2s svelte-12qhfyh-toast-in;position:fixed;bottom:92px;left:50%;transform:translate(-50%)}@keyframes svelte-12qhfyh-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.topbar.svelte-12qhfyh,.mobile-bar.svelte-12qhfyh,.frame.svelte-12qhfyh,.frame-glass.svelte-12qhfyh{display:none}main.svelte-12qhfyh{min-height:70vh}.site-footer.svelte-12qhfyh{border-top:1px solid var(--line);background:var(--surface);margin-top:4rem;padding:3rem 0 1.5rem}.footer-grid.svelte-12qhfyh{border-bottom:1px solid var(--line);grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:2rem;padding-bottom:2rem;display:grid}.foot-logo.svelte-12qhfyh{font-family:var(--serif);align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:1.3rem;font-weight:600;display:flex}.foot-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){max-width:34ch;margin:0;font-size:.95rem}.foot-col.svelte-12qhfyh{flex-direction:column;gap:.5rem;display:flex}.foot-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 .4rem;font-size:.78rem}.foot-col.svelte-12qhfyh a:where(.svelte-12qhfyh),.foot-col.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--text);font-size:.95rem}.foot-col.svelte-12qhfyh a:where(.svelte-12qhfyh){transition:color .15s}.foot-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.foot-bottom.svelte-12qhfyh{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.5rem;font-size:.88rem;display:flex}.menu-overlay.svelte-12qhfyh{z-index:100;background:var(--bg);opacity:0;visibility:hidden;flex-direction:column;transition:opacity .28s,transform .28s,visibility .28s;display:flex;position:fixed;inset:0;transform:scale(1.015)}.menu-overlay.open.svelte-12qhfyh{opacity:1;visibility:visible;transform:none}.menu-close.svelte-12qhfyh{border:1px solid var(--line);background:var(--surface);width:46px;height:46px;color:var(--text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:1.1rem;left:1.1rem}.menu-close.svelte-12qhfyh:hover{border-color:var(--accent);color:var(--accent)}.menu-nav.svelte-12qhfyh{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.4rem;display:flex}.menu-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--serif);color:var(--muted);opacity:0;padding:.35rem 1rem;font-size:clamp(2rem,8vw,2.8rem);font-weight:600;line-height:1.2;transition:color .15s,opacity .35s,transform .35s;transform:translateY(12px)}.menu-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.menu-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent)}.menu-overlay.open.svelte-12qhfyh .menu-nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){opacity:1;transform:none}.menu-overlay.open.svelte-12qhfyh .menu-nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):first-child{transition-delay:60ms}.menu-overlay.open.svelte-12qhfyh .menu-nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):nth-child(2){transition-delay:.11s}.menu-overlay.open.svelte-12qhfyh .menu-nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):nth-child(3){transition-delay:.16s}.menu-overlay.open.svelte-12qhfyh .menu-nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):nth-child(4){transition-delay:.21s}.menu-overlay.open.svelte-12qhfyh .menu-nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):nth-child(5){transition-delay:.26s}.menu-foot.svelte-12qhfyh{text-align:center;padding:1.5rem;font-size:.9rem}@media (prefers-reduced-motion:reduce){.menu-overlay.svelte-12qhfyh,.menu-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){transition:opacity .15s,visibility .15s;transform:none!important}}@media (width<=820px){.brand.svelte-12qhfyh,.desk-nav.svelte-12qhfyh,.theme-desktop.svelte-12qhfyh{display:none}.site-header.svelte-12qhfyh{border-bottom:0}.header-inner.svelte-12qhfyh{height:60px}.topbar.svelte-12qhfyh{cursor:pointer;width:100%;color:var(--text);font-family:var(--serif);background:0 0;border:0;align-items:center;gap:.6rem;padding:.3rem 0;font-size:1.25rem;font-weight:600;display:flex}.topbar-title.svelte-12qhfyh{align-items:baseline;display:inline-flex}.sep.svelte-12qhfyh{color:var(--muted);margin:0 .45rem;font-weight:400}.frame-glass.svelte-12qhfyh{z-index:14;pointer-events:none;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-mask-composite:xor;padding:9px;display:block;position:fixed;inset:60px 0 73px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.frame.svelte-12qhfyh{z-index:16;pointer-events:none;border:1px solid var(--line);display:block;position:fixed;inset:69px 9px 82px}main.svelte-12qhfyh{min-height:calc(100vh - 134px);padding:1.5rem 1.7rem 1.8rem}main.svelte-12qhfyh .wrap{padding-left:0;padding-right:0}.site-footer.svelte-12qhfyh{margin-top:0;padding:2rem 0 calc(2rem + 74px)}.mobile-bar.svelte-12qhfyh{z-index:30;background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:0;justify-content:flex-end;align-items:center;gap:.6rem;height:74px;padding:0 1rem;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bar.svelte-12qhfyh .icon-btn:where(.svelte-12qhfyh){width:46px;height:46px;font-size:1.35rem}}@media (width<=720px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:1.6rem 1.2rem}.foot-brand.svelte-12qhfyh{grid-column:1/-1}}@media (width<=420px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr}}
