/* Petiht video studio — white canvas, Haiti blue and red. No purple. */

.p-body--studio {
  background: #f6f3ee;
}
.p-body--studio .p-header,
.p-body--studio .p-footer,
.p-body--studio .p-skip {
  display: none !important;
}
.p-body--studio .p-nav,
.p-body--studio .p-nav-toggle {
  display: none !important;
}
.p-body--studio .p-main {
  padding: 0;
  min-height: 100dvh;
}

.st {
  --blue: #00209f;
  --red: #d21034;
  --ink: #141820;
  --muted: #6b7280;
  --line: rgba(20, 24, 32, 0.08);
  --card: #ffffff;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 248px 1fr;
  color: var(--ink);
  font-family: Outfit, Inter, system-ui, sans-serif;
  background:
    radial-gradient(900px 480px at 70% 18%, rgba(0, 32, 159, 0.08), transparent 60%),
    radial-gradient(700px 420px at 30% 80%, rgba(210, 16, 52, 0.06), transparent 55%),
    #f7f4ef;
}

.st-side {
  display: flex;
  flex-direction: column;
  padding: 22px 16px 18px;
  background: rgba(255, 255, 255, 0.72);
  border-right: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.st-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px 22px;
  color: var(--ink);
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: -0.03em;
}
.st-brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.st-side__lang {
  margin-top: auto;
  padding: 18px 8px 6px;
}
.st-side__lang p {
  margin: 0 0 8px 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.st-lang--side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 0;
}
.st-lang--side a {
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  padding: 10px 8px;
  border-radius: 14px;
  font-size: 13px;
}

.st-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.st-nav__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #3f4654;
  border-radius: 14px;
  padding: 11px 12px;
  font: inherit;
  font-weight: 650;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
}
.st-nav__btn svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.st-nav__btn.is-active {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 8px 24px rgba(0, 32, 159, 0.08);
}
.st-nav__btn:hover {
  background: rgba(255, 255, 255, 0.7);
}

.st-pill {
  margin-left: auto;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
  background: rgba(0, 32, 159, 0.08);
  border-radius: 999px;
  padding: 3px 7px;
}
.st-pill--hot {
  color: #fff;
  background: var(--red);
}

.st-main {
  min-width: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.st-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 18px 0;
  padding: 8px 10px 8px 12px;
  background: #fff;
  border: 1px solid rgba(20, 24, 32, 0.06);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(20, 24, 32, 0.06);
  position: relative;
  overflow: hidden;
}
.st-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue) 50%, var(--red) 50%);
}
.st-logo {
  display: inline-flex;
  line-height: 0;
}
@media (min-width: 901px) {
  .st-brand { display: none; }
}
.st-logo img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: block;
}
.st-top__spacer { flex: 1; }
.st-quiet {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}
.st-lang {
  display: flex;
  gap: 2px;
  background: #fff;
  border-radius: 999px;
  padding: 3px;
  border: 1px solid var(--line);
}
.st-lang a {
  text-decoration: none;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 999px;
}
.st-lang a.is-on {
  background: var(--blue);
  color: #fff;
}
.st-credits {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
}
.st-credits svg { width: 16px; height: 16px; color: #c5922a; }
.st-upgrade {
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  border-radius: 999px;
  padding: 8px 14px;
}
.st-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  text-decoration: none;
}
.st-avatar img { width: 100%; height: 100%; object-fit: cover; }
.st-icon {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}
.st-icon svg { width: 20px; height: 20px; }

.st-view { display: none; flex: 1; min-height: 0; }
.st-view.is-on {
  display: flex;
  flex-direction: column;
}

