.po-saved {
  display: grid;
  min-height: 100dvh;
  place-items: center;
  width: 100%;
}

.po-saved-card {
  background:
    linear-gradient(90deg, rgb(47 185 255 / 5.5%) 0 1px, transparent 1px),
    linear-gradient(180deg, rgb(255 255 255 / 2.5%), transparent 120px),
    var(--po-surface, #0f1010);
  background-size: 38px 100%, 100% 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  overflow: hidden;
  width: 100%;
}

.po-saved-content {
  flex: 1;
  margin-inline: auto;
  max-width: 720px;
  min-height: 0;
  overflow-y: auto;
  padding: 28px 22px 14px;
  scrollbar-color: var(--po-border-strong, #363638) transparent;
  scrollbar-width: thin;
  width: 100%;
}

.po-saved-content::-webkit-scrollbar { width: 4px; }
.po-saved-content::-webkit-scrollbar-thumb { background: var(--po-border-strong, #363638); border-radius: 99px; }

.po-saved-eyebrow,
.po-saved-claim__eyebrow {
  color: var(--po-lime, #c9f53c);
  font: 700 10px var(--po-mono, "JetBrains Mono", monospace);
  letter-spacing: .08em;
  margin: 0;
  text-transform: uppercase;
}

.po-saved-card h1 {
  font: 800 23px/1.1 var(--po-display, "Space Grotesk", system-ui, sans-serif);
  margin: 8px 0 0;
  text-wrap: balance;
}

.po-saved-copy {
  color: var(--po-muted, #989894);
  font-size: 13px;
  line-height: 1.48;
  margin: 8px 0 0;
}

.po-saved-video {
  aspect-ratio: 9 / 16;
  margin: 20px auto 0;
  position: relative;
  width: min(210px, 72vw);
}

.po-saved--saved .po-saved-video { width: min(246px, 100%); }
.po-saved-video .po-video-preview,
.po-saved-video video,
.po-saved-video .po-video-preview__placeholder { height: 100%; margin: 0; max-height: none; width: 100%; }
.po-saved-video .po-video-preview figcaption { margin-top: 8px; }

.po-saved-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 10px;
}

.po-saved-chips span {
  background: var(--po-surface-3, #1d1f1e);
  border: 1px solid var(--po-border-strong, #363638);
  border-radius: 999px;
  font: 700 8px var(--po-mono, "JetBrains Mono", monospace);
  min-height: 24px;
  padding: 5px 8px;
}

.po-saved-chips .is-accent {
  background: rgb(201 245 60 / 8%);
  border-color: rgb(201 245 60 / 32%);
  color: var(--po-lime, #c9f53c);
}

.po-saved-window {
  align-items: center;
  background: rgb(201 245 60 / 7%);
  border: 1px solid rgb(201 245 60 / 28%);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 10px 12px;
}

.po-saved-window > span {
  color: var(--po-lime, #c9f53c);
  font: 700 8px var(--po-mono, "JetBrains Mono", monospace);
  letter-spacing: .06em;
}

.po-saved-window strong { font-size: 10px; }
.po-saved-window b { color: var(--po-lime, #c9f53c); font: 700 12px var(--po-mono, "JetBrains Mono", monospace); }

.po-saved-claim {
  background: linear-gradient(135deg, rgb(201 245 60 / 9%), rgb(47 185 255 / 3.5%));
  border: 1px solid rgb(201 245 60 / 32%);
  border-radius: 20px;
  margin: 28px auto 0;
  max-width: 560px;
  padding: 14px;
}

.po-saved-claim h2 { font: 800 16px/1.15 var(--po-display, "Space Grotesk", system-ui, sans-serif); margin: 5px 0 0; }
.po-saved-claim > p:last-of-type { color: var(--po-muted, #989894); font-size: 10.5px; line-height: 1.4; margin: 5px 0 0; }

.po-saved-actions { display: grid; gap: 7px; margin-top: 11px; }
.po-saved-email { display: grid; grid-template-columns: minmax(0, 1fr); gap: 7px; }

.po-saved-google,
.po-saved-email input,
.po-saved-primary {
  border: 0;
  border-radius: 14px;
  font: 800 12px var(--po-display, "Space Grotesk", system-ui, sans-serif);
  min-height: 44px;
}

.po-saved-google,
.po-saved-primary,
.po-saved-email input[type="submit"] {
  align-items: center;
  background: var(--po-lime, #c9f53c);
  color: var(--po-lime-fg, #0a0a08);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 11px 13px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.po-saved-email input[type="email"] {
  background: var(--po-surface, #0f1010);
  border: 1px solid var(--po-border-strong, #363638);
  color: var(--po-fg, #f5f5f4);
  padding: 11px 12px;
  width: 100%;
}

.po-saved-skip {
  align-items: center;
  color: var(--po-muted, #989894);
  display: flex;
  font-size: 11px;
  justify-content: center;
  min-height: 44px;
  text-underline-offset: 3px;
}

.po-saved-footer {
  background: linear-gradient(180deg, rgb(15 16 16 / 0%), var(--po-surface, #0f1010) 25%);
  flex: 0 0 auto;
  margin-inline: auto;
  max-width: 720px;
  padding: 15px 22px max(22px, env(safe-area-inset-bottom));
  width: 100%;
}

.po-saved-subscribe-form { margin: 0; }

.po-saved-expired-visual {
  align-items: center;
  aspect-ratio: 9 / 13;
  background: var(--po-surface, #0f1010);
  border: 1px solid var(--po-border, #242426);
  border-radius: 20px;
  color: var(--po-muted, #989894);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 28px auto 0;
  width: min(246px, 100%);
}

.po-saved-expired-visual span {
  align-items: center;
  border: 1px solid var(--po-border-strong, #363638);
  border-radius: 50%;
  display: flex;
  font: 700 14px var(--po-mono, "JetBrains Mono", monospace);
  height: 62px;
  justify-content: center;
  margin-bottom: 16px;
  width: 62px;
}

.po-saved-expired-visual strong { color: var(--po-fg, #f5f5f4); }
.po-saved-expired-visual small { margin-top: 5px; }

@media (max-width: 353px) {
  .po-saved-content { padding-left: 18px; padding-right: 18px; }
  .po-saved-footer { padding-left: 18px; padding-right: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .po-saved * { transition: none !important; }
}

.po-test-gallery {
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: 28px;
}

.po-test-gallery > header p {
  margin: 0;
  color: var(--po-lime, #c9f53c);
  font: 700 10px var(--po-mono, monospace);
  letter-spacing: .1em;
}

.po-test-gallery > header h1 { margin: 8px 0 0; font-size: clamp(28px, 4vw, 48px); }
.po-test-gallery > header span { display: block; margin-top: 8px; color: var(--po-muted, #989894); }

.po-test-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.po-test-gallery__grid > section {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--po-border, #242426);
  border-radius: 20px;
  background: #090a0a;
}

.po-test-gallery__grid > section > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 2px 4px 12px; }
.po-test-gallery__grid h2 { margin: 0; font-size: 15px; }
.po-test-gallery__grid a { color: var(--po-lime, #c9f53c); font-size: 12px; }
.po-test-gallery__grid iframe { width: 100%; height: 780px; border: 0; border-radius: 14px; background: #070808; }
