.kp-account-center{
  --kp-account-ink:var(--ks-color-ink,#403a34);
  --kp-account-muted:color-mix(in srgb,var(--kp-account-ink) 68%,transparent);
  --kp-account-line:color-mix(in srgb,var(--kp-account-ink) 16%,transparent);
  --kp-account-card:#fff;
  --kp-account-accent:var(--ks-color-accent,var(--accent-color,#958f2c));
  --kp-account-accent-soft:color-mix(in srgb,var(--kp-account-accent) 10%,transparent);
  --kp-account-accent-hover:color-mix(in srgb,var(--kp-account-accent) 88%,#fff);
  --kp-account-danger:#8b3932;
  width:min(820px,100%);
  margin:0 auto;
  padding:30px 24px 72px;
  box-sizing:border-box;
  color:var(--kp-account-ink);
}
.kp-account-center *{box-sizing:border-box}
.kp-account-center-heading{margin:0 0 20px;padding:0 0 18px;border-bottom:1px solid var(--kp-account-line)}
.kp-account-center-heading .kp-account-kicker{margin:0 0 7px;color:var(--kp-account-accent);font-size:11px;font-weight:750;letter-spacing:.15em}
.kp-account-center-heading h1{margin:0;font-size:clamp(32px,4vw,48px);font-weight:520;line-height:1.06;letter-spacing:-.035em}
.kp-account-center-tabs{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 20px;padding:6px;border:1px solid var(--kp-account-line);border-radius:12px;background:color-mix(in srgb,#fff 72%,transparent)}
.kp-account-center-tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:7px 12px;border-radius:8px;color:var(--kp-account-muted);font-size:15px;font-weight:650;text-decoration:none;white-space:nowrap}
.kp-account-center-tabs a:hover,.kp-account-center-tabs a:focus-visible{background:var(--kp-account-accent-soft);color:var(--kp-account-ink);outline:0}
.kp-account-center-tabs a.is-active{background:var(--kp-account-accent);color:#fff}
.kp-account-center-content{display:grid;gap:16px}
.kp-account-center-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.kp-account-card{margin:0;padding:24px;border:1px solid var(--kp-account-line);border-radius:16px;background:var(--kp-account-card);box-shadow:0 16px 44px rgb(55 44 31 / 6%)}
.kp-account-card h2{margin:0 0 10px;font-size:20px;line-height:1.3}
.kp-account-card p{margin:0 0 17px;color:var(--kp-account-muted);font-size:14px;line-height:1.52}
.kp-account-card p:last-child{margin-bottom:0}
.kp-account-lead{font-size:19px!important;color:var(--kp-account-phone-ink)!important}
.kp-account-form,.kp-account-card form{display:grid;gap:15px}
.kp-account-card label{display:grid;gap:7px;color:var(--kp-account-ink);font-size:13px;font-weight:650}
.kp-account-card label small{color:var(--kp-account-muted);font-weight:430;line-height:1.42}
.kp-account-card input[type=text],.kp-account-card input[type=email],.kp-account-card input[type=password],.kp-account-card input[type=tel],.kp-account-card select{width:100%;height:47px;padding:0 12px;border:1px solid color-mix(in srgb,var(--kp-account-ink) 24%,transparent);border-radius:8px;background:#fff;color:var(--kp-account-ink);font-family:inherit;font-size:14px;font-weight:400;line-height:1.2;box-sizing:border-box}
.kp-account-card input:focus,.kp-account-card select:focus{border-color:var(--kp-account-accent);outline:0;box-shadow:0 0 0 3px var(--kp-account-accent-soft)}
.kp-account-name-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.kp-account-center .kp-account-primary,.kp-account-center a.kp-account-primary,.kp-account-center button.kp-account-primary,.kp-account-center .kp-account-danger-button,.kp-account-center button.kp-account-danger-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px!important;padding:10px 17px!important;border-radius:8px!important;color:#fff!important;font-family:inherit!important;font-size:14px!important;font-weight:650!important;line-height:1.2!important;box-shadow:none!important;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}
.kp-account-center .kp-account-primary,.kp-account-center a.kp-account-primary,.kp-account-center button.kp-account-primary{border:1px solid var(--kp-account-accent)!important;background:var(--kp-account-accent)!important}
.kp-account-center .kp-account-primary:hover,.kp-account-center .kp-account-primary:focus-visible{border-color:var(--kp-account-accent-hover)!important;background:var(--kp-account-accent-hover)!important;color:#fff!important;outline:2px solid var(--kp-account-accent-soft);outline-offset:2px}
.kp-account-center .kp-account-danger-button,.kp-account-center button.kp-account-danger-button{border:1px solid var(--kp-account-danger)!important;background:var(--kp-account-danger)!important}
.kp-account-primary:active,.kp-account-danger-button:active{transform:translateY(1px)}
.kp-account-button-link{width:max-content;max-width:100%}
.kp-account-card-heading-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px}
.kp-account-card-heading-row h2{margin:0}
.kp-account-secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 11px;border:1px solid var(--kp-account-line);border-radius:8px;background:color-mix(in srgb,var(--kp-account-ink) 2%,#fff);color:var(--kp-account-ink);font-size:14px;font-weight:650;line-height:1.2;text-decoration:none;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}
.kp-account-secondary-action:hover,.kp-account-secondary-action:focus-visible{border-color:color-mix(in srgb,var(--kp-account-accent) 52%,transparent);background:var(--kp-account-accent-soft);color:var(--kp-account-accent);outline:0}
.kp-account-danger-button{border-color:var(--kp-account-danger);background:var(--kp-account-danger)}
.kp-account-check{grid-template-columns:20px minmax(0,1fr)!important;align-items:start;gap:8px;font-weight:450!important;line-height:1.45}
.kp-account-check input{width:17px;height:17px;margin-top:2px}
.kp-account-field-error{color:var(--kp-account-danger);font-size:12px;font-weight:500;line-height:1.4}
.kp-account-field-error:empty{display:none!important}
.kp-account-check>.kp-account-field-error{grid-column:2}
.kp-account-session-action{margin-top:18px;padding-top:16px;border-top:1px solid var(--kp-account-line)}
.kp-account-logout-link{display:inline-flex;min-height:38px;align-items:center;color:var(--kp-account-danger);font-size:calc(1em - 2px);font-weight:700;text-decoration:none}
.kp-account-logout-link:hover,.kp-account-logout-link:focus-visible{text-decoration:underline;outline:0}
.kp-account-access-methods{display:grid;margin:0 0 16px}
.kp-account-access-method{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--kp-account-line)}
.kp-account-access-method>div{display:grid;gap:4px;min-width:0}
.kp-account-access-method span{color:var(--kp-account-muted);font-size:13px;overflow-wrap:anywhere}
.kp-account-access-method>b{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:color-mix(in srgb,var(--kp-account-ink) 8%,transparent);color:var(--kp-account-muted);font-size:11px}
.kp-account-access-method>b.is-active{background:rgb(44 122 84 / 10%);color:#225e42}
.kp-account-warning{display:grid;gap:4px;margin:0 0 17px;padding:13px 15px;border-left:4px solid var(--kp-account-danger);border-radius:7px;background:rgb(139 57 50 / 6%);color:var(--kp-account-muted);font-size:13px}
.kp-account-warning strong{color:var(--kp-account-ink)}
.kp-account-danger{border-color:rgb(139 57 50 / 24%)}
.kp-account-protected{background:linear-gradient(180deg,#fff,rgb(235 240 247 / 45%))}
.kp-account-export-status,.kp-account-form-status{display:block;min-height:19px;margin:2px 0 0;color:var(--kp-account-muted);font-size:12px}
.kp-account-form-status.is-error{color:var(--kp-account-danger)}
.kp-account-google{width:100%;min-width:0;max-width:100%;margin:14px 0 4px}
.kp-account-google-host{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;max-width:100%;min-height:44px}
/* Google Identity Services renders its button iframe wider than the visible button and
   offsets it with negative horizontal margins. Generic responsive-media rules such as
   iframe{max-width:100%} must not clamp that provider-owned viewport. */
[data-kp-google-host] iframe,[data-ks-account-google-host] iframe{max-width:none}
.kp-account-google-status{min-height:18px;margin:5px 0 0;color:var(--kp-account-danger);font-size:12px;text-align:center}
@media(max-width:720px){
  .kp-account-center{padding:22px 14px 56px}
  .kp-account-center-grid,.kp-account-name-grid{grid-template-columns:1fr}
  .kp-account-center-tabs{display:grid;grid-template-columns:1fr 1fr}
  .kp-account-center-tabs a{white-space:normal;text-align:center}
  .kp-account-card{padding:20px 17px;border-radius:14px}
  .kp-account-primary,.kp-account-danger-button,.kp-account-button-link{width:100%}
  .kp-account-card-heading-row{align-items:flex-start;flex-direction:column}
}


/* Concise profile and portable library. */
.kp-account-field{display:grid;gap:7px}
.kp-account-field-label{font-size:13px;font-weight:650;color:var(--kp-account-ink)}
.kp-account-static-value{min-height:47px;display:flex;align-items:center;padding:0 12px;border:1px solid color-mix(in srgb,var(--kp-account-ink) 24%,transparent);border-radius:8px;background:color-mix(in srgb,var(--kp-account-ink) 3%,#fff);color:var(--kp-account-muted);font-family:inherit;font-size:14px;font-weight:400;line-height:1.2;overflow-wrap:anywhere}
.kp-account-phone{min-width:0;margin:0;padding:0;border:0}
.kp-account-phone legend{margin:0 0 7px;padding:0;color:var(--kp-account-ink);font-size:13px;font-weight:650}
.kp-account-phone legend small{color:var(--kp-account-muted);font-weight:430}
/* Canonical phone control shared by WEB, Google onboarding and Sutta app.
   Accounts owns the visible 47 px geometry. A native <select> uses the same box
   as the phone <input>. If a host enhances that select with Select2 (Salient's
   Fancy Select is one such host), the original hidden select stays hidden and
   the generated Select2 surface is normalized to this same contract. */
.kp-account-phone{--kp-account-phone-control-height:47px;--kp-account-phone-ink:var(--kp-account-ink,var(--ks-text,#403a34));--kp-account-phone-accent:var(--kp-account-accent,var(--ks-color-accent,#958f2c));--kp-account-phone-accent-soft:var(--kp-account-accent-soft,color-mix(in srgb,var(--kp-account-phone-accent) 10%,transparent))}
.kp-account-phone-row{display:grid;grid-template-columns:minmax(112px,140px) minmax(0,1fr);gap:8px;align-items:stretch}
.kp-account-phone[data-kp-phone-control] .kp-account-phone-row>select.kp-account-phone-country:not(.select2-hidden-accessible),
.kp-account-phone[data-kp-phone-control] .kp-account-phone-row>input.kp-account-phone-number{display:block!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;height:var(--kp-account-phone-control-height)!important;min-height:var(--kp-account-phone-control-height)!important;max-height:var(--kp-account-phone-control-height)!important;margin:0!important;padding:0 12px!important;position:static!important;float:none!important;align-self:stretch!important;vertical-align:top!important;transform:none!important;border:1px solid color-mix(in srgb,var(--kp-account-phone-ink) 24%,transparent)!important;border-radius:8px!important;background-color:#fff!important;color:var(--kp-account-phone-ink)!important;font-family:inherit!important;font-size:14px!important;font-weight:400!important;line-height:1.2!important;box-shadow:none!important}
/* Select2 interoperability boundary. Do not style this per surface: the same
   canonical rule covers WEB and any embedded consumer when Select2 is present. */
.kp-account-phone[data-kp-phone-control] .fancy-select-wrap{box-sizing:border-box!important;width:100%!important;height:var(--kp-account-phone-control-height)!important;min-height:var(--kp-account-phone-control-height)!important;margin:0!important;padding:0!important;align-self:stretch!important}
.kp-account-phone[data-kp-phone-control] .fancy-select-wrap>.select2-container{display:block!important;box-sizing:border-box!important;width:100%!important;height:var(--kp-account-phone-control-height)!important;min-height:var(--kp-account-phone-control-height)!important;margin:0!important;padding:0!important}
.kp-account-phone[data-kp-phone-control] .select2-container .select2-selection--single{box-sizing:border-box!important;width:100%!important;height:var(--kp-account-phone-control-height)!important;min-height:var(--kp-account-phone-control-height)!important;margin:0!important;padding:0!important;border:1px solid color-mix(in srgb,var(--kp-account-phone-ink) 24%,transparent)!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}
.kp-account-phone[data-kp-phone-control] .select2-container .select2-selection--single .select2-selection__rendered{box-sizing:border-box!important;height:calc(var(--kp-account-phone-control-height) - 2px)!important;margin:0!important;padding:0 34px 0 12px!important;color:var(--kp-account-phone-ink)!important;font-family:inherit!important;font-size:14px!important;font-weight:400!important;line-height:calc(var(--kp-account-phone-control-height) - 2px)!important}
.kp-account-phone[data-kp-phone-control] .select2-container .select2-selection--single .select2-selection__arrow{top:0!important;right:8px!important;height:calc(var(--kp-account-phone-control-height) - 2px)!important;margin:0!important}
.kp-account-phone[data-kp-phone-control] .select2-container--focus .select2-selection--single,
.kp-account-phone[data-kp-phone-control] .select2-container--open .select2-selection--single{border-color:var(--kp-account-phone-accent)!important;box-shadow:0 0 0 3px var(--kp-account-phone-accent-soft)!important}
.kp-account-steps{margin:0 0 14px;padding-left:22px;color:var(--kp-account-muted);line-height:1.55}
.kp-account-action-note{font-size:13px}
.kp-account-action-label{margin:14px 0 6px;font-size:13px;font-weight:700;color:var(--kp-account-ink);text-align:center}
.kp-account-library-sync{display:flex;align-items:center;gap:10px;margin:0 0 20px;padding:11px 13px;border:1px solid var(--kp-account-line);border-radius:10px;background:color-mix(in srgb,var(--kp-account-ink) 2%,#fff);font-size:13px}
.kp-account-library-sync-dot{flex:0 0 auto;width:9px;height:9px;border-radius:999px;background:#8a8a84}
.kp-account-library-sync>span:nth-child(2){display:grid;gap:2px;min-width:0}
.kp-account-library-sync strong{font-size:13px;line-height:1.3}
.kp-account-library-sync small{color:var(--kp-account-muted);font-size:12px;line-height:1.35}
.kp-account-library-sync.is-synced .kp-account-library-sync-dot{background:#2f7d55}
.kp-account-library-sync.is-syncing .kp-account-library-sync-dot,.kp-account-library-sync.is-pending .kp-account-library-sync-dot{background:#9a7a21}
.kp-account-library-sync.is-error .kp-account-library-sync-dot,.kp-account-library-sync.is-offline .kp-account-library-sync-dot{background:#9b4b40}
.kp-account-library-sync button{margin-left:auto;padding:5px 8px;border:0;background:transparent;color:var(--kp-account-accent);font:inherit;font-size:12px;font-weight:650;cursor:pointer}
.kp-account-portability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.kp-account-portability-grid>div{display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.kp-account-portability-grid h3{margin:0 0 7px;font-size:16px}
.kp-account-portability-grid .kp-account-form{display:flex;flex:1;width:100%;height:100%;flex-direction:column}
.kp-account-portability-grid .kp-account-export-status{order:2;margin-top:auto}
.kp-account-portability-grid .kp-account-button-link{order:3;width:100%;margin-top:0}
.kp-account-portability-grid .kp-account-form .kp-account-primary{width:100%;margin-top:auto}
.kp-account-card input[type=file]{width:100%;padding:10px;border:1px solid var(--kp-account-line);border-radius:8px;background:#fff;color:var(--kp-account-ink)}
@media(max-width:720px){
  .kp-account-phone-row,.kp-account-portability-grid{grid-template-columns:1fr}
  .kp-account-phone-country{width:100%!important}
}



.kp-account-label-caption{display:inline-flex;align-items:baseline;gap:.18em;justify-self:start}
.kp-account-label-caption small{color:var(--kp-account-muted);font-weight:430}
.kp-account-required{color:var(--kp-account-danger);font-weight:750}
.kp-account-check.is-disabled{opacity:.5;cursor:not-allowed}
.kp-account-check.is-disabled input{cursor:not-allowed}
.kp-account-dependent-note{display:block;margin-top:3px;color:var(--kp-account-muted);font-size:12px;font-weight:430;line-height:1.4}