.st-stage {
  position: relative;
  flex: 1;
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 24px 24px 8px;
  overflow: hidden;
}
.st-wash {
  position: absolute;
  inset: 8% 12% auto;
  height: 70%;
  background:
    radial-gradient(closest-side, rgba(0, 32, 159, 0.16), transparent 70%),
    radial-gradient(closest-side at 70% 40%, rgba(210, 16, 52, 0.12), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}
.st-hero h1,
.st-home h1,
.st-soon h1,
.st-gallery-head h1 {
  position: relative;
  margin: 0;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 750;
  text-align: center;
}
.st-hero b,
.st-home h1 b {
  color: var(--blue);
  font-weight: 800;
}
.st-status, .st-result {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: min(720px, 100%);
}
.st-status p, .st-again {
  margin: 0;
  font-weight: 700;
}
.st-ring {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid rgba(0, 32, 159, 0.15);
  border-top-color: var(--red);
  animation: st-spin 0.8s linear infinite;
}
@keyframes st-spin { to { transform: rotate(360deg); } }
.st-result video, .st-lightbox video {
  width: min(420px, 100%);
  max-height: 52vh;
  border-radius: 22px;
  background: #111;
  box-shadow: 0 24px 60px rgba(20, 24, 32, 0.18);
}
.st-again {
  border: 0;
  background: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  color: var(--blue);
}

.st-composer {
  width: min(980px, calc(100% - 32px));
  margin: 8px auto 22px;
  background: #fff;
  border: 1px solid rgba(20, 24, 32, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(20, 24, 32, 0.08);
  padding: 16px 16px 12px;
}
.st-composer__row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.st-material {
  position: relative;
  flex: 0 0 auto;
}
.st-material label { cursor: pointer; display: block; }
.st-material__face {
  width: 84px;
  height: 96px;
  border-radius: 18px;
  border: 1px dashed rgba(0, 32, 159, 0.35);
  background:
    linear-gradient(160deg, #fff, #f4f7ff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--blue);
  transform: rotate(-8deg);
  box-shadow: 0 10px 24px rgba(0, 32, 159, 0.08);
  overflow: hidden;
}
.st-material__face svg { width: 22px; height: 22px; }
.st-material__face em {
  font-style: normal;
  font-size: 12px;
  font-weight: 750;
}
.st-material__face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg) scale(1.15);
}
.st-material__x {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
}
.st-refs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.st-refs[hidden] { display: none; }
.st-refs__label {
  margin: 0;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.st-refs__row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.st-refs__add[hidden] { display: none; }
.st-refs__add {
  width: 72px;
  height: 80px;
  flex: 0 0 auto;
  border-radius: 16px;
  border: 1px dashed rgba(0, 32, 159, 0.35);
  background: #f4f7ff;
  color: var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
}
.st-refs__add svg { width: 20px; height: 20px; }
.st-refs__add span {
  font-size: 10px;
  font-weight: 750;
  text-align: center;
  line-height: 1.2;
  padding: 0 6px;
}
.st-ref {
  position: relative;
  width: 72px;
  height: 80px;
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.st-ref img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.st-ref__x {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  line-height: 1;
  font-size: 13px;
}
.st-composer textarea {
  flex: 1;
  border: 0;
  resize: none;
  min-height: 84px;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  background: transparent;
  padding-top: 8px;
}
.st-bar {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-top: 8px;
}
.st-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.st-drop { position: relative; }
.st-drop.is-off { display: none; }
.st-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  background: #fafafa;
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-size: 13.5px;
  font-weight: 700;
  color: #2b3140;
  cursor: pointer;
}
.st-chip svg { width: 16px; height: 16px; color: var(--blue); }
.st-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  min-width: 160px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(20, 24, 32, 0.12);
  padding: 6px;
  z-index: 5;
}
.st-menu button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: 10px;
  padding: 9px 10px;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}
.st-menu button:hover,
.st-menu button.is-on {
  background: rgba(0, 32, 159, 0.08);
  color: var(--blue);
}
.st-go {
  border: 0;
  cursor: pointer;
  height: 48px;
  min-width: 92px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e11d48, var(--red));
  color: #fff;
  font: inherit;
  font-weight: 800;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 10px 24px rgba(210, 16, 52, 0.28);
}
.st-go svg { width: 16px; height: 16px; }
.st-go:disabled { opacity: 0.65; cursor: wait; }
.st-hint, .st-alert {
  margin: 10px 4px 0;
  color: var(--muted);
  font-size: 13px;
}
.st-alert {
  color: var(--red);
  font-weight: 700;
}

