/* V277 — Artist Registration only: remove release promo content and show photo upload at form top. */
html body #ohmArtistRegisterPage .ar-hero{
  display:grid!important;
  grid-template-columns:minmax(0,760px)!important;
  justify-content:center!important;
  gap:0!important;
}
html body #ohmArtistRegisterPage .ar-intro{display:none!important;}
html body #ohmArtistRegisterPage .ar-form-card{
  width:100%!important;
  max-width:760px!important;
  margin:0 auto!important;
}
html body #ohmArtistRegisterPage .ar-photo-field{
  display:grid!important;
  gap:8px!important;
  margin:0 0 16px!important;
}
html body #ohmArtistRegisterPage .ar-photo-label{
  color:#d8e7f4!important;
  font-size:11px!important;
  font-weight:750!important;
}
html body #ohmArtistRegisterPage .ar-photo-upload{
  position:relative!important;
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:13px!important;
  min-height:88px!important;
  padding:11px 13px!important;
  overflow:hidden!important;
  cursor:pointer!important;
  background:linear-gradient(135deg,rgba(42,113,178,.16),rgba(255,77,158,.07))!important;
  border:1px dashed rgba(111,184,245,.62)!important;
  border-radius:14px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
html body #ohmArtistRegisterPage .ar-photo-upload:hover,
html body #ohmArtistRegisterPage .ar-photo-upload:focus-within{
  border-color:#68b8ff!important;
  box-shadow:0 0 0 3px rgba(64,157,255,.10),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
html body #ohmArtistRegisterPage .ar-photo-upload.invalid{
  border-color:#ff6c8f!important;
  box-shadow:0 0 0 3px rgba(255,79,121,.10)!important;
}
html body #ohmArtistRegisterPage .ar-photo-upload>input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
html body #ohmArtistRegisterPage .ar-photo-preview{
  display:grid!important;
  place-items:center!important;
  width:64px!important;
  height:64px!important;
  overflow:hidden!important;
  color:#7fbdff!important;
  background:#071827!important;
  border:1px solid rgba(129,188,238,.38)!important;
  border-radius:13px!important;
  font-size:28px!important;
}
html body #ohmArtistRegisterPage .ar-photo-preview img{
  display:none!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
html body #ohmArtistRegisterPage .ar-photo-preview.has-photo img{display:block!important;}
html body #ohmArtistRegisterPage .ar-photo-preview.has-photo #ohmArtistPhotoPlaceholder{display:none!important;}
html body #ohmArtistRegisterPage .ar-photo-copy{
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  min-width:0!important;
}
html body #ohmArtistRegisterPage .ar-photo-copy b{
  overflow:hidden!important;
  color:#f3f8fd!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
html body #ohmArtistRegisterPage .ar-photo-copy small{
  color:#8fa8bf!important;
  font-size:10px!important;
  font-weight:500!important;
  line-height:1.4!important;
}
html body #ohmArtistRegisterPage .ar-photo-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:104px!important;
  height:36px!important;
  padding:0 13px!important;
  color:#e8f5ff!important;
  background:linear-gradient(180deg,#1b4a70,#113451)!important;
  border:1px solid rgba(121,190,247,.42)!important;
  border-radius:10px!important;
  font-size:10px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
html body #ohmArtistRegisterPage .ar-photo-error{
  display:none!important;
  color:#ff9db5!important;
  font-size:10px!important;
  line-height:1.4!important;
}
html body #ohmArtistRegisterPage .ar-photo-error.show{display:block!important;}
@media(max-width:580px){
  html body #ohmArtistRegisterPage .ar-hero{grid-template-columns:minmax(0,1fr)!important;}
  html body #ohmArtistRegisterPage .ar-form-card{padding:18px!important;}
  html body #ohmArtistRegisterPage .ar-photo-upload{
    grid-template-columns:56px minmax(0,1fr)!important;
    gap:10px!important;
    min-height:80px!important;
    padding:10px!important;
  }
  html body #ohmArtistRegisterPage .ar-photo-preview{
    width:56px!important;
    height:56px!important;
    border-radius:11px!important;
  }
  html body #ohmArtistRegisterPage .ar-photo-button{
    grid-column:1/-1!important;
    width:100%!important;
    height:38px!important;
  }
  html body #ohmArtistRegisterPage .ar-photo-copy b{font-size:12px!important;}
  html body #ohmArtistRegisterPage .ar-photo-copy small{font-size:9.5px!important;}
}
