/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after {
      --tw-border-style: solid;
    }
    ::backdrop {
      --tw-border-style: solid;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
@font-face {
  font-family: PP Neue Montreal;
  src: url(/fonts/PPNeueMontreal-Book.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PP Neue Montreal;
  src: url(/fonts/PPNeueMontreal-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PP Neue Montreal;
  src: url(/fonts/PPNeueMontreal-Medium.woff) format("woff");
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PP Editorial New;
  src: url(/fonts/PPEditorialNew-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #0d1120;
  --paper: #eef2ff;
  --cream: #f7f8ff;
  --orange: #4f7cff;
  --amber: #5ee6d3;
  --violet: #9b6cff;
  --muted: #6f7485;
  --font-suno: "PP Neue Montreal", Arial, sans-serif;
  --font-editorial: "PP Editorial New", Georgia, serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
}
html,
body {
  font-family: var(--font-suno) !important;
}
body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-weight: 400;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.shell {
  width: min(1240px, 100% - 64px);
  margin: 0 auto;
  position: relative;
}
.hero {
  color: #fff;
  background: #0a0a0f;
  min-height: 900px;
  position: relative;
  overflow: hidden;
}
.site-header {
  z-index: 5;
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  height: 78px;
  display: flex;
}
.brand {
  letter-spacing: -0.06em;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 750;
  display: flex;
}
.brand b {
  color: #aaa;
  letter-spacing: -0.04em;
  font-weight: 520;
}
.brand-mark {
  align-items: center;
  gap: 2px;
  height: 21px;
  margin-right: 2px;
  display: flex;
}
.brand-mark i {
  background: currentColor;
  border-radius: 4px;
  width: 3px;
  display: block;
}
.brand-mark i:first-child {
  height: 9px;
}
.brand-mark i:nth-child(2) {
  height: 19px;
}
.brand-mark i:nth-child(3) {
  height: 14px;
}
.brand-mark i:nth-child(4) {
  height: 7px;
}
nav {
  color: #c9c6c4;
  gap: 34px;
  font-size: 14px;
  display: flex;
}
nav a:hover {
  color: #fff;
}
.button {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 54px;
  padding: 0 24px;
  font-weight: 500;
  transition:
    transform 0.2s,
    background 0.2s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.button:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff73, #0000);
  width: 28%;
  animation: 5.4s ease-in-out infinite button-glint;
  position: absolute;
  inset: -60% auto -60% -45%;
  transform: rotate(18deg);
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font-size: 18px;
}
.button--small {
  gap: 14px;
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}
.button--light {
  color: #111;
  background: #f6f3ed;
}
.button--primary {
  background: linear-gradient(90deg, var(--orange), #ff8540);
  color: #fff;
  box-shadow: 0 12px 30px #ff5b3645;
}
.hero-glow {
  filter: blur(20px);
  background:
    radial-gradient(circle at 60% 30%, #802acd7a, #0000 37%), radial-gradient(circle at 75% 76%, #ff592359, #0000 28%);
  height: 100%;
  animation: 10s ease-in-out infinite alternate aurora-drift;
  position: absolute;
  inset: -20% -10% auto 28%;
}
.hero-art {
  opacity: 0.92;
  transform-origin: 70%;
  background:
    linear-gradient(90deg, #0a0a0f 0%, #0a0a0ff7 14%, #0a0a0f42 44%, #0a0a0f08 100%),
    linear-gradient(#0000 72%, #0a0a0f 100%),
    url(/suno-hero-visual.webp) 100% / cover no-repeat;
  animation: 12s ease-in-out infinite alternate hero-breathe;
  position: absolute;
  inset: 78px 0 0 25%;
}
.hero-content {
  z-index: 2;
  padding-top: 105px;
}
.eyebrow,
.kicker {
  text-transform: uppercase;
  font-family: var(--font-suno);
  letter-spacing: 0.18em;
  color: #ff9e62;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}
.eyebrow span {
  background: #ff7042;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 14px #ff7042;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  letter-spacing: -0.035em;
  max-width: 760px;
  margin: 24px 0 28px;
  font-size: clamp(62px, 6.1vw, 88px);
  font-weight: 500;
  line-height: 0.95;
}
h1 em {
  font-family: var(--font-editorial);
  color: #ffb16e;
  font-weight: 300;
}
.hero-content > * {
  opacity: 0;
  animation: 0.78s cubic-bezier(0.2, 0.72, 0.2, 1) forwards hero-rise;
  transform: translateY(18px);
}
.hero-content > :first-child {
  animation-delay: 80ms;
}
.hero-content > :nth-child(2) {
  animation-delay: 0.16s;
}
.hero-content > :nth-child(3) {
  animation-delay: 0.24s;
}
.hero-content > :nth-child(4) {
  animation-delay: 0.32s;
}
.hero-content > :nth-child(5) {
  animation-delay: 0.42s;
}
.hero-content > :nth-child(6) {
  animation-delay: 0.5s;
}
.hero-content > p {
  color: #c7c3c1;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions {
  align-items: center;
  gap: 28px;
  margin: 34px 0;
  display: flex;
}
.text-link {
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}
.play {
  background: currentColor;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  padding-left: 2px;
  font-size: 10px;
  display: inline-grid;
}
.text-link .play {
  color: #fff;
  background: #ffffff24;
  border: 1px solid #ffffff3b;
}
.prompt-card {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #18141cbd;
  border: 1px solid #ffffff2b;
  border-radius: 18px;
  width: 560px;
  padding: 18px;
  box-shadow: 0 25px 70px #00000061;
}
.prompt-card .prompt-top {
  color: #a7a2aa;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  display: flex;
}
.pulse {
  background: #ff7545;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.prompt-card p {
  color: #f1efed;
  margin: 12px 0 18px;
  font-size: 15px;
  line-height: 1.5;
}
.prompt-bottom {
  align-items: center;
  gap: 8px;
  display: flex;
}
.chip,
.tags span {
  color: #bbb6bf;
  background: #ffffff14;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 11px;
}
.prompt-create {
  color: #fff;
  cursor: pointer;
  background: #ff6038;
  border: 0;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 10px 16px;
  font-weight: 700;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
  display: inline-flex;
}
.prompt-create:hover {
  background: #ff704a;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px #ff603847;
}
.prompt-create:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #fff;
}
.microcopy {
  margin-left: 10px;
  color: #77717b !important;
  font-size: 11px !important;
}
.quality {
  color: #f7f3ec;
  background: #111116;
  padding: 110px 0 128px;
  overflow: hidden;
}
.section-intro--split {
  grid-template-columns: 1.1fr 0.7fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 62px;
  display: grid;
}
.section-intro h2,
.possibilities > div > h2,
.steps h2,
.occasions h2,
.audience h2 {
  letter-spacing: -0.035em;
  margin: 20px 0 0;
  font-size: clamp(44px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 1;
}
.section-intro > p {
  color: #8e8985;
  max-width: 450px;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.65;
}
.track-stage {
  perspective: 1200px;
  justify-content: center;
  align-items: center;
  height: 540px;
  display: flex;
  position: relative;
}
.track-card {
  background: #1c1c22;
  border-radius: 24px;
  width: 330px;
  padding: 12px 12px 18px;
  position: absolute;
  box-shadow: 0 35px 90px #00000080;
}
.track-card--1 {
  animation: 6.8s ease-in-out infinite float-left;
  transform: translate(-320px) rotate(-8deg) translateY(12px);
}
.track-card--2 {
  z-index: 2;
  animation: 6.2s ease-in-out -0.8s infinite float-center;
  transform: translateY(-20px);
}
.track-card--3 {
  animation: 7.1s ease-in-out -1.5s infinite float-right;
  transform: translate(320px) rotate(8deg) translateY(12px);
}
.cover {
  border-radius: 17px;
  height: 310px;
  position: relative;
  overflow: hidden;
}
.cover--sun:after {
  content: "";
  background: repeating-radial-gradient(#0000 0 12px, #ff8c58 13px 15px);
  height: 80px;
  position: absolute;
  bottom: 14%;
  left: -10%;
  right: -10%;
}
.cover--city:after {
  content: "";
  clip-path: polygon(20% 0, 79% 12%, 100% 100%, 0 100%);
  background: #1b1321;
  width: 180px;
  height: 260px;
  position: absolute;
  top: 55px;
  left: 75px;
  box-shadow: 0 0 70px #ffba64;
}
.cover--heart:after {
  content: "♥";
  color: #ffe0d540;
  filter: blur(2px);
  place-items: center;
  font-size: 160px;
  display: grid;
  position: absolute;
  inset: 0;
}
.cover-shine {
  z-index: 3;
  background: linear-gradient(120deg, #fff3, #0000 28%);
  position: absolute;
  inset: 0;
}
.track-info {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 14px 4px 9px;
  display: grid;
}
.track-info button {
  color: #fff;
  background: 0 0;
  border: 0;
  padding: 0;
}
.track-info h3 {
  margin: 0 0 4px;
  font-size: 14px;
}
.track-info p,
.time {
  color: #85818a;
  margin: 0;
  font-size: 10px;
}
.track-info .play {
  color: #111;
  background: #fff;
  width: 32px;
  height: 32px;
}
.wave {
  align-items: center;
  gap: 3px;
  height: 64px;
  display: flex;
  overflow: hidden;
}
.wave i {
  width: 3px;
  height: var(--bar);
  opacity: 0.9;
  transform-origin: 50%;
  min-height: 5px;
  animation: 1.25s ease-in-out infinite alternate wave-pulse;
  animation-delay: calc(var(--wave-index) * -37ms);
  background: linear-gradient(#ffb44b, #ff6441 48%, #9d42f4);
  border-radius: 5px;
  display: block;
}
.wave--compact {
  gap: 2px;
  height: 32px;
}
.wave--compact i {
  width: 2px;
}
.possibilities {
  background: var(--paper);
  padding: 120px 0;
}
.kicker--dark {
  color: #8b51db;
}
.possibilities > div > h2 {
  margin-bottom: 64px;
}
.feature-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}
.feature {
  border-radius: 30px;
  min-height: 490px;
  padding: 38px;
  position: relative;
  overflow: hidden;
}
.feature--wide {
  color: #fff;
  background: #16151c;
  grid-column: 1/-1;
  min-height: 520px;
}
.feature--lyrics {
  background: #fedecb;
}
.feature--gift {
  background: #d9cdfa;
}
.feature-copy {
  z-index: 3;
  max-width: 380px;
  position: relative;
}
.feature-copy > span {
  opacity: 0.5;
  font-family: monospace;
  font-size: 11px;
}
.feature-copy h3 {
  letter-spacing: -0.04em;
  margin: 25px 0 15px;
  font-size: 36px;
}
.feature-copy p {
  color: inherit;
  opacity: 0.67;
  line-height: 1.6;
}
.feature-copy a {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.feature-copy a b {
  margin-left: 12px;
}
.orb-stage {
  background: radial-gradient(circle at 55%, #9137ff66, #0000 36%);
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0 0 0 42%;
}
.orb-stage .wave {
  width: 80%;
  height: 130px;
  position: absolute;
  transform: rotate(-8deg);
}
.orb {
  z-index: 2;
  background: radial-gradient(circle at 35% 28%, #ffe29b, #ff7542 31%, #7e33e8 70%, #281537);
  border-radius: 50%;
  width: 230px;
  height: 230px;
  position: relative;
  box-shadow: 0 0 90px #a03fff73;
}
.orb i {
  border: 1px solid #fff3;
  border-radius: 50%;
  position: absolute;
  inset: -20px;
}
.orb i:nth-child(2) {
  inset: -50px;
}
.orb i:nth-child(3) {
  inset: -85px;
}
.lyrics-sheet {
  color: #fff;
  background: #15131a;
  border-radius: 24px 0 0;
  width: 54%;
  height: 330px;
  padding: 35px;
  position: absolute;
  bottom: -7%;
  right: -4%;
  transform: rotate(-5deg);
  box-shadow: -20px -20px 60px #6a382429;
}
.lyrics-sheet span {
  color: #ff8360;
  font-family: monospace;
  font-size: 10px;
}
.lyrics-sheet p {
  margin: 12px 0 18px;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.5;
}
.lyric-lines i {
  background: #3a3440;
  border-radius: 4px;
  width: 70%;
  height: 4px;
  margin: 9px 0;
  display: block;
}
.lyric-lines i:nth-child(2) {
  width: 82%;
}
.lyric-lines i:nth-child(3) {
  width: 54%;
}
.vinyl {
  background: repeating-radial-gradient(circle, #1a1720 0 4px, #30283c 5px 8px);
  border-radius: 50%;
  width: 310px;
  height: 310px;
  position: absolute;
  bottom: -45px;
  right: -25px;
  box-shadow: -24px 20px 50px #39225847;
}
.vinyl:before {
  content: "";
  background: conic-gradient(#ff4f5e, #ffbd4c, #9a54ff, #ff4f5e);
  border-radius: 50%;
  position: absolute;
  inset: 90px;
}
.vinyl b {
  color: #fff;
  z-index: 2;
  background: #17131e;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 125px;
}
.studio {
  color: #fff;
  background: #0f0f14;
  padding: 120px 0;
}
.studio-grid,
.control-grid {
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 100px;
  display: grid;
}
.studio-copy h2,
.lyrics-copy h2,
.control-copy h2,
.faq h2,
.final-content h2 {
  letter-spacing: -0.035em;
  margin: 20px 0 24px;
  font-size: clamp(46px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 1;
}
.studio-copy > p,
.lyrics-copy p,
.control-copy > p,
.faq > div > div > p {
  color: #97939b;
  line-height: 1.7;
}
.studio-copy ul {
  padding: 20px 0 0;
  list-style: none;
}
.studio-copy li {
  border-top: 1px solid #2e2c33;
  flex-direction: column;
  gap: 4px;
  padding: 17px 0;
  display: flex;
}
.studio-copy li b {
  font-size: 14px;
}
.studio-copy li span {
  color: #77727b;
  font-size: 12px;
}
.studio-ui {
  background: #19181f;
  border: 1px solid #34313b;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 30px 90px #0006;
}
.window-bar {
  border-bottom: 1px solid #302e36;
  align-items: center;
  gap: 7px;
  padding-bottom: 18px;
  display: flex;
}
.window-bar i {
  background: #5c5862;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.window-bar i:first-child {
  background: #ff6949;
}
.window-bar span {
  color: #817d86;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
.mode-tabs {
  gap: 10px;
  margin: 18px 0;
  display: flex;
}
.mode-tabs > * {
  border-radius: 8px;
  padding: 8px 13px;
  font-size: 11px;
}
.mode-tabs b {
  background: #38333d;
}
.mode-tabs span {
  color: #77727d;
}
.studio-ui label {
  color: #77727d;
  margin: 17px 0 7px;
  font-size: 10px;
  display: block;
}
.textarea {
  color: #dad6de;
  background: #121116;
  border: 1px solid #36323c;
  border-radius: 12px;
  padding: 15px;
  font-size: 13px;
  line-height: 1.5;
}
.tags {
  gap: 6px;
  display: flex;
}
.studio-create {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #ff6540, #a347f1);
  border: 0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 18px 0;
  padding: 13px;
  font-weight: 700;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    filter 0.2s;
  display: flex;
}
.studio-create:hover {
  filter: saturate(1.12);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #a347f147;
}
.studio-create:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #fff;
}
.generation-row {
  background: #121116;
  border-radius: 12px;
  grid-template-columns: 40px 130px 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px;
  display: grid;
}
.generation-row > div:nth-child(2) {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.generation-row b {
  font-size: 12px;
}
.generation-row span {
  color: #78737d;
  font-size: 9px;
}
.mini-cover {
  background: linear-gradient(135deg, #ff784d, #7c3ee5);
  border-radius: 7px;
  width: 40px;
  height: 40px;
}
.steps {
  padding: 120px 0;
}
.steps-line {
  border-top: 1px solid #ccc6ba;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.steps-line article {
  padding: 28px 40px 0 0;
  position: relative;
}
.steps-line article:not(:last-child) {
  border-right: 1px solid #ccc6ba;
  margin-right: 30px;
}
.steps-line article > b {
  color: #999189;
  font-family: monospace;
  font-size: 11px;
}
.step-icon {
  border-radius: 90px 14px;
  place-items: center;
  height: 170px;
  margin: 30px 0 24px;
  display: grid;
}
.step-icon--text {
  color: #ef6e46;
  background: #f6cdb9;
  font-family: Georgia, serif;
  font-size: 100px;
}
.step-icon--wave {
  background: #18171d;
  padding: 25px;
}
.step-icon--play {
  color: #fff;
  background: linear-gradient(135deg, #9a5ae9, #523b87);
}
.step-icon--play .play {
  color: #513b74;
  background: #fff;
  width: 70px;
  height: 70px;
  font-size: 20px;
}
.steps-line h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.steps-line p {
  color: #78736d;
  font-size: 14px;
  line-height: 1.55;
}
.lyrics-story {
  color: #fff;
  background: #1a171e;
  align-items: center;
  min-height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.lyrics-copy {
  z-index: 3;
  width: 44%;
  position: relative;
}
.lyrics-art {
  background: radial-gradient(circle, #ff7d48 0, #a84ed6 28%, #321d47 54%, #0000 72%);
  position: absolute;
  inset: 0 0 0 48%;
}
.sound-rings {
  background: radial-gradient(
    circle,
    #ffbe69 0 3%,
    #ff6b49 4% 9%,
    #1c1921 10% 13%,
    #9f4dde 14% 20%,
    #2c1c39 21% 25%,
    #ff784b 26% 29%,
    #0000 30%
  );
  border-radius: 50%;
  width: 430px;
  height: 430px;
  position: absolute;
  top: 17%;
  left: 20%;
  box-shadow: 0 0 100px #b24ad0;
}
.sound-rings i {
  border: 1px solid #ffffff24;
  border-radius: 50%;
  position: absolute;
  inset: -25px;
}
.sound-rings i:nth-child(2) {
  inset: -60px;
}
.sound-rings i:nth-child(3) {
  inset: -100px;
}
.sound-rings i:nth-child(4) {
  inset: -140px;
}
.floating-note {
  color: #ffd18b;
  z-index: 2;
  font-size: 50px;
  position: absolute;
}
.note-one {
  top: 20%;
  left: 10%;
  transform: rotate(-20deg);
}
.note-two {
  bottom: 20%;
  right: 10%;
  transform: rotate(15deg);
}
.occasions {
  padding: 120px 0;
}
.occasion-strip {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 60px;
  display: grid;
}
.occasion {
  border-radius: 160px 160px 24px 24px;
  flex-direction: column;
  min-height: 480px;
  padding: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.occasion > span {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.occasion p {
  text-align: center;
  z-index: 3;
  margin-top: auto;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.occasion-art {
  place-items: center;
  font-size: 120px;
  display: grid;
  position: absolute;
  inset: 80px 20px 100px;
}
.occasion-art i {
  font-size: 42px;
  font-style: normal;
  position: absolute;
  top: 5%;
  right: 12%;
}
.occasion--birthday {
  background: #ffd5c3;
}
.occasion--love {
  color: #fff;
  background: #26202c;
}
.occasion--friends {
  background: #d7c5fa;
}
.arrow-link {
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 40px auto 0;
  font-weight: 700;
  display: flex;
}
.arrow-link span {
  font-size: 20px;
}
.control {
  color: #fff;
  background: #111116;
  padding: 120px 0;
}
.control-grid {
  grid-template-columns: 0.7fr 1.3fr;
}
.stateless {
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 32px;
  display: grid;
}
.stateless span {
  color: #77727c;
  font-size: 11px;
}
.stateless b {
  font-size: 12px;
}
.stateless i {
  background: linear-gradient(90deg, #ff6a42 0 45%, #37323d 45%);
  border-radius: 5px;
  grid-column: 1/-1;
  height: 3px;
}
.mixer {
  background: #1c1b22;
  border: 1px solid #36323e;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 30px 80px #0006;
}
.mixer-top {
  border-bottom: 1px solid #332f39;
  justify-content: space-between;
  padding-bottom: 17px;
  display: flex;
}
.mixer-top span {
  font-weight: 700;
}
.mixer-top b {
  color: #807a85;
  font-family: monospace;
  font-size: 11px;
}
.timeline {
  padding-top: 18px;
}
.time-markers {
  color: #625e67;
  justify-content: space-between;
  padding-left: 80px;
  font-size: 8px;
  display: flex;
}
.stem {
  grid-template-columns: 72px 1fr;
  align-items: center;
  margin: 6px 0;
  display: grid;
}
.stem > span {
  color: #99949e;
  font-size: 10px;
}
.stem .wave {
  border-radius: 6px;
  height: 42px;
  padding: 4px 10px;
}
.transport {
  color: #77727d;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 16px;
  display: flex;
}
.transport button {
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 50%;
  padding: 0;
}
.transport .play {
  width: 42px;
  height: 42px;
}
.audience {
  padding: 110px 0 100px;
}
.audience-list {
  border-top: 1px solid #c9c2b7;
  border-bottom: 1px solid #c9c2b7;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0;
  font-size: 17px;
  font-weight: 650;
  display: flex;
}
.audience-list i {
  background: #ff6943;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.faq {
  background: #e8e2d8;
  padding: 110px 0;
}
.faq-grid {
  grid-template-columns: 0.7fr 1.3fr;
  gap: 120px;
  display: grid;
}
.faq-list details {
  border-top: 1px solid #beb7ac;
  padding: 22px 0;
}
.faq-list details:last-child {
  border-bottom: 1px solid #beb7ac;
}
.faq-list summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-weight: 650;
  list-style: none;
  display: flex;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:focus-visible {
  outline-offset: 8px;
  border-radius: 2px;
  outline: 2px solid #8b51db;
}
.faq-list summary span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition:
    transform 0.25s,
    color 0.25s;
}
.faq-list details[open] summary span {
  color: #8b51db;
  transform: rotate(45deg);
}
.faq-list details p {
  color: #6f6963;
  margin: 15px 50px 0 0;
  font-size: 14px;
  line-height: 1.6;
  animation: 0.25s both faq-reveal;
}
.final-cta {
  color: #fff;
  text-align: center;
  background: #0b0b10;
  align-items: center;
  min-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.final-aurora {
  background:
    radial-gradient(circle at 50% 44%, #a33fe994, #0000 25%), radial-gradient(circle at 45% 78%, #ff5d316b, #0000 22%);
  position: absolute;
  inset: 0;
}
.final-content {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.final-content h2 {
  font-size: clamp(54px, 6vw, 82px);
}
.final-content p {
  color: #aaa4ac;
  font-size: 17px;
}
.final-content .button {
  margin-top: 20px;
}
.final-wave {
  justify-content: center;
  width: 520px;
  margin-top: 35px;
  display: flex;
}
.final-wave .wave {
  justify-content: center;
  width: 100%;
}
.final-record {
  background: repeating-radial-gradient(circle, #17151d 0 4px, #32253e 5px 8px);
  border-radius: 50%;
  place-items: center;
  width: 220px;
  height: 220px;
  display: grid;
  position: absolute;
  box-shadow: 0 0 80px #903edc66;
}
.final-record:after {
  content: "";
  background: linear-gradient(135deg, #ff6544, #9b4ee7);
  border-radius: 50%;
  position: absolute;
  inset: 72px;
}
.final-record span {
  z-index: 2;
  position: relative;
}
.record-one {
  top: 100px;
  left: -40px;
  transform: rotate(-14deg);
}
.record-two {
  bottom: 70px;
  right: -50px;
  transform: rotate(12deg);
}
footer {
  color: #fff;
  background: #09090c;
  padding: 60px 0 20px;
}
.footer-top {
  border-bottom: 1px solid #2c2a30;
  grid-template-columns: 1fr 1.7fr auto;
  align-items: center;
  gap: 60px;
  padding-bottom: 42px;
  display: grid;
}
.footer-top p {
  color: #7d7880;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
.footer-links {
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  padding: 42px 0;
  display: grid;
}
.footer-links div {
  flex-direction: column;
  gap: 11px;
  display: flex;
}
.footer-links b {
  text-transform: uppercase;
  font-family: var(--font-suno);
  letter-spacing: 0.15em;
  color: #68636c;
  margin-bottom: 8px;
  font-size: 9px;
}
.footer-links a,
.footer-links span {
  color: #b9b5bb;
  font-size: 13px;
}
.footer-bottom {
  color: #5f5b62;
  border-top: 1px solid #2c2a30;
  justify-content: space-between;
  padding-top: 20px;
  font-size: 10px;
  display: flex;
}
.landing-detail {
  background: var(--paper);
}
.detail-hero {
  color: #fff;
  background: #09090e;
  min-height: 820px;
  position: relative;
  overflow: hidden;
}
.detail-hero .site-header {
  position: relative;
}
.detail-hero-image {
  object-fit: cover;
  object-position: center;
  opacity: 0.94;
  width: 76%;
  height: 742px;
  animation: 12s ease-in-out infinite alternate hero-breathe;
  position: absolute;
  inset: 78px 0 0 24%;
}
.detail-hero-shade {
  background:
    linear-gradient(90deg, #09090e 0%, #09090efa 19%, #09090ead 39%, #09090e14 70%),
    linear-gradient(#0000 73%, #09090e 100%);
  position: absolute;
  inset: 78px 0 0;
}
.detail-hero-content {
  z-index: 2;
  padding-top: 82px;
}
.detail-breadcrumb {
  color: #77727d;
  gap: 10px;
  margin-bottom: 38px;
  font-size: 11px;
  display: flex;
}
.detail-breadcrumb a:hover {
  color: #fff;
}
.detail-hero .eyebrow i {
  background: #ff7042;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 14px #ff7042;
}
.detail-hero h1 {
  max-width: 760px;
  margin-top: 25px;
  font-size: clamp(58px, 5.7vw, 84px);
}
.detail-hero-content > p:not(.microcopy) {
  color: #c4bec7;
  max-width: 570px;
  font-size: 18px;
  line-height: 1.65;
}
.detail-text-link {
  color: #d3cdd6;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}
.detail-text-link span {
  border: 1px solid #4a454f;
  border-radius: 50%;
  place-items: center;
  width: 30px;
  height: 30px;
  display: grid;
}
.detail-benefits {
  padding: 120px 0;
}
.detail-benefits h2,
.detail-related h2 {
  letter-spacing: -0.04em;
  max-width: 800px;
  margin: 22px 0 64px;
  font-size: clamp(44px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 1;
}
.detail-card-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.detail-card-grid article {
  background: #e7dfd4;
  border-radius: 150px 150px 24px 24px;
  flex-direction: column;
  min-height: 485px;
  padding: 28px;
  transition:
    transform 0.35s,
    box-shadow 0.35s;
  display: flex;
  overflow: hidden;
}
.detail-card-grid article:nth-child(2) {
  color: #fff;
  background: #1c1a22;
}
.detail-card-grid article:nth-child(3) {
  background: #d8c9f6;
}
.detail-card-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px #1d152724;
}
.detail-card-grid article > b {
  opacity: 0.45;
  font-size: 10px;
  font-weight: 500;
}
.detail-card-art {
  place-items: center;
  height: 220px;
  display: grid;
  position: relative;
}
.detail-card-art:before,
.detail-card-art:after {
  content: "";
  opacity: 0.15;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
}
.detail-card-art:before {
  width: 150px;
  height: 150px;
}
.detail-card-art:after {
  width: 205px;
  height: 205px;
}
.detail-card-art span {
  color: #fff;
  background: linear-gradient(135deg, #ff6b43, #8e48f7);
  border-radius: 50%;
  place-items: center;
  width: 82px;
  height: 82px;
  font-size: 30px;
  animation: 5s ease-in-out infinite orb-hover;
  display: grid;
  box-shadow: 0 15px 45px #9044ea47;
}
.detail-card-grid h3 {
  letter-spacing: -0.025em;
  margin: 18px 0 12px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.05;
}
.detail-card-grid p {
  color: inherit;
  opacity: 0.62;
  font-size: 14px;
  line-height: 1.6;
}
.detail-studio {
  color: #fff;
  background: #101015;
  padding: 120px 0;
}
.detail-studio-grid {
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 100px;
  display: grid;
}
.detail-studio h2 {
  letter-spacing: -0.04em;
  margin: 22px 0 42px;
  font-size: clamp(46px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 1;
}
.detail-studio ol {
  border-top: 1px solid #302d35;
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-studio li {
  border-bottom: 1px solid #302d35;
  grid-template-columns: 44px 1fr;
  padding: 18px 0;
  display: grid;
}
.detail-studio li > b {
  color: #6f6974;
  font-size: 10px;
  font-weight: 500;
}
.detail-studio li span {
  color: #747078;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
  display: flex;
}
.detail-studio li strong {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.detail-prompt {
  background: linear-gradient(145deg, #201e27, #17161d);
  border: 1px solid #37333e;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 35px 90px #0006;
}
.detail-prompt .field-label {
  color: #77727d;
  margin: 18px 0 8px;
  font-size: 10px;
  display: block;
}
.detail-prompt > p {
  color: #e4e0e7;
  background: #121116;
  border: 1px solid #38333f;
  border-radius: 13px;
  min-height: 105px;
  margin: 0;
  padding: 18px;
  font-size: 14px;
  line-height: 1.55;
}
.detail-prompt .tags {
  flex-wrap: wrap;
}
.detail-generation {
  background: #111016;
  border-radius: 13px;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  display: grid;
}
.detail-generation > i {
  background: linear-gradient(135deg, #ff7248, #7c3de8);
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.detail-generation span {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.detail-generation b {
  font-size: 12px;
}
.detail-generation small {
  color: #77717c;
  font-size: 9px;
}
.detail-generation strong {
  color: #a7a1aa;
}
.detail-guidance {
  background: #f3efe7;
  padding: 115px 0;
}
.detail-guidance-grid {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 110px;
  display: grid;
}
.detail-guidance h2 {
  letter-spacing: -0.04em;
  margin: 22px 0 26px;
  font-size: clamp(44px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 1;
}
.detail-guidance-grid > div:first-child > p {
  color: #77716b;
  max-width: 470px;
  font-size: 16px;
  line-height: 1.7;
}
.guidance-list {
  border-top: 1px solid #c9c1b7;
}
.guidance-list article {
  border-bottom: 1px solid #c9c1b7;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 25px 0;
  display: grid;
}
.guidance-list article > b {
  color: #8b51db;
  padding-top: 5px;
  font-size: 10px;
  font-weight: 500;
}
.guidance-list h3 {
  letter-spacing: -0.02em;
  margin: 0 0 9px;
  font-size: 21px;
  font-weight: 500;
}
.guidance-list p {
  color: #77716b;
  max-width: 560px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.detail-examples {
  color: #fff;
  background: #111116;
  padding: 115px 0;
  overflow: hidden;
}
.detail-examples-head {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 58px;
  display: grid;
}
.detail-examples h2 {
  letter-spacing: -0.04em;
  max-width: 760px;
  margin: 22px 0 0;
  font-size: clamp(44px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 1;
}
.detail-examples-head > p {
  color: #97939f;
  max-width: 500px;
  margin: 0;
  line-height: 1.7;
}
.result-card-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.result-card {
  background: linear-gradient(155deg, #201e27, #15141a);
  border: 1px solid #38343f;
  border-radius: 24px;
  flex-direction: column;
  min-height: 490px;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.result-card:before {
  content: "";
  background: radial-gradient(circle, #9741ee59, #0000 65%);
  border-radius: 50%;
  width: 240px;
  height: 240px;
  position: absolute;
  top: -120px;
  right: -100px;
}
.result-card-top {
  color: #8b858f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
  justify-content: space-between;
  font-size: 10px;
  display: flex;
  position: relative;
}
.result-card-top b {
  color: #ff8a62;
  font-weight: 500;
}
.result-card h3 {
  letter-spacing: -0.025em;
  z-index: 1;
  max-width: 290px;
  margin: 34px 0 22px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.08;
  position: relative;
}
.result-input {
  background: #111016;
  border: 1px solid #37333e;
  border-radius: 12px;
  min-height: 120px;
  padding: 15px;
}
.result-input small,
.result-output small {
  color: #716c75;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  font-size: 9px;
  display: block;
}
.result-input p {
  color: #c9c4cc;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}
.result-output {
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  display: grid;
}
.result-cover {
  background: linear-gradient(135deg, #ff7546, #8d43ed);
  border-radius: 9px;
  place-items: center;
  width: 48px;
  height: 48px;
  display: grid;
}
.result-cover i {
  border: 5px solid #ffffffc7;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.result-output strong,
.result-output span {
  display: block;
}
.result-output strong {
  font-size: 12px;
  font-weight: 500;
}
.result-output span {
  color: #77717c;
  margin-top: 5px;
  font-size: 9px;
}
.result-wave {
  justify-content: center;
  align-items: center;
  gap: 3px;
  height: 58px;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
}
.result-wave i {
  width: 3px;
  height: var(--result-bar);
  background: linear-gradient(#ffb449, #ff6743 48%, #9942ef);
  border-radius: 4px;
  min-height: 5px;
}
.detail-faq {
  background: #e8e2d8;
  padding: 110px 0;
}
.detail-faq .faq-grid > div:first-child > p {
  color: #77716c;
  line-height: 1.65;
}
.detail-related {
  padding: 115px 0;
}
.related-links {
  border-top: 1px solid #c9c1b7;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.related-links a {
  border-bottom: 1px solid #c9c1b7;
  justify-content: space-between;
  gap: 20px;
  min-height: 150px;
  padding: 28px 28px 28px 0;
  font-size: 18px;
  font-weight: 500;
  transition:
    color 0.2s,
    padding 0.2s;
  display: flex;
}
.related-links a:not(:last-child) {
  border-right: 1px solid #c9c1b7;
  margin-right: 28px;
}
.related-links a:hover {
  color: #8b51db;
  padding-top: 23px;
}
.detail-final {
  min-height: 610px;
}
.detail-final .final-content h2 {
  margin-bottom: 20px;
}
.not-found {
  color: #fff;
  background: #09090e;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}
.not-found-content {
  z-index: 2;
  position: relative;
}
.not-found h1 {
  margin: 24px 0;
  font-size: clamp(58px, 7vw, 96px);
}
.not-found p {
  color: #aaa4ac;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
}
.not-found-record {
  color: #ff9b69;
  background: repeating-radial-gradient(circle, #17151d 0 7px, #32253e 8px 14px);
  border-radius: 50%;
  place-items: center;
  width: 420px;
  height: 420px;
  font-size: 50px;
  animation: 20s linear infinite vinyl-spin;
  display: grid;
  position: absolute;
  right: 8%;
  box-shadow: 0 0 100px #903edc66;
}
.track-info .track-play {
  color: #fff;
  background: 0 0;
  border: 0;
  border-radius: 50%;
  padding: 0;
  display: inline-grid;
}
.transport a {
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 50%;
  padding: 0;
  display: inline-grid;
}
.feature,
.studio-ui,
.occasion,
.mixer {
  transition:
    transform 0.45s cubic-bezier(0.2, 0.72, 0.2, 1),
    box-shadow 0.45s;
}
.studio-ui .field-label {
  color: #77727d;
  margin: 17px 0 7px;
  font-size: 10px;
  display: block;
}
.feature:hover,
.studio-ui:hover,
.occasion:hover,
.mixer:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 84px #0003;
}
.feature-copy > span,
.steps-line article > b,
.mixer-top b {
  font-family: var(--font-suno);
}
.feature-copy h3 {
  letter-spacing: -0.025em;
  font-weight: 500;
}
.feature-copy a,
.arrow-link {
  font-weight: 500;
}
.feature-copy a b {
  transition: margin-left 0.2s;
}
.feature-copy a:hover b {
  margin-left: 18px;
}
.lyrics-sheet p,
.step-icon--text {
  font-family: var(--font-editorial);
}
.orb {
  animation: 5s ease-in-out infinite orb-hover;
}
.orb i {
  animation: 3.6s ease-in-out infinite ring-pulse;
}
.orb i:nth-child(2) {
  animation-delay: -1.2s;
}
.orb i:nth-child(3) {
  animation-delay: -2.4s;
}
.vinyl {
  animation: 18s linear infinite vinyl-spin;
}
.vinyl b {
  animation: 18s linear infinite reverse vinyl-spin;
}
.studio-create {
  background-size: 200% 100%;
  font-weight: 500;
  animation: 4s infinite gradient-slide;
}
.mini-cover {
  animation: 7s ease-in-out infinite alternate cover-hue;
}
.sound-rings {
  animation: 5s ease-in-out infinite sound-bloom;
}
.sound-rings i {
  animation: 4s ease-in-out infinite ring-pulse;
}
.sound-rings i:nth-child(2) {
  animation-delay: -1s;
}
.sound-rings i:nth-child(3) {
  animation-delay: -2s;
}
.sound-rings i:nth-child(4) {
  animation-delay: -3s;
}
.floating-note,
.occasion-art i {
  animation: 4.4s ease-in-out infinite note-float;
}
.note-two {
  animation-delay: -2.1s;
}
.occasion-art {
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.occasion:hover .occasion-art {
  transform: scale(1.08) rotate(3deg);
}
.mixer {
  background: linear-gradient(145deg, #201e27, #17161d);
  border-color: #454050;
  position: relative;
  overflow: hidden;
}
.mixer:before {
  content: "ИНТЕРФЕЙС";
  letter-spacing: 0.16em;
  color: #ff9568;
  opacity: 0.7;
  font-size: 8px;
  position: absolute;
  top: 17px;
  right: 18px;
}
.final-aurora {
  animation: 8s ease-in-out infinite alternate aurora-drift;
}
.final-record {
  animation: 5s ease-in-out infinite record-pulse;
}
.record-two {
  animation-delay: -2.5s;
}
.motion-ready main > section:not(.hero),
.motion-ready #site-footer {
  opacity: 0;
  transition:
    opacity 0.82s,
    transform 0.82s cubic-bezier(0.2, 0.72, 0.2, 1);
  transform: translateY(34px);
}
.motion-ready main > section.is-visible,
.motion-ready #site-footer.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero,
.detail-hero,
.not-found {
  background: #070a17;
}
.hero-art {
  filter: hue-rotate(112deg) saturate(1.12);
  background-image:
    linear-gradient(90deg, #070a17 0%, #070a17f7 14%, #070a1747 44%, #070a170a 100%),
    linear-gradient(#0000 72%, #070a17 100%), url(/suno-hero-visual.webp);
}
.hero-glow {
  background:
    radial-gradient(circle at 60% 30%, #456eff85, #0000 37%), radial-gradient(circle at 75% 76%, #4ce2d552, #0000 28%);
}
.eyebrow,
.kicker {
  color: #80ddff;
}
.eyebrow span,
.detail-hero .eyebrow i,
.pulse,
.audience-list i {
  background: #5ee6d3;
  box-shadow: 0 0 14px #5ee6d3cc;
}
h1 em {
  color: #8be7dd;
}
.button--primary,
.prompt-create {
  background: linear-gradient(90deg, #4f7cff, #796cff);
  box-shadow: 0 12px 30px #4f7cff4d;
}
.prompt-create:hover {
  background: #678cff;
  box-shadow: 0 8px 22px #4f7cff52;
}
.prompt-card {
  background: #0d1128c2;
  border-color: #8dadff3d;
}
.quality,
.studio,
.control,
.detail-studio,
.detail-examples {
  background: #0b1022;
}
.track-card,
.studio-ui,
.mixer {
  background: #141b32;
  border-color: #303b62;
}
.wave i,
.result-wave i {
  background: linear-gradient(#5ee6d3, #4f7cff 50%, #a56cff);
}
.cover--sun {
  background:
    radial-gradient(circle at 53% 48%, #8dfff0 0 12%, #0000 13%), linear-gradient(#426fe6 0 45%, #17234f 46% 100%);
}
.cover--sun:after {
  background: repeating-radial-gradient(#0000 0 12px, #63cde8 13px 15px);
}
.cover--city {
  background: linear-gradient(150deg, #5c69ff, #806cff 55%, #5ee6d3);
}
.cover--heart {
  background:
    radial-gradient(circle at 50% 42%, #8cf4e9, #0000 17%), radial-gradient(circle at 30% 30%, #6877ff, #0000 43%),
    linear-gradient(140deg, #18213f, #4e397e);
}
.kicker--dark,
.guidance-list article > b {
  color: #596fe8;
}
.feature--wide {
  background: #10172b;
}
.feature--lyrics,
.step-icon--text,
.occasion--birthday {
  background: #d9e5ff;
}
.feature--gift,
.occasion--friends,
.detail-card-grid article:nth-child(3) {
  background: #dcd8ff;
}
.orb-stage {
  background: radial-gradient(circle at 55%, #4f7cff6b, #0000 36%);
}
.orb {
  background: radial-gradient(circle at 35% 28%, #b5fff5, #5ee6d3 31%, #526fff 70%, #172450);
  box-shadow: 0 0 90px #4f7cff73;
}
.lyrics-sheet {
  background: #10172c;
  box-shadow: -20px -20px 60px #29488a29;
}
.lyrics-sheet span {
  color: #75dcff;
}
.vinyl:before {
  background: conic-gradient(#4f7cff, #5ee6d3, #a56cff, #4f7cff);
}
.studio-create,
.detail-generation > i,
.detail-card-art span,
.result-cover {
  background: linear-gradient(90deg, #4f7cff, #a56cff);
}
.mini-cover {
  background: linear-gradient(135deg, #5ee6d3, #596cff);
}
.step-icon--text {
  color: #456bd8;
}
.step-icon--play {
  background: linear-gradient(135deg, #667cff, #4b3f92);
}
.lyrics-story {
  background: #0d1326;
}
.lyrics-art {
  background: radial-gradient(circle, #5ee6d3 0, #526fff 28%, #24265c 54%, #0000 72%);
}
.sound-rings {
  background: radial-gradient(
    circle,
    #b7fff6 0 3%,
    #5ee6d3 4% 9%,
    #11182d 10% 13%,
    #5b76ff 14% 20%,
    #272858 21% 25%,
    #8f73ff 26% 29%,
    #0000 30%
  );
  box-shadow: 0 0 100px #526fff;
}
.floating-note {
  color: #8ef3e7;
}
.occasion--love {
  background: #171d35;
}
.stateless i {
  background: linear-gradient(90deg, #5ee6d3 0 45%, #303958 45%);
}
.stem--0 .wave {
  background: #342b65;
}
.stem--1 .wave {
  background: #223f5f;
}
.stem--2 .wave {
  background: #293b72;
}
.stem--3 .wave {
  background: #1d514f;
}
.faq,
.detail-faq {
  background: #e2e8fa;
}
.final-cta {
  background: #080b19;
}
.final-aurora {
  background: radial-gradient(circle, #4f7cff8a, #0000 33%), radial-gradient(circle at 67% 42%, #5ee6d35c, #0000 23%);
}
#site-footer {
  background: #080b15;
}
.detail-hero-shade {
  background:
    linear-gradient(90deg, #070a17 0%, #070a17fa 19%, #070a17ad 39%, #070a1714 70%),
    linear-gradient(#0000 73%, #070a17 100%);
}
.detail-card-grid article {
  background: #dce5f7;
}
.detail-card-grid article:nth-child(2) {
  background: #131a31;
}
.detail-guidance {
  background: #eef2ff;
}
.result-card {
  background: linear-gradient(155deg, #17203b, #0f1529);
  border-color: #303b62;
}
.result-card:before {
  background: radial-gradient(circle, #4f7cff61, #0000 65%);
}
.result-card--2:before {
  background: radial-gradient(circle, #5ee6d347, #0000 65%);
}
.result-card--3:before {
  background: radial-gradient(circle, #a56cff4d, #0000 65%);
}
.result-card-top b,
.mixer:before {
  color: #80ddff;
}
.not-found-record {
  color: #79e9dc;
  box-shadow: 0 0 100px #4f7cff6b;
}
@keyframes hero-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-breathe {
  0% {
    transform: scale(1.015) translate(0);
  }
  to {
    transform: scale(1.065) translate(-1.1%, 0.8%);
  }
}
@keyframes aurora-drift {
  0% {
    filter: blur(20px);
    transform: translate(-2%, -1%) scale(1);
  }
  to {
    filter: blur(28px);
    transform: translate(3%, 2%) scale(1.08);
  }
}
@keyframes button-glint {
  0%,
  70% {
    opacity: 0;
    left: -45%;
  }
  78% {
    opacity: 1;
  }
  94%,
  to {
    opacity: 0;
    left: 125%;
  }
}
@keyframes wave-pulse {
  0% {
    opacity: 0.56;
    transform: scaleY(0.45);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes float-left {
  0%,
  to {
    transform: translate(-320px) rotate(-8deg) translateY(12px);
  }
  50% {
    transform: translate(-320px) rotate(-6.5deg) translateY(-4px);
  }
}
@keyframes float-center {
  0%,
  to {
    transform: translateY(-20px) rotate(0);
  }
  50% {
    transform: translateY(-35px) rotate(0.8deg);
  }
}
@keyframes float-right {
  0%,
  to {
    transform: translate(320px) rotate(8deg) translateY(12px);
  }
  50% {
    transform: translate(320px) rotate(6.5deg) translateY(-7px);
  }
}
@keyframes orb-hover {
  0%,
  to {
    filter: hue-rotate();
    transform: translateY(0) rotate(0);
  }
  50% {
    filter: hue-rotate(12deg);
    transform: translateY(-12px) rotate(5deg);
  }
}
@keyframes ring-pulse {
  0%,
  to {
    opacity: 0.28;
    transform: scale(0.97);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.035);
  }
}
@keyframes vinyl-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes gradient-slide {
  0%,
  to {
    background-position: 0;
  }
  50% {
    background-position: 100%;
  }
}
@keyframes cover-hue {
  0% {
    filter: hue-rotate() saturate();
  }
  to {
    filter: hue-rotate(28deg) saturate(1.25);
  }
}
@keyframes sound-bloom {
  0%,
  to {
    filter: saturate(0.9);
    transform: scale(0.97) rotate(-2deg);
  }
  50% {
    filter: saturate(1.18);
    transform: scale(1.035) rotate(2deg);
  }
}
@keyframes note-float {
  0%,
  to {
    translate: 0;
  }
  50% {
    translate: 0 -14px;
  }
}
@keyframes record-pulse {
  0%,
  to {
    box-shadow: 0 0 70px #4f7cff52;
  }
  50% {
    box-shadow: 0 0 115px #5ee6d366;
  }
}
@keyframes faq-reveal {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .track-stage {
    height: 480px;
  }
  .track-card {
    width: 280px;
  }
  .cover {
    height: 255px;
  }
  .track-card--1 {
    animation-name: float-left-medium;
  }
  .track-card--3 {
    animation-name: float-right-medium;
  }
  .track-info {
    gap: 8px;
  }
  .track-info h3 {
    font-size: 13px;
  }
  .track-info .play {
    width: 28px;
    height: 28px;
  }
  @keyframes float-left-medium {
    0%,
    to {
      transform: translate(-250px) rotate(-7deg) translateY(12px);
    }
    50% {
      transform: translate(-250px) rotate(-5.5deg) translateY(-4px);
    }
  }
  @keyframes float-right-medium {
    0%,
    to {
      transform: translate(250px) rotate(7deg) translateY(12px);
    }
    50% {
      transform: translate(250px) rotate(5.5deg) translateY(-7px);
    }
  }
}
@media (max-width: 900px) {
  .shell {
    width: min(100% - 36px, 680px);
  }
  nav {
    display: none;
  }
  .site-header {
    height: 66px;
  }
  .hero {
    min-height: 940px;
  }
  .hero-content {
    padding-top: 80px;
  }
  .hero-art {
    opacity: 0.76;
    background:
      linear-gradient(#0a0a0f14 65%, #0a0a0f 100%),
      url(/suno-hero-visual.webp) 72% / cover no-repeat;
    inset: 50% -25% 0 0;
  }
  .prompt-card {
    width: 100%;
  }
  .track-stage {
    gap: 18px;
    height: auto;
    display: grid;
  }
  .track-card {
    grid-template-columns: 130px 1fr;
    align-items: center;
    width: 100%;
    display: grid;
    position: relative !important;
    transform: none !important;
  }
  .cover {
    grid-row: 1/3;
    height: 130px;
  }
  .track-info {
    padding: 10px 15px;
  }
  .track-card > .wave {
    padding: 0 15px;
  }
  .section-intro--split,
  .studio-grid,
  .control-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature--wide {
    grid-column: auto;
  }
  .feature {
    min-height: 500px;
  }
  .orb-stage {
    inset: 45% 0 0;
  }
  .lyrics-sheet {
    width: 70%;
  }
  .steps-line {
    grid-template-columns: 1fr;
  }
  .steps-line article {
    border-bottom: 1px solid #ccc6ba;
    padding: 25px 0;
    border-right: 0 !important;
    margin: 0 !important;
  }
  .step-icon {
    height: 140px;
  }
  .lyrics-copy {
    width: 100%;
  }
  .lyrics-story {
    padding: 90px 0 400px;
  }
  .lyrics-art {
    inset: 47% 0 0;
  }
  .occasion-strip {
    grid-template-columns: 1fr;
  }
  .occasion {
    min-height: 420px;
  }
  .audience-list {
    flex-direction: column;
    gap: 18px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .final-record {
    opacity: 0.45;
    width: 140px;
    height: 140px;
  }
  .final-record:after {
    inset: 48px;
  }
}
@media (max-width: 520px) {
  .shell {
    width: calc(100% - 28px);
  }
  .button--small {
    gap: 0;
    width: 42px;
    padding: 0;
    font-size: 0;
  }
  .button--small span {
    font-size: 18px;
  }
  h1 {
    font-size: 54px;
  }
  .hero-content > p {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .prompt-bottom .chip:nth-child(2) {
    display: none;
  }
  .quality,
  .possibilities,
  .studio,
  .steps,
  .occasions,
  .control,
  .audience,
  .faq {
    padding: 82px 0;
  }
  .section-intro h2,
  .possibilities > div > h2,
  .steps h2,
  .occasions h2,
  .audience h2,
  .studio-copy h2,
  .lyrics-copy h2,
  .control-copy h2,
  .faq h2 {
    font-size: 42px;
  }
  .feature {
    padding: 28px;
  }
  .feature-copy h3 {
    font-size: 30px;
  }
  .feature--wide {
    min-height: 550px;
  }
  .lyrics-sheet {
    width: 82%;
  }
  .studio-ui {
    padding: 14px;
  }
  .generation-row {
    grid-template-columns: 40px 1fr;
  }
  .generation-row > .wave {
    display: none;
  }
  .occasion {
    min-height: 380px;
  }
  .faq-grid {
    gap: 20px;
  }
  .final-content h2 {
    font-size: 48px;
  }
  .final-wave {
    width: 100%;
  }
  .footer-links {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    gap: 20px;
  }
  .record-one {
    left: -90px;
  }
  .record-two {
    right: -90px;
  }
}
@media (max-width: 900px) {
  .detail-hero {
    min-height: 900px;
  }
  .detail-hero-image {
    object-position: center;
    width: 100%;
    height: 58%;
    inset: 42% 0 0;
  }
  .detail-hero-shade {
    background:
      linear-gradient(#09090e1a 58%, #09090e 100%), linear-gradient(90deg, #09090e 0%, #09090ea6 50%, #0000 100%);
    inset: 66px 0 0;
  }
  .detail-hero-content {
    padding-top: 58px;
  }
  .detail-hero h1 {
    font-size: clamp(50px, 10vw, 72px);
  }
  .detail-studio-grid,
  .detail-card-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .detail-card-grid article {
    min-height: 420px;
  }
  .detail-studio-grid {
    gap: 70px;
  }
  .related-links {
    grid-template-columns: 1fr;
  }
  .related-links a:not(:last-child) {
    border-right: 0;
    margin-right: 0;
  }
  .detail-faq .faq-grid {
    gap: 25px;
  }
  .detail-examples-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .result-card-grid {
    grid-template-columns: 1fr;
  }
  .result-card {
    min-height: 440px;
  }
}
@media (max-width: 520px) {
  .detail-hero {
    min-height: 870px;
  }
  .detail-hero-content {
    padding-top: 42px;
  }
  .detail-breadcrumb {
    margin-bottom: 28px;
  }
  .detail-hero h1 {
    font-size: 48px;
  }
  .detail-hero-content > p:not(.microcopy) {
    font-size: 16px;
  }
  .detail-benefits,
  .detail-studio,
  .detail-faq,
  .detail-related {
    padding: 82px 0;
  }
  .detail-benefits h2,
  .detail-related h2,
  .detail-studio h2 {
    margin-bottom: 44px;
    font-size: 42px;
  }
  .detail-card-grid article {
    min-height: 390px;
  }
  .detail-card-art {
    height: 180px;
  }
  .detail-prompt {
    padding: 14px;
  }
  .related-links a {
    min-height: 105px;
  }
  .detail-final {
    min-height: 560px;
  }
}
@media (max-width: 900px) {
  .hero-art {
    background-image: linear-gradient(#0a0a0f14 65%, #0a0a0f 100%), url(/suno-hero-visual.webp);
  }
  .detail-guidance-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
@media (max-width: 520px) {
  .detail-guidance {
    padding: 82px 0;
  }
  .detail-guidance h2 {
    font-size: 42px;
  }
  .guidance-list article {
    grid-template-columns: 38px 1fr;
  }
  .detail-examples {
    padding: 82px 0;
  }
  .detail-examples h2 {
    font-size: 42px;
  }
  .result-card {
    min-height: 430px;
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .hero-art {
    background-image: linear-gradient(#070a1714 65%, #070a17 100%), url(/suno-hero-visual.webp);
  }
  .detail-hero-shade {
    background:
      linear-gradient(#070a171a 58%, #070a17 100%), linear-gradient(90deg, #070a17 0%, #070a17a6 50%, #0000 100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
  .motion-ready main > section:not(.hero),
  .motion-ready #site-footer {
    opacity: 1;
    transform: none;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
