.dialog-backdrop.svelte-1ayz0dr{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.dialog-box.svelte-1ayz0dr{background:var(--bg-paper, #fff);border-radius:10px;box-shadow:0 12px 40px #0000002e;max-width:440px;width:100%;padding:1.5rem 1.5rem 1.25rem}.dialog-title.svelte-1ayz0dr{font-size:17px;font-weight:700;color:var(--ink, #1a1a1a);margin:0 0 .5rem}.dialog-message.svelte-1ayz0dr{color:var(--ink-soft, #374151);font-size:14px;line-height:1.55;margin:0 0 1.25rem;white-space:pre-line}.dialog-actions.svelte-1ayz0dr{display:flex;justify-content:flex-end;gap:8px}.dialog-btn.svelte-1ayz0dr{border:1px solid #d5dce6;background:#fff;color:var(--ink, #1a1a1a);padding:8px 18px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.dialog-btn--cancel.svelte-1ayz0dr:hover{background:#f3f4f6}.dialog-btn--ok.svelte-1ayz0dr{background:var(--green-accent, #0a5c2a);border-color:var(--green-accent, #0a5c2a);color:#fff}.dialog-btn--ok.svelte-1ayz0dr:hover{background:var(--green-hover, #084820)}.dialog-btn--danger.svelte-1ayz0dr{background:var(--danger, #c1272d);border-color:var(--danger, #c1272d)}.dialog-btn--danger.svelte-1ayz0dr:hover{background:#991b1d;border-color:#991b1d}.dialog-btn.svelte-1ayz0dr:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.toast-stack.svelte-1q6vvua{position:fixed;bottom:20px;right:20px;z-index:9998;display:flex;flex-direction:column;gap:8px;max-width:420px}.toast.svelte-1q6vvua{background:#333;color:#fff;padding:10px 16px;border-radius:6px;box-shadow:0 4px 12px #0003;font-size:13px;font-family:inherit;line-height:1.4;border:none;text-align:left;cursor:pointer;animation:svelte-1q6vvua-toast-in .15s ease-out}.toast--success.svelte-1q6vvua{background:var(--success, #1b8a3f)}.toast--error.svelte-1q6vvua{background:var(--danger, #c1272d)}@keyframes svelte-1q6vvua-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dialog-backdrop.svelte-jwbc1e{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.dialog-box.svelte-jwbc1e{background:var(--bg-paper, #fff);border-radius:10px;box-shadow:0 12px 40px #0000002e;max-width:420px;width:100%;padding:1.5rem 1.5rem 1.25rem}.dialog-title.svelte-jwbc1e{font-size:17px;font-weight:700;color:var(--ink, #1a1a1a);margin:0 0 .5rem}.dialog-message.svelte-jwbc1e{color:var(--ink-soft, #374151);font-size:13px;line-height:1.55;margin:0 0 1.25rem}.dialog-label.svelte-jwbc1e{display:block;font-size:13px;font-weight:600;color:var(--ink, #1a1a1a);margin-bottom:6px}input.svelte-jwbc1e{width:100%;padding:10px 12px;border:1px solid #d5dce6;border-radius:6px;font-size:16px;font-family:inherit;box-sizing:border-box;margin-bottom:12px}input.svelte-jwbc1e:focus{outline:2px solid var(--green-accent, #0a5c2a);outline-offset:-2px;border-color:var(--green-accent, #0a5c2a)}input.svelte-jwbc1e:disabled{background:#f3f4f6}.dialog-error.svelte-jwbc1e{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:12px}.dialog-actions.svelte-jwbc1e{display:flex;justify-content:flex-end;gap:8px}.dialog-btn.svelte-jwbc1e{border:1px solid #d5dce6;background:#fff;color:var(--ink, #1a1a1a);padding:8px 18px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.dialog-btn--cancel.svelte-jwbc1e:hover:not(:disabled){background:#f3f4f6}.dialog-btn--ok.svelte-jwbc1e{background:var(--green-accent, #0a5c2a);border-color:var(--green-accent, #0a5c2a);color:#fff}.dialog-btn--ok.svelte-jwbc1e:hover:not(:disabled){background:var(--green-hover, #084820)}.dialog-btn.svelte-jwbc1e:disabled{opacity:.5;cursor:not-allowed}.kiosk-overlay.svelte-1pqtir3{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background:#0f172ad9;color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;padding:24px;font-family:inherit}.kiosk-overlay-card.svelte-1pqtir3{background:#ffffff0f;border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:28px 32px;max-width:480px;text-align:center}.kiosk-overlay-card.svelte-1pqtir3 h2:where(.svelte-1pqtir3){font-size:20px;margin:0 0 10px;font-weight:700}.kiosk-overlay-card.svelte-1pqtir3 p:where(.svelte-1pqtir3){color:#ffffffc7;font-size:14px;margin:0;line-height:1.5}:root{--ink: #1a1a1a;--ink-soft: #5a5550;--ink-quiet: #8a847a;--bg-cream: #faf8f3;--bg-paper: #ffffff;--bg-deep: #1f1d18;--green-accent: #0a5c2a;--green-hover: #084820;--gold: #b8893d;--danger: #c1272d;--success: #1b8a3f;--rule: rgba(0, 0, 0, .08);--radius: 6px}body{background:var(--bg-cream);color:var(--ink)}a{color:var(--green-accent)}.page-shell.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.authstrip.svelte-12qhfyh{background:var(--bg-deep);color:#ffffffd9;font-size:12px;padding:6px 0}.authstrip[data-state=admin].svelte-12qhfyh{background:#5a3f1a}.authstrip[data-state=member].svelte-12qhfyh{background:var(--bg-deep)}.authstrip[data-state=anon].svelte-12qhfyh{background:#2a2f3a}.authstrip-inner.svelte-12qhfyh{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:12px}.authstrip-text.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:#fff}.pill.svelte-12qhfyh{display:inline-block;padding:1px 7px;margin-left:6px;border-radius:99px;font-size:10px;font-weight:800;letter-spacing:.06em;vertical-align:1px}.pill-admin.svelte-12qhfyh{background:#fef3c7;color:#92400e}.pill-pin.svelte-12qhfyh{background:#dcfce7;color:#166534}.authstrip-actions.svelte-12qhfyh{display:flex;gap:14px;align-items:center}.authstrip-link.svelte-12qhfyh{color:#fff;text-decoration:none;font-weight:600;font-size:12px}.authstrip-link.svelte-12qhfyh:hover{text-decoration:underline}.as-button.svelte-12qhfyh{background:transparent;border:none;cursor:pointer;font-family:inherit;padding:0}.topbar.svelte-12qhfyh{background:var(--bg-paper);border-bottom:1px solid var(--rule);position:sticky;top:0;z-index:50}.topbar-inner.svelte-12qhfyh{max-width:1280px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;gap:24px}.brand.svelte-12qhfyh{text-decoration:none;color:inherit;flex-shrink:0}.brand-name.svelte-12qhfyh{font-family:Lora,Georgia,Times New Roman,serif;font-size:18px;font-weight:600;display:flex;flex-direction:column;line-height:1.05}.brand-name.svelte-12qhfyh small:where(.svelte-12qhfyh){font-family:Inter,-apple-system,sans-serif;font-size:11px;color:var(--ink-quiet);letter-spacing:.06em;text-transform:uppercase;font-weight:500}.nav.svelte-12qhfyh{margin-left:auto;display:flex;align-items:center;gap:22px;font-size:14px}.nav.svelte-12qhfyh>a:where(.svelte-12qhfyh),.nav-more-trigger.svelte-12qhfyh{color:var(--ink-soft);text-decoration:none;background:transparent;border:none;font:inherit;font-weight:500;padding:4px 0;border-bottom:2px solid transparent;cursor:pointer}.nav.svelte-12qhfyh>a:where(.svelte-12qhfyh):hover,.nav-more-trigger.svelte-12qhfyh:hover{color:var(--green-accent);border-bottom-color:var(--green-accent)}.nav.svelte-12qhfyh>a.active:where(.svelte-12qhfyh),.nav-more-trigger.active.svelte-12qhfyh{color:var(--ink);border-bottom-color:var(--green-accent)}.nav-more.svelte-12qhfyh{position:relative}.nav-more-menu.svelte-12qhfyh{position:absolute;top:100%;right:0;margin-top:6px;background:var(--bg-paper);border:1px solid var(--rule);border-radius:8px;box-shadow:0 10px 30px #00000014;min-width:200px;padding:6px 0;z-index:100}.nav-more-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:8px 16px;color:var(--ink-soft);text-decoration:none;font-size:14px}.nav-more-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--bg-cream);color:var(--ink)}.nav-more-menu.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--ink);font-weight:600}.hamburger.svelte-12qhfyh{display:none;background:transparent;border:none;color:var(--ink);cursor:pointer;padding:4px;margin-left:auto}@media (max-width: 900px){.nav.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:block}}.drawer.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;visibility:hidden}.drawer.open.svelte-12qhfyh{pointer-events:auto;visibility:visible}.drawer-backdrop.svelte-12qhfyh{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .2s}.drawer.open.svelte-12qhfyh .drawer-backdrop:where(.svelte-12qhfyh){opacity:1}.drawer-panel.svelte-12qhfyh{position:absolute;top:0;right:0;bottom:0;width:280px;max-width:90vw;background:var(--bg-paper);box-shadow:-2px 0 24px #00000026;transform:translate(100%);transition:transform .22s ease;display:flex;flex-direction:column}.drawer.open.svelte-12qhfyh .drawer-panel:where(.svelte-12qhfyh){transform:translate(0)}.drawer-head.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--rule)}.drawer-title.svelte-12qhfyh{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-quiet)}.drawer-close.svelte-12qhfyh{background:transparent;border:none;font-size:22px;color:var(--ink);cursor:pointer;line-height:1}.drawer-nav.svelte-12qhfyh{display:flex;flex-direction:column}.drawer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--ink);text-decoration:none;padding:12px 18px;font-size:15px}.drawer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--bg-cream)}.drawer-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--green-accent);font-weight:600}.main.svelte-12qhfyh{flex:1;max-width:1280px;margin:0 auto;padding:24px 1.5rem;width:100%;box-sizing:border-box}.footer.svelte-12qhfyh{background:var(--bg-deep);color:#fff9;margin-top:4rem;font-size:12px}.footer-inner.svelte-12qhfyh{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;text-align:center}