.st-home, .st-soon, .st-gallery-head {
  padding: 8vh 24px 0;
  text-align: center;
}
.st-home p, .st-soon p {
  color: var(--muted);
  font-size: 17px;
  max-width: 560px;
  margin: 12px auto 0;
}
.st-cards {
  width: min(820px, 100%);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  text-align: left;
}
.st-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  cursor: pointer;
  font: inherit;
  box-shadow: 0 12px 30px rgba(20, 24, 32, 0.05);
}
.st-card strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--blue);
}
.st-card span { color: var(--muted); line-height: 1.45; }
.st-card:hover { border-color: rgba(0, 32, 159, 0.35); }

.st-soon em {
  display: inline-block;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--red);
  margin-bottom: 10px;
}

.st-gallery-head { text-align: left; padding: 28px 28px 0; }
.st-gallery-head h1 {
  text-align: left;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.045em;
  color: #111827;
}
.st-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
  padding: 18px 28px 40px;
}
.st-tile {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
  padding: 12px 12px 16px;
  text-align: left;
  color: #111827;
}
.st-tile__media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #141820;
}
.st-tile video {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  display: block;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 32, 159, 0.35), transparent 42%),
    #141820;
}
.st-tile video.is-blank { min-height: 220px; }
.st-tile__time {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 999px;
  padding: 5px 10px;
}
.st-tile__hit {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(17, 24, 39, 0.72);
  padding: 0;
  cursor: pointer;
}
.st-tile__hit svg { width: 64px; height: 64px; display: block; }
.st-tile__badges {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
.st-pill-dark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 750;
}
.st-pill-dark svg { width: 14px; height: 14px; }
.st-res { display: inline-flex; align-items: center; gap: 6px; }
.st-hd {
  background: #00209f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 4px 7px;
}
.st-tile__body { padding: 14px 8px 4px; }
.st-tile__title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.st-tile__title strong {
  flex: 1;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.st-more {
  color: #111827;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  padding-top: 4px;
}
.st-tile__meta {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 650;
}
.st-tile__actions {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 10px;
  margin-top: 14px;
}
.st-dl, .st-watch {
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
.st-dl {
  background: #00209f;
  color: #fff;
  border: 0;
}
.st-watch {
  background: #f3f4f6;
  color: #111827;
  border: 0;
}
.st-dl svg, .st-watch svg { width: 18px; height: 18px; }
.st-empty {
  text-align: center;
  color: var(--muted);
  padding: 12px 24px 40px;
}

.st-lightbox {
  border: 0;
  border-radius: 24px;
  padding: 16px;
  width: min(520px, calc(100% - 24px));
  background: #fff;
}
.st-lightbox::backdrop { background: rgba(20, 24, 32, 0.55); }
.st-lightbox form { display: flex; justify-content: flex-end; }
.st-lightbox .st-icon { display: grid; place-items: center; font-size: 22px; }
.st-lightbox p { margin: 8px 4px 0; color: var(--muted); }

.st-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 24, 32, 0.35);
  z-index: 20;
}

@media (max-width: 900px) {
  .st { grid-template-columns: 1fr; }
  .st-brand { display: none; }
  .st-icon { display: grid; place-items: center; background: #f4f6fb; color: var(--blue); }
  .st-top { margin: 10px 12px 0; border-radius: 18px; }
  .st-side {
    position: fixed;
    z-index: 40;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(300px, 86vw);
    transform: translateX(-105%);
    transition: transform 0.22s ease;
    background: #fff;
    box-shadow: 16px 0 40px rgba(20, 24, 32, 0.08);
  }
  .st-side.is-open { transform: none; }
  .st-quiet { display: none; }
  .st-hero h1 { font-size: 30px; }
  .st-cards { grid-template-columns: 1fr; }
  .st-gallery { grid-template-columns: 1fr; padding: 16px; }
  .st-composer { width: calc(100% - 16px); margin-bottom: 12px; border-radius: 22px; }
  .st-go { width: 100%; }
  .st-bar { flex-direction: column; align-items: stretch; }
}

@media (max-width: 520px) {
  .st-gallery { grid-template-columns: 1fr; gap: 14px; }
  .st-top { margin: 8px 10px 0; gap: 6px; }
  .st-upgrade { padding: 8px 10px; font-size: 13px; }
}
