:root {
  color-scheme: light dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0f1115;
  color: #f7f7f7;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(53, 199, 89, 0.08), transparent 260px),
    #0f1115;
}

.product-site,
.upload-experience {
  display: none;
}

html[data-experience="product"] .product-site,
html[data-experience="upload"] .upload-experience {
  display: block;
}

html[data-experience="product"] .upload-experience,
html[data-experience="upload"] .product-site {
  display: none !important;
}

html[data-experience="product"] {
  background: #0b0c10;
  color: #f8faf8;
}

html[data-experience="product"] body {
  background: #0b0c10;
}

.product-site {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 221, 43, 0.13), transparent 26%),
    linear-gradient(180deg, #0b0c10 0%, #101319 46%, #0d0f13 100%);
}

.product-site a {
  color: inherit;
}

.product-hero {
  position: relative;
  display: grid;
  min-height: min(820px, 96svh);
  padding: 26px clamp(18px, 4vw, 58px) 28px;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 8, 12, 0.96) 0%, rgba(7, 8, 12, 0.82) 32%, rgba(7, 8, 12, 0.36) 68%, rgba(7, 8, 12, 0.22) 100%),
    linear-gradient(180deg, rgba(7, 8, 12, 0.2) 0%, rgba(7, 8, 12, 0.08) 62%, #101319 100%);
}

.product-nav {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}

.product-brand,
.product-nav nav,
.product-footer div,
.product-footer nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.product-brand {
  font-weight: 900;
  text-decoration: none;
}

