@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("/fonts/syne-latin.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  background: #090b10;
  color: #edf1f7;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: #090b10;
}
a {
  color: inherit;
}
button {
  font: inherit;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(50% 38% at 50% 44%, rgb(70 55 143 / 35%), transparent 70%),
    radial-gradient(34% 24% at 14% 13%, rgb(28 127 159 / 22%), transparent 72%), #090b10;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.site-header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font:
    700 20px / 1 "Syne",
    sans-serif;
  letter-spacing: -0.03em;
}
.brand img {
  width: 36px;
  height: 36px;
}
.brand-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.early-access,
.planned-tag {
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid rgb(143 228 238 / 20%);
  border-radius: 6px;
  color: #a9dfe7;
  font:
    10px / 1.2 "IBM Plex Mono",
    monospace;
  white-space: nowrap;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-nav a {
  color: #b6bfcc;
  font-size: 14px;
  text-decoration: none;
}
.site-nav a:hover {
  color: #fff;
}
.site-header .sign-in {
  padding: 9px 15px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  color: #edf1f7;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 68px 0 16px;
  text-align: center;
}
.eyebrow {
  margin: 0 0 12px;
  color: #9ba6b7;
  font:
    500 11px / 1.2 "IBM Plex Mono",
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1,
h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
}
h1 {
  max-width: 1000px;
  font-size: clamp(46px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  background: linear-gradient(#fff, #d6dce7 38%, #8893a5 53%, #f6f7fa 65%, #aeb8c8);
  background-clip: text;
  color: transparent;
}
.hero-copy {
  max-width: 620px;
  margin: 22px 0 28px;
  color: #b6bfcc;
  font-size: 19px;
  line-height: 1.55;
}
.button-primary {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 17px 27px;
  border-radius: 999px;
  background: linear-gradient(#fff, #dde3eb 44%, #a8b1bf 53%, #f3f6fa);
  color: #0d1017;
  box-shadow:
    0 18px 50px rgb(101 125 255 / 28%),
    inset 0 1px rgb(255 255 255 / 80%);
  font:
    700 17px / 1 "Syne",
    sans-serif;
  text-decoration: none;
}
.button-primary:hover {
  filter: brightness(1.08);
}
.helper {
  margin: 15px 0 0;
  color: #8994a6;
  font-size: 14px;
}

.showcase {
  position: relative;
  min-height: 485px;
  margin-top: 8px;
  perspective: 1400px;
}
.ring-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 480px;
  overflow: hidden;
  user-select: none;
}
.ring-instruction {
  margin: 16px 0 0;
  color: #8894a7;
  font-size: 13px;
}
.ring-rotator {
  width: 100%;
  height: 410px;
  perspective: 1400px;
  perspective-origin: 50% 45%;
  touch-action: pan-y;
}
.ring {
  position: relative;
  top: 196px;
  left: 50%;
  width: 0;
  height: 0;
  transform: rotateY(var(--drag-angle, 0deg));
  transform-style: preserve-3d;
}
.ring-turntable {
  position: absolute;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  animation: spin 48s linear infinite;
}
.ring-rotator.is-paused .ring-turntable {
  animation-play-state: paused;
}
.ring-card {
  position: absolute;
  top: -79px;
  left: -140px;
  display: block;
  width: 280px;
  height: 158px;
  padding: 2px;
  overflow: hidden;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 66%),
    rgb(255 255 255 / 8%) 30%,
    rgb(0 0 0 / 35%)
  );
  box-shadow: 0 25px 55px rgb(0 0 0 / 45%);
  color: #f4f7fb;
  cursor: pointer;
  transform: rotateY(var(--angle)) translateZ(560px);
  transform-style: preserve-3d;
  transition:
    outline-color 0.15s,
    filter 0.15s;
}
.ring-card:hover,
.ring-card:focus-visible,
.ring-card[aria-pressed="true"] {
  outline: 2px solid #8fe4ee;
  outline-offset: 3px;
  filter: brightness(1.15);
}
.card-scene,
.card-scene video,
.card-scene img,
.card-scene canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-name {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 12px;
  font:
    11px / 1 "IBM Plex Mono",
    monospace;
  text-shadow: 0 1px 2px #000;
}
.prompt-panel {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(760px, calc(100% - 30px));
  margin: -28px auto 0;
  padding: 10px 12px 10px 17px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  background: rgb(15 18 27 / 84%);
  box-shadow: 0 15px 40px rgb(0 0 0 / 26%);
  backdrop-filter: blur(14px);
}
.prompt-panel[hidden] {
  display: none;
}
.prompt-panel > span {
  color: #8d99aa;
  font:
    10px / 1 "IBM Plex Mono",
    monospace;
  letter-spacing: 0.12em;
}
.prompt-panel code {
  overflow: hidden;
  color: #edf1f7;
  font:
    13px / 1.35 "IBM Plex Mono",
    monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prompt-panel .prompt-action,
.prompt-panel .prompt-close {
  flex: none;
  padding: 8px 12px;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 999px;
  background: transparent;
  color: #edf1f7;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
.call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 54px;
  text-align: center;
}
.details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
  padding: 76px 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
}
.details h2 {
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: -0.045em;
}
.details > p {
  max-width: 430px;
  margin: 4px 0 0;
  color: #b1bac8;
  font-size: 17px;
  line-height: 1.6;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 40px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  color: #8792a3;
  font-size: 13px;
  gap: 20px;
}
.site-footer p {
  max-width: 540px;
  margin: 8px 0 0;
  line-height: 1.5;
}
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer .footer-link {
  color: #aeb8c7;
  text-decoration: none;
}

.site-footer .footer-link:hover {
  color: #fff;
}

@keyframes spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@media (max-width: 760px) {
  main {
    padding: 0 20px;
  }
  .site-header {
    padding: 17px 0;
  }
  .site-header nav {
    gap: 13px;
    margin-left: auto;
  }
  .site-header nav a:not(.sign-in) {
    font-size: 13px;
  }
  .brand span {
    display: none;
  }
  .hero {
    padding-top: 52px;
  }
  .hero-copy {
    font-size: 17px;
  }
  .showcase {
    min-height: 350px;
    margin-top: 18px;
  }
  .live-example {
    top: 28px;
    left: 20px;
    width: 155px;
  }
  .ring-stage {
    min-height: 300px;
    padding-top: 62px;
  }
  .ring-rotator {
    width: 100vw;
    height: 220px;
    margin: 0 -20px;
    perspective: 1200px;
  }
  .ring {
    top: 100px;
  }
  .ring-card {
    top: -45px;
    left: -80px;
    width: 160px;
    height: 90px;
    transform: rotateY(var(--angle)) translateZ(320px);
  }
  .prompt-panel {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 18px;
    text-align: center;
  }
  .prompt-panel code {
    width: 100%;
    white-space: normal;
  }
  .details {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 54px 0;
  }
  .site-footer {
    padding: 24px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ring-rotator .ring-turntable {
    animation: none;
  }
}

.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 88px 0 110px;
}
.legal-page h1 {
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1;
}
.legal-meta {
  margin: 18px 0 46px;
  color: #8994a6;
  font:
    12px / 1.4 "IBM Plex Mono",
    monospace;
}
.legal-copy {
  color: #c1c9d5;
  font-size: 17px;
  line-height: 1.7;
}
.legal-copy h2 {
  margin: 46px 0 12px;
  color: #edf1f7;
  font-size: 25px;
  letter-spacing: -0.035em;
}
.legal-copy p,
.legal-copy ul {
  margin: 0 0 20px;
}
.legal-copy ul {
  padding-left: 22px;
}
.review-note {
  margin: 38px 0 0;
  padding: 16px 18px;
  border: 1px solid rgb(143 228 238 / 23%);
  border-radius: 10px;
  background: rgb(143 228 238 / 7%);
  color: #b9dce0;
  font-size: 15px;
}
@media (max-width: 760px) {
  .legal-page {
    padding: 55px 0 76px;
  }
}

.app-body {
  min-height: 100vh;
}
.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 40px;
  border-bottom: 1px solid rgb(255 255 255 / 7%);
}
.account-menu {
  position: relative;
  z-index: 10;
  flex: 0 0 auto;
}
.account-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 7px 12px 7px 16px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 14px;
  background: #111722;
  cursor: pointer;
  list-style: none;
}
.account-summary::-webkit-details-marker {
  display: none;
}
.account-summary:hover,
.account-menu[open] .account-summary {
  background: #252a32;
  border-color: #5b6472;
}
.account-summary:focus-visible,
.account-dropdown a:focus-visible,
.account-dropdown button:focus-visible {
  outline: 2px solid #8fe4ee;
  outline-offset: 3px;
}
.render-balance {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #c0c8d4;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
.render-balance strong {
  color: #b9f3e4;
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.render-balance [data-unlimited] {
  font-size: 16px;
}
.avatar {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #b48cff, #6fd6f0);
  color: #0b0d12;
  font:
    700 14px / 1 "Syne",
    sans-serif;
}
.account-chevron {
  color: #b9c3d1;
  font-size: 18px;
  line-height: 1;
}
.account-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(280px, calc(100vw - 40px));
  padding: 8px;
  border: 1px solid #343c49;
  border-radius: 14px;
  background: #171c25;
  box-shadow: 0 16px 40px rgb(0 0 0 / 40%);
}
.account-dropdown form {
  margin: 0;
}
.account-dropdown a,
.account-dropdown button {
  display: block;
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #edf1f7;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.account-dropdown a:hover,
.account-dropdown button:hover {
  background: #2b3340;
}
.account-email,
.account-allowance,
.account-preview {
  margin: 0;
  padding: 10px 12px;
  color: #b6bfcc;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.account-email {
  border-bottom: 1px solid #343c49;
  margin-bottom: 5px;
}
.eligibility-panel {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid #343c49;
  border-radius: 14px;
  background: #171c25;
}
.eligibility-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #edf1f7;
}
.eligibility-label input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #9bf3ff;
}
.eligibility-panel p {
  color: #b6bfcc;
  font-size: 14px;
  line-height: 1.5;
}
.pricing-page {
  max-width: 900px;
  min-height: 65vh;
  margin: 0 auto;
  padding: 48px 24px 72px;
}
.public-pricing-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.pricing-page .eyebrow {
  margin-top: 40px;
}
.pricing-page h1 {
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: -0.04em;
}
.pricing-page p {
  color: #b6bfcc;
  line-height: 1.6;
}
.pricing-card {
  margin-top: 32px;
  padding: 8px 24px;
  border: 1px solid #343c49;
  border-radius: 18px;
  background: #111722;
}
.plans-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
}
.plans-table caption {
  padding: 16px 0;
  color: #b6bfcc;
  text-align: left;
  font-size: 14px;
}
.plans-table th,
.plans-table td {
  padding: 18px 12px;
  border-top: 1px solid #343c49;
  vertical-align: top;
}
.plans-table thead th {
  color: #aeb8c7;
  font-size: 13px;
  font-weight: 400;
}
.plans-table tbody th {
  font-weight: 500;
  white-space: nowrap;
}
.plans-table td {
  color: #d5dae3;
}
.planned-tag {
  display: block;
  width: fit-content;
  margin-top: 7px;
}
.plan-interest {
  max-width: 150px;
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 400;
  white-space: normal;
}
.plan-interest p {
  margin: 10px 0 0;
}
.plan-period {
  color: #aeb8c7;
  font-size: 13px;
  white-space: nowrap;
}
.free-offer-note {
  display: block;
  max-width: 240px;
  margin-top: 8px;
  color: #aeb8c7;
  font-size: 12px;
}
.embed-help {
  max-width: 760px;
  margin: 18px auto 0;
  color: #aeb8c7;
  font-size: 14px;
  line-height: 1.6;
}
.embed-help summary {
  width: fit-content;
  margin: 0 auto;
  color: #c0d8e1;
  cursor: pointer;
}
.embed-help p {
  padding: 16px 20px;
  border: 1px solid #343c49;
  border-radius: 12px;
  background: #111722;
}
.embed-help summary:focus-visible {
  outline: 2px solid #8fe4ee;
  outline-offset: 4px;
}
.app-main {
  max-width: 1360px;
  margin: 0 auto;
  padding: 36px 40px 80px;
}
.composer {
  display: flex;
  gap: 10px;
  max-width: 760px;
  height: 64px;
  margin: 0 auto;
  padding: 8px 8px 8px 21px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 20px;
  background: #10131a;
  box-shadow:
    0 20px 50px rgb(0 0 0 / 35%),
    inset 0 1px rgb(255 255 255 / 4%);
}
.composer input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #edf1f7;
  font:
    15px / 1.2 "IBM Plex Mono",
    monospace;
}
.composer input::placeholder {
  color: #6b7484;
}
.render-button {
  padding: 0 21px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(#fff, #dfe4ec 45%, #aab3c2 52%, #eef1f5);
  color: #0a0c11;
  font:
    700 15px / 1 "Syne",
    sans-serif;
  cursor: pointer;
}
.render-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.composer-help {
  max-width: 760px;
  margin: 10px auto 0;
  color: #aeb8c7;
  font-size: 14px;
  text-align: center;
}
.composer-error {
  max-width: 760px;
  margin: 10px auto 0;
  color: #ffb4b4;
  font-size: 14px;
}
.render-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
.render-card {
  min-width: 0;
}
.render-preview {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 16px;
  background: #10131a;
  box-shadow: 0 24px 60px rgb(0 0 0 / 30%);
}
.render-preview video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rendering,
.failed-render {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}
.rendering {
  overflow: hidden;
  background: linear-gradient(100deg, #10131a 30%, #252b38 50%, #10131a 70%);
  background-size: 250% 100%;
  animation: sweep 1.8s linear infinite;
  color: #edf1f7;
  font:
    700 18px / 1 "Syne",
    sans-serif;
  align-content: center;
  gap: 14px;
}
.rendering p {
  max-width: 260px;
  margin: 0;
  color: #b6bfcc;
  font:
    14px / 1.5 "IBM Plex Sans",
    sans-serif;
}
.failed-render {
  align-content: center;
  gap: 14px;
  color: #c7cfdb;
}
.failed-render p {
  margin: 0;
}
.render-prompt {
  overflow: hidden;
  margin: 10px 0 0;
  color: #9ea8b7;
  font:
    13px / 1.45 "IBM Plex Mono",
    monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.render-actions {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 10px;
}
.render-actions form {
  margin-left: auto;
}
.card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 999px;
  background: rgb(255 255 255 / 6%);
  color: #d5dae3;
  font:
    13px / 1 "IBM Plex Sans",
    sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.card-action:hover {
  background: rgb(255 255 255 / 11%);
}
.plan-interest .card-action {
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 12px;
  line-height: 1.3;
  white-space: normal;
}
.card-delete {
  color: #9aa4b3;
}
.render-status {
  display: block;
  margin-top: 8px;
  color: #7f8a9a;
  font:
    11px / 1 "IBM Plex Mono",
    monospace;
  text-transform: uppercase;
}
.empty-state {
  max-width: 650px;
  margin: 110px auto;
  text-align: center;
}
.empty-state h1 {
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: -0.055em;
}
.empty-state p {
  margin: 16px auto 24px;
  color: #aeb8c7;
  font-size: 17px;
  line-height: 1.6;
}
.example-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.example-chip {
  padding: 9px 13px;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 999px;
  background: rgb(255 255 255 / 3%);
  color: #b4becc;
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 760px) {
  .app-header {
    padding: 14px 20px;
  }
  .app-header .brand span {
    display: none;
  }
  .app-header .brand-group {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .public-pricing-header {
    padding: 0 20px;
  }
  .pricing-card {
    padding: 4px 8px;
  }
  .plans-table th,
  .plans-table td {
    padding: 14px 6px;
    font-size: 14px;
  }
  .plan-period {
    display: block;
  }
  .app-main {
    padding: 26px 20px 60px;
  }
  .composer {
    height: auto;
    padding: 12px;
    flex-direction: column;
  }
  .composer input {
    min-height: 38px;
    width: 100%;
  }
  .render-button {
    min-height: 44px;
  }
  .render-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .empty-state {
    margin: 70px auto;
  }
  .render-actions {
    flex-wrap: wrap;
  }
  .render-actions form {
    margin-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rendering {
    animation: none;
  }
}

.preview-banner {
  margin: 0;
  padding: 9px 20px;
  background: rgb(143 228 238 / 12%);
  border-bottom: 1px solid rgb(143 228 238 / 25%);
  color: #b9e8ed;
  font:
    12px / 1.2 "IBM Plex Mono",
    monospace;
  text-align: center;
}
.preview-link {
  display: inline-block;
  margin-top: 10px;
  color: #9fdcec;
  font-size: 13px;
}
.preview-link:hover {
  color: #fff;
}

.preview-banner button {
  margin-left: 8px;
  border: 0;
  border-bottom: 1px solid currentcolor;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.preview-banner button:hover {
  color: #fff;
}
