/* V95 — Roberto Laksmana profile identity from the user-provided portrait. */
.windows-startup-v93__profile {
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 28px !important;
  background: #160713 !important;
  border: 2px solid rgba(255,255,255,.60) !important;
  box-shadow:
    0 22px 58px rgba(0,12,77,.32),
    0 0 0 7px rgba(255,255,255,.08),
    0 0 34px rgba(255,38,83,.22) !important;
  overflow: hidden !important;
}

@media (max-width: 760px) {
  .windows-startup-v93__profile {
    border-radius: 24px !important;
    box-shadow:
      0 18px 42px rgba(0,12,77,.30),
      0 0 0 6px rgba(255,255,255,.08),
      0 0 26px rgba(255,38,83,.20) !important;
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  .windows-startup-v93__profile { border-radius: 20px !important; }
}