.product-brand img,
.product-footer img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.product-nav nav,
.product-footer nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.product-nav nav a,
.product-footer nav a {
  color: rgba(248, 250, 248, 0.76);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.product-nav nav a:hover,
.product-footer nav a:hover {
  color: #d9ff3f;
}

.icp-link {
  white-space: nowrap;
}

.mps-link {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  white-space: nowrap;
}

.mps-icon {
  display: inline-block;
  flex: 0 0 auto;
  height: 16px;
  object-fit: contain;
  width: 16px;
}

.hero-copy {
  align-self: center;
  max-width: 690px;
  padding: clamp(46px, 8svh, 92px) 0 clamp(58px, 10svh, 106px);
}

.product-eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: #d9ff3f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 680px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(48px, 8.8vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 26px;
  color: rgba(245, 248, 246, 0.82);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-actions,
.product-footer {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.primary-action,
.secondary-action,
.tertiary-action,
.maker-mock a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.primary-action,
.maker-mock a {
  background: #d9ff3f;
  color: #10130a;
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.tertiary-action {
  color: rgba(255, 255, 255, 0.78);
}

.app-store-badge {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 156px;
  min-height: 46px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  padding: 5px 13px 5px 11px;
  background: #050505;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.72), 0 10px 24px rgba(0, 0, 0, 0.18);
}

.app-store-badge .apple-mark {
  color: #fff;
  font-size: 27px;
  line-height: 1;
}

.app-store-badge small,
.app-store-badge strong {
  display: block;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.app-store-badge small {
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 700;
}

.app-store-badge strong {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.store-note {
  max-width: 500px;
  margin: 8px 0 0;
  color: rgba(245, 248, 246, 0.56);
  font-size: 12px;
  line-height: 1.5;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.hero-proof div {
  padding: 15px;
  background: rgba(10, 11, 15, 0.72);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
}

.hero-proof span {
  color: rgba(238, 241, 238, 0.68);
  font-size: 12px;
  line-height: 1.4;
}

.feature-band,
.app-store-band,
.creator-band,
.showcase-band,
.trust-band,
.product-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.feature-band,
.app-store-band,
.creator-band,
.showcase-band,
.trust-band {
  padding: clamp(58px, 8vw, 94px) 0;
}

.app-store-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.app-store-band h2 {
  max-width: 760px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

.app-store-band p:not(.section-kicker) {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(230, 234, 232, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.store-status {
  display: grid;
  gap: 5px;
  min-width: 220px;
  border: 1px solid rgba(217, 255, 63, 0.24);
  border-radius: 8px;
  padding: 16px;
  background: rgba(217, 255, 63, 0.075);
  text-decoration: none;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.store-status:hover {
  border-color: rgba(217, 255, 63, 0.48);
  background: rgba(217, 255, 63, 0.12);
  transform: translateY(-1px);
}

.store-status strong {
  color: #fff;
  font-size: 18px;
}

.store-status span {
  color: #d9ff3f;
  font-size: 13px;
  font-weight: 900;
}

.feature-layout,
.showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}

.feature-layout h2,
.creator-copy h2,
.trust-band h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 5.2vw, 70px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.feature-layout p,
.creator-copy p {
  max-width: 620px;
  color: rgba(230, 234, 232, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.watch-demo,
.mvp-demo {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
}

.mvp-demo {
  gap: 16px;
}

.demo-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 610px;
}

.sim-watch {
  position: relative;
  width: min(430px, 88vw);
  aspect-ratio: 430 / 620;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.sim-watch::before {
  position: absolute;
  left: 10.9%;
  top: 20.1%;
  z-index: 0;
  width: 78.2%;
  height: 61%;
  border-radius: 54px;
  background: #000;
  content: "";
  filter: blur(0.8px);
  pointer-events: none;
}

.demo-watch-shell {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 36px 56px rgba(0, 0, 0, 0.42));
  pointer-events: none;
  user-select: none;
}

.watch-case {
  position: relative;
  width: min(350px, 82vw);
  aspect-ratio: 0.78;
  border: 11px solid #07080a;
  border-radius: 52px;
  padding: 14px;
  background: linear-gradient(145deg, #1c2028, #050609);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.46), inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.watch-case::before,
.watch-case::after {
  position: absolute;
  left: 50%;
  width: 118px;
  height: 92px;
  transform: translateX(-50%);
  content: "";
  background: #0a0b0e;
  pointer-events: none;
}

.watch-case::before {
  top: -86px;
  border-radius: 34px 34px 16px 16px;
}

.watch-case::after {
  bottom: -86px;
  border-radius: 16px 16px 34px 34px;
}

.watch-screen {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  height: 100%;
  overflow: hidden;
  border-radius: 38px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(217, 255, 63, 0.18), transparent 32%),
    radial-gradient(circle at 70% 26%, rgba(163, 75, 255, 0.34), transparent 34%),
    #11141a;
}

.watch-screen.real-screen {
  display: block;
  padding: 0;
  background: #000;
}

.demo-screen {
  --demo-center-x: 50%;
  --demo-center-y: 49.8%;
  --demo-content-lift: -10px;
  display: block;
  position: absolute;
  left: 14.1%;
  top: 26.4%;
  z-index: 1;
  width: 72.8%;
  height: 52.2%;
  padding: 0;
  border-radius: 38px;
  background: #000;
}

.demo-screen::before {
  position: absolute;
  inset: -10px -10px -14px;
  z-index: 0;
  border-radius: 44px;
  background: #000;
  content: "";
}

.demo-topline {
  position: absolute;
  top: 30px;
  left: 34px;
  right: 34px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(219, 219, 226, 0.8);
  font-size: 12px;
  font-weight: 900;
  transform: translateY(var(--demo-content-lift));
}

.demo-topline button {
  display: grid;
  place-items: center;
  min-height: 38px;
  min-width: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.demo-topline button:active {
  transform: scale(0.96);
}

.demo-topline svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-grid-button svg {
  fill: #fff;
  stroke: none;
}

#demoEnergy {
  position: absolute;
  left: 50%;
  top: 6px;
  min-width: 118px;
  color: rgba(218, 218, 225, 0.82);
  font-size: 22px;
  text-align: center;
  transform: translate(-50%, var(--demo-content-lift));
}

.demo-trigger-surface {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 38px;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}

.demo-trigger-surface img {
  position: absolute;
  left: var(--demo-center-x);
  top: calc(var(--demo-center-y) - 5px);
  z-index: 2;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  background: var(--demo-cover-bg, #171922);
  transform: translate(-50%, -50%);
  transition: transform 160ms ease;
}

.demo-cover-fill {
  position: absolute;
  left: var(--demo-center-x);
  top: var(--demo-center-y);
  z-index: 1;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: var(--demo-cover-bg, #171922);
  box-shadow:
    0 0 0 4px #18a6c9,
    0 0 0 11px rgba(255, 255, 255, 0.08),
    0 0 30px rgba(24, 166, 201, 0.24);
  transform: translate(-50%, -50%);
  transition: box-shadow 160ms ease;
}

.demo-trigger-surface strong,
.demo-trigger-surface small {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

.demo-screen .demo-trigger-surface strong {
  position: absolute;
  left: 14px;
  right: 14px;
  top: calc(var(--demo-center-y) + 72px);
  max-width: 230px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 1.04;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.demo-screen .demo-trigger-surface small {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--demo-center-y) + 127px);
  margin-top: 0;
  color: rgba(210, 210, 218, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.demo-ripple {
  position: absolute;
  left: var(--demo-center-x);
  top: var(--demo-center-y);
  z-index: 1;
  width: 136px;
  height: 136px;
  border: 3px solid rgba(24, 166, 201, 0.72);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.86);
}

.demo-orbit {
  position: absolute;
  left: var(--demo-center-x);
  top: var(--demo-center-y);
  z-index: 1;
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.demo-orbit-outer {
  width: 184px;
  height: 184px;
}

.demo-orbit-inner {
  width: 142px;
  height: 142px;
}

.demo-page-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--demo-center-y) + 106px);
  z-index: 2;
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 0;
}

.demo-page-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
}

.demo-page-dots i:first-child {
  background: #fff;
}

.mvp-demo.is-triggered .demo-trigger-surface img {
  transform: translate(-50%, calc(-50% - 6px)) scale(1.04);
}

.mvp-demo.is-triggered .demo-cover-fill {
  box-shadow:
    0 0 0 4px #ff335f,
    0 0 0 11px rgba(255, 255, 255, 0.1),
    0 0 30px rgba(255, 51, 95, 0.3);
}

.mvp-demo.is-triggered .demo-ripple {
  animation: demo-ripple 460ms ease-out;
}

.mvp-demo.is-finisher .demo-cover-fill {
  box-shadow:
    0 0 0 4px #1ddf77,
    0 0 0 11px rgba(255, 255, 255, 0.12),
    0 0 48px rgba(29, 223, 119, 0.34);
}

.demo-panel {
  position: absolute;
  z-index: 5;
  inset: 32px 16px 12px;
  display: grid;
  align-content: start;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  padding: 12px 10px;
  background:
    radial-gradient(circle at 54% 8%, rgba(111, 78, 180, 0.18), transparent 34%),
    rgba(8, 9, 12, 0.97);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
  overflow-y: auto;
  scrollbar-width: none;
}

.demo-panel[hidden] {
  display: none;
}

.demo-panel::-webkit-scrollbar {
  display: none;
}

.demo-panel-heading,
.demo-pack-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.demo-panel-heading {
  margin-bottom: 4px;
  color: #fff;
}

.demo-panel-heading button {
  display: grid;
  place-items: center;
  width: 34px;
  min-height: 34px;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  font-size: 20px;
}

.demo-panel-heading strong,
.demo-panel-heading span {
  display: block;
  min-width: 0;
}

.demo-panel-heading strong {
  font-size: 17px;
  line-height: 1;
}

.demo-panel-heading span {
  color: rgba(218, 218, 226, 0.72);
  font-size: 10px;
  font-weight: 800;
  text-align: right;
}

.demo-pack-option {
  grid-template-columns: 42px minmax(0, 1fr) 44px;
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-align: left;
}

.demo-pack-option.is-active {
  border-color: rgba(217, 255, 63, 0.5);
  background: rgba(217, 255, 63, 0.08);
}

.demo-pack-option img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
}

.demo-pack-option span {
  display: block;
  overflow: hidden;
}

.demo-pack-option strong,
.demo-pack-option small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-pack-option strong {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.demo-pack-option small {
  margin-top: 2px;
  color: rgba(218, 218, 226, 0.62);
  font-size: 10px;
  font-weight: 800;
}

.demo-pack-option b {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 900;
  text-align: right;
}

.demo-pack-option.is-downloaded b {
  color: #1ddf77;
}

.demo-pack-option.is-downloading b {
  color: #d9ff3f;
}

.demo-diy-panel {
  gap: 10px;
}

.demo-diy-create,
.demo-diy-card {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.065);
}

.demo-diy-create {
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
}

.demo-diy-plus {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(29, 223, 119, 0.16);
  color: #1ddf77;
  font-size: 24px;
  font-weight: 900;
}

.demo-diy-create strong,
.demo-diy-card strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.demo-diy-create small,
.demo-diy-card span,
.demo-diy-card small {
  color: rgba(218, 218, 226, 0.68);
  font-size: 11px;
  font-weight: 800;
}

.demo-diy-card button {
  justify-self: stretch;
  min-height: 34px;
  border-radius: 10px;
  background: rgba(29, 223, 119, 0.18);
  color: #dfffe8;
  font-size: 12px;
  font-weight: 900;
}

.app-store-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  object-fit: cover;
}

.watch-topline {
  position: absolute;
  top: 14px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 800;
}

.trigger-ring {
  display: grid;
  place-items: center;
  width: 166px;
  height: 166px;
  border: 3px solid #d9ff3f;
  border-radius: 50%;
  background: conic-gradient(from 40deg, #d9ff3f, #ff335f, #7b4cff, #1ddf77, #d9ff3f);
  box-shadow: 0 0 40px rgba(217, 255, 63, 0.24);
}

.trigger-ring img {
  width: 128px;
  height: 128px;
  border-radius: 36px;
  object-fit: cover;
}

.watch-screen > strong {
  margin-top: 18px;
  color: #fff;
  font-size: 23px;
}

.watch-screen > small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.motion-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.motion-lines span {
  position: absolute;
  display: block;
  width: 116px;
  height: 10px;
  border-radius: 999px;
  background: #d9ff3f;
  box-shadow: 0 0 20px rgba(217, 255, 63, 0.38);
}

.motion-lines span:nth-child(1) {
  top: 23%;
  right: 13%;
  transform: rotate(18deg);
}

.motion-lines span:nth-child(2) {
  bottom: 28%;
  left: 11%;
  width: 88px;
  background: #ff335f;
  transform: rotate(-22deg);
}

.motion-lines span:nth-child(3) {
  right: 4%;
  bottom: 36%;
  width: 74px;
  background: #7b4cff;
  transform: rotate(-16deg);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding-bottom: clamp(58px, 8vw, 94px);
}

.product-grid article,
.workflow div,
.plaza-mock,
.maker-mock,
.screenshot-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.product-grid article {
  padding: 18px;
}

.tile-label {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 26px;
  border-radius: 8px;
  margin-bottom: 44px;
  background: #ffdd2b;
  color: #17120b;
  font-size: 12px;
  font-weight: 900;
}

.product-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
}

.product-grid p,
.workflow p,
.trust-band li {
  margin: 0;
  color: rgba(231, 235, 232, 0.7);
  line-height: 1.58;
}

.creator-band {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.creator-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.72fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.workflow div {
  padding: 18px;
}

.workflow span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-bottom: 18px;
  background: #1ddf77;
  color: #06110b;
  font-weight: 900;
}

.workflow strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
}

.plaza-mock,
.maker-mock {
  padding: 16px;
}

.mock-header,
.pack-row,
.maker-mock {
  display: grid;
  gap: 12px;
}

.mock-header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-bottom: 14px;
}

.mock-header strong,
.maker-mock > strong {
  color: #fff;
  font-size: 18px;
}

.mock-header span {
  border: 1px solid rgba(29, 223, 119, 0.38);
  border-radius: 999px;
  padding: 5px 9px;
  color: #8cffae;
  font-size: 12px;
  font-weight: 900;
}

.pack-row {
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
}

.pack-row img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.1);
}

.pack-row strong,
.pack-row span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pack-row strong {
  color: #fff;
}

.pack-row span {
  margin-top: 4px;
  color: rgba(231, 235, 232, 0.64);
  font-size: 12px;
}

.pack-row button {
  min-height: 32px;
  padding: 0 11px;
  background: #ff335f;
  color: #fff;
  font-size: 12px;
}

.maker-mock {
  align-content: center;
  min-height: 350px;
  background:
    radial-gradient(circle at 80% 12%, rgba(217, 255, 63, 0.13), transparent 28%),
    rgba(255, 255, 255, 0.055);
}

.wave-bars {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 6px;
  align-items: end;
  height: 120px;
  border-radius: 8px;
  padding: 14px;
  background: #14171d;
}

.wave-bars span {
  border-radius: 999px;
  background: linear-gradient(180deg, #d9ff3f, #1ddf77);
}

.wave-bars span:nth-child(1),
.wave-bars span:nth-child(7) { height: 34%; }
.wave-bars span:nth-child(2),
.wave-bars span:nth-child(8) { height: 62%; }
.wave-bars span:nth-child(3),
.wave-bars span:nth-child(9) { height: 88%; }
.wave-bars span:nth-child(4),
.wave-bars span:nth-child(10) { height: 46%; }
.wave-bars span:nth-child(5),
.wave-bars span:nth-child(11) { height: 74%; }
.wave-bars span:nth-child(6),
.wave-bars span:nth-child(12) { height: 52%; }

.clip-stack {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.clip-stack span {
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(241, 244, 242, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.maker-mock a {
  justify-self: start;
}

.screenshot-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 18px;
  text-align: center;
}

.screenshot-card img {
  width: min(100%, 270px);
  border-radius: 28px;
  background: #000;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.34);
}

.screenshot-card strong,
.screenshot-card span {
  display: block;
}

.screenshot-card strong {
  color: #fff;
  font-size: 18px;
}

.screenshot-card span {
  color: rgba(231, 235, 232, 0.68);
  font-size: 13px;
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: 30px;
  align-items: start;
}

.trust-band ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-band li {
  border-left: 4px solid #d9ff3f;
  border-radius: 0 8px 8px 0;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.055);
}

.policy-links {
  display: flex;
  grid-column: 2;
  gap: 10px;
  flex-wrap: wrap;
}

.policy-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(217, 255, 63, 0.28);
  border-radius: 8px;
  padding: 0 12px;
  color: #d9ff3f;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.product-footer {
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0 34px;
  color: rgba(248, 250, 248, 0.8);
}

.product-footer div {
  font-weight: 900;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(217, 255, 63, 0.12), transparent 30%),
    #0f1115;
}

.legal-shell {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 54px;
}

.legal-nav {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.legal-brand {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #f7f7f7;
  font-weight: 900;
  text-decoration: none;
}

.legal-brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.legal-nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.legal-nav-links a,
.legal-back {
  color: #d9ff3f;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.legal-header {
  margin-bottom: 26px;
}

.legal-header p {
  max-width: 740px;
  color: #bfc5ce;
  font-size: 17px;
}

.legal-header h1 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.legal-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  color: #8d95a3;
  font-size: 13px;
  font-weight: 800;
}

.legal-card {
  display: grid;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: clamp(20px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.055);
}

.legal-card section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
}

.legal-card section:first-child {
  border-top: 0;
  padding-top: 0;
}

.legal-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
}

.legal-card h3 {
  margin: 18px 0 8px;
  color: #f4f7f4;
  font-size: 16px;
}

.legal-card p,
.legal-card li {
  color: #c6cbd3;
  line-height: 1.75;
}

.legal-card p {
  margin: 0 0 10px;
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
}

.legal-note {
  border-left: 4px solid #d9ff3f;
  border-radius: 0 8px 8px 0;
  padding: 12px 14px;
  background: rgba(217, 255, 63, 0.08);
}

.legal-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: #8d95a3;
  font-size: 13px;
}

.shell {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 940px;
  padding: 24px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 18px;
  align-items: end;
}

.panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 20px;
  background: #1b1d22;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.08;
}

h2 {
  margin-bottom: 6px;
}

p {
  color: #b9bec8;
  line-height: 1.55;
}

.brand-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.brand-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.brand-name {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.1;
}

.eyebrow {
  margin-bottom: 0;
  color: #5ee27f;
  font-size: 13px;
  font-weight: 800;
}

.steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.steps span {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #35c759;
  color: #071108;
  font-weight: 900;
}

.steps strong {
  font-size: 14px;
}

.steps p {
  margin: 0;
  font-size: 12px;
}

.section-heading {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
}

.status-pill {
  flex: 0 0 auto;
  border: 1px solid rgba(53, 199, 89, 0.42);
  border-radius: 999px;
  padding: 5px 9px;
  color: #75ee91;
  font-size: 12px;
  font-weight: 800;
}

label {
  display: grid;
  gap: 6px;
  margin: 14px 0;
  font-size: 14px;
  color: #d8d8d8;
}

input {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 0 10px;
  background: #252830;
  color: #fff;
}

textarea {
  min-height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 10px;
  resize: vertical;
  background: #252830;
  color: #fff;
  font: inherit;
  line-height: 1.5;
}

select {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 0 10px;
  background: #252830;
  color: #fff;
}

input:focus-visible,
textarea:focus-visible,
button:focus-visible,
.drop-zone:focus-visible,
select:focus-visible {
  outline: 2px solid #75ee91;
  outline-offset: 2px;
}

button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  font-weight: 700;
  background: #35c759;
  color: #071108;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.drop-zone {
  display: grid;
  justify-items: center;
  gap: 7px;
  border: 1.5px dashed rgba(117, 238, 145, 0.45);
  border-radius: 8px;
  margin: 16px 0;
  padding: 24px 16px;
  background: rgba(53, 199, 89, 0.07);
  text-align: center;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.drop-zone.is-dragging {
  border-color: #75ee91;
  background: rgba(53, 199, 89, 0.16);
  transform: translateY(-1px);
}

.drop-zone.is-disabled {
  cursor: wait;
  opacity: 0.62;
}

.drop-zone-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #35c759;
  color: #071108;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.drop-zone p,
.drop-zone span {
  margin: 0;
  color: #b9bec8;
}

.drop-zone span {
  font-size: 12px;
}

.drop-zone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 3px 0;
}

