.device-shell.device-iphone {
  --shell-border: 9px;
  --preview-width: 255px;
  --preview-height: 552px;
  border-radius: 46px;
  background: #080909;
  border-color: #17191b;
  box-shadow:
    0 14px 24px rgba(0,0,0,.48),
    inset 0 0 0 2px #2b2e31,
    inset 0 0 0 5px #090a0b;
}
.device-iphone::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 52px;
  border: 1px solid rgba(210,214,217,.22);
  pointer-events: none;
}
.device-iphone .device-camera {
  top: 14px;
  width: 78px;
  height: 23px;
  border-radius: 999px;
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.045), 0 1px 2px rgba(0,0,0,.6);
}
.device-iphone .device-camera::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #24384c, #07090b 62%);
}
.device-iphone .book-page { inset: 42px 12px 24px; padding: 7.333% 3% 4.667%; border-radius: 30px; }
