: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}.checkbox-field{display:inline-flex;align-items:center;min-width:44px;min-height:44px;position:relative}.checkbox-field__input{appearance:none;border:2px solid #2871a8;background-color:var(--surface-bg,#ffffff);border-radius:.25rem;cursor:pointer;position:relative;z-index:1;align-self:center;width:1rem;height:1rem;transition-property:background-color border-color;transition-duration:.15s;transition-timing-function:linear}@media(prefers-reduced-motion:reduce){.checkbox-field__input{transition:none}}@media(min-width:576px){.checkbox-field__input{width:1.5rem;height:1.5rem}}.checkbox-field__input:checked{background-color:#2871a8;border-color:#2871a8;animation-name:checkbox-tap-feedback;animation-duration:.15s;animation-timing-function:linear}@media(prefers-reduced-motion:reduce){.checkbox-field__input:checked{animation:none}}.checkbox-field__input:focus{outline:none}.checkbox-field__input:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.checkbox-field__input:disabled{opacity:.5;cursor:not-allowed;background-color:var(--surface-card,#ffffff);border-color:var(--surface-border,#e2e8f0)}.checkbox-field__box{position:relative;flex-shrink:0}.checkbox-field__box,.checkbox-field__checkmark{display:flex;align-items:center;justify-content:center}.checkbox-field__checkmark{position:absolute;inset:0;color:var(--text-invert,#ffffff);pointer-events:none;z-index:2}.checkbox-field__checkmark svg{width:1rem;height:1rem;stroke:currentColor}@media(min-width:576px){.checkbox-field__checkmark svg{width:1.5rem;height:1.5rem}}.checkbox-field__label{margin-inline-start:.5rem;font-size:1rem;color:var(--text-default,#1e293b);cursor:pointer}.checkbox-field__input:disabled~.checkbox-field__label{opacity:.5;cursor:not-allowed}.checkbox-field__error{margin-block-start:.25rem;margin-inline-start:2rem;font-size:.875rem;color:var(--feedback-error-base,#ef4444)}.checkbox-field--sm .checkbox-field__input{width:.75rem;height:.75rem}.checkbox-field--sm .checkbox-field__input:checked:after{font-size:.75rem}.checkbox-field--md .checkbox-field__input{width:1rem;height:1rem}.checkbox-field--md .checkbox-field__input:checked:after{font-size:.75rem}.checkbox-field--lg .checkbox-field__input{width:2rem;height:2rem}.checkbox-field--lg .checkbox-field__input:checked:after{font-size:1.125rem}@keyframes checkbox-tap-feedback{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}