.drop-zone-actions button {
  min-height: 32px;
  border: 1px solid rgba(117, 238, 145, 0.36);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(117, 238, 145, 0.1);
  color: #e8fcef;
  font-size: 13px;
  font-weight: 800;
}

.fallback-cover-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin: 14px 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.fallback-cover-preview {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 18px;
  background: #11141a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.fallback-cover-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.fallback-cover-preview span {
  position: relative;
  z-index: 1;
  font-size: 34px;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.52);
}

.fallback-emoji-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-start;
}

.fallback-emoji-options button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
  font-size: 18px;
}

.fallback-emoji-options button.is-active {
  border-color: rgba(117, 238, 145, 0.75);
  background: rgba(117, 238, 145, 0.16);
}

.fallback-cover-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.fallback-cover-actions button {
  min-height: 38px;
}

.source-picker-layout {
  display: grid;
  gap: 14px;
  margin: 16px 0;
}

.source-primary {
  display: grid;
  gap: 8px;
}

.source-choice-label {
  justify-self: start;
  border: 1px solid rgba(117, 238, 145, 0.26);
  border-radius: 999px;
  padding: 4px 8px;
  color: #75ee91;
  font-size: 12px;
  font-weight: 900;
}

.source-primary .drop-zone {
  margin: 0;
  padding: 28px 18px;
}

