:root {
  color-scheme: light;
  --phone-width: 320px;
  --phone-height: 568px;
  --ios-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #15181b 0%, #0c0e10 100%);
  font-family: var(--ios-font);
  overflow-x: hidden;
}

.site-shell {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
}

.iphone4s-frame {
  --iphone4s-width: min(100%, 376px);
  position: relative;
  width: var(--iphone4s-width);
  aspect-ratio: 586 / 1152;
  overflow: visible;
}

.iphone4s-frame *,
.iphone4s-frame *::before,
.iphone4s-frame *::after {
  box-sizing: border-box;
}

.iphone4s-frame__rim {
  position: absolute;
  inset: -0.8%;
  pointer-events: none;
  border-radius: 18% / 9.2%;
  background: linear-gradient(90deg, #747a82 0%, #eef1f4 5%, #9aa1aa 10%, #20242a 17%, #0b0c0f 50%, #20242a 83%, #9aa1aa 90%, #eef1f4 95%, #747a82 100%);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.2);
}

.iphone4s-frame__glass-edge {
  position: absolute;
  inset: -0.27%;
  pointer-events: none;
  border-radius: 17.4% / 8.9%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.055) 15%, rgba(0, 0, 0, 0.54) 50%, rgba(255, 255, 255, 0.16) 100%);
}

.iphone4s-frame__antenna {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  border-radius: 999px;
  background: #111318;
}

.iphone4s-frame__antenna--top-left {
  left: 21.02%;
  top: -0.41%;
  width: 0.54%;
  height: 0.82%;
}

.iphone4s-frame__antenna--left-bottom {
  left: -0.81%;
  bottom: 12.6%;
  width: 1.35%;
  height: 0.27%;
}

.iphone4s-frame__antenna--right-bottom {
  right: -0.81%;
  bottom: 12.6%;
  width: 1.35%;
  height: 0.27%;
}

.iphone4s-frame__power {
  position: absolute;
  z-index: 4;
  top: -0.82%;
  right: 18.6%;
  width: 14.56%;
  height: 0.41%;
  pointer-events: none;
  background: linear-gradient(90deg, #8f959d, #4d535b, #15181d);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 -1px 1px rgba(0, 0, 0, 0.18);
}

.iphone4s-frame__mute {
  position: absolute;
  z-index: 4;
  left: -1.89%;
  top: 8.77%;
  width: 1.35%;
  height: 5.07%;
  pointer-events: none;
  background: linear-gradient(90deg, #d7dbe0 0%, #8d949d 28%, #4b535c 64%, #16191e 100%);
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.18), inset 1px 0 0 rgba(255, 255, 255, 0.34);
}

.iphone4s-frame__volume {
  position: absolute;
  z-index: 4;
  left: -1.62%;
  width: 1.35%;
  height: 3.84%;
  pointer-events: none;
  background: linear-gradient(180deg, #161a1f 0%, #5e6871 12%, #d8dde1 28%, #f7f8f9 46%, #8f98a1 62%, #38414a 80%, #101318 100%);
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.18), inset 1px 0 0 rgba(255, 255, 255, 0.38), inset -1px 0 1px rgba(0, 0, 0, 0.56);
}

.iphone4s-frame__volume--up {
  top: 19.73%;
}

.iphone4s-frame__volume--down {
  top: 28.36%;
}

.iphone4s-frame__body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #1c1d22;
  border-radius: 16.9% / 8.6%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 18%, rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, #0f1014 0%, #030304 44%, #090a0d 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    inset 0 0 0 5px rgba(0, 0, 0, 0.82),
    inset 0 18px 28px rgba(255, 255, 255, 0.06),
    0 20px 48px rgba(0, 0, 0, 0.38);
}

.iphone4s-frame__inner-edge {
  position: absolute;
  inset: 2.43%;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14.7% / 7.5%;
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.04), inset 0 -26px 32px rgba(0, 0, 0, 0.52);
}

.iphone4s-frame__front-gloss {
  position: absolute;
  left: 18%;
  top: 8.49%;
  width: 11.32%;
  height: 34.25%;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(18px);
  transform: rotate(-18deg);
}

.iphone4s-frame__camera {
  position: absolute;
  left: 34.2%;
  top: 7.8%;
  width: 4.31%;
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 999px;
  background: #020204;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 1), inset 0 -1px 1px rgba(255, 255, 255, 0.035);
}

