:root {
  --bg: #17141d;
  --bg-2: #211d28;
  --panel: #2a2531;
  --panel-2: #332d3b;
  --border: #4f4658;
  --text: #f7f2f8;
  --muted: #aaa1af;
  --pink: #ec78b4;
  --pink-hot: #ff58b0;
  --violet: #7665ff;
  --green: #39c98b;
  --amber: #ffbd65;
  --blue: #6db6ff;
  --max: 1220px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.shell {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}
.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(100px);
  opacity: 0.18;
  pointer-events: none;
}
.ambient-one {
  width: 520px;
  height: 520px;
  background: #9f4dff;
  top: -220px;
  right: 8%;
}
.ambient-two {
  width: 460px;
  height: 460px;
  background: #e4529b;
  top: 620px;
  left: -260px;
}
.site-header {
  height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(23, 20, 29, 0.78);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(207, 93, 177, 0.22));
}
.site-header nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
}
.site-header nav a,
.site-footer a {
  font-size: 14px;
  color: var(--muted);
  transition: 0.2s;
}
.site-header nav a:hover,
.site-footer a:hover {
  color: white;
}
.button {
  min-height: 44px;
  padding: 0 19px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 750;
  border: 1px solid transparent;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-primary {
  background: linear-gradient(135deg, #e96caa, #8867ff);
  box-shadow: 0 13px 30px rgba(202, 91, 180, 0.28);
}
.button-primary:hover {
  box-shadow: 0 17px 38px rgba(202, 91, 180, 0.4);
}
.button-secondary,
.button-quiet {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.13);
}
.button-secondary:hover,
.button-quiet:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header-download {
  min-height: 38px;
  padding-inline: 16px;
}
.hero {
  min-height: 770px;
  padding: 92px 0 70px;
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 70px;
  align-items: center;
}
.eyebrow,
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 850;
  color: #d9a3c6;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 15px var(--green);
}
h1 {
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 0 0 28px;
  max-width: 650px;
}
h1 span {
  background: linear-gradient(90deg, #ef83bb, #aa83ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  font-size: 19px;
  color: #c7becb;
  max-width: 610px;
  margin: 0 0 34px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.release-meta {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  color: #8f8694;
  font-size: 12px;
  margin-top: 19px;
}
.release-meta a {
  color: #bfb5c3;
}
.release-meta a:hover {
  color: white;
}
.meta-separator {
  opacity: 0.5;
}
.product-stage {
  position: relative;
  min-width: 0;
  perspective: 1400px;
}
.stage-glow {
  position: absolute;
  inset: 8% 12%;
  background: linear-gradient(
    135deg,
    rgba(236, 120, 180, 0.25),
    rgba(118, 101, 255, 0.2)
  );
  filter: blur(55px);
}
.app-window {
  position: relative;
  border: 1px solid #5d5365;
  border-radius: 13px;
  overflow: hidden;
  background: #24202b;
  box-shadow: var(--shadow);
  transform: rotateY(-4deg) rotateX(1.4deg);
  transform-origin: center;
}
.app-titlebar {
  height: 34px;
  background: #1c1922;
  border-bottom: 1px solid #403847;
  display: flex;
  align-items: center;
  padding: 0 11px;
  font-size: 7px;
  font-weight: 750;
}
.window-controls {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.window-controls i {
  width: 6px;
  height: 6px;
  border: 1px solid #aaa0ad;
}
.app-body {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 365px;
  padding: 13px;
  gap: 12px;
}
.mock-library,
.mock-card {
  background: #211d28;
  border: 1px solid #4d4555;
  border-radius: 6px;
  padding: 10px;
}
.mock-heading {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
}
.mock-search,
.mock-field {
  background: #5a5261;
  color: #dad2dc;
  border: 1px solid #716779;
  border-radius: 3px;
}
.mock-search {
  font-size: 7px;
  padding: 7px;
  margin-bottom: 8px;
}
.mock-folder {
  font-size: 8px;
  font-weight: 700;
  padding: 6px;
  border-radius: 3px;
}
.mock-folder span {
  color: var(--pink);
  margin-right: 5px;
}
.mock-folder.active {
  background: #5c5363;
}
.mock-divider {
  height: 1px;
  background: #403947;
  margin: 6px 0;
}
.mock-phrase {
  padding: 7px 5px;
  border-radius: 3px;
}
.mock-phrase b {
  display: block;
  font-size: 8px;
}
.mock-phrase small {
  display: block;
  color: #a9a0ad;
  font-size: 6px;
  white-space: nowrap;
  overflow: hidden;
}
.mock-phrase.selected {
  background: #315878;
}
.mock-workspace {
  min-width: 0;
}
.mock-toolbar {
  height: 27px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  font-size: 10px;
}
.mock-toolbar span {
  font-size: 6px;
  background: #5d5464;
  padding: 5px 7px;
  border-radius: 2px;
}
.mock-panels {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.85fr;
  gap: 8px;
  height: 312px;
}
.mock-card {
  padding: 9px;
}
.mock-card h3 {
  font-size: 8px;
  margin: 0 0 8px;
}
.mock-card label {
  display: block;
  font-size: 6px;
  color: #b8aeba;
  margin: 7px 0 3px;
}
.mock-field {
  font-size: 7px;
  padding: 7px;
  display: flex;
  justify-content: space-between;
}
.mock-message {
  height: 82px;
}
.mock-link {
  font-size: 6px;
  color: #a99cad;
  border-top: 1px solid #433b4a;
  margin-top: 12px;
  padding-top: 10px;
}
.chat-preview {
  background: #342d3b;
  border: 1px solid #5d5363;
  border-radius: 3px;
  padding: 8px;
  min-height: 95px;
}
.chat-preview small {
  color: #918895;
  font-size: 5px;
}
.chat-preview p {
  font-size: 6px;
  color: #ff59c6;
  margin: 3px 0;
  line-height: 1.45;
}
.mock-actions {
  display: flex;
  gap: 4px;
  margin-top: 9px;
}
.mock-actions span,
.overlay-card i {
  font-style: normal;
  font-size: 6px;
  padding: 5px 7px;
  background: #5d5464;
  border-radius: 2px;
}
.overlay-card {
  position: absolute;
  background: rgba(33, 29, 40, 0.96);
  border: 1px solid #5f5666;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}
.overlay-phrases {
  right: -25px;
  bottom: -30px;
  width: 195px;
}
.overlay-turn {
  left: -40px;
  bottom: -46px;
  width: 210px;
}
.mini-title {
  display: block;
  font-size: 8px;
  font-weight: 800;
  margin-bottom: 8px;
}
.overlay-card div {
  display: flex;
  gap: 5px;
}
.turn-line {
  font-size: 7px;
  color: #ccc3d0;
  margin-bottom: 8px;
}
.turn-line b {
  color: var(--pink);
}
.trust-strip {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.018);
}
.trust-strip > div {
  padding: 25px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.trust-strip > div:last-child {
  border: 0;
}
.trust-strip span {
  grid-row: 1/3;
  color: var(--pink);
  font-size: 18px;
  align-self: center;
}
.trust-strip b {
  font-size: 13px;
}
.trust-strip small {
  color: var(--muted);
  font-size: 11px;
}
.section {
  padding-block: 110px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}
.section-heading h2,
.privacy-copy h2,
.faq-section h2,
.cta-card h2,
.support-inner h2 {
  font-size: clamp(35px, 4vw, 54px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 8px 0 0;
}
.section-heading > p {
  max-width: 520px;
  color: var(--muted);
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.feature-card {
  grid-column: span 3;
  position: relative;
  overflow: hidden;
  min-height: 330px;
  background: linear-gradient(
    145deg,
    rgba(51, 45, 59, 0.9),
    rgba(36, 32, 43, 0.92)
  );
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  padding: 28px;
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(236, 120, 180, 0.38);
}
.feature-large {
  grid-column: span 4;
}
.feature-large + .feature-card {
  grid-column: span 2;
}
.feature-wide {
  min-height: 250px;
}
.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 21px;
}
.violet {
  background: rgba(118, 101, 255, 0.16);
  color: #a99dff;
}
.green {
  background: rgba(57, 201, 139, 0.15);
  color: #68e3ae;
}
.pink {
  background: rgba(236, 120, 180, 0.15);
  color: #f491c3;
}
.amber {
  background: rgba(255, 189, 101, 0.14);
  color: #ffc879;
}
.blue {
  background: rgba(109, 182, 255, 0.14);
  color: #8ac8ff;
}
.feature-card h3 {
  font-size: 21px;
  margin: 0 0 8px;
}
.feature-card p {
  color: var(--muted);
  margin: 0;
  max-width: 580px;
}
.folder-visual,
.player-stack,
.overlay-visual,
.key-row,
.countdown {
  margin-top: 27px;
  background: #211d28;
  border: 1px solid #4e4656;
  border-radius: 10px;
  padding: 12px;
}
.folder-visual > span {
  display: inline-flex;
  gap: 16px;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 11px;
  color: #bbb1bf;
}
.folder-visual > span.active {
  background: #654c61;
  color: white;
}
.folder-visual b {
  color: var(--pink);
}
.phrase-lines {
  margin-top: 10px;
  display: grid;
  gap: 7px;
}
.phrase-lines i {
  height: 7px;
  border-radius: 5px;
  background: linear-gradient(90deg, #5e5665 55%, transparent 55%);
}
.phrase-lines i:nth-child(2) {
  width: 78%;
}
.phrase-lines i:nth-child(3) {
  width: 63%;
}
.player-stack {
  display: grid;
  gap: 7px;
}
.player-stack span {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  background: #2d2834;
  border-radius: 7px;
  padding: 7px 10px;
  font-size: 11px;
}
.player-stack b {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #7060e7;
}
.player-stack i {
  font-style: normal;
  color: var(--muted);
  font-size: 9px;
}
.overlay-visual span {
  display: block;
  font-size: 10px;
  font-weight: 750;
  margin-bottom: 9px;
}
.overlay-visual div {
  display: flex;
  gap: 6px;
}
.overlay-visual i {
  font-style: normal;
  font-size: 9px;
  background: #5b5262;
  padding: 7px 9px;
  border-radius: 4px;
}
.key-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.key-row kbd {
  background: #514859;
  border: 1px solid #706577;
  box-shadow: 0 2px 0 #2a252f;
  padding: 7px 10px;
  border-radius: 6px;
  font: 700 11px inherit;
}
.key-row span {
  color: #807684;
}
.key-row em {
  font-style: normal;
  margin-left: auto;
  color: #d4cad7;
  font-size: 11px;
}
.countdown {
  display: flex;
  align-items: center;
  gap: 10px;
}
.countdown span {
  font-size: 11px;
  color: #c8bdcb;
  margin-right: auto;
}
.countdown strong {
  font-size: 26px;
  color: var(--pink);
}
.countdown i {
  font-style: normal;
  color: #766d7b;
}
.workflow-section {
  background: #1d1923;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
}
.section-heading.compact {
  margin-bottom: 55px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.steps article {
  position: relative;
  padding: 31px;
  background: #29242f;
  border: 1px solid #47404f;
  border-radius: 16px;
  min-height: 300px;
}
.step-number {
  position: absolute;
  right: 24px;
  top: 20px;
  color: #62596a;
  font-size: 40px;
  font-weight: 900;
}
.step-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(236, 120, 180, 0.2),
    rgba(118, 101, 255, 0.18)
  );
  display: grid;
  place-items: center;
  color: #f2a0cb;
  font-size: 21px;
  margin-bottom: 43px;
}
.steps h3 {
  font-size: 21px;
  margin: 0 0 8px;
}
.steps p {
  color: var(--muted);
  margin: 0;
}
.privacy-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 55px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(118, 101, 255, 0.18), transparent 44%),
    #29242f;
  border: 1px solid #514859;
}
.privacy-copy p {
  color: var(--muted);
  font-size: 17px;
}
.privacy-copy a {
  display: inline-block;
  color: #d99ac0;
  margin-top: 13px;
  font-weight: 700;
}
.privacy-list {
  display: grid;
  gap: 4px;
}
.privacy-list > div {
  display: flex;
  gap: 14px;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.privacy-list > div:last-child {
  border: 0;
}
.privacy-list span {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(57, 201, 139, 0.13);
  color: var(--green);
}
.privacy-list p {
  margin: 0;
}
.privacy-list b,
.privacy-list small {
  display: block;
}
.privacy-list small {
  color: var(--muted);
  margin-top: 2px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
}
.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 20px 0;
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 750;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 21px;
  color: var(--pink);
  transition: 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  color: var(--muted);
  margin: 13px 45px 0 0;
}
.cta-section {
  padding-top: 35px;
}
.cta-card {
  padding: 52px 56px;
  border: 1px solid #63546c;
  border-radius: 22px;
  background:
    linear-gradient(120deg, rgba(236, 120, 180, 0.1), rgba(118, 101, 255, 0.1)),
    #29242f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.cta-card p {
  color: var(--muted);
  margin: 12px 0 0;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  min-width: 210px;
}
.text-link {
  color: #c9becd;
  font-size: 13px;
}
.support-section {
  margin-top: 110px;
  background: #f2a3c9;
  color: #281d27;
}
.support-inner {
  min-height: 225px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 35px;
}
.support-inner .kicker {
  color: #6c3b58;
}
.support-inner h2 {
  font-size: 36px;
  margin-top: 4px;
}
.support-inner p {
  margin: 7px 0 0;
  color: #613f55;
}
.kofi-cup {
  width: 85px;
  height: 68px;
  border: 7px solid #fff;
  border-radius: 14px 14px 25px 25px;
  background: #ff6433;
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: 0 12px 30px rgba(100, 42, 77, 0.2);
}
.kofi-cup:after {
  content: "";
  position: absolute;
  right: -27px;
  width: 28px;
  height: 31px;
  border: 7px solid white;
  border-left: 0;
  border-radius: 0 20px 20px 0;
}
.kofi-cup span {
  color: white;
  font-size: 31px;
}
.kofi-button {
  background: #202020;
  color: white;
  min-width: 170px;
}
.site-footer {
  min-height: 120px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 35px;
}
.site-footer p {
  color: #746b78;
  text-align: center;
  font-size: 11px;
}
.site-footer > div:last-child {
  display: flex;
  gap: 17px;
}
@media (max-width: 1050px) {
  .site-header nav {
    display: none;
  }
  .header-download {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }
  .hero-copy {
    text-align: center;
  }
  .eyebrow,
  .hero-actions,
  .release-meta {
    justify-content: center;
  }
  .hero-lead,
  h1 {
    margin-inline: auto;
  }
  .product-stage {
    width: min(800px, 100%);
    margin: 30px auto 0;
  }
  .feature-large,
  .feature-large + .feature-card,
  .feature-card {
    grid-column: span 6;
  }
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .privacy-card {
    grid-template-columns: 1fr;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 720px) {
  .shell {
    width: min(100% - 28px, var(--max));
  }
  .site-header {
    height: 66px;
    padding-inline: 14px;
  }
  .brand {
    font-size: 13px;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
  }
  .hero {
    padding-top: 55px;
    min-height: auto;
    gap: 30px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .release-meta {
    font-size: 10px;
  }
  .product-stage {
    margin-bottom: 40px;
  }
  .app-body {
    grid-template-columns: 105px 1fr;
    padding: 8px;
    gap: 7px;
    min-height: 290px;
  }
  .mock-panels {
    grid-template-columns: 1fr 1fr;
    height: 242px;
  }
  .chat-card {
    display: none;
  }
  .overlay-card {
    display: none;
  }
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .trust-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .section {
    padding-block: 75px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 18px;
  }
  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }
  .feature-card,
  .feature-large,
  .feature-large + .feature-card {
    grid-column: auto;
  }
  .steps article {
    min-height: 260px;
  }
  .privacy-card {
    padding: 30px 22px;
  }
  .faq-section {
    display: block;
  }
  .faq-list {
    margin-top: 30px;
  }
  .cta-card {
    padding: 36px 24px;
    display: block;
  }
  .cta-actions {
    align-items: stretch;
    margin-top: 28px;
  }
  .support-inner {
    padding-block: 45px;
    grid-template-columns: auto 1fr;
  }
  .support-inner .kofi-button {
    grid-column: 1/3;
  }
  .kofi-cup {
    width: 62px;
    height: 51px;
    border-width: 5px;
  }
  .kofi-cup:after {
    right: -20px;
    width: 21px;
    height: 24px;
    border-width: 5px;
  }
  .site-footer {
    padding-block: 35px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .site-footer .brand,
  .site-footer > div:last-child {
    justify-content: center;
  }
  .site-footer p {
    order: 3;
  }
}

/* v0.5.1 app render */
.app-window {
  background: linear-gradient(145deg, #25212e 0%, #211d28 70%);
  border-color: #685d72;
  box-shadow:
    0 28px 75px rgba(8, 5, 12, 0.58),
    0 0 50px rgba(201, 92, 167, 0.08);
}
.app-body {
  grid-template-rows: auto 1fr;
  min-height: 420px;
  background: radial-gradient(
    circle at 86% 7%,
    rgba(230, 105, 168, 0.08),
    transparent 31%
  );
}
.mock-app-header {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: minmax(135px, 0.8fr) auto minmax(165px, 0.9fr);
  align-items: center;
  gap: 10px;
  padding: 2px 2px 5px;
}
.mock-brand-block b {
  display: block;
  font-size: 11px;
  letter-spacing: -0.02em;
}
.mock-brand-block small {
  display: block;
  margin-top: 3px;
  font-size: 5.5px;
  color: #a9a0ad;
}
.mock-brand-block i {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 4px;
  border-radius: 50%;
  background: #ff6ebd;
}
.mock-app-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.mock-app-nav span {
  padding: 6px 7px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  background: #5b5262;
  font-size: 6px;
  white-space: nowrap;
}
.mock-app-nav span.turn {
  background: #218860;
}
.mock-app-nav span.active {
  background: linear-gradient(135deg, #7562ff, #9468f3);
}
.mock-app-utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.mock-settings {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #6a6071;
  border-radius: 5px;
  background: #554c5c;
  color: #f6eff8;
  font-size: 12px;
}
.mock-mode-switch {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid #5b5162;
  border-radius: 6px;
  background: #292430;
}
.mock-mode-switch small {
  grid-column: 1/-1;
  padding: 0 3px 2px;
  color: #978c9d;
  font-size: 4.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.mock-mode-switch b,
.mock-mode-switch span {
  padding: 4px 5px;
  border-radius: 3px;
  font-size: 5.5px;
  white-space: nowrap;
}
.mock-mode-switch b {
  background: linear-gradient(135deg, #ca6fa8, #e383ba);
}
.mock-mode-switch span {
  color: #8f8595;
  background: #3b3541;
}
.mock-library {
  background: linear-gradient(180deg, #25202c, #211d28);
}
.mock-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mock-heading small {
  font-size: 5px;
  color: #aaa0ad;
  font-weight: 500;
}
.mock-folder-tools {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 3px;
  margin-bottom: 4px;
}
.mock-folder-tools span,
.mock-folder-tools b,
.mock-transfer-tools span {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 3px;
  background: #5a5261;
  color: #d7cfd9;
  font-size: 5.5px;
  font-weight: 600;
}
.mock-folder-tools span {
  overflow: hidden;
  color: #b9afbd;
  white-space: nowrap;
}
.mock-folder-tools b {
  justify-content: center;
}
.mock-transfer-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-bottom: 7px;
}
.mock-transfer-tools span {
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: #443d4b;
}
.mock-search {
  padding: 6px;
}
.mock-toolbar span {
  background: linear-gradient(135deg, #5d5464, #675b6c);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.mock-card {
  background: linear-gradient(180deg, #25212c, #211d28);
}
@media (max-width: 900px) {
  .mock-app-header {
    grid-template-columns: 1fr auto;
  }
  .mock-app-nav {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .mock-app-utilities {
    grid-column: 2;
    grid-row: 1;
  }
  .app-body {
    min-height: 440px;
  }
  .mock-mode-switch span {
    display: none;
  }
}
@media (max-width: 720px) {
  .app-body {
    grid-template-rows: auto 1fr;
    min-height: 360px;
  }
  .mock-app-header {
    gap: 5px;
  }
  .mock-brand-block b {
    font-size: 8px;
  }
  .mock-brand-block small {
    display: none;
  }
  .mock-app-nav span {
    padding: 4px 5px;
    font-size: 5px;
  }
  .mock-settings {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .mock-mode-switch {
    display: flex;
  }
  .mock-mode-switch small,
  .mock-mode-switch span {
    display: none;
  }
  .mock-mode-switch b {
    font-size: 5px;
  }
  .mock-folder-tools {
    grid-template-columns: 1fr auto;
  }
  .mock-folder-tools b:nth-of-type(2),
  .mock-folder-tools b:nth-of-type(3) {
    display: none;
  }
  .mock-transfer-tools {
    grid-template-columns: 1fr;
  }
  .mock-transfer-tools span:last-child {
    display: none;
  }
  .mock-heading small {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}

/* Styled patch notes */
.nav-active {
  color: #fff !important;
  position: relative;
}
.nav-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--pink), var(--violet));
}
.notes-hero {
  padding: 100px 0 74px;
}
.notes-hero h1 {
  max-width: 900px;
}
.notes-hero > p {
  max-width: 700px;
  margin: 0 0 34px;
  color: #c7becb;
  font-size: 18px;
}
.notes-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 110px;
}
.notes-sidebar {
  position: sticky;
  top: 108px;
}
.notes-sidebar > nav {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}
.notes-sidebar > nav > a {
  display: grid;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--muted);
  transition: 0.2s;
}
.notes-sidebar > nav > a:hover,
.notes-sidebar > nav > a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(236, 120, 180, 0.24);
  transform: translateX(3px);
}
.notes-sidebar > nav b {
  font-size: 14px;
}
.notes-sidebar > nav span {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notes-help {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}
.notes-help b {
  font-size: 13px;
}
.notes-help p {
  margin: 7px 0 12px;
  color: var(--muted);
  font-size: 12px;
}
.notes-help a,
.notes-error a {
  color: #f2a0cb;
  font-size: 12px;
  font-weight: 750;
}
.notes-stream {
  display: grid;
  gap: 22px;
  min-width: 0;
}
.release-note {
  position: relative;
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(51, 45, 59, 0.9),
    rgba(36, 32, 43, 0.95)
  );
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.15);
  scroll-margin-top: 105px;
  overflow: hidden;
}
.release-note:first-child {
  border-color: rgba(236, 120, 180, 0.34);
}
.release-note:first-child:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(var(--pink), var(--violet));
}
.release-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.release-heading h2 {
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0;
}
.version-badge,
.latest-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}
.version-badge {
  color: #f3b0d2;
  background: rgba(236, 120, 180, 0.12);
  border: 1px solid rgba(236, 120, 180, 0.25);
}
.latest-badge {
  margin-left: auto;
  color: #75e3b3;
  background: rgba(57, 201, 139, 0.12);
  border: 1px solid rgba(57, 201, 139, 0.22);
}
.release-date {
  margin: 18px 0 3px;
  color: #8f8694;
  font-size: 12px;
}
.release-note blockquote {
  margin: 20px 0 4px;
  padding: 13px 16px;
  border: 1px solid rgba(236, 120, 180, 0.22);
  border-left: 3px solid var(--pink);
  border-radius: 8px;
  background: rgba(236, 120, 180, 0.07);
  color: #d8cedb;
  font-size: 13px;
  line-height: 1.6;
}
.release-note strong {
  color: #f7f2f8;
  font-weight: 800;
}
.release-note em {
  color: #e3d8e6;
}
.release-note a {
  color: #f2a0cb;
  text-decoration: underline;
  text-decoration-color: rgba(242, 160, 203, 0.4);
  text-underline-offset: 3px;
}
.release-note a:hover {
  color: #ffffff;
  text-decoration-color: currentColor;
}
.note-group {
  margin-top: 26px;
}
.note-group h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  font-size: 15px;
}
.note-group h3:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 12px rgba(236, 120, 180, 0.45);
}
.note-fixed h3:before {
  background: var(--green);
}
.note-improved h3:before {
  background: var(--violet);
}
.note-group ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.note-group li {
  position: relative;
  padding-left: 20px;
  color: #c8becb;
  font-size: 14px;
}
.note-group li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.7em;
  width: 6px;
  height: 1px;
  background: #7f7484;
}
.note-group code {
  padding: 2px 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  background: #1c1922;
  color: #ef9cc8;
  font:
    600 12px ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}
.notes-loading {
  color: var(--muted);
  font-size: 12px;
}
.notes-loading-card,
.notes-error {
  min-height: 260px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}
.notes-loading-card span {
  display: block;
  height: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: linear-gradient(90deg, #352f3c, #4b4252, #352f3c);
  background-size: 200% 100%;
  animation: notes-shimmer 1.3s infinite;
}
.notes-loading-card span:first-child {
  width: 34%;
  height: 26px;
}
.notes-loading-card span:nth-child(2) {
  width: 82%;
}
.notes-loading-card span:nth-child(3) {
  width: 65%;
}
.notes-loading-card p {
  color: var(--muted);
  font-size: 12px;
}
@keyframes notes-shimmer {
  to {
    background-position: -200% 0;
  }
}
.notes-support {
  margin-top: 0;
}
@media (max-width: 900px) {
  .notes-layout {
    grid-template-columns: 1fr;
  }
  .notes-sidebar {
    position: static;
  }
  .notes-sidebar > nav {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .notes-sidebar > nav > a {
    min-width: 145px;
  }
  .notes-help {
    display: none;
  }
}
@media (max-width: 720px) {
  .notes-hero {
    padding: 64px 0 52px;
  }
  .notes-hero > p {
    font-size: 16px;
  }
  .notes-layout {
    gap: 24px;
    padding-bottom: 75px;
  }
  .release-note {
    padding: 26px 20px;
    border-radius: 15px;
  }
  .latest-badge {
    margin-left: 0;
  }
  .nav-active:after {
    display: none;
  }
}
.notes-layout > * {
  min-width: 0;
}
.notes-sidebar > nav {
  scrollbar-width: none;
}
.notes-sidebar > nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 720px) {
  .release-heading h2 {
    flex: 1 1 190px;
    overflow-wrap: anywhere;
  }
}
.legal {
  max-width: 900px;
  padding-block: 100px;
}
.legal h1 {
  font-size: clamp(48px, 7vw, 76px);
  margin: 12px 0 24px;
}
.legal-lead {
  font-size: 19px;
  color: #c7becb;
  max-width: 760px;
  margin-bottom: 48px;
}
.legal section {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.legal section h2 {
  font-size: 22px;
  margin: 0 0 9px;
}
.legal section p {
  color: var(--muted);
  margin: 0;
  line-height: 1.75;
}
.legal section a {
  color: #f2a0cb;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal section b {
  color: var(--text);
}
@media (max-width: 720px) {
  .legal {
    padding-block: 65px;
  }
  .legal-lead {
    font-size: 16px;
  }
  .legal section {
    padding: 22px 0;
  }
}

/* Visual user guide */
.guide-hero {
  padding: 100px 0 80px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: center;
}
.guide-hero h1 {
  margin: 12px 0 24px;
}
.guide-hero p {
  max-width: 680px;
  color: #c7becb;
  font-size: 18px;
}
.guide-start {
  padding: 28px;
  border: 1px solid rgba(236, 120, 180, 0.3);
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(51, 45, 59, 0.95),
    rgba(36, 32, 43, 0.96)
  );
  box-shadow: var(--shadow);
}
.guide-start > b {
  font-size: 18px;
}
.guide-start ol {
  margin: 18px 0 24px;
  padding-left: 22px;
  color: #c9c0cc;
}
.guide-start li {
  padding: 5px 0;
}
.guide-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 55px;
  padding-bottom: 110px;
}
.guide-nav {
  position: sticky;
  top: 106px;
  align-self: start;
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(42, 37, 49, 0.8);
  backdrop-filter: blur(14px);
}
.guide-nav b {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d9a3c6;
  margin-bottom: 7px;
}
.guide-nav a {
  padding: 7px 9px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 12px;
}
.guide-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.guide-content {
  min-width: 0;
}
.guide-step {
  scroll-margin-top: 100px;
  padding: 30px 0 95px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.guide-step:first-child {
  border-top: 0;
}
.guide-copy {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  max-width: 850px;
  margin-bottom: 34px;
}
.guide-copy > span {
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  color: #514958;
}
.guide-copy small {
  font-weight: 850;
  letter-spacing: 0.16em;
  color: #e891bd;
}
.guide-copy h2 {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 7px 0 13px;
}
.guide-copy p {
  color: #bbb1bf;
  font-size: 16px;
  margin: 0;
}
.guide-copy ul {
  display: grid;
  gap: 7px;
  color: #a9a0ad;
  padding-left: 19px;
}
.guide-copy code {
  color: #f1a3ca;
  background: #2e2935;
  padding: 2px 5px;
  border-radius: 4px;
}
.ui-shot {
  overflow: hidden;
  border: 1px solid #5d5365;
  border-radius: 13px;
  background: #24202b;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.33);
  color: #f7f2f8;
  font-size: 12px;
}
.ui-shot button,
.mini-overlay button {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  background: #5b5262;
  color: #fff;
  padding: 8px 10px;
}
.ui-shot .green,
.mini-overlay .green {
  background: #218860;
}
.ui-title {
  height: 34px;
  padding: 8px 13px;
  background: #1c1922;
  border-bottom: 1px solid #403847;
  font-size: 11px;
  font-weight: 700;
}
.ui-title i {
  float: right;
  font-style: normal;
  font-weight: 400;
}
.detect-shot > header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 15px;
  align-items: center;
  padding: 22px;
}
.detect-shot header b,
.detect-shot header small {
  display: block;
}
.detect-shot header small {
  font-size: 10px;
  color: #aaa0ad;
}
.detect-shot header em {
  color: #53dda3;
  font-style: normal;
}
.detect-shot nav {
  display: flex;
  gap: 5px;
}
.detect-shot > section {
  margin: 0 22px 22px;
  padding: 18px;
  border: 1px solid #4f4658;
  border-radius: 8px;
  background: #2d2834;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 20px;
}
.detect-shot section span {
  color: #aaa0ad;
}
.detect-shot section button {
  grid-column: 2;
  grid-row: 1/3;
}
.library-shot {
  max-width: 490px;
  padding: 19px;
}
.library-shot header {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
}
.library-shot header small {
  font-size: 10px;
  color: #aaa0ad;
}
.tool-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 5px;
  margin-top: 13px;
}
.tool-row span,
.search {
  padding: 10px;
  background: #615869;
  border: 1px solid #756a7d;
  border-radius: 3px;
  color: #c4bac7;
}
.tool-row.half {
  grid-template-columns: 1fr 1fr;
  margin-top: 5px;
}
.tree {
  display: grid;
  margin-top: 12px;
  border: 1px solid #574e5f;
}
.tree > * {
  padding: 9px 12px;
}
.tree b {
  background: #564f5a;
}
.search {
  margin-top: 9px;
}
.phrase-list {
  margin-top: 8px;
  padding: 5px 12px;
  border: 1px solid #574e5f;
}
.phrase-list p {
  margin: 0;
  padding: 10px 0;
}
.phrase-list b,
.phrase-list small {
  display: block;
}
.phrase-list small {
  color: #aaa0ad;
}
.editor-shot {
  padding: 20px;
}
.editor-shot > header,
.turn-shot > header,
.file-shot > header,
.settings-shot > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.editor-shot > header b {
  font-size: 19px;
}
.editor-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.85fr;
  gap: 12px;
}
.editor-grid > article,
.editor-grid > aside {
  padding: 16px;
  border: 1px solid #514859;
  border-radius: 7px;
  background: #211d28;
}
.editor-grid label {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 5px;
  color: #b6acba;
  font-size: 10px;
}
.editor-grid label i {
  font-style: normal;
}
.editor-grid article > span {
  display: block;
  padding: 10px;
  background: #615869;
  border: 1px solid #756a7d;
  border-radius: 3px;
}
.editor-grid .message {
  min-height: 90px;
}
.editor-grid aside small {
  display: block;
  color: #a99ead;
  margin-top: 5px;
}
.editor-grid aside p {
  min-height: 115px;
  padding: 12px;
  color: #ff62c1;
  background: #332d3b;
  border: 1px solid #5d5363;
}
.editor-grid aside time {
  color: #9e94a2;
  margin-right: 8px;
}
.overlay-demo {
  min-height: 385px;
  padding: 35px;
  display: flex;
  gap: 25px;
  align-items: start;
  border: 1px solid #403947;
  border-radius: 18px;
  background: radial-gradient(circle at 50% 30%, #42364c, #17141d 70%);
}
.mini-overlay {
  border: 1px solid #756a7d;
  border-radius: 8px;
  background: rgba(32, 28, 39, 0.95);
  box-shadow: 0 24px 45px #0008;
}
.mini-overlay header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-bottom: 1px solid #443b4a;
  font-size: 10px;
}
.mini-overlay header span {
  color: #dc8bb5;
}
.mini-overlay header button {
  margin-left: auto;
  padding: 6px 9px;
}
.mini-overlay header i {
  font-style: normal;
  font-size: 18px;
}
.phrase-overlay {
  width: 390px;
}
.phrase-overlay section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 10px;
}
.turn-overlay {
  width: 310px;
}
.turn-overlay section {
  position: relative;
  padding: 13px;
}
.turn-overlay section > small {
  display: block;
  color: #aaa0ad;
}
.turn-overlay section > button {
  position: absolute;
  right: 12px;
  top: 10px;
}
.turn-overlay section > div {
  display: flex;
  gap: 6px;
  margin-top: 12px;
}
.turn-overlay section > div > * {
  flex: 1;
}
.turn-shot {
  padding: 20px;
}
.turn-shot header b,
.turn-shot header small {
  display: block;
}
.turn-shot header b {
  font-size: 20px;
}
.turn-shot header small {
  color: #55dda4;
}
.turn-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
}
.turn-grid > main,
.turn-grid > aside {
  padding: 13px;
  border-radius: 8px;
  background: #191e28;
}
.add-player {
  padding: 12px;
  background: #615869;
  color: #c4bac7;
}
.add-player button {
  float: right;
  margin: -7px;
}
.turn-grid main p {
  display: grid;
  grid-template-columns: 25px 30px 1fr 95px auto;
  align-items: center;
  gap: 8px;
  padding: 10px;
  background: #272e3a;
}
.turn-grid main p > b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #6d5ef5;
}
.turn-grid main p i {
  color: #8f9aaa;
}
.turn-grid aside {
  display: grid;
  gap: 8px;
  align-content: start;
}
.turn-grid aside label {
  margin-top: 5px;
  color: #aeb7c4;
}
.turn-grid aside > span {
  padding: 9px;
  background: #615869;
}
.turn-shot > footer {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 12px;
  padding: 12px;
  background: #191e28;
}
.turn-shot footer span {
  margin-right: auto;
}
.file-shot,
.settings-shot {
  padding: 20px;
}
.file-shot header b,
.file-shot header small,
.settings-shot header b,
.settings-shot header small {
  display: block;
}
.file-shot header small,
.settings-shot header small {
  color: #aaa0ad;
}
.file-shot > p {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  gap: 10px;
  align-items: center;
  padding: 13px;
  background: #2d2834;
  border: 1px solid #514859;
  border-radius: 7px;
}
.file-shot p span b,
.file-shot p span small {
  display: block;
}
.file-shot p small {
  color: #aaa0ad;
}
.settings-shot > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.settings-shot label {
  color: #aaa0ad;
}
.settings-shot label span {
  display: block;
  margin-top: 5px;
  padding: 10px;
  background: #615869;
  color: #fff;
}
.settings-shot > section {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 14px;
  padding: 14px;
  border-top: 1px solid #4f4658;
}
.settings-shot section p {
  margin: 0 auto 0 0;
}
.settings-shot section b,
.settings-shot section small {
  display: block;
}
.settings-shot section small {
  color: #aaa0ad;
}
.settings-shot > footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.settings-shot footer button {
  background: #7665ff;
}
.guide-end {
  padding: 65px;
  border: 1px solid #63546c;
  border-radius: 22px;
  background:
    linear-gradient(120deg, rgba(236, 120, 180, 0.1), rgba(118, 101, 255, 0.1)),
    #29242f;
  text-align: center;
}
.guide-end h2 {
  font-size: 42px;
  margin: 8px 0;
}
.guide-end p {
  color: #aaa0ad;
}
.guide-end > div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}
@media (max-width: 1050px) {
  .guide-hero {
    grid-template-columns: 1fr;
  }
  .guide-layout {
    grid-template-columns: 1fr;
  }
  .guide-nav {
    position: static;
    display: flex;
    overflow-x: auto;
  }
  .guide-nav a {
    white-space: nowrap;
  }
  .editor-grid {
    grid-template-columns: 1fr 1fr;
  }
  .editor-grid aside {
    grid-column: 1/-1;
  }
  .overlay-demo {
    flex-wrap: wrap;
  }
  .detect-shot nav {
    display: none;
  }
}
@media (max-width: 720px) {
  .guide-hero {
    padding: 65px 0 55px;
    gap: 25px;
  }
  .guide-layout {
    padding-bottom: 70px;
  }
  .guide-copy {
    grid-template-columns: 42px 1fr;
  }
  .guide-copy > span {
    font-size: 28px;
  }
  .guide-step {
    padding-bottom: 70px;
  }
  .detect-shot > header {
    grid-template-columns: 1fr auto;
    padding: 15px;
  }
  .detect-shot > section {
    grid-template-columns: 1fr;
  }
  .detect-shot section button {
    grid-column: 1;
    grid-row: auto;
  }
  .editor-grid,
  .turn-grid,
  .settings-shot > div {
    grid-template-columns: 1fr;
  }
  .editor-grid aside {
    grid-column: auto;
  }
  .overlay-demo {
    padding: 12px;
  }
  .mini-overlay {
    width: 100%;
  }
  .phrase-overlay section {
    grid-template-columns: repeat(2, 1fr);
  }
  .turn-shot > footer {
    align-items: stretch;
    flex-direction: column;
  }
  .turn-shot footer span {
    margin: 0;
  }
  .file-shot > p {
    grid-template-columns: auto 1fr;
  }
  .file-shot > p button {
    grid-row: 2;
  }
  .settings-shot > section {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .settings-shot section p {
    width: 100%;
  }
  .guide-end {
    padding: 40px 20px;
  }
  .guide-end > div {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .guide-nav > b {
    display: none;
  }
}

/* Stable vector iconography for guide renders; no font-dependent control glyphs. */
.ui-shot button,
.mini-overlay button {
  font-family: inherit;
}
.gear-icon {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 0 !important;
  background: #5b5262 !important;
}
.gear-icon:before {
  content: "";
  position: absolute;
  inset: 8px;
  background: center/18px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v3m0 14v3M2 12h3m14 0h3M4.9 4.9 7 7m10 10 2.1 2.1M19.1 4.9 17 7M7 17l-2.1 2.1'/%3E%3C/svg%3E");
}
.window-icons {
  float: right !important;
  display: flex;
  gap: 12px;
  align-items: center;
  height: 16px;
}
.window-icons span {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
}
.window-icons span:first-child:after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 7px;
  height: 1px;
  background: #fff;
}
.window-icons span:nth-child(2) {
  border: 1px solid #fff;
}
.window-icons span:last-child:before,
.window-icons span:last-child:after,
.close-icon:before,
.close-icon:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 10px;
  height: 1.5px;
  background: #fff;
}
.window-icons span:last-child:before,
.close-icon:before {
  transform: rotate(45deg);
}
.window-icons span:last-child:after,
.close-icon:after {
  transform: rotate(-45deg);
}
.close-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: #5b5262;
  flex: 0 0 auto;
}
.close-icon:before,
.close-icon:after {
  left: 8px;
  top: 13px;
  width: 12px;
}
.remove-icon {
  position: relative;
  width: 30px;
}
.remove-icon:after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 50%;
  height: 1.5px;
  background: #fff;
}
.quickbind-icon:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  background: #fff;
  clip-path: polygon(55% 0, 0 58%, 43% 58%, 26% 100%, 100% 42%, 57% 42%);
}
.tree-arrow {
  position: relative;
  padding-left: 30px !important;
}
.tree-arrow:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #e891bd;
  transform: translateY(-50%);
}
.tree-arrow.expanded:before {
  transform: translateY(-40%) rotate(90deg);
}
.has-chevron,
.folder-chevron,
.parent-chevron {
  position: relative;
  padding-right: 25px !important;
}
.has-chevron:after,
.folder-chevron:after,
.parent-chevron:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  transform: translateY(-25%);
}
.drag-icon {
  width: 18px;
  height: 22px;
  background: radial-gradient(circle, #9b90a0 1.5px, transparent 2px) 0 0/7px
    7px;
}
.trash-icon {
  width: 31px !important;
  height: 31px !important;
  padding: 0 !important;
  background: #9b4054 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M9 7V4h6v3m3 0-1 13H7L6 7m4 4v5m4-5v5'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-size: 17px !important;
  background-repeat: no-repeat !important;
}
.file-icon {
  position: relative;
  width: 25px;
  height: 29px;
  border: 1.5px solid #e891bd;
  border-radius: 3px;
}
.file-icon:before {
  content: "";
  position: absolute;
  right: -1.5px;
  top: -1.5px;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #e891bd transparent;
}
.file-icon:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 6px;
  width: 12px;
  height: 1.5px;
  background: #e891bd;
  box-shadow: 0 -5px #e891bd;
}
.line-arrow {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 8px;
  margin: 0 4px;
}
.line-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 2px;
  top: 4px;
  height: 1.5px;
  background: #e891bd;
}
.line-arrow:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #e891bd;
  border-right: 1.5px solid #e891bd;
  transform: rotate(45deg);
}