.source-primary .drop-zone strong {
  color: #f5f5f5;
  font-size: 18px;
}

.source-secondary {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 12px;
  align-items: stretch;
}

.source-secondary-heading {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
}

.source-secondary-heading strong,
.source-secondary-heading span {
  display: block;
}

.source-secondary-heading strong {
  color: #f5f5f5;
  font-size: 14px;
}

.source-secondary-heading span {
  color: #8f96a3;
  font-size: 12px;
}

.file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.rules div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.rules strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.rules p {
  margin: 0;
  font-size: 12px;
}

.file-summary {
  border-radius: 6px;
  margin-top: 12px;
  padding: 10px;
  background: rgba(117, 238, 145, 0.1);
  color: #dfffe6;
  font-size: 13px;
}

.file-summary.is-empty {
  background: rgba(255, 255, 255, 0.06);
  color: #a6aab4;
}

.file-summary.is-error {
  background: rgba(255, 69, 58, 0.12);
  color: #ffb5ae;
}

.processing-progress {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(140, 200, 216, 0.18);
  border-radius: 8px;
  background: rgba(140, 200, 216, 0.08);
}

.processing-progress[hidden] {
  display: none;
}

.processing-progress-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.processing-progress-heading strong {
  color: #f4f8ff;
  font-size: 13px;
}