.iphone4s-frame__camera-lens {
  position: absolute;
  inset: 18.75%;
  border-radius: inherit;
  background: radial-gradient(circle at 45% 42%, rgba(72, 96, 150, 0.82) 0 18%, rgba(14, 27, 66, 0.98) 43%, rgba(2, 4, 10, 1) 76%, #000 100%);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.08), inset 0 -2px 3px rgba(0, 0, 0, 0.94);
}

.iphone4s-frame__camera-dot {
  position: absolute;
  left: 37.5%;
  top: 31.25%;
  width: 12.5%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(0.35px);
}

.iphone4s-frame__camera-shadow {
  position: absolute;
  left: 18.75%;
  top: 12.5%;
  width: 56.25%;
  height: 18.75%;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  filter: blur(0.8px);
}

.iphone4s-frame__speaker {
  position: absolute;
  left: 50%;
  top: 7.8%;
  width: 21.02%;
  height: 2.19%;
  pointer-events: none;
  border-radius: 999px;
  background: #020203;
  transform: translateX(-50%);
  box-shadow:
    inset 0 4px 5px rgba(0, 0, 0, 0.98),
    inset 0 -1px 1px rgba(255, 255, 255, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    1px 1px 1px rgba(0, 0, 0, 0.72);
}

.iphone4s-frame__speaker-glow {
  position: absolute;
  left: 7.7%;
  bottom: 18.75%;
  width: 30.8%;
  height: 37.5%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  filter: blur(1.4px);
  opacity: 0.7;
}

.iphone4s-frame__speaker-metal {
  position: absolute;
  left: 11.5%;
  right: 12.8%;
  bottom: 25%;
  height: 37.5%;
  border-radius: 999px;
  background: linear-gradient(90deg, #c0c5c8 0%, #7b8389 30%, #343a40 76%, #08090a 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.38), inset 0 -1px 1px rgba(0, 0, 0, 0.92);
}

.iphone4s-frame__speaker-highlight {
  position: absolute;
  left: 20.5%;
  right: 30.8%;
  bottom: 50%;
  height: 1px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.iphone4s-frame__speaker-shadow {
  position: absolute;
  left: 15.4%;
  right: 10.3%;
  top: 18.75%;
  height: 18.75%;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.88);
  filter: blur(0.3px);
}

.iphone4s-frame__home {
  position: absolute;
  left: 50%;
  bottom: 3.7%;
  width: 18.33%;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  background: radial-gradient(circle at 64% 50%, #111318 0%, #050506 48%, #010101 100%);
  transform: translateX(-50%);
  transition: transform 100ms ease, box-shadow 100ms ease;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.06), inset 0 -5px 9px rgba(0, 0, 0, 0.95), 0 3px 6px rgba(0, 0, 0, 0.72);
}

.iphone4s-frame__home:active {
  transform: translateX(-50%) translateY(1px);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.035), inset 0 -8px 12px rgba(0, 0, 0, 1), 0 2px 4px rgba(0, 0, 0, 0.68);
}

.iphone4s-frame__home-glow {
  position: absolute;
  left: 0;
  top: 0;
  width: 51.5%;
  height: 100%;
  pointer-events: none;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(90deg, rgba(202, 210, 214, 0.5) 0%, rgba(137, 146, 151, 0.42) 30%, rgba(62, 68, 72, 0.22) 62%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 100ms ease;
}

.iphone4s-frame__home:active .iphone4s-frame__home-glow {
  opacity: 0.55;
}

.iphone4s-frame__home-inner-glow {
  position: absolute;
  left: 32.35%;
  top: 11.76%;
  width: 23.53%;
  height: 76.47%;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle at 0% 50%, rgba(180, 188, 192, 0.32) 0%, rgba(82, 89, 94, 0.16) 46%, rgba(0, 0, 0, 0) 78%);
  filter: blur(3px);
  transition: opacity 100ms ease;
}

.iphone4s-frame__home:active .iphone4s-frame__home-inner-glow {
  opacity: 0.45;
}

.iphone4s-frame__home-divider {
  position: absolute;
  left: 48.53%;
  top: 0;
  width: 1px;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.45);
}

.iphone4s-frame__home-square {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32.35%;
  aspect-ratio: 1;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 27%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.65);
}

.iphone4s-frame__screen {
  position: absolute;
  left: 7.45%;
  right: 7.45%;
  top: 17.7%;
  aspect-ratio: 2 / 3;
}

.iphone4s-frame__screen-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 0 0 4px rgba(0, 0, 0, 0.92), 0 8px 14px rgba(0, 0, 0, 0.62);
}

.iphone-device {
  position: relative;
  width: 386px;
  height: 742px;
  padding: 74px 31px 100px;
  border: 1px solid #30363a;
  border-radius: 57px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 9%, transparent 91%, rgba(255, 255, 255, 0.07)),
    linear-gradient(145deg, #181c1f 0%, #050607 45%, #101214 100%);
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.66),
    inset 0 0 0 2px rgba(255, 255, 255, 0.035),
    inset 0 0 0 5px rgba(0, 0, 0, 0.82);
}

