.parental-gate-section{display:flex;flex-direction:column;gap:1rem}.parental-gate-section__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.parental-gate-section__label{font-size:1rem;color:var(--text-default,#1e293b)}.parental-gate-section__pin{display:flex;flex-direction:column;gap:.5rem}.parental-gate-section__warning{margin:0;font-size:.875rem;color:var(--feedback-warning-base,#f97316)}: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}.delete-guard{display:grid;gap:.5rem;padding:1rem;background:var(--surface-bg,#ffffff);border:1px solid var(--surface-border,#e2e8f0);border-radius:1.25rem;animation-name:deleteGuardFadeIn;animation-duration:.3s;animation-timing-function:ease-out}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .delete-guard{background:var(--surface-surface,#f8fafc);border-color:var(--surface-border,#e2e8f0);box-shadow:none}}[data-theme=dark] .delete-guard{background:var(--surface-surface,#f8fafc);border-color:var(--surface-border,#e2e8f0);box-shadow:none}@keyframes deleteGuardFadeIn{0%{opacity:0;transform:translateY(.125rem)}to{opacity:1;transform:none}}.delete-guard__intro{margin:0 0 .25rem;font-size:.875rem;line-height:1.4;color:var(--text-muted,#64748b)}.delete-guard__error{margin:.25rem 0 0;padding:.5rem;border-radius:.375rem;background:var(--feedback-error-bg,#fee2e2);border:1px solid var(--feedback-error-border,#fca5a5);color:var(--feedback-error-dark,#b91c1c);font-size:.875rem}.delete-guard__note{margin:.125rem 0 0;font-size:.875rem;color:var(--text-muted,#64748b)}.delete-guard .cf-turnstile{margin-top:.25rem}.delete-guard :focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.delete-guard .input-field__input:focus,.delete-guard .input-field__input:focus-visible{outline:none;border-color:var(--feedback-info-border,#7dd3fc);box-shadow:0 0 0 3px rgba(40,113,168,.1)}.delete-guard .button,.delete-guard .input-field{margin-top:.125rem}