.processing-progress-heading span {
  color: #8cc8d8;
  font-size: 12px;
  font-weight: 700;
}

.processing-progress-track {
  position: relative;
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.processing-progress-bar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #35c759 0%, #8cc8d8 100%);
  transition: width 140ms ease;
}

.processing-progress-bar.is-indeterminate {
  width: 36%;
  animation: processing-progress-slide 1.1s ease-in-out infinite;
}

.processing-progress-detail {
  margin: 0;
  color: #a6aab4;
  font-size: 12px;
}

.file-list {
  display: grid;
  gap: 6px;
  margin: 10px 0 16px;
  padding: 0;
  list-style: none;
}

.file-list li {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
}

.file-list li > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.file-list strong,
.file-list span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-list span {
  color: #a6aab4;
  font-size: 12px;
}

.file-remove-button {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 10px;
}

.creator-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.creator-stats div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.creator-stats strong,
.creator-stats span {
  display: block;
}

.creator-stats strong {
  font-size: 24px;
  line-height: 1.1;
}

.creator-stats span {
  margin-top: 4px;
  color: #a6aab4;
  font-size: 12px;
}

.creator-list {
  display: grid;
  gap: 8px;
}

.creator-empty {
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 14px;
  color: #a6aab4;
  font-size: 13px;
}

.creator-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.035);
}

.creator-item img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.creator-item strong,
.creator-item span,
.creator-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-item span,
.creator-item small {
  margin-top: 3px;
  color: #a6aab4;
  font-size: 12px;
}

.creator-metrics {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.creator-metrics .like-score {
  color: #ff5d73;
  font-size: 15px;
  white-space: nowrap;
}

.creator-metrics span {
  color: #a6aab4;
  font-size: 12px;
}

.actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.danger-button {
  background: #ff5d73;
  color: #fff5f6;
}

.quiet-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  color: #626875;
  font-size: 12px;
}

.quiet-link {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 0;
  padding: 0 6px;
  background: transparent;
  color: #7f8591;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quiet-link:hover {
  color: #b9bec8;
}

.policy-dialog {
  width: min(520px, calc(100vw - 36px));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 0;
  background: #1b1d22;
  color: #f7f7f7;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.policy-dialog::backdrop {
  background: rgba(0, 0, 0, 0.62);
}

.dialog-heading {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 18px;
}

.dialog-heading h2 {
  margin: 0;
  font-size: 18px;
}

.icon-button {
  display: grid;
  place-items: center;
  min-height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #f7f7f7;
  font-size: 20px;
  line-height: 1;
}

.policy-copy {
  display: grid;
  gap: 10px;
  padding: 16px 18px 18px;
}

.policy-copy p {
  margin: 0;
  color: #c7cbd3;
  font-size: 13px;
}

.policy-copy a {
  color: #75ee91;
  font-weight: 800;
}

.top-links {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.top-links a,
.top-links button {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(117, 238, 145, 0.34);
  border-radius: 6px;
  padding: 0 10px;
  color: #75ee91;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.top-links button {
  background: transparent;
}

.token-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: -6px;
}

