/* One Home v14.61 — Profile Wizard identity-row alignment only.
   Scoped to the normal Profile surface. Wallet-only mode keeps its own v14.56 manager. */
#profilePage.onehome-profile-wizard-page{
  min-height:100vh!important;
  min-height:100dvh!important;
  padding:clamp(76px,7vw,98px) 18px 58px!important;
  background:#050403 url('../assets/spooky-time-main-entry-pc-v1416.png') center center / cover fixed no-repeat!important;
}
body:has(#profilePage.onehome-profile-wizard-page.page-view.active:not(.onehome-wallet-only)){
  background:#050403 url('../assets/spooky-time-main-entry-pc-v1416.png') center center / cover fixed no-repeat!important;
}
body:has(#profilePage.onehome-profile-wizard-page.page-view.active:not(.onehome-wallet-only)) main#top,
body:has(#profilePage.onehome-profile-wizard-page.page-view.active:not(.onehome-wallet-only)) #top,
body:has(#profilePage.onehome-profile-wizard-page.page-view.active:not(.onehome-wallet-only)) .page{
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}
#profilePage.onehome-profile-wizard-page:not(.onehome-wallet-only) #walletProfileLoginBox{display:none!important;}
#profilePage.onehome-profile-wizard-page #onehomeV1414PassportBack{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  margin:0 auto 12px!important;
  padding:10px 16px!important;
  border:1px solid rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.62)!important;
  border-radius:999px!important;
  background:rgba(4,6,8,.72)!important;
  color:var(--profile-page-neon,var(--onehome-neon,#ff2bd6))!important;
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
  font-weight:900!important;
}
#oneHomeProfileWizardShell{
  width:min(100%,920px)!important;
  margin:0 auto!important;
  border:1px solid rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.55)!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,rgba(5,7,10,.90),rgba(5,7,10,.76))!important;
  padding:clamp(20px,3.3vw,34px)!important;
  color:#fff!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.onehome-profile-wizard-title{
  margin:0 0 22px!important;
  color:var(--profile-page-neon,var(--onehome-neon,#ff2bd6))!important;
  font:950 clamp(34px,5vw,52px)/1 Arial,sans-serif!important;
  letter-spacing:-.035em!important;
  text-shadow:none!important;
}
.onehome-profile-wizard-progress{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0 0 24px!important;
}
.onehome-profile-wizard-progress button{
  min-height:50px!important;
  padding:9px 8px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:14px!important;
  background:rgba(0,0,0,.45)!important;
  color:rgba(255,255,255,.62)!important;
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
  cursor:pointer!important;
  font:850 12px/1.2 Arial,sans-serif!important;
}
.onehome-profile-wizard-progress button.is-active,
.onehome-profile-wizard-progress button.is-complete{
  border-color:rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.72)!important;
  color:var(--profile-page-neon,var(--onehome-neon,#ff2bd6))!important;
}
.onehome-profile-wizard-progress button.is-active{background:rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.10)!important;}
.onehome-profile-wizard-step{display:none!important;}
.onehome-profile-wizard-step.is-active{display:block!important;}
.onehome-profile-wizard-step-card{
  border:1px solid rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.30)!important;
  border-radius:22px!important;
  background:rgba(0,0,0,.52)!important;
  padding:clamp(18px,2.5vw,26px)!important;
  box-shadow:none!important;
}
.onehome-profile-wizard-step h2{
  margin:0 0 6px!important;
  color:var(--profile-page-neon,var(--onehome-neon,#ff2bd6))!important;
  font-size:clamp(24px,3.3vw,32px)!important;
  line-height:1.1!important;
  text-shadow:none!important;
}
.onehome-profile-wizard-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.onehome-profile-wizard-field{display:grid!important;gap:7px!important;}
.onehome-profile-wizard-field.is-wide{grid-column:1/-1!important;}
.onehome-profile-wizard-field label{
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
}
.onehome-profile-wizard-field input,
.onehome-profile-wizard-field textarea,
.onehome-profile-wizard-field select{
  width:100%!important;
  box-sizing:border-box!important;
  border:1px solid rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.42)!important;
  border-radius:15px!important;
  background:rgba(5,7,10,.86)!important;
  color:#fff!important;
  padding:13px 14px!important;
  outline:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
  font-size:15px!important;
}
.onehome-profile-wizard-field textarea{min-height:150px!important;resize:vertical!important;line-height:1.5!important;}
.onehome-profile-wizard-field input:focus,
.onehome-profile-wizard-field textarea:focus,
.onehome-profile-wizard-field select:focus{
  border-color:var(--profile-page-neon,var(--onehome-neon,#ff2bd6))!important;
  box-shadow:none!important;
}
.onehome-profile-wizard-note{
  margin-top:7px!important;
  color:rgba(255,255,255,.58)!important;
  font-size:12px!important;
  line-height:1.4!important;
}
#oneHomeProfileWizardDisplayName,
#oneHomeProfileWizardUsername{
  height:72px!important;
  min-height:72px!important;
  padding:0 14px!important;
}
.onehome-profile-wizard-field #oneHomeProfileWizardUsername + .onehome-profile-wizard-note{
  margin-top:15px!important;
}
/* Step 1 only: lock the two identity columns to identical label/input rows.
   This prevents legacy/global form spacing from pushing either box lower. */
.onehome-profile-wizard-step[data-step="1"] .onehome-profile-wizard-grid{
  align-items:start!important;
}
.onehome-profile-wizard-step[data-step="1"] .onehome-profile-wizard-field{
  grid-template-rows:auto 72px auto!important;
  align-content:start!important;
}
.onehome-profile-wizard-step[data-step="1"] .onehome-profile-wizard-field label{
  margin:0!important;
  align-self:end!important;
}
.onehome-profile-wizard-step[data-step="1"] #oneHomeProfileWizardDisplayName,
.onehome-profile-wizard-step[data-step="1"] #oneHomeProfileWizardUsername{
  margin:0!important;
  align-self:start!important;
}
.onehome-profile-wizard-photo-wrap{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  gap:20px!important;
  align-items:center!important;
}
.onehome-profile-wizard-avatar{
  width:180px!important;
  height:180px!important;
  border-radius:24px!important;
  border:1px solid rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.58)!important;
  background:rgba(0,0,0,.5)!important;
  object-fit:cover!important;
  box-shadow:none!important;
}
.onehome-profile-wizard-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-top:20px!important;
}
.onehome-profile-wizard-actions-right{display:flex!important;gap:10px!important;margin-left:auto!important;}
.onehome-profile-wizard-btn{
  min-height:48px!important;
  padding:11px 18px!important;
  border:1px solid rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.68)!important;
  border-radius:14px!important;
  background:rgba(2,4,6,.86)!important;
  color:var(--profile-page-neon,var(--onehome-neon,#ff2bd6))!important;
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
  font-size:14px!important;
  font-weight:950!important;
  cursor:pointer!important;
}
.onehome-profile-wizard-btn:hover{background:rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.10)!important;}
.onehome-profile-wizard-btn:disabled{opacity:.48!important;cursor:not-allowed!important;}
.onehome-profile-wizard-btn.is-primary{
  background:rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.13)!important;
}
.onehome-profile-wizard-status{
  display:none!important;
  min-height:0!important;
  margin-top:12px!important;
  color:rgba(255,255,255,.78)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.4!important;
}
.onehome-profile-wizard-status.is-error{display:block!important;color:#ff9f9f!important;}
.onehome-profile-wizard-status.is-success{display:block!important;color:#8fffb0!important;}
.onehome-profile-wizard-status.is-info{display:block!important;}
.onehome-profile-wizard-review{
  display:grid!important;
  grid-template-columns:150px minmax(0,1fr)!important;
  gap:20px!important;
  align-items:start!important;
}
.onehome-profile-wizard-review img{
  width:150px!important;
  height:150px!important;
  object-fit:cover!important;
  border-radius:22px!important;
  border:1px solid rgba(var(--profile-page-neon-rgb,var(--onehome-neon-rgb,255,43,214)),.62)!important;
}
.onehome-profile-wizard-review h3{margin:0 0 3px!important;color:#fff!important;font-size:26px!important;}
.onehome-profile-wizard-handle{color:var(--profile-page-neon,var(--onehome-neon,#ff2bd6))!important;font-weight:900!important;text-shadow:none!important;}
.onehome-profile-wizard-review-bio{margin:14px 0!important;color:rgba(255,255,255,.83)!important;line-height:1.5!important;white-space:pre-wrap!important;}
.onehome-profile-wizard-review-meta{display:grid!important;gap:7px!important;color:rgba(255,255,255,.70)!important;font-size:13px!important;}
.onehome-profile-wizard-complete{
  display:none!important;
  margin-top:18px!important;
  padding:16px!important;
  border:1px solid rgba(85,255,154,.42)!important;
  border-radius:16px!important;
  background:rgba(85,255,154,.08)!important;
  color:#dfffe8!important;
  font-weight:850!important;
}
.onehome-profile-wizard-complete.is-visible{display:block!important;}
@media(max-width:720px){
  #profilePage.onehome-profile-wizard-page{
    padding:calc(74px + env(safe-area-inset-top,0px)) 12px calc(30px + env(safe-area-inset-bottom,0px))!important;
    background-image:url('../assets/spooky-time-main-entry-mobile-v1416.png')!important;
    background-position:center top!important;
    background-size:cover!important;
    background-attachment:scroll!important;
  }
  body:has(#profilePage.onehome-profile-wizard-page.page-view.active:not(.onehome-wallet-only)){
    background-image:url('../assets/spooky-time-main-entry-mobile-v1416.png')!important;
    background-position:center top!important;
    background-size:cover!important;
    background-attachment:scroll!important;
  }
  #oneHomeProfileWizardShell{border-radius:20px!important;padding:16px!important;}
  .onehome-profile-wizard-progress{grid-template-columns:repeat(5,1fr)!important;gap:5px!important;}
  .onehome-profile-wizard-progress button{min-height:44px!important;padding:7px 3px!important;font-size:10px!important;}
  .onehome-profile-wizard-grid{grid-template-columns:1fr!important;}
  .onehome-profile-wizard-field.is-wide{grid-column:auto!important;}
  .onehome-profile-wizard-photo-wrap{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;}
  .onehome-profile-wizard-avatar{width:150px!important;height:150px!important;}
  .onehome-profile-wizard-actions{align-items:stretch!important;flex-direction:column!important;}
  .onehome-profile-wizard-actions-right{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;margin:0!important;}
  .onehome-profile-wizard-btn{width:100%!important;}
  .onehome-profile-wizard-review{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;}
  .onehome-profile-wizard-review-meta{text-align:left!important;width:100%!important;}
}
