:root{
  --hk-auth-navy:#07166f;
  --hk-auth-navy-2:#102f92;
  --hk-auth-stone:#385b89;
  --hk-auth-gold:#d7a62f;
  --hk-auth-gold-soft:#f4d785;
  --hk-auth-cream:#f8f3e8;
  --hk-auth-paper:#fffdf8;
  --hk-auth-ink:#10162b;
  --hk-auth-muted:#667085;
  --hk-auth-line:rgba(7,22,111,.12);
  --hk-auth-danger:#b42318;
  --hk-auth-success:#087443;
  --hk-auth-shadow:0 24px 70px rgba(7,22,111,.14);
  --hk-auth-soft-shadow:0 12px 34px rgba(16,24,40,.08);
  --hk-auth-radius:30px;
  --hk-auth-font:"Vazirmatn","Dana","Shabnam","Vazir",Tahoma,Arial,sans-serif;
}

*{box-sizing:border-box}
html{direction:rtl;background:var(--hk-auth-cream);-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body.hk-auth-body{margin:0;font-size:14px;line-height:1.8;min-width:320px;min-height:100dvh;color:var(--hk-auth-ink);font-family:var(--hk-auth-font);background:
  radial-gradient(circle at 12% -5%,rgba(215,166,47,.24),transparent 30%),
  radial-gradient(circle at 88% 4%,rgba(56,91,137,.16),transparent 28%),
  linear-gradient(180deg,#fbf8f1 0%,#f5efe3 100%)}
body.hk-auth-body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(7,22,111,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,22,111,.035) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,#000,transparent 76%)}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}

.hk-auth-page{width:min(100%,460px);min-height:100dvh;margin:0 auto;padding:calc(18px + env(safe-area-inset-top)) 18px calc(28px + env(safe-area-inset-bottom));position:relative}
.hk-auth-page--center{display:flex;flex-direction:column;justify-content:center}
.hk-auth-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.hk-auth-back{width:44px;height:44px;display:grid;place-items:center;border-radius:17px;border:1px solid var(--hk-auth-line);background:rgba(255,253,248,.82);box-shadow:var(--hk-auth-soft-shadow);text-decoration:none;color:var(--hk-auth-navy);font-size:26px;line-height:1}
.hk-auth-header-title{font-size:14px;font-weight:950;color:var(--hk-auth-navy);letter-spacing:-.2px}
.hk-auth-header-slot{width:44px;height:44px}

.hk-auth-brand{display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.hk-auth-brand img{width:138px;height:auto;filter:drop-shadow(0 13px 20px rgba(7,22,111,.16))}
.hk-auth-brand--small img{width:102px}

.hk-auth-hero{position:relative;overflow:hidden;border-radius:36px;padding:25px 23px 24px;background:linear-gradient(145deg,#050d47 0%,var(--hk-auth-navy) 48%,var(--hk-auth-navy-2) 100%);color:#fff;box-shadow:0 27px 70px rgba(7,22,111,.28);isolation:isolate}
.hk-auth-hero:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;left:-68px;bottom:-116px;background:radial-gradient(circle,rgba(244,215,133,.52),rgba(215,166,47,.08) 54%,transparent 70%);z-index:-1}
.hk-auth-hero:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-62px;top:-78px;border:1px solid rgba(255,255,255,.18);box-shadow:0 0 0 22px rgba(255,255,255,.035),0 0 0 44px rgba(255,255,255,.025);z-index:-1}
.hk-auth-kicker{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(244,215,133,.25);border-radius:999px;background:rgba(255,255,255,.08);font-size:11px;font-weight:900;color:var(--hk-auth-gold-soft)}
.hk-auth-kicker:before{content:"";width:6px;height:6px;border-radius:99px;background:var(--hk-auth-gold-soft);box-shadow:0 0 0 5px rgba(244,215,133,.12)}
.hk-auth-title{margin:14px 0 0;font-size:26px;line-height:1.65;font-weight:1000;letter-spacing:-.65px}
.hk-auth-subtitle{margin:7px 0 0;color:rgba(255,255,255,.74);font-size:13px;line-height:2;font-weight:650}
.hk-auth-hero-mark{position:absolute;left:20px;top:23px;width:58px;height:58px;border-radius:21px;padding:8px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}
.hk-auth-hero-mark img{width:100%;height:100%;object-fit:contain}

.hk-auth-card{margin-top:16px;border:1px solid var(--hk-auth-line);border-radius:var(--hk-auth-radius);background:rgba(255,253,248,.92);box-shadow:var(--hk-auth-soft-shadow);padding:18px;backdrop-filter:blur(16px)}
.hk-auth-card--flat{box-shadow:none;background:rgba(255,255,255,.58)}
.hk-auth-card-title{font-size:16px;font-weight:1000;color:var(--hk-auth-ink)}
.hk-auth-card-sub{margin-top:6px;font-size:12px;line-height:2;color:var(--hk-auth-muted);font-weight:650}

.hk-role-list{display:grid;gap:12px;margin-top:18px}
.hk-role-card{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) 30px;align-items:center;gap:13px;min-height:86px;padding:14px 15px;border-radius:26px;border:1px solid var(--hk-auth-line);background:linear-gradient(180deg,#fff,#fdfbf5);text-decoration:none;box-shadow:0 10px 28px rgba(16,24,40,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.hk-role-card:active{transform:scale(.985)}
.hk-role-card:hover{border-color:rgba(7,22,111,.28);box-shadow:0 16px 36px rgba(7,22,111,.11)}
.hk-role-card--primary{border-color:rgba(7,22,111,.18);background:linear-gradient(145deg,#fff,#f4f6ff)}
.hk-role-icon{width:52px;height:52px;border-radius:20px;display:grid;place-items:center;color:var(--hk-auth-navy);background:linear-gradient(145deg,rgba(7,22,111,.09),rgba(56,91,137,.13));border:1px solid rgba(7,22,111,.1)}
.hk-role-card--merchant .hk-role-icon{color:#875d00;background:linear-gradient(145deg,rgba(215,166,47,.14),rgba(244,215,133,.22));border-color:rgba(215,166,47,.18)}
.hk-role-icon svg{width:25px;height:25px}
.hk-role-copy{min-width:0}
.hk-role-title{font-size:15px;font-weight:1000;color:var(--hk-auth-ink)}
.hk-role-sub{margin-top:4px;font-size:12px;line-height:1.9;color:var(--hk-auth-muted);font-weight:700}
.hk-role-arrow{width:30px;height:30px;border-radius:13px;display:grid;place-items:center;color:var(--hk-auth-navy);background:rgba(7,22,111,.06);font-size:22px}

.hk-auth-form{margin-top:16px}
.hk-form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.hk-form-grid-2--top{margin-top:14px}
.hk-field{margin-top:15px}
.hk-field:first-child{margin-top:0}
.hk-label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;font-size:13px;font-weight:900;color:#344054}
.hk-label-note{font-size:11px;color:var(--hk-auth-muted);font-weight:700}
.hk-input,.hk-select,.hk-textarea,.hk-auth-card input[type="text"]:not(.hk-otp__digit),.hk-auth-card input[type="tel"],.hk-auth-card input[type="password"],.hk-auth-card input[type="number"],.hk-auth-card input[type="file"],.hk-auth-card select,.hk-auth-card textarea{width:100%;border:1px solid rgba(7,22,111,.13);border-radius:19px;background:#fffdf8;color:var(--hk-auth-ink);outline:none;padding:0 15px;min-height:56px;font-size:16px!important;font-weight:800;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.hk-textarea,.hk-auth-card textarea{padding-top:13px;padding-bottom:13px;line-height:1.9;min-height:108px;resize:vertical}
.hk-input:focus,.hk-select:focus,.hk-textarea:focus,.hk-auth-card input:focus,.hk-auth-card select:focus,.hk-auth-card textarea:focus{border-color:rgba(7,22,111,.5);box-shadow:0 0 0 4px rgba(7,22,111,.08);background:#fff}
.hk-input::placeholder,.hk-textarea::placeholder{color:#98a2b3;font-weight:650}
.hk-input--ltr{direction:ltr;text-align:center;letter-spacing:.6px}
.hk-input--otp{font-size:18px;letter-spacing:8px}

.hk-btn{width:100%;min-height:54px;border:0;border-radius:19px;padding:12px 17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-size:14px;font-weight:1000;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}
.hk-btn:active{transform:scale(.985)}
.hk-btn--primary{color:#fff;background:linear-gradient(145deg,var(--hk-auth-navy),var(--hk-auth-navy-2));box-shadow:0 14px 28px rgba(7,22,111,.23)}
.hk-btn--gold{color:#302100;background:linear-gradient(145deg,var(--hk-auth-gold-soft),var(--hk-auth-gold));box-shadow:0 13px 26px rgba(215,166,47,.22)}
.hk-btn--ghost{color:var(--hk-auth-navy);background:rgba(7,22,111,.06);border:1px solid rgba(7,22,111,.1);box-shadow:none}
.hk-btn[disabled],.hk-btn.is-disabled{opacity:.45;pointer-events:none;box-shadow:none}

.hk-auth-note{margin-top:13px;border-radius:19px;padding:12px 13px;background:rgba(7,22,111,.045);border:1px solid rgba(7,22,111,.075);color:var(--hk-auth-muted);font-size:12px;line-height:2;font-weight:700}
.hk-auth-alert{margin:0 0 14px;border-radius:18px;padding:12px 13px;background:#fff2f0;border:1px solid #fecdca;color:var(--hk-auth-danger);font-size:12px;line-height:1.9;font-weight:800}
.hk-auth-success{margin:0 0 14px;border-radius:18px;padding:12px 13px;background:#ecfdf3;border:1px solid #abefc6;color:var(--hk-auth-success);font-size:12px;line-height:1.9;font-weight:800}
.hk-auth-footer{margin-top:18px;text-align:center;color:var(--hk-auth-muted);font-size:12px;line-height:1.9;font-weight:700}
.hk-auth-footer a{color:var(--hk-auth-navy);font-weight:1000;text-decoration:none}
.hk-auth-divider{display:flex;align-items:center;gap:10px;margin:17px 0;color:#98a2b3;font-size:11px;font-weight:800}
.hk-auth-divider:before,.hk-auth-divider:after{content:"";height:1px;flex:1;background:rgba(7,22,111,.1)}

.hk-install-link{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;background:transparent;color:var(--hk-auth-stone);font-size:12px;font-weight:900;width:100%}
.hk-install-link svg{width:17px;height:17px}
.hk-install-sheet{position:fixed;inset:0;z-index:1200;display:none;align-items:flex-end;justify-content:center;padding:16px;background:rgba(5,13,71,.45);backdrop-filter:blur(5px)}
.hk-install-sheet.is-open{display:flex}
.hk-install-panel{width:min(100%,430px);border-radius:30px 30px 24px 24px;background:var(--hk-auth-paper);padding:20px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.hk-install-handle{width:44px;height:5px;border-radius:99px;background:rgba(7,22,111,.14);margin:0 auto 16px}
.hk-install-title{font-size:15px;font-weight:1000}
.hk-install-text{margin-top:7px;font-size:12px;line-height:2;color:var(--hk-auth-muted);font-weight:700}
.hk-install-actions{display:grid;gap:9px;margin-top:16px}

.hk-checkbox{display:flex;align-items:flex-start;gap:11px;padding:13px;border:1px solid rgba(7,22,111,.1);border-radius:19px;background:rgba(255,255,255,.72);font-size:12px;line-height:2;color:#344054;font-weight:750}
.hk-checkbox input{margin-top:5px;width:18px;height:18px;accent-color:var(--hk-auth-navy);flex:0 0 auto}
.hk-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:13px}
.hk-choice{position:relative;display:block}
.hk-choice input{position:absolute;opacity:0;pointer-events:none}
.hk-choice-box{display:flex;min-height:76px;border-radius:22px;border:1px solid rgba(7,22,111,.11);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:3px;padding:10px;text-align:center;transition:.16s ease}
.hk-choice-main{font-size:15px;font-weight:1000;color:var(--hk-auth-navy)}
.hk-choice-sub{font-size:11px;color:var(--hk-auth-muted);font-weight:700}
.hk-choice input:checked + .hk-choice-box{border-color:var(--hk-auth-navy);box-shadow:0 0 0 3px rgba(7,22,111,.08);background:#f4f6ff}

.hk-progress{display:flex;align-items:center;gap:6px;margin:0 0 17px}
.hk-progress-bar{height:5px;flex:1;border-radius:99px;background:rgba(7,22,111,.09);overflow:hidden}
.hk-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--hk-auth-gold),var(--hk-auth-navy))}
.hk-progress-label{font-size:11px;color:var(--hk-auth-muted);font-weight:900;white-space:nowrap}

.hk-info-list{display:grid;gap:9px;margin-top:13px}
.hk-info-row{display:flex;align-items:flex-start;gap:11px;padding:12px;border-radius:19px;background:rgba(7,22,111,.035);border:1px solid rgba(7,22,111,.06)}
.hk-info-icon{width:34px;height:34px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;color:var(--hk-auth-navy);background:rgba(7,22,111,.08);font-weight:1000}
.hk-info-title{font-size:13px;font-weight:1000;color:#1d2939}
.hk-info-text{margin-top:3px;font-size:12px;line-height:1.9;color:var(--hk-auth-muted);font-weight:700}

.hk-wallet-stack{display:grid;gap:10px;margin-top:14px}
.hk-wallet-card{position:relative;overflow:hidden;border-radius:23px;padding:15px 15px 14px;border:1px solid rgba(7,22,111,.1);background:#fff}
.hk-wallet-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;left:-36px;bottom:-48px;background:rgba(7,22,111,.04)}
.hk-wallet-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.hk-wallet-name{font-size:14px;font-weight:1000}
.hk-wallet-tag{padding:5px 8px;border-radius:999px;background:rgba(7,22,111,.06);font-size:10px;color:var(--hk-auth-navy);font-weight:900}
.hk-wallet-text{margin-top:6px;font-size:12px;line-height:1.9;color:var(--hk-auth-muted);font-weight:700}
.hk-wallet-order{margin-top:12px;display:flex;align-items:center;gap:5px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}
.hk-wallet-order::-webkit-scrollbar{display:none}
.hk-wallet-pill{white-space:nowrap;border-radius:999px;padding:7px 9px;background:#fff;border:1px solid rgba(7,22,111,.1);font-size:11px;font-weight:900;color:var(--hk-auth-navy)}
.hk-wallet-arrow{color:var(--hk-auth-gold);font-weight:1000}

.hk-otp-grid{display:flex;direction:ltr;justify-content:center;gap:7px;margin-top:21px}
.hk-otp-digit{width:44px;height:52px;border-radius:16px;border:1px solid rgba(7,22,111,.14);background:#fff;text-align:center;font-size:22px;font-weight:1000;color:var(--hk-auth-navy);outline:none}
.hk-otp-digit:focus{border-color:var(--hk-auth-navy);box-shadow:0 0 0 4px rgba(7,22,111,.08)}
.hk-otp-mobile{display:inline-flex;align-items:center;gap:8px;margin-top:11px;padding:7px 11px;border-radius:999px;background:rgba(7,22,111,.055);font-size:12px;font-weight:900;direction:ltr}
.hk-otp-mobile a{color:#9a6900;text-decoration:none;font-size:11px}

.hk-auth-toast-host{position:fixed;top:calc(10px + env(safe-area-inset-top));left:0;right:0;z-index:1300;width:min(100%,440px);margin:auto;padding:0 14px}
.hk-auth-toast{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px;padding:12px 13px;border-radius:18px;background:#fff;border:1px solid var(--hk-auth-line);box-shadow:var(--hk-auth-soft-shadow);font-size:12px;line-height:1.9;font-weight:800}
.hk-auth-toast button{margin-right:auto;border:0;background:rgba(7,22,111,.06);color:var(--hk-auth-navy);width:28px;height:28px;border-radius:11px}

@media (min-width:700px){
  body.hk-auth-body{padding:24px 0}
  .hk-auth-page{min-height:calc(100dvh - 48px);border-radius:38px;background:rgba(255,253,248,.52);box-shadow:0 0 0 1px rgba(7,22,111,.06),0 35px 90px rgba(7,22,111,.1)}
}

@media (max-width:390px){.hk-form-grid-2{grid-template-columns:1fr}}

@media (max-width:370px){
  .hk-auth-page{padding-left:13px;padding-right:13px}
  .hk-auth-title{font-size:22px}
  .hk-role-card{grid-template-columns:46px minmax(0,1fr) 28px;padding:12px}
  .hk-role-icon{width:46px;height:46px}
  .hk-otp-grid{gap:4px}
  .hk-otp-digit{width:39px;height:49px}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* Release 113: explicit account/mobile switch during onboarding */
.hk-auth-account-switch{
  width:min(100% - 32px, 368px);
  margin:16px auto calc(20px + env(safe-area-inset-bottom));
  padding:13px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid rgba(8,24,120,.12);
  border-radius:18px;
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 30px rgba(8,24,120,.08);
  color:#566078;
  font-size:12px;
  line-height:1.8;
  backdrop-filter:blur(14px);
}
.hk-auth-account-switch form{margin:0;flex:0 0 auto}
.hk-auth-account-switch__button{
  min-height:44px;
  padding:0 14px;
  border:1px solid rgba(8,24,120,.16);
  border-radius:14px;
  background:#f4f6ff;
  color:#081878;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.hk-auth-account-switch__button:focus-visible{outline:3px solid rgba(212,138,56,.35);outline-offset:2px}
@media (max-width:390px){
  .hk-auth-account-switch{align-items:stretch;flex-direction:column;text-align:center}
  .hk-auth-account-switch__button{width:100%}
}


/* Release 113: visible, explicit switch-mobile action in every onboarding header */
.hk-auth-switch-mobile{margin:0;display:inline-flex}
.hk-auth-switch-mobile__button{
  min-width:74px;
  min-height:40px;
  padding:0 11px;
  border:1px solid rgba(8,24,120,.14);
  border-radius:13px;
  background:rgba(244,246,255,.96);
  color:#081878;
  font:inherit;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.hk-auth-switch-mobile__button:hover{border-color:rgba(8,24,120,.28);background:#eef1ff}
.hk-auth-switch-mobile__button:active{transform:scale(.98)}
.hk-auth-switch-mobile__button:focus-visible{outline:3px solid rgba(212,138,56,.34);outline-offset:2px}
.hk-auth-switch-row{display:flex;justify-content:flex-start;margin:0 0 10px}
@media (prefers-reduced-motion:reduce){.hk-auth-switch-mobile__button{transition:none}}


/* Release 114: explicit previous-step affordance and onboarding home gate */
.hk-auth-back--text{
  width:auto;
  min-width:74px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.hk-auth-back__icon{font-size:20px;line-height:1;transform:translateY(-1px)}
.hk-onboarding-gate-page{justify-content:flex-start}
.hk-onboarding-gate-hero{margin-top:8px}
.hk-onboarding-gate-card{margin-top:16px}
.hk-onboarding-gate-status{display:flex;align-items:center;justify-content:space-between;gap:14px}
.hk-onboarding-gate-status>div{display:grid;gap:4px}
.hk-onboarding-gate-status strong{font-size:17px;color:var(--hk-auth-navy)}
.hk-onboarding-gate-eyebrow{font-size:11px;font-weight:850;color:var(--hk-auth-muted)}
.hk-onboarding-gate-count{min-width:72px;padding:8px 11px;border-radius:13px;background:rgba(8,24,120,.07);color:var(--hk-auth-navy);font-size:13px;font-weight:950;text-align:center}
.hk-onboarding-gate-progress{margin-top:18px}
.hk-onboarding-gate-note{margin-top:15px}
.hk-onboarding-gate-continue{margin-top:16px;text-decoration:none}
@media(max-width:360px){
  .hk-auth-header{gap:7px}
  .hk-auth-back--text,.hk-auth-switch-mobile__button{min-width:66px;padding-inline:8px;font-size:11px}
  .hk-auth-header-title{font-size:13px}
}

/* Release 116: canonical onboarding state machine and explicit required choices */
.hk-choice-fieldset{margin:0;padding:0;border:0;min-inline-size:0}
.hk-choice-fieldset .hk-label{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}
.hk-required-mark{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:rgba(8,24,120,.07);color:var(--hk-auth-navy);font-size:10px;font-weight:900}
.hk-auth-note--error{margin-top:14px;border-color:rgba(185,28,28,.22);background:rgba(254,242,242,.94);color:#991b1b}
.hk-form button[disabled]{cursor:not-allowed;filter:saturate(.72);opacity:.58!important;box-shadow:none}
.hk-onboarding-complete-page{justify-content:flex-start}
.hk-onboarding-complete-hero{margin-top:8px}
.hk-onboarding-complete-card{margin-top:16px;text-align:center}
.hk-onboarding-complete-check{width:64px;height:64px;margin:0 auto 14px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#0f8d62,#24b77d);color:#fff;font-size:30px;font-weight:950;box-shadow:0 18px 38px rgba(15,141,98,.22)}
.hk-onboarding-complete-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
.hk-onboarding-complete-summary>div{display:grid;gap:5px;padding:12px;border:1px solid rgba(8,24,120,.10);border-radius:16px;background:#f7f8fd}
.hk-onboarding-complete-summary span{font-size:11px;color:var(--hk-auth-muted);font-weight:800}
.hk-onboarding-complete-summary strong{font-size:14px;color:var(--hk-auth-navy);font-weight:950}
.hk-onboarding-complete-flow{display:grid;gap:10px;margin:18px 0;padding:0;list-style:none;text-align:right}
.hk-onboarding-complete-flow li{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:10px;padding:11px;border:1px solid rgba(8,24,120,.10);border-radius:16px;background:#fff}
.hk-onboarding-complete-flow li>span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:rgba(8,24,120,.07);color:var(--hk-auth-navy);font-size:12px;font-weight:950}
.hk-onboarding-complete-flow li.is-done{border-color:rgba(15,141,98,.22);background:rgba(236,253,245,.75)}
.hk-onboarding-complete-flow li.is-done>span{background:#0f8d62;color:#fff}
.hk-onboarding-complete-flow strong,.hk-onboarding-complete-flow small{display:block}
.hk-onboarding-complete-flow strong{font-size:13px;color:var(--hk-auth-navy)}
.hk-onboarding-complete-flow small{margin-top:3px;font-size:11px;color:var(--hk-auth-muted);line-height:1.7}
.hk-onboarding-complete-card .hk-btn+.hk-btn{margin-top:10px}