.token-actions button {
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #c7cbd3;
  font-size: 12px;
}

.maker-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(117, 238, 145, 0.28);
  border-radius: 8px;
  margin-top: 16px;
  padding: 12px;
  background: rgba(53, 199, 89, 0.08);
}

.maker-cta strong,
.maker-cta span {
  display: block;
}

.maker-cta strong {
  margin-bottom: 3px;
  color: #f7f7f7;
  font-size: 15px;
}

.maker-cta span {
  color: #b9bec8;
  font-size: 12px;
  line-height: 1.45;
}

.maker-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 6px;
  padding: 0 13px;
  background: #35c759;
  color: #071108;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.tag-picker {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  margin: 14px 0;
  padding: 10px;
}

.tag-picker legend {
  padding: 0 6px;
  font-size: 14px;
  font-weight: 800;
}

.tag-picker p {
  margin: 0 0 8px;
  font-size: 12px;
}

.tag-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-options label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.04);
  color: #f7f7f7;
  font-size: 12px;
}

.tag-options input {
  min-height: 0;
  width: 14px;
  height: 14px;
  margin: 0;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
}

.pack-results {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.pack-result {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.pack-result img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.pack-result strong,
.pack-result span {
  display: block;
}

.pack-result strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pack-result span {
  margin-top: 3px;
  color: #a6aab4;
  font-size: 12px;
}

.tag-line {
  margin-top: 4px;
  color: #75ee91;
  font-size: 12px;
}

.admin-shell {
  max-width: 1180px;
}

.admin-intro {
  grid-template-columns: 1fr;
}

.feedback-shell {
  max-width: 760px;
}

.feedback-admin-shell {
  max-width: 900px;
}

.feedback-intro {
  grid-template-columns: 1fr;
}

.feedback-form {
  display: grid;
  gap: 2px;
}

.feedback-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.feedback-actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4px;
}

.feedback-actions span {
  color: #a6aab4;
  font-size: 13px;
}

.feedback-admin-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  color: #a6aab4;
}

.feedback-admin-panel {
  min-height: 320px;
}

.feedback-admin-item {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.feedback-admin-item div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: baseline;
}

.feedback-admin-item strong {
  overflow: hidden;
  color: #f7f7f7;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feedback-admin-item span,
.feedback-admin-item small {
  color: #a6aab4;
  font-size: 12px;
}

.feedback-admin-item p {
  margin: 0;
  color: #d8d8d8;
  white-space: pre-wrap;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 18px;
  align-items: start;
}

.filters {
  display: grid;
  grid-template-columns: auto auto auto minmax(160px, 1fr) auto;
  gap: 8px;
  margin: 14px 0;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.stat-grid div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.stat-grid strong,
.stat-grid span {
  display: block;
}

.stat-grid strong {
  font-size: 22px;
}

.stat-grid span {
  color: #a6aab4;
  font-size: 12px;
}

.stat-grid .report-stat strong {
  color: #ff8a80;
}

.admin-list {
  display: grid;
  gap: 8px;
}

.admin-pack-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: #f7f7f7;
  text-align: left;
}

.admin-pack-item.is-selected {
  border-color: rgba(117, 238, 145, 0.65);
  background: rgba(53, 199, 89, 0.12);
}

.admin-pack-item img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.admin-pack-item strong,
.admin-pack-item span,
.admin-pack-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-pack-item span,
.admin-pack-item small {
  margin-top: 3px;
  color: #a6aab4;
  font-size: 12px;
  font-weight: 500;
}

.detail-panel {
  position: sticky;
  top: 16px;
}

.detail-empty {
  color: #a6aab4;
}

.detail-header {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.detail-header img {
  width: 74px;
  height: 74px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.detail-header h3 {
  margin: 0 0 4px;
}

.detail-header p {
  margin: 0;
  font-size: 12px;
}

.report-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  border: 1px solid rgba(255, 138, 128, 0.38);
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(255, 138, 128, 0.11);
  color: #ffb4ad;
  font-size: 12px;
  font-weight: 700;
}

.detail-editor {
  margin-top: 14px;
}

.file-section-heading {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.file-section-heading h3 {
  margin: 0;
}

.sequence-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.sequence-actions span {
  overflow: hidden;
  max-width: 190px;
  color: #a6aab4;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sequence-actions button {
  min-height: 32px;
  padding: 0 11px;
}

.file-preview-list {
  display: grid;
  gap: 8px;
  margin: 8px 0 14px;
}

.file-preview-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.file-preview-list span {
  overflow: hidden;
  color: #d8d8d8;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-preview-list button {
  min-height: 30px;
  padding: 0 10px;
}

.hint,
output {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  color: #a6a6a6;
  font-size: 13px;
}

.maker-shell {
  max-width: 1040px;
}

.maker-intro {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.maker-links {
  justify-content: flex-end;
  margin-top: 0;
}

.maker-panel {
  display: grid;
  gap: 14px;
}

.tutorial-dialog {
  width: min(560px, calc(100vw - 36px));
  max-height: min(680px, calc(100dvh - 36px));
  overflow: auto;
}

.tutorial-copy {
  gap: 14px;
}

.tutorial-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tutorial-steps li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: start;
  border: 1px solid rgba(117, 238, 145, 0.16);
  border-radius: 8px;
  padding: 10px;
  background: rgba(117, 238, 145, 0.045);
  counter-increment: tutorial-step;
}

.tutorial-steps li::before {
  content: counter(tutorial-step);
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #35c759;
  color: #07150c;
  font-size: 13px;
  font-weight: 900;
}

.tutorial-steps strong {
  color: #f5f5f5;
  font-size: 14px;
}

.tutorial-steps span {
  grid-column: 2;
  color: #c7cbd3;
  font-size: 13px;
  line-height: 1.5;
}

.tutorial-copy > button {
  justify-self: end;
}

.recording-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(140, 200, 216, 0.18);
  border-radius: 8px;
  padding: 10px;
  background: rgba(140, 200, 216, 0.045);
}

.source-secondary .recording-box {
  align-content: start;
}

.recording-box strong,
.recording-box span {
  display: block;
}

.recording-box strong {
  color: #f5f5f5;
  font-size: 14px;
}

.recording-box span {
  color: #a6aab4;
  font-size: 12px;
}

.recording-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.recording-actions button {
  min-height: 32px;
  padding: 0 12px;
  font-size: 12px;
}

.recording-status {
  grid-column: 1 / -1;
  margin-top: 0;
}

.recording-status.is-recording {
  color: #75ee91;
}

.remote-source-box {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 184, 77, 0.2);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 184, 77, 0.055);
}

