.child-profile-manager__empty{padding:.25rem;text-align:center;font-size:.875rem;color:var(--text-secondary,#475569)}.child-profile-manager__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.child-profile-manager__card{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .25rem;background:var(--surface-card,#ffffff);border-radius:.75rem;border:1px solid var(--surface-border,#e2e8f0);transition-property:box-shadow border-color;transition-duration:.15s;transition-timing-function:linear}@media(prefers-reduced-motion:reduce){.child-profile-manager__card{transition:none}}.child-profile-manager__card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:var(--surface-border,#e2e8f0)}.child-profile-manager__info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;flex:1 1}.child-profile-manager__name{font-size:1rem;font-weight:500;color:var(--text-primary,#1e293b)}.child-profile-manager__color-dot{display:inline-block;width:.75rem;height:.75rem;border-radius:50%;flex-shrink:0;background:#3b82f6}.child-profile-manager__color-dot[data-color=blue]{background:#3b82f6}.child-profile-manager__color-dot[data-color=green]{background:#22c55e}.child-profile-manager__color-dot[data-color=orange]{background:#f97316}.child-profile-manager__color-dot[data-color=purple]{background:#a855f7}.child-profile-manager__color-dot[data-color=red]{background:#ef4444}.child-profile-manager__color-dot[data-color=yellow]{background:#facc15}.child-profile-manager__color-dot[data-color=teal]{background:#14b8a6}.child-profile-manager__color-dot[data-color=pink]{background:#ec4899}.child-profile-manager__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.child-profile-manager__edit-trigger{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:none;background:none;border-radius:.375rem;color:var(--text-muted,#64748b);cursor:pointer;transition-property:color background;transition-duration:.15s;transition-timing-function:linear}@media(prefers-reduced-motion:reduce){.child-profile-manager__edit-trigger{transition:none}}.child-profile-manager__edit-trigger:hover{color:var(--text-primary,#1e293b);background:var(--surface-hover,#f8fafc)}.child-profile-manager__edit-trigger:focus-visible:focus{outline:none}.child-profile-manager__edit-trigger:focus-visible:focus-visible{outline:2px solid #ffb400;outline-offset:2px}.child-profile-manager__edit{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.child-profile-manager__edit-row{display:flex;align-items:center;gap:.25rem}.child-profile-manager__color-picker{display:flex;flex-wrap:wrap;gap:.25rem;padding:.25rem 0}.child-profile-manager__color-option{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;border:3px solid rgba(0,0,0,0);cursor:pointer;padding:0;transition-property:border-color box-shadow;transition-duration:.15s;transition-timing-function:linear}@media(prefers-reduced-motion:reduce){.child-profile-manager__color-option{transition:none}}.child-profile-manager__color-option,.child-profile-manager__color-option[data-color=blue]{background:#3b82f6}.child-profile-manager__color-option[data-color=green]{background:#22c55e}.child-profile-manager__color-option[data-color=orange]{background:#f97316}.child-profile-manager__color-option[data-color=purple]{background:#a855f7}.child-profile-manager__color-option[data-color=red]{background:#ef4444}.child-profile-manager__color-option[data-color=yellow]{background:#facc15}.child-profile-manager__color-option[data-color=teal]{background:#14b8a6}.child-profile-manager__color-option[data-color=pink]{background:#ec4899}.child-profile-manager__color-option--selected{border-color:var(--text-primary,#1e293b);box-shadow:0 2px 6px rgba(0,0,0,.15)}.child-profile-manager__color-option:focus-visible:focus{outline:none}.child-profile-manager__color-option:focus-visible:focus-visible{outline:2px solid #ffb400;outline-offset:2px}.child-profile-manager__color-option:disabled{opacity:.5;cursor:not-allowed}.child-profile-manager__edit-input{flex:1 1;min-width:0;padding:.25rem .5rem;font-size:1rem;font-family:inherit;color:var(--text-primary,#1e293b);background:var(--surface-bg,#ffffff);border:1px solid var(--surface-border,#e2e8f0);border-radius:.375rem;min-height:2.75rem;transition-property:border-color;transition-duration:.15s;transition-timing-function:linear}@media(prefers-reduced-motion:reduce){.child-profile-manager__edit-input{transition:none}}.child-profile-manager__edit-input:focus{outline:none;border-color:var(--feedback-info-base,#0ea5e9)}.child-profile-manager__edit-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.child-profile-manager__edit-btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid rgba(0,0,0,0);border-radius:.375rem;cursor:pointer;transition-property:background border-color;transition-duration:.15s;transition-timing-function:linear}@media(prefers-reduced-motion:reduce){.child-profile-manager__edit-btn{transition:none}}.child-profile-manager__edit-btn:focus-visible:focus{outline:none}.child-profile-manager__edit-btn:focus-visible:focus-visible{outline:2px solid #ffb400;outline-offset:2px}.child-profile-manager__edit-btn--save{background:var(--feedback-success-bg,#dcfce7);color:var(--feedback-success-dark,#047857);border-color:var(--feedback-success-base,#10b981)}.child-profile-manager__edit-btn--save:hover:not(:disabled){background:var(--feedback-success-base,#10b981);color:var(--text-invert,#ffffff)}.child-profile-manager__edit-btn--save:disabled{opacity:.5;cursor:not-allowed}.child-profile-manager__edit-btn--cancel{background:var(--surface-hover,#f8fafc);color:var(--text-muted,#64748b)}.child-profile-manager__edit-btn--cancel:hover:not(:disabled){background:var(--feedback-error-bg,#fee2e2);color:var(--feedback-error-base,#ef4444);border-color:var(--feedback-error-border,#fca5a5)}.child-profile-manager__confirm{background:var(--feedback-error-bg,#fee2e2);border:1px solid var(--feedback-error-border,#fca5a5);border-radius:0 0 .75rem .75rem;margin-top:calc(-1*.75rem);padding:calc(.5rem + .75rem) 1rem .5rem;animation:confirmExpand .15s ease-out both}.child-profile-manager__confirm-warning{font-size:.875rem;color:var(--feedback-error-dark,#b91c1c);margin:0 0 .25rem}.child-profile-manager__confirm-list{font-size:.875rem;color:var(--text-primary,#1e293b);margin:0 0 .5rem;padding-left:1.5rem}.child-profile-manager__confirm-list li{margin-bottom:.25rem}.child-profile-manager__confirm-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.child-profile-manager__confirm-btn{min-height:2.75rem;padding:.25rem .5rem;border:1px solid rgba(0,0,0,0);border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:600;transition-property:background border-color color;transition-duration:.15s;transition-timing-function:linear}@media(prefers-reduced-motion:reduce){.child-profile-manager__confirm-btn{transition:none}}.child-profile-manager__confirm-btn:disabled{opacity:.5;cursor:not-allowed}.child-profile-manager__confirm-btn:focus-visible:focus{outline:none}.child-profile-manager__confirm-btn:focus-visible:focus-visible{outline:2px solid #ffb400;outline-offset:2px}.child-profile-manager__confirm-btn--cancel{background:var(--surface-hover,#f8fafc);color:var(--text-primary,#1e293b)}.child-profile-manager__confirm-btn--cancel:hover:not(:disabled){background:var(--surface-card,#ffffff)}.child-profile-manager__confirm-btn--delete{background:var(--feedback-error-base,#ef4444);color:var(--text-invert,#ffffff);border-color:var(--feedback-error-base,#ef4444)}.child-profile-manager__confirm-btn--delete:hover:not(:disabled){background:var(--feedback-error-dark,#b91c1c);border-color:var(--feedback-error-dark,#b91c1c)}.child-profile-manager__badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;background:var(--feedback-success-bg,#dcfce7);color:var(--feedback-success-base,#10b981);border-radius:.25rem;text-transform:uppercase;letter-spacing:.025em}.child-profile-manager__badge--locked{background:var(--surface-hover,#f8fafc);color:var(--text-muted,#64748b)}@keyframes confirmExpand{0%{opacity:0;transform:translateY(calc(-1 * .25rem))}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.child-profile-manager__confirm{animation:none}}:root{--opacity-xs:0.05;--opacity-sm:0.1;--opacity-md:0.15;--opacity-lg:0.2;--opacity-xl:0.3;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal-backdrop:900;--z-modal:1000;--z-popover:1050;--z-tooltip:1100;--z-notification:1200;--color-admin:role-color("admin","base");--color-abonne:role-color("abonne","base");--color-free:role-color("free","base");--color-visitor:role-color("visitor","base");--spacing-none:0;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4:0.25rem;--spacing-8:0.5rem;--spacing-12:0.75rem;--spacing-16:1rem;--spacing-20:1.25rem;--spacing-24:1.5rem;--spacing-32:2rem;--spacing-40:2.5rem;--spacing-44:2.75rem;--spacing-48:3rem;--spacing-56:3.5rem;--spacing-64:4rem;--a11y-min-touch-target:44px;--a11y-preferred-touch-target:56px;--a11y-optimal-touch-target:48px;--a11y-focus-ring-width:2px;--a11y-focus-ring-offset:2px;--a11y-reduced-motion-duration:0.01ms;--a11y-safe-animation-duration:200ms;--a11y-safe-transition-duration:150ms;--a11y-contrast-min:4.5;--a11y-contrast-enhanced:7;--a11y-line-spacing-min:1.5;--a11y-paragraph-spacing-min:1.5em;--a11y-disabled-opacity:0.5;--border-width-none:0;--border-width-thin:1px;--border-width-base:2px;--border-width-focus:2px;--border-width-medium:3px;--border-width-thick:4px;--border-width-extra:6px;--border-input:2px;--border-button-focus:2px;--border-divider:1px;--border-card:1px;--font-size-2xs:0.625rem;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.625;--font-tsa:var(--font-atkinson),system-ui,-apple-system,Segoe UI,sans-serif}[data-font=lexend]{--font-tsa:var(--font-lexend),system-ui,-apple-system,Segoe UI,sans-serif}:root{--shadow-xs:0 1px 2px rgba(15,23,42,0.05);--shadow-sm:0 2px 4px rgba(15,23,42,0.08);--shadow-md:0 4px 8px rgba(15,23,42,0.1);--shadow-lg:0 8px 16px rgba(15,23,42,0.12);--shadow-xl:0 12px 24px rgba(15,23,42,0.15);--shadow-2xl:0 20px 40px rgba(15,23,42,0.2);--shadow-default:0 2px 6px rgba(0,0,0,0.15);--shadow-subtle:0 1px 2px rgba(15,23,42,0.05);--shadow-raised:0 4px 12px rgba(0,0,0,0.15);--shadow-floating:0 8px 24px rgba(0,0,0,0.2);--shadow-modal:0 20px 40px rgba(15,23,42,0.2);--radius-none:0;--radius-xs:0.25rem;--radius-sm:0.375rem;--radius-md:0.75rem;--radius-lg:1.25rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-full:50%;--radius-default:8px;--radius-card:0.75rem;--radius-button:0.375rem;--radius-input:0.375rem;--radius-modal:1.25rem;--timing-xs:0.15s;--timing-sm:0.2s;--timing-base:0.3s;--timing-lg:0.5s;--timing-xl:0.8s;--timing-2xl:1.2s;--easing-linear:linear;--easing-smooth-out:ease-out}.child-space-switcher{flex-shrink:0;padding:.25rem .5rem}.child-space-switcher--compact{display:flex;justify-content:center;padding:.25rem}.child-space-switcher__compact-dot{display:inline-block;width:1rem;height:1rem;border-radius:50%;background:#3b82f6}.child-space-switcher__compact-dot[data-color=blue]{background:#3b82f6}.child-space-switcher__compact-dot[data-color=green]{background:#22c55e}.child-space-switcher__compact-dot[data-color=orange]{background:#f97316}.child-space-switcher__compact-dot[data-color=purple]{background:#a855f7}.child-space-switcher__compact-dot[data-color=red]{background:#ef4444}.child-space-switcher__compact-dot[data-color=yellow]{background:#facc15}.child-space-switcher__compact-dot[data-color=teal]{background:#14b8a6}.child-space-switcher__compact-dot[data-color=pink]{background:#ec4899}.child-space-switcher__trigger{display:flex;align-items:center;gap:.5rem;width:100%;min-height:2.75rem;padding:.25rem .5rem;border:none;border-radius:.375rem;background:rgba(0,0,0,0);color:var(--text-primary,#1e293b);font-weight:600;text-align:left;cursor:pointer;transition-property:background-color;transition-duration:.15s;transition-timing-function:linear}@media(prefers-reduced-motion:reduce){.child-space-switcher__trigger{transition:none}}.child-space-switcher__trigger:hover{background:var(--surface-hover,#f8fafc)}.child-space-switcher__trigger:focus{outline:none}.child-space-switcher__trigger:focus-visible{outline:2px solid #ffb400;outline-offset:2px}.child-space-switcher__trigger--static{cursor:default}.child-space-switcher__trigger--static:hover{background:rgba(0,0,0,0)}.child-space-switcher__dot{flex-shrink:0;width:1rem;height:1rem;border-radius:50%;background:#3b82f6}.child-space-switcher__dot[data-color=blue]{background:#3b82f6}.child-space-switcher__dot[data-color=green]{background:#22c55e}.child-space-switcher__dot[data-color=orange]{background:#f97316}.child-space-switcher__dot[data-color=purple]{background:#a855f7}.child-space-switcher__dot[data-color=red]{background:#ef4444}.child-space-switcher__dot[data-color=yellow]{background:#facc15}.child-space-switcher__dot[data-color=teal]{background:#14b8a6}.child-space-switcher__dot[data-color=pink]{background:#ec4899}.child-space-switcher__name{flex:1 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.child-space-switcher__popover{display:flex;flex-flow:row wrap;gap:.5rem;max-width:var(--radix-popover-content-available-width);padding:0;background:rgba(0,0,0,0);z-index:1000}.child-space-switcher__popover[data-state=open]{animation:child-space-switcher-fade .15s linear}@media(prefers-reduced-motion:reduce){.child-space-switcher__popover[data-state=open]{animation:none}}.child-space-switcher__popover .child-space-switcher__badge{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:5rem;padding:.125rem .5rem;border:none;border-radius:3.125rem;color:var(--text-invert,#ffffff);font-weight:700;text-align:center;cursor:pointer;background:#3b82f6}.child-space-switcher__popover .child-space-switcher__badge[data-color=blue]{background:#3b82f6}.child-space-switcher__popover .child-space-switcher__badge[data-color=green]{background:#22c55e}.child-space-switcher__popover .child-space-switcher__badge[data-color=orange]{background:#f97316}.child-space-switcher__popover .child-space-switcher__badge[data-color=purple]{background:#a855f7}.child-space-switcher__popover .child-space-switcher__badge[data-color=red]{background:#ef4444}.child-space-switcher__popover .child-space-switcher__badge[data-color=yellow]{background:#facc15}.child-space-switcher__popover .child-space-switcher__badge[data-color=teal]{background:#14b8a6}.child-space-switcher__popover .child-space-switcher__badge[data-color=pink]{background:#ec4899}.child-space-switcher__popover .child-space-switcher__badge{transition-property:filter;transition-duration:.15s;transition-timing-function:linear}@media(prefers-reduced-motion:reduce){.child-space-switcher__popover .child-space-switcher__badge{transition:none}}.child-space-switcher__popover .child-space-switcher__badge:focus{outline:none}.child-space-switcher__popover .child-space-switcher__badge:focus-visible{outline:2px solid #ffb400;outline-offset:2px}.child-space-switcher__popover .child-space-switcher__badge:after{content:"";position:absolute;inset-inline:0;top:50%;height:2.75rem;transform:translateY(-50%)}.child-space-switcher__popover .child-space-switcher__badge:hover{filter:brightness(.95)}.child-space-switcher__popover .child-space-switcher__badge[data-color=yellow]{color:var(--text-primary,#1e293b)}@keyframes child-space-switcher-fade{0%{opacity:0}to{opacity:1}}