.dossier-photo .glossy-frame {
  position: relative;
  display: inline-block;
  background: radial-gradient(circle at top left, #1a1024, #07000f 60%);
  border-radius: 16px;
  box-shadow:
    0 0 4px #00ffff,
    0 0 8px #00ffff,
    0 0 16px #ff66cc,
    0 0 24px #ff66cc,
    0 24px 40px rgba(0, 0, 0, 0.8);
  padding: 10px;
  overflow: hidden;
  max-width: 240px;
  margin: 0 auto 2rem auto;
}

.dossier-photo .glossy-frame::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 12px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.65);
  pointer-events: none;
  z-index: 1;
}

.dossier-photo .glossy-frame img {
  display: block;
  width: 220px;
  height: auto;
  border-radius: 10px;
  background: #05060a;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.dossier-photo {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