.source-secondary .remote-source-box {
  box-sizing: border-box;
}

.remote-source-box strong,
.remote-source-box span {
  display: block;
}

.remote-source-box strong {
  color: #f5f5f5;
  font-size: 14px;
}

.remote-source-box span {
  color: #a6aab4;
  font-size: 12px;
}

.remote-source-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: stretch;
}

.remote-source-form textarea {
  min-height: 68px;
  resize: vertical;
}

.remote-source-form button {
  min-width: 104px;
}

.remote-source-status {
  margin-top: 0;
}

.remote-source-status.is-success {
  color: #75ee91;
}

.remote-source-summary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 10px;
  color: #dfe6e1;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}

.maker-file-picker {
  margin-bottom: 0;
}

.waveform {
  min-height: 150px;
  border: 1px solid rgba(140, 200, 216, 0.28);
  border-radius: 8px;
  padding: 10px;
  background: #14171d;
  overflow: hidden;
}

.waveform-tools {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) 44px auto;
  gap: 10px;
  align-items: center;
  color: #dfe6e1;
  font-size: 13px;
}

.waveform-tools input[type="range"] {
  width: 100%;
  accent-color: #35c759;
}

.waveform-tools output {
  min-height: 0;
  margin: 0;
  text-align: center;
  color: #a6aab4;
}

.waveform-tools button {
  min-height: 32px;
  padding: 0 12px;
  font-size: 12px;
}

.maker-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.segment-editor {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 184, 77, 0.22);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 184, 77, 0.06);
}

.segment-editor-heading strong,
.segment-editor-heading span {
  display: block;
}

.segment-editor-heading strong {
  color: #f5f5f5;
  font-size: 14px;
}

.segment-editor-heading span {
  color: #a6aab4;
  font-size: 12px;
}

.segment-editor-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.segment-editor-step {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.segment-editor-step strong,
.segment-editor-step span {
  display: block;
}

.segment-editor-step strong {
  color: #f0f3f2;
  font-size: 13px;
}

.segment-editor-step span {
  color: #a6aab4;
  font-size: 12px;
  line-height: 1.45;
}

.segment-editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.segment-editor-field {
  display: grid;
  gap: 6px;
  color: #dfe6e1;
  font-size: 12px;
}

.segment-editor-field input {
  min-height: 36px;
  margin: 0;
}

.segment-editor-toggle-field {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.segment-slider-toggle {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #f0f3f2;
  font-size: 13px;
  font-weight: 700;
}

.segment-slider-toggle input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  accent-color: #35c759;
}

.segment-slider-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.segment-slider-row input[type="range"] {
  width: 100%;
  min-height: 20px;
  accent-color: #35c759;
}

.segment-slider-row output {
  min-width: 40px;
  min-height: 0;
  margin: 0;
  color: #dfe6e1;
  text-align: right;
}

.segment-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.segment-editor-actions > span {
  color: #dfe6e1;
  font-size: 12px;
  font-weight: 700;
}

.segment-duration-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.segment-duration-presets button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #e6ebea;
  font-size: 12px;
}

.segment-duration-presets button[aria-pressed="true"] {
  border-color: rgba(255, 184, 77, 0.7);
  background: rgba(255, 184, 77, 0.18);
  color: #fff6e5;
}

.maker-export-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.processing-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(117, 238, 145, 0.18);
  border-radius: 8px;
  padding: 10px;
  background: rgba(117, 238, 145, 0.045);
}

.processing-tools strong,
.processing-tools span {
  display: block;
}

.processing-tools strong {
  color: #f5f5f5;
  font-size: 14px;
}

.processing-tools span {
  color: #a6aab4;
  font-size: 12px;
}

.processing-tools label,
.region-toggle {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 32px;
  color: #dfe6e1;
  font-size: 12px;
  white-space: nowrap;
}

.processing-tools input,
.region-toggle input {
  width: 16px;
  height: 16px;
  accent-color: #35c759;
}

.maker-panel button:disabled {
  background: #25362b;
  color: #8a958d;
  opacity: 1;
}

.region-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.region-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.region-list li.is-selected {
  border-color: rgba(255, 184, 77, 0.58);
  background: rgba(255, 184, 77, 0.1);
}

.region-list li.is-error {
  border-color: rgba(255, 93, 115, 0.6);
}

.region-list strong,
.region-list span {
  display: block;
  min-width: 0;
}

.region-list span {
  color: #a6aab4;
  font-size: 12px;
}

