.btn-breed{width:100%}.btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--surface-card),0 0 0 4px var(--focus-ring)}.btn-spinner.svelte-11jj9cs{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .65s linear infinite}@media(prefers-reduced-motion:reduce){.btn-spinner.svelte-11jj9cs{animation-duration:2s}}.badge-info{background:var(--status-info-bg);color:var(--status-info)}.card-kop.svelte-zi2sku{margin:calc(var(--card-padding) * -1) calc(var(--card-padding) * -1) var(--space-4);padding:var(--space-4) var(--card-padding);border-bottom:1px solid var(--border-subtle);font-weight:var(--weight-semibold)}.card-voet.svelte-zi2sku{margin:var(--space-4) calc(var(--card-padding) * -1) calc(var(--card-padding) * -1);padding:var(--space-3) var(--card-padding);border-top:1px solid var(--border-subtle);background:var(--surface-sunken);display:flex;gap:var(--space-2);justify-content:flex-end}.card-link.svelte-zi2sku,.card-knop.svelte-zi2sku{display:block;width:100%;text-align:inherit;color:inherit;cursor:pointer}.card-link.svelte-zi2sku:focus-visible,.card-knop.svelte-zi2sku:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.alert.svelte-bv5v7u{display:flex;gap:var(--space-3);align-items:flex-start}.alert-body.svelte-bv5v7u{flex:1;min-width:0}.alert-titel.svelte-bv5v7u{font-weight:var(--weight-semibold);margin-bottom:var(--space-1)}.alert-content.svelte-bv5v7u{font-size:var(--text-sm)}.alert-sluit.svelte-bv5v7u{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:currentColor;opacity:.7;font-size:var(--text-lg);line-height:1}.alert-sluit.svelte-bv5v7u:hover,.alert-sluit.svelte-bv5v7u:focus-visible{opacity:1;background:color-mix(in srgb,currentColor 10%,transparent);outline:none}.alert-info{background:var(--status-info-bg);color:var(--status-info);border:1px solid var(--status-info-border);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md)}.divider-vertical{display:inline-block;width:1px;align-self:stretch;background:var(--border-subtle)}.divider-met-label.svelte-1nnr0v3{display:flex;align-items:center;gap:var(--space-3);margin:var(--space-6) 0;color:var(--text-muted);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.divider-met-label.svelte-1nnr0v3:before,.divider-met-label.svelte-1nnr0v3:after{content:"";flex:1;height:1px;background:var(--border-subtle)}.divider-label.svelte-1nnr0v3{flex-shrink:0}.label{display:inline-block;font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);cursor:pointer}.label-verplicht.svelte-11g4nj6{color:var(--status-error);margin-left:2px}.form-field.svelte-1bzav32{display:flex;flex-direction:column;gap:var(--space-1)}.form-label.svelte-1bzav32{display:block;font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.verplicht.svelte-1bzav32{color:var(--status-error);margin-left:2px}.form-hint.svelte-1bzav32{font-size:var(--text-xs);color:var(--text-muted)}.form-error.svelte-1bzav32{font-size:var(--text-xs);color:var(--status-error)}.heeft-error.svelte-1bzav32 .input,.heeft-error.svelte-1bzav32 textarea,.heeft-error.svelte-1bzav32 select{border-color:var(--status-error)}.select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding-right:var(--space-3);text-align:left;cursor:pointer}.select-trigger[data-disabled]{cursor:not-allowed;opacity:.55}.select-trigger[data-state=open]{outline:2px solid var(--interactive);outline-offset:-1px}.select-value.svelte-q9a57w{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.select-value-placeholder.svelte-q9a57w{color:var(--text-muted)}.select-chevron.svelte-q9a57w{color:var(--text-secondary);flex-shrink:0;transition:transform .18s cubic-bezier(.4,0,.2,1)}.select-trigger[data-state=open] .select-chevron.svelte-q9a57w{transform:rotate(180deg)}.select-content{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-md, 0 10px 30px -10px rgba(0, 0, 0, .25));padding:var(--space-1);z-index:50;min-width:var(--bits-select-anchor-width, 8rem);max-height:min(50vh,22rem);overflow:hidden;animation:svelte-q9a57w-select-in .14s cubic-bezier(.16,1,.3,1)}.select-content[data-state=closed]{animation:svelte-q9a57w-select-out .1s ease-in}@keyframes svelte-q9a57w-select-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes svelte-q9a57w-select-out{to{opacity:0;transform:translateY(-4px) scale(.98)}}.select-viewport{padding:var(--space-1);overflow-y:auto;max-height:inherit}.select-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:var(--space-1-5, 6px) var(--space-2);border-radius:var(--radius-sm);cursor:pointer;font-size:var(--text-sm);color:var(--text-primary);-webkit-user-select:none;user-select:none;outline:none}.select-item[data-highlighted]{background:var(--surface-sunken)}.select-item[data-selected]{color:var(--interactive);font-weight:var(--weight-medium)}.select-item[data-disabled]{opacity:.45;cursor:not-allowed}.select-item-label.svelte-q9a57w{flex:1}.select-item-check.svelte-q9a57w{color:var(--interactive);flex-shrink:0}@media(prefers-reduced-motion:reduce){.select-content,.select-content[data-state=closed],.select-chevron.svelte-q9a57w{animation:none;transition:none}}.checkbox-label.svelte-1nvvbj1{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer;font-size:var(--text-sm)}.checkbox-label.disabled.svelte-1nvvbj1{opacity:.5;cursor:not-allowed}.checkbox-box{width:16px;height:16px;border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-card);display:inline-flex;align-items:center;justify-content:center;transition:background var(--duration-fast),border-color var(--duration-fast);flex-shrink:0;padding:0;cursor:pointer}.checkbox-label.svelte-1nvvbj1:hover:not(.disabled) .checkbox-box{border-color:var(--interactive)}.checkbox-box[data-state=checked],.checkbox-box[data-state=indeterminate]{background:var(--interactive);border-color:var(--interactive)}.checkbox-box:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.checkbox-box[data-disabled]{cursor:not-allowed}.checkbox-teken.svelte-1nvvbj1{width:12px;height:12px;fill:none;stroke:var(--text-inverse);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.file-input.svelte-hhiyuu{display:inline-flex;align-items:stretch;gap:0;border:1px solid var(--input-border);border-radius:var(--input-radius);background:var(--surface-card);min-height:calc(var(--space-2-5) * 2 + 1.25rem);overflow:hidden;cursor:pointer;transition:border-color var(--duration-fast),box-shadow var(--duration-fast)}.file-input.disabled.svelte-hhiyuu{opacity:.5;cursor:not-allowed}.file-input.svelte-hhiyuu:focus-within{border-color:var(--focus-ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--focus-ring) 15%,transparent)}.file-knop.svelte-hhiyuu{display:inline-flex;align-items:center;padding:var(--input-padding);background:var(--surface-sunken);color:var(--text-primary);font-size:var(--input-font-size);font-weight:var(--weight-medium);border-right:1px solid var(--border-subtle);white-space:nowrap}.file-input.svelte-hhiyuu:hover:not(.disabled) .file-knop:where(.svelte-hhiyuu){background:var(--gray-200)}.file-naam.svelte-hhiyuu{flex:1;display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--input-padding);font-size:var(--input-font-size);color:var(--text-primary);min-width:0}.file-naam.leeg.svelte-hhiyuu{color:var(--text-muted)}.file-naam-tekst.svelte-hhiyuu{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-naam-grootte.svelte-hhiyuu{font-size:var(--text-xs);color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0}.file-native.svelte-hhiyuu{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;clip:rect(0,0,0,0)}.radio-groep{display:flex;flex-direction:column;gap:var(--space-2)}.radio-groep.horizontaal{flex-direction:row;flex-wrap:wrap;gap:var(--space-4)}.radio-optie.svelte-cfoeb6{display:flex;align-items:flex-start;gap:var(--space-2);cursor:pointer;font-size:var(--text-sm)}.radio-optie.disabled.svelte-cfoeb6{opacity:.5;cursor:not-allowed}.radio-bullet{width:16px;height:16px;border:1.5px solid var(--border-strong);border-radius:50%;background:var(--surface-card);flex-shrink:0;margin-top:2px;transition:border-color var(--duration-fast);position:relative;padding:0;cursor:pointer}.radio-optie.svelte-cfoeb6:hover:not(.disabled) .radio-bullet{border-color:var(--interactive)}.radio-bullet[data-state=checked]{border-color:var(--interactive)}.radio-bullet-indicator{display:block;position:absolute;inset:3px;background:var(--interactive);border-radius:50%}.radio-bullet:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.radio-tekst.svelte-cfoeb6{display:flex;flex-direction:column;gap:2px}.radio-label.svelte-cfoeb6{font-weight:var(--weight-medium)}.radio-hint.svelte-cfoeb6{font-size:var(--text-xs);color:var(--text-muted)}.switch.svelte-1sm3rvo{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer;font-size:var(--text-sm)}.switch.disabled.svelte-1sm3rvo{opacity:.5;cursor:not-allowed}.switch-track{width:32px;height:18px;border-radius:var(--radius-full);background:var(--gray-300);position:relative;transition:background var(--duration-normal) var(--ease-default);flex-shrink:0;border:none;padding:0;cursor:pointer}.switch-track[data-disabled]{cursor:not-allowed}.switch-track[data-state=checked]{background:var(--interactive)}.switch-track:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.switch-thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--surface-card);box-shadow:var(--shadow-xs);transition:transform var(--duration-normal) var(--ease-default);display:block}.switch-track[data-state=checked] .switch-thumb{transform:translate(14px)}@media(prefers-reduced-motion:reduce){.switch-track,.switch-thumb{transition:none}}.ac-wrap.svelte-k4bocs{position:relative;width:100%}.ac-input.svelte-k4bocs{width:100%}.ac-list.svelte-k4bocs{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-1);margin:0;list-style:none;max-height:240px;overflow-y:auto;z-index:10}.ac-item.svelte-k4bocs{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-2);padding:var(--space-1-5, 6px) var(--space-2);border-radius:var(--radius-sm);cursor:pointer;font-size:var(--text-sm);color:var(--text-primary)}.ac-item-active.svelte-k4bocs,.ac-item.svelte-k4bocs:hover{background:var(--interactive-subtle);color:var(--interactive)}.ac-label.svelte-k4bocs{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ac-meta.svelte-k4bocs{font-size:var(--text-xs);color:var(--text-muted);flex-shrink:0}.breadcrumb.svelte-16x91t ol:where(.svelte-16x91t){list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:var(--space-1);font-size:var(--text-xs);color:var(--text-muted)}.breadcrumb.svelte-16x91t li:where(.svelte-16x91t){display:inline-flex;align-items:center;gap:var(--space-1)}.breadcrumb.svelte-16x91t a:where(.svelte-16x91t){color:var(--text-muted);text-decoration:none;transition:color var(--duration-fast)}.breadcrumb.svelte-16x91t a:where(.svelte-16x91t):hover{color:var(--text-primary)}.breadcrumb.svelte-16x91t a:where(.svelte-16x91t):focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}.breadcrumb.svelte-16x91t span[aria-current=page]:where(.svelte-16x91t){color:var(--text-primary);font-weight:var(--weight-medium)}.sep.svelte-16x91t{color:var(--text-muted);opacity:.5}.empty-state.svelte-qxjre{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-8) var(--space-4);color:var(--text-muted);text-align:center;font-size:var(--text-sm)}.modal-overlay{position:fixed;inset:0;background:var(--dialog-backdrop);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;animation:svelte-1pz7ts7-modal-overlay-in var(--duration-enter, .18s) var(--ease-out, ease-out)}.modal-overlay[data-state=closed]{animation:svelte-1pz7ts7-modal-overlay-out .14s ease-in}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:51;padding:0;border:none;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:var(--surface-card);color:var(--text-primary);max-width:28rem;width:calc(100vw - 2rem);max-height:calc(100vh - 2rem);overflow-y:auto;animation:svelte-1pz7ts7-modal-in var(--duration-enter, .18s) var(--ease-out, cubic-bezier(.16, 1, .3, 1))}.modal[data-state=closed]{animation:svelte-1pz7ts7-modal-out .14s ease-in}.modal-breed{max-width:48rem}@keyframes svelte-1pz7ts7-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-1pz7ts7-modal-overlay-out{to{opacity:0}}@keyframes svelte-1pz7ts7-modal-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes svelte-1pz7ts7-modal-out{to{opacity:0;transform:translate(-50%,-50%) scale(.96)}}.modal-panel{padding:var(--space-6)}.modal-title{font-size:var(--text-lg);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-tight);margin:0 0 var(--space-2) 0}.modal-body.svelte-1pz7ts7{color:var(--text-secondary);margin-bottom:var(--space-6)}.modal-footer.svelte-1pz7ts7{display:flex;gap:var(--space-3);justify-content:flex-end}@media(prefers-reduced-motion:reduce){.modal-overlay,.modal,.modal-overlay[data-state=closed],.modal[data-state=closed]{animation:none}}.modal-body.svelte-1vjuk6w{color:var(--text-secondary);margin-bottom:var(--space-6)}.modal-footer.svelte-1vjuk6w{display:flex;gap:var(--space-3);justify-content:flex-end}.toast-container.svelte-vt3e2q{position:fixed;top:calc(var(--header-height, 56px) + var(--space-3));right:var(--space-3);z-index:var(--z-toast, 9999);display:flex;flex-direction:column;gap:var(--space-2);max-width:min(26rem,calc(100vw - 2rem));pointer-events:none}.toast.svelte-vt3e2q{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-3);background:var(--surface-card);border:1px solid var(--border-default);border-left-width:3px;border-radius:var(--radius-md);box-shadow:var(--shadow-lg, 0 8px 24px -4px rgba(0,0,0,.12));pointer-events:auto;font-size:var(--text-sm)}.toast-success.svelte-vt3e2q{border-left-color:var(--status-success)}.toast-info.svelte-vt3e2q{border-left-color:var(--interactive)}.toast-warning.svelte-vt3e2q{border-left-color:var(--status-warning)}.toast-error.svelte-vt3e2q{border-left-color:var(--status-error)}.toast-icon.svelte-vt3e2q{font-size:1.1rem;line-height:1;margin-top:2px;flex-shrink:0}.toast-success.svelte-vt3e2q .toast-icon:where(.svelte-vt3e2q){color:var(--status-success)}.toast-info.svelte-vt3e2q .toast-icon:where(.svelte-vt3e2q){color:var(--interactive)}.toast-warning.svelte-vt3e2q .toast-icon:where(.svelte-vt3e2q){color:var(--status-warning)}.toast-error.svelte-vt3e2q .toast-icon:where(.svelte-vt3e2q){color:var(--status-error)}.toast-body.svelte-vt3e2q{flex:1;min-width:0}.toast-bericht.svelte-vt3e2q{margin:0;color:var(--text-primary);font-weight:var(--weight-medium);word-wrap:break-word}.toast-details.svelte-vt3e2q{margin:2px 0 0;color:var(--text-muted);font-size:var(--text-xs)}.toast-close.svelte-vt3e2q{background:none;border:none;cursor:pointer;font-size:1.2rem;line-height:1;color:var(--text-muted);padding:0 4px;border-radius:var(--radius-sm);transition:color var(--duration-fast);flex-shrink:0}.toast-close.svelte-vt3e2q:hover{color:var(--text-primary)}.toast-close.svelte-vt3e2q:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.toast-actie.svelte-vt3e2q{background:none;border:1px solid var(--border-default);border-radius:var(--radius-sm);padding:2px var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--interactive);cursor:pointer;flex-shrink:0;transition:border-color var(--duration-fast),background var(--duration-fast)}.toast-actie.svelte-vt3e2q:hover{border-color:var(--interactive);background:var(--surface-muted, transparent)}.toast-actie.svelte-vt3e2q:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}@media(prefers-reduced-motion:reduce){.toast.svelte-vt3e2q{animation:none!important;transition:none}}.page.svelte-q7pmoz{width:100%;max-width:var(--page-max);margin-inline:auto;padding-inline:var(--space-4);padding-block:var(--space-6)}.page.ruim.svelte-q7pmoz{padding-block:var(--space-10)}@media(min-width:768px){.page.svelte-q7pmoz{padding-inline:var(--space-6)}}.stack.svelte-1f37380{display:flex;flex-direction:column;gap:var(--stack-gap);align-items:var(--stack-align)}.row.svelte-1fwkgws{display:flex;flex-direction:row;gap:var(--row-gap);justify-content:var(--row-justify);align-items:var(--row-align)}.row.wrap.svelte-1fwkgws{flex-wrap:wrap}