.iphone-device::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 51px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.9);
  pointer-events: none;
}

.iphone-speaker {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 72px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(90deg, #060708, #1e2326 48%, #050606);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.12),
    inset 0 -1px 2px rgba(0, 0, 0, 0.95),
    0 1px 0 rgba(255, 255, 255, 0.05);
}

.iphone-camera {
  position: absolute;
  top: 37px;
  left: calc(50% - 66px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 63% 38%, rgba(116, 142, 156, 0.7), transparent 0 16%, rgba(11, 20, 26, 0.95) 32%, #030405 68%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.035);
}

.iphone-home {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 48px;
  height: 48px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.04), transparent 44%),
    linear-gradient(180deg, #141719, #050607);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.9),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.04);
}

.iphone-home::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
}

.iphone {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.wallpaper {
  position: absolute;
  inset: 0;
  background-image: url("./assets/wallpaper.png");
  background-size: cover;
  background-position: 50% 50%;
}

.bottom-shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.status-bar {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: rgba(0, 0, 0, 0.92);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 -0.5px 0.5px rgba(0, 0, 0, 0.4);
}

.status-left,
.status-right {
  position: absolute;
  top: 0;
  height: 20px;
}

.status-left {
  left: 4px;
  width: 107px;
}

.status-right {
  left: 258px;
  width: 59px;
}

.carrier {
  display: block;
  position: absolute;
  left: 24px;
  top: 3px;
  width: 58px;
  height: 14px;
  overflow: hidden;
  white-space: nowrap;
}

.clock {
  display: block;
  position: absolute;
  left: 122px;
  top: 0.5px;
  width: 76px;
  height: 16px;
  text-align: center;
  font: inherit;
  line-height: 16px;
  color: inherit;
  white-space: nowrap;
  overflow: visible;
}

.cell-bars {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 20px;
  display: block;
  opacity: 0.95;
  filter: drop-shadow(0 -0.5px 0.25px rgba(0, 0, 0, 0.4));
}

.cell-bars i {
  position: absolute;
  bottom: 5.5px;
  width: 3px;
  background: #fff;
}

.cell-bars i:nth-child(1) { left: 0; height: 4px; }
.cell-bars i:nth-child(2) { left: 4px; height: 5px; }
.cell-bars i:nth-child(3) { left: 8px; height: 6.5px; }
.cell-bars i:nth-child(4) { left: 12px; height: 8px; }
.cell-bars i:nth-child(5) { left: 16px; height: 10px; }

.wifi {
  position: relative;
  position: absolute;
  left: 87px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M10 4c3.15 0 5.95 1.22 7.92 3.13l-2.03 2.05C14.42 7.8 12.35 6.98 10 6.98S5.58 7.8 4.11 9.18L2.08 7.13C4.05 5.22 6.85 4 10 4Z'/%3E%3Cpath fill='white' d='M10 8c2.02 0 3.82.78 5.08 2.02l-2.1 2.1c-.76-.67-1.8-1.08-2.98-1.08s-2.22.41-2.98 1.08l-2.1-2.1C6.18 8.78 7.98 8 10 8Z'/%3E%3Cpath fill='white' d='M10 12c1.25 0 2.32.73 2.8 1.79L10 15.7l-2.8-1.91C7.68 12.73 8.75 12 10 12Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  opacity: 0.95;
  filter: drop-shadow(0 -0.5px 0.25px rgba(0, 0, 0, 0.45));
}

.battery-percent {
  position: absolute;
  left: 0;
  top: 1.5px;
  width: 35px;
  height: 17px;
  font-size: 13px;
  line-height: 17px;
}

.battery {
  position: absolute;
  left: 38px;
  top: 0;
  width: 21px;
  height: 20px;
  opacity: 0.95;
  filter: drop-shadow(0 -0.5px 0 rgba(0, 0, 0, 0.45));
}

.battery svg {
  display: block;
  width: 21px;
  height: 20px;
  overflow: visible;
  shape-rendering: crispEdges;
}

.battery-shell {
  fill: none;
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 1;
}

.battery-nub,
.battery-fill {
  fill: rgba(255, 255, 255, 0.95);
}

.ios-alert {
  position: absolute;
  z-index: 3;
  left: 26px;
  top: 164px;
  width: 270px;
  height: 161px;
  overflow: hidden;
  border: 1px solid rgba(218, 229, 239, 0.65);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.04) 58px, transparent 58px),
    linear-gradient(180deg, rgba(86, 102, 119, 0.98), rgba(41, 57, 75, 0.985) 46%, rgba(17, 29, 45, 0.99));
  box-shadow:
    0 3px 13px rgba(0, 0, 0, 0.74),
    inset 0 1px 1.4px rgba(255, 255, 255, 0.34);
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.54);
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 430ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  will-change: transform;
}

