@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Noto+Sans:wght@400;600;700&display=swap";:root{--internal-padding-small: 16px;--internal-padding-large: 24px;--internal-padding-xsmall: 12px;--internal-spacing-medium: 12px;--internal-spacing-large: 24px;--internal-spacing-xlarge: 32px;--layout-page-margin: 80px;--color-background-bg-primary: #ffffff;--color-background-bg-secondary: #fafafa;--color-background-bg-tertiary: #f4f4f5;--color-background-bg-brand-soft: #e6f4f8;--color-background-bg-brand-medium: #b3deeb;--color-background-bg-cta: #006c8e;--color-background-bg-success-soft: #d6fbe0;--color-border-border-subtle: #d4d4d8;--color-border-border-success-subtle: #2ea345;--color-border-border-muted: #71717a;--color-border-border-cta: #006c8e;--color-border-border-brand-light: rgba(0, 108, 142, .32);--color-text-text-heading-on-primary: #282828;--color-text-text-heading-on-tertiary: #121212;--color-text-text-body-on-primary: #52525b;--color-text-text-body-on-tertiary: #282828;--color-text-text-body-subtle-on-primary: #71717a;--color-text-text-black-default: #121212;--color-text-text-fg-brand: #006c8e;--color-text-text-fg-disabled: rgba(18, 18, 18, .48);--color-text-text-on-cta: #ffffff;--color-text-text-secondary-cta: #006c8e;--color-text-text-fg-blue-subtle: #2a73d4;--color-icon-icon-HBK-light1: #99dad8;--color-icon-icon-brand: #006c8e;--color-icon-icon-secondary-cta: #006c8e;--color-brand-primary: #006685;--color-brand-primary-hover: #005570;--color-brand-accent: #00a3e0;--color-brand-navy: #003b5c;--color-semantic-error: #b42318;--family-primary: "Noto Sans", "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;--family-display: "Montserrat", var(--family-primary);--font-size-2xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-4xl: 32px;--font-size-5xl: 40px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-2xs: 16px;--line-height-sm: 20px;--line-height-lg: 24px;--line-height-xs: 18px;--line-height-xl: 26px;--line-height-2xl: 28px;--line-height-3xl: 32px;--line-height-5xl: 40px;--line-height-6xl: 48px;--border-radius-rd-full: 999px;--button-height-base: 48px;--button-button-base: 48px;--button-min-width-base: 120px;--button-padding-base: 20px;--button-spacing-base: 10px;--button-icon-button-padding-base: 14px;--button-border-radius: 8px}.hbk-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;visibility:hidden}.hbk-mobile-menu--open{pointer-events:auto;visibility:visible}.hbk-mobile-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;margin:0;padding:0;background:#12121266;cursor:pointer}.hbk-mobile-menu__panel{position:absolute;top:0;left:0;bottom:0;width:min(320px,88vw);display:flex;flex-direction:column;gap:24px;padding:16px 20px 32px;box-sizing:border-box;background:var(--color-background-bg-primary, #fff);border-right:1px solid var(--color-border-border-subtle, #d4d4d8);overflow-y:auto;transform:translate(-100%);transition:transform .2s ease}.hbk-mobile-menu--open .hbk-mobile-menu__panel{transform:translate(0)}.hbk-mobile-menu__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.hbk-mobile-menu__title{margin:0;font-size:var(--font-size-lg, 18px);font-weight:var(--font-weight-semibold, 600);line-height:var(--line-height-xl, 26px);color:var(--color-text-text-heading-on-primary, #282828)}.hbk-mobile-menu__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:8px;background:transparent;font-size:28px;line-height:1;color:var(--color-text-text-heading-on-primary, #282828);cursor:pointer}.hbk-mobile-menu__close:focus-visible{outline:2px solid rgba(0,108,142,.35);outline-offset:2px}.hbk-mobile-menu__section{display:flex;flex-direction:column;gap:8px}.hbk-mobile-menu__section-label{margin:0 0 4px;font-size:var(--font-size-2xs, 12px);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-2xs, 16px);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-text-body-on-primary, #52525b)}.hbk-mobile-menu__link{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 4px;border-radius:8px;font-size:var(--font-size-md, 16px);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-lg, 24px);color:var(--color-text-text-heading-on-primary, #282828);text-decoration:none}.hbk-mobile-menu__link--active{color:var(--color-text-text-fg-brand, #006c8e)}.hbk-mobile-menu__nav-list{display:flex;flex-direction:column;align-items:stretch;gap:4px}.hbk-mobile-menu__nav-list .hbk-header-nav-btn{justify-content:flex-start;width:100%;min-height:44px;padding:0 4px}.hbk-mobile-menu__utility{display:flex;flex-direction:column;gap:12px;margin-top:auto;padding-top:8px;border-top:1px solid var(--color-border-border-subtle, #d4d4d8)}.hbk-mobile-menu__utility .hbk-header-utility{justify-content:flex-start;min-height:40px}.hbk-header{--hbk-header-divider: 1px solid var(--color-border-border-subtle, #d4d4d8);flex-shrink:0;background:var(--color-background-bg-primary, #fff)}.hbk-header__brand{display:contents}.hbk-header__menu-btn{display:none;flex-shrink:0;align-items:center;justify-content:center;width:48px;height:48px;margin:0;padding:14px;box-sizing:border-box;border:none;border-radius:var(--button-border-radius, 8px);background:transparent;color:var(--color-icon-icon-brand, #006c8e);cursor:pointer}.hbk-header__menu-btn img{display:block;width:20px;height:20px}.hbk-header__menu-btn:focus-visible{outline:2px solid rgba(0,108,142,.35);outline-offset:2px}.hbk-header__main{display:flex;align-items:center;gap:clamp(24px,5vw,80px);padding:18px clamp(16px,5vw,var(--layout-page-margin, 80px))}.hbk-header__logo{flex-shrink:0;display:block;line-height:0;text-decoration:none}.hbk-header__logo-img{display:block;width:120px;height:40px;object-fit:contain;object-position:left center}.hbk-header-search{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:12px;height:48px;padding:0 16px;border:1px solid var(--color-border-border-subtle, #d4d4d8);border-radius:8px;background:var(--color-background-bg-primary, #fff);cursor:text}.hbk-header-search__icon{flex-shrink:0;display:block}.hbk-header-search__input{flex:1 1 0;min-width:0;border:none;background:transparent;font-family:var(--family-primary);font-size:var(--font-size-md, 16px);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-lg, 24px);color:var(--color-text-text-heading-on-primary, #282828)}.hbk-header-search__input::placeholder{color:var(--color-text-text-fg-disabled, rgba(18, 18, 18, .48))}.hbk-header-search__input:focus{outline:none}.hbk-header__options{display:flex;align-items:center;gap:40px;flex-shrink:0}.hbk-header__options-group{display:flex;align-items:center;gap:32px}.hbk-header-action{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;border:none;background:transparent;color:var(--color-text-text-heading-on-primary, #282828);font-family:var(--family-primary);font-size:var(--font-size-2xs, 12px);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-2xs, 16px);text-decoration:none;cursor:pointer}.hbk-header-action__icon{display:block}.hbk-header-action__label{text-align:center;white-space:nowrap}.hbk-header__divider{width:1px;height:48px;background:var(--color-border-border-subtle, #d4d4d8);flex-shrink:0}.hbk-header-lang{position:relative;display:inline-flex;align-items:center;height:48px;padding:0 14px;border:1px solid var(--color-border-border-muted, #71717a);border-radius:var(--border-radius-rd-full, 999px);background:var(--color-background-bg-primary, #fff);cursor:pointer}.hbk-header-lang__face{display:flex;align-items:center;gap:10px;pointer-events:none}.hbk-header-lang__code{font-family:var(--family-primary);font-size:var(--font-size-2xs, 12px);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-2xs, 16px);color:var(--color-text-text-heading-on-primary, #282828);white-space:nowrap}.hbk-header-lang__flag{flex-shrink:0;display:block;width:20px;height:20px;border-radius:9px;object-fit:cover}.hbk-header-lang__select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:none;border-radius:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;opacity:0;cursor:pointer}.hbk-header-lang__select:focus-visible{outline:2px solid rgba(0,108,142,.35);outline-offset:2px}.hbk-header-lang__chevron{flex-shrink:0;display:block;width:16px;height:16px;object-fit:contain;pointer-events:none}.hbk-header__subnav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(16px,5vw,var(--layout-page-margin, 80px));background:var(--color-background-bg-secondary, #fafafa);border-bottom:var(--hbk-header-divider)}@media(min-width:961px){.hbk-header__main{border-bottom:var(--hbk-header-divider)}}.hbk-header__subnav-primary{display:flex;align-items:center;gap:32px;flex-wrap:wrap;min-width:0}.hbk-header-nav-btn{display:inline-flex;align-items:center;gap:10px;height:48px;padding:0;border:none;background:transparent;font-family:var(--family-primary);font-size:var(--font-size-sm, 14px);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-sm, 20px);color:var(--color-text-text-black-default, #121212);white-space:nowrap;cursor:pointer}.hbk-header-nav-btn__chevron{display:block;width:20px;height:20px;object-fit:contain}.hbk-header__subnav-utility{display:flex;align-items:center;gap:32px;flex-shrink:0}.hbk-header-utility{display:inline-flex;align-items:center;gap:8px;padding:0;border:none;background:transparent;font-family:var(--family-primary);font-size:var(--font-size-2xs, 12px);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-2xs, 16px);color:var(--color-text-text-heading-on-primary, #282828);white-space:nowrap;cursor:pointer}.hbk-header-utility__icon{display:block}@media(max-width:960px){.hbk-header{border-bottom:var(--hbk-header-divider)}.hbk-header__main{flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px}.hbk-header__brand{display:flex;flex:1 1 0;align-items:center;gap:12px;min-width:0}.hbk-header__menu-btn{display:flex}.hbk-header-search--desktop,.hbk-header__subnav--desktop,.hbk-header__options-group--desktop,.hbk-header__divider--desktop{display:none}.hbk-header__logo{flex-shrink:0;min-width:0}.hbk-header__logo-img{width:120px;height:40px}.hbk-header__options{flex-shrink:0;gap:16px}.hbk-header__options-group{gap:16px}.hbk-header-lang{height:48px;padding:0 14px}}.app-layout{min-height:100dvh;display:flex;flex-direction:column;background:var(--color-background-bg-tertiary, #f4f4f5);font-family:var(--family-primary);color:var(--color-text-text-heading-on-primary, #282828)}.app-layout__main{flex:1 1 auto;padding:32px clamp(16px,5vw,var(--layout-page-margin, 80px)) 48px}.app-layout__main--plain{padding:32px clamp(16px,5vw,var(--layout-page-margin, 80px)) 48px;max-width:56rem}.app-layout__main--landing{padding:0}@media(max-width:960px){.app-layout__main,.app-layout__main--plain{padding:24px 17px 32px}.app-layout__main--landing{padding:0}}html:has(.login-page),body:has(.login-page){overflow:hidden;height:100%}.login-page{--login-bg: var(--color-background-bg-secondary);--login-primary: var(--color-brand-primary);--login-primary-hover: var(--color-brand-primary-hover);--login-accent: var(--color-brand-accent);--login-navy: var(--color-brand-navy);--login-text: #1a1a1a;--login-muted: #6b7280;--login-border: #d1d5db;--login-card-bg: var(--color-background-bg-primary);--login-feature-bg: var(--color-background-bg-tertiary);--login-feature-border: var(--color-icon-icon-HBK-light1);--login-error: var(--color-semantic-error);--login-form-control-width: 440px;min-height:100dvh;max-height:100dvh;display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1rem 1.5rem;box-sizing:border-box;overflow:hidden;background:var(--login-bg);font-family:var(--family-primary);color:var(--login-text)}.login-page__hero{flex:1 1 0;max-width:41.5rem;max-height:calc(100dvh - 2rem);min-width:0;min-height:0;display:flex;flex-direction:column;justify-content:center;gap:.75rem;overflow:hidden}.login-mobile-header{display:none}.login-page__form-wrap{flex:0 0 auto;max-height:calc(100dvh - 2rem);min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.login-illustration{display:block;flex:0 1 auto;min-height:0;width:min(570px,100%);height:auto;max-height:min(410px,40dvh);margin:0 auto 24px;object-fit:contain}.login-features{display:grid;flex:0 1 auto;min-height:0;grid-template-columns:repeat(2,322px);gap:12px;overflow:hidden}.login-feature{display:flex;width:322px;padding:16px 12px;flex-direction:column;align-items:flex-start;gap:8px;border-radius:16px;border:1px solid var(--color-icon-icon-HBK-light1, #99dad8);background:var(--color-background-bg-tertiary, #f4f4f5)}.login-feature__header{display:flex;align-items:center;gap:12px;align-self:stretch}.login-feature__icon{display:flex;padding:8px;align-items:center;gap:10px;flex-shrink:0;border-radius:8px;background:linear-gradient(0deg,var(--color-background-bg-primary, #fff) 0%,var(--color-background-bg-primary, #fff) 100%),var(--color-background-bg-primary, #fff)}.login-feature__icon-img{display:block;width:24px;height:24px}.login-feature__title{margin:0;color:var(--color-text-text-heading-on-primary, #282828);font-family:var( --family-primary, "Noto Sans", "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif );font-size:20px;font-style:normal;font-weight:var(--font-weight-semibold, 600);line-height:28px}.login-feature__text{margin:0;color:var(--color-text-text-body-on-primary, #52525b);font-family:var( --family-primary, "Noto Sans", "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif );font-size:var(--font-size-md, 16px);font-style:normal;font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-xl, 26px)}.login-card{box-sizing:border-box;display:flex;width:min(644px,100%);max-height:calc(100dvh - 2rem);height:auto;padding:80px 48px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;border-radius:30px;border:1px solid var(--color-border-border-subtle, #d4d4d8);background:var(--color-background-bg-primary, #fff);overflow:hidden}.login-card>*{flex-shrink:0}.login-card>.login-card__brand,.login-card>.login-card__title,.login-card>.login-card__subtitle,.login-card>.login-legal{width:100%;max-width:100%}.login-card>.login-form,.login-card>.login-forgot,.login-card>.login-register{width:var(--login-form-control-width, 440px);max-width:100%;align-self:flex-start}.login-card__brand{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 16px}.login-card__logo{width:240px;height:80px;aspect-ratio:3 / 1;object-fit:contain;object-position:left center}.login-card__title{margin:0;color:var(--color-text-text-heading-on-primary, #282828);font-family:var( --family-primary, "Noto Sans", "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif );font-size:var(--font-size-5xl, 40px);font-style:normal;font-weight:var(--font-weight-bold, 700);line-height:var(--line-height-6xl, 48px);text-align:left}.login-card__subtitle{margin:var(--internal-padding-small, 16px) 0 0;color:var(--color-text-text-body-on-primary, #52525b);font-family:var( --family-primary, "Noto Sans", "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif );font-size:var(--font-size-lg, 18px);font-style:normal;font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-2xl, 28px);text-align:left}.login-form{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;margin:var(--internal-padding-large, 24px) 0 0}.login-field{display:flex;flex-direction:column;gap:.35rem;width:100%}.login-field__label{font-size:.8125rem;font-weight:500;color:var(--login-muted)}.login-field__input-wrap{position:relative;width:100%}.login-field__input{box-sizing:border-box;width:100%;height:44px;padding:0 .75rem;border:1px solid var(--login-border);border-radius:4px;font-size:.9375rem;font-family:inherit;color:var(--login-text);background:var(--login-card-bg)}.login-field__input--password{padding-right:2.75rem}.login-field__input:focus{outline:2px solid rgba(0,163,224,.35);border-color:var(--login-accent)}.login-field__input--error{border-color:var(--login-error)}.login-field__input--error:focus{border-color:var(--login-error);outline-color:#b4231840}.login-field__hint{margin:0;font-size:.8125rem;color:var(--color-text-text-body-subtle-on-primary, #71717a);line-height:1.35}.login-field__error{margin:0;font-size:.75rem;color:var(--login-error);line-height:1.35}.login-field__toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:transparent;color:var(--login-muted);cursor:pointer;border-radius:4px}.login-field__toggle:hover{color:var(--login-navy)}.login-field__toggle:focus-visible{outline:2px solid rgba(0,163,224,.35)}.login-submit{display:flex;height:var(--button-height-base, 48px);min-width:var(--button-min-width-base, 120px);padding:0 var(--button-padding-base, 20px);justify-content:center;align-items:center;gap:var(--button-spacing-base, 10px);box-sizing:border-box;width:100%;margin-top:.25rem;border:none;border-radius:var(--button-border-radius, 8px);font-size:.9375rem;font-weight:600;font-family:inherit;line-height:1;color:#fff;background:var(--login-primary);cursor:pointer}.login-submit:hover:not(:disabled){background:var(--login-primary-hover)}.login-submit:disabled{opacity:.45;cursor:not-allowed}.login-submit:focus-visible{outline:2px solid var(--login-accent);outline-offset:2px}.login-forgot{display:block;margin:16px 0 0;padding:0;border:none;background:none;font-size:.875rem;font-weight:500;font-family:inherit;color:var(--color-border-border-cta, #006c8e);cursor:pointer;text-decoration:none;text-align:center}.login-forgot:hover{color:var(--color-border-border-cta, #006c8e);text-decoration:underline}.login-register{margin:16px 0 0;padding-top:0;border-top:none;text-align:left}.login-register__prompt{margin:0 0 .75rem;font-size:.875rem;color:var(--color-text-text-body-on-primary, #52525b);text-align:left}.login-register__btn{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:44px;padding:0 1rem;border-radius:var(--button-border-radius, 8px);border:1px solid var(--color-border-border-cta, #006c8e);font-size:.9375rem;font-weight:600;font-family:inherit;color:var(--color-border-border-cta, #006c8e);background:transparent;text-decoration:none;cursor:pointer}.login-register__btn:hover{background:#0066850f}.login-legal{margin:16px 0 0;padding:0;color:var(--color-text-text-body-on-primary, #52525b);text-align:center;font-family:var( --family-primary, "Noto Sans", "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif );font-size:var(--font-size-2xs, 12px);font-style:normal;font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-xs, 18px)}.login-legal a{color:var(--color-text-text-fg-blue-subtle, #2a73d4);text-decoration:underline}@media(max-height:900px){.login-page{padding:.75rem 1.25rem;gap:1.25rem}.login-illustration{max-height:min(320px,34dvh);margin-bottom:16px}.login-feature{padding:14px 12px;gap:6px}.login-feature__text{font-size:14px;line-height:22px}.login-card{padding:48px 40px 36px}.login-card__logo{width:200px;height:67px}.login-card__title{font-size:2rem;line-height:2.5rem}.login-card__subtitle{font-size:1rem;line-height:1.5rem}}@media(max-height:820px){.login-page{padding:.5rem 1rem;gap:1rem}.login-illustration{max-height:min(280px,30dvh);margin-bottom:12px}.login-features{gap:10px}.login-feature{padding:10px}.login-feature__text{font-size:13px;line-height:20px}.login-card{padding:28px 32px 24px}}@media(max-height:720px){.login-page{gap:.75rem;padding:.5rem .75rem}.login-illustration{max-height:min(220px,26dvh);margin-bottom:8px}.login-feature{padding:8px}.login-feature__text{font-size:12px;line-height:18px}.login-card{padding:20px 24px}.login-card__logo{width:160px;height:54px}.login-card__title{font-size:1.75rem;line-height:2.125rem}}.login-page__loading{min-height:100vh;max-height:none;overflow:visible;display:flex;align-items:center;justify-content:center;background:var(--color-background-bg-secondary, #fafafa);color:var(--login-muted, #6b7280);font-family:var(--family-primary)}@media(max-width:960px){html:has(.login-page),body:has(.login-page){overflow:auto;height:auto}.login-page{flex-direction:column;align-items:stretch;justify-content:flex-start;max-height:none;min-height:100dvh;overflow-y:auto;padding:0;gap:0;background:var(--color-background-bg-primary, #fff);font-family:var(--family-primary)}.login-page__hero{display:none}.login-mobile-header{display:flex;align-items:center;gap:var(--internal-spacing-medium, 12px);flex-shrink:0;width:100%;padding:12px 16px;box-sizing:border-box;background:var(--color-background-bg-primary, #fff);border-bottom:1px solid var(--color-border-border-subtle, #d4d4d8)}.login-mobile-header__back{display:flex;height:var(--button-button-base, 48px);margin:0;padding:0 var(--button-icon-button-padding-base, 14px);justify-content:center;align-items:center;gap:var(--button-spacing-base, 10px);flex-shrink:0;border:none;background:transparent;color:var(--color-icon-icon-secondary-cta, #006c8e);cursor:pointer;border-radius:4px}.login-mobile-header__back:focus-visible{outline:2px solid rgba(0,163,224,.35);outline-offset:2px}.login-mobile-header__back-icon{display:block;width:20px;height:34px;flex-shrink:0}.login-mobile-header__brand{display:flex;align-items:center;min-width:0}.login-mobile-header__logo{display:block;width:118.245px;height:38.298px;object-fit:contain;object-position:left center}.login-page__form-wrap{flex:1 1 auto;display:flex;flex-direction:column;width:100%;max-width:none;min-height:0}.login-card{display:flex;flex:1 1 auto;flex-direction:column;width:100%;max-width:none;max-height:none;min-height:0;padding:24px 20px 20px;border:none;border-radius:0;background:transparent;overflow:visible;align-items:stretch}.login-card__brand{display:none}.login-card__title{font-size:32px;line-height:40px}.login-card__subtitle{margin-top:var(--internal-padding-small, 16px);font-size:var(--font-size-lg, 18px);line-height:var(--line-height-2xl, 28px)}.login-card>.login-form,.login-card>.login-forgot,.login-card>.login-register{width:100%;align-self:stretch}.login-form{margin-top:var(--internal-padding-large, 24px)}.login-field__input{border-radius:var(--button-border-radius, 8px);border-color:var(--color-border-border-subtle, #d4d4d8)}.login-forgot{align-self:center;width:auto}.login-register{margin-top:24px}.login-legal{margin-top:auto;padding-top:32px;padding-bottom:32px}.login-legal a{color:var(--color-text-text-secondary-cta, #006c8e)}}@media(max-width:520px){.login-mobile-header{padding:10px 16px}.login-card{padding:20px 16px 16px}.login-card__title{font-size:28px;line-height:36px}.login-legal{padding-bottom:28px}}html:has(.register-page),body:has(.register-page){overflow:hidden;height:100%}.register-page{--register-form-width: 440px;--register-card-width: 644px;--register-card-height: 908px;--register-hero-width: 660px;height:100dvh;max-height:100dvh;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box;padding:24px 40px;overflow:hidden;background:var(--color-background-bg-secondary, #fafafa);font-family:var(--family-primary);color:#1a1a1a}.register-page__shell{display:flex;align-items:center;justify-content:center;gap:56px;width:100%;max-width:1512px;max-height:100%;margin:0 auto;flex:1 1 auto;min-height:0;overflow:hidden}.register-page__hero{flex:0 1 var(--register-hero-width);width:var(--register-hero-width);max-width:100%;max-height:100%;min-width:0;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;overflow:hidden}.register-page__form-wrap{flex:0 0 var(--register-card-width);width:var(--register-card-width);max-width:100%;height:min(var(--register-card-height),100%);max-height:100%;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.register-illustration{display:block;flex:0 0 auto;width:572px;height:386px;max-width:100%;object-fit:contain}.register-features{display:grid;flex:0 1 auto;min-height:0;grid-template-columns:repeat(2,minmax(0,322px));gap:16px;width:100%;overflow:hidden}@media(min-width:961px){.register-features{grid-template-columns:repeat(2,322px);justify-content:center}.register-feature{max-width:322px}}.register-feature{display:flex;width:100%;padding:24px 16px;flex-direction:column;align-items:flex-start;gap:12px;border-radius:16px;border:1px solid var(--color-icon-icon-HBK-light1, #99dad8);background:var(--color-background-bg-tertiary, #f4f4f5)}.register-feature__header{display:flex;align-items:center;gap:12px;align-self:stretch}.register-feature__icon{display:flex;padding:8px;align-items:center;flex-shrink:0;border-radius:8px;background:var(--color-background-bg-primary, #fff)}.register-feature__icon-img{display:block;width:24px;height:24px}.register-feature__title{margin:0;color:var(--color-text-text-heading-on-primary, #282828);font-size:20px;font-weight:var(--font-weight-semibold, 600);line-height:28px}.register-feature__text{align-self:stretch;margin:0;color:var(--color-text-text-body-on-primary, #52525b);font-family:var(--family-primary, "Noto Sans", sans-serif);font-size:var(--font-size-md, 16px);font-style:normal;font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-xl, 26px)}.register-feature--unified-dashboard .register-feature__text{letter-spacing:-.32px}.register-card{box-sizing:border-box;display:flex;width:100%;height:100%;min-height:min(var(--register-card-height),100%);max-height:100%;padding:72px 48px;flex-direction:column;align-items:center;justify-content:center;gap:24px;border-radius:30px;border:1px solid var(--color-border-border-subtle, #d4d4d8);background:var(--color-background-bg-primary, #fff);overflow:hidden}.register-card__brand{display:flex;flex-shrink:0;width:var(--register-form-width);max-width:100%;margin:0}.register-card__logo{width:240px;height:80px;object-fit:contain;object-position:left center}.register-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:var(--register-form-width);max-width:100%;max-height:100%;flex:0 1 auto;min-height:0;overflow:hidden}.register-card__title{margin:0;width:100%;color:var(--color-text-text-heading-on-primary, #282828);font-size:var(--font-size-5xl, 40px);font-weight:var(--font-weight-bold, 700);line-height:var(--line-height-6xl, 48px)}.register-card__subtitle{margin:0;width:100%;color:var(--color-text-text-body-on-primary, #52525b);font-size:var(--font-size-lg, 18px);font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-2xl, 28px)}.register-card__form-section{display:flex;flex-direction:column;gap:32px;width:100%;margin:0;flex:1 1 auto;min-height:0}.register-card__step-content{display:flex;flex-direction:column;gap:16px;width:100%;flex:1 1 auto;min-height:0;overflow-y:auto}.register-setup{display:flex;flex-direction:column;align-items:stretch;gap:16px;width:100%}.register-form{display:flex;flex-direction:column;gap:16px;width:100%}.register-fields{display:flex;flex-direction:column;gap:12px;width:100%}.register-form__row{display:flex;gap:12px;align-items:flex-start}.register-form__row>.register-field{flex:1 1 0;min-width:0}.register-form__row--single>.register-field{flex:1 1 100%}.register-field{display:flex;flex-direction:column;gap:4px;width:100%}.register-field__label{font-size:14px;font-weight:500;line-height:20px;color:var(--color-text-text-body-subtle-on-primary, #71717a)}.register-field__input{box-sizing:border-box;width:100%;height:48px;padding:0 16px;border:1px solid var(--color-border-border-muted, #71717a);border-radius:8px;font-size:16px;font-weight:500;font-family:inherit;line-height:24px;color:var(--color-text-text-body-on-secondary, #3f3f46);background:var(--color-background-bg-primary, #fff)}.register-field__input::placeholder{color:var(--color-text-text-body-on-secondary, #3f3f46);font-weight:500}.register-field__input:focus{outline:2px solid rgba(0,163,224,.35);border-color:var(--color-brand-accent, #00a3e0)}.register-field__input--error{border-color:var(--color-semantic-error, #b42318)}.register-field__input--error:focus{border-color:var(--color-semantic-error, #b42318);outline-color:#b4231840}.register-field__error{margin:0;font-size:12px;line-height:16px;color:var(--color-semantic-error, #b42318)}.register-field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2371717a' d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.register-select{position:relative;width:100%}.register-select__input{width:100%}.register-select__list{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:220px;margin:0;padding:4px 0;list-style:none;overflow-y:auto;border:1px solid var(--color-border-border-subtle, #d4d4d8);border-radius:8px;background:var(--color-background-bg-primary, #fff);box-shadow:0 8px 24px #00000014}.register-select__option{display:block;width:100%;padding:10px 16px;border:none;background:transparent;font-size:15px;font-family:inherit;text-align:left;color:var(--color-text-text-body-on-secondary, #3f3f46);cursor:pointer}.register-select__option:hover,.register-select__option--selected{background:var(--color-background-bg-tertiary, #f4f4f5)}.register-select__empty{padding:10px 16px;font-size:14px;color:var(--color-text-text-body-subtle-on-primary, #71717a)}.register-country-select{position:relative;width:100%}.register-country-select__input{width:100%}.register-country-select__list{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:280px;margin:0;padding:4px 0;list-style:none;overflow-y:auto;border:1px solid var(--color-border-border-subtle, #d4d4d8);border-radius:8px;background:var(--color-background-bg-primary, #fff);box-shadow:0 8px 24px #00000014}.register-country-select__option{display:block;width:100%;padding:10px 16px;border:none;background:transparent;font-size:15px;font-family:inherit;text-align:left;color:var(--color-text-text-body-on-secondary, #3f3f46);cursor:pointer}.register-country-select__option:hover,.register-country-select__option--selected{background:var(--color-background-bg-tertiary, #f4f4f5)}.register-country-select__divider{height:1px;margin:4px 12px;background:var(--color-border-border-subtle, #d4d4d8)}.register-country-select__empty{padding:10px 16px;font-size:14px;color:var(--color-text-text-body-subtle-on-primary, #71717a)}.register-field__hint{margin:0;font-size:12px;line-height:16px;color:var(--color-text-text-body-subtle-on-primary, #71717a)}.register-submit{display:flex;height:48px;min-width:120px;padding:0 20px;justify-content:center;align-items:center;box-sizing:border-box;width:100%;border:none;border-radius:8px;font-size:16px;font-weight:500;font-family:inherit;line-height:24px;color:#fff;background:var(--color-background-bg-cta, #006c8e);cursor:pointer;text-decoration:none}.register-submit:hover:not(:disabled){background:var(--color-brand-primary-hover, #005570)}.register-submit:disabled{opacity:.45;cursor:not-allowed}.register-submit:focus-visible{outline:2px solid var(--color-brand-accent, #00a3e0);outline-offset:2px}.register-legal{margin:0;padding:0;color:var(--color-text-text-body-on-primary, #52525b);text-align:center;font-size:12px;font-weight:400;line-height:18px}.register-legal a{color:var(--color-text-text-fg-blue-subtle, #2a73d4);text-decoration:underline}.register-field__label-text--mobile{display:none}.register-form--personal .register-legal--scroll{order:2}.register-form--personal .register-form__sticky-actions{order:1}.register-form--email{gap:24px}.register-email__fields{display:flex;flex-direction:column;gap:16px;width:100%}.register-field--email{gap:0}.register-field__input--email{border-color:var(--color-border-border-subtle, #d4d4d8)}.register-field__input--email::placeholder{color:#1212123d;font-weight:500}.register-legal--email{margin:0;text-align:center}.register-email-footer{display:flex;flex-direction:column;gap:12px;width:100%}.register-email-footer__prompt{margin:0;font-size:16px;line-height:26px;color:var(--color-text-text-body-on-primary, #52525b)}.register-outline-btn{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:48px;padding:0 20px;border-radius:8px;border:1px solid var(--color-border-border-cta, #006c8e);font-size:16px;font-weight:500;font-family:inherit;line-height:24px;color:var(--color-text-text-secondary-cta, #006c8e);background:transparent;text-decoration:none;cursor:pointer}.register-outline-btn:hover{background:#006c8e0f}.register-page--email-step .register-card__form-section,.register-page--email-step .register-card__step-content,.register-page--verify-step .register-card__form-section,.register-page--verify-step .register-card__step-content,.register-page--password-step .register-card__form-section,.register-page--password-step .register-card__step-content{flex:1;min-height:0}@media(min-width:961px){html:has(.register-page--personal-step),body:has(.register-page--personal-step){height:auto;min-height:100%;overflow:auto}.register-page--personal-step{height:auto;min-height:100dvh;overflow:visible}.register-page--personal-step .register-page__shell{max-height:none;overflow:visible}.register-page--personal-step .register-page__form-wrap{height:auto}.register-page--personal-step .register-card{height:auto;min-height:unset}.register-page--personal-step .register-card__body{overflow:visible;max-height:none}.register-page--personal-step .register-card__step-content{overflow-y:visible}}.register-form--password,.register-password__fields{display:flex;flex-direction:column;gap:16px;width:100%}.register-password-requirements{border-radius:8px;background:var(--color-background-bg-tertiary, #f4f4f5);padding:16px;width:100%}.register-password-requirements__title{margin:0 0 16px;color:var(--color-text-text-heading-on-tertiary, #121212);font-size:16px;font-weight:600;line-height:24px}.register-password-requirements__list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.register-password-requirement{display:flex;align-items:center;gap:16px}.register-password-requirement__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#1212123d;flex-shrink:0}.register-password-requirement__tick{display:block;width:12px;height:12px}.register-password-requirement__icon--met{background:var(--color-semantic-success, #16a34a)}.register-password-requirement__text{color:var(--color-text-text-body-subtle-on-secondary, #52525b);font-size:16px;line-height:26px}.register-form__sticky-actions--password .register-submit{width:100%}.register-verify-email{display:flex;flex-direction:column;gap:24px;width:100%}.register-verify-email__otp-block{display:flex;flex-direction:column;gap:16px;width:100%}.register-verify-email__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.register-verify-email__timer,.register-verify-email__resend{margin:0;flex:1 1 0;min-width:0;color:var(--color-text-text-body-on-primary, #52525b);font-size:12px;line-height:18px}.register-verify-email__resend{text-align:right}.register-verify-email__timer-value{color:var(--color-text-text-fg-blue-subtle, #2a73d4);font-weight:500;line-height:16px}.register-verify-email__resend-link{padding:0;border:none;background:transparent;color:var(--color-text-text-fg-blue-subtle, #2a73d4);font-size:12px;font-weight:500;font-family:inherit;line-height:16px;text-decoration:underline;cursor:pointer}.register-verify-email__resend-link:hover:not(:disabled){color:var(--color-border-border-cta, #006c8e)}.register-verify-email__resend-link:disabled{color:var(--color-text-text-fg-disabled, rgba(18, 18, 18, .24));text-decoration:none;cursor:not-allowed}.register-verify-email__resend-link:focus-visible{outline:2px solid var(--color-brand-accent, #00a3e0);outline-offset:2px;border-radius:2px}.register-verify-email__actions{display:flex;flex-direction:column;gap:16px;width:100%}.register-verify-email__actions .register-submit,.register-secondary-btn--verify-cancel{width:100%}.register-secondary-btn--verify-cancel{border-color:var(--color-border-border-cta, #006c8e);color:var(--color-border-border-cta, #006c8e);font-weight:500}.register-secondary-btn--verify-cancel:hover:not(:disabled){background:#0066850f}.register-otp-field{display:flex;flex-direction:column;gap:4px;width:100%}.register-otp-field__label{color:var(--color-text-text-body-on-primary, #52525b);font-size:16px;line-height:26px}.register-otp-field__boxes{display:grid;gap:8px;width:100%}.register-otp-field__boxes--error .register-otp-field__box{border-color:var(--color-semantic-error, #dc2626)}.register-otp-field__box{box-sizing:border-box;width:min(100%,48px);aspect-ratio:1;justify-self:center;border-radius:var(--input-field-corner-radius, 8px);border:var(--input-field-border-width, 1px) solid var(--color-border-border-subtle, #d4d4d8);background:var(--color-background-bg-primary, #fff);color:var(--color-text-text-body-on-primary, #52525b);font-size:16px;font-weight:500;font-family:inherit;line-height:24px;text-align:center;padding:0}.register-otp-field__box::placeholder{color:var(--color-text-text-fg-disabled, rgba(18, 18, 18, .24))}.register-otp-field__box:focus{outline:2px solid rgba(0,163,224,.35);border-color:var(--color-brand-accent, #00a3e0)}.register-otp-field__box:disabled{opacity:.6;cursor:not-allowed}.register-error{margin:0 0 12px;padding:10px 12px;border-radius:8px;font-size:.875rem;color:var(--color-semantic-error, #b42318);background:#b4231814;width:100%}.register-footer-link{margin:16px 0 0;font-size:.875rem;color:var(--color-text-text-body-on-primary, #52525b);text-align:center;width:100%}.register-footer-link a{color:var(--color-text-text-secondary-cta, #006c8e);font-weight:600;text-decoration:none}.register-footer-link a:hover{text-decoration:underline}.register-step-hint{margin:0;font-size:var(--font-size-lg, 18px);line-height:var(--line-height-2xl, 28px);color:var(--color-text-text-body-on-primary, #52525b)}.register-verify-target{margin:0;font-size:.875rem;color:var(--color-text-text-body-subtle-on-primary, #71717a)}.register-secondary-btn{display:flex;height:48px;width:100%;justify-content:center;align-items:center;border:1px solid var(--color-border-border-cta, #006c8e);border-radius:8px;font-size:.9375rem;font-weight:600;font-family:inherit;color:var(--color-border-border-cta, #006c8e);background:transparent;cursor:pointer}.register-secondary-btn:hover:not(:disabled){background:#0066850f}.register-secondary-btn:disabled{opacity:.45;cursor:not-allowed}.register-done{display:flex;flex-direction:column;gap:12px;width:100%}.register-mobile-header{display:none}.register-field__input-wrap{position:relative;width:100%}.register-field__input--password{padding-right:2.75rem}.register-field__toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:transparent;color:#71717a;cursor:pointer;border-radius:4px}.register-field__toggle:hover{color:var(--color-brand-navy, #003b5c)}@media(max-height:1000px)and (min-width:961px){.register-page{padding:20px 32px}.register-page__shell{gap:40px}.register-card{padding:56px 48px 48px}.register-card__logo{width:200px;height:67px}.register-card__title{font-size:34px;line-height:42px}.register-card__form-section{gap:24px}.register-feature{padding:18px 14px;gap:10px}.register-feature__text{font-size:14px;line-height:22px}}@media(max-height:860px)and (min-width:961px){.register-page{padding:16px 24px}.register-page__shell{gap:28px}.register-card{padding:40px 48px 36px}.register-card__logo{width:180px;height:60px}.register-card__title{font-size:30px;line-height:38px}.register-card__subtitle{font-size:16px;line-height:24px}.register-card__form-section{gap:20px}.register-card__step-content,.register-setup,.register-form{gap:12px}.register-fields{gap:10px}.register-field__input{height:44px;font-size:15px}.register-field__label{font-size:13px;line-height:18px}.register-submit{height:44px;font-size:15px}.register-features{gap:12px}.register-feature{padding:12px 10px;gap:8px}.register-feature__text{font-size:13px;line-height:20px}}@media(max-height:780px)and (min-width:961px){.register-page{padding:12px 20px}.register-page__shell{gap:20px}.register-card{padding:28px 48px 24px}.register-card__logo{width:150px;height:50px}.register-card__title{font-size:26px;line-height:32px}.register-card__subtitle{font-size:15px;line-height:22px}.register-card__form-section{gap:16px}.register-fields{gap:8px}.register-field__input{height:40px;padding:0 12px;font-size:14px}.register-field__hint{font-size:11px;line-height:14px}.register-submit{height:40px;font-size:14px}.register-legal{font-size:11px;line-height:16px}.register-illustration{width:480px;height:324px}.register-features{gap:8px}.register-feature{padding:10px 8px;border-radius:12px}.register-feature__icon{padding:6px}.register-feature__icon-img{width:20px;height:20px}.register-feature__text{font-size:12px;line-height:17px}}@media(max-height:700px)and (min-width:961px){.register-page__shell{transform:scale(.94);transform-origin:center center}}@media(max-width:1280px){.register-page__shell{gap:32px}.register-page__hero{flex:1 1 520px;width:auto}.register-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:960px){html:has(.register-page),body:has(.register-page){overflow:auto;height:auto}.register-page{height:auto;max-height:none;min-height:100dvh;overflow-y:auto;padding:0;background:var(--color-background-bg-primary, #fff)}.register-page__shell{max-height:none;overflow:visible;transform:none}.register-page__shell{flex-direction:column;gap:0}.register-page__hero{display:none}.register-page__form-wrap{flex:1 1 auto;width:100%;height:auto}.register-mobile-header{display:flex;align-items:center;gap:12px;flex-shrink:0;width:100%;padding:18px 20px;box-sizing:border-box;background:var(--color-background-bg-primary, #fff);border-bottom:1px solid var(--color-border-border-subtle, #d4d4d8)}.register-mobile-header__back{display:flex;height:48px;margin:0;padding:0 14px;justify-content:center;align-items:center;border:none;background:transparent;cursor:pointer;border-radius:4px}.register-mobile-header__back:focus-visible{outline:2px solid rgba(0,163,224,.35);outline-offset:2px}.register-mobile-header__back-icon{display:block;width:20px;height:34px}.register-mobile-header__brand{display:flex;align-items:center;min-width:0}.register-mobile-header__logo{display:block;width:118px;height:38px;object-fit:contain;object-position:left center}.register-mobile-header__spacer{width:48px;flex-shrink:0}.register-card{min-height:0;height:auto;max-height:none;justify-content:flex-start;overflow:visible;padding:24px 20px 32px;border:none;border-radius:0;background:transparent}.register-card__body{max-height:none;overflow:visible;width:100%;gap:16px}.register-card__brand{display:none}.register-card__title{font-size:32px;line-height:40px}.register-card__form-section{gap:16px;margin-top:0}.register-card__subtitle{margin:0}.register-form__row{flex-direction:column}.register-form--personal .register-legal--scroll{order:0}.register-form--personal .register-form__sticky-actions{order:1}.register-page--personal-step{padding-bottom:0}.register-page--personal-step .register-page__form-wrap{padding-bottom:calc(84px + env(safe-area-inset-bottom,0px))}.register-form--personal{gap:12px}.register-form--personal .register-fields,.register-form--personal .register-form__row{gap:8px}.register-field__label-text--desktop{display:none}.register-field__label-text--mobile{display:inline}.register-field--address-line2{display:none}.register-legal--scroll{margin-top:4px;text-align:left;font-size:16px;line-height:26px}.register-form__sticky-actions{position:fixed;left:0;right:0;bottom:0;z-index:20;display:flex;justify-content:flex-end;padding:12px 16px calc(24px + env(safe-area-inset-bottom,0px));background:var(--color-background-bg-primary, #fff);box-shadow:0 -3px 8px #0000001f}.register-page--email-step{min-height:100dvh}.register-page--email-step .register-page__shell{flex:1 1 auto;min-height:0}.register-page--email-step .register-page__form-wrap{display:flex;flex-direction:column;min-height:0}.register-page--email-step .register-card{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;padding:20px}.register-page--email-step .register-card__body{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.register-page--email-step .register-card__form-section{flex:1 1 auto;display:flex;flex-direction:column;gap:20px;min-height:0}.register-page--email-step .register-card__step-content{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.register-form--email{flex:1 1 auto;gap:0;min-height:0}.register-form--email .register-email__fields{order:1;gap:12px}.register-form--email .register-email-footer{order:2;margin-top:20px}.register-form--email .register-legal--email{order:3;margin-top:auto;padding-top:24px;font-size:12px;line-height:18px}.register-page--verify-step{min-height:100dvh}.register-page--verify-step .register-page__shell{flex:1 1 auto;min-height:0}.register-page--verify-step .register-page__form-wrap{display:flex;flex-direction:column;min-height:0}.register-page--verify-step .register-card{flex:1 1 auto;min-height:0;padding:20px}.register-page--verify-step .register-card__body{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.register-page--verify-step .register-card__form-section{flex:1 1 auto;display:flex;flex-direction:column;gap:20px;min-height:0}.register-page--verify-step .register-card__step-content{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.register-page--verify-step .register-verify-email{flex:1 1 auto;min-height:0}.register-page--password-step{min-height:100dvh}.register-page--password-step .register-page__shell{flex:1 1 auto;min-height:0}.register-page--password-step .register-page__form-wrap{display:flex;flex-direction:column;min-height:0;padding-bottom:calc(84px + env(safe-area-inset-bottom,0px))}.register-page--password-step .register-card{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;padding:20px}.register-page--password-step .register-card__body{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.register-page--password-step .register-card__form-section{flex:1 1 auto;display:flex;flex-direction:column;gap:20px;min-height:0}.register-page--password-step .register-card__step-content{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.register-form--password,.register-form--password .register-password__fields{flex:1 1 auto;min-height:0}}@media(max-width:520px){.register-card{padding:20px 16px 24px}.register-card__title{font-size:28px;line-height:36px}.register-mobile-header{padding:18px 20px}.register-card__form-section{gap:16px;margin-top:0}.register-card__subtitle{margin:0}.register-page--email-step .register-card{padding:20px}.register-page--email-step .register-card__title{font-size:28px;line-height:36px}.register-page--verify-step .register-card{padding:20px}.register-page--verify-step .register-card__title{font-size:28px;line-height:36px}.register-otp-field__box{font-size:14px;line-height:20px}.register-page--password-step .register-card{padding:20px}.register-page--password-step .register-card__title{font-size:28px;line-height:36px}}.dashboard-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.dashboard-loading{max-width:1200px;margin:0 auto;color:var(--color-text-text-body-on-primary, #52525b);font-size:var(--font-size-md, 16px)}.dashboard-welcome{display:flex;flex-direction:column;gap:var(--internal-padding-xsmall, 12px)}.dashboard-welcome__title{margin:0;font-size:var(--font-size-5xl, 40px);font-weight:var(--font-weight-bold, 700);line-height:var(--line-height-6xl, 48px);color:var(--color-text-text-heading-on-tertiary, #121212)}.dashboard-welcome__name{color:var(--color-text-text-fg-brand, #006c8e)}.dashboard-welcome__badge{display:inline-flex;align-self:flex-start;margin:0;padding:8px 12px;border-radius:8px;border:1px solid var(--color-border-border-brand-light, rgba(0, 108, 142, .32));background:var(--color-background-bg-brand-soft, #e6f4f8);font-size:var(--font-size-md, 16px);font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-xl, 26px);color:var(--color-text-text-fg-brand, #006c8e)}.dashboard-panel{display:flex;flex-direction:column;gap:var(--internal-padding-large, 24px);padding:var(--internal-padding-small, 16px);border-radius:16px;background:var(--color-background-bg-primary, #fff)}.dashboard-review{display:flex;gap:16px;align-items:flex-start;width:100%;min-width:0;padding:16px;border-radius:8px;border:1px solid var(--color-border-border-subtle, #d4d4d8);background:var(--color-background-bg-tertiary, #f4f4f5);box-sizing:border-box}.dashboard-review__icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:var(--button-icon-button-padding-small, 14px);box-sizing:border-box;border-radius:12px;border:1px solid var(--color-border-border-brand-light, rgba(0, 108, 142, .32));background:var(--color-background-bg-brand-soft, #e6f4f8)}@media(min-width:961px){.dashboard-review__icon-wrap{width:56px;height:56px;padding:16px}}.dashboard-review__icon{width:24px;height:24px;color:var(--color-icon-icon-brand, #006c8e)}.dashboard-review__copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.dashboard-review__title{margin:0;max-width:100%;font-family:var(--family-primary, "Noto Sans", sans-serif);font-size:var(--font-size-2xl, 24px);font-style:normal;font-weight:var(--font-weight-bold, 700);line-height:var(--line-height-3xl, 32px);color:var(--color-text-text-heading-on-tertiary, #121212);overflow-wrap:break-word}.dashboard-review__note{margin:0;font-family:var(--family-primary, "Noto Sans", sans-serif);font-size:var(--font-size-md, 16px);font-style:normal;font-weight:var(--font-weight-semibold, 600);line-height:var(--line-height-xl, 26px);color:var(--color-text-text-fg-brand, #006c8e)}.dashboard-review__text{margin:0;font-family:var(--family-primary, "Noto Sans", sans-serif);font-size:var(--font-size-md, 16px);font-style:normal;font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-xl, 26px);color:var(--color-text-text-body-on-tertiary, #282828)}.dashboard-profile-card{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:32px;row-gap:var(--internal-spacing-xlarge, 32px)}.dashboard-profile-card__intro{grid-column:1;grid-row:1;min-width:0}.dashboard-profile-card__stat{grid-column:2;grid-row:1;text-align:right;flex-shrink:0;align-self:start}.dashboard-profile-card__title{margin:0;max-width:100%;font-size:var(--font-size-4xl, 32px);font-weight:var(--font-weight-semibold, 600);line-height:var(--line-height-5xl, 40px);color:var(--color-text-text-heading-on-primary, #282828);overflow-wrap:break-word}.dashboard-profile-card__subtitle{margin:8px 0 0;font-size:var(--font-size-lg, 18px);font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-xl, 26px);color:var(--color-text-text-body-on-primary, #52525b)}.dashboard-profile-card__percent{margin:0;font-size:var(--font-size-4xl, 32px);font-weight:var(--font-weight-semibold, 600);line-height:1.25;letter-spacing:-.8px;color:var(--color-text-text-heading-on-primary, #282828)}.dashboard-profile-card__completed{margin:8px 0 0;font-size:var(--font-size-lg, 18px);font-weight:var(--font-weight-medium, 500);line-height:1.4;color:var(--color-text-text-body-on-primary, #52525b)}.dashboard-profile-card__body{grid-column:1 / -1;grid-row:2;display:flex;flex-direction:column;gap:var(--internal-spacing-large, 24px)}.dashboard-progress{height:10px;border-radius:var(--border-radius-rd-full, 999px);background:var(--color-background-bg-brand-medium, #b3deeb);overflow:hidden}.dashboard-progress__fill{height:100%;border-radius:var(--border-radius-rd-full, 999px);background:var(--color-icon-icon-brand, #006c8e);transition:width .2s ease}.dashboard-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-step{display:flex;gap:12px;align-items:flex-start;min-width:0}.dashboard-step__number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:22px;font-size:var(--font-size-md, 16px);font-weight:var(--font-weight-medium, 500);line-height:1.4}.dashboard-step__number--complete,.dashboard-step__number--pending{background:var(--color-background-bg-brand-soft, #e6f4f8);border:none;color:var(--color-text-text-fg-brand, #006c8e)}.dashboard-step__copy{min-width:0;display:flex;flex-direction:column;gap:6px}.dashboard-step__title{margin:0;font-size:var(--font-size-lg, 18px);font-weight:var(--font-weight-semibold, 600);line-height:var(--line-height-xl, 26px);color:var(--color-text-text-heading-on-primary, #282828);overflow-wrap:anywhere}.dashboard-step__text{margin:0;font-size:var(--font-size-md, 16px);font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-xl, 26px);color:var(--color-text-text-body-on-primary, #52525b);overflow-wrap:anywhere}.dashboard-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:var(--button-height-base, 48px);padding:0 var(--button-padding-base, 20px);border-radius:var(--button-border-radius, 8px);border:none;background:var(--color-background-bg-cta, #006c8e);font-family:inherit;font-size:var(--font-size-md, 16px);font-weight:var(--font-weight-medium, 500);line-height:var(--line-height-lg, 24px);color:var(--color-text-text-on-cta, #fff);text-decoration:none;cursor:pointer}.dashboard-cta:hover{background:var(--color-brand-primary-hover, #005570)}.dashboard-approved-lede{margin:0;font-size:var(--font-size-md, 16px);line-height:var(--line-height-xl, 26px);color:var(--color-text-text-body-on-primary, #52525b)}@media(max-width:960px){.dashboard-content{gap:16px;min-width:0;overflow-x:hidden}.dashboard-welcome{gap:16px}.dashboard-welcome__title{font-size:var(--font-size-6xl, 28px);line-height:var(--line-height-7xl, 36px);color:var(--color-text-text-heading-on-primary, #282828)}.dashboard-panel{gap:16px;padding:var(--internal-padding-small, 16px);overflow-x:hidden}.dashboard-review__note{display:none}.dashboard-review__title{width:100%;max-width:100%;font-family:var(--family-primary, "Noto Sans", sans-serif);font-size:20px;font-style:normal;font-weight:var(--font-weight-bold, 700);line-height:22px;color:var(--color-text-text-heading-on-tertiary, #121212);white-space:nowrap}:lang(fr) .dashboard-review__title{white-space:normal;line-height:26px;overflow-wrap:break-word}.dashboard-review__text{font-family:var(--family-primary, "Noto Sans", sans-serif);font-size:var(--font-size-xs, 13px);font-style:normal;font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-sm, 20px);color:var(--color-text-text-body-on-tertiary, #282828);overflow-wrap:anywhere}.dashboard-profile-card{grid-template-columns:1fr;grid-template-rows:auto auto auto;row-gap:16px;column-gap:0}.dashboard-profile-card__intro{grid-row:1;grid-column:1;width:100%;min-width:0}.dashboard-profile-card__stat{grid-row:2;grid-column:1;justify-self:start;align-self:start;display:flex;flex-flow:row nowrap;align-items:baseline;justify-content:flex-start;gap:8px;width:auto;max-width:100%;text-align:left;white-space:nowrap}.dashboard-profile-card__body{grid-row:3;gap:16px}.dashboard-profile-card__title{width:100%;font-size:24px;line-height:26px;white-space:normal;overflow-wrap:break-word}.dashboard-profile-card__subtitle{margin-top:8px;font-size:var(--font-size-lg, 16px);line-height:var(--line-height-xl, 24px)}.dashboard-profile-card__percent,.dashboard-profile-card__completed{margin:0;flex-shrink:0;white-space:nowrap;text-align:left}.dashboard-profile-card__percent{font-size:24px;line-height:28px;letter-spacing:0}.dashboard-profile-card__completed{font-size:16px;font-weight:var(--font-weight-semibold, 600);line-height:24px}.dashboard-profile-card__body .dashboard-steps{gap:16px}.dashboard-steps{grid-template-columns:1fr;gap:16px}.dashboard-step{flex-direction:row;align-items:flex-start;gap:12px}.dashboard-step__number{flex-shrink:0;order:0;width:40px;height:40px}.dashboard-step__copy{flex:1 1 0;order:1;min-width:0}.dashboard-step__title{font-size:15px;line-height:20px;white-space:nowrap;overflow-wrap:normal}.dashboard-step__text{font-size:var(--font-size-md, 16px);line-height:var(--line-height-xl, 26px)}}@media(max-width:360px){.dashboard-review__title{font-size:18px;line-height:22px}:lang(fr) .dashboard-review__title{line-height:24px}.dashboard-step__title{font-size:14px;line-height:18px}}.hbk-toast-region{position:fixed;top:24px;right:clamp(16px,5vw,var(--layout-page-margin, 80px));z-index:1100;width:min(360px,calc(100vw - 32px));pointer-events:none}.hbk-toast-region>*{pointer-events:auto}.hbk-toast{position:relative;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;padding:20px 40px 20px 16px;overflow:hidden;border-left:6px solid var(--color-border-border-success-subtle, #2ea345);border-radius:8px 0 0 8px;background:var(--color-background-bg-success-soft, #d6fbe0);box-shadow:0 10px 50px #232e3133}.hbk-toast__body{display:flex;gap:8px;align-items:flex-start;min-width:0}.hbk-toast__status-icon{flex-shrink:0;display:block;width:20px;height:20px}.hbk-toast__text{display:flex;flex-direction:column;gap:4px;justify-content:center;min-width:0}.hbk-toast__title{margin:0;font-family:var(--family-primary);font-size:var(--font-size-sm, 14px);font-weight:var(--font-weight-semibold, 600);line-height:var(--line-height-sm, 20px);color:var(--color-text-text-heading-on-primary, #282828)}.hbk-toast__message{margin:0;font-family:var(--family-primary);font-size:var(--font-size-2xs, 12px);font-weight:var(--font-weight-regular, 400);line-height:var(--line-height-xs, 18px);color:var(--color-text-text-body-on-primary, #52525b);overflow-wrap:break-word}.hbk-toast__close{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin:0;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer}.hbk-toast__close img{display:block;width:14px;height:14px}.hbk-toast__close:focus-visible{outline:2px solid rgba(0,108,142,.35);outline-offset:2px}@media(max-width:960px){.hbk-toast-region{top:16px;right:16px;width:min(340px,calc(100vw - 32px))}}:root{--bg: #f5f7fa;--panel: #ffffff;--border: #d1d5db;--text: #1a1a1a;--muted: #6b7280;--accent: #003b5c;--accent-dim: #005b8f;--accent-focus: #00a3e0}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Inter,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.unity-shell{display:grid;grid-template-columns:220px 1fr;grid-template-rows:auto 1fr;min-height:100vh}.unity-shell--auth{grid-template-columns:1fr;grid-template-rows:auto 1fr}.unity-shell-body{display:contents}.unity-shell--auth .unity-shell-body{display:block}.shell-header{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.5rem;background:var(--panel);border-bottom:1px solid var(--border)}.brand-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;flex-shrink:0}.brand-logo__img{height:36px;width:auto;max-width:140px;object-fit:contain;display:block}.brand-logo__text{font-weight:600;font-size:.95rem;letter-spacing:.02em;color:var(--accent)}@media(max-width:520px){.brand-logo__text{display:none}}.shell-nav{display:flex;align-items:center;gap:.75rem}.unity-shell--auth .shell-sidebar{display:none}.shell-sidebar{padding:1rem;border-right:1px solid var(--border);background:var(--panel)}.nav-group{display:flex;flex-direction:column;gap:.25rem}.nav-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.35rem}.nav-item{display:block;text-align:left;padding:.5rem .65rem;border-radius:6px;border:none;background:transparent;color:var(--text);font-size:.9rem;cursor:pointer;text-decoration:none}.nav-item:hover:not(:disabled){background:#003b5c0f}.nav-item.active{background:#003b5c1a;color:var(--accent)}.nav-item:disabled{opacity:.35;cursor:not-allowed}.shell-main{padding:1.5rem 2rem;max-width:56rem}.shell-main--wide{max-width:none}.shell-page-title{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}h1{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.unity-auth-main{grid-column:1 / -1;display:flex;justify-content:center;align-items:flex-start;padding:1.5rem 2rem 2rem;background:var(--bg)}.unity-auth-main--compact{padding-top:2rem;padding-bottom:1.5rem}.unity-auth-card{width:100%;max-width:28rem;margin:0}.unity-auth-card--compact{padding:1.25rem 1.35rem 1rem}.unity-auth-card--compact .unity-auth-card__lede{margin-bottom:.85rem}.unity-auth-card--compact .unity-auth-footer{margin-top:.85rem;padding-top:.85rem}.unity-auth-actions{margin:0}.unity-auth-card--compact .unity-auth-actions{min-height:44px;display:flex;align-items:center}.unity-auth-card--compact .unity-auth-actions .loading-state--inline{width:100%;justify-content:center}.unity-auth-card--compact .btn-block{margin:0}.unity-auth-card__title{margin:0 0 .35rem;font-size:1.35rem;font-weight:600;color:var(--text)}.unity-auth-card .panel-card__title,.unity-auth-card__title{color:var(--text)}.unity-auth-card__lede{margin-bottom:1.25rem}.unity-auth-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border);text-align:center;font-size:.875rem}.unity-auth-footer p{margin:0;line-height:1.45}.unity-auth-footer a{color:var(--accent);text-decoration:none;font-weight:500}.unity-auth-footer a:hover{text-decoration:underline}.wizard-steps{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.25rem}.wizard-steps__item{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid var(--border);color:var(--muted);background:var(--bg)}.wizard-steps__item--active{border-color:var(--accent);color:#fff;background:var(--accent)}.wizard-steps__item--done{border-color:var(--accent);color:var(--accent);background:#003b5c14}.wizard-steps__item--active.wizard-steps__item--done{color:#fff;background:var(--accent)}.btn-block{width:100%;justify-content:center;padding:.65rem 1rem;font-size:1rem}.lede{color:var(--muted);margin:0 0 1.25rem;line-height:1.5}.muted{color:var(--muted)}.user-pill{font-size:.85rem;color:var(--muted)}.user-json{margin:0;padding:1rem;border-radius:8px;background:var(--panel);border:1px solid var(--border);font-size:.8rem;overflow:auto}.btn{display:inline-flex;align-items:center;min-height:44px;padding:0 1rem;border-radius:4px;font-size:.875rem;font-weight:500;text-decoration:none;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dim)}.btn-ghost{background:transparent;color:var(--muted);border-color:var(--border)}.btn-ghost:hover{color:var(--text);border-color:var(--muted)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{min-height:32px;padding:0 .65rem;font-size:.8rem}.loading-state{display:flex;align-items:center;gap:.65rem;padding:1.5rem 0;color:var(--muted)}.loading-state--inline{padding:0}.loading-spinner{width:1.25rem;height:1.25rem;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.loading-label{font-size:.875rem}@keyframes spin{to{transform:rotate(360deg)}}.panel-card{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:1.15rem 1.25rem;margin-bottom:1rem}.panel-card__title{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:var(--accent)}.unity-auth-card.panel-card{padding:1.5rem 1.5rem 1.35rem}.unity-auth-card.panel-card.unity-auth-card--compact{padding:1.25rem 1.35rem 1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lang-select-wrap{display:inline-flex;align-items:center}.lang-select{min-height:36px;padding:.35rem 2rem .35rem .65rem;font-size:.8125rem;font-weight:500;font-family:inherit;color:var(--text);background:var(--panel) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E") no-repeat right .55rem center;border:1px solid var(--border);border-radius:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.lang-select:hover{border-color:var(--muted)}.lang-select:focus{outline:2px solid rgba(0,163,224,.35);border-color:var(--accent-focus)}.panel-card__hint{margin:-.35rem 0 1rem;font-size:.875rem;color:var(--muted);line-height:1.45}.profile-layout{position:relative}.profile-layout.is-busy .panel-card{pointer-events:none;opacity:.65}.profile-layout__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:flex-start;justify-content:center;padding-top:4rem;background:#f5f7fab8;border-radius:8px}.profile-meta--compact{margin-bottom:0}.alert{margin:0 0 1rem;padding:.65rem .85rem;border-radius:6px;font-size:.875rem;line-height:1.4}.alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.alert-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.profile-meta{display:grid;grid-template-columns:10rem 1fr;gap:.35rem 1rem;margin:0 0 1.5rem;font-size:.9rem}.profile-meta dt{color:var(--muted);margin:0}.profile-meta dd{margin:0}.profile-form{max-width:24rem}.access-summary{margin-top:0}.permission-list{margin:0;padding-left:1.1rem;max-height:12rem;overflow:auto}.permission-list li{margin:.15rem 0}.org-permissions{max-width:14rem;font-size:.8rem;line-height:1.35}.role-check{display:flex;align-items:flex-start;gap:.4rem;font-size:.8rem;line-height:1.3;cursor:pointer}.role-check input{margin-top:.15rem;accent-color:var(--accent)}.form-error{color:#b91c1c;font-size:.875rem}.form-success{color:#047857;font-size:.875rem}.org-table-card{position:relative}.org-table-card.is-busy .org-table-wrap{pointer-events:none}.org-table-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;background:#ffffffd1;border-radius:8px}.org-table-card__overlay--dim{background:#ffffffa6}.org-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--panel)}.org-table{width:100%;min-width:52rem;border-collapse:collapse;font-size:.875rem;table-layout:fixed}.org-table .col-user{width:22%}.org-table .col-name{width:11%}.org-table .col-roles{width:18%}.org-table .col-perms{width:22%}.org-table .col-status,.org-table .col-actions{width:8%}.org-table th,.org-table td{padding:.75rem .85rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;overflow:hidden}.org-table th{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);background:#003b5c08}.org-table tbody tr:last-child td{border-bottom:none}.org-email{font-weight:500;word-break:break-word}.org-id{display:block;font-size:.68rem;color:var(--muted);margin-top:.25rem;word-break:break-all}.org-permissions-text{display:block;font-size:.8rem;line-height:1.35;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-actions{text-align:right;white-space:nowrap}.org-editing-label{font-size:.8rem}.org-row--active{background:#003b5c0a}.org-row--dimmed{opacity:.45}.org-edit-row td{padding:0;border-bottom:1px solid var(--border);background:#003b5c08}.org-edit-panel{padding:1rem 1.15rem 1.15rem;border-top:2px solid var(--accent-focus)}.org-edit-panel__header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;margin-bottom:1rem}.org-edit-panel__email{font-size:.875rem}.org-edit-panel__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1.25rem}.org-edit-panel__roles{grid-column:1 / -1;margin:0;padding:.75rem 0 0;border:none;min-inline-size:0}.org-edit-panel__roles legend{padding:0;margin-bottom:.5rem;font-size:.8rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.org-edit-panel__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.org-empty{padding:1.25rem;margin:0}.tag-list{display:flex;flex-wrap:wrap;gap:.3rem}.tag{display:inline-block;padding:.15rem .45rem;font-size:.72rem;line-height:1.3;border-radius:4px;background:#003b5c14;color:var(--accent);border:1px solid rgba(0,59,92,.12)}.status-pill{display:inline-block;padding:.2rem .5rem;font-size:.75rem;border-radius:999px;background:#6b72801f;color:var(--muted)}.status-pill--ok{background:#0478571f;color:#047857}.role-checkboxes--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.4rem .75rem}.org-edit-panel .field{display:flex;flex-direction:column;gap:.35rem}.org-edit-panel .field>span{font-size:.8rem;font-weight:500;color:var(--muted)}.org-edit-panel .field input{width:100%;padding:.45rem .55rem;border:1px solid var(--border);border-radius:4px;font-size:.875rem}.org-edit-panel .field input:focus{outline:2px solid rgba(0,163,224,.35);border-color:var(--accent-focus)}.org-edit-panel .field input:disabled{background:var(--bg);opacity:.8}@media(max-width:720px){.org-edit-panel__grid{grid-template-columns:1fr}.unity-shell{grid-template-columns:1fr;grid-template-rows:auto auto 1fr}.shell-sidebar{border-right:none;border-bottom:1px solid var(--border);padding:.75rem 1rem}.nav-group{flex-direction:row;flex-wrap:wrap;gap:.35rem}.nav-label{width:100%;margin-bottom:.25rem}.shell-main,.unity-auth-main{padding:1rem 1rem 1.5rem}.shell-header{padding:.65rem 1rem}}.reg-form{display:flex;flex-direction:column;gap:1rem}.reg-form .field,.unity-auth-card .field{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;color:var(--text)}.reg-form .field>span,.unity-auth-card .field>span{font-size:.8rem;font-weight:500;color:var(--muted)}.reg-form .field input,.unity-auth-card .field input{height:44px;padding:0 12px;border:1px solid var(--border);border-radius:4px;font-size:.9375rem;font-family:inherit;width:100%;background:var(--panel)}.reg-form .field input:focus,.unity-auth-card .field input:focus{outline:2px solid rgba(0,163,224,.35);border-color:var(--accent-focus)}.reg-form .field input:disabled,.unity-auth-card .field input:disabled{background:var(--bg);opacity:.85}.verify-target{font-size:.85rem;margin:0 0 .5rem}.reg-done{display:flex;flex-direction:column;gap:.75rem}.auth-card .btn-primary:focus-visible,.unity-auth-card .btn-primary:focus-visible{outline:2px solid var(--accent-focus);outline-offset:2px}
