.theme-toggle.svelte-1cmi4dh{border:1px solid var(--border);width:38px;height:38px;color:var(--fg-muted);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .16s,border-color .16s,transform .16s;display:inline-flex}.theme-toggle.svelte-1cmi4dh:hover{color:var(--c-guest);border-color:var(--c-guest);transform:rotate(12deg)}.toaster.svelte-1kymlcg{z-index:var(--z-toast);pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:84px;left:50%;transform:translate(-50%)}.toast.svelte-1kymlcg{pointer-events:auto;border-radius:var(--radius);background:var(--bg-elev);border:1px solid var(--border);box-shadow:var(--shadow-2);color:var(--fg);max-width:90vw;padding:10px 18px;font-size:.9em}.toast.success.svelte-1kymlcg{border-color:var(--c-guest)}.toast.error.svelte-1kymlcg{border-color:var(--c-danger)}@media (width>=641px){.toaster.svelte-1kymlcg{bottom:24px}}.sk.svelte-x2cdj9{background:linear-gradient(90deg, var(--surface-2) 25%, var(--border) 37%, var(--surface-2) 63%);background-size:400% 100%;animation:1.4s infinite svelte-x2cdj9-shimmer;display:inline-block}@keyframes svelte-x2cdj9-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.sk.svelte-x2cdj9{animation:none}}@font-face{font-family:Fraunces;src:url(../../../fonts/fraunces-600.woff2)format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Fraunces;src:url(../../../fonts/fraunces-400-italic.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(../../../fonts/inter-400.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(../../../fonts/inter-600.woff2)format("woff2");font-weight:600;font-display:swap}:root{--c-guest:#3fb8af;--c-owner:#d4a94e;--c-team:#b07cc6;--bg:#0d1b2a;--bg-elev:#091420;--surface:#102336;--surface-solid:#0f2233;--surface-2:#0a1622;--border:#1a2d3d;--border-2:#243342;--fg:#e6edf3;--fg-muted:#89a;--fg-subtle:#567;--font-serif:"Fraunces", Georgia, "Times New Roman", serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--fs-hero:clamp(2rem, 6vw, 3.4rem);--fs-h1:clamp(1.6rem, 4vw, 2.4rem);--fs-h2:1.4rem;--fs-body:1rem;--fs-small:.85rem;--lh-tight:1.15;--lh-body:1.6;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px;--sp-6:32px;--sp-7:48px;--sp-8:64px;--radius-sm:8px;--radius:14px;--radius-lg:22px;--shadow-1:0 1px 3px #00000059;--shadow-2:0 6px 24px #00000059;--shadow-glow:0 0 24px #3fb8af2e;--ease:cubic-bezier(.2, .8, .2, 1);--dur-fast:.16s;--dur:.28s;--dur-slow:.6s;--z-nav:100;--z-toast:400;--z-modal:500;--c-success:#4caf88;--c-warning:#d4a94e;--c-danger:#d46a6a;--c-info:#3fb8af;--c-success-bg:color-mix(in srgb, var(--c-success) 12%, transparent);--c-danger-bg:color-mix(in srgb, var(--c-danger) 12%, transparent);--c-warning-bg:color-mix(in srgb, var(--c-warning) 12%, transparent);--shadow-3:0 16px 48px #00000073;--elev-0:var(--bg);--elev-1:var(--surface-solid);--elev-2:color-mix(in srgb, var(--surface-solid) 92%, white)}:root[data-theme=light]{--bg:#f6f8fa;--bg-elev:#fff;--surface-solid:#fff;--surface-2:#eef2f5;--border:#dce3ea;--border-2:#c7d2dc;--fg:#14232f;--fg-muted:#4a5c6b;--fg-subtle:#7d8b98;--shadow-1:0 1px 3px #14232f1a;--shadow-2:0 8px 28px #14232f1f;--shadow-glow:0 0 24px #3fb8af38}:global(html){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:global(html[data-theme="light"]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:global(body){background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;transition:background var(--dur) var(--ease), color var(--dur) var(--ease);margin:0}:global(.serif){font-family:var(--font-serif);line-height:var(--lh-tight)}:global(:focus-visible){outline:2px solid var(--c-guest);outline-offset:2px;border-radius:3px}:global(:focus:not(:focus-visible)){outline:none}@media (prefers-reduced-motion:reduce){:is(:global(*),:global(*::before),:global(*::after)){scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{min-height:100vh;padding-bottom:70px;overflow-x:hidden}*{box-sizing:border-box}a{color:var(--c-guest);text-decoration:none}a:hover{color:var(--c-guest);filter:brightness(1.2)}img,svg,table,pre,code,input,select,textarea,button{max-width:100%}.topnav.svelte-12qhfyh{background:var(--bg-elev);border-bottom:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;padding:10px 24px;display:flex;position:sticky;top:0}.theme-toggle-wrap.svelte-12qhfyh{flex-shrink:0;margin-left:auto}.brand.svelte-12qhfyh{align-items:center;gap:10px;display:flex;text-decoration:none!important}.brand-text.svelte-12qhfyh{color:var(--fg);letter-spacing:1.2px;font-size:.95em;font-weight:700}.nav-links.svelte-12qhfyh{gap:20px;display:flex}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--fg-muted);font-size:.9em;transition:color .2s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--c-guest)}main.svelte-12qhfyh{min-height:calc(100vh - 140px);padding-bottom:20px}.nav-skeleton.svelte-12qhfyh{gap:var(--sp-3);max-width:900px;padding:var(--sp-5);flex-direction:column;margin:0 auto;display:flex}.footer.svelte-12qhfyh{text-align:center;border-top:1px solid var(--border);color:var(--fg-subtle);padding:20px;font-size:.82em}.footer.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0}.bottomnav.svelte-12qhfyh{background:var(--bg-elev);border-top:1px solid var(--border);padding:8px 0 12px;padding-bottom:max(12px, env(safe-area-inset-bottom));z-index:100;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.bn-item.svelte-12qhfyh{color:var(--fg-subtle);border-radius:8px;flex-direction:column;align-items:center;gap:2px;min-width:44px;padding:3px 6px;font-size:.62em;text-decoration:none;transition:color .2s,background .2s;display:flex}.bn-item.svelte-12qhfyh:hover{color:var(--c-guest);background:#3fb8af14}.bn-item[aria-current=page]{color:var(--c-guest)}@media (width>=641px){.bottomnav.svelte-12qhfyh{display:none!important}body{padding-bottom:0}}@media (width<=640px){.topnav.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh){display:none}.brand-text.svelte-12qhfyh{font-size:.82em}}@media (prefers-reduced-motion:no-preference){::view-transition-old(root){animation:svelte-12qhfyh-vt-fade-out .2s var(--ease)}::view-transition-new(root){animation:svelte-12qhfyh-vt-slide-in .28s var(--ease)}}@keyframes svelte-12qhfyh-vt-slide-in{0%{opacity:0;transform:translate(24px)}}@keyframes svelte-12qhfyh-vt-fade-out{to{opacity:0}}.skip-link.svelte-12qhfyh{left:-999px;top:var(--sp-2);background:var(--c-guest);color:#06231f;padding:var(--sp-2) var(--sp-4);border-radius:var(--radius-sm);z-index:999;font-weight:600;text-decoration:none;position:absolute}.skip-link.svelte-12qhfyh:focus{left:var(--sp-3);top:var(--sp-3)}#hoofdinhoud.svelte-12qhfyh:focus{outline:none}