.ios-alert.is-closing {
  pointer-events: none;
  transform: translate3d(0, 0, 0) scale3d(0.001, 0.001, 1);
}

.home-icons {
  position: absolute;
  z-index: 2;
  left: 13px;
  top: 43px;
  width: 294px;
  display: grid;
  grid-template-columns: repeat(4, 57px);
  column-gap: 22px;
  row-gap: 14px;
}

.home-app {
  width: 57px;
  height: 75px;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.ios-alert h1 {
  margin: 15px 16px 8px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}

.ios-alert p {
  margin: 0 18px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.alert-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  border-top: 1px solid rgba(127, 144, 165, 0.42);
  background: rgba(7, 17, 30, 0.22);
  font-size: 15px;
  line-height: 45px;
  font-weight: 700;
}

.alert-close {
  display: block;
  position: relative;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  border: 0;
  appearance: none;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.1));
  color: #fff;
  font: inherit;
  line-height: 45px;
  text-align: center;
  text-shadow: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.alert-close:active,
.alert-close.is-pressed {
  background:
    linear-gradient(180deg, rgba(7, 18, 33, 0.52), rgba(6, 14, 25, 0.66)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.14));
}

.alert-close:disabled {
  color: #fff;
  opacity: 1;
}

.dock {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  height: 83px;
  display: block;
  padding: 0;
  background: transparent;
}

.dock-glass {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.07) 42%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(180deg, rgba(49, 56, 61, 0.74), rgba(23, 29, 34, 0.68) 55%, rgba(2, 3, 4, 0.72));
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.dock::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 0;
  height: 61px;
  background:
    linear-gradient(166deg, transparent 0 11%, rgba(255, 255, 255, 0.16) 11.5% 42%, transparent 42.5% 100%),
    linear-gradient(18deg, transparent 0 62%, rgba(255, 255, 255, 0.09) 62.5% 87%, transparent 87.5% 100%);
  clip-path: polygon(4% 33%, 96% 17%, 100% 100%, 0 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 0;
  opacity: 0.95;
  pointer-events: none;
}

.dock::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -20px;
  bottom: 7px;
  height: 17px;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(-9deg);
  pointer-events: none;
}

.app-link {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 118px;
  height: 73px;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.app-link:nth-of-type(1) {
  left: 31px;
}

.app-link:nth-of-type(2) {
  left: 171px;
}

.app-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  overflow: hidden;
  border-radius: 13px;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.3),
    0 2px 2px rgba(0, 0, 0, 0.3),
    0 10px 10px rgba(0, 0, 0, 0.3);
}

.app-icon::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 25px;
  border-radius: 13px 13px 50% 50% / 13px 13px 18px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

.image-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.symbol-icon {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.04) 42%, transparent 42%),
    linear-gradient(180deg, #202327, #050607 48%, #000);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.42),
    0 2px 2px rgba(0, 0, 0, 0.34),
    0 10px 10px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.36);
}

.symbol-mark {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.72);
}

.symbol-website {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.04) 42%, transparent 42%),
    linear-gradient(180deg, #303338, #090a0d 48%, #000);
}

.symbol-bl {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.47), rgba(255, 255, 255, 0.04) 42%, transparent 42%),
    linear-gradient(180deg, #3a3f45, #0c0f12 48%, #000);
}

.symbol-jobs {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.47), rgba(255, 255, 255, 0.04) 42%, transparent 42%),
    linear-gradient(180deg, #555d66, #13171b 48%, #020304);
}

.symbol-jobs .symbol-mark {
  font-size: 16px;
}

.symbol-signals {
  grid-template-columns: repeat(3, 8px);
  gap: 5px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.04) 42%, transparent 42%),
    linear-gradient(180deg, #5d666d, #171d21 48%, #030405);
}

.signal-dot {
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
}

.symbol-support {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.04) 42%, transparent 42%),
    linear-gradient(180deg, #3f464d, #0b0d10 48%, #000);
}

.id-icon {
  background: linear-gradient(180deg, #2b2d31, #08090a 45%, #000);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.55),
    0 10px 10px rgba(0, 0, 0, 0.32),
    inset 0 1px 1px rgba(255, 255, 255, 0.55);
}

.id-icon strong {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 0;
}

.id-icon em {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 15px;
  width: 26px;
  height: 2px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 2px;
}

.app-label {
  min-height: 24px;
  max-width: 118px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}

@media (max-width: 430px), (max-height: 790px) {
  .site-shell {
    padding: 12px;
  }

  .iphone4s-frame {
    transform: scale(min(calc((100vw - 24px) / 376), calc((100svh - 24px) / 740)));
    transform-origin: center;
  }
}
