.auth-layout{background:var(--auth-color-background);color:var(--auth-color-text);font-family:var(--auth-font-family);grid-template-columns:var(--auth-layout-columns-desktop);min-height:var(--auth-layout-height-viewport);min-height:var(--auth-layout-height-dynamic-viewport);padding:var(--auth-layout-padding-desktop);display:grid;position:relative;overflow-x:clip}.auth-artwork{border-radius:var(--auth-artwork-radius-desktop);min-height:0;position:relative;overflow:hidden}.auth-artwork__image{object-fit:cover;object-position:center;width:100%;height:100%}.auth-layout__workspace{background:var(--auth-color-surface);border-radius:var(--auth-workspace-radius-desktop);min-width:0;position:relative;overflow-y:auto}.auth-layout__language{right:var(--auth-language-inline-offset);top:var(--auth-language-block-offset-desktop);z-index:var(--auth-layer-language);position:absolute}.auth-layout__content{max-width:var(--auth-content-max-width-desktop);padding:var(--auth-content-padding-desktop);width:var(--auth-content-width-desktop);margin:0 auto}.auth-logo{height:var(--auth-logo-height-desktop);margin:0 auto var(--space-1);width:var(--auth-logo-width-desktop);position:relative}.auth-logo__image{object-fit:contain;height:auto;max-height:100%;transform:scale(var(--auth-logo-scale-desktop));transform-origin:bottom;width:100%;display:block}.auth-language-switcher{color:var(--auth-color-language-text);font-size:var(--auth-font-size-md);font-weight:var(--auth-font-weight-heavy);min-height:var(--auth-interactive-min-size);align-items:center;display:flex}.auth-language-switcher__item{align-items:center;display:flex}.auth-language-switcher__separator{color:var(--auth-color-language-separator);margin:var(--auth-language-separator-margin)}.auth-language-switcher__option{background:var(--auth-color-transparent);border:var(--auth-border-none);color:inherit;cursor:var(--auth-cursor-interactive);font:inherit;min-height:var(--auth-interactive-min-size);min-width:var(--auth-interactive-min-size);padding:var(--auth-language-option-padding);justify-content:center;align-items:center;display:inline-flex;position:relative}.auth-language-switcher__option:after{background:var(--auth-color-transparent);bottom:var(--auth-language-underline-offset);content:"";height:var(--auth-language-underline-height);left:var(--auth-language-underline-inset);right:var(--auth-language-underline-inset);position:absolute}.auth-language-switcher__option[aria-pressed=true]:after{background:var(--auth-color-accent)}.auth-language-switcher__option:disabled{cursor:var(--auth-cursor-language-pending)}.auth-card{background:var(--auth-color-surface);border:var(--auth-border-width) solid var(--auth-color-card-border);border-radius:var(--auth-card-radius);box-shadow:var(--auth-card-shadow);min-height:var(--auth-card-min-height);overflow:hidden}:is(.auth-card:has(.auth-status),.auth-card--status){min-height:var(--auth-card-status-min-height)}:is(.auth-card:has(.auth-password-requirements),.auth-card--password-new){min-height:var(--auth-card-password-new-min-height)}.auth-tabs{border-bottom:var(--auth-border-width) solid var(--auth-color-tabs-border);min-height:var(--auth-tabs-min-height);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.auth-tabs__link{color:var(--auth-color-tab-text);font-size:var(--auth-font-size-md);font-weight:var(--auth-font-weight-strong);align-items:center;gap:var(--space-2);min-height:var(--auth-tab-min-height);min-width:0;padding:var(--auth-tab-padding);white-space:nowrap;justify-content:center;display:flex;position:relative}.auth-tabs__link:after{background:var(--auth-color-transparent);bottom:var(--auth-tab-indicator-offset);content:"";height:var(--auth-tab-indicator-height);left:var(--auth-tab-indicator-inset);right:var(--auth-tab-indicator-inset);position:absolute}.auth-tabs__link[data-active]{color:var(--auth-color-accent)}.auth-tabs__link[data-active]:after{background:var(--auth-color-accent)}.auth-tabs__icon{flex:none}.auth-tabs__link[href=\/login] .auth-tabs__icon{transform:scaleX(var(--auth-child-icon-scale-x)) scaleY(var(--auth-child-icon-scale-y))}.auth-card__body{padding:var(--auth-card-body-padding)}.auth-card__header{gap:var(--space-3);margin-bottom:var(--auth-card-header-margin-bottom);display:grid}.auth-card__title{color:var(--auth-color-accent);font-size:var(--auth-font-size-title);font-weight:var(--auth-font-weight-heavy);align-items:center;gap:var(--space-3);letter-spacing:var(--auth-letter-spacing-title);line-height:var(--auth-line-height-heading);margin:0;display:flex}.auth-card__title svg{flex:none}.auth-card__title>span{overflow-wrap:anywhere;min-width:0;transform:scaleX(var(--auth-title-text-scale-x));transform-origin:0;display:inline-block}.auth-card[data-auth-screen=parent_code] .auth-card__title>span{transform:none}.auth-card[data-auth-screen=child_login] .auth-card__title{gap:var(--auth-child-title-gap)}.auth-card[data-auth-screen=child_login] .auth-card__title svg{transform:scaleX(var(--auth-child-icon-scale-x)) scaleY(var(--auth-child-icon-scale-y))}.auth-card__description{color:var(--auth-color-muted);font-size:var(--auth-font-size-body);line-height:var(--auth-line-height-body);margin:0}.auth-form{gap:var(--auth-form-gap);display:grid}.parent-access-landing__actions{gap:var(--space-3);display:grid}.parent-access-landing__actions a{text-decoration:none}.auth-card--parent-access{max-width:34rem}.parent-access-form__section{gap:var(--auth-form-gap);border:0;min-width:0;margin:0;padding:0;display:grid}.parent-access-form__section legend{color:var(--auth-color-accent);font-size:var(--auth-font-size-sm);font-weight:var(--auth-font-weight-heavy);margin-bottom:var(--space-2)}.auth-form[aria-busy=true]{cursor:var(--auth-cursor-form-pending)}.auth-field{gap:var(--auth-field-gap);min-width:0;display:grid}.auth-field__label,.auth-otp__label{color:var(--auth-color-text);font-size:var(--auth-font-size-body);font-weight:var(--auth-font-weight-strong);line-height:var(--auth-line-height-label)}.auth-field__control{background:var(--auth-color-surface);border:var(--auth-border-width) solid var(--auth-color-border);border-radius:var(--auth-control-radius);min-height:var(--auth-field-control-min-height);transition:var(--auth-control-transition);align-items:center;display:flex}.auth-field__control[data-invalid]{border-color:var(--auth-color-danger)}.auth-field__input{background:var(--auth-color-transparent);border:var(--auth-border-none);color:var(--auth-color-text);font-size:var(--auth-font-size-md);height:var(--auth-field-input-height);line-height:var(--auth-line-height-label);outline:var(--auth-border-none);min-width:0;padding:var(--auth-field-input-padding);flex:auto;width:100%}.auth-field__input::placeholder{color:var(--auth-color-placeholder);opacity:var(--auth-placeholder-opacity)}.auth-field__adornment{flex:none;align-self:stretch;align-items:center;display:flex}.auth-field__visibility{background:var(--auth-color-transparent);border:var(--auth-border-none);color:var(--auth-color-control-icon);cursor:var(--auth-cursor-interactive);min-height:var(--auth-interactive-min-size);min-width:var(--auth-interactive-min-size);justify-content:center;align-self:stretch;align-items:center;padding:0;display:inline-flex}.auth-field__helper{color:var(--auth-color-muted);font-size:var(--auth-font-size-xs);line-height:var(--auth-line-height-compact)}.auth-field__error,.auth-form-alert{color:var(--auth-color-danger-strong);font-size:var(--auth-font-size-sm);font-weight:var(--auth-font-weight-error);align-items:flex-start;gap:var(--space-2);line-height:var(--auth-line-height-alert);display:flex}.auth-field__error svg,.auth-form-alert svg{margin-top:var(--auth-error-icon-margin-top);flex:none}.auth-form-alert{background:var(--auth-color-danger-soft);border:var(--auth-border-width) solid var(--auth-color-danger-border);border-radius:var(--auth-control-radius);padding:var(--auth-form-alert-padding);margin:0}.auth-form-alert .auth-countdown{color:inherit;text-align:left}.auth-primary-button,.auth-secondary-button{border:var(--auth-border-width) solid var(--auth-color-transparent);border-radius:var(--auth-control-radius);cursor:var(--auth-cursor-interactive);font-size:var(--auth-font-size-md);font-weight:var(--auth-font-weight-heavy);line-height:var(--auth-line-height-heading);margin-top:var(--auth-button-margin-top);min-height:var(--auth-button-min-height);padding:var(--auth-button-padding);text-align:center;transition:var(--auth-button-transition);justify-content:center;align-items:center;width:100%;display:inline-flex}.auth-primary-button{background:var(--auth-primary-button-background);color:var(--auth-color-on-accent)}.auth-secondary-button{background:var(--auth-color-surface);border-color:var(--auth-color-border);color:var(--auth-color-accent)}.auth-primary-button:disabled,.auth-secondary-button:disabled{cursor:var(--auth-cursor-disabled);opacity:var(--auth-disabled-opacity)}.auth-primary-button[data-loading=true]{color:var(--auth-color-transparent);position:relative}.auth-primary-button[data-loading=true]:after{animation:var(--auth-spinner-animation);border:var(--auth-spinner-border-width) solid var(--auth-color-spinner-track);border-radius:var(--auth-spinner-radius);border-top-color:var(--auth-color-on-accent);content:"";height:var(--auth-spinner-size);left:var(--auth-spinner-center);margin:var(--auth-spinner-negative-half-size) 0 0 var(--auth-spinner-negative-half-size);top:var(--auth-spinner-center);width:var(--auth-spinner-size);position:absolute}.auth-link{color:var(--auth-color-accent);cursor:var(--auth-cursor-interactive);font-size:var(--auth-font-size-body);font-weight:var(--auth-font-weight-strong);line-height:var(--auth-line-height-link);min-height:var(--auth-interactive-min-size);padding:var(--auth-link-padding);text-align:center;background:0 0;border:0;justify-content:center;text-decoration:none;display:inline-flex}.auth-link--compact{min-height:var(--auth-interactive-min-size);padding:var(--space-1)}.auth-form__meta,.auth-form__note{color:var(--auth-color-muted);font-size:var(--auth-font-size-caption);line-height:var(--auth-line-height-compact);text-align:center;margin:0}.auth-form__auxiliary{text-align:center;margin:0}.auth-inline-help{color:var(--auth-color-accent);font-size:var(--auth-font-size-body);margin-top:var(--auth-inline-help-margin-top)}.auth-inline-help__summary,.auth-inline-help--static{align-items:center;gap:var(--space-2);min-height:var(--auth-inline-help-min-height);display:flex}.auth-inline-help__summary{cursor:var(--auth-cursor-interactive);margin-block:calc(-1 * var(--auth-inline-help-target-inset));padding-block:var(--auth-inline-help-target-inset);width:fit-content;list-style:none}.auth-inline-help__summary::-webkit-details-marker{display:none}.auth-inline-help__summary svg,.auth-inline-help--static svg{flex:none}.auth-inline-help__body{color:var(--auth-color-muted);font-size:var(--auth-font-size-caption);line-height:var(--auth-line-height-compact);padding:var(--auth-inline-help-body-padding)}.auth-inline-help__body>:first-child{margin-top:0}.auth-inline-help__body>:last-child{margin-bottom:0}.auth-otp{border:var(--auth-border-none);gap:var(--space-2);min-width:0;margin:0;padding:0;display:grid}.auth-otp__label{color:var(--auth-color-muted);float:none;width:100%;padding:0}.auth-otp__cells{gap:var(--space-2);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.auth-otp__cell{appearance:textfield;background:var(--auth-color-surface);border:var(--auth-border-width) solid var(--auth-color-border);border-radius:var(--auth-control-radius);color:var(--auth-color-text);font-size:var(--auth-font-size-otp);font-weight:var(--auth-font-weight-bold);height:var(--auth-otp-cell-height);text-align:center;width:100%;min-width:0;padding:0}.auth-otp__cell::-webkit-inner-spin-button{appearance:none;margin:0}.auth-otp__cell::-webkit-outer-spin-button{appearance:none;margin:0}.auth-otp[aria-invalid=true] .auth-otp__cell{border-color:var(--auth-color-danger)}.auth-countdown{color:var(--auth-color-muted);font-size:var(--auth-font-size-caption);line-height:var(--auth-line-height-compact);text-align:center;display:block}.auth-password-requirements{color:var(--auth-color-muted);font-size:var(--auth-font-size-caption);gap:var(--space-1);margin:var(--auth-password-requirements-margin);padding:0;list-style:none;display:grid}.auth-password-requirements li{align-items:center;gap:var(--space-2);line-height:var(--auth-line-height-label);display:flex}.auth-password-requirements li[data-met]{color:var(--auth-color-accent)}.auth-password-requirements svg{flex:none}.auth-status{padding:var(--auth-status-padding);text-align:center;flex-direction:column;align-items:center;display:flex}.auth-status__icon{border:var(--auth-status-icon-border-width) solid currentColor;border-radius:var(--auth-status-icon-radius);color:var(--auth-color-accent);height:var(--auth-status-icon-size);margin-bottom:var(--space-4);width:var(--auth-status-icon-size);justify-content:center;align-items:center;display:inline-flex}.auth-status--error .auth-status__icon,.auth-status--invalid .auth-status__icon{color:var(--auth-color-danger-icon)}.auth-status__title{color:var(--auth-color-title);font-size:var(--auth-font-size-status-title);font-weight:var(--auth-font-weight-heavy);line-height:var(--auth-line-height-heading);margin:0 0 var(--space-3)}.auth-status__description{color:var(--auth-color-muted);font-size:var(--auth-font-size-body);line-height:var(--auth-line-height-body);max-width:var(--auth-status-description-max-width);margin:0}.auth-status__actions{gap:var(--space-2);margin-top:var(--auth-status-actions-margin-top);width:100%;display:grid}.auth-verification{gap:var(--space-3);margin:var(--auth-verification-margin);width:100%;display:grid}.auth-verification>div{background:var(--auth-color-background);border-radius:var(--auth-control-radius);gap:var(--space-1);padding:var(--auth-verification-padding);display:grid}.auth-verification dt{color:var(--auth-color-muted);font-size:var(--auth-font-size-xs);font-weight:var(--auth-font-weight-bold)}.auth-verification dd{color:var(--auth-color-text);font-weight:var(--auth-font-weight-heavy);margin:0}.auth-language-switcher__option:focus-visible,.auth-tabs__link:focus-visible,.auth-field__visibility:focus-visible,.auth-field__control:focus-within,.auth-otp__cell:focus-visible,.auth-primary-button:focus-visible,.auth-secondary-button:focus-visible,.auth-link:focus-visible,.auth-inline-help__summary:focus-visible{outline:var(--auth-focus-outline-fallback);outline:var(--auth-focus-outline);outline-offset:var(--auth-focus-outline-offset)}.auth-field__control:focus-within,.auth-otp__cell:focus-visible{border-color:var(--auth-color-accent);box-shadow:var(--auth-focus-shadow)}@keyframes auth-spin{to{transform:rotate(var(--auth-spinner-rotation))}}@media (min-width:1120px){.auth-layout__content{transform:translateX(var(--auth-content-inline-shift-desktop))}.auth-card[data-auth-screen=parent_request]{min-height:var(--auth-parent-request-min-height-desktop)}.auth-card[data-auth-screen=password_request]{min-height:var(--auth-password-request-min-height-desktop)}.auth-card[data-auth-screen=password_sent],.auth-card[data-auth-screen=password_invalid],.auth-card[data-auth-screen=password_success]{min-height:var(--auth-card-status-min-height)}.auth-card[data-auth-screen=password_new]{min-height:var(--auth-card-password-new-min-height)}.auth-tabs__link:after{left:var(--auth-tab-indicator-inset-desktop);right:var(--auth-tab-indicator-inset-desktop)}}@media (min-width:768px) and (max-width:1119px){.auth-layout{min-height:var(--auth-layout-height-viewport);min-height:var(--auth-layout-height-dynamic-viewport);padding:var(--auth-layout-padding-tablet);display:block}.auth-artwork{border-radius:var(--auth-artwork-radius-tablet);height:var(--auth-artwork-height-tablet);margin-left:var(--auth-artwork-inline-offset-tablet);width:var(--auth-artwork-width-tablet)}.auth-artwork__image{object-position:center top}.auth-layout__workspace{background:var(--auth-color-transparent);border-radius:var(--auth-radius-none);margin-top:var(--auth-workspace-overlap-tablet);position:static;overflow:visible}:is(.auth-layout:has(.auth-password-requirements) .auth-layout__workspace,.auth-layout:has(.auth-card--password-new) .auth-layout__workspace){margin-top:var(--auth-workspace-password-new-overlap-tablet)}.auth-layout__language{right:var(--auth-language-inline-offset);top:var(--auth-language-block-offset-tablet)}.auth-layout__content{background:var(--auth-color-surface);border-radius:var(--auth-content-radius-tablet);box-shadow:var(--auth-content-shadow-tablet);max-width:var(--auth-content-max-width-tablet);min-height:var(--auth-content-min-height-tablet);padding:var(--auth-content-padding-tablet);width:var(--auth-content-width-tablet);z-index:var(--auth-layer-content);margin:0 auto;position:relative}:is(.auth-layout__content:has(.auth-status),.auth-layout__content:has(.auth-card--status)){min-height:var(--auth-content-status-min-height-tablet)}.auth-layout__content:has(.auth-card[data-auth-screen=parent_request]){min-height:var(--auth-content-parent-request-min-height-tablet)}.auth-layout__content:has(.auth-card[data-auth-screen=password_request]){min-height:var(--auth-content-password-request-min-height-tablet)}:is(.auth-layout__content:has(.auth-password-requirements),.auth-layout__content:has(.auth-card--password-new),.auth-layout__content:has(.auth-card[data-auth-screen=password_new])){min-height:var(--auth-content-password-new-min-height-tablet)}.auth-logo{height:var(--auth-logo-height-tablet);margin-bottom:var(--space-1);width:var(--auth-logo-width-tablet)}.auth-logo__image{transform:scale(var(--auth-logo-scale-tablet))}:is(.auth-card,.auth-card:has(.auth-status),.auth-card:has(.auth-password-requirements),.auth-card--status,.auth-card--password-new){border:var(--auth-border-none);border-radius:var(--auth-card-radius-tablet);box-shadow:var(--auth-shadow-none);min-height:0}.auth-tabs{min-height:var(--auth-tabs-min-height-tablet)}.auth-tabs__link{font-size:var(--auth-font-size-tablet-tab);gap:var(--auth-tab-gap-tablet);min-height:var(--auth-tab-min-height-tablet)}.auth-tabs__link:after{left:var(--auth-tab-indicator-inset-tablet);right:var(--auth-tab-indicator-inset-tablet)}.auth-card__body{padding:var(--auth-card-body-padding-tablet)}.auth-card__header{margin-bottom:var(--auth-card-header-margin-bottom-tablet)}.auth-form{gap:var(--auth-form-gap-tablet)}.auth-field{gap:var(--auth-field-gap-tablet)}.auth-card__title{font-size:var(--auth-font-size-tablet-title)}.auth-field__control{min-height:var(--auth-field-control-min-height-tablet)}.auth-field__input{height:var(--auth-field-input-height-tablet)}.auth-primary-button,.auth-secondary-button{margin-top:var(--auth-button-margin-top-tablet);min-height:var(--auth-button-min-height-tablet)}.auth-inline-help{margin-top:var(--auth-inline-help-margin-top-tablet)}.auth-status{padding-top:var(--auth-error-icon-margin-top)}.auth-status__title{font-size:var(--auth-font-size-tablet-status-title)}}@media (max-width:767px){.auth-layout{min-height:var(--auth-layout-height-viewport);min-height:var(--auth-layout-height-dynamic-viewport);padding:var(--auth-layout-padding-phone);display:block}.auth-artwork{border-radius:var(--auth-artwork-radius-phone);height:var(--auth-artwork-height-phone);margin-left:var(--auth-artwork-inline-offset-phone);min-height:var(--auth-artwork-min-height-phone);width:var(--auth-artwork-width-phone)}.auth-artwork__image{object-position:center top}.auth-layout__workspace{background:var(--auth-color-transparent);border-radius:var(--auth-radius-none);margin-top:var(--auth-workspace-overlap-phone);position:static;overflow:visible}:is(.auth-layout:has(.auth-password-requirements) .auth-layout__workspace,.auth-layout:has(.auth-card--password-new) .auth-layout__workspace){margin-top:var(--auth-workspace-password-new-overlap-phone)}.auth-layout__language{right:var(--auth-language-inline-offset-phone);top:var(--auth-language-block-offset-phone)}.auth-language-switcher{font-size:var(--auth-font-size-sm)}.auth-layout__content{background:var(--auth-color-surface);border-radius:var(--auth-content-radius-phone);box-shadow:var(--auth-content-shadow-phone);max-width:var(--auth-content-max-width-phone);min-height:var(--auth-content-min-height-phone);padding:var(--auth-content-padding-phone);width:var(--auth-content-width-phone);z-index:var(--auth-layer-content);margin:0 auto;position:relative}:is(.auth-layout__content:has(.auth-password-requirements),.auth-layout__content:has(.auth-card--password-new),.auth-layout__content:has(.auth-card[data-auth-screen=password_new])){min-height:var(--auth-content-password-new-min-height-phone)}.auth-layout:has(.auth-card[data-auth-screen=staff_login]) .auth-artwork{height:var(--auth-staff-artwork-height-phone);min-height:var(--auth-staff-artwork-min-height-phone)}.auth-layout:has(.auth-card[data-auth-screen=staff_login]) .auth-layout__workspace{margin-top:var(--auth-staff-workspace-overlap-phone)}.auth-layout:has(.auth-card[data-auth-screen=staff_login]) .auth-layout__content{padding:var(--auth-staff-content-padding-phone)}.auth-layout:has(.auth-card[data-auth-screen=staff_login]) .auth-logo{height:var(--auth-staff-logo-height-phone);width:var(--auth-staff-logo-width-phone)}.auth-logo{height:var(--auth-logo-height-phone);width:var(--auth-logo-width-phone);margin-bottom:0}.auth-logo__image{transform:translateY(var(--auth-logo-translate-phone)) scale(var(--auth-logo-scale-phone))}:is(.auth-card,.auth-card:has(.auth-status),.auth-card:has(.auth-password-requirements),.auth-card--status,.auth-card--password-new){border:var(--auth-border-none);border-radius:var(--auth-card-radius-phone);box-shadow:var(--auth-shadow-none);min-height:0}.auth-tabs{min-height:var(--auth-tabs-min-height-phone)}.auth-card[data-auth-screen=staff_login] .auth-tabs,.auth-card[data-auth-screen=staff_login] .auth-tabs__link{min-height:var(--auth-staff-tabs-min-height-phone)}.auth-tabs__link{font-size:var(--auth-font-size-sm);gap:var(--auth-tab-gap-phone);min-height:var(--auth-tab-min-height-phone);padding:var(--auth-tab-padding-phone)}.auth-tabs__icon{height:var(--auth-tab-icon-size-phone);width:var(--auth-tab-icon-size-phone)}.auth-tabs__link:after{height:var(--auth-language-underline-height-phone);left:var(--auth-tab-indicator-inset);right:var(--auth-tab-indicator-inset)}.auth-card__body{padding:var(--auth-card-body-padding-phone)}.auth-card[data-auth-screen=staff_login] .auth-card__body{padding:var(--auth-staff-card-body-padding-phone)}.auth-card__header{gap:var(--auth-card-header-gap-phone);margin-bottom:var(--auth-card-header-margin-bottom-phone)}.auth-card[data-auth-screen=staff_login] .auth-card__header{margin-bottom:var(--auth-staff-card-header-margin-bottom-phone)}.auth-form{gap:var(--auth-form-gap-phone)}.auth-card[data-auth-screen=staff_login] .auth-form{gap:var(--auth-staff-form-gap-phone)}.auth-card[data-auth-screen=staff_login] .auth-field__control{min-height:var(--auth-staff-field-control-min-height-phone)}.auth-card[data-auth-screen=staff_login] .auth-field__input{height:var(--auth-staff-field-input-height-phone)}.auth-card[data-auth-screen=password_new] .auth-form{margin-top:var(--auth-password-new-form-offset-phone)}.auth-card[data-auth-screen=password_new] .auth-field__control{min-height:var(--auth-password-new-control-height-phone)}.auth-card[data-auth-screen=password_new] .auth-field__input,.auth-card[data-auth-screen=password_new] .auth-field__visibility{height:var(--auth-password-new-control-height-phone);min-height:var(--auth-password-new-control-height-phone)}.auth-card[data-auth-screen=password_new] .auth-password-requirements{gap:var(--auth-password-new-requirements-gap-phone);margin-top:var(--auth-password-new-requirements-margin-top-phone)}.auth-card[data-auth-screen=password_new] .auth-password-requirements+.auth-field{margin-top:var(--auth-password-new-second-field-offset-phone)}.auth-field{gap:var(--auth-field-gap-phone)}.auth-card__title{font-size:var(--auth-font-size-phone-title);gap:var(--auth-card-title-gap-phone);line-height:var(--auth-line-height-phone-title)}.auth-card__title svg{height:var(--auth-font-size-phone-title);width:var(--auth-font-size-phone-title)}.auth-card__description{font-size:var(--auth-font-size-caption)}.auth-field__label,.auth-otp__label{font-size:var(--auth-font-size-sm)}.auth-field__control{min-height:var(--auth-field-control-min-height-phone)}.auth-field__input{font-size:var(--auth-font-size-md);height:var(--auth-field-input-height-phone);padding-left:var(--space-3);padding-right:var(--space-3)}.auth-primary-button,.auth-secondary-button{font-size:var(--auth-font-size-body);min-height:var(--auth-button-min-height-phone)}.auth-inline-help{font-size:var(--auth-font-size-sm)}.auth-inline-help__body{font-size:var(--auth-font-size-xs);padding-left:var(--auth-inline-help-body-inline-inset)}.auth-otp__cells{gap:var(--auth-field-gap)}.auth-otp__cell{font-size:var(--auth-font-size-lg);height:var(--auth-otp-cell-height-phone)}.auth-status{padding-top:var(--auth-status-padding-top-phone)}.auth-status__icon{height:var(--auth-status-icon-size-phone);margin-bottom:var(--auth-status-icon-margin-bottom-phone);width:var(--auth-status-icon-size-phone)}.auth-status__title{font-size:var(--auth-font-size-phone-status-title);white-space:nowrap}.auth-status__description{font-size:var(--auth-font-size-caption);max-width:var(--auth-status-description-max-width-phone)}.auth-status__actions{margin-top:var(--auth-status-actions-margin-top-phone)}}@media (max-width:359px){.auth-status__title{white-space:normal}.auth-layout__content{width:var(--auth-content-width-narrow-phone)}.auth-tabs__link{gap:var(--auth-tab-gap-narrow-phone);white-space:normal;flex-direction:column}.auth-card__body{padding-left:var(--space-4);padding-right:var(--space-4)}.auth-otp__cells{gap:var(--space-1)}}@media (prefers-reduced-motion:reduce){.auth-field__control,.auth-primary-button,.auth-secondary-button{transition:var(--auth-motion-none)}.auth-primary-button[data-loading=true]:after{animation:var(--auth-motion-none)}}

