@import url("../assets/css/editorial.css");

:root {
  --gallery-carousel-gap: 1.8rem;
}

/* BerryCam screenshot mocks */
.screen--pi-live {
  background:
    radial-gradient(120% 80% at 28% 24%, rgba(157, 226, 173, 0.45) 0%, transparent 48%),
    linear-gradient(165deg, #294634 0%, #183022 58%, #111b15 100%);
}

.screen--controls {
  background: linear-gradient(180deg, #11161a 0%, #1a2228 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 22px 18px 30px;
}

.screen--controls .ui-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 10px;
}

.screen--controls .ui-row span {
  height: 8px;
  border-radius: 999px;
  background: rgba(232, 238, 243, 0.35);
}

.screen--controls .ui-row i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8ddf8f, #49a85a);
}

.screen--capture {
  background: linear-gradient(180deg, #10181f 0%, #0f1218 100%);
  position: relative;
}

.screen--capture::before,
.screen--capture::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.screen--capture::before {
  width: 84px;
  height: 84px;
  border: 2px solid rgba(236, 242, 247, 0.35);
  inset: auto 0 22px;
  margin-inline: auto;
}

.screen--capture::after {
  width: 18px;
  height: 18px;
  background: #f26f5c;
  inset: auto 0 55px;
  margin-inline: auto;
}