.region-list div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.region-toggle {
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.region-toggle span {
  color: #dfe6e1;
}

.region-fade-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.region-fade-field {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #dfe6e1;
  font-size: 12px;
  white-space: nowrap;
}

.region-fade-field input {
  width: 68px;
  min-height: 28px;
  margin: 0;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 12px;
}

.region-list button {
  min-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}

.region-empty {
  grid-template-columns: minmax(0, 1fr) !important;
  color: #a6aab4;
  font-size: 13px;
}

output.is-error {
  color: #ffb5ae;
}

@keyframes processing-progress-slide {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(320%);
  }
}

@keyframes demo-ripple {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(0.78);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.72);
  }
}

@media (max-width: 760px) {
  .product-hero {
    min-height: auto;
    padding: 18px 18px 20px;
  }

  .product-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.86) 0%, rgba(7, 8, 12, 0.82) 52%, #101319 100%),
      linear-gradient(90deg, rgba(7, 8, 12, 0.72), rgba(7, 8, 12, 0.28));
  }

  .hero-image {
    object-position: 62% center;
  }

  .product-nav {
    align-items: flex-start;
  }

  .product-nav nav {
    gap: 8px 12px;
  }

  .hero-copy {
    padding: 54px 0 34px;
  }

  .hero-copy h1 {
    font-size: 50px;
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions a {
    width: 100%;
    box-sizing: border-box;
  }

  .hero-actions .app-store-badge {
    width: fit-content;
  }

  .hero-proof,
  .app-store-band,
  .feature-layout,
  .creator-copy,
  .workflow,
  .showcase-layout,
  .trust-band,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .policy-links {
    grid-column: 1;
  }

  .feature-band,
  .creator-band,
  .showcase-band,
  .trust-band {
    padding: 54px 0;
  }

  .feature-layout h2,
  .creator-copy h2,
  .trust-band h2 {
    font-size: 38px;
  }

  .watch-demo,
  .mvp-demo {
    min-height: 500px;
  }

  .demo-stage {
    min-height: 500px;
  }

  .watch-case {
    width: min(280px, 78vw);
    border-radius: 44px;
  }

  .sim-watch {
    width: min(340px, 88vw);
    border-radius: 0;
  }

  .watch-screen {
    border-radius: 32px;
  }

  .demo-screen,
  .demo-trigger-surface {
    border-radius: 32px;
  }

  .demo-topline {
    top: 24px;
    left: 28px;
    right: 28px;
  }

  .demo-topline button {
    min-width: 34px;
    min-height: 34px;
  }

  #demoEnergy {
    top: 5px;
    font-size: 19px;
  }

  .trigger-ring {
    width: 138px;
    height: 138px;
  }

  .trigger-ring img {
    width: 104px;
    height: 104px;
    border-radius: 28px;
  }

  .demo-trigger-surface img,
  .demo-ripple {
    width: 98px;
    height: 98px;
  }

  .demo-orbit-outer {
    width: 158px;
    height: 158px;
  }

  .demo-orbit-inner {
    width: 122px;
    height: 122px;
  }

  .demo-trigger-surface strong {
    font-size: 18px;
  }

  .demo-panel {
    inset: 26px 14px 12px;
    border-radius: 28px;
    padding: 10px 8px;
  }

  .product-grid {
    padding-bottom: 54px;
  }

  .tile-label {
    margin-bottom: 24px;
  }

  .pack-row {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .pack-row button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .product-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-footer nav {
    justify-content: flex-start;
  }

  .legal-shell {
    padding-top: 18px;
  }

  .legal-nav {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 36px;
  }

  .legal-nav-links {
    justify-content: flex-start;
  }

  .legal-header h1 {
    font-size: 40px;
  }

  .shell {
    padding: 16px;
  }

  .intro,
  .maker-intro,
  .rules,
  .creator-stats,
  .admin-grid,
  .filters,
  .stat-grid,
  .search-row {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 28px;
  }

  .brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .section-heading {
    display: grid;
  }

  .maker-cta {
    grid-template-columns: 1fr;
  }

  .maker-cta a {
    width: 100%;
    box-sizing: border-box;
  }

  .maker-links {
    justify-content: flex-start;
  }

  .source-secondary {
    grid-template-columns: 1fr;
  }

  .fallback-cover-choice {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .source-secondary-heading {
    display: grid;
    gap: 4px;
  }

  .tutorial-copy > button {
    width: 100%;
  }

  .recording-box {
    grid-template-columns: 1fr;
  }

  .recording-actions {
    justify-content: stretch;
  }

  .recording-actions button {
    flex: 1 1 120px;
  }

  .remote-source-form {
    grid-template-columns: 1fr;
  }

  .creator-item {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .creator-item img {
    width: 50px;
    height: 50px;
  }

  .creator-metrics {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    text-align: left;
  }

  .file-section-heading,
  .sequence-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sequence-actions span {
    max-width: none;
  }

  .detail-panel {
    position: static;
  }

  .processing-tools {
    grid-template-columns: 1fr;
  }

  .waveform-tools {
    grid-template-columns: 1fr auto;
  }

  .segment-editor-grid {
    grid-template-columns: 1fr;
  }

  .segment-editor-steps {
    grid-template-columns: 1fr;
  }

  .segment-editor-field-wide {
    grid-column: auto;
  }

  .waveform-tools label,
  .waveform-tools input {
    grid-column: 1 / -1;
  }

  .waveform-tools output {
    text-align: left;
  }

  .region-list li {
    grid-template-columns: 1fr;
  }

  .region-list div,
  .maker-actions,
  .maker-export-actions {
    justify-content: stretch;
  }

  .processing-tools button,
  .processing-tools label {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  .region-list button,
  .region-toggle,
  .maker-actions button,
  .maker-export-actions button {
    flex: 1 1 120px;
  }
}
