﻿:root {
  --bg: #edf4ef;
  --bg-soft: #f7fcf8;
  --card: rgba(255, 255, 255, 0.84);
  --card-strong: rgba(255, 255, 255, 0.94);
  --surface: #e5f1e8;
  --surface-strong: #f1fbf3;
  --line: rgba(80, 113, 91, 0.16);
  --line-strong: rgba(71, 148, 96, 0.34);
  --text: #1f2a22;
  --text-soft: #506457;
  --text-muted: #708173;
  --accent: #2f8f57;
  --accent-strong: #1f6c41;
  --accent-soft: #cbe9d5;
  --accent-cool: #2f7d67;
  --accent-cool-soft: #dff3e6;
  --success-soft: #e9f7ee;
  --mobile-canvas: 412px;
  --desktop-shell-min: 1240px;
  --desktop-shell-fluid: 78vw;
  --desktop-shell-max: 2220px;
  --desktop-shell-gutter: 44px;
  --desktop-ui-scale: 0.8;
  --shadow-lg: 0 30px 80px rgba(41, 73, 52, 0.12);
  --shadow-md: 0 18px 38px rgba(41, 73, 52, 0.08);
  --shadow-sm: 0 10px 24px rgba(41, 73, 52, 0.05);
  --font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --font-display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Courier New", monospace;
}

/* Admin */

body.admin-page {
  background: linear-gradient(180deg, #f8fcf8 0%, #eef5f0 54%, #e7eee9 100%);
}

body.admin-page::before {
  display: none;
}

.admin-page-shell {
  width: min(1440px, calc(100% - 32px));
  padding-bottom: 32px;
}

.admin-top-nav {
  margin-bottom: 22px;
}

.admin-nav-auth {
  gap: 10px;
}

.admin-shell {
  display: grid;
  gap: 18px;
}

.admin-auth-panel,
.admin-panel,
.admin-metric,
.admin-drawer-sheet {
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(31, 42, 34, 0.07);
}

.admin-auth-panel {
  display: grid;
  max-width: 640px;
  gap: 22px;
  padding: 28px;
}

.admin-auth-copy h1,
.admin-header h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: 0;
}

.admin-auth-copy p,
.admin-header p {
  margin: 8px 0 0;
  color: var(--text-soft);
}

.admin-login-form,
.admin-toolbar,
.admin-credit-form {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
}

.admin-field,
.admin-toolbar label,
.admin-credit-form label {
  display: grid;
  min-width: min(100%, 220px);
  gap: 7px;
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-field input,
.admin-toolbar input,
.admin-toolbar select,
.admin-credit-form input {
  min-height: 44px;
  border: 1px solid rgba(31, 42, 34, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 0.96rem;
  outline: none;
  padding: 0 12px;
}

.admin-login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-app {
  display: grid;
  gap: 16px;
}

.admin-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.admin-status {
  min-height: 24px;
  color: var(--text-soft);
  font-size: 0.92rem;
  text-align: right;
}

.admin-status.field-error,
.admin-inline-status.field-error,
.admin-empty.field-error {
  color: #a33a2c;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.admin-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text-soft);
  cursor: pointer;
  font-weight: 800;
  padding: 0 14px;
}

.admin-tab.is-active {
  background: #1f2a22;
  color: #fff;
}

.admin-workspace {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.admin-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(31, 42, 34, 0.06);
}

.admin-sidebar .admin-tab {
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}

.admin-content {
  display: grid;
  min-width: 0;
  gap: 16px;
}

.admin-offer-settings-form,
.admin-offer-card {
  display: grid;
  gap: 14px;
}

.admin-offer-note {
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  background: rgba(246, 250, 247, 0.9);
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  padding: 12px 14px;
}

.admin-view {
  display: grid;
  gap: 16px;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 10px;
}

.admin-metric {
  display: grid;
  min-height: 116px;
  align-content: space-between;
  gap: 10px;
  padding: 16px;
}

.admin-metric span,
.admin-metric small,
.admin-list-row small,
.admin-kv span {
  color: var(--text-muted);
}

.admin-metric span {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-metric strong {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  letter-spacing: 0;
}

.admin-metric small {
  font-size: 0.84rem;
}

.admin-dashboard-grid,
.admin-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.admin-panel {
  min-width: 0;
  padding: 16px;
}

.admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.admin-panel-head h2,
.admin-drawer-head h2,
.admin-detail-hero h3,
.admin-subpanel h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

.admin-panel-head h2 {
  font-size: 1.7rem;
}

.admin-text-button,
.admin-link-button {
  border: 0;
  background: transparent;
  color: var(--accent-strong);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-align: left;
}

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

.admin-list.compact {
  gap: 6px;
}

.admin-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  padding: 10px 12px;
  text-align: left;
}

.admin-list-row span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.admin-list-row strong,
.admin-list-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-list-row em {
  color: var(--accent-strong);
  font-style: normal;
  font-weight: 900;
}

.admin-empty {
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(31, 42, 34, 0.16);
  border-radius: 8px;
  color: var(--text-muted);
  padding: 18px;
}

.admin-toolbar {
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.admin-toolbar label:first-child {
  flex: 1 1 320px;
}

.admin-table-wrap {
  overflow: auto;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  background: #fff;
}

.admin-table,
.admin-mini-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td,
.admin-mini-table td {
  border-bottom: 1px solid rgba(31, 42, 34, 0.08);
  padding: 12px;
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-table td {
  min-width: 112px;
  font-size: 0.92rem;
}

.admin-table td:nth-child(2) {
  min-width: 260px;
}

.admin-table small {
  display: block;
  color: var(--text-muted);
  margin-top: 4px;
}

.admin-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  background: #edf1ef;
  color: #4d5c52;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  padding: 0 10px;
  white-space: nowrap;
}

.admin-pill.is-good {
  background: #e5f5ea;
  color: #1d6a3b;
}

.admin-pill.is-work {
  background: #fff3d8;
  color: #8a5a00;
}

.admin-pill.is-bad {
  background: #fde7e2;
  color: #9c3528;
}

.admin-payment-settings-form,
.admin-generation-settings-form {
  display: grid;
  gap: 14px;
}

.admin-payment-availability {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(50, 119, 82, 0.22);
  border-radius: 8px;
  background: rgba(246, 250, 247, 0.95);
  padding: 14px;
}

.admin-payment-availability.is-disabled {
  border-color: rgba(156, 53, 40, 0.26);
  background: #fff7f4;
}

.admin-payment-availability > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.admin-payment-availability strong {
  color: var(--text-dark);
  font-size: 0.92rem;
}

.admin-payment-availability small {
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

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

.admin-generation-section {
  display: grid;
  gap: 12px;
}

.admin-generation-section-head {
  display: grid;
  gap: 4px;
}

.admin-generation-section-head h3 {
  margin: 0;
  color: var(--text-dark);
  font-size: 1.05rem;
  line-height: 1.2;
}

.admin-generation-section-head p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.admin-generation-save-notice {
  border: 1px solid rgba(50, 119, 82, 0.22);
  border-radius: 8px;
  background: rgba(83, 180, 121, 0.12);
  color: #265f41;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 12px 14px;
}

.admin-generation-compact-group,
.admin-generation-panel {
  display: grid;
  gap: 12px;
}

.admin-generation-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  background: #fff;
  color: var(--text-dark);
  cursor: pointer;
  font: inherit;
  padding: 12px 14px;
  text-align: left;
}

.admin-generation-toggle.is-open {
  border-color: rgba(50, 119, 82, 0.32);
  background: rgba(246, 250, 247, 0.95);
}

.admin-generation-toggle > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.admin-generation-toggle strong {
  font-size: 0.88rem;
  line-height: 1.2;
}

.admin-generation-toggle small {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.admin-generation-toggle em {
  border-radius: 999px;
  background: rgba(31, 42, 34, 0.07);
  color: var(--text-muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  padding: 7px 9px;
  white-space: nowrap;
}

.admin-generation-toggle.is-open em {
  background: rgba(50, 119, 82, 0.12);
  color: #265f41;
}

.admin-generation-style-picker {
  max-width: 420px;
}

.admin-generation-substyle-picker {
  max-width: 420px;
}

.admin-style-editor-layout {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.admin-style-list,
.admin-substyle-picker-grid {
  display: grid;
  gap: 8px;
}

.admin-style-list {
  position: sticky;
  top: 88px;
}

.admin-style-option,
.admin-substyle-option {
  display: grid;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  transition:
    border-color 0.16s ease,
    background 0.16s ease,
    box-shadow 0.16s ease;
}

.admin-style-option {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px;
}

.admin-style-option input,
.admin-substyle-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.admin-style-option-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.admin-style-option strong,
.admin-substyle-option span {
  min-width: 0;
  color: var(--text-dark);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
}

.admin-style-option small,
.admin-style-option em,
.admin-substyle-option em,
.admin-generation-substyles-head small {
  color: var(--text-muted);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.admin-style-option em,
.admin-substyle-option em {
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(31, 42, 34, 0.06);
  padding: 6px 8px;
  white-space: nowrap;
}

.admin-style-option.is-selected,
.admin-substyle-option.is-selected {
  border-color: rgba(31, 42, 34, 0.28);
  background: #f4faf6;
  box-shadow: 0 12px 24px rgba(31, 42, 34, 0.06);
}

.admin-style-option.is-selected em,
.admin-substyle-option.is-selected em {
  background: #1f2a22;
  color: #fff;
}

.admin-substyle-option.is-disabled {
  border-color: rgba(147, 62, 46, 0.22);
  background: #fff7f4;
  opacity: 0.78;
}

.admin-substyle-option.is-disabled em,
.admin-substyle-settings-card.is-disabled [data-generation-substyle-enabled-label] {
  background: #fde7e2;
  color: #923e2e;
}

.admin-genre-settings-list {
  display: grid;
  gap: 12px;
}

.admin-genre-settings-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.admin-genre-settings-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-style-inline-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-style-scope-backup-button {
  min-height: 32px;
  white-space: nowrap;
}

.admin-genre-settings-head h4 {
  margin: 0;
  color: var(--text-dark);
  font-size: 0.95rem;
  line-height: 1.2;
}

.admin-genre-settings-head p {
  margin: 4px 0 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.admin-genre-settings-head span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(50, 119, 82, 0.1);
  color: #265f41;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  padding: 7px 9px;
}

.admin-generation-substyles {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  background: rgba(246, 250, 247, 0.9);
  padding: 10px;
}

.admin-substyle-editor {
  padding: 12px;
}

.admin-generation-substyles-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
}

.admin-generation-substyles > span {
  color: var(--text-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.admin-generation-substyles p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.admin-generation-substyles div,
.admin-generation-substyle-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-generation-substyles small {
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(31, 42, 34, 0.1);
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  padding: 7px 9px;
}

.admin-substyle-picker-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.admin-substyle-option {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 9px 10px;
}

.admin-substyle-settings-list {
  display: grid;
  gap: 10px;
}

.admin-substyle-settings-card {
  display: grid;
  gap: 12px;
  border: 1px dashed rgba(31, 42, 34, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  padding: 12px;
}

.admin-substyle-settings-card.is-disabled {
  border-color: rgba(147, 62, 46, 0.22);
  background: #fff9f7;
}

.admin-substyle-settings-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-substyle-settings-head h5 {
  margin: 0;
  color: var(--text-dark);
  font-size: 0.9rem;
  line-height: 1.2;
}

.admin-substyle-settings-head span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(31, 42, 34, 0.07);
  color: var(--text-muted);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  padding: 7px 9px;
}

.admin-settings-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.admin-settings-field-wide {
  grid-column: 1 / -1;
}

.admin-settings-field span {
  color: var(--text-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.admin-settings-field small {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.admin-substyle-enabled-field {
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  background: rgba(246, 250, 247, 0.72);
  padding: 10px;
}

.admin-inline-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.admin-inline-toggle input {
  width: 18px;
  height: 18px;
  accent-color: #327752;
}

.admin-inline-toggle strong {
  border-radius: 999px;
  background: rgba(50, 119, 82, 0.1);
  color: #265f41;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  padding: 7px 9px;
}

.admin-settings-field select,
.admin-settings-field textarea {
  width: 100%;
  border: 1px solid rgba(31, 42, 34, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--text-dark);
  font: inherit;
}

.admin-settings-field select {
  min-height: 44px;
  padding: 0 12px;
}

.admin-settings-field textarea {
  min-height: 112px;
  padding: 12px;
  resize: vertical;
}

.admin-payment-provider-grid,
.admin-audio-engine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-provider-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  padding: 14px;
}

.admin-provider-card.is-active {
  border-color: rgba(38, 113, 78, 0.5);
  background: #f3fbf6;
}

.admin-provider-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.admin-provider-card span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.admin-provider-card strong,
.admin-provider-card small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-provider-card small {
  color: var(--text-muted);
}

.admin-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.admin-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
}

.admin-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 28, 23, 0.38);
}

.admin-drawer-sheet {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(760px, calc(100vw - 32px));
  overflow: hidden;
}

.admin-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid rgba(31, 42, 34, 0.08);
}

.admin-icon-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(31, 42, 34, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  font-size: 1.4rem;
}

.admin-order-detail {
  display: grid;
  gap: 14px;
  min-height: 0;
  overflow: auto;
  padding: 18px;
}

.admin-detail-hero {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.admin-detail-hero h3 {
  font-size: 1.8rem;
}

.admin-detail-hero p {
  margin: 4px 0 0;
  color: var(--text-soft);
}

.admin-detail-pills,
.admin-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-detail-actions {
  align-items: center;
}

.admin-audio-preview {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  padding: 10px;
}

.admin-audio-preview img,
.admin-audio-preview > span {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  background: #e8f1eb;
  object-fit: cover;
}

.admin-audio-preview audio {
  width: 100%;
  margin-top: 8px;
}

.admin-error-box {
  border-radius: 8px;
  background: #fde7e2;
  color: #8d2f24;
  padding: 12px;
}

.admin-kv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.admin-kv-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-kv {
  display: grid;
  gap: 3px;
  min-height: 58px;
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  padding: 10px;
}

.admin-kv strong {
  overflow-wrap: anywhere;
}

.admin-subpanel {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(31, 42, 34, 0.08);
  padding-top: 14px;
}

.admin-style-backups-panel {
  margin-top: 14px;
}

.admin-style-backup-filter {
  max-width: 420px;
}

.admin-style-backups-list {
  display: grid;
  gap: 10px;
}

.admin-style-backup-filter-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.admin-style-backup-filter-summary strong {
  color: var(--text-dark);
  font-size: 0.92rem;
}

.admin-style-backups-table td:nth-child(2) {
  min-width: 180px;
}

.admin-style-backups-table td:nth-child(3),
.admin-style-backups-table td:nth-child(4) {
  min-width: 220px;
}

.admin-style-backup-info-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 16px;
}

.admin-style-backup-info-list li {
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.admin-mini-table td {
  font-size: 0.86rem;
}

.admin-json-block {
  border-top: 1px solid rgba(31, 42, 34, 0.08);
  padding-top: 12px;
}

.admin-json-block summary {
  cursor: pointer;
  font-weight: 900;
}

.admin-json-block pre {
  max-height: 340px;
  overflow: auto;
  border-radius: 8px;
  background: #17221b;
  color: #e6f2e9;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 10px 0 0;
  padding: 14px;
  white-space: pre-wrap;
}

.admin-credit-form {
  align-items: end;
  border-top: 1px solid rgba(31, 42, 34, 0.08);
  padding-top: 14px;
}

.admin-inline-status {
  min-height: 24px;
  margin: 0;
  color: var(--text-soft);
}

@media (max-width: 1160px) {
  .admin-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .admin-page-shell {
    width: min(100% - 20px, 720px);
    padding-top: 14px;
  }

  .admin-top-nav {
    display: flex;
  }

  .admin-header,
  .admin-detail-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-status {
    text-align: left;
  }

  .admin-workspace {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .admin-sidebar {
    top: 94px;
    z-index: 60;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 6px;
    scrollbar-width: thin;
  }

  .admin-sidebar .admin-tab {
    flex: 0 0 auto;
    width: auto;
    min-height: 38px;
    white-space: nowrap;
  }

  .admin-metrics,
  .admin-dashboard-grid,
  .admin-split,
  .admin-payment-availability,
  .admin-payment-provider-grid,
  .admin-audio-engine-grid,
  .admin-style-editor-layout,
  .admin-kv-grid,
  .admin-kv-grid.compact {
    grid-template-columns: 1fr;
  }

  .admin-style-list {
    position: static;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .admin-toolbar label,
  .admin-field,
  .admin-credit-form label {
    flex: 1 1 100%;
  }

  .admin-drawer-sheet {
    inset: 8px;
    width: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-ui);
  font-optical-sizing: auto;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(47, 143, 87, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(47, 125, 103, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fcf8 0%, #e8f1eb 100%);
}

button,
input,
select,
textarea {
  font-family: var(--font-ui);
}

:where(
  h1,
  h2,
  h3,
  .section-heading h2,
  .hero-copy h1,
  .mobile-playlist-header h2,
  .mobile-playlist-title-button span,
  .mobile-playlist-row-title,
  .order-card-title,
  .order-card-trigger h3,
  .new-account-track-title,
  .new-account-track-card h3,
  .result-track-title,
  .gift-track-title
) {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, rgba(82, 112, 91, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(82, 112, 91, 0.035) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 100%);
}

body.intro-page {
  background: #ffffff;
}

body.intro-page::before {
  display: none;
}

.page-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(
    calc(100% - var(--desktop-shell-gutter)),
    clamp(var(--desktop-shell-min), var(--desktop-shell-fluid), var(--desktop-shell-max))
  );
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: 30px 0 48px;
}

@media (min-width: 861px) {
  html {
    overflow-x: hidden;
  }

  body {
    zoom: var(--desktop-ui-scale);
  }

  .page-shell {
    width: min(
      calc(100% - var(--desktop-shell-gutter)),
      clamp(var(--desktop-shell-min), var(--desktop-shell-fluid), var(--desktop-shell-max))
    );
    padding-bottom: 18px;
  }
}

.app-boot-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 160;
  display: none;
  width: min(100%, 360px);
  max-width: calc(100vw - 32px);
  place-items: center;
  gap: 16px;
  padding: 30px 26px 28px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 20%, rgba(47, 143, 87, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 252, 247, 0.94));
  box-shadow: 0 26px 58px rgba(30, 64, 45, 0.1);
  text-align: center;
  transform: translate(-50%, -50%);
}

html.app-boot-loading body,
html.mobile-landing-boot-loading body,
body.app-boot-loading {
  min-height: 100svh;
  overflow: hidden;
}

html.app-boot-loading .app-boot-loader,
html.app-boot-loading .app-boot-loader.hidden,
html.mobile-landing-boot-loading .app-boot-loader,
html.mobile-landing-boot-loading .app-boot-loader.hidden,
body.app-boot-loading .app-boot-loader {
  display: grid !important;
}

html.app-boot-loading .top-nav,
html.app-boot-loading #generator-main-grid,
html.app-boot-loading .site-footer,
html.app-boot-loading #mobile-dashboard-tabbar,
html.app-boot-loading #credit-required-dialog,
html.app-boot-loading #mobile-session-expired-dialog,
html.app-boot-loading #payment-return-dialog,
html.mobile-landing-boot-loading .top-nav,
html.mobile-landing-boot-loading #generator-main-grid,
html.mobile-landing-boot-loading .site-footer,
html.mobile-landing-boot-loading #mobile-dashboard-tabbar,
html.mobile-landing-boot-loading #credit-required-dialog,
html.mobile-landing-boot-loading #mobile-session-expired-dialog,
html.mobile-landing-boot-loading #payment-return-dialog,
body.app-boot-loading .top-nav,
body.app-boot-loading #generator-main-grid,
body.app-boot-loading .site-footer,
body.app-boot-loading #mobile-dashboard-tabbar,
body.app-boot-loading #credit-required-dialog,
body.app-boot-loading #mobile-session-expired-dialog,
body.app-boot-loading #payment-return-dialog {
  display: none !important;
}

.app-boot-loader-copy {
  display: grid;
  gap: 5px;
}

.app-boot-loader-copy strong {
  color: #1d2a23;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.1;
}

.app-boot-loader-copy span {
  color: #5b6b61;
  font-size: 0.9rem;
  font-weight: 350;
  line-height: 1.4;
}

.top-nav {
  display: grid;
  grid-template-columns: minmax(130px, 0.72fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 106px;
  margin-bottom: 22px;
  padding: 18px 22px;
  border: 1px solid rgba(205, 226, 216, 0.74);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 253, 251, 0.91));
  box-shadow:
    0 22px 54px rgba(33, 64, 47, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(18px);
}

.top-nav-brand,
.top-nav-links a,
.auth-menu-email {
  color: var(--text);
  font-weight: 400;
  text-decoration: none;
}

.top-nav-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.top-nav-brand-image {
  display: block;
  width: auto;
  max-width: min(100%, 180px);
  height: 42px;
  object-fit: contain;
}

.top-nav-links {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 0;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(54, 102, 76, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    0 12px 24px rgba(33, 64, 47, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.top-nav-auth {
  display: flex;
  align-items: center;
  justify-self: end;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 0;
}

.top-nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  min-width: 104px;
  padding: 0 16px;
  border-left: 1px solid rgba(54, 102, 76, 0.12);
  border-radius: 0;
  color: #5f6964;
  font-size: 0.9rem;
  font-weight: 310;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.top-nav-links a:first-child {
  border-left: 0;
}

.top-nav-links a::before,
#auth-menu .secondary-link::before,
.top-nav-auth .compact-button::before,
.top-nav-auth .credit-balance-pill::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  -webkit-mask: var(--top-nav-icon) center / contain no-repeat;
  mask: var(--top-nav-icon) center / contain no-repeat;
}

.top-nav-link-generator {
  --top-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 3 11.3 8.1 6 10l5.3 1.9L13 17l1.7-5.1L20 10l-5.3-1.9z'/%3E%3Cpath d='M5 4v4'/%3E%3Cpath d='M3 6h4'/%3E%3Cpath d='M19 16v4'/%3E%3Cpath d='M17 18h4'/%3E%3C/svg%3E");
}

.top-nav-link-account,
#auth-menu .secondary-link {
  --top-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 21a7 7 0 0 1 14 0'/%3E%3C/svg%3E");
}

.top-nav-link-settings {
  --top-nav-icon: url('/lucide-settings-2.svg');
}

.top-nav-link-about {
  --top-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 10v6'/%3E%3Cpath d='M12 7h.01'/%3E%3C/svg%3E");
}

.top-nav-links a:hover {
  background: rgba(246, 252, 248, 0.78);
  color: #177245;
}

.top-nav-links a.is-active,
.top-nav-links a[aria-current="page"] {
  background: rgba(246, 252, 248, 0.56);
  color: #177245;
  font-weight: 380;
  box-shadow: none;
}

.top-nav-links a:hover {
  text-decoration: none;
}

.auth-menu-email {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #62716a;
  font-size: 0.86rem;
  font-weight: 300;
  cursor: pointer;
}

.auth-menu-email:hover,
.auth-menu-email:focus-visible {
  color: #177245;
  text-decoration: none;
}

#auth-menu .secondary-link,
.top-nav-auth .compact-button,
.top-nav-auth .credit-balance-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 13px;
  font-size: 0.88rem;
  font-weight: 340;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

#auth-menu .secondary-link {
  min-width: 96px;
  padding: 0 18px;
  border: 1px solid rgba(15, 104, 62, 0.18);
  background: linear-gradient(135deg, #1b9153, #0f7644);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(22, 143, 80, 0.22);
}

#auth-menu .secondary-link:hover {
  filter: saturate(1.04);
  text-decoration: none;
}

.top-nav-auth .credit-balance-pill {
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(31, 135, 74, 0.16);
  background: rgba(255, 255, 255, 0.96);
  color: #13784c;
  box-shadow:
    0 10px 20px rgba(33, 64, 47, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.top-nav-auth .credit-balance-pill::before {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  background: url("/musical-note.svg") center / contain no-repeat;
  -webkit-mask: none;
  mask: none;
  box-shadow: none;
}

.top-nav-auth .compact-button {
  --top-nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 4h3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-3'/%3E%3Cpath d='M10 17l5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3C/svg%3E");
  min-width: 92px;
  padding: 0 14px;
  border: 1px solid rgba(47, 143, 87, 0.2);
  background: rgba(255, 255, 255, 0.9);
  color: #1f6c41;
  box-shadow:
    0 12px 24px rgba(33, 64, 47, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.site-footer {
  margin-top: auto;
  padding-top: 28px;
}

.site-footer-panel {
  position: relative;
  overflow: hidden;
  padding: 18px 28px;
  border: 1px solid rgba(190, 234, 221, 0.88);
  border-radius: 17px;
  background:
    linear-gradient(110deg, rgba(250, 255, 253, 0.98), rgba(255, 255, 255, 0.96) 48%, rgba(247, 253, 249, 0.98));
  box-shadow: 0 18px 44px rgba(41, 73, 52, 0.08);
  backdrop-filter: blur(16px);
}

.site-footer-panel::before {
  display: none;
}

.site-footer-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(255px, 0.9fr) minmax(255px, 0.9fr) minmax(170px, 0.62fr);
  align-items: stretch;
}

.site-footer-brand,
.site-footer-section,
.site-footer-legal,
.site-footer-security {
  position: relative;
  z-index: 1;
  min-height: 116px;
}

.site-footer-brand {
  display: grid;
  align-content: center;
  gap: 15px;
  padding: 0 28px 0 4px;
}

.site-footer-logo {
  display: block;
  width: min(100%, 228px);
  height: auto;
}

.site-footer-support {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #7d8794;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.45;
}

.site-footer-support-prefix,
.site-footer-support-email {
  display: inline;
}

.site-footer-support:hover {
  color: var(--accent-strong);
}

.site-footer-support-icon,
.site-footer-security-icon {
  width: 14px;
  height: 14px;
  flex: none;
  stroke: #68d3b5;
  stroke-width: 2;
  fill: none;
}

.site-footer-section,
.site-footer-security {
  border-left: 1px solid rgba(197, 236, 224, 0.92);
}

.site-footer-section {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 22px;
  padding: 0 24px;
}

.site-footer-section-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #24385d;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.site-footer-section-icon {
  width: 15px;
  height: 15px;
  flex: none;
  fill: none;
  stroke: #55d8b6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-footer-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.site-footer-legal-link {
  color: #304264;
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer-legal-link:hover {
  color: var(--accent-strong);
  text-decoration: none;
}

.site-footer-legal-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #88edcb, #57caa6);
  flex: none;
}

.site-footer-security {
  display: grid;
  align-content: center;
  gap: 10px;
  justify-items: center;
  padding: 0 4px 0 26px;
}

.site-footer-security-label {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  justify-content: center;
  gap: 8px;
  color: #7b8793;
  font-size: 0.73rem;
  font-weight: 650;
  white-space: nowrap;
}

.site-footer-payments {
  display: grid;
  grid-template-columns: minmax(150px, 1fr);
  gap: 8px;
  align-items: center;
  width: min(100%, 160px);
}

.legal-consent-banner {
  --legal-banner-x: -50%;
  position: fixed;
  z-index: 190;
  right: auto;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 50%;
  width: min(560px, calc(100vw - 28px));
  opacity: 0;
  pointer-events: none;
  transform: translate(var(--legal-banner-x), 12px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.legal-consent-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(var(--legal-banner-x), 0);
}

.legal-consent-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(20, 52, 32, 0.14);
  backdrop-filter: blur(14px);
}

.legal-consent-banner p {
  margin: 0;
  color: #5d6872;
  font-size: 0.78rem;
  font-weight: 520;
  line-height: 1.3;
}

.legal-consent-banner a {
  color: #0c8a4b;
  font-weight: 750;
  text-decoration: none;
}

.legal-consent-banner a:hover {
  text-decoration: underline;
}

.legal-consent-accept {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #159757, #61c982);
  color: #ffffff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(18, 143, 78, 0.18);
}

.legal-consent-accept:hover {
  transform: translateY(-1px);
}

body.mobile-process-panel-only .legal-consent-banner {
  display: none;
}

@media (max-width: 700px) {
  .legal-consent-banner {
    --legal-banner-x: 0;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
  }

  .legal-consent-banner-inner {
    gap: 10px;
    padding: 9px 9px 9px 12px;
    border-radius: 18px;
  }

  .legal-consent-banner p {
    font-size: 0.72rem;
  }

  .legal-consent-accept {
    min-height: 32px;
    padding: 0 13px;
    font-size: 0.78rem;
  }
}

.site-footer-payment-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 42px;
  padding: 7px 11px;
  border-radius: 12px;
  border: 1px solid rgba(208, 231, 222, 0.92);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(41, 73, 52, 0.05);
  color: inherit;
  text-decoration: none;
}

.site-footer-payment-logo {
  display: block;
  width: auto;
  height: 22px;
  max-width: 100%;
  object-fit: contain;
}

.site-footer-payment-logo-netopia {
  height: 29px;
}

.site-footer-payment-logo-anpc {
  height: 28px;
}

.compact-button {
  min-width: 0;
  padding: 10px 14px;
  border-radius: 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.hero-copy,
.hero-panel,
.form-card,
.status-card,
.admin-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 32px;
  background: linear-gradient(180deg, var(--card-strong), var(--card));
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}

.hero-copy {
  padding: 34px 36px;
}

.hero-copy::after,
.hero-panel::after,
.form-card::after,
.status-card::after,
.admin-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.eyebrow,
.section-kicker,
.panel-label {
  margin: 0 0 12px;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 350;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  line-height: 1.04;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.hero-text,
.section-intro,
.section-copy,
.panel-note,
.field-hint,
.status-copy,
.submit-copy {
  color: var(--text-soft);
  line-height: 1.68;
}

.hero-text {
  max-width: 60ch;
  margin: 18px 0 24px;
  font-size: 1rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.hero-badges span,
.config-banner,
.status-pill,
.section-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
}

.hero-badges span {
  padding: 10px 14px;
  border: 1px solid rgba(47, 143, 87, 0.18);
  background: #f2fbf4;
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 300;
}

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

.hero-stats article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(241, 251, 243, 0.95), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(47, 143, 87, 0.14);
  box-shadow: var(--shadow-sm);
}

.hero-stats strong {
  color: var(--accent);
  font-size: 1.45rem;
  line-height: 1;
}

.hero-stats span {
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.45;
}

.hero-panel {
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(47, 139, 130, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(247, 252, 248, 0.98), rgba(237, 248, 240, 0.92));
}

.panel-card {
  display: grid;
  gap: 18px;
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(47, 143, 87, 0.14);
  background: rgba(255, 255, 255, 0.76);
}

.panel-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 14px;
  color: var(--text-soft);
  line-height: 1.55;
}

.panel-note {
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--accent-cool-soft);
  color: #1f5a43;
  font-size: 0.95rem;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.62fr);
  gap: 24px;
  align-items: start;
}

#generator-main-grid {
  width: 100%;
  margin: 0 auto;
}

#generator-main-grid.generator-grid-solo {
  width: 70%;
}

.generator-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, var(--mobile-canvas));
}

.generator-grid.generator-grid-solo {
  grid-template-columns: minmax(0, 1fr);
}

.form-card,
.status-card,
.admin-card {
  padding: 30px;
}

.generator-side-rail {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 20px;
  align-self: start;
}

.status-card {
  position: static;
}

.generator-session-card {
  display: grid;
  gap: 16px;
  margin-top: 0;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(47, 139, 130, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(247, 252, 248, 0.98), rgba(246, 238, 231, 0.9));
  box-shadow: var(--shadow-sm);
}

.generator-session-heading {
  margin-bottom: 0;
}

.generator-active-jobs-list {
  display: grid;
  gap: 12px;
}

.generator-active-job-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(130, 89, 61, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
}

.generator-active-job-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.generator-active-job-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.generator-active-job-title {
  margin: 0;
  font-size: 1.06rem;
}

.generator-active-job-meta {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.generator-active-job-stage {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  background: rgba(245, 252, 247, 0.92);
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 350;
  white-space: nowrap;
}

.generator-active-job-stage::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.generator-active-job-stage.is-processing {
  border-color: rgba(47, 143, 87, 0.2);
  background: rgba(238, 249, 241, 0.94);
}

.generator-active-job-stage.is-queued {
  border-color: rgba(47, 139, 130, 0.18);
  background: rgba(225, 245, 234, 0.92);
  color: #1f5a43;
}

.generator-active-job-stage.is-completed {
  border-color: rgba(47, 139, 130, 0.24);
  background: rgba(237, 248, 243, 0.96);
  color: #24665f;
}

.generator-active-job-stage.is-failed {
  border-color: rgba(188, 74, 63, 0.2);
  background: rgba(255, 238, 236, 0.96);
  color: #9a3e35;
}

.generator-active-job-progress {
  display: grid;
  gap: 8px;
}

.generator-active-job-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.generator-active-job-progress-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.generator-active-job-progress-head strong {
  color: var(--text);
  font-size: 0.92rem;
}

.generator-active-job-progress-head span {
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 350;
}

.generator-active-job-progress-bar {
  position: relative;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(47, 143, 87, 0.1);
}

.generator-active-job-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2f8f57, #77d09a);
  transition: width 0.28s ease;
}

.generator-active-job-actions {
  display: flex;
  justify-content: flex-start;
}

.generator-active-job-open {
  min-width: 0;
}

.status-focus-note {
  margin: 0 0 12px;
  color: var(--accent-strong);
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.45;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.section-intro {
  max-width: 58ch;
  margin: 0;
}

form {
  display: grid;
  gap: 20px;
}

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

.wizard-progress-connector {
  display: none;
}

.wizard-progress-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-muted);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.wizard-progress-item.is-active {
  border-color: rgba(47, 143, 87, 0.38);
  background: linear-gradient(180deg, rgba(241, 251, 243, 0.98), rgba(233, 247, 238, 0.92));
  color: var(--text);
  transform: translateY(-1px);
}

.wizard-progress-item.is-complete {
  border-color: rgba(47, 139, 130, 0.28);
  background: rgba(237, 248, 243, 0.92);
  color: #24665f;
}

.wizard-progress-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(47, 143, 87, 0.1);
  color: var(--accent-strong);
  font-weight: 350;
  flex-shrink: 0;
}

.wizard-progress-index-value {
  display: block;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

.wizard-progress-item.is-complete .wizard-progress-index {
  background: rgba(47, 139, 130, 0.13);
  color: #24665f;
}

.wizard-progress-label {
  font-size: 0.92rem;
  font-weight: 350;
}

.form-section,
.advanced-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(234, 246, 238, 0.72));
  box-shadow: var(--shadow-sm);
}

.form-section-highlight {
  background:
    radial-gradient(circle at top right, rgba(47, 125, 103, 0.12), transparent 25%),
    linear-gradient(180deg, rgba(247, 252, 248, 0.98), rgba(231, 246, 236, 0.9));
  border-color: rgba(47, 143, 87, 0.18);
}

.advanced-panel {
  background:
    radial-gradient(circle at top right, rgba(47, 143, 87, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(247, 252, 248, 0.98), rgba(235, 248, 239, 0.92));
}

.ai-step-shell {
  gap: 0;
  padding: 0;
  background:
    radial-gradient(circle at top right, rgba(214, 242, 223, 0.78), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 250, 244, 0.92));
}

.ai-step-hero {
  display: grid;
  gap: 18px;
  padding: 22px 26px 18px;
}

.ai-step-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  background: linear-gradient(180deg, rgba(250, 255, 251, 0.98), rgba(232, 247, 237, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  color: var(--accent-strong);
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  font-weight: 400;
}

.ai-step-pill-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(233, 247, 238, 0.98);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.ai-step-pill-chip-icon,
.ai-step-icon {
  display: inline-flex;
  background: var(--accent);
  -webkit-mask: var(--ai-step-icon-mask) center / contain no-repeat;
  mask: var(--ai-step-icon-mask) center / contain no-repeat;
}

.ai-step-pill-chip-icon {
  position: absolute;
  inset: 8px;
  opacity: 0.18;
  --ai-step-icon-mask: url("/lucide-cpu.svg");
}

.ai-step-pill-chip-text {
  position: relative;
  z-index: 1;
  color: var(--accent-strong);
  font-size: 1rem;
  font-weight: 400;
}

.ai-step-intro {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.35;
  white-space: nowrap;
}

.ai-step-hero-head.ai-step-pill {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ai-step-hero-chip.ai-step-pill-chip {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(243, 251, 245, 0.98), rgba(226, 245, 232, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ai-step-hero-chip .ai-step-pill-chip-icon {
  inset: 9px;
  opacity: 0.14;
}

.ai-step-hero-chip .ai-step-pill-chip-text {
  color: var(--accent-strong);
  font-size: 0.98rem;
  line-height: 1;
}

.ai-step-hero-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding-top: 1px;
}

.ai-step-hero-copy strong {
  display: block;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 350;
  line-height: 1.04;
}

.ai-step-hero-copy span {
  display: block;
  max-width: 62ch;
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.68;
}

.ai-step-hero-toggle {
  display: none;
}

.ai-step-choice-group {
  gap: 18px;
  padding: 0 26px 26px;
}

.ai-step-question {
  font-size: 1.05rem;
  font-weight: 400;
}

.ai-step-choice-grid {
  gap: 12px;
}

.ai-mode-card {
  position: relative;
  align-items: center;
  gap: 0;
  min-height: 72px;
  padding: 14px 54px 14px 16px;
  border-radius: 18px;
}

.ai-mode-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.ai-mode-card-body {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
}

.ai-mode-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(237, 250, 241, 0.98), rgba(229, 246, 234, 0.74));
}

.ai-step-icon {
  width: 21px;
  height: 21px;
}

.ai-step-icon-heart {
  --ai-step-icon-mask: url("/lucide-heart.svg");
}

.ai-step-icon-music {
  --ai-step-icon-mask: url("/lucide-music-4.svg");
}

.ai-step-icon-user {
  --ai-step-icon-mask: url("/lucide-user-round.svg");
}

.ai-step-icon-calendar {
  --ai-step-icon-mask: url("/lucide-calendar.svg");
}

.ai-step-icon-message {
  --ai-step-icon-mask: url("/lucide-message-circle.svg");
}

.ai-step-icon-star {
  --ai-step-icon-mask: url("/lucide-star.svg");
}

.ai-step-icon-gem {
  --ai-step-icon-mask: url("/lucide-gem.svg");
}

.ai-step-icon-lightbulb {
  --ai-step-icon-mask: url("/lucide-lightbulb.svg");
}

.ai-step-icon-list-checks {
  --ai-step-icon-mask: url("/lucide-list-checks.svg");
}

.ai-step-icon-ban {
  --ai-step-icon-mask: url("/lucide-ban.svg");
}

.ai-step-icon-info {
  --ai-step-icon-mask: url("/lucide-info.svg");
}

.ai-mode-card-copy {
  display: grid;
  gap: 0;
  min-width: 0;
}

.ai-mode-card-copy strong {
  color: var(--text);
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
  line-height: 1.2;
}

.ai-mode-card-copy span {
  color: rgba(54, 71, 60, 0.86);
  font-size: 0.79rem;
  font-weight: 400;
  line-height: 1.42;
}

.ai-mode-card:has(input:checked) {
  border-color: rgba(47, 143, 87, 0.5);
  background: linear-gradient(180deg, rgba(249, 254, 250, 0.99), rgba(233, 247, 238, 0.94));
  box-shadow: 0 18px 32px rgba(41, 73, 52, 0.1);
}

.ai-step-detail-panel {
  display: grid;
  gap: 20px;
  margin: 0 26px 26px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(80, 113, 91, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
}

.ai-step-detail-heading {
  display: grid;
  gap: 8px;
}

.ai-step-detail-heading strong {
  color: var(--text);
  font-size: 1.06rem;
}

.ai-step-detail-heading p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.ai-step-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ai-step-detail-grid-single {
  grid-template-columns: 1fr;
}

.ai-step-field-card {
  display: grid;
  gap: 10px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(80, 113, 91, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 250, 244, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.ai-step-field-card-wide {
  grid-column: 1 / -1;
}

.ai-step-field-card > span {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 350;
}

.ai-step-field-card textarea {
  min-height: 132px;
}

.dedication-panel {
  gap: 22px;
  margin: 0 26px 26px;
  padding: 22px 22px 20px;
  border-radius: 26px;
  border: 1px solid rgba(73, 144, 96, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 253, 251, 0.96));
  box-shadow:
    0 18px 42px rgba(33, 67, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.dedication-heading {
  gap: 6px;
}

.dedication-heading strong {
  font-size: 1.18rem;
}

.dedication-heading p {
  font-size: 0.96rem;
  line-height: 1.45;
}

.dedication-panel .ai-step-detail-grid {
  gap: 18px 28px;
  align-items: start;
}

.dedication-field-card {
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dedication-panel .ai-step-field-card > .ai-step-field-title {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.35;
}

.ai-step-field-title-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  opacity: 0.96;
}

.dedication-panel .ai-step-field-card > span:not(.ai-step-field-title):not(.ai-step-field-control) {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 300;
}

.ai-step-field-control {
  position: relative;
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
}

.dedication-panel .ai-step-field-card input,
.dedication-panel .ai-step-field-card textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(72, 113, 87, 0.14);
  background: rgba(255, 255, 255, 0.98);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  box-shadow:
    0 6px 18px rgba(40, 69, 49, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.dedication-panel .ai-step-field-card input {
  min-height: 52px;
}

.dedication-panel .ai-step-field-card textarea {
  min-height: 130px;
  padding-bottom: 34px;
  resize: vertical;
}

.dedication-panel .ai-step-field-card.ai-step-field-card-wide textarea {
  min-height: 132px;
}

.dedication-panel .ai-step-field-card::placeholder,
.dedication-panel .ai-step-field-card input::placeholder,
.dedication-panel .ai-step-field-card textarea::placeholder {
  color: rgba(102, 118, 109, 0.84);
}

.ai-step-field-count {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(90, 107, 97, 0.72);
  font-size: 0.82rem;
  line-height: 1;
  pointer-events: none;
}

.ai-step-general-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.ai-step-title-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ai-step-title-copy strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.18;
}

.ai-step-title-copy small {
  color: var(--text-soft);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
}

.ai-step-required-dot {
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}

.ai-step-optional-pill {
  margin-left: auto;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(31, 42, 34, 0.06);
  color: rgba(48, 58, 51, 0.72);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.ai-step-general-note {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.ai-step-general-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ai-step-general-note-icon .ai-step-icon {
  width: 22px;
  height: 22px;
}

@media (min-width: 861px) {
  #advanced-fields .ai-step-choice-group {
    gap: 18px;
    padding: 0 26px 30px;
  }

  #advanced-fields .ai-step-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  #advanced-fields .ai-mode-card {
    min-height: 118px;
    padding: 26px 74px 26px 30px;
    border-radius: 16px;
    border-color: rgba(80, 113, 91, 0.16);
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
      0 14px 34px rgba(31, 54, 39, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  #advanced-fields .ai-mode-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 22px;
    height: 22px;
    border: 1.7px solid rgba(116, 126, 121, 0.58);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    transform: translateY(-50%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  #advanced-fields .ai-mode-card:has(input:checked)::after {
    border-color: rgba(47, 143, 87, 0.96);
    background:
      radial-gradient(circle at center, rgba(47, 143, 87, 0.98) 0 34%, rgba(255, 255, 255, 0.98) 36% 58%, rgba(47, 143, 87, 0.98) 60% 100%);
  }

  #advanced-fields .ai-mode-card-body {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
  }

  #advanced-fields .ai-mode-card-icon {
    width: 62px;
    height: 62px;
  }

  #advanced-fields .ai-mode-card-copy {
    gap: 8px;
  }

  #advanced-fields .ai-mode-card-copy strong {
    font-size: 1.08rem;
  }

  #advanced-fields .ai-mode-card-copy span {
    font-size: 0.93rem;
  }

  #ai-composer-fields.ai-step-general-panel {
    gap: 22px;
    margin: 0 26px 26px;
    padding: 22px 22px 20px;
    border-radius: 26px;
    border: 1px solid rgba(73, 144, 96, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 253, 251, 0.96));
    box-shadow:
      0 18px 42px rgba(33, 67, 45, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  #ai-composer-fields .ai-step-general-heading {
    gap: 6px;
    padding: 0;
  }

  #ai-composer-fields .ai-step-general-heading strong {
    font-family: inherit;
    font-size: 1.18rem;
    line-height: 1.25;
    letter-spacing: 0;
  }

  #ai-composer-fields .ai-step-general-heading p {
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  #ai-composer-fields .ai-step-general-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    align-items: start;
  }

  #ai-composer-fields .ai-step-general-field-main {
    grid-column: 1 / -1;
  }

  #ai-composer-fields .ai-step-general-field {
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #ai-composer-fields .ai-step-general-title {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text);
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.35;
  }

  #ai-composer-fields .ai-step-field-title-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    border-radius: 0;
    background: var(--accent);
    opacity: 0.96;
    -webkit-mask: var(--ai-step-icon-mask) center / contain no-repeat;
    mask: var(--ai-step-icon-mask) center / contain no-repeat;
  }

  #ai-composer-fields .ai-step-field-title-icon::before {
    content: none;
  }

  #ai-composer-fields .ai-step-field-control-textarea textarea {
    min-height: 130px;
    padding: 14px 15px 34px;
    border-radius: 14px;
    border: 1px solid rgba(72, 113, 87, 0.14);
    background: rgba(255, 255, 255, 0.98);
    color: var(--text);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    resize: vertical;
    box-shadow:
      0 6px 18px rgba(40, 69, 49, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  #ai-composer-fields .ai-step-general-field-main textarea {
    min-height: 132px;
  }

  #ai-composer-fields .ai-step-field-count {
    right: 14px;
    bottom: 12px;
    font-size: 0.82rem;
  }

  #ai-composer-fields .ai-step-general-note {
    display: none;
  }

  #advanced-fields .ai-step-mood-card {
    margin: 0 26px 30px;
    padding: 22px;
    border-radius: 26px;
    border-color: rgba(73, 144, 96, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 253, 251, 0.96));
    box-shadow:
      0 18px 42px rgba(33, 67, 45, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  #advanced-fields .ai-step-mood-card.hidden {
    display: none;
  }

  #advanced-fields .ai-step-mood-card select {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  #advanced-fields .ai-step-mood-card .desktop-mood-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.sound-step-shell {
  gap: 0;
  padding: 0;
  background:
    radial-gradient(circle at top right, rgba(214, 242, 223, 0.82), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 250, 244, 0.9));
}

.sound-step-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 24px 22px;
  border-bottom: 1px solid rgba(80, 113, 91, 0.12);
}

.sound-step-hero-copy {
  display: grid;
  gap: 8px;
}

.mobile-lyrics-hero-copy,
.mobile-sound-step-hero {
  display: none;
}

.sound-step-hero-heading {
  margin: 0;
}

.sound-step-hero-text {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.sound-step-hero-text h3 {
  margin: 0;
}

.sound-step-hero-step {
  align-self: flex-start;
}

.sound-step-hero-gclef {
  display: inline-block;
  color: var(--accent);
  font-family: "Segoe UI Symbol", "Cambria Math", "Noto Music", serif;
  font-size: 2.3rem;
  line-height: 1;
  transform: translateY(-1px);
}

.sound-step-shell h3 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
}

.sound-step-hero-copy .section-copy {
  margin: 0;
  max-width: none;
  font-size: 0.93rem;
  line-height: 1.35;
  white-space: nowrap;
}

.sound-step-hero-art {
  position: relative;
  width: 220px;
  height: 106px;
  justify-self: end;
}

.sound-step-hero-orb {
  position: absolute;
  right: 8px;
  top: -2px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(223, 243, 230, 0.95) 0, rgba(223, 243, 230, 0.42) 56%, transparent 72%);
}

.sound-step-wave {
  position: absolute;
  left: 12px;
  right: 0;
  height: 28px;
  border-top: 1.5px solid rgba(47, 143, 87, 0.18);
  border-radius: 50%;
}

.sound-step-wave-1 {
  top: 30px;
  transform: rotate(2deg);
}

.sound-step-wave-2 {
  top: 40px;
  left: 22px;
  right: 18px;
  transform: rotate(-3deg);
}

.sound-step-wave-3 {
  top: 52px;
  left: 34px;
  right: 4px;
  transform: rotate(1deg);
}

.sound-step-hero-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0.75;
}

.sound-step-hero-dot-1 {
  top: 20px;
  right: 40px;
}

.sound-step-hero-dot-2 {
  top: 40px;
  right: 98px;
  width: 5px;
  height: 5px;
}

.sound-step-hero-dot-3 {
  top: 56px;
  right: 18px;
  width: 8px;
  height: 8px;
}

.sound-step-hero-dot-4 {
  top: 72px;
  right: 132px;
  width: 4px;
  height: 4px;
}

.sound-icon,
.sound-step-hero-icon {
  display: inline-flex;
  background: var(--accent);
  -webkit-mask: var(--sound-icon-mask) center / contain no-repeat;
  mask: var(--sound-icon-mask) center / contain no-repeat;
}

.sound-icon-music {
  --sound-icon-mask: url("/twemoji-musical-note.svg");
}

.sound-icon-lyrics {
  --sound-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E");
}

.sound-icon-microphone {
  --sound-icon-mask: url("/twemoji-microphone.svg");
}

.sound-icon-sparkles {
  --sound-icon-mask: url("/twemoji-sparkles.svg");
  background: #111111;
}

.sound-icon-slider {
  --sound-icon-mask: url("/lucide-settings-2.svg");
}

.sound-icon-settings {
  --sound-icon-mask: url("/lucide-settings-2.svg");
}

.sound-icon-heart {
  --sound-icon-mask: url("/twemoji-green-heart.svg");
}

.sound-icon-flag {
  --sound-icon-mask: url("/twemoji-triangular-flag.svg");
}

.sound-step-hero-icon {
  position: absolute;
  width: 34px;
  height: 34px;
}

.sound-step-hero-icon-note {
  --sound-icon-mask: url("/twemoji-musical-note.svg");
  top: 18px;
  right: 70px;
}

.sound-step-hero-icon-notes {
  --sound-icon-mask: url("/twemoji-musical-notes.svg");
  top: 32px;
  right: 34px;
  width: 38px;
  height: 38px;
}

#wizard-step-lyrics .lyrics-step-hero {
  margin: -22px -22px 0;
}

.lyrics-step-hero-icon-pen {
  top: 16px;
  right: 70px;
  width: 42px;
  height: 42px;
  background: url("/feather-pen-64.png") center / contain no-repeat;
  -webkit-mask: none;
  mask: none;
}

.lyrics-step-hero-icon-message {
  --sound-icon-mask: url("/lucide-message-circle.svg");
  top: 38px;
  right: 32px;
  width: 36px;
  height: 36px;
}

.ai-step-hero-icon-cpu {
  --sound-icon-mask: url("/lucide-cpu.svg");
  top: 18px;
  right: 70px;
  width: 38px;
  height: 38px;
}

.ai-step-hero-icon-sparkles {
  --sound-icon-mask: url("/twemoji-sparkles.svg");
  top: 36px;
  right: 32px;
  width: 36px;
  height: 36px;
  background: #111111;
}

.sound-step-top-grid,
.sound-step-bottom-grid {
  gap: 18px;
  padding: 24px;
}

.sound-step-bottom-grid {
  padding-top: 18px;
  padding-bottom: 24px;
}

.sound-field-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(80, 113, 91, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
}

.sound-field-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(223, 243, 230, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.sound-field-chip .sound-icon {
  width: 24px;
  height: 24px;
}

.sound-field-stack {
  display: grid;
  gap: 12px;
  min-width: 0;
}

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

.sound-settings-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(47, 143, 87, 0.18);
  border-radius: 15px;
  background: rgba(223, 243, 230, 0.9);
  color: var(--accent-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    opacity 0.18s ease;
}

.sound-settings-button .sound-icon {
  width: 20px;
  height: 20px;
}

.sound-settings-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(47, 143, 87, 0.34);
  box-shadow: 0 14px 24px rgba(41, 73, 52, 0.08);
}

.sound-settings-button.is-active {
  border-color: rgba(47, 143, 87, 0.42);
  background: linear-gradient(180deg, rgba(241, 251, 243, 0.98), rgba(232, 247, 237, 0.92));
  box-shadow: 0 16px 28px rgba(47, 143, 87, 0.12);
}

.sound-settings-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.sound-field-title {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 350;
  line-height: 1.35;
}

.sound-field-note {
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.sound-step-substyle-group,
.sound-step-direction-group {
  margin: 0 24px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(80, 113, 91, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.sound-step-direction-group {
  display: none !important;
}

.sound-step-style-reference-group {
  margin-top: 12px;
}

.style-reference-card {
  display: grid;
  gap: 8px;
}

.style-reference-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.style-reference-auto {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(80, 113, 91, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-soft);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
}

.style-reference-auto.is-active {
  border-color: rgba(47, 143, 87, 0.38);
  background: linear-gradient(180deg, rgba(241, 251, 243, 0.98), rgba(232, 247, 237, 0.92));
  color: var(--accent-strong);
}

.style-reference-card input {
  min-height: 48px;
}

.sound-step-instrument-group {
  display: grid;
  gap: 16px;
  margin: 0 24px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(80, 113, 91, 0.12);
}

.sound-step-section-heading {
  display: grid;
  gap: 6px;
}

.sound-mode-grid {
  gap: 18px;
}

.sound-mode-card {
  min-height: 108px;
  padding: 20px;
  align-items: flex-start;
  border-radius: 24px;
}

.sound-mode-card input {
  margin-top: 12px;
}

.sound-mode-card-body {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: 100%;
}

.sound-mode-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(223, 243, 230, 0.9);
}

.sound-mode-card-badge .sound-icon {
  width: 24px;
  height: 24px;
}

.sound-mode-card-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.sound-mode-card-copy strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.25;
}

.sound-mode-card-copy span {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
}

.sound-mode-card:has(input:checked) {
  border-color: rgba(47, 143, 87, 0.5);
  background: linear-gradient(180deg, rgba(247, 252, 248, 0.98), rgba(233, 247, 238, 0.94));
  box-shadow: 0 18px 32px rgba(41, 73, 52, 0.1);
}

.sound-step-instrument-group .instrument-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-lyrics-fields {
  display: grid;
  gap: 20px;
}

.section-label-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.section-step {
  flex-shrink: 0;
  padding: 8px 12px;
  background: rgba(223, 243, 230, 0.92);
  border: 1px solid rgba(47, 143, 87, 0.18);
  color: var(--accent-strong);
  font-size: 0.8rem;
  font-weight: 350;
}

.section-step-illustrated {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.section-step-illustration {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.section-copy {
  margin: 8px 0 0;
  font-size: 0.95rem;
}

.field-group {
  display: grid;
  gap: 12px;
}

.customer-email-group {
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(234, 246, 238, 0.72));
  box-shadow: var(--shadow-sm);
}

.customer-email-confirmation {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 2px 0 0;
}

.customer-email-confirmation input[type="checkbox"] {
  appearance: none;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(47, 143, 87, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--brand-strong);
}

.customer-email-confirmation input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  opacity: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.customer-email-confirmation input[type="checkbox"]:checked::before {
  opacity: 1;
}

.customer-email-confirmation input[type="checkbox"].input-error {
  border-color: rgba(210, 62, 62, 0.72);
  box-shadow: 0 0 0 3px rgba(210, 62, 62, 0.12);
}

.customer-email-confirmation #customer-email-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
}

.payment-terms-acceptance {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin: 0;
  padding: 0 2px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 520;
  line-height: 1.35;
}

.payment-terms-acceptance input[type="checkbox"] {
  appearance: none;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(47, 143, 87, 0.26);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--brand-strong);
  box-shadow: 0 8px 16px rgba(30, 120, 68, 0.06);
}

.payment-terms-acceptance input[type="checkbox"]::before {
  content: "";
  width: 11px;
  height: 11px;
  opacity: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.payment-terms-acceptance input[type="checkbox"]:checked::before {
  opacity: 1;
}

.payment-terms-acceptance input[type="checkbox"].input-error {
  border-color: rgba(210, 62, 62, 0.72);
  box-shadow: 0 0 0 3px rgba(210, 62, 62, 0.12);
}

.payment-terms-acceptance a {
  color: var(--brand-strong);
  font-weight: 720;
  text-decoration: none;
}

.payment-terms-acceptance a:hover {
  text-decoration: underline;
}

.payment-terms-error {
  margin-top: -4px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field-row-balanced {
  align-items: start;
}

label {
  display: grid;
  gap: 9px;
}

label span,
.field-legend {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 300;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  padding: 14px 15px;
  font: inherit;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--accent) 50%),
    linear-gradient(135deg, var(--accent) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

option,
optgroup {
  color: var(--text);
  background: #f7fcf8;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(47, 143, 87, 0.56);
  box-shadow: 0 0 0 4px rgba(47, 143, 87, 0.12);
  background: #ffffff;
  transform: translateY(-1px);
}

input.is-validation-error,
textarea.is-validation-error,
select.is-validation-error {
  border-color: rgba(220, 38, 38, 0.72) !important;
  background-color: rgba(255, 247, 247, 0.98) !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12) !important;
}

.has-validation-error {
  border-color: rgba(220, 38, 38, 0.72) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 250, 0.99), rgba(255, 241, 241, 0.9)) !important;
  box-shadow:
    0 0 0 3px rgba(220, 38, 38, 0.1),
    0 16px 30px rgba(127, 29, 29, 0.08) !important;
}

.has-validation-error .mobile-collapsible-title,
.has-validation-error .sound-field-title,
.has-validation-error .ai-step-field-title,
.has-validation-error .field-legend,
.field-group.has-validation-error > .field-legend,
.field-group.has-validation-error .ai-step-question {
  color: #b91c1c !important;
}

.field-group.has-validation-error .choice-card,
.field-group.has-validation-error .check-card {
  border-color: rgba(220, 38, 38, 0.62) !important;
  background: rgba(255, 247, 247, 0.96) !important;
}

.desktop-genre-card-grid.has-validation-error .desktop-genre-card,
.desktop-voice-card-grid.has-validation-error .desktop-voice-card {
  border-color: rgba(220, 38, 38, 0.72) !important;
  background: linear-gradient(180deg, rgba(255, 250, 250, 0.99), rgba(255, 241, 241, 0.92)) !important;
  box-shadow:
    0 0 0 3px rgba(220, 38, 38, 0.1),
    0 16px 30px rgba(127, 29, 29, 0.08) !important;
}

.desktop-genre-card-grid.has-validation-error .desktop-genre-card-shade {
  background:
    linear-gradient(rgba(185, 28, 28, 0.46), rgba(185, 28, 28, 0.46)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5)) !important;
}

input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
  opacity: 0.68;
  background: rgba(239, 246, 241, 0.9);
}

input::placeholder,
textarea::placeholder {
  color: #7e9484;
}

.choice-row,
.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.genre-substyle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-card,
.check-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  box-shadow: var(--shadow-sm);
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.choice-card:hover,
.check-card:hover {
  transform: translateY(-1px);
  border-color: rgba(47, 143, 87, 0.28);
  box-shadow: 0 14px 24px rgba(41, 73, 52, 0.08);
}

.choice-card input,
.check-card input,
.checkbox-row input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--accent);
}

.choice-card span,
.check-card span {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 300;
}

.choice-card:has(input:checked),
.check-card:has(input:checked) {
  border-color: rgba(47, 143, 87, 0.56);
  background: linear-gradient(180deg, rgba(241, 251, 243, 0.98), rgba(232, 247, 237, 0.92));
  box-shadow: 0 16px 28px rgba(47, 143, 87, 0.12);
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-soft);
}

.compact-checkbox {
  justify-self: start;
}

.lyrics-toggle-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 16px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.lyrics-hints {
  display: grid;
  gap: 6px;
}

.field-hint {
  font-size: 0.92rem;
}

.field-error {
  color: #ad3c31;
  font-weight: 300;
}

.input-error {
  border-color: rgba(173, 60, 49, 0.42);
  box-shadow: 0 0 0 4px rgba(173, 60, 49, 0.08);
}

.dedication-panel {
  display: grid;
  gap: 16px;
}

.section-heading-compact {
  margin-bottom: 2px;
}

.instrument-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-instrument-auto-panel,
.mobile-instrument-manual-link,
.mobile-instrument-manual-copy,
.mobile-instrument-selected-summary,
.mobile-custom-select-list,
.mobile-style-main-block,
.mobile-style-substyle-block,
.mobile-style-selected-bar,
.mobile-genre-preview-toggle,
.mobile-voice-icon,
.mobile-language-flag,
.ai-step-recommendation-note {
  display: none;
}

.wizard-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 22px 18px 74px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(236, 248, 240, 0.84));
  box-shadow: var(--shadow-sm);
}

.wizard-footer::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background: url("/musical-note-50.png") center / contain no-repeat;
  pointer-events: none;
}

.wizard-footer-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.wizard-footer-copy strong {
  color: var(--text);
  font-size: 0.98rem;
}

.wizard-footer-copy span,
.submit-copy {
  font-size: 0.94rem;
  color: var(--text-soft);
  line-height: 1.55;
}

.wizard-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.secondary-button {
  min-width: 132px;
  border: 1px solid rgba(47, 143, 87, 0.24);
  border-radius: 18px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent-strong);
  font: inherit;
  font-weight: 350;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.secondary-button:hover {
  transform: translateY(-1px);
  border-color: rgba(47, 143, 87, 0.38);
  box-shadow: 0 16px 28px rgba(41, 73, 52, 0.08);
}

.secondary-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}

.wizard-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 168px;
}

.primary-button {
  min-width: 240px;
  border: none;
  border-radius: 18px;
  padding: 16px 22px;
  background: linear-gradient(135deg, #2f8f57, #74c98f);
  color: #f8fffa;
  font: inherit;
  font-weight: 350;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(47, 143, 87, 0.24);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(47, 143, 87, 0.28);
  filter: saturate(1.03);
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
  box-shadow: none;
}

.primary-button.is-prestart-locked:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

@media (min-width: 861px) {
  #wizard-back,
  #wizard-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .wizard-next-button::after,
  #wizard-back::before,
  #wizard-submit::after,
  #result-download::before,
  #new-account-result-download::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    background: currentColor;
  }

  .wizard-next-button::after {
    background: #ffffff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #wizard-back::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5'/%3E%3Cpath d='m11 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5'/%3E%3Cpath d='m11 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #wizard-submit::after {
    background: #ffffff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #result-download,
  #new-account-result-download {
    gap: 8px;
  }

  #result-download::before {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    background: #ffffff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #new-account-result-download::before {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    background: #ffffff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
  }
}

.mobile-card-hidden {
  display: none !important;
}

.mobile-lyrics-mode,
.mobile-collapsible-trigger {
  display: none;
}

.mobile-brand-header,
.mobile-menu-panel,
.mobile-account-panel,
.lyrics-section-copy-mobile,
.mobile-landing-screen,
.mobile-lyrics-hint-card,
.lyrics-text-count,
.mobile-device-top,
.mobile-heading-badge,
.desktop-section-intro,
.desktop-lyrics-tip,
.desktop-no-lyrics-notice,
.desktop-lyrics-side-panel,
.desktop-sound-side-panel,
.desktop-style-section,
.wizard-footer-status {
  display: none;
}

.mobile-collapsible-card,
.mobile-collapsible-body {
  display: contents;
}

.lyrics-input-card,
.mobile-lyrics-input-field {
  display: grid;
  gap: 10px;
}

.mobile-lyrics-input-head {
  display: none;
}

.mobile-lyrics-input-action {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.lyrics-rights-controls {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.lyrics-rights-status {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(103, 121, 112, 0.14);
  border-radius: 14px;
  background: rgba(248, 251, 249, 0.96);
  color: #52645b;
  font-size: 0.91rem;
  line-height: 1.42;
}

.lyrics-rights-status::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 999px;
  background: #9ca9a1;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.72);
}

.lyrics-rights-status.is-success {
  border-color: rgba(47, 143, 87, 0.26);
  background: #eef9f1;
  color: #236a45;
}

.lyrics-rights-status.is-success::before {
  background: #2f8f57;
}

.lyrics-rights-status.is-error {
  border-color: rgba(190, 69, 58, 0.26);
  background: #fff1ef;
  color: #9b332a;
}

.lyrics-rights-status.is-error::before {
  background: #c84438;
}

.lyrics-rights-status.is-loading::before {
  background: linear-gradient(135deg, #2f8f57, #74c98f);
  animation: account-vinyl-spin 1.15s linear infinite;
}

.wizard-next-button.lyrics-rights-approved:not(:disabled) {
  background: linear-gradient(135deg, #16813f, #4fc978);
  box-shadow: 0 20px 38px rgba(22, 129, 63, 0.28);
}

.mobile-collapsible-summary.is-placeholder {
  color: var(--text-muted);
}

.config-banner {
  padding: 10px 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(47, 139, 130, 0.18);
  background: var(--success-soft);
  color: #235f4a;
  font-size: 0.92rem;
  font-weight: 300;
}

.status-pill {
  padding: 10px 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(47, 143, 87, 0.18);
  background: #eef9f1;
  color: var(--accent-strong);
  font-weight: 350;
}

.progress-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.progress-bar {
  height: 14px;
  border-radius: 999px;
  background: #dceee2;
  overflow: hidden;
}

.progress-fill {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-cool), var(--accent));
  transition: width 0.35s ease;
}

#progress-value {
  color: var(--text-soft);
  font-weight: 350;
}

.status-copy {
  display: grid;
  gap: 8px;
}

.status-copy .free-offer-account-link {
  width: fit-content;
  margin-top: 4px;
  text-decoration: none;
}

#generator-request-card #status-idle-message {
  display: grid;
  gap: 9px;
  align-items: start;
  margin: 0;
}

#generator-request-card #status-idle-message > span {
  display: block;
  min-width: 0;
}

#generator-request-card .free-offer-account-note {
  color: #5f7068;
  font-size: 0.9rem;
  line-height: 1.45;
}

#generator-request-card .status-copy .free-offer-account-link {
  justify-self: start;
  margin-top: 4px;
  white-space: nowrap;
}

.status-verifying,
.status-prestart,
.status-live {
  display: grid;
  gap: 18px;
}

.status-pill-verifying {
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(47, 139, 130, 0.2);
  background: linear-gradient(180deg, #edf9f1, #f8fffa);
  color: #236955;
}

.progress-wrap-verifying {
  margin-bottom: 0;
}

.progress-fill-verifying {
  background: linear-gradient(90deg, #2f7d67, #6dc49a);
  transition: width 0.28s ease;
}

.status-request-summary {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.prestart-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  background:
    radial-gradient(circle at top right, rgba(183, 231, 199, 0.42), transparent 38%),
    linear-gradient(180deg, rgba(247, 252, 248, 0.98), rgba(234, 247, 238, 0.92));
  overflow: hidden;
}

.prestart-hero-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}

.prestart-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 350;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prestart-kicker-icon,
.prestart-detail-grid,
.prestart-info-note,
.prestart-edit-back,
.prestart-journey-icon,
.status-start-rocket {
  display: none;
}

.prestart-title {
  margin: 0;
  color: var(--text);
  font-size: 1.34rem;
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.prestart-mode-pill {
  display: grid;
  gap: 4px;
  align-content: start;
  min-width: 148px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(47, 143, 87, 0.18);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 30px rgba(47, 143, 87, 0.08);
}

.prestart-mode-pill strong {
  color: var(--text);
  font-size: 1rem;
}

.prestart-mode-pill span {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}

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

.prestart-journey-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(80, 113, 91, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.prestart-journey-item.is-current {
  border-color: #2f8f57;
  background: #f3faf5;
}

.prestart-journey-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(47, 143, 87, 0.12);
  color: var(--accent-strong);
  font-weight: 400;
}

.prestart-journey-copy {
  display: grid;
  gap: 4px;
}

.prestart-journey-copy strong {
  color: var(--text);
  font-size: 0.95rem;
}

.prestart-journey-copy span {
  color: var(--text-soft);
  font-size: 0.89rem;
  line-height: 1.45;
}

.prestart-cta {
  display: grid;
  gap: 12px;
}

.prestart-actions {
  display: contents;
}

.prestart-actions .payment-terms-acceptance,
.prestart-actions .payment-terms-error {
  grid-column: 1 / -1;
}

.prestart-action-note {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.5;
}

.status-request-summary strong,
.prestart-info-note strong {
  color: var(--accent-strong);
  font-weight: 400;
}

#generator-request-card .prestart-hero {
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 18px;
}

#generator-request-card .prestart-title {
  font-size: 1.18rem;
  white-space: normal;
}

@media (min-width: 861px) {
  #generator-request-card .prestart-title {
    max-width: 100%;
    font-size: clamp(1.06rem, 1.7vw, 1.18rem);
  }
}

#generator-request-card .status-request-summary {
  min-width: 0;
  max-width: 100%;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

#generator-request-card .prestart-mode-pill {
  min-width: 0;
  width: 100%;
  padding: 14px 16px;
  box-shadow: none;
}

#generator-request-card .prestart-journey {
  grid-template-columns: 1fr;
  gap: 10px;
}

#generator-request-card .prestart-journey-item {
  padding: 14px 15px;
}

#generator-request-card .prestart-action-note {
  font-size: 0.88rem;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-hero {
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding: 22px 20px;
  border-radius: 26px;
  border-color: rgba(79, 183, 128, 0.28);
  background:
    radial-gradient(circle at top right, rgba(211, 246, 225, 0.74), transparent 34%),
    linear-gradient(rgba(45, 126, 84, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 126, 84, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(253, 255, 253, 0.99), rgba(242, 251, 246, 0.96));
  background-size: auto, 22px 22px, 22px 22px, auto;
  box-shadow: 0 24px 54px rgba(45, 105, 69, 0.08);
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-hero-copy {
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-kicker {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: #137847;
  font-size: 0.82rem;
  font-weight: 450;
  letter-spacing: 0.22em;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-kicker-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: currentColor;
  -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-title {
  max-width: 100%;
  color: #1e2b21;
  font-size: 2.14rem;
  line-height: 1.05;
  text-wrap: balance;
  white-space: normal;
}

#generator-request-card .status-prestart.prestart-logged-credit .status-request-summary {
  color: #3f5148;
  font-size: 1.03rem;
  line-height: 1.62;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-mode-pill {
  display: none;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  min-width: 0;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-detail-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 92px;
  padding: 10px 5px 9px;
  border: 1px solid rgba(80, 113, 91, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 26px rgba(27, 75, 48, 0.05);
  text-align: center;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-detail-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-bottom: 7px;
  color: #208f55;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-detail-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: var(--prestart-icon) center / contain no-repeat;
  mask: var(--prestart-icon) center / contain no-repeat;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-detail-icon-music {
  --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l10-2v13'/%3E%3Ccircle cx='6' cy='18' r='3' fill='black' stroke='none'/%3E%3Ccircle cx='16' cy='16' r='3' fill='black' stroke='none'/%3E%3C/svg%3E");
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-detail-icon-mic {
  --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cpath d='M12 19v3'/%3E%3Cpath d='M8 22h8'/%3E%3C/svg%3E");
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-detail-icon-globe {
  --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a14 14 0 0 1 0 18'/%3E%3Cpath d='M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-detail-card strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 2em;
  color: #202923;
  font-size: 0.72rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

#generator-request-card .status-prestart.prestart-logged-credit .prestart-detail-card > span:last-child {
  margin-top: 4px;
  color: #51645a;
  font-size: 0.64rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

@media (min-width: 861px) {
  #generator-request-card.prestart-new-account-card {
    display: grid;
    gap: 12px;
    max-height: calc(100vh - 40px);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(47, 143, 87, 0.24) transparent;
  }

  #generator-request-card.prestart-new-account-card::after {
    display: none;
  }

  #generator-request-card.prestart-new-account-card > .section-heading {
    display: grid;
    justify-items: start;
    margin: 0 0 2px;
    padding: 0;
    text-align: left;
  }

  #generator-request-card.prestart-new-account-card .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 38px;
    margin: 0;
    padding: 0 17px;
    border: 1px solid rgba(39, 145, 89, 0.2);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(239, 250, 244, 0.98), rgba(249, 255, 252, 0.96));
    color: #0c7a45;
    font-size: 0;
    font-weight: 520;
    letter-spacing: 0.28em;
    box-shadow: 0 12px 26px rgba(31, 104, 63, 0.07);
  }

  #generator-request-card.prestart-new-account-card .section-kicker::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: #12864d;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.5 14.15 8.85 20.5 11 14.15 13.15 12 19.5 9.85 13.15 3.5 11 9.85 8.85 12 2.5Zm7 12.5 1.1 3.15L23.3 19.2l-3.2 1.05L19 23.5l-1.1-3.25-3.2-1.05 3.2-1.05L19 15Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.5 14.15 8.85 20.5 11 14.15 13.15 12 19.5 9.85 13.15 3.5 11 9.85 8.85 12 2.5Zm7 12.5 1.1 3.15L23.3 19.2l-3.2 1.05L19 23.5l-1.1-3.25-3.2-1.05 3.2-1.05L19 15Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #generator-request-card.prestart-new-account-card .section-kicker::after {
    content: "GENERARE MELODII AI";
    color: #0c7a45;
    font-size: 0.72rem;
    font-weight: 520;
    letter-spacing: 0.28em;
    white-space: nowrap;
  }

  #generator-request-card.prestart-new-account-card > .section-heading h2 {
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-hero,
  #generator-request-card .status-prestart.prestart-new-account .prestart-journey,
  #generator-request-card .status-prestart.prestart-new-account .customer-email-group,
  #generator-request-card .status-prestart.prestart-new-account .prestart-info-note,
  #generator-request-card .status-prestart.prestart-new-account .prestart-actions {
    grid-column: 1;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 98px;
    grid-template-areas:
      "copy visual"
      "details details"
      "hero-note hero-note";
    gap: 14px 12px;
    padding: 16px 20px 14px;
    border: 1px solid rgba(49, 159, 93, 0.22);
    border-radius: 18px;
    background:
      radial-gradient(circle at 85% 24%, rgba(200, 244, 216, 0.86), transparent 28%),
      radial-gradient(circle at 94% 12%, rgba(35, 173, 96, 0.16), transparent 8%),
      linear-gradient(rgba(37, 126, 77, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37, 126, 77, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, rgba(253, 255, 253, 0.99), rgba(242, 253, 247, 0.98));
    background-size: auto, auto, 22px 22px, 22px 22px, auto;
    box-shadow: 0 24px 54px rgba(45, 105, 69, 0.08);
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-hero::after {
    grid-area: hero-note;
    content: "✓  Fiecare melodie este creată separat.";
    margin-top: 1px;
    color: #5d6871;
    font-size: 0.78rem;
    line-height: 1.3;
  }

  #generator-request-card .status-prestart.prestart-new-account.prestart-offer .prestart-hero {
    grid-template-areas:
      "copy visual"
      "details details";
  }

  #generator-request-card .status-prestart.prestart-new-account.prestart-offer .prestart-hero::after {
    content: none;
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-hero-copy {
    grid-area: copy;
    position: relative;
    z-index: 2;
    align-self: start;
    gap: 8px;
    min-width: 0;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-kicker {
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-title {
    max-width: 300px;
    color: #0c2d1b;
    font-size: clamp(2.5rem, 2.95vw, 3.02rem);
    line-height: 0.9;
    overflow-wrap: normal;
    text-wrap: balance;
    white-space: normal;
  }

  #generator-request-card .status-prestart.prestart-new-account .status-request-summary {
    display: block;
    margin: 0;
    color: #66707a;
    font-size: 1.03rem;
    font-weight: 430;
    line-height: 1.28;
  }

  #generator-request-card .status-prestart.prestart-new-account .status-request-summary strong {
    color: #07864e;
    font-size: 1em;
    font-weight: 680;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-mode-pill {
    grid-area: visual;
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    align-self: center;
    width: 94px;
    height: 94px;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background:
      radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.9), transparent 45%),
      linear-gradient(180deg, rgba(235, 250, 240, 0.84), rgba(222, 246, 229, 0.58));
    box-shadow: 0 20px 38px rgba(30, 120, 68, 0.12);
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-mode-pill strong,
  #generator-request-card .status-prestart.prestart-new-account .prestart-mode-pill span {
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-mode-pill::before {
    content: "♪";
    color: #15904e;
    font-size: 3.92rem;
    line-height: 1;
    text-shadow:
      0 10px 18px rgba(15, 119, 63, 0.28),
      0 1px 0 rgba(255, 255, 255, 0.8);
    transform: rotate(-9deg);
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-mode-pill::after {
    content: "✦";
    position: absolute;
    right: 9px;
    bottom: 18px;
    color: rgba(28, 176, 101, 0.35);
    font-size: 1.1rem;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-grid {
    grid-area: details;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 2px 12px;
    min-width: 0;
    min-height: 66px;
    padding: 10px;
    border: 1px solid rgba(80, 113, 91, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 28px rgba(27, 75, 48, 0.055);
    text-align: left;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-card:nth-child(3) {
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-icon {
    display: grid;
    grid-row: 1 / 3;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(47, 143, 87, 0.14);
    border-radius: 999px;
    background: linear-gradient(180deg, #ddf6e7, #f5fff8);
    color: #108141;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.54);
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-icon::before {
    content: "";
    width: 21px;
    height: 21px;
    background: currentColor;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-icon-music::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7.5h13.5A2.5 2.5 0 0 1 20 10v7.5A2.5 2.5 0 0 1 17.5 20h-11A2.5 2.5 0 0 1 4 17.5v-10Z'/%3E%3Cpath d='M16.5 12.5H20v3h-3.5a1.5 1.5 0 0 1 0-3Z'/%3E%3Cpath d='M4 8l10.2-3.4A2.1 2.1 0 0 1 17 6.6V7.5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7.5h13.5A2.5 2.5 0 0 1 20 10v7.5A2.5 2.5 0 0 1 17.5 20h-11A2.5 2.5 0 0 1 4 17.5v-10Z'/%3E%3Cpath d='M16.5 12.5H20v3h-3.5a1.5 1.5 0 0 1 0-3Z'/%3E%3Cpath d='M4 8l10.2-3.4A2.1 2.1 0 0 1 17 6.6V7.5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-icon-mic::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-card strong {
    align-self: end;
    min-width: 0;
    color: #15221c;
    font-size: 1rem;
    font-weight: 720;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-card > span:last-child {
    align-self: start;
    min-width: 0;
    margin-top: 0;
    color: #5e6870;
    font-size: 0.72rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-card:nth-child(2) strong {
    font-size: 0.92rem;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-detail-card:nth-child(2) > span:last-child {
    font-size: 0.68rem;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey {
    display: grid;
    gap: 8px;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey::before {
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 10px 12px;
    border: 1px solid rgba(47, 143, 87, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(27, 75, 48, 0.035);
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-item.is-current {
    border-color: #2f8f57;
    background: #f3faf5;
    box-shadow: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-index,
  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d7eadf;
    border-radius: 999px;
    background: #f3faf5;
    color: #2f8f57;
    font-size: 1.12rem;
    font-weight: 450;
    box-shadow: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-item.is-current .prestart-journey-index {
    border-color: #2f8f57;
    background: #2f8f57;
    color: #ffffff;
    box-shadow: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-icon {
    justify-self: end;
    padding: 10px;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-icon::before,
  #generator-request-card .status-prestart.prestart-new-account .status-start-rocket::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: currentColor;
    -webkit-mask: var(--prestart-icon) center / contain no-repeat;
    mask: var(--prestart-icon) center / contain no-repeat;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-item.is-current .prestart-journey-icon {
    border-color: #d7eadf;
    background: #f3faf5;
    color: #2f8f57;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-icon-check {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.5 8.5 0 0 1-8.5 8.5 8.9 8.9 0 0 1-3.8-.86L3 21l1.86-5.7A8.9 8.9 0 0 1 4 11.5 8.5 8.5 0 1 1 21 11.5Z'/%3E%3Cpath d='M9 11h.01'/%3E%3Cpath d='M12 11h.01'/%3E%3Cpath d='M15 11h.01'/%3E%3C/svg%3E");
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-icon-play {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='M3.5 9h17'/%3E%3Cpath d='M7 15h4'/%3E%3C/svg%3E");
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-icon-music {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 4 1.2 3.1L19.4 8.3l-3.2 1.2L15 12.6l-1.2-3.1-3.2-1.2 3.2-1.2L15 4Z'/%3E%3Cpath d='M6 14 4 20l6-2 8-8-4-4-8 8Z'/%3E%3Cpath d='m13 7 4 4'/%3E%3C/svg%3E");
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-copy {
    gap: 5px;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-copy strong {
    color: #16231d;
    font-size: 1.08rem;
    font-weight: 720;
    line-height: 1.1;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-journey-copy span {
    color: #65717a;
    font-size: 0.86rem;
    line-height: 1.24;
  }

  #generator-request-card .status-prestart.prestart-new-account .customer-email-group {
    display: block;
    margin: 2px 0 0;
    padding: 11px 14px;
    border: 1px solid rgba(47, 143, 87, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(27, 75, 48, 0.035);
  }

  #generator-request-card .status-prestart.prestart-new-account .customer-email-group .customer-email-label {
    display: grid;
    gap: 8px;
    margin: 0;
  }

  #generator-request-card .status-prestart.prestart-new-account .customer-email-group .customer-email-label > span {
    color: #17231d;
    font-size: 0.9rem;
    font-weight: 350;
    line-height: 1.18;
  }

  #generator-request-card .status-prestart.prestart-new-account #customerEmail {
    min-height: 40px;
    padding-left: 50px;
    border: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 11px;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a6570' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='m5.5 7.5 6.5 5 6.5-5'/%3E%3C/svg%3E") 17px center / 20px 20px no-repeat,
      rgba(255, 255, 255, 0.96);
    color: #24312b;
    font-size: 0.9rem;
    font-weight: 300;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  #generator-request-card .status-prestart.prestart-new-account .customer-email-confirmation {
    display: block;
    margin: 8px 0 0;
  }

  #generator-request-card .status-prestart.prestart-new-account .customer-email-confirmation input {
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account #customer-email-hint {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #66707a;
    font-size: 0.66rem;
    line-height: 1.25;
  }

  #generator-request-card .status-prestart.prestart-new-account #customer-email-hint::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    background: #168e50;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-info-note.mobile-lyrics-hint-card {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) minmax(66px, 118px);
    align-items: center;
    gap: 10px;
    min-height: 58px;
    margin: 2px 0 0;
    padding: 8px 10px;
    border: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 14px;
    background:
      radial-gradient(circle at 10% 50%, rgba(78, 220, 144, 0.42), transparent 18%),
      linear-gradient(180deg, rgba(236, 252, 243, 0.98), rgba(218, 246, 231, 0.94));
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: linear-gradient(180deg, #42c979, #15934f);
    box-shadow: 0 10px 18px rgba(17, 127, 72, 0.18);
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background: #ffffff;
    -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
    mask: url("/lucide-music-4.svg") center / contain no-repeat;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-copy {
    display: grid;
    gap: 2px;
    margin: 0;
    color: #5e6870;
    font-size: 0.7rem;
    line-height: 1.2;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-copy strong {
    color: #10271a;
    font-size: 0.82rem;
    font-weight: 720;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-copy span {
    display: block;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-close {
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-info-note::after {
    content: "♪  ♪  ♪  ♪  ♪";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid rgba(47, 143, 87, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: #168e50;
    font-size: 1rem;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 16px rgba(29, 104, 63, 0.08);
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin: 0;
    padding: 7px 10px;
    border: 1px solid rgba(47, 143, 87, 0.1);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(39, 71, 50, 0.08);
  }

  #generator-request-card .status-prestart.prestart-new-account .payment-terms-acceptance {
    order: 3;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 2px;
    padding: 0;
    font-size: 0.49rem;
    line-height: 1;
    white-space: nowrap;
  }

  #generator-request-card .status-prestart.prestart-new-account .payment-terms-acceptance > span,
  #generator-request-card .status-prestart.prestart-new-account .payment-terms-acceptance a {
    white-space: nowrap;
  }

  #generator-request-card .status-prestart.prestart-new-account .payment-terms-acceptance input[type="checkbox"] {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
    border-radius: 4px;
  }

  #generator-request-card .status-prestart.prestart-new-account .payment-terms-acceptance input[type="checkbox"]::before {
    width: 7px;
    height: 7px;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-edit-back {
    grid-column: 1;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-cta {
    order: 1;
    grid-column: 1 / -1;
    display: grid;
    min-width: 0;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-action-note {
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .status-start-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 620;
    white-space: nowrap;
  }

  #generator-request-card .status-prestart.prestart-new-account .status-start-rocket {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 10V7a5 5 0 0 1 10 0v3h1.2A1.8 1.8 0 0 1 20 11.8v7.4a1.8 1.8 0 0 1-1.8 1.8H5.8A1.8 1.8 0 0 1 4 19.2v-7.4A1.8 1.8 0 0 1 5.8 10H7Zm2 0h6V7a3 3 0 0 0-6 0v3Z'/%3E%3C/svg%3E");
    display: inline-grid;
    place-items: center;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: #fff;
  }

  #generator-request-card .status-prestart.prestart-new-account .prestart-actions::after {
    order: 2;
    grid-column: 1 / -1;
    content: "Plată securizată • Datele tale sunt în siguranță";
    color: #708074;
    overflow: hidden;
    font-size: 0.56rem;
    line-height: 1;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
  }

  #generator-request-card .status-prestart.prestart-new-account.prestart-offer .prestart-actions::after {
    content: none;
    display: none;
  }

  #generator-request-card .status-prestart.prestart-new-account .payment-terms-error {
    order: 4;
  }
}

.status-start-button {
  width: 100%;
  min-width: 0;
}

.status-checklist {
  display: grid;
  gap: 12px;
}

.status-step {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.status-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid rgba(130, 89, 61, 0.2);
  background: rgba(255, 255, 255, 0.94);
  color: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.status-step-copy {
  display: grid;
  gap: 4px;
}

.status-step-copy strong {
  color: var(--text);
  font-size: 0.96rem;
}

.status-step-copy span {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.status-step.is-done {
  border-color: rgba(47, 139, 130, 0.24);
  background: linear-gradient(180deg, rgba(242, 252, 249, 0.96), rgba(234, 247, 243, 0.9));
}

.status-step.is-done .status-step-icon {
  border-color: rgba(47, 139, 130, 0.42);
  background: linear-gradient(180deg, #dff6ef, #eefbf6);
  color: #1f6e66;
}

.status-step.is-done .status-step-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.status-step.is-active {
  border-color: rgba(47, 143, 87, 0.28);
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.98), rgba(249, 239, 228, 0.9));
  box-shadow: 0 14px 28px rgba(47, 143, 87, 0.08);
  transform: translateY(-1px);
}

.status-step.is-active .status-step-icon {
  border-color: rgba(47, 143, 87, 0.44);
  background: radial-gradient(circle at center, rgba(47, 143, 87, 0.26) 0 34%, rgba(255, 255, 255, 0.95) 35% 100%);
}

.status-step.is-error {
  border-color: rgba(173, 60, 49, 0.28);
  background: linear-gradient(180deg, rgba(255, 246, 244, 0.98), rgba(252, 235, 232, 0.9));
}

.status-step.is-error .status-step-icon {
  border-color: rgba(173, 60, 49, 0.42);
  background: rgba(255, 255, 255, 0.94);
  color: #9b3028;
}

.status-step.is-error .status-step-icon::before {
  content: "!";
  font-size: 1rem;
  font-weight: 400;
}

.job-id {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.9rem;
  word-break: break-word;
}

.result-panel {
  margin-top: 22px;
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 239, 229, 0.82));
}

.result-panel audio {
  width: 100%;
}

.secondary-link {
  color: var(--accent-strong);
  font-weight: 300;
  text-decoration: none;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2f8f57, #74c98f);
  color: #f8fffa;
  font-weight: 350;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(47, 143, 87, 0.2);
}

.primary-link:hover {
  filter: saturate(1.04);
}

.primary-link.is-disabled {
  pointer-events: none;
  opacity: 0.58;
  box-shadow: none;
  filter: none;
}

.secondary-link:hover {
  text-decoration: underline;
}

.result-meta {
  margin: 0;
  color: var(--text-soft);
}

.lyrics-box {
  margin: 0;
  max-height: 260px;
  overflow: auto;
  padding: 16px;
  border-radius: 18px;
  background: #fffaf6;
  border: 1px solid var(--line);
  color: var(--text);
  white-space: pre-wrap;
  line-height: 1.6;
  font-family: "Courier New", monospace;
}

.status-result-summary {
  display: none;
}

.generator-result-panel {
  gap: 14px;
  background:
    radial-gradient(circle at top right, rgba(211, 246, 225, 0.48), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 251, 246, 0.9));
}

.generator-result-panel > .section-kicker {
  margin: 0;
  color: #0b7b3f;
  font-size: 0.72rem;
  font-weight: 450;
  letter-spacing: 0.2em;
}

.generator-result-track-card {
  gap: 12px;
}

.generator-result-panel .new-account-track-main {
  position: relative;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
}

.generator-result-panel .new-account-track-cover {
  border-radius: 14px;
}

.generator-result-panel .new-account-track-copy {
  gap: 6px;
}

.generator-result-panel .new-account-track-copy h3 {
  padding-right: 78px;
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.generator-result-panel .new-account-track-more {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 70px;
  min-height: 28px;
  padding: 0 8px;
}

.generator-result-panel .new-account-track-meta {
  align-items: flex-start;
  gap: 6px;
  font-size: 0.78rem;
  line-height: 1.22;
}

.generator-result-panel .new-account-track-meta > span:last-child {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.generator-result-panel .lyrics-box {
  max-height: 220px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #45505a;
  font-family: inherit;
}

.generator-result-panel.has-preview .generator-result-player,
.generator-result-panel.has-preview .new-account-track-actions {
  display: none;
}

.generator-result-panel .new-account-track-actions .order-share-link {
  min-width: 76px;
  min-height: 40px;
  padding: 0 11px;
  border: 1px solid #32a775;
  border-radius: 14px;
  background: #ffffff;
  color: #0f8350;
  font-size: 0.78rem;
  font-weight: 450;
  box-shadow: none;
}

.generator-result-panel .new-account-track-actions #result-download.order-share-link::before {
  width: 1.12em;
  height: 1.12em;
  flex-basis: 1.12em;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E");
}

.generator-result-panel.is-pending .Player-AiMuzica-toggle,
.generator-result-panel.is-pending .Player-AiMuzica-volume-button,
.generator-result-panel.is-pending .Player-AiMuzica-volume {
  cursor: not-allowed;
  opacity: 0.58;
}

.generator-result-panel.is-pending .Player-AiMuzica-bar {
  cursor: not-allowed;
}

.generator-result-panel.is-pending .Player-AiMuzica-progress::after {
  opacity: 0.42;
}

.new-account-result-panel.is-pending .new-account-track-more,
.new-account-result-panel.is-pending .Player-AiMuzica-toggle,
.new-account-result-panel.is-pending .Player-AiMuzica-volume-button,
.new-account-result-panel.is-pending .Player-AiMuzica-volume,
.new-account-result-panel.is-pending .order-download-link {
  cursor: not-allowed;
  opacity: 0.58;
}

.new-account-result-panel.is-pending .Player-AiMuzica-bar {
  cursor: not-allowed;
  pointer-events: none;
}

.new-account-result-panel.is-pending .Player-AiMuzica-progress::after {
  opacity: 0.42;
}

.generate-another-track {
  width: 100%;
  margin-top: 14px;
}

.generate-another-track.hidden {
  display: none !important;
}

@keyframes aimuzica-inline-spin {
  to {
    transform: rotate(360deg);
  }
}

.debug-panel {
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(248, 241, 234, 0.76);
}

.debug-panel summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 350;
}

.debug-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.debug-block {
  display: grid;
  gap: 10px;
}

.debug-block h3 {
  font-size: 1rem;
}

.debug-box {
  margin: 0;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(130, 89, 61, 0.1);
  color: var(--text);
  white-space: pre-wrap;
  overflow-x: auto;
  line-height: 1.55;
  font-family: "Courier New", monospace;
}

.wizard-step-hidden {
  display: none !important;
}

.hidden {
  display: none !important;
}

body.generator-live-status-active #generator-request-card {
  display: none !important;
}

#generator-main-grid.generator-grid-solo.generator-grid-intro-active {
  width: 100%;
}

.form-card.generator-intro-active {
  padding: 34px 34px 30px;
}

#song-form.mobile-form-hidden {
  display: none !important;
}

@media (min-width: 861px) {
  .mobile-landing-screen {
    display: grid;
    gap: 30px;
    padding: 0;
  }

  .mobile-landing-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(420px, 0.85fr) minmax(440px, 0.95fr);
    grid-template-areas:
      "visual copy"
      "visual chips"
      "visual button";
    align-items: center;
    gap: 20px 46px;
    padding: 38px 42px 36px;
    border: 1px solid rgba(202, 230, 214, 0.92);
    border-radius: 40px;
    background:
      radial-gradient(circle at 82% 26%, rgba(228, 248, 235, 0.72), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 253, 250, 0.97));
    box-shadow:
      0 28px 68px rgba(47, 87, 61, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.94);
    overflow: hidden;
  }

  .mobile-landing-card::before {
    content: "";
    position: absolute;
    right: -36px;
    bottom: 74px;
    width: 420px;
    height: 240px;
    border-radius: 50%;
    background: repeating-radial-gradient(ellipse at 58% 72%, rgba(159, 235, 206, 0.26) 0 2px, transparent 2px 13px);
    opacity: 0.42;
    transform: rotate(-7deg);
    mask-image: linear-gradient(115deg, transparent 12%, rgba(0, 0, 0, 0.96) 42%);
    pointer-events: none;
  }

  .mobile-landing-card::after {
    content: "";
    position: absolute;
    top: 48px;
    right: 56px;
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #22b95c, #6fd38b);
    -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
    mask: url("/lucide-music-4.svg") center / contain no-repeat;
    opacity: 0.92;
    pointer-events: none;
  }

  .mobile-landing-hero {
    grid-area: visual;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(204, 230, 216, 0.96);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 249, 0.96));
    box-shadow:
      0 24px 42px rgba(47, 87, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }

  .mobile-landing-hero::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px solid rgba(223, 239, 230, 0.92);
    pointer-events: none;
  }

  .mobile-landing-hero-image {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: min(100%, 610px);
    height: auto;
    border-radius: 24px;
    aspect-ratio: 1408 / 1117;
    object-fit: contain;
    filter: drop-shadow(0 28px 34px rgba(69, 113, 82, 0.18));
  }

  .mobile-landing-copy {
    grid-area: copy;
    position: relative;
    display: grid;
    gap: 14px;
    text-align: left;
    align-content: start;
    padding-top: 10px;
    width: min(100%, 560px);
  }

  .mobile-landing-intro-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    width: fit-content;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(190, 227, 205, 0.92);
    background: linear-gradient(180deg, rgba(246, 252, 247, 0.98), rgba(233, 247, 237, 0.94));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    color: var(--accent-strong);
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .mobile-landing-intro-pill img {
    width: 16px;
    height: 16px;
  }

  .mobile-landing-copy-note {
    display: none;
  }

  .mobile-landing-copy h3 {
    margin: 0;
    max-width: 9.8ch;
    color: #1f2822;
    font-family: var(--font-display);
    font-size: clamp(2.95rem, 4.15vw, 4.45rem);
    line-height: 0.92;
    letter-spacing: 0;
  }

  .mobile-landing-title-highlight {
    position: relative;
    width: fit-content;
    color: #2fbf66;
    white-space: nowrap;
  }

  .mobile-landing-title-highlight::after {
    content: "";
    position: absolute;
    left: 48%;
    bottom: -10px;
    width: 88%;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(87, 213, 120, 0.02), rgba(87, 213, 120, 0.56), rgba(87, 213, 120, 0.02));
    transform: translateX(-50%) rotate(-2.2deg);
    filter: blur(0.2px);
  }

  .mobile-landing-copy-primary,
  .mobile-landing-copy-secondary {
    margin: 0;
    color: #617669;
    max-width: 34ch;
    font-size: 1.08rem;
    line-height: 1.62;
  }

  .mobile-landing-copy-secondary {
    max-width: none;
    font-size: 1rem;
    margin-top: 2px;
    white-space: nowrap;
  }

  .mobile-landing-chips {
    grid-area: chips;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
  }

  .mobile-landing-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 60px;
    padding: 0 24px;
    border-radius: 22px;
    border: 1px solid rgba(213, 231, 221, 0.96);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 26px rgba(41, 73, 52, 0.05);
    color: var(--text);
    font-size: 1.02rem;
    font-weight: 400;
  }

  .mobile-landing-chip img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .mobile-landing-start {
    grid-area: button;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 60px;
    align-items: center;
    justify-self: flex-start;
    width: min(100%, var(--mobile-canvas));
    min-height: 78px;
    gap: 8px;
    padding: 0 18px 0 22px;
    border-radius: 24px;
    font-size: 1.28rem;
    background: linear-gradient(135deg, #149b46, #5cc978);
    box-shadow: 0 24px 38px rgba(47, 143, 87, 0.24);
  }

  .mobile-landing-start-spark {
    display: inline-flex;
    justify-self: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    background: #ffffff;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .mobile-landing-start > span:nth-child(2) {
    justify-self: center;
    margin-right: 0;
  }

  .mobile-landing-start-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 999px;
    background:
      rgba(255, 255, 255, 0.14)
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      0 10px 20px rgba(20, 90, 40, 0.14);
  }

}

.landing-quick-section,
.landing-free-offer,
.landing-final-cta {
  width: 100%;
  border: 1px solid rgba(202, 230, 214, 0.88);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(47, 87, 61, 0.07);
}

.landing-quick-section {
  display: grid;
  gap: 22px;
  padding: clamp(20px, 2.8vw, 30px);
}

.landing-section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.landing-section-head-compact {
  max-width: 680px;
}

.landing-eyebrow {
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-section-head h3,
.landing-final-cta strong {
  margin: 0;
  color: #1f2822;
  font-family: var(--font-display);
  font-weight: 350;
  letter-spacing: 0;
}

.landing-section-head h3 {
  max-width: 16ch;
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 1.02;
}

.landing-section-head p,
.landing-step p,
.landing-free-offer p,
.landing-faq-list p {
  margin: 0;
  color: #617669;
  line-height: 1.62;
}

.landing-step-grid,
.landing-deliver-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.landing-step {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 188px;
  padding: 20px;
  border: 1px solid rgba(213, 231, 221, 0.96);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 253, 250, 0.94));
}

.landing-step-index {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #149b46;
  color: #ffffff;
  font-weight: 700;
}

.landing-step strong {
  color: #213126;
  font-size: 1.06rem;
}

.landing-use-grid,
.landing-deliver-grid {
  gap: 12px;
}

.landing-use-grid {
  display: flex;
  flex-wrap: wrap;
}

.landing-use-grid span,
.landing-deliver-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(213, 231, 221, 0.96);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #365142;
  font-weight: 500;
}

.landing-deliver-grid span {
  border-radius: 18px;
}

.landing-free-offer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background:
    linear-gradient(135deg, rgba(233, 247, 237, 0.96), rgba(255, 255, 255, 0.96));
}

.landing-free-offer-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 999px;
  background:
    #149b46
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-7'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H7.5a2.5 2.5 0 1 1 2.08-3.88L12 7Z'/%3E%3Cpath d='M12 7h4.5a2.5 2.5 0 1 0-2.08-3.88L12 7Z'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
  box-shadow: 0 14px 24px rgba(20, 155, 70, 0.18);
}

.landing-free-offer strong {
  display: block;
  color: #213126;
}

.landing-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.landing-faq-list details {
  padding: 16px 18px;
  border: 1px solid rgba(213, 231, 221, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
}

.landing-faq-list summary {
  cursor: pointer;
  color: #213126;
  font-weight: 650;
}

.landing-faq-list p {
  padding-top: 10px;
}

.landing-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(111, 211, 139, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 251, 246, 0.96));
}

.landing-final-cta strong {
  display: block;
  max-width: 20ch;
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
  line-height: 1.05;
}

.landing-secondary-cta {
  min-width: 188px;
  min-height: 54px;
  padding-inline: 24px;
}

@media (max-width: 860px) {
  .landing-quick-section,
  .landing-free-offer,
  .landing-final-cta {
    margin-top: 14px;
    border-radius: 20px;
  }

  .landing-quick-section {
    gap: 16px;
    padding: 18px;
  }

  .landing-section-head {
    gap: 8px;
  }

  .landing-section-head h3 {
    max-width: 100%;
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .landing-section-head p,
  .landing-step p,
  .landing-free-offer p,
  .landing-faq-list p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .landing-step-grid,
  .landing-deliver-grid,
  .landing-faq-list {
    grid-template-columns: 1fr;
  }

  .landing-step {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
    gap: 7px 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .landing-step-index {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
  }

  .landing-use-grid,
  .landing-deliver-grid {
    gap: 10px;
  }

  .landing-use-grid span,
  .landing-deliver-grid span {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.94rem;
  }

  .landing-free-offer {
    align-items: flex-start;
    padding: 16px;
  }

  .landing-free-offer-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    background-size: 19px 19px;
  }

  .landing-final-cta {
    display: grid;
    padding: 18px;
  }

  .landing-final-cta strong {
    max-width: 100%;
    font-size: 1.45rem;
  }

  .landing-secondary-cta {
    width: 100%;
    min-height: 54px;
  }
}

.admin-card {
  margin-top: 24px;
}

.hero-actions {
  margin-top: 1rem;
}

.account-grid {
  align-items: start;
}

.account-sidebar {
  display: grid;
  gap: 24px;
  align-items: start;
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-gutter: stable;
}

.account-grid.account-grid-solo {
  grid-template-columns: minmax(320px, var(--mobile-canvas));
  justify-content: center;
  min-height: calc(100vh - 170px);
  align-content: start;
  padding-top: clamp(18px, 7vh, 64px);
}

@media (min-width: 861px) {
  body.account-page .page-shell {
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 0;
  }

  body.account-page .site-footer {
    flex: 0 0 auto;
    margin-top: 0;
    padding-top: 0;
  }

  body.account-page #account-main-grid.account-grid-solo {
    flex: 1 1 auto;
    min-height: 0;
    padding-top: 0;
    align-content: center;
    place-items: center;
  }
}

.account-auth-loading {
  z-index: 60;
  display: none;
  width: min(100%, 360px);
  max-width: min(360px, calc(100% - 32px));
  justify-self: center;
  align-self: center;
  place-items: center;
  gap: 16px;
  padding: 30px 26px 28px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 20%, rgba(47, 143, 87, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 252, 247, 0.94));
  box-shadow: 0 26px 58px rgba(30, 64, 45, 0.1);
  text-align: center;
}

body.account-auth-checking #account-auth-loading {
  display: grid;
}

body.account-auth-checking #account-auth-card,
body.account-auth-checking #account-history-card,
body.account-auth-checking #account-sidebar,
body.account-auth-checking #mobile-account-dashboard,
body.account-auth-checking #mobile-dashboard-tabbar,
body.account-auth-checking .site-footer {
  display: none !important;
}

body.account-auth-checking #account-main-grid {
  grid-template-columns: minmax(0, 1fr);
  flex: 1 1 auto;
  justify-content: center;
  align-content: center;
  place-items: center;
  min-height: clamp(320px, 42vh, 520px);
  padding: clamp(24px, 5vh, 54px) 0;
}

.account-auth-vinyl {
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.95), transparent 16%),
    radial-gradient(circle, rgba(47, 143, 87, 0.1) 0 48%, transparent 49%),
    linear-gradient(180deg, rgba(234, 249, 239, 0.96), rgba(217, 244, 228, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 34px rgba(22, 143, 80, 0.14);
}

.account-auth-vinyl-disc {
  position: relative;
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #f9fff9 0 5px, #168f50 6px 13px, transparent 14px),
    repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 6px),
    conic-gradient(from 18deg, #0f7f48, #55cf8e, #177e4c, #8ee7b7, #0f7f48);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.38),
    inset 0 0 0 12px rgba(8, 70, 43, 0.08),
    0 10px 22px rgba(22, 143, 80, 0.18);
  animation: account-vinyl-spin 1.15s linear infinite;
}

.account-auth-vinyl-disc::before,
.account-auth-vinyl-disc::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.account-auth-vinyl-disc::before {
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 0 0 7px rgba(11, 91, 53, 0.08),
    0 0 0 16px rgba(255, 255, 255, 0.08);
}

.account-auth-vinyl-disc::after {
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.46), transparent 26% 72%, rgba(255, 255, 255, 0.2));
  mix-blend-mode: screen;
}

.account-inline-loader {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 28px 14px;
  color: #4f6257;
  text-align: center;
}

.account-inline-loader .account-auth-vinyl {
  width: 74px;
  height: 74px;
}

.account-inline-loader .account-auth-vinyl-disc {
  width: 58px;
  height: 58px;
}

.account-inline-loader strong {
  color: #1d2a23;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1;
}

.account-inline-loader span:not(.account-auth-vinyl-disc) {
  max-width: 260px;
  color: #5b6b61;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
}

.regeneration-preparing-progress {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(47, 143, 87, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(246, 252, 248, 0.98), rgba(235, 249, 242, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.regeneration-preparing-progress.is-compact {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  padding: 7px 9px;
  border-radius: 10px;
}

.regeneration-preparing-copy {
  overflow: hidden;
  color: #15784b;
  font-size: 0.82rem;
  font-weight: 550;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.regeneration-preparing-track {
  position: relative;
  display: block;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 143, 87, 0.14);
}

.regeneration-preparing-track > span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, #168f50, #42c77b);
  box-shadow: 0 0 12px rgba(38, 173, 103, 0.28);
  animation: regenerationPreparingProgress 1.05s ease-in-out infinite;
}

@keyframes regenerationPreparingProgress {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(245%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .regeneration-preparing-track > span {
    width: 100%;
    animation: none;
    opacity: 0.72;
  }
}

.account-auth-loading-copy {
  display: grid;
  gap: 5px;
}

.account-auth-loading-copy strong {
  color: #1d2a23;
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.account-auth-loading-copy span {
  color: #5b6b61;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
}

@keyframes account-vinyl-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .account-auth-vinyl-disc {
    animation-duration: 5s;
  }
}

.account-signout-button {
  width: 100%;
  min-width: 0;
}

.new-account-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.46fr);
  align-items: start;
}

.new-account-status-card {
  display: grid;
  gap: 24px;
}

.new-account-heading {
  margin-bottom: 0;
}

.new-account-payment-banner {
  margin-bottom: 0;
}

.new-account-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.new-account-summary-item {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(130, 89, 61, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(234, 246, 238, 0.76));
  box-shadow: var(--shadow-sm);
}

.new-account-summary-item span {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 350;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.new-account-summary-item strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.35;
  word-break: break-word;
}

.new-account-live-block {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(130, 89, 61, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 241, 233, 0.84));
  box-shadow: var(--shadow-sm);
}

.new-account-progress-wrap {
  margin-bottom: 0;
}

.new-account-provider-status {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.new-account-status-checklist {
  margin-top: 4px;
}

.new-account-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.new-account-auth-shell {
  position: sticky;
  top: 20px;
}

.new-account-auth-card {
  max-width: none;
  min-height: auto;
  justify-self: stretch;
}

.new-account-auth-recommendation {
  margin-bottom: 0;
  border-color: rgba(47, 139, 130, 0.18);
  background: rgba(237, 248, 243, 0.96);
  color: #1f5a43;
}

.new-account-session {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(47, 139, 130, 0.16);
  background: linear-gradient(180deg, rgba(245, 253, 250, 0.98), rgba(236, 247, 244, 0.94));
  box-shadow: var(--shadow-sm);
}

.new-account-session-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(47, 139, 130, 0.2);
  background: rgba(255, 255, 255, 0.84);
  color: #1f6e66;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.new-account-session-copy,
.new-account-session-note {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.new-account-session-copy strong {
  color: var(--text);
}

.new-account-session-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.new-account-result-panel {
  margin-top: 0;
}

.account-auth-card {
  width: 100%;
  max-width: 440px;
  min-height: 450px;
  justify-self: center;
  padding: 30px 28px 26px;
  border-radius: 28px;
  display: grid;
  align-content: start;
  gap: 1rem;
  border-color: rgba(91, 126, 106, 0.16);
  background:
    radial-gradient(circle at top right, rgba(47, 143, 87, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 249, 0.96));
  box-shadow: 0 28px 64px rgba(41, 73, 52, 0.12);
}

.account-auth-heading {
  margin-bottom: 0.15rem;
}

.account-auth-heading h2 {
  color: var(--text);
  font-size: clamp(2rem, 2.5vw, 2.45rem);
}

.account-auth-intro {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.5;
}

.account-auth-banner {
  margin-bottom: 0;
  padding: 0.82rem 0.95rem;
  border-radius: 16px;
  border-color: rgba(47, 143, 87, 0.16);
  background: rgba(239, 250, 244, 0.96);
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.account-auth-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 0.15rem;
}

.account-auth-provider,
.account-auth-primary,
.account-auth-secondary {
  width: 100%;
  min-width: 0;
}

.account-auth-provider {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  border: 1px solid rgba(91, 126, 106, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(253, 255, 254, 0.98), rgba(247, 252, 249, 0.94));
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(41, 73, 52, 0.05);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.account-auth-provider:hover {
  transform: translateY(-1px);
  border-color: rgba(47, 143, 87, 0.28);
  background: linear-gradient(180deg, rgba(249, 255, 251, 1), rgba(255, 255, 255, 0.96));
  box-shadow: 0 18px 28px rgba(41, 73, 52, 0.08);
}

.account-auth-provider:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}

.account-auth-provider.is-open {
  border-color: rgba(47, 143, 87, 0.34);
  background: linear-gradient(180deg, rgba(239, 250, 244, 0.98), rgba(247, 252, 248, 0.96));
  box-shadow: 0 16px 30px rgba(47, 143, 87, 0.09);
}

.account-auth-provider-copy {
  display: grid;
  gap: 0.2rem;
}

.account-auth-provider-copy strong {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.15;
}

.account-auth-provider-copy span {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
}

.account-auth-provider-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid rgba(91, 126, 106, 0.1);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.account-auth-provider-icon.email {
  color: var(--accent-strong);
  background: rgba(231, 247, 237, 0.94);
  border-color: rgba(47, 143, 87, 0.12);
}

.account-auth-provider-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.account-auth-email-panel {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  background: linear-gradient(180deg, rgba(247, 253, 250, 0.98), rgba(255, 255, 255, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 24px rgba(41, 73, 52, 0.05);
}

.account-auth-email-label {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 350;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-auth-email-panel input {
  border-color: rgba(91, 126, 106, 0.16);
  background: rgba(250, 255, 253, 0.98);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.account-auth-email-panel input::placeholder {
  color: rgba(91, 108, 101, 0.72);
}

.account-auth-email-panel input:focus {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(47, 143, 87, 0.44);
  box-shadow: 0 0 0 4px rgba(47, 143, 87, 0.12);
  transform: none;
}

.account-auth-password-row {
  display: grid;
  gap: 0.7rem;
}

.account-auth-primary {
  padding-block: 15px;
}

.account-auth-secondary {
  min-height: 42px;
  border-color: rgba(47, 143, 87, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--accent-strong);
  font-size: 0.88rem;
  font-weight: 500;
}

.account-auth-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  color: rgba(83, 121, 100, 0.78);
  font-size: 0.78rem;
  font-weight: 350;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-auth-divider::before,
.account-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(91, 126, 106, 0.16);
}

.account-auth-divider::before {
  margin-right: 12px;
}

.account-auth-divider::after {
  margin-left: 12px;
}

.account-auth-success-panel {
  display: grid;
  justify-items: center;
  gap: 0.62rem;
  padding: 0.2rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.account-auth-success-head {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  text-align: center;
}

.account-auth-success-kicker,
.account-auth-success-head p {
  margin: 0;
}

.account-auth-success-kicker {
  display: none;
}

.account-auth-success-head h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 1.7vw, 1.42rem);
  font-weight: 400;
  line-height: 1.08;
}

.account-auth-success-head p {
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.35;
}

.account-auth-success-options {
  display: grid;
  grid-template-columns: repeat(2, 54px);
  justify-content: center;
  gap: 0.55rem;
}

.account-auth-choice-tile {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-height: 0;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--text);
  font: inherit;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.account-auth-choice-tile:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.account-auth-choice-tile:disabled,
.account-auth-choice-tile.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}

.account-auth-choice-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.account-auth-choice-copy strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.1;
}

.account-auth-choice-copy span {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.25;
}

.account-auth-choice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid rgba(91, 126, 106, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.account-auth-choice-icon.email {
  color: var(--accent-strong);
  background: rgba(231, 247, 237, 0.94);
}

.account-auth-choice-icon svg {
  display: block;
  width: 21px;
  height: 21px;
}

.account-auth-password-fallback {
  display: grid;
  gap: 0.7rem;
  padding: 0.9rem;
  border: 1px solid rgba(47, 143, 87, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.account-auth-password-fallback-head {
  display: grid;
  gap: 0.25rem;
}

.account-auth-password-fallback-head strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.15;
}

.account-auth-password-fallback-head p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.42;
}

.account-auth-password-fallback input {
  width: 100%;
  min-height: 42px;
  border-color: rgba(91, 126, 106, 0.16);
  border-radius: 12px;
  background: rgba(250, 255, 253, 0.98);
  color: var(--text);
  font-size: 0.9rem;
}

.account-auth-password-fallback-status {
  min-height: 1.2rem;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.8rem;
  line-height: 1.35;
}

.account-auth-password-fallback-status.is-error {
  color: #b24a42;
}

@media (max-width: 460px) {
  .account-auth-success-panel {
    padding: 0.2rem 0 0;
    border-radius: 0;
  }

  .account-auth-success-options {
    grid-template-columns: repeat(2, 50px);
    gap: 0.55rem;
  }

  .account-auth-choice-tile {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }
}

.account-auth-status {
  min-height: 1.5rem;
  margin-top: 0.2rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.account-auth-card .section-kicker {
  margin-bottom: 8px;
  color: var(--accent-strong);
}

.account-auth-card .status-copy p,
.account-auth-card .config-banner {
  margin: 0;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.account-history-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.account-history-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(88px, 1fr));
  align-items: center;
  gap: 0.45rem;
  width: min(100%, 410px);
  padding: 0.42rem;
  border-radius: 20px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 250, 247, 0.82)),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 12px 26px rgba(36, 79, 55, 0.06);
}

.account-history-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 40px;
  padding: 0 12px;
  border-color: transparent;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.48);
  color: #52625a;
  font-size: 0.84rem;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

.account-history-toggle::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  -webkit-mask: var(--account-history-tab-icon) center / contain no-repeat;
  mask: var(--account-history-tab-icon) center / contain no-repeat;
}

#account-history-audio-tab {
  --account-history-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l10-2v13'/%3E%3Ccircle cx='6' cy='18' r='3' fill='black' stroke='none'/%3E%3Ccircle cx='16' cy='16' r='3' fill='black' stroke='none'/%3E%3Cpath d='M19 3v4'/%3E%3C/svg%3E");
}

#account-history-payments-tab {
  --account-history-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 7V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1'/%3E%3Cpath d='M17 12h4v5h-4a2.5 2.5 0 0 1 0-5Z'/%3E%3Cpath d='M17 14.5h.01'/%3E%3C/svg%3E");
}

#account-history-orders-tab {
  --account-history-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4.5h8'/%3E%3Cpath d='M9 3h6a2 2 0 0 1 2 2v1H7V5a2 2 0 0 1 2-2Z'/%3E%3Crect x='5' y='5.5' width='14' height='15.5' rx='2.5'/%3E%3Cpath d='M9 10h6'/%3E%3Cpath d='M9 14h6'/%3E%3Cpath d='M9 18h4'/%3E%3C/svg%3E");
}

.account-history-toggle.is-active {
  color: #ffffff;
}

#account-history-audio-tab.is-active {
  border-color: rgba(31, 143, 84, 0.2);
  background: linear-gradient(135deg, #168f50, #4abd7b);
  box-shadow: 0 14px 26px rgba(31, 143, 84, 0.2);
}

#account-history-payments-tab.is-active {
  border-color: rgba(28, 111, 149, 0.2);
  background: linear-gradient(135deg, #126b91, #4ea8c8);
  box-shadow: 0 14px 26px rgba(28, 111, 149, 0.18);
}

#account-history-orders-tab.is-active {
  border-color: rgba(30, 116, 94, 0.2);
  background: linear-gradient(135deg, #1b7b62, #59b68e);
  box-shadow: 0 14px 26px rgba(30, 116, 94, 0.18);
}

.account-history-toolbar {
  display: grid;
  grid-template-columns: minmax(230px, auto) minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.75rem;
  border: 1px solid rgba(47, 143, 87, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(211, 246, 225, 0.42), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 252, 249, 0.82));
  box-shadow: 0 16px 34px rgba(36, 79, 55, 0.06);
  margin-bottom: 1rem;
}

.account-history-search-shell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.account-history-search-shell:focus-within {
  border-color: rgba(47, 143, 87, 0.26);
  box-shadow:
    var(--shadow-sm),
    0 0 0 4px rgba(47, 143, 87, 0.08);
}

.account-history-search-icon {
  position: relative;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border: 2px solid rgba(134, 108, 94, 0.78);
  border-radius: 999px;
}

.account-history-search-icon::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -2px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: rgba(134, 108, 94, 0.78);
  transform: rotate(45deg);
}

.account-history-search-shell input {
  width: 100%;
  min-height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.account-history-search-shell input:focus {
  outline: none;
}

.account-history-search-clear {
  white-space: nowrap;
}

.account-history-filters {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.account-history-filter {
  min-height: 34px;
  padding: 0 0.82rem;
  border: 1px solid rgba(47, 143, 87, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #53635c;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 450;
  cursor: pointer;
}

.account-history-filter.is-active {
  border-color: rgba(22, 143, 80, 0.22);
  background: #e8f8ef;
  color: #147745;
  box-shadow: 0 10px 22px rgba(31, 143, 84, 0.11);
}

.account-history-summary {
  margin: 0;
  padding: 0.55rem 0 0.15rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(47, 143, 87, 0.22);
  background: transparent;
  color: #4f6258;
  font-size: 0.82rem;
  font-weight: 350;
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}

.account-history-summary::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #2f8f57;
  vertical-align: 0.08em;
}

.account-session-panel {
  display: grid;
  gap: 20px;
  position: static;
  top: auto;
  padding: 28px 24px 24px;
  border-radius: 24px;
  border: 1px solid rgba(47, 143, 87, 0.08);
  background:
    radial-gradient(circle at 18% 14%, rgba(47, 143, 87, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(253, 255, 254, 0.96));
  box-shadow: 0 24px 56px rgba(30, 64, 45, 0.09);
}

.mobile-account-settings-summary,
.mobile-account-referral-summary {
  display: none;
}

.account-session-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.account-session-heading {
  display: grid;
  gap: 0;
}

.account-session-heading h2 {
  color: #1a241f;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 1;
  letter-spacing: 0;
}

.account-session-state {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(47, 139, 130, 0.2);
  background: rgba(225, 245, 234, 0.9);
  color: #1f5a43;
  font-size: 0.82rem;
  font-weight: 350;
  white-space: nowrap;
}

.account-session-state::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.account-session-state.is-busy {
  border-color: rgba(47, 143, 87, 0.22);
  background: rgba(238, 249, 241, 0.95);
  color: var(--accent-strong);
}

.account-session-profile-row {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(130, 89, 61, 0.11);
}

.account-session-avatar {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 999px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(180deg, #e6f6ee, #d7eee2);
  color: rgba(18, 132, 77, 0.26);
}

.account-session-avatar svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-session-profile-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.account-session-label,
.account-session-metric-label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 350;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-session-email {
  color: var(--text);
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-session-member {
  color: #5c6668;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
}

.account-session-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding-block: 0 18px;
  border-bottom: 1px solid rgba(130, 89, 61, 0.12);
}

.account-session-metric {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.account-session-metric + .account-session-metric {
  padding-left: 22px;
  border-left: 1px solid rgba(130, 89, 61, 0.12);
}

.account-session-metric-value {
  color: var(--text);
  font-size: clamp(1.72rem, 3vw, 2.1rem);
  line-height: 1;
}

.account-session-metric-meta {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 300;
}

.account-referral-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(130, 89, 61, 0.12);
}

.account-referral-card.hidden {
  display: none;
}

.account-session-panel.account-referral-dropdown-open .account-session-latest-payment,
.account-session-panel.account-referral-dropdown-open .account-session-note,
.account-session-panel.account-referral-dropdown-open .account-settings-toggle,
.account-session-panel.account-referral-dropdown-open .account-session-password-host,
.account-session-panel.account-referral-dropdown-open .account-session-actions,
.account-session-panel.account-referral-dropdown-open > .account-session-footer-status {
  display: none;
}

.account-session-panel.account-settings-inline-open .account-referral-card,
.account-session-panel.account-settings-inline-open .account-session-latest-payment,
.account-session-panel.account-settings-inline-open .account-session-note,
.account-session-panel.account-settings-inline-open .account-settings-toggle,
.account-session-panel.account-settings-inline-open .account-session-actions {
  display: none;
}

.account-referral-compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.account-referral-compact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.account-referral-compact-copy strong {
  overflow: hidden;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-referral-compact-copy small {
  overflow: hidden;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-referral-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  white-space: nowrap;
}

.account-referral-toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-referral-details {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin-top: 4px;
  padding: 14px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  border-radius: 16px;
  background: rgba(247, 253, 250, 0.78);
}

.account-referral-details.hidden {
  display: none;
}

.account-referral-page-head {
  display: grid;
  gap: 4px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(130, 89, 61, 0.12);
}

.account-referral-page-head h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: 0;
}

.account-referral-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  padding: 0 16px;
  border: 1px solid rgba(47, 143, 87, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--accent-strong);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 650;
  cursor: pointer;
}

.account-referral-back svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-referral-back:hover {
  border-color: rgba(47, 143, 87, 0.32);
  background: rgba(231, 247, 237, 0.86);
}

.account-referral-head {
  display: grid;
  gap: 5px;
}

.account-referral-head strong {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.25;
}

.account-referral-head p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45;
}

.account-referral-code {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(47, 143, 87, 0.08);
  color: #31524a;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
}

.account-referral-code strong {
  color: var(--accent-strong);
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

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

.account-referral-link-row input {
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font: inherit;
  font-size: 0.86rem;
  text-overflow: ellipsis;
}

.account-referral-link-row .secondary-button {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: 0.78rem;
}

.account-referral-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-referral-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(225, 245, 234, 0.72);
  color: #31524a;
  font-size: 0.78rem;
}

.account-referral-stats strong {
  color: var(--accent-strong);
  font-size: 0.95rem;
}

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

.account-referral-list-head {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-referral-empty {
  margin: 0;
  padding: 10px 12px;
  border: 1px dashed rgba(47, 143, 87, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.35;
}

.account-referral-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.66);
}

.account-referral-row-main {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.account-referral-row-main strong,
.account-referral-row-main small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-referral-row-main strong {
  color: var(--text);
  font-size: 0.86rem;
}

.account-referral-row-main small {
  color: var(--text-soft);
  font-size: 0.76rem;
}

.account-referral-row-status {
  justify-self: end;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.account-referral-row-status.is-rewarded {
  background: rgba(225, 245, 234, 0.9);
  color: var(--accent-strong);
}

.account-referral-row-status.is-pending {
  background: rgba(244, 236, 222, 0.8);
  color: #8a6248;
}

@media (max-width: 560px) {
  .account-referral-link-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-referral-link-row input {
    grid-column: 1 / -1;
  }

  .account-referral-link-row .secondary-button {
    width: 100%;
  }
}

.account-referral-status {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.35;
}

.account-referral-status.field-error {
  color: #a34835;
}

.account-session-note {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 300;
}

.account-password-form {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  border-radius: 16px;
  background: rgba(247, 253, 250, 0.78);
}

.account-session-password-host,
.account-settings-form-host,
.account-settings-card {
  display: grid;
  gap: 14px;
}

.account-settings-form-host {
  justify-items: center;
}

.account-settings-card {
  align-self: start;
}

.account-settings-card .account-password-form {
  justify-self: center;
  width: min(100%, 340px);
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.account-settings-heading {
  justify-self: center;
  width: min(100%, 340px);
  box-sizing: border-box;
  padding-bottom: 12px;
}

.mobile-settings-page-head {
  display: none;
}

.mobile-settings-page-back {
  border: 0;
  background: transparent;
  color: inherit;
}

.account-settings-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 11px;
  border-color: rgba(47, 143, 87, 0.24);
  background: rgba(255, 255, 255, 0.9);
  color: #116c3d;
}

.account-settings-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-settings-toggle.is-open {
  border-color: rgba(47, 143, 87, 0.34);
  background: rgba(231, 247, 237, 0.9);
}

.account-password-form-head {
  display: grid;
  gap: 3px;
}

.account-password-form-head p {
  margin: 0;
  color: #5f696b;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.35;
}

.account-password-field {
  display: grid;
  gap: 6px;
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 350;
}

.account-settings-fields {
  display: grid;
  gap: 10px;
}

.account-password-change-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  border-radius: 11px;
  border-color: rgba(47, 143, 87, 0.2);
  background: rgba(255, 255, 255, 0.88);
  color: #116c3d;
  font-size: 0.86rem;
}

.account-password-change-toggle svg,
.account-settings-back-button svg,
.account-password-save svg,
.account-password-modal-cancel svg,
.account-password-modal-save svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-password-inline-host,
.account-password-change-fields {
  display: grid;
  gap: 10px;
}

.account-password-change-fields {
  padding: 12px;
  border: 1px solid rgba(47, 143, 87, 0.1);
  border-radius: 14px;
  background: rgba(247, 253, 250, 0.78);
}

.account-referral-invite-modal {
  position: fixed;
  inset: 0;
  z-index: 125;
  display: grid;
  place-items: center;
  padding: 10px;
}

.account-referral-invite-modal.hidden {
  display: none;
}

body.account-referral-invite-open {
  overflow: hidden;
}

.account-referral-invite-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(14, 28, 21, 0.46);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.account-referral-invite-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  align-items: center;
  column-gap: 28px;
  width: min(594px, calc(100vw - 16px));
  min-height: 292px;
  padding: 28px 32px 26px 28px;
  border: 1px solid rgba(106, 150, 124, 0.28);
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 54%, rgba(198, 248, 215, 0.46), transparent 28%),
    radial-gradient(circle at 100% 8%, rgba(223, 244, 230, 0.72), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f9fffb 56%, #f4fbf7 100%);
  box-shadow:
    0 28px 76px rgba(8, 36, 22, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  overflow: hidden;
}

.account-referral-invite-card::before {
  content: "";
  position: absolute;
  left: -44px;
  bottom: -62px;
  width: 238px;
  height: 238px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 44% 40%, rgba(194, 247, 209, 0.6), transparent 48%),
    radial-gradient(circle at 54% 62%, rgba(33, 123, 71, 0.2), transparent 52%);
  pointer-events: none;
}

.account-referral-invite-art {
  position: relative;
  width: 168px;
  height: 212px;
  z-index: 1;
}

.account-referral-invite-orbit {
  position: absolute;
  left: -5px;
  top: 62px;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(84, 177, 111, 0.24);
  border-radius: 999px;
  transform: rotate(-21deg);
}

.account-referral-invite-circle {
  position: absolute;
  left: 15px;
  top: 88px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 32%, rgba(231, 255, 238, 0.92), transparent 27%),
    linear-gradient(145deg, rgba(211, 248, 224, 0.98), rgba(72, 159, 98, 0.92));
  box-shadow:
    inset 0 -16px 34px rgba(23, 99, 60, 0.22),
    0 18px 30px rgba(49, 128, 82, 0.2);
  overflow: hidden;
}

.account-referral-invite-circle::before {
  content: "";
  position: absolute;
  inset: 60px 5px 0;
  background:
    linear-gradient(145deg, transparent 0 18%, rgba(43, 121, 76, 0.3) 19% 34%, transparent 35%),
    linear-gradient(34deg, transparent 0 32%, rgba(248, 255, 250, 0.32) 33% 42%, transparent 43%),
    rgba(35, 128, 77, 0.24);
  border-radius: 60% 60% 0 0;
}

.account-referral-invite-gift {
  position: absolute;
  left: 52px;
  bottom: 12px;
  width: 54px;
  height: 54px;
  border-radius: 11px;
  background:
    linear-gradient(90deg, transparent 43%, rgba(25, 110, 62, 0.8) 44% 56%, transparent 57%),
    linear-gradient(0deg, transparent 43%, rgba(25, 110, 62, 0.82) 44% 56%, transparent 57%),
    linear-gradient(145deg, #82d89e, #42a86e);
  box-shadow:
    -22px -10px 0 -11px rgba(40, 130, 78, 0.72),
    0 14px 22px rgba(14, 70, 38, 0.18);
  transform: rotate(-10deg);
}

.account-referral-invite-note-card {
  position: absolute;
  left: 35px;
  top: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 130px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 16%, rgba(240, 255, 246, 0.92), transparent 30%),
    linear-gradient(145deg, #ffffff, #ecf8f1);
  color: #3d9a62;
  box-shadow:
    0 22px 42px rgba(32, 90, 56, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.account-referral-invite-note-card svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-referral-invite-sparkle,
.account-referral-invite-title-sparkle,
.account-referral-invite-button-sparkle {
  position: absolute;
  width: 16px;
  height: 16px;
  color: #71c990;
}

.account-referral-invite-sparkle::before,
.account-referral-invite-sparkle::after,
.account-referral-invite-title-sparkle::before,
.account-referral-invite-title-sparkle::after,
.account-referral-invite-button-sparkle::before,
.account-referral-invite-button-sparkle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: currentColor;
  border-radius: 999px;
}

.account-referral-invite-sparkle::before,
.account-referral-invite-title-sparkle::before,
.account-referral-invite-button-sparkle::before {
  width: 3px;
  height: 100%;
}

.account-referral-invite-sparkle::after,
.account-referral-invite-title-sparkle::after,
.account-referral-invite-button-sparkle::after {
  width: 100%;
  height: 3px;
}

.account-referral-invite-sparkle.sparkle-left {
  left: 2px;
  top: 20px;
  width: 9px;
  height: 9px;
}

.account-referral-invite-sparkle.sparkle-top {
  left: 126px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 0.72;
}

.account-referral-invite-sparkle.sparkle-bottom {
  left: 22px;
  bottom: 42px;
  width: 12px;
  height: 12px;
  opacity: 0.62;
}

.account-referral-invite-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-width: 0;
}

.account-referral-invite-badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 0 15px;
  border: 1px solid rgba(70, 170, 103, 0.13);
  border-radius: 999px;
  background: rgba(235, 249, 240, 0.95);
  color: #3a955b;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.account-referral-invite-badge svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-referral-invite-kicker {
  margin: 0 0 11px;
  color: #4b9b63;
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.account-referral-invite-content h2 {
  position: relative;
  margin: 0;
  color: #17251c;
  font-family: var(--font-display);
  font-size: 1.82rem;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.account-referral-invite-title-accent {
  display: block;
  color: #4b9b63;
}

.account-referral-invite-title-sparkle {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  vertical-align: 0.18em;
  opacity: 0.78;
}

.account-referral-invite-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(82, 105, 91, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #13221a;
  box-shadow: 0 10px 20px rgba(31, 67, 48, 0.08);
  cursor: pointer;
}

.account-referral-invite-close span {
  display: block;
  color: currentColor;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.account-referral-invite-copy {
  margin: 12px 0 0;
  color: #5f6d65;
  font-size: 0.78rem;
  line-height: 1.45;
}

.account-referral-invite-actions {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 13px;
  margin-top: 17px;
  min-width: 0;
}

.account-referral-invite-later,
.account-referral-invite-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 45px;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.account-referral-invite-later {
  border-color: rgba(69, 146, 91, 0.25);
  background: rgba(255, 255, 255, 0.9);
  color: #4e8d63;
  box-shadow: none;
}

.account-referral-invite-login {
  position: relative;
  gap: 11px;
  border: 0;
  background: linear-gradient(135deg, #2f8650, #61bd78);
  color: #ffffff;
  box-shadow:
    0 12px 24px rgba(40, 132, 78, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.account-referral-invite-login-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-referral-invite-button-sparkle {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.account-referral-invite-safe {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 16px 0 0;
  color: #8a9991;
  font-size: 0.85rem;
  line-height: 1.3;
}

.account-referral-invite-safe svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-password-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 22px;
}

body.account-password-modal-open {
  overflow: hidden;
}

.account-password-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(19, 33, 28, 0.42);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.account-password-modal-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(430px, 100%);
  border: 1px solid rgba(47, 143, 87, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(20, 45, 32, 0.22);
  padding: 18px;
}

.account-password-modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.account-password-modal-head div {
  display: grid;
  gap: 4px;
}

.account-password-modal-head span {
  color: #668077;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.account-password-modal-head h3 {
  margin: 0;
  color: #1f292b;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.15;
}

.account-password-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 999px;
  background: rgba(247, 253, 250, 0.92);
  color: #38564b;
  cursor: pointer;
}

.account-password-modal-close span {
  display: block;
  color: currentColor;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.account-password-modal-fields-host {
  display: grid;
  gap: 10px;
}

.account-password-modal .account-password-change-fields {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.account-password-modal-status {
  margin: 0;
}

.account-password-modal-actions {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
}

.account-password-modal-cancel,
.account-password-modal-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 12px;
}

@media (max-width: 640px) {
  .account-referral-invite-modal {
    place-items: center;
    padding: 14px;
  }

  .account-referral-invite-card {
    width: 100%;
    min-height: 0;
    grid-template-columns: 82px minmax(0, 1fr);
    column-gap: 12px;
    border-radius: 20px;
    padding: 18px 14px;
  }

  .account-referral-invite-art {
    width: 82px;
    height: 126px;
  }

  .account-referral-invite-orbit {
    left: -8px;
    top: 41px;
    width: 86px;
    height: 86px;
  }

  .account-referral-invite-circle {
    left: 3px;
    top: 56px;
    width: 78px;
    height: 78px;
  }

  .account-referral-invite-gift {
    left: 31px;
    bottom: 7px;
    width: 32px;
    height: 32px;
  }

  .account-referral-invite-note-card {
    left: 13px;
    top: 17px;
    width: 72px;
    height: 78px;
    border-radius: 18px;
  }

  .account-referral-invite-note-card svg {
    width: 42px;
    height: 42px;
  }

  .account-referral-invite-close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
  }

  .account-referral-invite-close span {
    font-size: 24px;
  }

  .account-referral-invite-badge {
    max-width: calc(100% - 38px);
    margin-bottom: 10px;
    padding: 0 9px;
    font-size: 0.54rem;
    line-height: 1.1;
    white-space: normal;
  }

  .account-referral-invite-badge span {
    min-width: 0;
  }

  .account-referral-invite-kicker {
    margin-bottom: 6px;
    font-size: 0.62rem;
  }

  .account-referral-invite-content h2 {
    font-size: 1.14rem;
    line-height: 1.03;
  }

  .account-referral-invite-copy {
    margin-top: 10px;
    font-size: 0.72rem;
  }

  .account-referral-invite-actions {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 7px;
    margin-top: 12px;
  }

  .account-referral-invite-actions .account-referral-invite-later,
  .account-referral-invite-actions .account-referral-invite-login {
    min-height: 32px;
    padding: 0 8px;
    font-size: 0.66rem;
  }

  .account-referral-invite-login {
    gap: 5px;
  }

  .account-referral-invite-login-icon {
    width: 12px;
    height: 12px;
    stroke-width: 2.5;
  }

  .account-referral-invite-safe {
    margin-top: 12px;
    font-size: 0.62rem;
  }

  .account-password-modal {
    align-items: end;
    padding: 12px;
  }

  .account-password-modal-card {
    width: 100%;
    max-height: calc(100vh - 24px);
    overflow: auto;
    border-radius: 20px;
    padding: 16px;
  }

  .account-password-modal-actions {
    grid-template-columns: 1fr;
  }

  .account-password-modal .account-password-field input {
    min-height: 48px;
    font-size: 16px;
  }
}

.account-forgot-password {
  justify-self: start;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #117345;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.account-forgot-password:disabled {
  cursor: default;
  opacity: 0.62;
}

.account-settings-actions {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.account-password-form:not(.is-settings-mode) .account-settings-actions {
  grid-template-columns: 1fr;
}

.account-settings-back-button,
.account-password-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 42px;
  border-radius: 11px;
}

.account-password-field input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 40px;
  border-color: rgba(91, 126, 106, 0.16);
  border-radius: 11px;
  background: rgba(250, 255, 253, 0.98);
  color: var(--text);
  font-size: 0.86rem;
}

.account-terms-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #50635b;
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.35;
}

.account-terms-check input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #168f50;
}

.account-password-save {
  border-color: rgba(47, 143, 87, 0.24);
}

.account-session-latest-payment {
  display: grid;
  gap: 10px;
}

.account-session-payment-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto 10px;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px 12px;
  border: 1px solid rgba(47, 143, 87, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  font: inherit;
  text-align: left;
  box-shadow: 0 10px 22px rgba(30, 64, 45, 0.04);
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.account-session-payment-card:hover:not(:disabled),
.account-session-payment-card:focus-visible:not(:disabled) {
  border-color: rgba(47, 143, 87, 0.28);
  box-shadow: 0 16px 30px rgba(30, 64, 45, 0.1);
  transform: translateY(-1px);
}

.account-session-payment-card:focus-visible {
  outline: 3px solid rgba(47, 143, 87, 0.16);
  outline-offset: 3px;
}

.account-session-payment-card:disabled {
  cursor: default;
  transform: none;
}

.account-session-payment-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(180deg, #6cca8f, #159252);
  color: #ffffff;
}

.account-session-payment-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-session-payment-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.account-session-payment-copy strong,
.account-session-payment-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-session-payment-copy strong {
  color: #22302a;
  font-size: 0.92rem;
  line-height: 1.2;
}

.account-session-payment-copy span {
  color: #5f696b;
  font-size: 0.78rem;
  font-weight: 300;
}

.account-session-payment-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  background: #e6f7ee;
  color: #23824e;
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}

.account-session-payment-chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(70, 86, 78, 0.42);
  border-bottom: 2px solid rgba(70, 86, 78, 0.42);
  transform: rotate(-45deg);
}

.account-session-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
}

.account-session-actions .primary-button,
.account-session-actions .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 40px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.account-session-actions .primary-button {
  gap: 8px;
  background: linear-gradient(135deg, #168f50, #3ac175);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(22, 143, 80, 0.19);
}

.account-session-actions .primary-button::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 7V6a2 2 0 0 0-2-2H7.5A2.5 2.5 0 0 0 5 6.5V18a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H7.5A2.5 2.5 0 0 1 5 4.5'/%3E%3Cpath d='M16 13h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 7V6a2 2 0 0 0-2-2H7.5A2.5 2.5 0 0 0 5 6.5V18a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H7.5A2.5 2.5 0 0 1 5 4.5'/%3E%3Cpath d='M16 13h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.account-session-actions .secondary-button {
  gap: 8px;
  border-color: rgba(47, 143, 87, 0.28);
  background: rgba(255, 255, 255, 0.9);
  color: #116c3d;
}

.account-session-actions .secondary-button::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpath d='M16 17l5-5-5-5'/%3E%3Cpath d='M21 12H9'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpath d='M16 17l5-5-5-5'/%3E%3Cpath d='M21 12H9'/%3E%3C/svg%3E") center / contain no-repeat;
}

.account-session-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  margin: -2px 0 0;
  color: rgba(27, 111, 69, 0.78);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.account-session-footer-status::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.account-session-footer-status.field-error {
  color: #b24a42;
}

@media (min-width: 861px) {
  .account-sidebar {
    gap: 14px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
    scrollbar-gutter: auto;
  }

  .account-session-panel {
    gap: 12px;
    padding: 18px 18px 16px;
    border-radius: 20px;
  }

  .account-session-top {
    gap: 10px;
  }

  .account-session-heading h2 {
    font-size: clamp(1.65rem, 2.1vw, 2.05rem);
  }

  .account-session-state {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .account-session-state::before {
    width: 7px;
    height: 7px;
  }

  .account-session-profile-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 12px;
  }

  .account-session-avatar {
    width: 48px;
    height: 48px;
  }

  .account-session-avatar svg {
    width: 22px;
    height: 22px;
  }

  .account-session-profile-copy {
    gap: 2px;
  }

  .account-session-label,
  .account-session-metric-label {
    font-size: 0.66rem;
  }

  .account-session-email {
    font-size: 0.9rem;
  }

  .account-session-member {
    font-size: 0.8rem;
  }

  .account-session-metrics {
    padding-block: 0 10px;
  }

  .account-session-metric {
    gap: 3px;
  }

  .account-session-metric + .account-session-metric {
    padding-left: 16px;
  }

  .account-session-metric-value {
    font-size: clamp(1.3rem, 2.1vw, 1.62rem);
  }

  .account-session-metric-meta,
  .account-session-note {
    font-size: 0.78rem;
  }

  .account-session-password-host,
  .account-settings-form-host,
  .account-settings-card {
    gap: 10px;
  }

  .account-password-form {
    gap: 8px;
    padding: 10px;
    border-radius: 13px;
  }

  .account-password-form-head p {
    font-size: 0.74rem;
    line-height: 1.28;
  }

  .account-settings-toggle,
  .account-password-change-toggle {
    min-height: 36px;
    border-radius: 10px;
    font-size: 0.8rem;
  }

  .account-settings-fields,
  .account-password-inline-host,
  .account-password-change-fields {
    gap: 8px;
  }

  .account-password-change-fields {
    padding: 10px;
    border-radius: 12px;
  }

  .account-password-field {
    gap: 4px;
    font-size: 0.68rem;
  }

  .account-password-field input {
    min-height: 34px;
    border-radius: 9px;
    font-size: 0.8rem;
  }

  .account-settings-actions {
    gap: 8px;
  }

  .account-settings-back-button,
  .account-password-save {
    min-height: 36px;
    border-radius: 10px;
    font-size: 0.8rem;
  }

  .account-terms-check {
    gap: 8px;
    padding: 8px;
    border-radius: 10px;
    font-size: 0.72rem;
    line-height: 1.28;
  }

  .account-terms-check input {
    width: 14px;
    height: 14px;
  }

  .account-session-latest-payment {
    gap: 8px;
  }

  .account-session-payment-card {
    grid-template-columns: 34px minmax(0, 1fr) auto 8px;
    gap: 9px;
    padding: 9px 10px;
    border-radius: 12px;
  }

  .account-session-payment-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .account-session-payment-icon svg {
    width: 19px;
    height: 19px;
  }

  .account-session-payment-copy {
    gap: 2px;
  }

  .account-session-payment-copy strong {
    font-size: 0.82rem;
  }

  .account-session-payment-copy span {
    font-size: 0.7rem;
  }

  .account-session-payment-status {
    min-height: 24px;
    padding: 0 9px;
    font-size: 0.68rem;
  }

  .account-session-actions {
    gap: 10px;
  }

  .account-session-actions .primary-button,
  .account-session-actions .secondary-button {
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    border-radius: 9px;
    font-size: 0.74rem;
  }

  .account-session-footer-status {
    font-size: 0.72rem;
  }
}

#account-credit-purchase-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 28px 24px 24px;
  border-radius: 24px;
  border: 1px solid rgba(47, 143, 87, 0.08);
  background:
    radial-gradient(circle at 18% 14%, rgba(47, 143, 87, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(253, 255, 254, 0.96));
  box-shadow: 0 24px 56px rgba(30, 64, 45, 0.09);
}

#account-credit-purchase-card .section-heading {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(130, 89, 61, 0.1);
}

#account-credit-purchase-card .section-kicker {
  margin: 0 0 8px;
  color: #157444;
  font-size: 0.72rem;
  font-weight: 350;
  letter-spacing: 0.14em;
}

#account-credit-purchase-card .section-heading h2 {
  margin: 0;
  color: #1a241f;
  font-family: var(--font-display);
  font-size: clamp(1.72rem, 2.7vw, 2.28rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.account-credit-offers {
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

.account-credit-offer {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(30, 64, 45, 0.045);
}

.account-credit-offer input {
  width: 17px;
  height: 17px;
  accent-color: #168f50;
}

.account-credit-offer::after {
  content: "";
  width: 10px;
  height: 6px;
  justify-self: center;
  border-left: 2px solid #168f50;
  border-bottom: 2px solid #168f50;
  opacity: 0;
  transform: rotate(-45deg);
  transition: opacity 0.18s ease;
}

.account-credit-offer:has(input:checked)::after {
  opacity: 1;
}

.account-credit-offer-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.account-credit-offer-copy strong {
  color: var(--text);
  overflow: hidden;
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-credit-offer-copy span {
  color: var(--text-soft);
  overflow: hidden;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-credit-purchase-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 0;
  margin: 2px 0 0;
  color: rgba(27, 111, 69, 0.72);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.account-credit-purchase-status p {
  margin: 0;
}

.account-credit-purchase-status::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5 19 6.2v5.7c0 4.05-2.85 7.8-7 8.9-4.15-1.1-7-4.85-7-8.9V6.2z'/%3E%3Cpath d='m9.3 12.1 1.8 1.8 3.9-4.1'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5 19 6.2v5.7c0 4.05-2.85 7.8-7 8.9-4.15-1.1-7-4.85-7-8.9V6.2z'/%3E%3Cpath d='m9.3 12.1 1.8 1.8 3.9-4.1'/%3E%3C/svg%3E") center / contain no-repeat;
}

.account-credit-purchase-status.field-error {
  color: #b24a42;
}

.account-credit-purchase-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
  gap: 12px;
  align-items: center;
  margin-top: 2px;
}

.account-credit-purchase-actions .primary-button,
.account-credit-purchase-actions .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 40px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.account-credit-purchase-actions .primary-button {
  gap: 8px;
  background: linear-gradient(135deg, #168f50, #3ac175);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(22, 143, 80, 0.19);
}

.account-credit-purchase-actions .primary-button::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.account-credit-purchase-actions .primary-button::after {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.account-credit-purchase-actions .secondary-button {
  gap: 8px;
  border-color: rgba(47, 143, 87, 0.28);
  background: rgba(255, 255, 255, 0.9);
  color: #116c3d;
}

.account-credit-purchase-actions .secondary-button::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5'/%3E%3Cpath d='m12 19-7-7 7-7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5'/%3E%3Cpath d='m12 19-7-7 7-7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.payment-history-card .order-details {
  margin-top: 0.9rem;
}

.payment-history-card .order-card-trigger h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.payment-history-card .order-card-trigger:hover h3 {
  color: var(--text);
}

.payment-status-pill-paid {
  border-color: rgba(47, 139, 130, 0.18);
  background: #eaf7ef;
  color: #1f746d;
}

.payment-status-pill-failed {
  border-color: rgba(173, 60, 49, 0.18);
  background: #fff1ef;
  color: #a94840;
}

.payment-status-pill-refunded {
  border-color: rgba(30, 116, 94, 0.2);
  background: #edf8f4;
  color: #1b7b62;
}

.payment-status-pill-pending {
  border-color: rgba(47, 143, 87, 0.18);
  background: #eef9f1;
  color: var(--accent-strong);
}

.account-history-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.account-history-page-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  flex: 1;
}

.account-history-page-button,
.account-history-page-nav {
  min-width: 0;
}

.account-history-page-button.is-active {
  border-color: rgba(47, 143, 87, 0.24);
  background: linear-gradient(180deg, rgba(241, 251, 243, 0.96), rgba(255, 255, 255, 0.84));
  color: var(--accent-strong);
  box-shadow: var(--shadow-sm);
}

.account-history-page-gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  color: var(--text-muted);
  font-weight: 350;
}

.credit-balance-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(47, 139, 130, 0.22);
  background: var(--accent-cool-soft);
  color: #1f5a43;
  font-size: 0.94rem;
  font-weight: 350;
}

.compact-credit {
  padding: 8px 12px;
  font-size: 0.88rem;
}

@media (max-width: 720px) {
  .account-grid.account-grid-solo {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding-top: 0;
  }

  .account-auth-loading {
    width: min(100%, 340px);
    margin: 0;
    padding: 26px 20px 24px;
    border-radius: 26px;
  }

  .account-auth-vinyl {
    width: 88px;
    height: 88px;
  }

  .account-auth-vinyl-disc {
    width: 70px;
    height: 70px;
  }

  .account-auth-card {
    max-width: none;
    min-height: auto;
    padding: 24px 20px;
  }

  .account-session-top {
    flex-direction: column;
    align-items: stretch;
  }

  .account-session-state {
    width: fit-content;
  }

  .account-session-metrics,
  .account-session-actions {
    grid-template-columns: 1fr;
  }

  .account-history-toolbar {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    align-items: stretch;
    padding: 0.65rem;
  }

  .account-history-switch {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-history-summary {
    text-align: left;
    white-space: normal;
  }

  .account-history-pagination {
    flex-direction: column;
    align-items: stretch;
  }

  .account-history-page-list {
    justify-content: flex-start;
  }
}

.orders-list {
  display: grid;
  gap: 1rem;
}

.order-card {
  padding: 1.05rem 1.1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(130, 89, 61, 0.12);
  background: rgba(255, 255, 255, 0.84);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.order-card.is-expanded {
  border-color: rgba(47, 143, 87, 0.26);
  background: rgba(255, 251, 246, 0.92);
  box-shadow: 0 20px 40px rgba(176, 113, 71, 0.08);
}

.order-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.order-card-trigger {
  flex: 1;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.order-card-trigger:focus-visible {
  outline: 2px solid rgba(47, 143, 87, 0.42);
  outline-offset: 8px;
  border-radius: 12px;
}

.order-card-artwork,
.order-card-meta-stack {
  display: none;
}

.order-card-trigger-copy {
  display: grid;
}

.order-card-title {
  display: block;
  color: var(--text);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  font-weight: 400;
  line-height: 1.15;
  transition: color 0.18s ease;
}

.order-card-trigger h3 {
  transition: color 0.18s ease;
}

.order-card-trigger:hover .order-card-title,
.order-card-trigger:hover h3 {
  color: var(--accent);
}

.order-card-side {
  display: grid;
  justify-items: end;
  gap: 0.5rem;
}

.order-card-chevron {
  width: 11px;
  height: 11px;
  border-right: 2px solid rgba(130, 89, 61, 0.5);
  border-bottom: 2px solid rgba(130, 89, 61, 0.5);
  transform: rotate(45deg);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.order-card.is-expanded .order-card-chevron {
  transform: rotate(-135deg);
  border-color: rgba(47, 143, 87, 0.72);
}

.order-meta {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.order-toggle-hint {
  margin-top: 0.45rem;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 300;
}

.order-note {
  margin-top: 0.85rem;
  color: var(--muted);
}

.order-media-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.95rem;
}

.order-audio {
  width: 100%;
  margin-top: 0;
}

.order-media-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.order-download-link {
  min-width: 134px;
}

.order-gift-link,
.order-share-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 116px;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #32a775;
  background: #ffffff;
  color: #168457;
  font-weight: 450;
  box-shadow: none;
}

.order-gift-link::before,
.order-share-link::before {
  content: "";
  width: 1.12em;
  height: 1.12em;
  flex: 0 0 1.12em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8H4v-8'/%3E%3Cpath d='M2 8h20v4H2z'/%3E%3Cpath d='M12 8v12'/%3E%3Cpath d='M12 8H8a2 2 0 1 1 2-2c0 2 2 2 2 2z'/%3E%3Cpath d='M12 8h4a2 2 0 1 0-2-2c0 2-2 2-2 2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8H4v-8'/%3E%3Cpath d='M2 8h20v4H2z'/%3E%3Cpath d='M12 8v12'/%3E%3Cpath d='M12 8H8a2 2 0 1 1 2-2c0 2 2 2 2 2z'/%3E%3Cpath d='M12 8h4a2 2 0 1 0-2-2c0 2-2 2-2 2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.order-share-link::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E");
}

.order-gift-link:hover,
.order-share-link:hover {
  border-color: #1f9b63;
  background: #f7fffb;
  color: #0f8350;
  box-shadow: 0 10px 20px rgba(13, 149, 78, 0.08);
}

.song-share-dialog-open {
  overflow: hidden;
}

.song-share-dialog {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(16, 24, 22, 0.54);
  backdrop-filter: blur(14px);
}

.song-share-dialog.hidden {
  display: none !important;
}

.song-share-sheet {
  position: relative;
  display: grid;
  gap: 18px;
  width: min(520px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: 30px 30px 26px;
  border: 1px solid rgba(24, 55, 39, 0.14);
  border-radius: 22px;
  background: #ffffff;
  color: #15201b;
  box-shadow: 0 34px 90px rgba(14, 27, 22, 0.28);
}

.song-share-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 16px;
  align-items: center;
}

.song-share-head h2 {
  margin: 0;
  color: #12261c;
  font-family: var(--font-ui), Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.1;
}

.song-share-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #2f3d46;
  cursor: pointer;
}

.song-share-close:hover {
  background: #f0f5f3;
}

.song-share-close svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}

.song-share-track {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.song-share-track:focus-visible,
.song-share-copy-row input:focus,
.song-share-copy-row button:focus-visible,
.song-share-player-button:focus-visible,
.song-share-social-button:focus-visible {
  outline: 2px solid rgba(25, 145, 82, 0.35);
  outline-offset: 3px;
}

.song-share-cover {
  display: grid;
  place-items: center;
  width: 62px;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 244, 211, 0.86), transparent 38%),
    linear-gradient(145deg, #ce9a72, #6f4d3b 58%, #1f332b);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(35, 26, 20, 0.18);
}

.song-share-cover.has-cover {
  border: 1px solid rgba(15, 37, 26, 0.12);
}

.song-share-track-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.song-share-track-copy strong {
  overflow: hidden;
  color: #111c17;
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 520;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.song-share-track-copy span {
  min-width: 0;
  overflow: hidden;
  color: #58636a;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.song-share-track-copy span::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  vertical-align: -3px;
  background: #15a564;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.song-share-qr {
  display: grid;
  place-items: center;
  justify-self: center;
  width: min(232px, 62vw);
  aspect-ratio: 1;
  padding: 22px;
  border: 1px solid #dfe7e3;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21, 35, 28, 0.12);
}

.song-share-qr svg {
  width: 100%;
  height: 100%;
  display: block;
}

.song-share-qr.is-error {
  color: #9a2f2f;
  font-size: 0.92rem;
}

.song-share-qr-note {
  margin: -4px 0 2px;
  color: #69727e;
  font-size: 0.95rem;
  text-align: center;
}

.song-share-social-block {
  display: grid;
  gap: 14px;
}

.song-share-divider {
  height: 1px;
  background: #e1e6e3;
}

.song-share-social-block > strong {
  color: #111c17;
  font-size: 0.95rem;
  font-weight: 600;
}

.song-share-social-actions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.song-share-social-button {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4a5562;
  font: inherit;
  cursor: pointer;
}

.song-share-social-button > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 750;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(24, 44, 35, 0.1);
}

.song-share-social-button small {
  width: 100%;
  overflow: hidden;
  color: #596170;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.song-share-facebook > span {
  background: #2563d8;
  font-family: Arial, sans-serif;
}

.song-share-instagram > span {
  background: linear-gradient(135deg, #f8c24f, #e52f7f 48%, #6b41d8);
}

.song-share-instagram > span::before,
.song-share-whatsapp > span::before,
.song-share-telegram > span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: currentColor;
}

.song-share-instagram > span::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='5'/%3E%3Ccircle cx='12' cy='12' r='3.5'/%3E%3Cpath d='M17 7.2h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='5'/%3E%3Ccircle cx='12' cy='12' r='3.5'/%3E%3Cpath d='M17 7.2h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.song-share-whatsapp > span {
  background: #20b35f;
}

.song-share-whatsapp > span::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.04 2C6.55 2 2.08 6.45 2.08 11.92c0 1.75.46 3.46 1.34 4.97L2 22l5.24-1.37a10 10 0 0 0 4.8 1.22h.01c5.49 0 9.96-4.45 9.96-9.93S17.53 2 12.04 2Zm5.79 14.22c-.24.68-1.39 1.29-1.94 1.37-.5.08-1.13.11-1.82-.11-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.8-4.16-4.95-4.35-.14-.19-1.18-1.57-1.18-3 0-1.43.75-2.14 1.02-2.43.27-.29.59-.36.78-.36h.57c.18.01.43-.07.67.51.25.6.84 2.06.92 2.21.08.15.13.33.03.52-.1.2-.15.32-.3.49-.15.17-.32.38-.45.51-.15.15-.31.31-.13.6.18.29.79 1.3 1.7 2.11 1.17 1.04 2.15 1.36 2.44 1.51.3.15.47.13.64-.08.18-.2.74-.86.94-1.16.2-.3.4-.25.67-.15.27.1 1.73.82 2.03.97.3.15.5.22.58.34.09.14.09.78-.15 1.46Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.04 2C6.55 2 2.08 6.45 2.08 11.92c0 1.75.46 3.46 1.34 4.97L2 22l5.24-1.37a10 10 0 0 0 4.8 1.22h.01c5.49 0 9.96-4.45 9.96-9.93S17.53 2 12.04 2Zm5.79 14.22c-.24.68-1.39 1.29-1.94 1.37-.5.08-1.13.11-1.82-.11-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.8-4.16-4.95-4.35-.14-.19-1.18-1.57-1.18-3 0-1.43.75-2.14 1.02-2.43.27-.29.59-.36.78-.36h.57c.18.01.43-.07.67.51.25.6.84 2.06.92 2.21.08.15.13.33.03.52-.1.2-.15.32-.3.49-.15.17-.32.38-.45.51-.15.15-.31.31-.13.6.18.29.79 1.3 1.7 2.11 1.17 1.04 2.15 1.36 2.44 1.51.3.15.47.13.64-.08.18-.2.74-.86.94-1.16.2-.3.4-.25.67-.15.27.1 1.73.82 2.03.97.3.15.5.22.58.34.09.14.09.78-.15 1.46Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.song-share-telegram > span {
  background: #2ca6df;
}

.song-share-telegram > span::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.7 4.2 18.5 20c-.2.9-.8 1.1-1.6.7l-4.8-3.5-2.3 2.2c-.3.3-.5.5-1 .5l.4-4.9 8.9-8c.4-.3-.1-.5-.6-.2l-11 6.9-4.7-1.5c-1-.3-1-1 .2-1.5l18.5-7.1c.8-.3 1.6.2 1.3 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.7 4.2 18.5 20c-.2.9-.8 1.1-1.6.7l-4.8-3.5-2.3 2.2c-.3.3-.5.5-1 .5l.4-4.9 8.9-8c.4-.3-.1-.5-.6-.2l-11 6.9-4.7-1.5c-1-.3-1-1 .2-1.5l18.5-7.1c.8-.3 1.6.2 1.3 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.song-share-x > span {
  background: #050505;
  font-size: 1.34rem;
}

.song-share-copy-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dfe7e3;
  border-radius: 8px;
  background: #ffffff;
}

.song-share-copy-card label {
  color: #111c17;
  font-size: 0.9rem;
  font-weight: 600;
}

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

.song-share-copy-row input {
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9e2de;
  border-radius: 8px;
  background: #fbfdfc;
  color: #53616a;
  font: inherit;
}

.song-share-copy-row .secondary-button {
  min-height: 44px;
  border-color: #269966;
  border-radius: 8px;
  color: #148150;
  font-weight: 550;
  box-shadow: none;
}

#song-share-native-button {
  display: none;
}

.song-share-player-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 60px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(100deg, #149655, #28c96e);
  color: #ffffff;
  font-size: 1.06rem;
  font-weight: 650;
  box-shadow: 0 18px 34px rgba(29, 153, 82, 0.22);
}

.song-share-player-button span {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

.song-share-status {
  min-height: 1.2em;
  margin: -4px 0 0;
  color: #16824f;
  font-size: 0.9rem;
  text-align: center;
}

.song-share-status.hidden {
  display: none;
}

.song-share-status.field-error {
  color: #bf3333;
}

@media (min-width: 861px) {
  .song-share-sheet {
    width: min(500px, 100%);
    max-height: none;
    overflow: visible;
    gap: 11px;
    padding: 22px 24px 20px;
    transform: none;
  }

  .song-share-head h2 {
    font-size: 1.42rem;
    font-weight: 400;
  }

  .song-share-close {
    width: 34px;
    height: 34px;
  }

  .song-share-close svg {
    width: 21px;
    height: 21px;
  }

  .song-share-track {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 13px;
  }

  .song-share-cover {
    width: 52px;
  }

  .song-share-track-copy strong {
    font-size: 1.05rem;
  }

  .song-share-track-copy span {
    font-size: 0.88rem;
  }

  .song-share-track-copy span::before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: -2px;
  }

  .song-share-qr {
    width: 190px;
    padding: 15px;
  }

  .song-share-qr-note {
    margin: -2px 0 0;
    font-size: 0.82rem;
  }

  .song-share-social-block {
    gap: 9px;
  }

  .song-share-social-block > strong {
    font-size: 0.84rem;
  }

  .song-share-social-actions {
    gap: 9px;
  }

  .song-share-social-button > span {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    font-size: 1.25rem;
  }

  .song-share-social-button small {
    font-size: 0.68rem;
  }

  .song-share-instagram > span::before,
  .song-share-whatsapp > span::before,
  .song-share-telegram > span::before {
    width: 20px;
    height: 20px;
  }

  .song-share-copy-card {
    gap: 7px;
    padding: 10px;
  }

  .song-share-copy-card label {
    font-size: 0.78rem;
  }

  .song-share-copy-row input {
    height: 38px;
    padding-inline: 11px;
    font-size: 0.82rem;
  }

  .song-share-copy-row .secondary-button {
    min-height: 38px;
    min-width: 96px;
    padding-inline: 13px;
    font-size: 0.82rem;
  }

  .song-share-player-button {
    min-height: 46px;
    font-size: 0.92rem;
  }

  .song-share-player-button span {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 9px;
  }
}

@media (max-width: 860px) {
  .song-share-dialog {
    padding: 14px;
  }

  .song-share-sheet {
    gap: 13px;
    width: min(100%, var(--mobile-canvas));
    max-height: min(92dvh, 760px);
    padding: 20px 18px 18px;
    border-radius: 22px;
  }

  .song-share-head {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px;
  }

  .song-share-head h2 {
    font-size: 1.45rem;
    font-weight: 400;
  }

  .song-share-close {
    width: 38px;
    height: 38px;
  }

  .song-share-close svg {
    width: 23px;
    height: 23px;
  }

  .song-share-track {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .song-share-cover {
    width: 58px;
    font-size: 1.05rem;
  }

  .song-share-track-copy strong {
    font-size: 1.1rem;
  }

  .song-share-track-copy span {
    font-size: 0.88rem;
  }

  .song-share-qr {
    width: min(230px, 66vw);
    padding: 20px;
  }

  .song-share-qr-note {
    font-size: 0.9rem;
  }

  .song-share-social-block {
    display: none;
  }

  .song-share-copy-card {
    gap: 9px;
    padding: 12px;
  }

  .song-share-copy-card label {
    font-size: 0.84rem;
  }

  .song-share-copy-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .song-share-copy-row input {
    height: 42px;
    padding-inline: 11px;
    font-size: 0.84rem;
  }

  .song-share-copy-row .secondary-button {
    min-width: 78px;
    min-height: 42px;
    padding-inline: 11px;
    font-size: 0.84rem;
  }

  #song-share-native-button {
    display: inline-flex;
  }

  .song-share-player-button {
    min-height: 54px;
    font-size: 0.98rem;
  }
}

@media (max-width: 374px) {
  .song-share-copy-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  #song-share-native-button {
    grid-column: 2;
  }
}

.gift-dialog-open {
  overflow: hidden;
}

.gift-dialog {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(12, 24, 18, 0.32);
  backdrop-filter: blur(14px);
}

.gift-dialog.hidden {
  display: none !important;
}

.gift-dialog-sheet {
  position: relative;
  display: grid;
  width: min(760px, 100%);
  max-height: min(94vh, 900px);
  overflow: auto;
  gap: 22px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(31, 73, 48, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 0%, rgba(238, 255, 247, 0.86), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(255, 246, 234, 0.72), transparent 30%),
    #ffffff;
  box-shadow:
    0 34px 90px rgba(21, 45, 31, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.gift-dialog-head {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 4px 58px 0;
  text-align: center;
}

.gift-dialog-title-block {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.gift-dialog-head h2 {
  margin: 0;
  color: #14271c;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 8vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
}

.gift-dialog-track {
  margin: 0;
  color: #6d7b71;
  font-size: clamp(1.12rem, 2.6vw, 1.42rem);
  font-weight: 450;
  line-height: 1.25;
}

.gift-dialog-close {
  position: absolute;
  top: clamp(18px, 3vw, 28px);
  right: clamp(18px, 3vw, 28px);
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(31, 73, 48, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #14271c;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(22, 57, 35, 0.08);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.gift-dialog-close:hover {
  transform: translateY(-1px);
  border-color: rgba(31, 118, 74, 0.26);
  box-shadow: 0 16px 34px rgba(22, 57, 35, 0.12);
}

.gift-dialog-close svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
}

.gift-dialog-preview {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 58px;
  gap: 22px;
  align-items: center;
  padding: 14px 26px 14px 14px;
  border: 1px solid rgba(31, 73, 48, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 18px 48px rgba(27, 58, 38, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.gift-dialog-cover {
  display: grid;
  width: 108px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.76) 0 9%, transparent 10%),
    linear-gradient(135deg, #315d45, #d69d5f);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 2.25rem;
  background-size: cover;
  background-position: center;
  box-shadow:
    0 12px 28px rgba(20, 39, 28, 0.13),
    0 0 0 1px rgba(255, 255, 255, 0.78);
}

.gift-dialog-cover.has-cover {
  color: transparent;
}

.gift-dialog-preview-copy {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.gift-dialog-preview-copy strong {
  overflow: hidden;
  color: #14271c;
  font-size: clamp(1.45rem, 3.4vw, 2rem);
  font-weight: 750;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gift-dialog-preview-copy span {
  overflow: hidden;
  color: #6d7b71;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gift-dialog-preview-play {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(31, 73, 48, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #168553;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(22, 87, 52, 0.08);
}

.gift-dialog-preview-play::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid currentColor;
  content: "";
}

.gift-dialog-preview-play.is-playing::before {
  width: 14px;
  height: 14px;
  margin-left: 0;
  border: 0;
  border-radius: 2px;
  background: currentColor;
}

.gift-dialog-preview-play:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.gift-card-style-fieldset {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.gift-card-style-fieldset legend {
  margin: 0 0 8px;
  padding: 0;
  width: 100%;
  color: #14271c;
  font-size: clamp(1.18rem, 2.7vw, 1.55rem);
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}

.gift-card-carousel {
  --gift-card-carousel-drag: 0px;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 2px 0 0;
  cursor: grab;
  outline: none;
  touch-action: pan-y;
  user-select: none;
}

.gift-card-carousel:focus-visible {
  border-radius: 24px;
  box-shadow: 0 0 0 3px rgba(47, 143, 87, 0.16);
}

.gift-card-carousel.is-dragging {
  cursor: grabbing;
}

.gift-card-carousel.is-dragging .gift-card-style-option {
  transition:
    filter 120ms ease,
    opacity 120ms ease;
}

.gift-card-style-options {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(195px, 27vw, 260px);
  margin-inline: -24px;
  overflow: hidden;
  perspective: 1200px;
}

.gift-card-style-option {
  --gift-card-carousel-side-offset: clamp(115px, 21vw, 165px);
  --gift-card-carousel-far-offset: clamp(165px, 29vw, 230px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: clamp(109px, 19vw, 143px);
  padding: 0;
  border: 0;
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.68);
  transform-origin: center;
  transition:
    filter 220ms ease,
    opacity 220ms ease,
    transform 260ms ease;
}

.gift-card-style-option.is-selected {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translate(calc(-50% + var(--gift-card-carousel-drag)), -50%) scale(1);
}

.gift-card-style-option.is-before,
.gift-card-style-option.is-after {
  z-index: 2;
  opacity: 0.54;
  pointer-events: auto;
  filter: saturate(0.82) brightness(0.96);
}

.gift-card-style-option.is-before {
  transform: translate(calc(-50% - var(--gift-card-carousel-side-offset) + var(--gift-card-carousel-drag)), -50%) rotateY(12deg) scale(0.78);
}

.gift-card-style-option.is-after {
  transform: translate(calc(-50% + var(--gift-card-carousel-side-offset) + var(--gift-card-carousel-drag)), -50%) rotateY(-12deg) scale(0.78);
}

.gift-card-style-option.is-far-before {
  transform: translate(calc(-50% - var(--gift-card-carousel-far-offset) + var(--gift-card-carousel-drag)), -50%) rotateY(18deg) scale(0.62);
}

.gift-card-style-option.is-far-after {
  transform: translate(calc(-50% + var(--gift-card-carousel-far-offset) + var(--gift-card-carousel-drag)), -50%) rotateY(-18deg) scale(0.62);
}

.gift-card-style-option:hover .gift-card-style-preview {
  filter: brightness(1.04);
}

.gift-card-style-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.gift-card-style-preview {
  position: relative;
  isolation: isolate;
  display: block;
  aspect-ratio: 720 / 1280;
  min-width: 0;
  border-radius: 13px;
  overflow: hidden;
  background: rgba(236, 242, 236, 0.72);
  box-shadow:
    0 26px 52px rgba(25, 47, 34, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition:
    filter 180ms ease,
    box-shadow 180ms ease;
  -webkit-user-drag: none;
  user-select: none;
}

.gift-card-style-preview img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.gift-card-style-option.is-selected .gift-card-style-preview {
  box-shadow:
    0 30px 62px rgba(25, 47, 34, 0.2),
    0 0 0 2px rgba(47, 143, 87, 0.34),
    0 0 34px rgba(47, 143, 87, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.gift-card-style-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.gift-card-style-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(47, 72, 55, 0.18);
  cursor: pointer;
  transition:
    background 160ms ease,
    transform 160ms ease,
    width 160ms ease;
}

.gift-card-style-dots button.is-selected {
  width: 20px;
  background: #2f8f57;
}

.gift-card-style-dots button:focus-visible {
  outline: 2px solid rgba(47, 143, 87, 0.36);
  outline-offset: 3px;
}

.gift-dialog-details {
  display: grid;
  gap: 14px;
}

.gift-dialog-details h3 {
  margin: 0;
  color: #14271c;
  font-size: clamp(1.24rem, 2.8vw, 1.6rem);
  font-weight: 650;
  line-height: 1.2;
}

.gift-dialog-fields {
  display: grid;
  gap: 12px;
}

.gift-dialog-field {
  --gift-field-icon: none;
  display: grid;
  grid-template-columns: 28px auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid rgba(31, 73, 48, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #14271c;
  box-shadow:
    0 12px 32px rgba(23, 54, 34, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.gift-dialog-field::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #7b8a80;
  -webkit-mask: var(--gift-field-icon) center / contain no-repeat;
  mask: var(--gift-field-icon) center / contain no-repeat;
}

.gift-dialog-field-recipient {
  --gift-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 20a6 6 0 0 0-12 0'/%3E%3Ccircle cx='12' cy='10' r='4'/%3E%3C/svg%3E");
}

.gift-dialog-field-sender {
  --gift-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 20a4 4 0 0 0-8 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3Cpath d='M22 20a4 4 0 0 0-4-4'/%3E%3Cpath d='M18 7a3 3 0 0 1 0 6'/%3E%3Cpath d='M2 20a4 4 0 0 1 4-4'/%3E%3Cpath d='M6 7a3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.gift-dialog-message-field {
  --gift-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a8 8 0 0 1-8 8H7l-4 2 1.4-4.2A8 8 0 1 1 21 12Z'/%3E%3C/svg%3E");
}

.gift-dialog-field span {
  color: #7b8a80;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}

.gift-dialog-fields input,
.gift-dialog-fields textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #111d16;
  font: inherit;
  font-size: clamp(1rem, 2.1vw, 1.12rem);
  line-height: 1.35;
  outline: none;
}

.gift-dialog-fields input {
  min-height: 58px;
  padding: 0;
}

.gift-dialog-fields textarea {
  min-height: 58px;
  max-height: 150px;
  padding: 18px 0 0;
  resize: vertical;
}

.gift-dialog-link-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  padding: 18px 20px;
  border: 1px dashed rgba(47, 143, 87, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(246, 255, 250, 0.76)),
    rgba(235, 249, 239, 0.48);
  color: #14271c;
}

.gift-dialog-link-icon {
  display: grid;
  width: 48px;
  height: 64px;
  place-items: center;
  border-radius: 18px;
  background: rgba(229, 245, 235, 0.9);
  color: #14794b;
}

.gift-dialog-link-icon::before {
  width: 24px;
  height: 24px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1 0l2-2a5 5 0 0 0-7.1-7.1l-1.1 1.1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.1 0l-2 2A5 5 0 0 0 12 20.1l1.1-1.1'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1 0l2-2a5 5 0 0 0-7.1-7.1l-1.1 1.1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.1 0l-2 2A5 5 0 0 0 12 20.1l1.1-1.1'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gift-dialog-link-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.gift-dialog-link-copy strong {
  color: #14271c;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.1;
}

#gift-dialog-link {
  min-width: 0;
  overflow: hidden;
  color: #2c3a31;
  font-size: clamp(1rem, 2.4vw, 1.28rem);
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#gift-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  min-width: 148px;
  padding: 0 24px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(100deg, #1c8d54, #5bc978);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(38, 154, 86, 0.24);
}

#gift-copy-button::after {
  width: 20px;
  height: 20px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='10' height='10' rx='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='10' height='10' rx='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gift-dialog-actions {
  display: grid;
  gap: 20px;
}

.gift-dialog-main-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gift-dialog-main-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 66px;
  min-width: 0;
  border-radius: 999px;
  font-size: clamp(1.05rem, 2.4vw, 1.32rem);
  font-weight: 750;
}

#gift-save-button {
  border: 1px solid rgba(31, 118, 74, 0.58);
  background: rgba(255, 255, 255, 0.72);
  color: #176b43;
  box-shadow: none;
}

#gift-view-button {
  border: 0;
  background: linear-gradient(100deg, #199152, #5fca7a);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(41, 154, 86, 0.24);
}

#gift-save-button::before,
#gift-view-button::before {
  width: 25px;
  height: 25px;
  background: currentColor;
  content: "";
}

#gift-save-button::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2Z'/%3E%3Cpath d='M17 21v-8H7v8'/%3E%3Cpath d='M7 3v5h8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2Z'/%3E%3Cpath d='M17 21v-8H7v8'/%3E%3Cpath d='M7 3v5h8'/%3E%3C/svg%3E") center / contain no-repeat;
}

#gift-view-button::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v10H4V12'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H7.5a2.5 2.5 0 1 1 0-5C11 2 12 7 12 7Z'/%3E%3Cpath d='M12 7h4.5a2.5 2.5 0 1 0 0-5C13 2 12 7 12 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v10H4V12'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H7.5a2.5 2.5 0 1 1 0-5C11 2 12 7 12 7Z'/%3E%3Cpath d='M12 7h4.5a2.5 2.5 0 1 0 0-5C13 2 12 7 12 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gift-dialog-share-block {
  display: grid;
  gap: 18px;
}

.gift-dialog-share-title {
  display: grid;
  grid-template-columns: minmax(36px, 1fr) auto minmax(36px, 1fr);
  align-items: center;
  gap: 28px;
  color: #7d8a81;
}

.gift-dialog-share-title span {
  height: 1px;
  background: rgba(31, 73, 48, 0.14);
}

.gift-dialog-share-title strong {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.gift-dialog-share-actions {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 46px);
}

.gift-dialog-actions button {
  cursor: pointer;
}

.gift-dialog-share-button {
  --gift-share-icon: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  padding: 0;
  border: 1px solid rgba(31, 73, 48, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #22533a;
  box-shadow:
    0 16px 36px rgba(31, 73, 48, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.gift-dialog-share-button::before {
  content: "";
  width: 31px;
  height: 31px;
  background: currentColor;
  -webkit-mask: var(--gift-share-icon) center / contain no-repeat;
  mask: var(--gift-share-icon) center / contain no-repeat;
}

.gift-dialog-share-button:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 143, 87, 0.24);
  box-shadow:
    0 20px 38px rgba(31, 73, 48, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.gift-dialog-share-whatsapp {
  --gift-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.04 2C6.55 2 2.08 6.45 2.08 11.92c0 1.75.46 3.46 1.34 4.97L2 22l5.24-1.37a10 10 0 0 0 4.8 1.22h.01c5.49 0 9.96-4.45 9.96-9.93S17.53 2 12.04 2Zm5.79 14.22c-.24.68-1.39 1.29-1.94 1.37-.5.08-1.13.11-1.82-.11-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.8-4.16-4.95-4.35-.14-.19-1.18-1.57-1.18-3 0-1.43.75-2.14 1.02-2.43.27-.29.59-.36.78-.36h.57c.18.01.43-.07.67.51.25.6.84 2.06.92 2.21.08.15.13.33.03.52-.1.2-.15.32-.3.49-.15.17-.32.38-.45.51-.15.15-.31.31-.13.6.18.29.79 1.3 1.7 2.11 1.17 1.04 2.15 1.36 2.44 1.51.3.15.47.13.64-.08.18-.2.74-.86.94-1.16.2-.3.4-.25.67-.15.27.1 1.73.82 2.03.97.3.15.5.22.58.34.09.14.09.78-.15 1.46Z'/%3E%3C/svg%3E");
  color: #10a960;
}

.gift-dialog-share-email {
  --gift-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.4'/%3E%3Cpath d='m4.5 7 7.5 6 7.5-6'/%3E%3C/svg%3E");
  color: #2d7fe7;
}

.gift-dialog-share-print {
  --gift-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 9V4h10v5'/%3E%3Cpath d='M7 18H5a2 2 0 0 1-2-2v-4a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v4a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M7 14h10v6H7z'/%3E%3Cpath d='M17 12h.01'/%3E%3C/svg%3E");
  color: #60746a;
}

.gift-dialog-actions button:disabled,
.gift-dialog-fields input:disabled,
.gift-dialog-fields textarea:disabled {
  cursor: wait;
  opacity: 0.66;
}

.gift-dialog-status {
  min-height: 1.4em;
  margin: -8px 0 0;
  color: #1f746d;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
}

.gift-dialog-status.hidden {
  display: none;
}

.order-progress-card {
  margin-top: 0.95rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(47, 143, 87, 0.14);
  background: linear-gradient(180deg, rgba(255, 248, 241, 0.88), rgba(255, 255, 255, 0.92));
}

.order-progress-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: var(--text);
}

.order-progress-head span:last-child {
  color: var(--accent);
  font-weight: 350;
}

.order-progress-bar {
  width: 100%;
  height: 12px;
  margin-top: 0.8rem;
  border-radius: 999px;
  background: #dceee2;
  overflow: hidden;
}

.order-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2f8f57, #74c98f);
  transition: width 0.28s ease;
}

.order-details {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(130, 89, 61, 0.1);
}

.order-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.order-detail-item {
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(130, 89, 61, 0.1);
  background: rgba(255, 255, 255, 0.84);
}

.order-detail-item p:last-child {
  margin-top: 0.25rem;
  color: var(--text);
  font-weight: 300;
}

.order-lyrics-panel {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(130, 89, 61, 0.1);
  background: rgba(255, 255, 255, 0.84);
}

.order-lyrics {
  margin: 0.65rem 0 0;
  max-height: 320px;
  overflow: auto;
  white-space: pre-wrap;
  line-height: 1.65;
  color: var(--text-soft);
}

.order-details-footer {
  justify-self: end;
  color: #65706d;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.account-debug-panel {
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem;
  border: 1px solid rgba(17, 115, 62, 0.22);
  border-radius: 16px;
  background: #07130d;
  color: #e9f8ef;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.account-debug-header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
}

.account-debug-header .section-kicker {
  color: #7be5a4;
}

.account-debug-header strong {
  color: #ffffff;
  font-size: 0.92rem;
}

.account-debug-grid {
  display: grid;
  gap: 0.65rem;
}

.account-debug-block {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
  padding: 0.7rem;
  border: 1px solid rgba(123, 229, 164, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.account-debug-block strong {
  color: #b7f1ce;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-debug-block pre {
  max-height: 360px;
  margin: 0;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  color: #e9f8ef;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.76rem;
  line-height: 1.5;
}

.account-debug-note {
  margin: 0;
  color: #b9d2c3;
  font-size: 0.78rem;
  line-height: 1.45;
}

.order-status-pill {
  margin-bottom: 0;
}

.order-status-pill-processing {
  border-color: rgba(47, 143, 87, 0.2);
  background: #eef9f1;
  color: var(--accent-strong);
}

.order-status-pill-completed {
  border-color: rgba(47, 139, 130, 0.18);
  background: #eaf7ef;
  color: #1f746d;
}

.order-status-pill-failed,
.order-status-pill-expired {
  border-color: rgba(211, 54, 47, 0.24);
  background: #fff0ee;
  color: #c7372f;
}

.order-status-pill-paid,
.order-status-pill-pending {
  border-color: rgba(130, 89, 61, 0.16);
  background: #f8f1e8;
  color: #7e563c;
}

.orders-list .payment-history-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  border-color: rgba(47, 143, 87, 0.15);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(22, 143, 80, 0.08), transparent 9px),
    repeating-linear-gradient(0deg, rgba(47, 143, 87, 0.035) 0 1px, transparent 1px 14px),
    #fffefb;
  box-shadow:
    0 18px 42px rgba(33, 66, 47, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.orders-list .payment-history-card.is-expanded {
  border-color: rgba(47, 143, 87, 0.28);
  background:
    linear-gradient(90deg, rgba(22, 143, 80, 0.1), transparent 9px),
    repeating-linear-gradient(0deg, rgba(47, 143, 87, 0.04) 0 1px, transparent 1px 14px),
    linear-gradient(180deg, #fffefb, #f7fcf8);
  box-shadow:
    0 24px 54px rgba(33, 66, 47, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.orders-list .payment-history-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: 6px;
  background: linear-gradient(180deg, #17874d, #48bd78);
}

.orders-list .payment-history-card > * {
  position: relative;
  z-index: 1;
}

.orders-list .payment-history-card .order-card-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  padding: clamp(18px, 2.4vw, 24px) clamp(18px, 2.6vw, 26px) clamp(16px, 2.2vw, 22px);
}

.orders-list .payment-history-card .order-card-header::after {
  content: "";
  position: absolute;
  right: clamp(18px, 2.6vw, 26px);
  bottom: 0;
  left: clamp(24px, 3vw, 32px);
  border-bottom: 1px dashed rgba(47, 143, 87, 0.22);
}

.orders-list .payment-history-card .order-card-trigger {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.orders-list .payment-history-card .order-card-trigger .section-kicker {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 5px 9px;
  overflow: hidden;
  border: 1px solid rgba(47, 143, 87, 0.13);
  border-radius: 999px;
  background: rgba(237, 248, 242, 0.86);
  color: #147b47;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 450;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orders-list .payment-history-card .order-card-trigger h3 {
  margin: 0;
  color: #1c2a22;
  font-size: clamp(1.12rem, 1.8vw, 1.38rem);
  line-height: 1.1;
}

.orders-list .payment-history-card .order-card-trigger:hover h3 {
  color: #137745;
}

.orders-list .payment-history-card .order-meta {
  max-width: 64ch;
  margin: 0;
  color: #5d6760;
  font-size: 0.88rem;
  font-weight: 325;
  line-height: 1.45;
}

.orders-list .payment-history-card .order-toggle-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin: 4px 0 0;
  color: #137745;
  font-size: 0.78rem;
  font-weight: 450;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.orders-list .payment-history-card .order-toggle-hint::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M5 4h14v18l-3-2-3 2-3-2-3 2-2-1.35V4z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M5 4h14v18l-3-2-3 2-3-2-3 2-2-1.35V4z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.orders-list .payment-history-card .order-card-side {
  align-content: space-between;
  justify-items: end;
  min-width: 132px;
  min-height: 92px;
  padding-left: clamp(16px, 2vw, 24px);
  border-left: 1px dashed rgba(47, 143, 87, 0.2);
}

.orders-list .payment-history-card .order-status-pill {
  min-height: 30px;
  margin: 0;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 450;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.orders-list .payment-history-card .payment-status-pill-paid {
  border-color: rgba(25, 132, 75, 0.18);
  background: #e8f8ef;
  color: #147745;
}

.orders-list .payment-history-card .payment-status-pill-failed {
  border-color: rgba(181, 62, 52, 0.2);
  background: #fff1ef;
  color: #a33d35;
}

.orders-list .payment-history-card .payment-status-pill-refunded {
  border-color: rgba(30, 116, 94, 0.22);
  background: #edf8f4;
  color: #1b7b62;
}

.orders-list .payment-history-card .payment-status-pill-pending {
  border-color: rgba(179, 123, 52, 0.2);
  background: #fff7e7;
  color: #8a5c1f;
}

.orders-list .payment-history-card .order-card-chevron {
  width: 10px;
  height: 10px;
  border-color: rgba(32, 82, 52, 0.48);
}

.orders-list .payment-history-card.is-expanded .order-card-chevron {
  border-color: rgba(19, 119, 69, 0.78);
}

.orders-list .payment-history-card .order-details {
  gap: 14px;
  margin: 0;
  padding: clamp(16px, 2.2vw, 22px) clamp(18px, 2.6vw, 26px) clamp(18px, 2.6vw, 26px);
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(247, 252, 249, 0.76), rgba(255, 255, 255, 0.86));
}

.orders-list .payment-history-card .order-details-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 143, 87, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.82);
}

.orders-list .payment-history-card .order-detail-item {
  display: grid;
  align-content: start;
  gap: 4px;
  min-height: 74px;
  padding: 13px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow:
    inset -1px 0 0 rgba(47, 143, 87, 0.1),
    inset 0 -1px 0 rgba(47, 143, 87, 0.1);
}

.orders-list .payment-history-card .order-detail-item .section-kicker {
  margin: 0;
  color: #738078;
  font-size: 0.64rem;
  font-weight: 450;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.orders-list .payment-history-card .order-detail-item p:last-child {
  margin: 0;
  color: #1e2a22;
  font-size: 0.94rem;
  font-weight: 425;
  line-height: 1.25;
  word-break: break-word;
}

.orders-list .payment-history-card .order-note {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  border-radius: 14px;
  background: rgba(237, 248, 242, 0.7);
  color: #4f6157;
  font-size: 0.88rem;
  font-weight: 325;
  line-height: 1.45;
}

.orders-list .payment-history-card .payment-invoice-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: stretch;
}

.orders-list .payment-history-card .payment-action-buttons {
  display: inline-flex;
  gap: 8px;
  align-self: stretch;
  align-items: stretch;
  justify-content: flex-end;
}

.orders-list .payment-history-card .payment-invoice-button {
  align-self: stretch;
  min-width: 116px;
  min-height: 44px;
  border-color: rgba(20, 123, 71, 0.24);
  border-radius: 14px;
  background: #ffffff;
  color: #137745;
  font-size: 0.82rem;
  font-weight: 450;
  box-shadow: 0 12px 24px rgba(24, 90, 52, 0.08);
}

.orders-list .payment-history-card .payment-invoice-button::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M5 4h14v18l-3-2-3 2-3-2-3 2-2-1.35V4z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M5 4h14v18l-3-2-3 2-3-2-3 2-2-1.35V4z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.orders-list .payment-history-card .payment-resume-button {
  border-color: rgba(23, 111, 88, 0.32);
  background: #176f58;
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(23, 111, 88, 0.18);
}

.orders-list .payment-history-card .payment-resume-button::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h14'/%3E%3Cpath d='m12 6 6 6-6 6'/%3E%3Cpath d='M20 4v16'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h14'/%3E%3Cpath d='m12 6 6 6-6 6'/%3E%3Cpath d='M20 4v16'/%3E%3C/svg%3E") center / contain no-repeat;
}

.orders-list .payment-history-card .payment-invoice-button.is-loading {
  opacity: 0.72;
  cursor: wait;
}

.orders-list .payment-history-card .payment-invoice-status {
  margin: -3px 0 0;
  color: #53635a;
  font-size: 0.78rem;
  font-weight: 350;
  line-height: 1.35;
}

.orders-list .payment-history-card .payment-invoice-status.field-error {
  color: #a33d35;
}

.orders-list .generation-history-card::before {
  background: linear-gradient(180deg, #1b7b62, #59b68e);
}

.orders-list .generation-history-card .order-card-trigger {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.orders-list .generation-history-card .order-card-artwork {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(27, 123, 98, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.5), transparent 30%),
    linear-gradient(135deg, #eef8f2, #bfe8d2);
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 22px rgba(34, 60, 50, 0.08);
}

.orders-list .generation-history-card .order-card-artwork span {
  max-width: 82%;
  color: #176f58;
  font-family: var(--font-display);
  font-size: 0.66rem;
  line-height: 1.05;
  text-align: center;
}

.orders-list .generation-history-card .order-card-artwork.has-cover span {
  display: none;
}

.orders-list .generation-history-card .generation-order-actions {
  align-items: stretch;
}

.orders-list .generation-history-card .generation-retry-button,
.mobile-payment-note-row .generation-retry-button {
  border-color: rgba(27, 123, 98, 0.24);
  color: #176f58;
}

.free-offer-start-card {
  display: grid;
  gap: 12px;
}

.free-offer-start-button,
.credit-draft-start-button {
  justify-content: center;
  white-space: nowrap;
}

.free-offer-start-button:disabled,
.credit-draft-start-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.orders-list .generation-history-card .free-offer-start-button,
.orders-list .generation-history-card .credit-draft-start-button,
.mobile-payment-note-row .generation-credit-draft-button,
.mobile-payment-note-row .generation-free-offer-button {
  border-color: rgba(27, 123, 98, 0.26);
  background: #176f58;
  color: #fff;
}

.orders-list .generation-history-card .generation-retry-button::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 0 1-15.5 6.2'/%3E%3Cpath d='M3 12A9 9 0 0 1 18.5 5.8'/%3E%3Cpath d='M18 2v4h4'/%3E%3Cpath d='M6 22v-4H2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 0 1-15.5 6.2'/%3E%3Cpath d='M3 12A9 9 0 0 1 18.5 5.8'/%3E%3Cpath d='M18 2v4h4'/%3E%3Cpath d='M6 22v-4H2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.regeneration-history-button {
  justify-content: center;
  white-space: nowrap;
}

.order-card-status-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.desktop-order-action-menu-button {
  display: none;
  width: 36px;
  height: 36px;
  place-items: center;
  flex: 0 0 36px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  color: #406c5c;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(31, 101, 58, 0.06);
}

.desktop-order-action-menu-button:hover {
  border-color: rgba(47, 143, 87, 0.3);
  background: #f3fbf7;
  color: #147745;
}

.desktop-order-action-menu-button:focus-visible {
  outline: 3px solid rgba(47, 143, 87, 0.22);
  outline-offset: 2px;
}

.desktop-order-action-menu-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

body.regeneration-confirm-open,
body.regeneration-history-open,
body.playlist-delete-confirm-open {
  overflow: hidden;
}

.mobile-playlist-action-menu,
.regeneration-confirm-dialog,
.regeneration-history-dialog,
.playlist-delete-confirm-dialog {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  padding: 18px;
}

.mobile-playlist-action-menu.hidden,
.regeneration-confirm-dialog.hidden,
.regeneration-history-dialog.hidden,
.playlist-delete-confirm-dialog.hidden {
  display: none !important;
}

.mobile-playlist-action-menu-backdrop,
.regeneration-confirm-backdrop,
.regeneration-history-backdrop,
.playlist-delete-confirm-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 28, 26, 0.48);
}

.mobile-playlist-action-menu-backdrop {
  background: transparent;
}

.regeneration-confirm-backdrop {
  background: rgba(36, 46, 43, 0.52);
  backdrop-filter: blur(7px);
}

.playlist-delete-confirm-backdrop {
  background: rgba(28, 36, 34, 0.5);
  backdrop-filter: blur(6px);
}

.mobile-playlist-action-menu {
  align-items: start;
  justify-items: start;
  padding: 0;
}

.mobile-playlist-action-menu-sheet {
  position: absolute;
  top: var(--playlist-action-menu-top, 72px);
  left: var(--playlist-action-menu-left, 18px);
  display: grid;
  width: 176px;
  max-width: calc(100vw - 20px);
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(220, 229, 225, 0.86);
  border-radius: 9px;
  background: #ffffff;
  box-shadow:
    0 18px 38px rgba(31, 47, 42, 0.17),
    0 2px 8px rgba(31, 47, 42, 0.08);
}

.mobile-playlist-action-menu.is-positioning .mobile-playlist-action-menu-sheet {
  visibility: hidden;
}

.mobile-playlist-action-menu-head {
  display: none;
  gap: 4px;
}

.mobile-playlist-action-menu-head span {
  color: #6d7774;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-playlist-action-menu-head strong {
  overflow: hidden;
  color: #17201e;
  font-size: 1rem;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-playlist-action-menu-list {
  display: grid;
  gap: 1px;
}

.mobile-playlist-action-menu-button,
.mobile-playlist-action-menu-cancel {
  display: grid;
  min-height: 31px;
  border-radius: 6px;
  font: inherit;
}

.mobile-playlist-action-menu-button {
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 0 6px;
  border: 0;
  background: transparent;
  color: #1e2c28;
  font-size: 0.74rem;
  font-weight: 400;
  text-align: left;
}

.mobile-playlist-action-menu-button:hover,
.mobile-playlist-action-menu-button:focus-visible {
  background: #f6faf8;
}

.mobile-playlist-action-menu-button svg,
.regeneration-history-close svg,
.regeneration-history-primary-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mobile-playlist-action-menu-button svg {
  box-sizing: border-box;
  padding: 4px;
  border-radius: 6px;
  background: var(--playlist-action-icon-bg, #edf7f2);
  color: var(--playlist-action-icon-color, #16885a);
}

.mobile-playlist-action-menu-button[data-mobile-playlist-action="regenerate"] {
  --playlist-action-icon-bg: #eaf8ef;
  --playlist-action-icon-color: #17a55b;
}

.mobile-playlist-action-menu-button[data-mobile-playlist-action="history"] {
  --playlist-action-icon-bg: #f1edff;
  --playlist-action-icon-color: #7861d8;
}

.mobile-playlist-action-menu-button[data-mobile-playlist-action="favorite"] {
  --playlist-action-icon-bg: #ffecee;
  --playlist-action-icon-color: #ff6d74;
}

.mobile-playlist-action-menu-button[data-mobile-playlist-action="gift"] {
  --playlist-action-icon-bg: #fff2df;
  --playlist-action-icon-color: #ff9b23;
}

.mobile-playlist-action-menu-button[data-mobile-playlist-action="share"] {
  --playlist-action-icon-bg: #eaf4ff;
  --playlist-action-icon-color: #418ee9;
}

.mobile-playlist-action-menu-button[data-mobile-playlist-action="lyrics"] {
  --playlist-action-icon-bg: #edf5ff;
  --playlist-action-icon-color: #3f91df;
}

.mobile-playlist-action-menu-button[data-mobile-playlist-action="delete"] {
  --playlist-action-icon-bg: #ffeded;
  --playlist-action-icon-color: #ee4c4c;
  color: #db3333;
}

.mobile-playlist-action-menu-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.mobile-playlist-action-menu-cancel {
  display: none;
  place-items: center;
  border: 1px solid #d5e6df;
  background: #ffffff;
  color: #57635f;
  font-weight: 400;
}

.playlist-delete-confirm-dialog {
  z-index: 170;
  align-items: center;
  justify-items: center;
}

.playlist-delete-confirm-sheet {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(90vw, 360px);
  gap: 11px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(190, 220, 207, 0.82);
  border-radius: 16px;
  background: #ffffff;
  box-shadow:
    0 24px 58px rgba(28, 48, 40, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  text-align: center;
}

.playlist-delete-confirm-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  justify-self: center;
  border-radius: 13px;
  background: #fff2f2;
  color: #c24458;
}

.playlist-delete-confirm-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.playlist-delete-confirm-sheet h2 {
  margin: 2px 0 0;
  color: #182522;
  font-family: var(--font-ui), Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18;
}

.playlist-delete-confirm-sheet p {
  margin: 0;
  color: #56645f;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.4;
}

.playlist-delete-confirm-track {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #56645f;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playlist-delete-confirm-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 4px;
}

.playlist-delete-confirm-actions button {
  min-height: 42px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 400;
  cursor: pointer;
}

.playlist-delete-confirm-yes {
  border: 1px solid #c24458;
  background: #c24458;
  color: #ffffff;
}

.playlist-delete-confirm-no {
  border: 1px solid rgba(130, 151, 145, 0.38);
  background: #ffffff;
  color: #56645f;
}

.playlist-delete-confirm-actions button:hover,
.playlist-delete-confirm-actions button:focus-visible {
  transform: translateY(-1px);
}

.playlist-delete-confirm-actions button:focus-visible {
  outline: 3px solid rgba(219, 51, 51, 0.2);
  outline-offset: 2px;
}

.regeneration-confirm-dialog {
  align-items: center;
  justify-items: center;
}

.regeneration-confirm-sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  box-sizing: border-box;
  gap: 16px;
  width: 820px;
  max-width: none;
  overflow: hidden;
  padding: 40px 56px;
  border: 1px solid rgba(190, 220, 207, 0.72);
  border-radius: 28px;
  background: #ffffff;
  box-shadow:
    0 34px 90px rgba(20, 32, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  font-family: var(--font-ui), Arial, sans-serif;
  transform: translate(-50%, -50%) scale(var(--regeneration-confirm-scale, 1));
  transform-origin: center center;
}

.regeneration-confirm-close {
  position: absolute;
  top: 26px;
  right: 28px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #142126;
  cursor: pointer;
}

.regeneration-confirm-close:hover {
  background: rgba(20, 33, 38, 0.06);
}

.regeneration-confirm-close:focus-visible {
  outline: 3px solid rgba(0, 151, 82, 0.2);
  outline-offset: 2px;
}

.regeneration-confirm-close svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.regeneration-confirm-head {
  display: grid;
  gap: 12px;
  padding-right: 48px;
}

.regeneration-confirm-head span {
  color: #079553;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.regeneration-confirm-head h2 {
  margin: 0;
  color: #172326;
  font-family: var(--font-ui), Arial, sans-serif;
  font-size: 2.12rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.16;
  white-space: normal;
}

.regeneration-confirm-message {
  margin: 0;
  color: #4d5d5b;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.45;
  white-space: pre-line;
}

.regeneration-confirm-message strong {
  color: #079553;
  font-weight: 400;
}

.regeneration-confirm-free-panel {
  display: none;
}

.regeneration-confirm-sheet.is-free .regeneration-confirm-free-panel {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.regeneration-confirm-free-ring {
  position: relative;
  display: grid;
  width: 244px;
  aspect-ratio: 1;
  place-items: center;
  margin: 4px auto 0;
  border-radius: 999px;
  background: conic-gradient(#079553 var(--free-progress, 0deg), #dedee4 0);
}

.regeneration-confirm-free-ring::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: inherit;
  background: #ffffff;
}

.regeneration-confirm-free-ring-dot {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #079553;
  box-shadow: 0 3px 8px rgba(0, 151, 82, 0.22);
  transform: translate(-50%, -5%);
}

.regeneration-confirm-free-ring-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  color: #079553;
  text-align: center;
}

.regeneration-confirm-free-ring-copy strong {
  font-size: 3.35rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
}

.regeneration-confirm-free-ring-copy span {
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.16;
}

.regeneration-confirm-free-after {
  max-width: 500px;
  margin: 0 auto 2px;
  color: #4d5d5b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
}

.regeneration-confirm-free-after strong {
  color: #079553;
  font-weight: 400;
}

.regeneration-confirm-paid-panel {
  display: none;
}

.regeneration-confirm-sheet.is-paid {
  gap: 18px;
}

.regeneration-confirm-sheet.is-paid .regeneration-confirm-paid-panel {
  display: grid;
}

.regeneration-confirm-sheet.is-paid .regeneration-confirm-message {
  max-width: 720px;
  font-size: 1.06rem;
  line-height: 1.48;
  white-space: normal;
}

.regeneration-confirm-paid-rings {
  display: grid;
  grid-template-columns: repeat(2, 244px);
  gap: 54px;
  align-items: center;
  justify-content: center;
  margin: 8px auto 4px;
}

.regeneration-confirm-usage-ring {
  position: relative;
  display: grid;
  width: 244px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 999px;
  background: conic-gradient(#58bf82 var(--usage-progress, 0deg), #dedee4 0);
}

.regeneration-confirm-usage-ring::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: inherit;
  background: #ffffff;
}

.regeneration-confirm-usage-ring-dot {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #079553;
  box-shadow: 0 3px 8px rgba(0, 151, 82, 0.22);
  transform: translate(-50%, -5%);
}

.regeneration-confirm-usage-ring-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  color: #079553;
  text-align: center;
}

.regeneration-confirm-usage-ring-copy strong {
  font-size: 3.35rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
}

.regeneration-confirm-usage-ring-copy span {
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.16;
}

.regeneration-confirm-usage-ring-copy em {
  margin-top: 8px;
  color: #4d5d5b;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
}

.regeneration-confirm-cost {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 40px;
  align-items: center;
  gap: 10px;
  justify-self: start;
  padding: 0 16px;
  border: 1px solid rgba(0, 151, 82, 0.18);
  border-radius: 999px;
  background: rgba(232, 247, 240, 0.76);
  color: #079553;
  font-size: 0.95rem;
  font-weight: 400;
}

.regeneration-confirm-cost::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M20.6 13.1 13.1 20.6a2 2 0 0 1-2.8 0L3 13.3V4h9.3l8.3 8.3a2 2 0 0 1 0 2.8ZM7.5 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M20.6 13.1 13.1 20.6a2 2 0 0 1-2.8 0L3 13.3V4h9.3l8.3 8.3a2 2 0 0 1 0 2.8ZM7.5 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.regeneration-confirm-notice {
  margin: -4px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(191, 110, 24, 0.2);
  border-radius: 13px;
  background: #fff8ed;
  color: #8a5417;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.35;
}

.regeneration-confirm-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 18px;
  margin-top: 4px;
}

.regeneration-confirm-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  border-radius: 13px;
  font-size: 1rem;
  font-weight: 400;
}

.regeneration-confirm-progress {
  display: grid;
  width: 100%;
  min-width: 0;
}

.regeneration-confirm-progress .regeneration-preparing-progress {
  margin-top: 0;
}

.regeneration-confirm-action-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
}

.regeneration-confirm-action-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.regeneration-confirm-cancel {
  border: 1px solid rgba(89, 142, 130, 0.56);
  background: #ffffff;
  color: #172326;
}

.regeneration-confirm-submit {
  border: 1px solid #079553;
  background: #079553;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 151, 82, 0.18);
}

.regeneration-confirm-submit:disabled {
  border-color: #cfded7;
  background: #e5eee9;
  color: #778780;
  box-shadow: none;
  cursor: not-allowed;
}

.regeneration-confirm-sheet.is-processing .regeneration-confirm-submit:disabled {
  border-color: #079553;
  background: #079553;
  color: #ffffff;
  opacity: 0.86;
}

.regeneration-confirm-sheet.is-processing .regeneration-confirm-cancel:disabled {
  cursor: wait;
  opacity: 0.64;
}

.regeneration-history-dialog {
  align-items: center;
  justify-items: center;
}

.regeneration-history-sheet {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  width: min(760px, calc(100vw - 28px));
  max-height: min(86vh, 820px);
  padding: 18px;
  border: 1px solid rgba(190, 220, 207, 0.9);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(31, 68, 52, 0.22);
}

.regeneration-history-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 12px;
  align-items: start;
}

.regeneration-history-head span {
  color: #6d7774;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.regeneration-history-head h2 {
  overflow: hidden;
  margin: 3px 0 0;
  color: #17201e;
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.regeneration-history-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dcebe4;
  border-radius: 12px;
  background: #f8fcfa;
  color: #33443e;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.regeneration-history-close:hover,
.regeneration-history-close:focus-visible {
  border-color: rgba(23, 111, 88, 0.34);
  background: #edf8f2;
  color: #176f58;
  box-shadow: 0 8px 18px rgba(23, 111, 88, 0.12);
}

.regeneration-history-close:active {
  transform: translateY(1px);
}

.regeneration-history-body {
  display: grid;
  gap: 10px;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.regeneration-history-version {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 12px;
  border: 1px solid #dcebe4;
  border-radius: 14px;
  background: #fbfdfc;
}

.regeneration-history-version.is-primary {
  border-color: rgba(23, 111, 88, 0.38);
  background: #f2fbf6;
}

.regeneration-history-version.is-generating {
  border-color: rgba(0, 151, 82, 0.28);
  background: linear-gradient(180deg, #fbfffd, #f5fbf8);
}

.regeneration-history-cover {
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.55), transparent 28%),
    linear-gradient(135deg, #eef8f2, #bfe8d2);
  background-position: center;
  background-size: cover;
}

.regeneration-history-cover span {
  max-width: 82%;
  color: #176f58;
  font-family: var(--font-display);
  font-size: 0.68rem;
  line-height: 1.05;
  text-align: center;
}

.regeneration-history-version-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.regeneration-history-version-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.regeneration-history-version-head strong {
  overflow: hidden;
  color: #17201e;
  font-size: 0.98rem;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.regeneration-primary-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #176f58;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
}

.regeneration-history-version-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #68756f;
  font-size: 0.76rem;
}

.regeneration-history-version-meta span:not(:last-child)::after {
  content: "•";
  margin-left: 6px;
  color: #a5b2ad;
}

.regeneration-history-audio {
  width: 100%;
  min-height: 34px;
}

.regeneration-history-audio.Player-AiMuzica {
  display: grid;
  grid-template-columns: 30px minmax(90px, 1fr) auto minmax(54px, 76px);
  gap: 9px;
  align-items: center;
  box-sizing: border-box;
  min-height: 38px;
  padding: 4px 8px;
  border: 1px solid rgba(47, 143, 87, 0.12);
  border-radius: 999px;
  background: #f2f5f4;
}

.regeneration-history-audio .order-audio.hidden {
  display: none !important;
}

.regeneration-history-audio .Player-AiMuzica-toggle {
  width: 28px;
  height: 28px;
  box-shadow: 0 8px 16px rgba(15, 140, 80, 0.16);
}

.regeneration-history-audio .Player-AiMuzica-toggle span {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 9px;
}

.regeneration-history-audio .Player-AiMuzica-toggle.is-playing span {
  width: 9px;
  height: 12px;
}

.regeneration-history-audio .Player-AiMuzica-bar {
  height: 18px;
}

.regeneration-history-audio .Player-AiMuzica-bar::before,
.regeneration-history-audio .Player-AiMuzica-progress {
  height: 4px;
}

.regeneration-history-audio .Player-AiMuzica-progress::after {
  right: -5px;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 3px rgba(33, 144, 90, 0.12);
}

.regeneration-history-audio .Player-AiMuzica-time {
  color: #46504f;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1;
}

.regeneration-history-audio .Player-AiMuzica-volume-control {
  grid-template-columns: 20px minmax(32px, 1fr);
  gap: 5px;
}

.regeneration-history-audio .Player-AiMuzica-volume-button {
  width: 20px;
  height: 20px;
}

.regeneration-history-audio .Player-AiMuzica-volume-icon {
  width: 17px;
  height: 17px;
}

.regeneration-history-audio .Player-AiMuzica-volume {
  height: 18px;
}

.regeneration-history-generation-progress {
  display: grid;
  gap: 9px;
  margin-top: 2px;
  padding: 10px 12px;
  border-color: rgba(0, 151, 82, 0.18);
  border-radius: 12px;
  background: #f4fbf7;
}

.regeneration-history-generation-progress .order-progress-head {
  color: #17201e;
  font-size: 0.82rem;
}

.regeneration-history-generation-progress .order-progress-head strong {
  color: #12835b;
}

.regeneration-history-generation-progress .order-progress-head span {
  color: #12835b;
  font-weight: 750;
}

.regeneration-history-generation-progress .order-progress-bar {
  height: 9px;
  margin-top: 0;
  background: #dbece5;
}

.regeneration-history-generation-progress .regeneration-history-note {
  color: #53645d;
}

.regeneration-history-note,
.regeneration-history-status,
.regeneration-history-empty span {
  margin: 0;
  color: #68756f;
  font-size: 0.82rem;
  line-height: 1.35;
}

.regeneration-history-primary-button {
  justify-self: end;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(23, 111, 88, 0.26);
  border-radius: 12px;
  background: #176f58;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.regeneration-history-primary-button:not(:disabled):hover,
.regeneration-history-primary-button:not(:disabled):focus-visible {
  border-color: #0f634c;
  background: #0f6d52;
  box-shadow: 0 10px 22px rgba(23, 111, 88, 0.18);
  transform: translateY(-1px);
}

.regeneration-history-primary-button:not(:disabled):active {
  transform: translateY(1px);
}

.regeneration-history-primary-button:disabled {
  border-color: #d8e8e0;
  background: #eef6f2;
  color: #7a8983;
  cursor: not-allowed;
}

.regeneration-history-empty {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px dashed #cfe4da;
  border-radius: 14px;
  background: #f8fcfa;
}

.regeneration-history-empty strong {
  color: #17201e;
}

.regeneration-history-status.field-error {
  color: #b42318;
}

@media (max-width: 680px) {
  .regeneration-history-dialog {
    align-items: end;
    padding: 0;
  }

  .regeneration-history-sheet {
    width: 100%;
    max-height: 88vh;
    border-radius: 18px 18px 0 0;
  }

  .regeneration-history-version {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .regeneration-history-cover {
    width: 58px;
  }

  .regeneration-history-primary-button {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .regeneration-history-audio.Player-AiMuzica {
    grid-template-columns: 24px minmax(0, 1fr) 58px 20px;
    gap: 6px;
    min-height: 34px;
    padding: 4px 7px;
  }

  .regeneration-history-audio .Player-AiMuzica-toggle {
    width: 22px;
    height: 22px;
  }

  .regeneration-history-audio .Player-AiMuzica-toggle span {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 8px;
  }

  .regeneration-history-audio .Player-AiMuzica-toggle.is-playing span {
    width: 8px;
    height: 10px;
  }

  .regeneration-history-audio .Player-AiMuzica-time {
    font-size: 9px;
    text-align: center;
  }

  .regeneration-history-audio .Player-AiMuzica-volume-control {
    grid-template-columns: 20px;
    width: 20px;
    min-width: 20px;
  }

  .regeneration-history-audio .Player-AiMuzica-volume {
    display: none;
  }
}

.generation-order-desktop-panel {
  display: none;
}

.generation-order-mobile-details {
  display: grid;
  gap: 14px;
}

@media (min-width: 861px) {
  .orders-list .generation-history-card {
    border: 1px solid rgba(177, 223, 207, 0.78);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
      0 18px 44px rgba(31, 68, 52, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }

  .orders-list .generation-history-card.is-expanded {
    border-color: rgba(86, 184, 145, 0.44);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 254, 251, 0.96));
    box-shadow:
      0 24px 58px rgba(31, 68, 52, 0.09),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  .orders-list .generation-history-card::before {
    width: 7px;
    border-radius: 22px 0 0 22px;
    background: linear-gradient(180deg, #17956a, #43bf98);
  }

  .orders-list .generation-history-card .order-card-header {
    grid-template-columns: minmax(0, 1fr) minmax(138px, 176px);
    gap: clamp(24px, 4vw, 54px);
    align-items: stretch;
    min-height: 118px;
    padding: 21px 24px 20px 30px;
  }

  .orders-list .generation-history-card .order-card-header::after {
    display: none;
  }

  .orders-list .generation-history-card .order-card-trigger {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
  }

  .orders-list .generation-history-card .order-card-trigger-copy {
    align-content: center;
    gap: 3px;
    min-width: 0;
  }

  .orders-list .generation-history-card .order-card-artwork {
    width: 76px;
    border-color: rgba(26, 121, 96, 0.2);
    border-radius: 14px;
    box-shadow:
      0 16px 28px rgba(32, 65, 50, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.54);
  }

  .orders-list .generation-history-card .order-card-trigger .section-kicker {
    max-width: min(100%, 460px);
    padding: 5px 11px;
    border-color: rgba(41, 153, 105, 0.16);
    background: rgba(227, 248, 239, 0.86);
    color: #178457;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .orders-list .generation-history-card .order-card-title {
    color: #17251d;
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 1.85vw, 1.58rem);
    line-height: 1.02;
  }

  .orders-list .generation-history-card .order-card-trigger:hover .order-card-title {
    color: #16875b;
  }

  .orders-list .generation-history-card .order-meta {
    max-width: 100%;
    color: #68736d;
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .orders-list .generation-history-card .order-toggle-hint {
    margin-top: 7px;
    color: #158759;
    font-size: 0.76rem;
    font-weight: 520;
    letter-spacing: 0.11em;
  }

  .orders-list .generation-history-card .order-toggle-hint::before {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .orders-list .generation-history-card .order-card-side {
    align-content: space-between;
    justify-items: end;
    min-width: 0;
    min-height: 86px;
    padding-left: clamp(24px, 3vw, 42px);
    border-left: 1px dashed rgba(42, 137, 101, 0.18);
  }

  .orders-list .generation-history-card .desktop-order-action-menu-button {
    display: grid;
  }

  .orders-list .generation-history-card .order-status-pill {
    min-height: 35px;
    padding: 0 18px;
    border-color: rgba(38, 147, 101, 0.2);
    background: rgba(232, 249, 240, 0.9);
    color: #178457;
    font-size: 0.82rem;
    font-weight: 520;
    letter-spacing: 0.08em;
  }

  .orders-list .generation-history-card .payment-status-pill-failed {
    border-color: rgba(177, 62, 53, 0.2);
    background: rgba(255, 241, 239, 0.92);
    color: #a33d35;
  }

  .orders-list .generation-history-card .payment-status-pill-pending {
    border-color: rgba(176, 123, 52, 0.2);
    background: rgba(255, 247, 231, 0.94);
    color: #8a5c1f;
  }

  .orders-list .generation-history-card .order-card-chevron {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-color: rgba(38, 106, 78, 0.58);
  }

  .orders-list .generation-history-card.is-expanded .order-card-chevron {
    border-color: rgba(20, 132, 84, 0.82);
  }

  .orders-list .generation-history-card .order-details {
    padding: 0 24px 24px 30px;
    background: transparent;
  }

  .orders-list .generation-history-card .generation-order-mobile-details {
    display: none;
  }

  .orders-list .generation-history-card .generation-order-desktop-panel {
    display: grid;
    gap: 14px;
    padding: 16px 16px 14px;
    border: 1px solid rgba(185, 225, 211, 0.82);
    border-radius: 17px;
    background: rgba(252, 255, 253, 0.78);
  }

  .generation-order-desktop-heading,
  .generation-order-technical-heading {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #4d655b;
    font-size: 0.72rem;
    font-weight: 520;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .generation-order-desktop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(185, 225, 211, 0.68);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.74);
  }

  .generation-order-desktop-detail-item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    min-height: 88px;
    padding: 19px 20px;
    box-shadow:
      inset -1px 0 0 rgba(185, 225, 211, 0.62),
      inset 0 -1px 0 rgba(185, 225, 211, 0.62);
  }

  .generation-order-desktop-detail-copy {
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0;
  }

  .generation-order-desktop-detail-label {
    color: #557067;
    font-size: 0.66rem;
    font-weight: 570;
    letter-spacing: 0.12em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .generation-order-desktop-detail-value {
    overflow-wrap: anywhere;
    color: #16221b;
    font-size: 0.94rem;
    font-weight: 520;
    line-height: 1.24;
  }

  .generation-order-desktop-date-value {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 0;
    overflow-wrap: normal;
    word-break: normal;
  }

  .generation-order-desktop-date-main,
  .generation-order-desktop-date-time {
    white-space: nowrap;
  }

  .generation-order-desktop-status {
    color: #158759;
  }

  .generation-order-desktop-status.payment-status-pill-failed {
    color: #a33d35;
  }

  .generation-order-desktop-status.payment-status-pill-pending {
    color: #8a5c1f;
  }

  .generation-order-technical-panel {
    display: grid;
    gap: 8px;
    padding: 15px 18px;
    border: 1px solid rgba(185, 225, 211, 0.68);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.68);
  }

  .generation-order-technical-copy {
    display: grid;
    gap: 4px;
    padding-left: 32px;
  }

  .generation-order-technical-copy > span {
    color: #557067;
    font-size: 0.66rem;
    font-weight: 570;
    letter-spacing: 0.12em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .generation-order-technical-copy p {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    margin: 0;
    color: #17251d;
    font-family: var(--font-mono);
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .generation-order-technical-copy p > span {
    overflow-wrap: anywhere;
  }

  .generation-order-desktop-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: #3e7063;
    -webkit-mask: var(--generation-order-icon) center / contain no-repeat;
    mask: var(--generation-order-icon) center / contain no-repeat;
  }

  .generation-order-desktop-icon[data-generation-icon="details"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v16H4V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M9 2h6v4H9z'/%3E%3Cpath d='M8 11h8'/%3E%3Cpath d='M8 15h7'/%3E%3C/svg%3E");
  }

  .generation-order-desktop-icon[data-generation-icon="calendar"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M5 4h14a2 2 0 0 1 2 2v16H3V6a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");
  }

  .generation-order-desktop-icon[data-generation-icon="music"],
  .generation-order-desktop-icon[data-generation-icon="genre"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E");
  }

  .generation-order-desktop-icon[data-generation-icon="status"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12 3 3 6-7'/%3E%3C/svg%3E");
  }

  .generation-order-desktop-icon[data-generation-icon="credits"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='7' ry='3'/%3E%3Cpath d='M5 5v6c0 1.7 3.1 3 7 3s7-1.3 7-3V5'/%3E%3Cpath d='M5 11v6c0 1.7 3.1 3 7 3s7-1.3 7-3v-6'/%3E%3C/svg%3E");
  }

  .generation-order-desktop-icon[data-generation-icon="refund"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 14 4 9l5-5'/%3E%3Cpath d='M4 9h10a6 6 0 1 1-4.2 10.2'/%3E%3C/svg%3E");
  }

  .generation-order-desktop-icon[data-generation-icon="wallet"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h18v14H3z'/%3E%3Cpath d='M3 7l3-4h14v4'/%3E%3Cpath d='M17 14h.01'/%3E%3C/svg%3E");
  }

  .generation-order-desktop-icon[data-generation-icon="voice"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4 22a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
  }

  .generation-order-desktop-icon[data-generation-icon="code"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 9-4 3 4 3'/%3E%3Cpath d='m16 9 4 3-4 3'/%3E%3Cpath d='m14 4-4 16'/%3E%3C/svg%3E");
  }

  .generation-order-desktop-icon[data-generation-icon="copy"] {
    --generation-order-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 8h11v13H8z'/%3E%3Cpath d='M5 15H4a1 1 0 0 1-1-1V4h12v1'/%3E%3C/svg%3E");
  }

  .generation-order-copy-button {
    display: inline-grid;
    place-items: center;
    width: 27px;
    height: 27px;
    padding: 0;
    border: 1px solid rgba(62, 112, 99, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    color: #3e7063;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  }

  .generation-order-copy-button .generation-order-desktop-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
    background: currentColor;
  }

  .generation-order-copy-button:hover,
  .generation-order-copy-button.is-copied {
    border-color: rgba(20, 132, 84, 0.26);
    background: rgba(232, 249, 240, 0.94);
    color: #158759;
  }

  .generation-order-copy-feedback {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    color: #158759;
    font-family: var(--font-ui);
    font-size: 0.78rem;
    font-weight: 520;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(2px);
    transition: opacity 0.18s ease, transform 0.18s ease, color 0.18s ease;
  }

  .generation-order-copy-feedback.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .generation-order-copy-feedback.is-error {
    color: #a33d35;
  }

  .generation-order-desktop-progress .generation-order-progress-card {
    margin: 0;
  }

  .generation-order-desktop-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
  }

  .generation-order-desktop-note {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(185, 225, 211, 0.68);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.68);
    color: #4f6157;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .generation-order-desktop-action-buttons {
    display: inline-flex;
    gap: 9px;
  }

  .generation-order-desktop-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(27, 123, 98, 0.24);
    border-radius: 10px;
    background: #ffffff;
    color: #176f58;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 520;
    cursor: pointer;
  }

  .generation-order-desktop-button.generation-order-desktop-primary {
    background: #176f58;
    color: #ffffff;
  }
}

@media (max-width: 720px) {
  .orders-list .payment-history-card .order-card-header {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
    padding: 18px 16px 15px 20px;
  }

  .orders-list .payment-history-card .order-card-header::after {
    right: 16px;
    left: 20px;
  }

  .orders-list .payment-history-card .order-card-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 12px 0 0;
    border-top: 1px dashed rgba(47, 143, 87, 0.18);
    border-left: 0;
  }

  .orders-list .payment-history-card .order-details {
    padding: 15px 14px 16px 20px;
  }

  .orders-list .payment-history-card .order-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orders-list .payment-history-card .payment-invoice-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .orders-list .payment-history-card .payment-action-buttons {
    width: 100%;
  }

  .orders-list .payment-history-card .payment-invoice-button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .orders-list .payment-history-card .order-card-trigger .section-kicker {
    font-size: 0.62rem;
  }

  .orders-list .payment-history-card .order-card-trigger h3 {
    font-size: 1.04rem;
  }

  .orders-list .payment-history-card .order-meta,
  .orders-list .payment-history-card .order-note {
    font-size: 0.8rem;
  }

  .orders-list .payment-history-card .order-status-pill {
    min-height: 28px;
    padding-inline: 10px;
    font-size: 0.66rem;
  }

  .orders-list .payment-history-card .order-details-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.order-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.gift-page-shell {
  width: min(980px, calc(100% - 32px));
}

.gift-main {
  display: grid;
  gap: 24px;
}

.gift-hero-card {
  padding: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 210, 179, 0.5), transparent 28%),
    radial-gradient(circle at bottom left, rgba(47, 139, 130, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.99), rgba(244, 251, 247, 0.94));
  overflow: hidden;
}

.gift-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: center;
}

.gift-hero-copy {
  display: grid;
  gap: 16px;
}

.gift-subtitle {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.gift-open-button {
  width: fit-content;
  min-width: 180px;
}

.gift-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gift-tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 300;
}

.gift-cover-shell {
  display: grid;
  align-items: center;
}

.gift-cover-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(47, 143, 87, 0.18);
  box-shadow: 0 18px 38px rgba(41, 73, 52, 0.12);
}

.gift-feedback-card {
  display: grid;
  gap: 18px;
  padding: 30px;
}

.gift-feedback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.gift-content {
  display: grid;
  gap: 24px;
}

.gift-message-card {
  display: grid;
  gap: 12px;
  padding: 28px 30px;
  border-color: rgba(130, 89, 61, 0.14);
  background:
    linear-gradient(90deg, rgba(255, 248, 239, 0.98), rgba(247, 252, 248, 0.96));
}

.gift-message {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  font-weight: 400;
  line-height: 1.22;
}

.gift-message-signature {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.96rem;
  font-weight: 450;
}

.gift-player-card,
.gift-details-card,
.gift-lyrics-card {
  display: grid;
  gap: 18px;
}

.gift-player-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}

.gift-created-at {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 300;
}

.gift-audio-player {
  width: 100%;
}

.gift-aimuzica-player {
  padding: 12px 14px;
  border: 1px solid rgba(47, 143, 87, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.gift-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.gift-copy-feedback {
  margin: 0;
  color: #1f746d;
  font-size: 0.92rem;
  font-weight: 300;
}

.gift-copy-feedback.is-muted {
  color: var(--text-soft);
}

.gift-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gift-detail-card {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(130, 89, 61, 0.12);
  background: rgba(255, 255, 255, 0.84);
}

.gift-detail-label {
  color: var(--text-soft);
  font-size: 0.84rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gift-detail-value {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.45;
}

.gift-lyrics {
  margin: 0;
  max-height: 420px;
  overflow: auto;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(130, 89, 61, 0.12);
  background: rgba(255, 255, 255, 0.84);
  white-space: pre-wrap;
  color: var(--text-soft);
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .hero,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .sound-step-hero {
    grid-template-columns: 1fr;
  }

  .sound-step-hero-art {
    justify-self: start;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-footer-brand,
  .site-footer-section,
  .site-footer-security {
    min-height: 0;
  }

  .site-footer-brand {
    padding: 0 0 22px;
  }

  .site-footer-section,
  .site-footer-security {
    padding: 22px 0;
    border-left: 0;
    border-top: 1px solid rgba(197, 236, 224, 0.92);
  }

  .site-footer-security {
    justify-items: start;
  }

  .generator-side-rail {
    position: static;
    top: auto;
  }

  .gift-hero-layout,
  .gift-details-grid {
    grid-template-columns: 1fr;
  }

  .new-account-auth-shell {
    position: static;
    top: auto;
  }

  .account-sidebar {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (min-width: 861px) and (max-width: 1080px) {
  .site-footer {
    padding-top: 24px;
  }

  .site-footer-panel {
    padding: 17px 20px;
    border-radius: 17px;
  }

  .site-footer-panel::before {
    display: none;
  }

  .site-footer-grid {
    grid-template-columns: minmax(174px, 0.88fr) minmax(190px, 0.9fr) minmax(190px, 0.9fr) minmax(132px, 0.64fr);
    align-items: stretch;
  }

  .site-footer-brand {
    gap: 12px;
    min-height: 100px;
    padding: 0 18px 0 0;
  }

  .site-footer-logo {
    width: min(100%, 176px);
  }

  .site-footer-support {
    gap: 6px;
    font-size: 0.64rem;
  }

  .site-footer-support-icon,
  .site-footer-security-icon {
    width: 13px;
    height: 13px;
  }

  .site-footer-section,
  .site-footer-security {
    min-height: 100px;
    border-top: 0;
    border-left: 1px solid rgba(197, 236, 224, 0.92);
  }

  .site-footer-section {
    gap: 15px;
    padding: 0 12px;
  }

  .site-footer-section-title {
    gap: 7px;
    font-size: 0.68rem;
  }

  .site-footer-section-icon {
    width: 13px;
    height: 13px;
  }

  .site-footer-link-list {
    gap: 7px;
  }

  .site-footer-legal-link {
    font-size: 0.58rem;
  }

  .site-footer-security {
    gap: 7px;
    justify-items: center;
    padding: 0 0 0 14px;
  }

  .site-footer-security-label {
    gap: 6px;
    font-size: 0.62rem;
  }

  .site-footer-payments {
    grid-template-columns: minmax(118px, 1fr);
    gap: 6px;
    width: min(100%, 124px);
  }

  .site-footer-payment-mark {
    min-width: 0;
    min-height: 34px;
    padding: 6px 8px;
    border-radius: 10px;
  }

  .site-footer-payment-logo {
    height: 18px;
  }

  .site-footer-payment-logo-netopia {
    height: 23px;
  }

  .site-footer-payment-logo-anpc {
    height: 20px;
  }
}

@media (max-width: 1180px) {
  #generator-main-grid {
    width: 100%;
  }

  .generator-grid {
    grid-template-columns: 1fr;
  }

  .generator-side-rail {
    position: static;
    top: auto;
  }
}

@media (max-width: 1120px) {
  .top-nav {
    gap: 12px;
    padding: 16px 18px;
  }

  .top-nav-brand-image {
    height: 38px;
    max-width: min(100%, 156px);
  }

  .top-nav-links a {
    min-width: 92px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .auth-menu-email {
    max-width: 118px;
    font-size: 0.82rem;
  }

  .top-nav-auth {
    gap: 8px;
  }

  #auth-menu .secondary-link,
  .top-nav-auth .compact-button,
  .top-nav-auth .credit-balance-pill {
    min-height: 40px;
    font-size: 0.82rem;
  }

  #auth-menu .secondary-link {
    min-width: 88px;
    padding: 0 14px;
  }

  .top-nav-auth .credit-balance-pill,
  .top-nav-auth .compact-button {
    padding: 0 12px;
  }
}

@media (max-width: 980px) {
  .top-nav {
    grid-template-columns: minmax(110px, 0.58fr) auto minmax(0, 0.9fr);
    gap: 8px;
    padding: 14px 16px;
  }

  .top-nav-brand-image {
    height: 34px;
    max-width: min(100%, 136px);
  }

  .top-nav-links a {
    min-width: 78px;
    min-height: 38px;
    gap: 6px;
    padding: 0 8px;
    font-size: 0.76rem;
  }

  .top-nav-links a::before,
  #auth-menu .secondary-link::before,
  .top-nav-auth .compact-button::before,
  .top-nav-auth .credit-balance-pill::before {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }

  .auth-menu-email {
    max-width: 82px;
    font-size: 0.76rem;
  }

  .top-nav-auth {
    gap: 6px;
  }

  #auth-menu .secondary-link,
  .top-nav-auth .compact-button,
  .top-nav-auth .credit-balance-pill {
    min-height: 36px;
    gap: 6px;
    border-radius: 11px;
    font-size: 0.76rem;
  }

  #auth-menu .secondary-link,
  .top-nav-auth .compact-button {
    min-width: 76px;
    padding: 0 9px;
  }

  .top-nav-auth .credit-balance-pill {
    padding: 0 9px;
  }
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100% - 20px, 1240px);
    padding-top: 18px;
  }

  .top-nav {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 16px;
    min-height: auto;
    padding: 22px;
  }

  .top-nav-auth {
    justify-self: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .top-nav-brand-image {
    height: 36px;
    max-width: min(100%, 260px);
  }

  .site-footer-panel {
    padding: 30px 28px;
    border-radius: 28px;
  }

  .site-footer-grid {
    gap: 20px;
  }

  .site-footer-logo {
    width: min(100%, 320px);
  }

  .site-footer-link-list {
    gap: 14px;
  }

  .site-footer-payment-mark {
    min-width: 84px;
    min-height: 46px;
    padding: 10px 14px;
  }

  .auth-menu-email {
    max-width: 100%;
  }

  .order-media-row {
    flex-direction: column;
    align-items: stretch;
  }

  .order-media-actions {
    width: 100%;
  }

  .gift-page-shell {
    width: min(100% - 20px, 980px);
  }

  .gift-player-heading,
  .gift-feedback-actions,
  .gift-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .gift-open-button {
    width: 100%;
  }

  .gift-message-card {
    padding: 22px;
  }

  .gift-dialog {
    padding: 12px;
    align-items: end;
  }

  .gift-dialog-sheet {
    max-height: 92svh;
    gap: 16px;
    padding: 18px;
    border-radius: 24px 24px 18px 18px;
  }

  .gift-dialog-head {
    padding: 8px 48px 0;
  }

  .gift-dialog-head h2 {
    font-size: clamp(2.05rem, 10vw, 2.8rem);
  }

  .gift-dialog-track {
    font-size: 1rem;
  }

  .gift-dialog-close {
    width: 44px;
    height: 44px;
  }

  .gift-dialog-close svg {
    width: 20px;
    height: 20px;
  }

  .gift-dialog-preview {
    grid-template-columns: 68px minmax(0, 1fr) 42px;
    gap: 10px;
    padding: 10px 12px 10px 10px;
    border-radius: 22px;
  }

  .gift-dialog-cover {
    width: 68px;
    border-radius: 15px;
    font-size: 1.5rem;
  }

  .gift-dialog-preview-copy strong {
    font-size: clamp(1.1rem, 5.4vw, 1.42rem);
  }

  .gift-dialog-preview-copy span {
    font-size: 0.94rem;
  }

  .gift-dialog-preview-play {
    width: 40px;
    height: 40px;
  }

  .gift-dialog-preview-play::before {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
  }

  .gift-card-style-options {
    min-height: clamp(168px, 32svh, 220px);
    margin-inline: -18px;
  }

  .gift-card-style-option {
    --gift-card-carousel-side-offset: clamp(83px, 26vw, 109px);
    --gift-card-carousel-far-offset: clamp(123px, 38vw, 160px);
    width: clamp(99px, 29vw, 123px);
  }

  .gift-card-style-preview {
    border-radius: 13px;
  }

  .gift-dialog-details h3,
  .gift-card-style-fieldset legend {
    font-size: 1.24rem;
  }

  .gift-dialog-field {
    grid-template-columns: 24px auto minmax(0, 1fr);
    gap: 10px;
    min-height: 56px;
    padding: 0 14px;
  }

  .gift-dialog-field::before {
    width: 21px;
    height: 21px;
  }

  .gift-dialog-field span {
    font-size: 0.92rem;
  }

  .gift-dialog-fields input {
    min-height: 52px;
  }

  .gift-dialog-fields textarea {
    min-height: 52px;
    padding-top: 16px;
  }

  .gift-dialog-link-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .gift-dialog-link-icon {
    width: 40px;
    height: 54px;
    border-radius: 15px;
  }

  .gift-dialog-link-icon::before {
    width: 21px;
    height: 21px;
  }

  .gift-dialog-link-copy {
    gap: 5px;
  }

  #gift-copy-button {
    min-width: 108px;
    min-height: 48px;
    padding-inline: 14px;
    border-radius: 16px;
    font-size: 0.9rem;
  }

  #gift-copy-button::after {
    width: 17px;
    height: 17px;
  }

  .gift-dialog-actions {
    display: grid;
    gap: 16px;
  }

  .gift-dialog-main-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gift-dialog-main-actions button {
    min-height: 56px;
    gap: 9px;
    font-size: 1rem;
  }

  #gift-save-button::before,
  #gift-view-button::before {
    width: 21px;
    height: 21px;
  }

  .gift-dialog-share-actions {
    gap: 18px;
  }

  .gift-dialog-actions .primary-button,
  .gift-dialog-actions .secondary-button {
    width: 100%;
    min-width: 0;
  }

  .gift-dialog-share-button {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }

  .gift-dialog-share-button::before {
    width: 25px;
    height: 25px;
  }

  .order-details-grid {
    grid-template-columns: 1fr;
  }

  .top-nav-brand-image {
    height: 38px;
    max-width: min(100%, 156px);
  }

  .top-nav-links a {
    min-width: 92px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .auth-menu-email {
    max-width: 118px;
    font-size: 0.82rem;
  }

  .top-nav-auth {
    gap: 8px;
  }

  #auth-menu .secondary-link,
  .top-nav-auth .compact-button,
  .top-nav-auth .credit-balance-pill {
    min-height: 40px;
    font-size: 0.82rem;
  }

  #auth-menu .secondary-link {
    min-width: 88px;
    padding: 0 14px;
  }

  .top-nav-auth .credit-balance-pill,
  .top-nav-auth .compact-button {
    padding: 0 12px;
  }

  .hero-copy,
  .hero-panel,
  .form-card,
  .status-card,
  .admin-card {
    padding: 22px;
    border-radius: 26px;
  }

  .hero-stats,
  .wizard-progress,
  .field-row,
  .choice-row,
  .option-grid,
  .genre-substyle-grid,
  .instrument-grid,
  .wizard-footer {
    grid-template-columns: 1fr;
  }

  .wizard-footer {
    padding: 62px 22px 22px;
  }

  .wizard-footer::before {
    top: 22px;
    left: 22px;
    transform: none;
  }

  .wizard-footer-actions {
    width: 100%;
  }

  .wizard-footer-actions .secondary-button,
  .wizard-footer-actions .primary-button {
    flex: 1 1 0;
    min-width: 0;
  }

  .new-account-summary-grid,
  .new-account-session-actions,
  .prestart-journey {
    grid-template-columns: 1fr;
  }

  .sound-step-top-grid,
  .sound-step-bottom-grid,
  .sound-step-substyle-group,
  .sound-step-direction-group {
    margin: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .sound-step-instrument-group {
    margin: 0 22px;
  }

  .sound-step-hero-copy .section-copy {
    white-space: normal;
  }

  .ai-step-hero,
  .ai-step-choice-group {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ai-step-intro {
    white-space: normal;
  }

  .ai-step-detail-panel {
    margin: 0 22px 22px;
    padding: 20px;
  }

  .ai-step-choice-grid,
  .ai-step-detail-grid,
  .ai-mode-card-body {
    grid-template-columns: 1fr;
  }

  .ai-mode-card {
    align-items: start;
    min-height: 0;
  }

  .ai-mode-card-icon {
    width: 64px;
    height: 64px;
  }

  .sound-step-instrument-group .instrument-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .generator-active-job-head,
  .generator-active-job-progress-head {
    flex-direction: column;
    align-items: stretch;
  }

  .prestart-hero {
    grid-template-columns: 1fr;
  }

  .section-label-row {
    flex-direction: column;
  }

  .lyrics-toggle-block {
    grid-template-columns: 1fr;
  }

  .primary-button {
    width: 100%;
    min-width: 0;
  }

  .new-account-status-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer-payments {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(96px, 1fr));
    width: min(100%, 260px);
  }

  .site-footer-payment-mark {
    min-width: 96px;
    min-height: 48px;
    padding: 10px 12px;
  }

  .site-footer-payment-logo {
    height: 22px;
  }

  .site-footer-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .site-footer-link-list {
    gap: 12px;
  }

  .sound-step-hero {
    padding: 22px;
  }

  .sound-step-hero-art {
    width: 180px;
    height: 92px;
  }

  .sound-step-hero-icon-note {
    right: 58px;
  }

  .sound-step-hero-icon-notes {
    right: 24px;
  }

  body {
    background:
      radial-gradient(circle at top left, rgba(47, 143, 87, 0.12), transparent 30%),
      radial-gradient(circle at top right, rgba(47, 125, 103, 0.08), transparent 28%),
      linear-gradient(180deg, #fbfefb 0%, #eef5f0 100%);
  }

  body::before {
    opacity: 0.55;
    background-size: auto, 24px 24px, 24px 24px;
  }

  .page-shell {
    width: min(100% - 14px, 1240px);
    padding-top: 10px;
    padding-bottom: 116px;
  }

  .top-nav {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(18px);
  }

  .top-nav-links {
    display: none;
  }

  .top-nav-auth {
    width: auto;
    margin-left: auto;
    justify-content: space-between;
    gap: 8px;
  }

  .top-nav-brand-image {
    height: 30px;
    max-width: 170px;
  }

  .auth-menu-email,
  .compact-credit {
    display: none !important;
  }

  .top-nav-auth .secondary-link,
  .top-nav-auth .compact-button {
    min-height: 40px;
  }

  .site-footer {
    display: none;
  }

  .form-card {
    padding: 20px 16px 124px;
    border-radius: 36px;
    background:
      radial-gradient(circle at top right, rgba(47, 143, 87, 0.07), transparent 22%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 245, 0.92));
  }

  .form-card > .section-heading {
    position: relative;
    gap: 8px;
    margin-bottom: 22px;
    padding-right: 88px;
  }

  .form-card > .section-heading::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    border: 1px solid rgba(47, 143, 87, 0.08);
    background:
      radial-gradient(circle at center, rgba(247, 253, 248, 0.98), rgba(227, 244, 233, 0.82));
    box-shadow: 0 14px 28px rgba(41, 73, 52, 0.06);
  }

  .form-card > .section-heading::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 21px;
    width: 28px;
    height: 28px;
    background: url("/twemoji-musical-note.svg") center / contain no-repeat;
    z-index: 1;
  }

  .form-card > .section-heading h2 {
    max-width: 10ch;
    font-family: var(--font-display);
    font-size: clamp(2.35rem, 10vw, 3.25rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .section-kicker {
    color: var(--accent-strong);
    letter-spacing: 0.16em;
  }

  form {
    gap: 16px;
  }

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

  .wizard-progress-item {
    min-height: 74px;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 24px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background: rgba(255, 255, 255, 0.92);
  }

  .wizard-progress-item,
  .wizard-progress-item.is-active,
  .wizard-progress-item.is-complete {
    box-shadow: 0 12px 24px rgba(41, 73, 52, 0.06);
  }

  .wizard-progress-item.is-complete .wizard-progress-index,
  .wizard-progress-item.is-active .wizard-progress-index {
    color: #ffffff;
    background: linear-gradient(135deg, #2f8f57, #68c689);
  }

  .wizard-progress-item.is-complete .wizard-progress-index::before {
    content: none;
  }

  .wizard-progress-item.is-complete .wizard-progress-index {
    font-size: 1rem;
  }

  .wizard-progress-label {
    font-size: 0.95rem;
    line-height: 1.16;
    font-weight: 350;
  }

  .wizard-progress-index {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .form-section,
  .advanced-panel,
  .ai-step-shell,
  .sound-step-shell {
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .section-label-row,
  .sound-step-hero {
    gap: 10px;
    padding: 0;
  }

  .sound-step-hero-art {
    display: none;
  }

  #wizard-step-lyrics {
    gap: 18px;
  }

  #wizard-step-lyrics .section-label-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-top: 6px;
  }

  #wizard-step-lyrics .section-step-illustrated {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(241, 251, 244, 0.98), rgba(228, 245, 233, 0.82));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  #wizard-step-lyrics .section-step-illustration {
    width: 38px;
    height: 38px;
  }

  #wizard-step-lyrics h3 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .lyrics-section-copy {
    display: none;
  }

  .lyrics-section-copy-mobile {
    display: block;
    margin-top: 4px;
  }

  .section-copy,
  .sound-step-hero-copy .section-copy,
  .ai-step-intro {
    margin-top: 2px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .sound-step-shell h3,
  .ai-step-detail-heading strong {
    font-family: var(--font-display);
    font-size: 2rem;
    line-height: 1.02;
    letter-spacing: -0.03em;
  }

  .sound-step-hero-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
  }

  .sound-step-hero-step {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(241, 251, 244, 0.98), rgba(228, 245, 233, 0.82));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .sound-step-hero-gclef {
    font-size: 3.15rem;
  }

  .sound-step-top-grid,
  .sound-step-bottom-grid,
  .sound-step-substyle-group,
  .sound-step-direction-group,
  .sound-step-instrument-group,
  .ai-step-hero,
  .ai-step-choice-group,
  .ai-step-detail-panel {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ai-step-pill {
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 1.35rem;
  }

  .ai-step-pill-chip {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .ai-step-choice-group,
  .ai-step-choice-grid,
  .ai-step-detail-grid,
  .sound-step-top-grid,
  .sound-step-bottom-grid {
    gap: 14px;
  }

  .ai-step-choice-grid,
  .sound-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-mode-card,
  .sound-mode-card {
    min-height: 0;
    padding: 18px;
    border-radius: 24px;
  }

  .ai-mode-card-body,
  .sound-mode-card-body {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .ai-mode-card-icon,
  .sound-mode-card-badge {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .dedication-panel,
  .ai-step-general-panel {
    gap: 14px;
  }

  .ai-step-detail-heading {
    padding: 0 4px;
  }

  .ai-step-detail-heading p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .mobile-lyrics-mode {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .mobile-lyrics-mode-button {
    position: relative;
    display: grid;
    gap: 12px;
    min-height: 174px;
    padding: 22px 20px 20px;
    border: 1px solid rgba(80, 113, 91, 0.14);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--text);
    font: inherit;
    text-align: left;
    box-shadow: 0 16px 30px rgba(41, 73, 52, 0.05);
    transition:
      transform 0.18s ease,
      border-color 0.18s ease,
      box-shadow 0.18s ease,
      background 0.18s ease;
  }

  .mobile-lyrics-mode-button.is-active {
    border-color: rgba(47, 143, 87, 0.6);
    background: linear-gradient(180deg, rgba(241, 251, 243, 0.98), rgba(232, 247, 237, 0.92));
    box-shadow: 0 18px 34px rgba(47, 143, 87, 0.1);
  }

  .mobile-lyrics-mode-indicator {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: 2px solid rgba(108, 120, 114, 0.44);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
  }

  .mobile-lyrics-mode-button.is-active .mobile-lyrics-mode-indicator {
    border-color: rgba(47, 143, 87, 0.88);
    background: linear-gradient(135deg, #2f8f57, #44b96f);
  }

  .mobile-lyrics-mode-button.is-active .mobile-lyrics-mode-indicator::before {
    content: "\2713";
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 400;
  }

  .mobile-lyrics-mode-icon {
    position: relative;
    display: inline-flex;
    width: 74px;
    height: 74px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(244, 252, 246, 0.98), rgba(230, 245, 235, 0.82));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .mobile-lyrics-mode-icon-sparkles::before {
    content: "";
    position: absolute;
    inset: 21px;
    background: #111111;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .mobile-lyrics-mode-icon-file::before,
  .mobile-collapsible-icon-file::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #2f8f57, #1f6c41);
    clip-path: polygon(0 0, 72% 0, 100% 28%, 100% 100%, 0 100%);
  }

  .mobile-lyrics-mode-icon-file::after,
  .mobile-collapsible-icon-file::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.94);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }

  .mobile-lyrics-mode-icon-file::before {
    top: 17px;
    left: 22px;
    width: 30px;
    height: 38px;
    border-radius: 0;
    clip-path: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .mobile-lyrics-mode-icon-file::after {
    display: none;
  }

  .mobile-lyrics-mode-title {
    max-width: 10ch;
    margin-top: 2px;
    font-size: 1.18rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .mobile-lyrics-mode-copy {
    color: var(--text-soft);
    font-size: 0.97rem;
    line-height: 1.62;
  }

  .mobile-lyrics-hint-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(47, 143, 87, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(246, 252, 247, 0.98), rgba(238, 249, 241, 0.9));
  }

  .mobile-lyrics-hint-icon {
    position: relative;
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 999px;
    background: rgba(242, 251, 244, 0.98);
  }

  .mobile-lyrics-hint-icon::before {
    content: "";
    position: absolute;
    inset: 6px;
    background: #111111;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .mobile-lyrics-hint-copy {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .mobile-lyrics-hint-copy strong {
    color: var(--text);
  }

  .mobile-lyrics-hint-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #74897c;
    font: inherit;
    font-size: 1.35rem;
    line-height: 1;
  }

  .lyrics-toggle-block {
    display: none !important;
  }

  .mobile-collapsible-card {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(80, 113, 91, 0.12);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(41, 73, 52, 0.06);
  }

  .mobile-direct-select-card {
    position: relative;
  }

  .mobile-collapsible-card.is-filled {
    border-color: rgba(80, 113, 91, 0.12);
  }

  .mobile-collapsible-card.is-expanded {
    border-color: rgba(47, 143, 87, 0.22);
    box-shadow: 0 22px 42px rgba(41, 73, 52, 0.1);
  }

  .mobile-collapsible-trigger {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 18px;
    gap: 14px;
    align-items: center;
    width: 100%;
    padding: 20px 20px 18px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
  }

  .mobile-collapsible-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .mobile-collapsible-title {
    font-size: 1.03rem;
    font-weight: 400;
    line-height: 1.28;
  }

  .mobile-collapsible-summary {
    min-width: 0;
    overflow: hidden;
    color: var(--text-soft);
    font-size: 0.97rem;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-collapsible-icon {
    position: relative;
    display: inline-flex;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background:
      var(--mobile-card-icon-mask) center / 24px 24px no-repeat,
      radial-gradient(circle at center, rgba(242, 251, 244, 0.98), rgba(226, 244, 232, 0.82));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .mobile-collapsible-icon-file {
    background: radial-gradient(circle at center, rgba(242, 251, 244, 0.98), rgba(226, 244, 232, 0.82));
  }

  .mobile-collapsible-icon-file::before {
    top: 11px;
    left: 15px;
    width: 22px;
    height: 28px;
    border-radius: 7px;
  }

  .mobile-collapsible-icon-file::after {
    top: 11px;
    right: 12px;
    width: 10px;
    height: 10px;
  }

  .mobile-collapsible-icon-music {
    --mobile-card-icon-mask: url("/twemoji-musical-note.svg");
  }

  .mobile-collapsible-icon-microphone {
    --mobile-card-icon-mask: url("/twemoji-microphone.svg");
  }

  .mobile-collapsible-icon-settings {
    --mobile-card-icon-mask: url("/lucide-settings-2.svg");
  }

  .mobile-collapsible-icon-sparkles {
    --mobile-card-icon-mask: url("/twemoji-sparkles.svg");
  }

  .mobile-collapsible-icon-heart {
    --mobile-card-icon-mask: url("/lucide-heart.svg");
  }

  .mobile-collapsible-icon-flag {
    --mobile-card-icon-mask: url("/twemoji-triangular-flag.svg");
  }

  .mobile-collapsible-icon-music,
  .mobile-collapsible-icon-microphone,
  .mobile-collapsible-icon-sparkles,
  .mobile-collapsible-icon-heart,
  .mobile-collapsible-icon-flag {
    background: radial-gradient(circle at center, rgba(242, 251, 244, 0.98), rgba(226, 244, 232, 0.82));
  }

  .mobile-collapsible-icon-music::before,
  .mobile-collapsible-icon-microphone::before,
  .mobile-collapsible-icon-sparkles::before,
  .mobile-collapsible-icon-heart::before,
  .mobile-collapsible-icon-flag::before {
    content: "";
    position: absolute;
    inset: 13px;
    background: var(--accent);
    -webkit-mask: var(--mobile-card-icon-mask) center / contain no-repeat;
    mask: var(--mobile-card-icon-mask) center / contain no-repeat;
  }

  .mobile-collapsible-icon-sparkles::before {
    background: #111111;
  }

  .mobile-collapsible-icon-user {
    --mobile-card-icon-mask: url("/lucide-user-round.svg");
  }

  .mobile-collapsible-icon-calendar {
    --mobile-card-icon-mask: url("/lucide-calendar.svg");
  }

  .mobile-collapsible-icon-message {
    --mobile-card-icon-mask: url("/lucide-message-circle.svg");
  }

  .mobile-collapsible-icon-star {
    --mobile-card-icon-mask: url("/lucide-star.svg");
  }

  .mobile-collapsible-icon-gem {
    --mobile-card-icon-mask: url("/lucide-gem.svg");
  }

  .mobile-collapsible-chevron {
    width: 12px;
    height: 12px;
    justify-self: end;
    border-right: 2px solid rgba(31, 42, 34, 0.52);
    border-bottom: 2px solid rgba(31, 42, 34, 0.52);
    transform: rotate(45deg);
    transition: transform 0.18s ease, border-color 0.18s ease;
  }

  .mobile-collapsible-card.is-expanded .mobile-collapsible-chevron {
    border-color: rgba(47, 143, 87, 0.78);
    transform: rotate(-135deg);
  }

  .mobile-direct-select-card .mobile-collapsible-chevron {
    transform: rotate(45deg);
  }

  .mobile-collapsible-body {
    display: none;
    padding: 0 20px 20px;
    border-top: 1px solid rgba(80, 113, 91, 0.1);
  }

  .mobile-collapsible-card.is-expanded .mobile-collapsible-body {
    display: grid;
    gap: 14px;
  }

  .mobile-direct-select-card .mobile-collapsible-body {
    position: absolute;
    inset: 0;
    display: block;
    padding: 0;
    border-top: 0;
    z-index: 2;
  }

  .mobile-direct-select-card .mobile-collapsible-body > .sound-field-card {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .mobile-direct-select-card .mobile-collapsible-body .sound-field-chip,
  .mobile-direct-select-card .mobile-collapsible-body .sound-field-title,
  .mobile-direct-select-card .mobile-collapsible-body .sound-field-note,
  .mobile-direct-select-card .mobile-collapsible-body #genre-substyle-toggle {
    display: none;
  }

  .mobile-direct-select-card .mobile-collapsible-body .sound-field-stack,
  .mobile-direct-select-card .mobile-collapsible-body .sound-field-control-row {
    display: block;
    height: 100%;
  }

  .mobile-direct-select-card .mobile-collapsible-body select {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
  }

  .mobile-custom-select-card .mobile-native-select-backup {
    display: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .mobile-custom-select-card .desktop-voice-card-grid,
  .mobile-custom-select-card .desktop-language-card-grid,
  .mobile-custom-select-card .desktop-mood-card-grid {
    display: none !important;
  }

  .mobile-collapsible-body > #lyrics-input-group,
  .mobile-collapsible-body > .sound-field-card,
  .mobile-collapsible-body > .sound-step-substyle-group,
  .mobile-collapsible-body > .sound-step-instrument-group,
  .mobile-collapsible-body > .ai-step-field-card {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .mobile-collapsible-body > #lyrics-input-group label > span,
  .mobile-collapsible-body .sound-field-chip,
  .mobile-collapsible-body .sound-field-title,
  .mobile-collapsible-body .sound-step-section-heading,
  .mobile-collapsible-body .field-legend,
  .mobile-collapsible-body .ai-step-field-title,
  .mobile-collapsible-body .ai-step-field-card > span:not(.ai-step-field-control):not(.ai-step-field-count):first-child {
    display: none;
  }

  .mobile-collapsible-body .sound-field-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mobile-collapsible-body .sound-field-stack,
  .mobile-collapsible-body .sound-field-control-row,
  .mobile-collapsible-body .ai-step-field-control {
    gap: 10px;
  }

  .mobile-style-reference-slot .sound-step-style-reference-group {
    margin-top: 14px;
  }

  .mobile-style-reference-slot .style-reference-card {
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid rgba(91, 126, 106, 0.14);
    border-radius: 18px;
    background: rgba(250, 253, 251, 0.94);
  }

  .mobile-style-reference-slot .style-reference-card .field-legend {
    display: block;
    color: #1d2821;
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.2;
  }

  .mobile-style-reference-slot .style-reference-auto {
    min-height: 30px;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .mobile-style-reference-slot .style-reference-card input {
    min-height: 48px;
    border-radius: 16px;
  }

  .mobile-collapsible-body #genre-substyle-toggle {
    display: none;
  }

  .mobile-collapsible-body .sound-field-note {
    margin-top: -2px;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .mobile-collapsible-body input,
  .mobile-collapsible-body select,
  .mobile-collapsible-body textarea {
    min-height: 56px;
    padding: 15px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
  }

  .mobile-collapsible-body textarea {
    min-height: 214px;
    padding-bottom: 44px;
  }

  .mobile-collapsible-card-lyrics .mobile-collapsible-summary {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .mobile-collapsible-card-lyrics .mobile-collapsible-body {
    gap: 12px;
  }

  .mobile-collapsible-card-lyrics .mobile-collapsible-body > #lyrics-input-group label {
    gap: 12px;
  }

  .lyrics-text-count {
    display: block;
    justify-self: end;
    margin-top: -40px;
    padding-right: 12px;
    color: #658578;
    font-size: 0.92rem;
    font-weight: 500;
    pointer-events: none;
  }

  .mobile-collapsible-body .sound-mode-grid,
  .mobile-collapsible-body .genre-substyle-grid,
  .mobile-collapsible-body .instrument-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mobile-collapsible-body .choice-card,
  .mobile-collapsible-body .check-card {
    min-height: 0;
    padding: 16px;
    border-radius: 22px;
  }

  .mobile-collapsible-body .sound-mode-card {
    padding: 16px;
  }

  .mobile-collapsible-body .sound-mode-card-body {
    gap: 10px;
  }

  .mobile-collapsible-body .ai-step-field-count {
    justify-self: end;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] {
    overflow: hidden;
    border-color: rgba(80, 113, 91, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 36px rgba(41, 73, 52, 0.08);
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"].is-expanded {
    border-color: rgba(47, 143, 87, 0.22);
    box-shadow: 0 22px 42px rgba(41, 73, 52, 0.1);
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-collapsible-trigger {
    padding: 18px 18px 14px;
    grid-template-columns: 46px minmax(0, 1fr) 16px;
    gap: 12px;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-collapsible-title {
    font-size: clamp(1.08rem, 4.5vw, 1.28rem);
    line-height: 1.1;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-collapsible-summary {
    font-size: clamp(0.78rem, 3.35vw, 0.93rem);
    line-height: 1.3;
    white-space: normal;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-collapsible-icon {
    width: 46px;
    height: 46px;
    border-radius: 999px;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-collapsible-body {
    padding: 0 18px 18px;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-step-instrument-group {
    display: grid;
    gap: 12px;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0;
    padding: 2px;
    border: 1px solid rgba(80, 113, 91, 0.1);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card {
    position: relative;
    min-height: 48px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 11px;
    background: transparent;
    box-shadow: none;
    transition:
      background-color 0.16s ease,
      border-color 0.16s ease,
      color 0.16s ease;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card-body,
  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card-copy {
    width: auto;
    flex: 0 0 auto;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card-copy > span {
    display: none;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card-body {
    gap: 5px;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 999px;
    background: transparent;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card-badge .sound-icon {
    width: 15px;
    height: 15px;
    background: #111111;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card-copy strong {
    font-size: clamp(0.86rem, 3.6vw, 0.98rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card:has(input:checked) {
    border-color: rgba(47, 143, 87, 0.14);
    background: rgba(246, 251, 248, 0.72);
    box-shadow: none;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card:has(input:checked) strong {
    color: #1f6f43;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-card:hover {
    border-color: rgba(47, 143, 87, 0.14);
    background: rgba(246, 251, 248, 0.72);
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-auto-panel {
    display: none;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-auto-icon,
  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-selected-icon {
    position: relative;
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(230, 247, 235, 0.94), rgba(218, 242, 226, 0.76));
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-auto-icon::before,
  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-selected-icon::before {
    content: "";
    position: absolute;
    inset: 9px;
    background: #111111;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-manual-link {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: max-content;
    margin: 4px auto 0;
    padding: 8px 10px;
    border: 0;
    background: transparent;
    color: var(--accent-strong);
    font: inherit;
    font-size: clamp(0.86rem, 3.4vw, 0.96rem);
    font-weight: 350;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-manual-link span {
    width: 18px;
    height: 18px;
    background: url("/twemoji-level-slider.svg") center / contain no-repeat;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-manual-copy {
    display: none;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-step-instrument-group:has(#instrument-mode-auto:checked) .mobile-instrument-auto-panel {
    display: flex;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-step-instrument-group:has(#instrument-mode-auto:checked) .mobile-instrument-manual-link {
    display: none;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-step-instrument-group:has(#instrument-mode-manual:checked) .mobile-instrument-manual-copy {
    display: flex;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid:not(.hidden) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid.hidden {
    display: none !important;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    min-height: 52px;
    padding: 6px 4px 5px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    box-shadow: 0 5px 12px rgba(41, 73, 52, 0.04);
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    background: var(--accent);
    -webkit-mask: var(--mobile-instrument-icon, url("/twemoji-musical-note.svg")) center / contain no-repeat;
    mask: var(--mobile-instrument-icon, url("/twemoji-musical-note.svg")) center / contain no-repeat;
    opacity: 0.9;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card span {
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    color: #1f2a22;
    font-size: clamp(0.58rem, 2.65vw, 0.72rem);
    font-weight: 390;
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="pian"]) {
    --mobile-instrument-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='10' rx='2'/%3E%3Cpath d='M7 8v10M11 8v10M15 8v10M19 8v10'/%3E%3C/svg%3E");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="chitara_acustica"]),
  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="chitara_electrica"]) {
    --mobile-instrument-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5l4-4 4 4-4 4z' transform='scale(.7) translate(8 0)'/%3E%3Cpath d='M14 6l4 4'/%3E%3Cpath d='M9 11c2-1 4 1 4 3a5 5 0 1 1-5-5c1 0 2 0 3 1z'/%3E%3Ccircle cx='8' cy='15' r='1.5'/%3E%3Cpath d='M12 12l6-6'/%3E%3C/svg%3E");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="acordeon"]) {
    --mobile-instrument-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='5' height='10' rx='1.5'/%3E%3Crect x='16' y='7' width='5' height='10' rx='1.5'/%3E%3Cpath d='M8 8l8 8M8 12h8M8 16l8-8'/%3E%3Cpath d='M5 10h1M5 13h1M18 10h1M18 13h1'/%3E%3C/svg%3E");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="vioara"]) {
    --mobile-instrument-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 14c-2 2-2 5 1 6 3 1 5-1 5-3s-2-4-4-3z'/%3E%3Cpath d='M12 12l7-7'/%3E%3Cpath d='M15 5l4 4'/%3E%3Cpath d='M6 18l11-11'/%3E%3Cpath d='M4 8l12 12'/%3E%3C/svg%3E");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="fluier"]) {
    --mobile-instrument-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15l16-8'/%3E%3Cpath d='M7 14l2 4'/%3E%3Cpath d='M11 12l2 4'/%3E%3Cpath d='M15 10l2 4'/%3E%3Ccircle cx='6' cy='14' r='1'/%3E%3Ccircle cx='10' cy='12' r='1'/%3E%3Ccircle cx='14' cy='10' r='1'/%3E%3C/svg%3E");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="tobe"]) {
    --mobile-instrument-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='9' rx='7' ry='3'/%3E%3Cpath d='M5 9v6c0 2 14 2 14 0V9'/%3E%3Cpath d='M6 4l5 4M18 4l-5 4'/%3E%3C/svg%3E");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="bass_puternic"]),
  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="bass_808"]) {
    --mobile-instrument-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9z'/%3E%3Cpath d='M16 9c1 1 1 5 0 6'/%3E%3Cpath d='M19 7c2 3 2 7 0 10'/%3E%3C/svg%3E");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="sintetizatoare"]) {
    --mobile-instrument-icon: url("/lucide-settings-2.svg");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="orchestra"]) {
    --mobile-instrument-icon: url("/twemoji-musical-notes.svg");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input[value="instrumente_traditionale"]) {
    --mobile-instrument-icon: url("/twemoji-musical-note.svg");
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input:checked)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #35b55f;
    box-shadow: 0 2px 5px rgba(47, 143, 87, 0.14);
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input:checked) {
    border-color: rgba(47, 143, 87, 0.5);
    background: linear-gradient(180deg, rgba(244, 252, 246, 0.98), rgba(232, 247, 237, 0.94));
    color: var(--accent-strong);
    box-shadow: 0 8px 18px rgba(47, 143, 87, 0.08);
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid .check-card:has(input:checked) span {
    color: var(--accent-strong);
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-selected-summary {
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(47, 143, 87, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(250, 254, 251, 0.98), rgba(241, 251, 245, 0.9));
    color: #5f7469;
    font-size: clamp(0.77rem, 3.15vw, 0.9rem);
    line-height: 1.3;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-selected-summary:not(.hidden) {
    display: flex;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-selected-summary strong {
    color: var(--accent-strong);
  }

  .wizard-footer {
    position: sticky;
    bottom: 10px;
    z-index: 12;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 0 0;
    border-radius: 0;
    border: 0;
    border-color: rgba(80, 113, 91, 0.12);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .wizard-footer::before {
    display: none;
  }

  .wizard-footer-copy {
    display: none;
  }

  .wizard-footer-actions {
    display: grid;
    grid-template-columns: minmax(132px, 0.38fr) minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border-radius: 28px;
    border: 1px solid rgba(80, 113, 91, 0.1);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 44px rgba(41, 73, 52, 0.14);
    backdrop-filter: blur(16px);
  }

  .wizard-footer-actions .secondary-button,
  .wizard-footer-actions .primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 68px;
    border-radius: 24px;
    padding: 16px 22px;
  }

  .wizard-footer-actions .secondary-button {
    border-color: rgba(80, 113, 91, 0.14);
    background: rgba(255, 255, 255, 0.94);
  }

  #wizard-back::before {
    content: "\2190";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    flex: 0 0 1em;
    font-size: 1.1rem;
    line-height: 1;
    transform: translateY(-0.02em);
  }

  .wizard-footer-actions .primary-button::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #ffffff;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .wizard-next-button::after {
    content: "";
  }

  .secondary-button,
  .primary-button {
    font-size: 1.05rem;
  }

  .status-card,
  .admin-card {
    padding: 20px 18px;
    border-radius: 28px;
  }
}

@media (max-width: 389px) {
  .ai-step-choice-grid,
  .sound-mode-grid,
  .mobile-collapsible-body .sound-mode-grid,
  .mobile-collapsible-body .genre-substyle-grid {
    grid-template-columns: 1fr;
  }

  .form-card.mobile-form-stage-active .mobile-style-chip-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .form-card.mobile-form-stage-active .mobile-voice-chip-row,
  .form-card.mobile-form-stage-active .mobile-language-chip-row,
  .form-card.mobile-form-stage-active .mobile-mood-chip-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .form-card.mobile-form-stage-active .mobile-voice-chip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .sound-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mobile-collapsible-card[data-mobile-card-key="instruments"] .instrument-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .form-card.mobile-form-stage-active .mobile-style-chip {
    min-height: 44px;
    padding: 7px 4px;
    font-size: clamp(0.58rem, 2.65vw, 0.72rem);
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip {
    min-height: 62px;
    padding: 8px 4px 7px;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .form-card.mobile-form-stage-active .mobile-language-option,
  .form-card.mobile-form-stage-active .mobile-mood-option {
    font-size: clamp(0.56rem, 2.5vw, 0.68rem);
  }

  .mobile-lyrics-mode {
    gap: 10px;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions {
    grid-template-columns: minmax(96px, 0.82fr) minmax(0, 1.18fr);
    gap: 10px;
    padding: 10px;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .secondary-button,
  .form-card.mobile-form-stage-active .wizard-footer-actions .primary-button {
    min-height: 54px;
    padding: 14px 10px;
    border-radius: 18px;
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .wizard-progress-item {
    padding: 8px 7px;
  }
}

@media (max-width: 860px) {
  body {
    background:
      radial-gradient(circle at top center, rgba(47, 143, 87, 0.08), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #fbfefb 100%);
  }

  body::before {
    display: none;
  }

  .page-shell {
    width: 100%;
    max-width: none;
    min-height: 100svh;
    padding: 0;
  }

  .top-nav {
    display: none;
  }

  .site-footer {
    display: block;
    width: 100%;
    margin: auto 0 0;
    padding: 22px 0 0;
  }

  .site-footer-panel {
    width: 100%;
    margin: 0;
    padding: 20px 17px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 254, 251, 0.96));
    box-shadow: 0 16px 36px rgba(41, 73, 52, 0.08);
  }

  .site-footer-panel::before {
    display: none;
  }

  .site-footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "brand brand"
      "explore legal"
      "security security"
      "support support";
    gap: 18px 0;
    align-items: stretch;
  }

  .site-footer-brand {
    grid-area: brand;
    display: contents;
  }

  .site-footer-brand::after {
    display: none;
  }

  .site-footer-logo {
    grid-area: brand;
    position: relative;
    z-index: 1;
    justify-self: center;
    width: clamp(118px, 36vw, 148px);
  }

  .site-footer-support {
    grid-area: support;
    position: relative;
    z-index: 1;
    justify-self: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    color: #84919d;
    font-size: clamp(0.56rem, 2.05vw, 0.66rem);
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  .site-footer-support-prefix {
    display: inline;
  }

  .site-footer-support-email {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .site-footer-support-icon {
    width: 15px;
    height: 15px;
  }

  .site-footer-section {
    display: grid;
    grid-template-rows: 34px 1fr;
    justify-items: stretch;
    min-height: 0;
    padding: 0 6px;
    border: 0;
    gap: 11px;
  }

  .site-footer-explore {
    grid-area: explore;
  }

  .site-footer-legal {
    grid-area: legal;
    border-left: 1px solid rgba(197, 236, 224, 0.92);
  }

  .site-footer-section-title {
    display: inline-flex;
    position: relative;
    align-self: start;
    align-items: center;
    justify-self: stretch;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    margin-left: 0;
    padding-bottom: 10px;
    color: #244160;
    font-size: clamp(0.76rem, 3vw, 0.92rem);
    font-weight: 500;
  }

  .site-footer-section-title::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 0;
    left: 8%;
    border-bottom: 1px dotted rgba(169, 222, 211, 0.95);
  }

  .site-footer-section-icon {
    width: clamp(17px, 4.5vw, 22px);
    height: clamp(17px, 4.5vw, 22px);
    stroke-width: 2.2;
  }

  .site-footer-link-list {
    display: grid;
    grid-template-columns: 1fr;
    align-self: start;
    justify-content: stretch;
    gap: 4px;
    width: 100%;
  }

  .site-footer-legal .site-footer-link-list {
    display: flex;
    min-height: 40px;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    padding-top: 9px;
    flex-wrap: nowrap;
  }

  .site-footer-explore .site-footer-link-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 40px;
    align-items: start;
    justify-content: stretch;
    gap: 2px;
  }

  .site-footer-legal-link {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 24px;
    padding: 0 3px;
    border-radius: 8px;
    color: #274666;
    font-size: clamp(0.58rem, 2.25vw, 0.66rem);
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    white-space: normal;
  }

  .site-footer-legal-dot {
    display: none;
  }

  .site-footer-explore .site-footer-legal-link {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 0;
    gap: 5px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(0.48rem, 2vw, 0.68rem);
    font-weight: 400;
  }

  .site-footer-explore .site-footer-legal-link::after {
    display: none;
  }

  .site-footer-legal .site-footer-legal-link {
    grid-template-columns: minmax(0, 1fr) 12px;
    gap: 7px;
  }

  .site-footer-legal .site-footer-link-list .site-footer-legal-link {
    display: inline-flex;
    min-height: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(0.48rem, 2vw, 0.66rem);
  }

  .site-footer-legal .site-footer-link-list .site-footer-legal-link::after {
    display: none;
  }

  .site-footer-legal-link::after {
    content: "";
    grid-column: -1;
    justify-self: end;
    width: 10px;
    height: 10px;
    background: #58d7b8;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .site-footer-explore .site-footer-legal-link::before {
    content: "";
    width: clamp(16px, 4.4vw, 22px);
    height: clamp(16px, 4.4vw, 22px);
    flex: 0 0 auto;
    background: #58d7b8;
    -webkit-mask: var(--site-footer-mobile-icon) center / contain no-repeat;
    mask: var(--site-footer-mobile-icon) center / contain no-repeat;
  }

  .site-footer-legal .site-footer-legal-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    transform: translateY(4px);
  }

  .site-footer-explore .site-footer-legal-link:nth-of-type(1) {
    --site-footer-mobile-icon: url("/lucide-gift.svg");
  }

  .site-footer-explore .site-footer-legal-link:nth-of-type(2) {
    --site-footer-mobile-icon: url("/lucide-music-4.svg");
  }

  .site-footer-explore .site-footer-legal-link:nth-of-type(3) {
    --site-footer-mobile-icon: url("/lucide-info.svg");
  }

  .site-footer-legal .site-footer-legal-link[href="/terms"] {
    font-size: clamp(0.58rem, 2.25vw, 0.66rem);
  }

  .site-footer-legal .site-footer-legal-link[href="/terms"]::before {
    content: none;
    display: none;
  }

  .site-footer-security {
    grid-area: security;
    position: relative;
    justify-self: stretch;
    display: grid;
    justify-items: center;
    min-height: 0;
    padding: 3px 0 0;
    border: 0;
    gap: 7px;
  }

  .site-footer-security::before {
    display: none;
  }

  .site-footer-security-label {
    display: inline-flex;
    justify-self: center;
    gap: 6px;
    color: #84919d;
    font-size: clamp(0.56rem, 2.05vw, 0.64rem);
    font-weight: 650;
  }

  .site-footer-payments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
  }

  .site-footer-payment-mark {
    min-width: 0;
    min-height: 44px;
    padding: 7px 8px;
    border: 1px solid rgba(208, 231, 222, 0.92);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(41, 73, 52, 0.05);
  }

  .site-footer-payment-logo {
    height: 16px;
  }

  .site-footer-payment-logo-netopia {
    height: 22px;
  }

  .site-footer-payment-logo-anpc {
    height: 22px;
  }

  #generator-main-grid {
    gap: 0;
  }

  #generator-main-grid.generator-grid-solo {
    width: 100%;
  }

  body.mobile-process-panel-only #song-form,
  body.mobile-process-panel-only .form-card > .section-heading,
  body.mobile-process-panel-only #mobile-landing-screen,
  body.mobile-process-panel-only #admin-panel,
  body.mobile-process-panel-only #generator-side-rail > :not(#generator-request-card):not(#generator-status-card) {
    display: none !important;
  }

  body.mobile-process-panel-only #generator-main-grid {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    width: 100%;
    min-height: calc(100svh - 150px);
    padding: 0 0 18px;
  }

  body.mobile-process-panel-only .form-card {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
  }

  body.mobile-process-panel-only .mobile-brand-header {
    width: 100%;
    margin: 0;
  }

  body.mobile-process-panel-only #generator-side-rail {
    display: grid;
    align-content: start;
    flex: 1 0 auto;
    justify-self: center;
    width: 100%;
    max-width: var(--mobile-canvas);
    margin: 0 auto;
    padding: 0 10px 24px;
    gap: 0;
  }

  body.mobile-process-panel-only #generator-request-card,
  body.mobile-process-panel-only #generator-status-card {
    width: 100%;
    margin: 0;
  }

  body.mobile-logged-result-panel #generator-status-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
  }

  body.mobile-logged-result-panel #generator-status-card::after {
    display: none;
  }

  body.mobile-logged-result-panel #generator-status-card > .section-heading {
    margin: 0 0 16px;
    padding: 0 4px;
  }

  body.mobile-logged-result-panel #generator-status-card .section-heading .section-kicker {
    margin: 0;
    color: #147b4a;
    font-size: 0.74rem;
    font-weight: 450;
    letter-spacing: 0.22em;
  }

  body.mobile-process-panel-only #generator-status-card .section-heading h2,
  body.mobile-logged-result-panel #generator-status-card .section-heading h2 {
    display: none;
  }

  body.mobile-logged-result-panel #generator-status-card .section-heading h2 {
    color: #1e2b21;
    font-size: 2.08rem;
    line-height: 1.02;
    letter-spacing: 0;
  }

  body.mobile-logged-result-panel #status-focus-note {
    display: none !important;
  }

  body.mobile-logged-result-panel .status-live {
    gap: 14px;
  }

  body.mobile-logged-result-panel #status-live > .status-result-summary {
    order: 1;
  }

  body.mobile-logged-result-panel #status-live > .status-checklist {
    order: 2;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist {
    position: relative;
    display: grid;
    gap: 10px;
    margin: 0;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist::before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 36px;
    width: 2px;
    background: linear-gradient(180deg, rgba(28, 163, 91, 0.48), rgba(28, 163, 91, 0.08));
    pointer-events: none;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step {
    position: relative;
    z-index: 1;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 14px;
    align-items: center;
    min-height: 90px;
    padding: 14px 18px;
    border: 1px solid rgba(47, 143, 87, 0.13);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 36px rgba(31, 67, 45, 0.06);
    transform: none;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step::after {
    content: "";
    justify-self: end;
    width: 20px;
    height: 20px;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step.is-active::after {
    border: 3px dotted #2f9b66;
    border-radius: 999px;
    animation: new-account-spin 1.1s linear infinite;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step.is-error::after {
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #d84d45;
    color: #fff;
    content: "!";
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step-icon {
    width: 32px;
    height: 32px;
    border: 2px solid #dce4df;
    background: #fff;
    color: #fff;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step.is-done .status-step-icon {
    border: 0;
    background: linear-gradient(180deg, #56bf83, #18844d);
    color: #fff;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step.is-done .status-step-icon::before {
    width: 16px;
    height: 16px;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step.is-active .status-step-icon {
    border-color: rgba(47, 143, 87, 0.34);
    background: radial-gradient(circle at center, #39a96f 0 26%, #fff 28% 55%, #dff4e9 56% 100%);
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step-copy strong {
    color: #18231d;
    font-size: 0.96rem;
    line-height: 1.16;
  }

  body.mobile-logged-result-panel #status-live > #status-checklist .status-step-copy span {
    color: #5e6870;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  @media (max-width: 389px) {
    body.mobile-logged-result-panel #status-live > #status-checklist::before {
      left: 30px;
    }

    body.mobile-logged-result-panel #status-live > #status-checklist .status-step {
      grid-template-columns: 36px minmax(0, 1fr) 18px;
      gap: 11px;
      min-height: 82px;
      padding: 12px 13px;
    }
  }

  body.mobile-logged-result-panel #status-live > .progress-wrap {
    order: 3;
  }

  body.mobile-logged-result-panel #status-live > #result-panel.generator-result-panel {
    order: 4;
  }

  body.mobile-logged-result-panel #status-live > .generate-another-track {
    order: 5;
  }

  body.mobile-logged-result-panel .status-result-summary {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(47, 143, 87, 0.16);
    border-radius: 18px;
    background:
      radial-gradient(circle at top right, rgba(211, 246, 225, 0.58), transparent 36%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 252, 248, 0.94));
    box-shadow: 0 18px 42px rgba(38, 99, 61, 0.08);
  }

  body.mobile-logged-result-panel .status-result-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    min-height: 35px;
    padding: 0 14px;
    border: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 999px;
    background: linear-gradient(180deg, #f6fff9, #e7f7ee);
    color: #137847;
    font-size: 0.82rem;
    font-weight: 450;
    line-height: 1;
  }

  body.mobile-logged-result-panel .status-result-pill::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 3px dotted #168b50;
    background: transparent;
    animation: status-result-spin 1.05s linear infinite;
  }

  body.mobile-logged-result-panel .status-result-pill.is-completed::before {
    border: 0;
    background: #168b50;
    animation: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.mobile-logged-result-panel .status-result-pill.is-failed::before {
    border: 0;
    background: #d84d45;
    animation: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 8v5'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 8v5'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.mobile-logged-result-panel .status-result-summary p {
    margin: 0;
    color: #69737c;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  @keyframes status-result-spin {
    to {
      transform: rotate(360deg);
    }
  }

  body.mobile-logged-result-panel .progress-wrap {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 0 2px;
  }

  body.mobile-logged-result-panel .progress-bar {
    height: 10px;
    border-radius: 999px;
    background: #dceee4;
  }

  body.mobile-logged-result-panel .progress-fill {
    background: linear-gradient(90deg, #169252, #67c28a);
  }

  body.mobile-logged-result-panel #progress-value {
    color: #35413a;
    font-size: 0.84rem;
    font-weight: 350;
    text-align: right;
  }

  body.mobile-logged-result-panel #result-panel.generator-result-panel {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 18px;
    border-radius: 18px;
    border-color: rgba(47, 143, 87, 0.13);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 253, 250, 0.95));
    box-shadow: 0 18px 42px rgba(38, 99, 61, 0.08);
  }

  body.mobile-logged-result-panel #result-panel.generator-result-panel.hidden {
    display: none !important;
  }

  body.mobile-logged-result-panel #result-panel.generator-result-panel > .section-kicker {
    margin: 0;
    color: #0b7b3f;
    font-size: 0.68rem;
    font-weight: 450;
    letter-spacing: 0.24em;
  }

  body.mobile-logged-result-panel .generator-result-track-card {
    gap: 12px;
    padding-top: 16px;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-main {
    grid-template-columns: 103px minmax(0, 1fr) auto;
    gap: 12px;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-cover {
    border-radius: 14px;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-copy h3 {
    display: -webkit-box;
    overflow: hidden;
    color: #18231d;
    font-size: 0.98rem;
    font-weight: 450;
    line-height: 1.18;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-meta {
    font-size: 0.82rem;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-more {
    align-self: start;
    min-width: 72px;
    min-height: 29px;
    padding-inline: 8px;
    font-size: 0.7rem;
  }

  body.mobile-logged-result-panel .generator-result-panel .result-meta {
    display: none !important;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-lyrics-panel {
    padding: 11px 12px;
    border-radius: 13px;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-lyrics {
    max-height: 180px;
    font-size: 0.8rem;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-actions {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-ready {
    font-size: 0.72rem;
  }

  body.mobile-logged-result-panel .generate-another-track {
    min-height: 50px;
    margin-top: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #168f50, #35b871);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 450;
    box-shadow: 0 16px 28px rgba(22, 143, 80, 0.2);
  }

  body.mobile-logged-result-panel .generate-another-track.hidden {
    display: none !important;
  }

  body.mobile-process-panel-only .mobile-brand-header {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    min-height: 56px;
    padding: 6px 12px;
  }

  body.mobile-process-panel-only .mobile-brand-header-action {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  body.mobile-process-panel-only .mobile-brand-header-logo {
    width: 156px;
  }

  body.mobile-process-panel-only .mobile-account-panel {
    right: 6px;
    width: min(280px, calc(100vw - 12px));
    max-width: 280px;
    max-height: min(64svh, 380px);
    gap: 8px;
    padding: 12px 10px 10px;
    border-radius: 18px;
  }

  body.mobile-process-panel-only .mobile-account-panel-head {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
  }

  body.mobile-process-panel-only .mobile-account-avatar {
    width: 42px;
    height: 42px;
    border-width: 2px;
    font-size: 0.78rem;
  }

  body.mobile-process-panel-only .mobile-account-email {
    font-size: 0.82rem;
  }

  body.mobile-process-panel-only .mobile-account-badges {
    gap: 4px;
  }

  body.mobile-process-panel-only .mobile-account-badge {
    min-height: 24px;
    padding: 0 7px;
    font-size: 0.72rem;
  }

  body.mobile-process-panel-only .mobile-account-item {
    grid-template-columns: 25px minmax(0, 1fr) 14px;
    min-height: 34px;
    gap: 7px;
    padding: 2px 0;
    font-size: 0.78rem;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-logged-credit-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-logged-credit-card::after {
    display: none;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-logged-credit-card > .section-heading {
    margin: 0 0 10px;
    padding: 0 4px;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-logged-credit-card .section-kicker {
    margin-bottom: 0;
    color: #147b4a;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.22em;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-logged-credit-card > .section-heading h2 {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit {
    gap: 22px;
    grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-hero {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 16px 20px 20px;
    border-radius: 26px;
    border-color: rgba(79, 183, 128, 0.28);
    background:
      radial-gradient(circle at top right, rgba(211, 246, 225, 0.74), transparent 34%),
      linear-gradient(rgba(45, 126, 84, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(45, 126, 84, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, rgba(253, 255, 253, 0.99), rgba(242, 251, 246, 0.96));
    background-size: auto, 22px 22px, 22px 22px, auto;
    box-shadow: 0 24px 54px rgba(45, 105, 69, 0.08);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-hero-copy {
    gap: 16px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-kicker {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin: 0;
    color: #137847;
    font-size: 0.82rem;
    font-weight: 450;
    letter-spacing: 0.22em;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-kicker-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background: currentColor;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-title {
    color: #1e2b21;
    font-size: 2.14rem;
    line-height: 1.05;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-request-summary {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-mode-pill {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-card {
    display: grid;
    justify-items: center;
    align-content: start;
    min-width: 0;
    min-height: 118px;
    padding: 14px 6px 12px;
    border: 1px solid rgba(80, 113, 91, 0.13);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 26px rgba(27, 75, 48, 0.05);
    text-align: center;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    color: #208f55;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-icon::before,
  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon::before,
  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-start-rocket::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: currentColor;
    -webkit-mask: var(--prestart-icon) center / contain no-repeat;
    mask: var(--prestart-icon) center / contain no-repeat;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-icon-music,
  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon-music {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l10-2v13'/%3E%3Ccircle cx='6' cy='18' r='3' fill='black' stroke='none'/%3E%3Ccircle cx='16' cy='16' r='3' fill='black' stroke='none'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-icon-mic {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cpath d='M12 19v3'/%3E%3Cpath d='M8 22h8'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-icon-globe {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a14 14 0 0 1 0 18'/%3E%3Cpath d='M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-card strong {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 2.24em;
    color: #202923;
    font-size: 0.84rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-card > span:last-child {
    margin-top: 6px;
    color: #51645a;
    font-size: 0.75rem;
    line-height: 1.24;
    overflow-wrap: anywhere;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey {
    position: relative;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey::before {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 33px;
    border-left: 2px dashed rgba(47, 143, 87, 0.18);
    pointer-events: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-item {
    position: relative;
    z-index: 1;
    grid-template-columns: 52px minmax(0, 1fr) 48px;
    align-items: center;
    min-height: 106px;
    gap: 14px;
    padding: 15px 16px;
    border-radius: 23px;
    border-color: rgba(47, 143, 87, 0.22);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 30px rgba(27, 75, 48, 0.045);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-index,
  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: #e6f6ed;
    color: #147b4a;
    font-size: 1.15rem;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-index {
    border: 1px solid rgba(47, 143, 87, 0.26);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon {
    display: grid;
    place-items: center;
    justify-self: end;
    padding: 12px;
    border: 1px solid rgba(47, 143, 87, 0.12);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon-check {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon-play {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M8 5.5v13l11-6.5-11-6.5Z'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-copy {
    gap: 8px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-copy strong {
    color: #1d2722;
    font-size: 1.03rem;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-copy span {
    color: #52645b;
    font-size: 0.96rem;
    line-height: 1.42;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .customer-email-group {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-info-note.mobile-lyrics-hint-card {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 28px minmax(0, auto) 28px;
    align-items: center;
    justify-self: start;
    width: fit-content;
    max-width: 100%;
    gap: 9px;
    margin: 0;
    padding: 10px 10px 10px 9px;
    border-radius: 16px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .mini-notificare-icon {
    width: 28px;
    height: 28px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .mini-notificare-icon::before {
    inset: 7px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .mini-notificare-copy {
    max-width: 28ch;
    font-size: 0.88rem;
    line-height: 1.36;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .mini-notificare-close {
    width: 28px;
    height: 28px;
    font-size: 1.35rem;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-edit-back {
    grid-column: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 54px;
    min-width: 0;
    padding: 0 8px;
    border: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    color: #137847;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-edit-back span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-cta {
    grid-column: 2;
    gap: 0;
    min-width: 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-action-note {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-start-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    width: 100%;
    min-width: 0;
    padding: 15px 22px;
    border-radius: 16px;
    font-size: 1.12rem;
    letter-spacing: 0;
    box-shadow: 0 16px 28px rgba(17, 127, 72, 0.18);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-start-rocket {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13.3 3.1c2.9-.4 5.7.3 7.6 2.2.4 1.9.1 4.7-2.2 7.6l.1 4.2-4.2 1.5-2.7-2.7-3.8-3.8-2.7-2.7 1.5-4.2 4.2.1c.7-1 1.5-1.7 2.2-2.2Zm1.3 6.3a2 2 0 1 0 2.8-2.8 2 2 0 0 0-2.8 2.8ZM6.4 14.2c-1.6.6-2.9 2.2-3.4 4.7 2.5-.5 4.1-1.8 4.7-3.4l-1.3-1.3Z'/%3E%3C/svg%3E");
    display: inline-grid;
    place-items: center;
    width: 21px;
    height: 21px;
    color: #fff;
  }

  body.mobile-new-account-prestart.mobile-process-panel-only #generator-side-rail {
    align-content: start;
    max-width: var(--mobile-canvas);
    padding: 0 12px 28px;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card::after {
    display: none;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card > .section-heading {
    display: grid;
    justify-items: start;
    margin: 0 0 10px;
    padding: 0 4px;
    text-align: left;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card .section-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 42px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid rgba(45, 143, 83, 0.24);
    border-radius: 999px;
    background: rgba(250, 255, 252, 0.82);
    color: #0d743f;
    font-size: 0.82rem;
    font-weight: 450;
    letter-spacing: 0.28em;
    box-shadow: 0 10px 24px rgba(38, 116, 72, 0.06);
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card > .section-heading h2 {
    display: none;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card > .section-heading h2 span {
    color: #108141;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px 10px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note {
    grid-column: 1 / -1;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px;
    grid-template-areas:
      "copy visual"
      "details details";
    gap: 22px 16px;
    padding: 16px 20px 20px;
    border-radius: 24px;
    border: 1px solid rgba(49, 159, 93, 0.28);
    background:
      radial-gradient(circle at 84% 24%, rgba(202, 246, 219, 0.92), transparent 30%),
      linear-gradient(rgba(37, 126, 77, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37, 126, 77, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, rgba(253, 255, 253, 0.99), rgba(240, 252, 245, 0.97));
    background-size: auto, 22px 22px, 22px 22px, auto;
    box-shadow: 0 24px 54px rgba(45, 105, 69, 0.08);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero-copy {
    grid-area: copy;
    gap: 14px;
    align-self: center;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    min-height: 38px;
    margin: 0;
    padding: 0 18px 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #0d743f;
    font-size: 0.78rem;
    font-weight: 450;
    letter-spacing: 0.18em;
    box-shadow: 0 12px 26px rgba(31, 104, 63, 0.08);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-kicker-icon {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    background: linear-gradient(180deg, #dff8e9, #f6fff9);
    color: #108141;
    box-shadow: inset 0 0 0 1px rgba(36, 142, 82, 0.12);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-kicker-icon::before {
    content: "*";
    font-size: 1rem;
    line-height: 1;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-title {
    color: #11301f;
    font-size: 2.42rem;
    line-height: 0.98;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-request-summary {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-request-summary strong {
    color: #0b7b3f;
    font-size: 1.22rem;
    font-weight: 450;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-request-summary > span:first-of-type {
    display: inline-block;
    margin: 0 7px;
    color: #6b8d78;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-request-summary > span:last-child {
    display: block;
    width: max-content;
    max-width: 100%;
    margin-top: 6px;
    color: #606b74;
    font-size: clamp(0.76rem, 2.85vw, 0.84rem);
    line-height: 1.2;
    white-space: nowrap;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill {
    grid-area: visual;
    position: relative;
    display: grid;
    place-items: center;
    align-self: center;
    width: 112px;
    height: 112px;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background:
      radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.9), transparent 45%),
      linear-gradient(180deg, rgba(235, 250, 240, 0.84), rgba(222, 246, 229, 0.58));
    box-shadow: 0 20px 38px rgba(30, 120, 68, 0.12);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill strong,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill span {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill::before {
    content: "♪";
    color: #15904e;
    font-size: 5rem;
    line-height: 1;
    text-shadow:
      0 10px 18px rgba(15, 119, 63, 0.28),
      0 1px 0 rgba(255, 255, 255, 0.8);
    transform: rotate(-9deg);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-grid {
    grid-area: details;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card {
    display: grid;
    grid-template-columns: 38px max-content max-content;
    align-items: center;
    gap: 6px;
    min-width: 0;
    min-height: 58px;
    padding: 9px 10px;
    border: 1px solid rgba(80, 113, 91, 0.12);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 28px rgba(27, 75, 48, 0.055);
    text-align: left;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card:nth-child(3) {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(47, 143, 87, 0.14);
    background: linear-gradient(180deg, #ddf6e7, #f5fff8);
    color: #108141;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.54);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon::before {
    display: block;
    color: currentColor;
    font-size: 1.1rem;
    font-weight: 450;
    line-height: 1;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon-music::before {
    content: "$";
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon-mic::before {
    content: "♪";
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card strong {
    display: block;
    min-width: 0;
    color: #15221c;
    font-size: clamp(0.94rem, 3.5vw, 1.05rem);
    font-weight: 450;
    line-height: 1.05;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card > span:last-child {
    display: block;
    margin-top: 0;
    color: #5e6870;
    font-size: clamp(0.62rem, 2.3vw, 0.74rem);
    line-height: 1;
    white-space: nowrap;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey {
    display: grid;
    gap: 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey::before {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 16px;
    min-height: 74px;
    padding: 10px 16px;
    border: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(27, 75, 48, 0.035);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-item + .prestart-journey-item {
    margin-top: -1px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-index,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid #d7eadf;
    background: #f3faf5;
    color: #2f8f57;
    font-size: 1.25rem;
    font-weight: 450;
    box-shadow: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon {
    justify-self: end;
    padding: 12px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon::before,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-rocket::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: currentColor;
    -webkit-mask: var(--prestart-icon) center / contain no-repeat;
    mask: var(--prestart-icon) center / contain no-repeat;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon-check {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon-play {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='M3.5 9h17'/%3E%3Cpath d='M7 15h4'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon-music {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 9-12h-7l1-8Z'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-copy {
    gap: 5px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-copy strong {
    color: #16231d;
    font-size: 1.18rem;
    line-height: 1.1;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-copy span {
    color: #65717a;
    font-size: 0.98rem;
    line-height: 1.24;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey {
    display: grid;
    gap: 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey::before {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 16px;
    min-height: 74px;
    padding: 10px 16px;
    border: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(27, 75, 48, 0.035);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-item + .prestart-journey-item {
    margin-top: -1px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-index,
  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(47, 143, 87, 0.12);
    border-radius: 999px;
    background: linear-gradient(180deg, #e3f7ea, #f6fff9);
    color: #0e8043;
    font-size: 1.25rem;
    font-weight: 450;
    box-shadow: 0 10px 20px rgba(30, 120, 68, 0.08);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon {
    justify-self: end;
    padding: 12px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-copy {
    gap: 5px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-copy strong {
    color: #16231d;
    font-size: 1.18rem;
    line-height: 1.1;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-copy span {
    color: #65717a;
    font-size: 0.98rem;
    line-height: 1.24;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group {
    display: block;
    margin: 4px 0 0;
    padding: 16px 16px;
    border: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(27, 75, 48, 0.035);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group .customer-email-label {
    display: grid;
    gap: 10px;
    margin: 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group .customer-email-label > span {
    color: #17231d;
    font-size: clamp(0.84rem, 3.2vw, 0.94rem);
    font-weight: 350;
    letter-spacing: 0;
    line-height: 1.18;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account #customerEmail {
    min-height: 50px;
    padding-left: 50px;
    border: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 15px;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a6570' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='m5.5 7.5 6.5 5 6.5-5'/%3E%3C/svg%3E") 17px center / 20px 20px no-repeat,
      rgba(255, 255, 255, 0.96);
    color: #24312b;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account #customerEmail::placeholder {
    color: #77808a;
    font-weight: 300;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-confirmation {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    margin: 10px 0 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-confirmation input {
    appearance: none;
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    margin: 0;
    min-height: 0;
    padding: 0;
    border: 1px solid rgba(47, 143, 87, 0.24);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.96);
    color: #16824a;
    box-shadow: 0 8px 16px rgba(30, 120, 68, 0.06);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-confirmation input::before {
    content: "";
    width: 10px;
    height: 10px;
    opacity: 0;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-confirmation input:checked::before {
    opacity: 1;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-confirmation input.input-error {
    border-color: rgba(210, 62, 62, 0.7);
    box-shadow: 0 0 0 3px rgba(210, 62, 62, 0.12);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account #customer-email-hint {
    position: relative;
    margin: 0;
    padding-left: 0;
    color: #5f6b74;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.34;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account #customer-email-hint::before {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note.mobile-lyrics-hint-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin: 4px 0 6px;
    padding: 12px 16px;
    border: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(248, 255, 251, 0.98), rgba(236, 250, 242, 0.92));
    color: #27342e;
    font-size: 1.02rem;
    line-height: 1.34;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notification-icon,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(180deg, #20a35f, #0b7b3f);
    color: #fff;
    box-shadow: 0 10px 18px rgba(17, 127, 72, 0.18);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notification-icon::before,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-icon::before {
    content: "✓";
    font-size: 1.1rem;
    font-weight: 450;
    line-height: 1;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notification-copy,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-copy {
    margin: 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notification-close,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-close {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(132px, 0.38fr) minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border-radius: 28px;
    border: 1px solid rgba(80, 113, 91, 0.1);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 44px rgba(41, 73, 52, 0.14);
    backdrop-filter: blur(16px);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-edit-back {
    grid-column: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 68px;
    padding: 16px 22px;
    border-color: rgba(80, 113, 91, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--accent-strong);
    font-size: 1.05rem;
    font-weight: 350;
    white-space: nowrap;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-edit-back span:first-child {
    font-size: 1.1rem;
    line-height: 1;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-edit-back span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-cta {
    grid-column: 2;
    display: grid;
    gap: 0;
    min-width: 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-action-note {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 68px;
    padding: 16px 22px;
    border-radius: 24px;
    font-size: 1.05rem;
    font-weight: 350;
    letter-spacing: 0;
    white-space: nowrap;
    box-shadow: 0 18px 36px rgba(47, 143, 87, 0.24);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-rocket {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 10V7a5 5 0 0 1 10 0v3h1.2A1.8 1.8 0 0 1 20 11.8v7.4a1.8 1.8 0 0 1-1.8 1.8H5.8A1.8 1.8 0 0 1 4 19.2v-7.4A1.8 1.8 0 0 1 5.8 10H7Zm2 0h6V7a3 3 0 0 0-6 0v3Z'/%3E%3C/svg%3E");
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #fff;
  }

  @media (max-width: 389px) {
    body.mobile-process-panel-only .mobile-brand-header-logo {
      width: 144px;
    }

    body.mobile-process-panel-only #generator-side-rail {
      padding-inline: 8px;
    }

    body.mobile-process-panel-only #generator-request-card.prestart-logged-credit-card > .section-heading h2 {
      font-size: 2.36rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-hero {
      padding: 14px 14px 18px;
      border-radius: 23px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-title {
      font-size: 1.86rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-request-summary {
      font-size: 0.94rem;
      line-height: 1.55;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-grid {
      gap: 7px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-card {
      min-height: 102px;
      padding: 10px 4px 9px;
      border-radius: 15px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-icon {
      width: 26px;
      height: 26px;
      margin-bottom: 7px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-card strong {
      font-size: 0.68rem;
      line-height: 1.08;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-card > span:last-child {
      margin-top: 4px;
      font-size: 0.61rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-item {
      grid-template-columns: 42px minmax(0, 1fr) 38px;
      gap: 10px;
      min-height: 65px;
      padding: 9px 12px;
      border-radius: 16px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey::before {
      left: 27px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-index,
    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon {
      width: 38px;
      height: 38px;
      font-size: 1.04rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-icon {
      padding: 10px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-copy strong {
      font-size: 1.02rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-journey-copy span {
      font-size: 0.84rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-start-button {
      min-height: 54px;
      gap: 9px;
      font-size: 1.04rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-start-rocket {
      width: 19px;
      height: 19px;
    }
  }

  @media (max-width: 340px) {
    body.mobile-process-panel-only .mobile-brand-header {
      grid-template-columns: 34px minmax(0, 1fr) 34px;
      padding-inline: 8px;
    }

    body.mobile-process-panel-only .mobile-brand-header-action {
      width: 34px;
      height: 34px;
      flex-basis: 34px;
    }

    body.mobile-process-panel-only .mobile-brand-header-logo {
      width: 128px;
    }

    body.mobile-process-panel-only #generator-request-card.prestart-logged-credit-card > .section-heading h2 {
      font-size: 2.08rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-title {
      font-size: 1.62rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-kicker {
      gap: 8px;
      font-size: 0.7rem;
      letter-spacing: 0.16em;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-card strong {
      font-size: 0.61rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-detail-card > span:last-child {
      font-size: 0.56rem;
    }
  }

  @media (max-width: 389px) {
    body.mobile-new-account-prestart.mobile-process-panel-only #generator-side-rail {
      padding-inline: 8px;
    }

    body.mobile-process-panel-only #generator-request-card.prestart-new-account-card .section-kicker {
      min-height: 38px;
      padding: 0 16px;
      font-size: 0.72rem;
      letter-spacing: 0.22em;
    }

    body.mobile-process-panel-only #generator-request-card.prestart-new-account-card > .section-heading h2 {
      font-size: 2.28rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account {
      grid-template-columns: 92px minmax(0, 1fr);
      gap: 13px 8px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero {
      grid-template-columns: minmax(0, 1fr) 82px;
      gap: 18px 10px;
      padding: 14px 14px 18px;
      border-radius: 22px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-kicker {
      gap: 9px;
      min-height: 34px;
      padding: 0 13px 0 8px;
      font-size: 0.66rem;
      letter-spacing: 0.14em;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-kicker-icon {
      width: 26px;
      height: 26px;
      flex-basis: 26px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-title {
      font-size: 1.86rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .status-request-summary {
      font-size: 0.94rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .status-request-summary strong {
      font-size: 1.02rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .status-request-summary > span:last-child {
      font-size: clamp(0.66rem, 2.7vw, 0.72rem);
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill {
      width: 82px;
      height: 82px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill::before {
      font-size: 3.55rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-grid {
      gap: 8px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card {
      grid-template-columns: 28px max-content max-content;
      gap: 4px;
      min-height: 50px;
      padding: 8px 6px;
      border-radius: 15px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon {
      width: 28px;
      height: 28px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon::before {
      font-size: 0.88rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card strong {
      font-size: 0.76rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card > span:last-child {
      font-size: 0.52rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-item {
      grid-template-columns: 42px minmax(0, 1fr) 38px;
      gap: 10px;
      min-height: 65px;
      padding: 9px 12px;
      border-radius: 16px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-index,
    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon {
      width: 38px;
      height: 38px;
      font-size: 1.04rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon {
      padding: 10px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-copy strong {
      font-size: 1.02rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-copy span {
      font-size: 0.84rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group {
      padding: 14px 13px;
      border-radius: 16px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group .customer-email-label > span {
      font-size: 0.82rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account #customerEmail {
      min-height: 48px;
      padding-left: 46px;
      background-position: 15px center;
      background-size: 19px 19px;
      font-size: 0.84rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-confirmation {
      grid-template-columns: 20px minmax(0, 1fr);
      gap: 8px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-confirmation input {
      width: 20px;
      height: 20px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account #customer-email-hint {
      font-size: 0.72rem;
      line-height: 1.3;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-actions {
      grid-template-columns: minmax(96px, 0.82fr) minmax(0, 1.18fr);
      gap: 10px;
      padding: 10px;
      border-radius: 24px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-edit-back {
      min-height: 54px;
      padding: 14px 10px;
      border-radius: 18px;
      font-size: 0.92rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-button {
      min-height: 54px;
      gap: 8px;
      padding: 14px 10px;
      border-radius: 18px;
      font-size: 0.92rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-rocket {
      width: 17px;
      height: 17px;
      flex-basis: 17px;
    }
  }

  @media (max-width: 340px) {
    body.mobile-process-panel-only #generator-request-card.prestart-new-account-card > .section-heading h2 {
      font-size: 2.02rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account {
      grid-template-columns: 84px minmax(0, 1fr);
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero {
      grid-template-columns: minmax(0, 1fr) 70px;
      padding: 12px 11px 16px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-title {
      font-size: 1.62rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill {
      width: 70px;
      height: 70px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill::before {
      font-size: 3.05rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card strong {
      font-size: 0.72rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card > span:last-child {
      font-size: 0.49rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group .customer-email-label > span {
      font-size: 0.78rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account #customerEmail {
      font-size: 0.8rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account #customer-email-hint {
      font-size: 0.68rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-edit-back {
      gap: 5px;
      font-size: 0.84rem;
    }

    body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-button {
      font-size: 0.84rem;
    }
  }

  .form-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
  }

  .form-card::after {
    display: none;
  }

  body.mobile-session-expired-open {
    overflow: hidden;
  }

  .mobile-session-expired-popup {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 20px 14px;
    isolation: isolate;
  }

  .mobile-session-expired-popup.hidden {
    display: none !important;
  }

  .mobile-session-expired-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background:
      radial-gradient(circle at 50% 18%, rgba(209, 247, 238, 0.48), transparent 42%),
      rgba(246, 252, 250, 0.82);
    backdrop-filter: blur(9px);
    cursor: pointer;
  }

  .mobile-session-expired-card {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 14px;
    width: min(330px, calc(100vw - 28px));
    padding: 28px 18px 18px;
    border: 1px solid rgba(174, 226, 213, 0.82);
    border-radius: 28px;
    background:
      radial-gradient(circle at 22% 10%, rgba(223, 250, 244, 0.64), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 253, 251, 0.97));
    box-shadow:
      0 28px 64px rgba(24, 83, 68, 0.18),
      0 8px 22px rgba(24, 83, 68, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
    text-align: center;
  }

  .mobile-session-expired-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(40, 132, 111, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #277b69;
    cursor: pointer;
  }

  .mobile-session-expired-close svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
  }

  .mobile-session-expired-visual {
    position: relative;
    display: grid;
    place-items: center;
    width: 104px;
    height: 94px;
    margin-top: 2px;
  }

  .mobile-session-expired-avatar {
    width: 86px;
    height: 86px;
    border: 2px solid rgba(169, 225, 213, 0.9);
    border-radius: 999px;
    background:
      radial-gradient(circle at 50% 33%, rgba(144, 224, 203, 0.82) 0 15px, transparent 16px),
      radial-gradient(ellipse at 50% 82%, rgba(69, 190, 161, 0.88) 0 28px, transparent 29px),
      linear-gradient(180deg, rgba(246, 253, 251, 0.98), rgba(232, 248, 244, 0.92));
    box-shadow:
      0 14px 28px rgba(23, 98, 82, 0.12),
      inset 0 0 0 5px rgba(255, 255, 255, 0.72);
  }

  .mobile-session-expired-lock {
    position: absolute;
    right: 7px;
    bottom: 4px;
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border: 2px solid rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    background: rgba(224, 248, 242, 0.95);
    color: #82cbbb;
    box-shadow: 0 8px 16px rgba(35, 119, 101, 0.12);
  }

  .mobile-session-expired-lock svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-session-expired-card h2 {
    margin: 0;
    color: #071a4c;
    font-size: 1.44rem;
    line-height: 1.12;
  }

  .mobile-session-expired-card p {
    margin: 0;
    max-width: 260px;
    color: #66717c;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .mobile-session-expired-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    margin-top: 6px;
    border-radius: 15px;
    background: linear-gradient(135deg, #2f8f57, #74c98f);
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(47, 143, 87, 0.2);
  }

  .mobile-session-expired-login svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #account-main-grid.account-grid-solo {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    place-items: start center;
    width: 100%;
    min-height: calc(100svh - 74px);
    padding: clamp(16px, 4vh, 24px) 0 18px;
  }

  #account-main-grid.account-grid-solo .account-auth-card {
    width: min(calc(100% - 28px), 420px);
    max-width: 420px;
    min-height: 0;
    padding: 20px 14px 16px;
    display: grid;
    align-content: start;
    gap: 12px;
    border: 1px solid rgba(184, 229, 218, 0.82);
    border-radius: 22px;
    background:
      radial-gradient(circle at 20% 16%, rgba(226, 250, 244, 0.64), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 251, 0.96));
    box-shadow:
      0 26px 58px rgba(29, 86, 71, 0.12),
      0 8px 22px rgba(29, 86, 71, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
    overflow: hidden;
  }

  #account-main-grid.account-grid-solo .account-auth-heading {
    display: none;
  }

  #account-main-grid.account-grid-solo .account-auth-banner {
    margin: 0;
    border-radius: 18px;
    background: rgba(246, 253, 251, 0.94);
  }

  #account-main-grid.account-grid-solo .account-auth-actions {
    display: grid;
    gap: 10px;
    margin: 0;
  }

  #account-main-grid.account-grid-solo .account-auth-provider {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 10px 11px;
    border-radius: 15px;
    color: #273744;
    box-shadow: 0 10px 22px rgba(29, 86, 71, 0.06);
  }

  #account-main-grid.account-grid-solo .account-auth-provider::before,
  #account-main-grid.account-grid-solo .account-auth-provider::after {
    content: "";
    pointer-events: none;
  }

  #account-main-grid.account-grid-solo .account-auth-provider::after {
    justify-self: end;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(227, 247, 241, 0.94);
    grid-column: 3;
    grid-row: 1;
  }

  #account-main-grid.account-grid-solo .account-auth-provider::before {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--accent);
    border-right: 2px solid var(--accent);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }

  #account-main-grid.account-grid-solo .account-auth-provider:hover {
    transform: none;
  }

  #account-main-grid.account-grid-solo .account-auth-provider-email,
  #account-main-grid.account-grid-solo .account-auth-provider-email.is-open {
    border: 1px solid rgba(47, 143, 87, 0.52);
    background:
      radial-gradient(circle at 12% 16%, rgba(231, 247, 237, 0.78), transparent 38%),
      linear-gradient(180deg, rgba(252, 255, 254, 0.98), rgba(246, 253, 251, 0.94));
    box-shadow:
      0 18px 36px rgba(47, 143, 87, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }

  #account-main-grid.account-grid-solo .account-auth-provider-google {
    border: 1px solid rgba(33, 72, 58, 0.08);
    background: rgba(255, 255, 255, 0.96);
  }

  #account-main-grid.account-grid-solo .account-auth-provider-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    border-color: rgba(24, 135, 108, 0.08);
  }

  #account-main-grid.account-grid-solo .account-auth-provider-icon.email {
    color: var(--accent);
    background: rgba(231, 247, 237, 0.94);
    border-color: rgba(47, 143, 87, 0.1);
  }

  #account-main-grid.account-grid-solo .account-auth-provider-icon.google {
    background: #ffffff;
    border-color: rgba(33, 72, 58, 0.08);
    box-shadow:
      0 10px 20px rgba(31, 67, 52, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.94);
  }

  #account-main-grid.account-grid-solo .account-auth-provider-icon svg {
    width: 21px;
    height: 21px;
  }

  #account-main-grid.account-grid-solo .account-auth-provider-copy {
    min-width: 0;
    gap: 0.18rem;
  }

  #account-main-grid.account-grid-solo .account-auth-provider-copy strong {
    color: #22313d;
    font-size: 0.98rem;
    line-height: 1.05;
  }

  #account-main-grid.account-grid-solo .account-auth-provider-copy span {
    color: #66717c;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  @media (min-width: 370px) {
    #account-main-grid.account-grid-solo .account-auth-provider-copy span {
      white-space: nowrap;
    }
  }

  #account-main-grid.account-grid-solo .account-auth-divider {
    min-height: 16px;
    margin: -1px 6px;
    color: #53947d;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  #account-main-grid.account-grid-solo .account-auth-divider::before,
  #account-main-grid.account-grid-solo .account-auth-divider::after {
    background: rgba(112, 156, 143, 0.2);
  }

  #account-main-grid.account-grid-solo .account-auth-divider span {
    padding: 0 10px;
  }

  #account-main-grid.account-grid-solo .account-auth-email-panel {
    gap: 8px;
    margin-top: -2px;
    padding: 10px;
    border-radius: 14px;
    border-color: rgba(47, 143, 87, 0.18);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 22px rgba(29, 86, 71, 0.06);
  }

  #account-main-grid.account-grid-solo .account-auth-email-label {
    color: #407f6c;
    font-size: 0.74rem;
  }

  #account-main-grid.account-grid-solo .account-auth-email-panel input {
    min-height: 40px;
    border-color: rgba(47, 143, 87, 0.16);
    border-radius: 11px;
    background: rgba(250, 255, 253, 0.98);
    font-size: 0.86rem;
  }

  #account-main-grid.account-grid-solo .account-auth-primary {
    min-height: 40px;
    border-radius: 11px;
    background: linear-gradient(135deg, #2f8f57, #74c98f);
    box-shadow: 0 12px 22px rgba(47, 143, 87, 0.16);
    font-size: 0.84rem;
  }

  #account-main-grid.account-grid-solo .account-auth-secondary {
    min-height: 38px;
    border-radius: 11px;
    font-size: 0.8rem;
  }

  #account-main-grid.account-grid-solo .account-auth-status {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-height: 0;
    margin: 0;
    padding: 10px 2px 0;
    border-top: 1px dashed rgba(112, 156, 143, 0.24);
    color: #4d5964;
    font-size: 0.78rem;
    line-height: 1.3;
  }

  #account-main-grid.account-grid-solo .account-auth-status::before {
    content: "i";
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: rgba(221, 249, 240, 0.92);
    color: var(--accent);
    font-size: 0.95rem;
    font-weight: 400;
    font-family: var(--font-display);
  }

  #account-main-grid.account-grid-solo .account-auth-status p {
    margin: 0;
  }

  .mobile-brand-header {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
    align-items: center;
    min-height: 60px;
    margin: 0 0 14px;
    padding: 7px clamp(14px, 4.6vw, 24px);
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 28px rgba(23, 48, 33, 0.05);
    overflow: visible;
    isolation: isolate;
    z-index: 6;
  }

  .mobile-brand-header-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 100%;
    min-width: 0;
    text-decoration: none;
  }

  .mobile-brand-header-logo {
    display: block;
    width: clamp(136px, 37vw, 172px);
    max-width: 100%;
    height: auto;
  }

  .mobile-brand-header-actions {
    display: flex;
    align-items: center;
    justify-self: start;
    gap: 0;
  }

  .mobile-brand-header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #0b4a3d;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
  }

  .mobile-brand-header-action-menu {
    flex-direction: column;
    gap: 4px;
  }

  .mobile-brand-header-action-menu span {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .mobile-brand-header-account {
    justify-self: end;
    border: 2px solid rgba(26, 142, 79, 0.18);
    background: rgba(255, 255, 255, 0.96);
    color: #12864d;
  }

  .mobile-brand-header-account svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-brand-header-action-menu[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-brand-header-action-menu[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .mobile-brand-header-action-menu[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    display: grid;
    gap: 10px;
    width: min(230px, calc(100vw - 20px));
    padding: 14px;
    border: 1px solid rgba(93, 132, 110, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 38px rgba(42, 76, 54, 0.12);
    z-index: 8;
  }

  .mobile-menu-panel a,
  .mobile-menu-panel button,
  .mobile-menu-email,
  .mobile-menu-panel .compact-credit {
    width: 100%;
  }

  .mobile-menu-panel a,
  .mobile-menu-panel button,
  .mobile-menu-email {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    color: var(--text);
    font-size: 0.96rem;
    font-weight: 350;
    text-decoration: none;
    background: rgba(247, 251, 248, 0.92);
    border: 1px solid rgba(93, 132, 110, 0.08);
  }

  .mobile-menu-panel button {
    justify-content: center;
  }

  .mobile-menu-email {
    color: var(--text-soft);
    font-size: 0.88rem;
    font-weight: 300;
    word-break: break-word;
  }

  .mobile-menu-panel .compact-credit {
    justify-content: center;
    min-height: 40px;
    margin: 0;
  }

  .mobile-account-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    display: grid;
    gap: 10px;
    width: min(288px, calc(100vw - 24px));
    max-width: 288px;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    padding: 14px 12px 12px;
    border: 1px solid rgba(124, 204, 184, 0.28);
    border-radius: 20px;
    background:
      radial-gradient(circle at 14% 8%, rgba(218, 249, 241, 0.38), transparent 26%),
      linear-gradient(180deg, #ffffff, #fbfefd);
    box-shadow:
      0 28px 58px rgba(22, 76, 61, 0.16),
      0 8px 20px rgba(22, 76, 61, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
    z-index: 10;
  }

  .mobile-account-panel::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 28px;
    width: 30px;
    height: 30px;
    border-top: 1px solid rgba(124, 204, 184, 0.28);
    border-left: 1px solid rgba(124, 204, 184, 0.28);
    border-radius: 8px 0 0 0;
    background: rgba(255, 255, 255, 0.99);
    transform: rotate(45deg);
    box-shadow: -8px -8px 20px rgba(22, 76, 61, 0.04);
  }

  .mobile-account-panel.is-logged-in {
    gap: 12px;
    padding: 16px 14px 14px;
  }

  .mobile-account-guest-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
  }

  .mobile-account-guest-visual {
    position: relative;
    display: grid;
    place-items: center;
    width: 70px;
    height: 62px;
    margin-top: 0;
  }

  .mobile-account-guest-avatar {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 2px solid rgba(169, 225, 213, 0.9);
    border-radius: 999px;
    background:
      radial-gradient(circle at 50% 33%, rgba(144, 224, 203, 0.82) 0 15px, transparent 16px),
      radial-gradient(ellipse at 50% 82%, rgba(69, 190, 161, 0.88) 0 28px, transparent 29px),
      linear-gradient(180deg, rgba(246, 253, 251, 0.98), rgba(232, 248, 244, 0.92));
    color: #32aa8f;
    box-shadow:
      0 14px 28px rgba(23, 98, 82, 0.12),
      inset 0 0 0 5px rgba(255, 255, 255, 0.7);
  }

  .mobile-account-guest-avatar svg {
    display: none;
  }

  .mobile-account-guest-lock {
    position: absolute;
    right: 1px;
    bottom: 1px;
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(255, 255, 255, 0.96);
    border-radius: 9px;
    background: rgba(224, 248, 242, 0.94);
    color: #8bcfc0;
    box-shadow: 0 6px 12px rgba(35, 119, 101, 0.1);
  }

  .mobile-account-guest-lock svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-account-guest-spark {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    color: rgba(123, 213, 197, 0.55);
  }

  .mobile-account-guest-spark::before,
  .mobile-account-guest-spark::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-account-guest-spark::before {
    width: 2px;
    height: 10px;
  }

  .mobile-account-guest-spark::after {
    width: 10px;
    height: 2px;
  }

  .mobile-account-guest-spark-1 {
    top: 16px;
    left: 1px;
  }

  .mobile-account-guest-spark-2 {
    top: 30px;
    right: 0;
    width: 7px;
    height: 7px;
    opacity: 0.75;
  }

  .mobile-account-guest-title {
    color: #071a4c;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.12;
  }

  .mobile-account-guest-copy {
    max-width: 220px;
    margin: -2px 0 2px;
    color: #6c7587;
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.3;
  }

  .mobile-account-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2f8f57, #74c98f);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0 16px 26px rgba(47, 143, 87, 0.18);
  }

  .mobile-account-login-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-account-panel-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .mobile-account-avatar {
    position: relative;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 3px solid rgba(167, 224, 211, 0.92);
    border-radius: 999px;
    background:
      radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.9) 0 13px, transparent 14px),
      radial-gradient(ellipse at 50% 87%, rgba(22, 130, 91, 0.82) 0 22px, transparent 23px),
      linear-gradient(135deg, #d8f5ef, #eefaf7);
    color: #137258;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow:
      0 10px 18px rgba(22, 76, 61, 0.11),
      inset 0 0 0 5px rgba(255, 255, 255, 0.86);
  }

  .mobile-account-avatar::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 16px;
    height: 16px;
    border: 4px solid #fff;
    border-radius: 999px;
    background: #42bfa1;
  }

  .mobile-account-summary {
    display: grid;
    gap: 8px;
    min-width: 0;
  }

  .mobile-account-email {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: #15262a;
    font-size: clamp(0.9rem, 4.3vw, 1.06rem);
    font-weight: 400;
    line-height: 1.1;
    text-overflow: clip;
    white-space: nowrap;
  }

  .mobile-account-badges {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-width: 0;
  }

  .mobile-account-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 26px;
    padding: 0 7px;
    border: 1px solid rgba(89, 194, 169, 0.22);
    border-radius: 8px;
    background: rgba(233, 251, 246, 0.88);
    color: #247568;
    font-size: clamp(0.62rem, 2.6vw, 0.76rem);
    font-weight: 400;
    white-space: nowrap;
  }

  .mobile-account-badge span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-account-badge svg {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-account-badge .mobile-account-credit-note {
    display: block;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    object-fit: contain;
    stroke: none;
  }

  .mobile-account-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2px;
    padding-top: 10px;
    border-top: 1px solid rgba(105, 153, 145, 0.18);
  }

  .mobile-account-item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    min-height: 44px;
    padding: 4px 2px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #263c44;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 350;
    text-align: left;
    text-decoration: none;
  }

  .mobile-account-item-icon {
    display: grid;
    place-items: center;
    color: #197a6c;
  }

  .mobile-account-item-icon svg,
  .mobile-account-chevron svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-account-chevron {
    display: grid;
    place-items: center;
    color: #64737c;
  }

  .mobile-account-item-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .mobile-account-item-title,
  .mobile-account-item-note {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-account-item-note {
    color: #37746a;
    font-size: 0.86rem;
    font-weight: 300;
  }

  .mobile-account-upgrade {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    min-height: 58px;
    margin: 5px 0 6px;
    padding: 8px 10px;
    border: 1px solid rgba(85, 200, 176, 0.36);
    border-radius: 15px;
    background:
      radial-gradient(circle at 12% 50%, rgba(190, 238, 226, 0.74), transparent 25%),
      linear-gradient(180deg, rgba(244, 254, 251, 0.98), rgba(239, 252, 249, 0.92));
    box-shadow: 0 12px 24px rgba(42, 116, 100, 0.09);
    color: #1c7368;
  }

  .mobile-account-upgrade .mobile-account-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(197, 242, 232, 0.82);
  }

  .mobile-account-logout {
    border-top: 1px solid rgba(105, 153, 145, 0.14);
    border-radius: 0;
    color: #e7464f;
    cursor: pointer;
  }

  .mobile-account-logout .mobile-account-item-icon,
  .mobile-account-logout .mobile-account-chevron {
    color: #e7464f;
  }

  .mobile-account-panel:not(.is-logged-in) .mobile-account-logged-in-only {
    display: none;
  }

  .mobile-account-panel.is-logged-in .mobile-account-guest-only {
    display: none;
  }

  @media (max-width: 360px) {
    .mobile-brand-header {
      grid-template-columns: 40px minmax(0, 1fr) 40px;
      gap: 6px;
      min-height: 58px;
      padding: 7px 12px;
    }

    .mobile-brand-header-action {
      width: 40px;
      height: 40px;
      flex-basis: 40px;
    }

    .mobile-brand-header-logo {
      width: clamp(128px, 42vw, 146px);
    }

    .mobile-brand-header-action-menu span {
      width: 23px;
    }

    .mobile-brand-header-account svg {
      width: 20px;
      height: 20px;
    }
  }

  .form-card > .section-heading {
    display: none;
  }

  .form-card.mobile-form-stage-active .mobile-brand-header {
    display: grid;
    margin-bottom: 16px;
  }

  .form-card.mobile-form-stage-active > .section-heading {
    display: none;
    justify-items: center;
    text-align: center;
    margin: 0 0 14px;
    padding: 0 8px;
  }

  .form-card.mobile-form-stage-active > .section-heading::before,
  .form-card.mobile-form-stage-active > .section-heading::after {
    display: none;
  }

  .form-card.mobile-form-stage-active .section-kicker {
    display: none;
  }

  .form-card.mobile-form-stage-active > .section-heading h2 {
    margin: 0;
    max-width: none;
    font-size: clamp(1.76rem, 7vw, 2.08rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active .mobile-heading-badge {
    display: none;
  }

  .form-card.mobile-form-stage-active #advanced-fields {
    gap: 0;
    overflow: hidden;
    border-radius: 24px;
    border-color: rgba(91, 126, 106, 0.14);
    background:
      radial-gradient(circle at top right, rgba(235, 249, 239, 0.74), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 251, 247, 0.94));
    box-shadow: 0 16px 36px rgba(37, 67, 49, 0.08);
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero {
    display: block;
    padding: 24px 18px 18px;
    border: 0;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-head {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-chip {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(243, 251, 245, 0.98), rgba(226, 245, 232, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-chip .ai-step-pill-chip-icon {
    inset: 12px;
    opacity: 0.16;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-chip .ai-step-pill-chip-text {
    font-size: 1.12rem;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding-top: 0;
    align-self: center;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-copy strong {
    display: block;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 1.26rem;
    line-height: 1.02;
    letter-spacing: -0.03em;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-copy span {
    display: block;
    color: rgba(82, 99, 90, 0.9);
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.35;
    white-space: normal;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-toggle {
    display: none;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-intro,
  .form-card.mobile-form-stage-active #advanced-fields .ai-step-detail-heading {
    display: none;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-choice-group {
    gap: 12px;
    padding: 0 18px 18px;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-question {
    display: block;
    width: 100%;
    margin: 0;
    color: var(--text);
    font-size: clamp(0.95rem, 3.75vw, 1rem);
    font-weight: 400;
    line-height: 1.24;
    text-align: center;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-recommendation-note {
    display: flex;
    width: 100%;
    min-height: 0;
  }

  .form-card.mobile-form-stage-active #advanced-fields.mobile-ai-step-has-choice .ai-step-recommendation-note {
    display: flex;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-recommendation-note strong {
    color: var(--text);
    font-weight: 520;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-recommendation-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-recommendation-icon::before {
    inset: 6px;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card {
    position: relative;
    min-height: clamp(64px, 17vw, 72px);
    padding: 12px 40px 12px 12px;
    border-radius: 18px;
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(41, 73, 52, 0.06);
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 21px;
    height: 21px;
    border: 1.7px solid rgba(116, 133, 124, 0.72);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transform: translateY(-50%);
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-body {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-icon {
    width: 18px;
    height: 18px;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-copy {
    gap: 0;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-copy strong {
    font-size: clamp(0.86rem, 3.3vw, 0.98rem);
    line-height: 1.18;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-copy span {
    display: none;
    color: rgba(72, 88, 79, 0.88);
    font-size: clamp(0.76rem, 2.9vw, 0.84rem);
    line-height: 1.36;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card:has(input:checked) {
    border-color: rgba(47, 143, 87, 0.56);
    background: linear-gradient(180deg, rgba(249, 254, 250, 0.99), rgba(233, 247, 238, 0.94));
    box-shadow: 0 16px 28px rgba(47, 143, 87, 0.12);
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card:has(input:checked)::after {
    border-color: rgba(47, 143, 87, 0.96);
    background:
      radial-gradient(circle at center, rgba(47, 143, 87, 0.96) 0 32%, rgba(255, 255, 255, 0.98) 34% 54%, rgba(47, 143, 87, 0.96) 56% 100%);
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-choice-grid {
    gap: 8px;
    padding: 5px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 17px;
    background: linear-gradient(180deg, rgba(250, 254, 251, 0.98), rgba(241, 250, 245, 0.92));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 10px 22px rgba(41, 73, 52, 0.08);
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card {
    min-height: 44px;
    padding: 0 10px;
    border: 1px solid rgba(91, 126, 106, 0.14);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 12px rgba(38, 70, 50, 0.06);
    transform: none;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card::after {
    content: none !important;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card input,
  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card input:checked {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    appearance: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    cursor: pointer;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-body {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    pointer-events: none;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-icon {
    display: inline-flex;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-copy {
    display: block;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-copy strong {
    display: block;
    color: #24302a;
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card:has(input:checked) {
    border-color: rgba(18, 129, 72, 0.88);
    background: linear-gradient(180deg, #239e5f, #148e4f);
    box-shadow: 0 8px 18px rgba(20, 142, 79, 0.24);
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card:has(input:checked) .ai-mode-card-copy strong {
    color: #ffffff;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card:has(input:checked) .ai-mode-card-icon {
    background: transparent;
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card-icon .ai-step-icon {
    width: 16px;
    height: 16px;
    background: #24945c;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-mode-card:has(input:checked) .ai-mode-card-icon .ai-step-icon {
    background: #ffffff;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-recommendation-note {
    gap: 10px;
    min-height: 42px;
    margin: 10px 0 0;
    padding: 10px 14px;
    border-color: rgba(91, 126, 106, 0.1);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(248, 252, 249, 0.98), rgba(239, 249, 243, 0.92));
    color: #44544b;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-recommendation-copy {
    margin: 0;
    color: #44544b;
    font-size: 0.84rem;
    font-weight: 400;
    line-height: 1.32;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-recommendation-icon {
    position: relative;
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 999px;
    background: rgba(232, 249, 238, 0.96);
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-recommendation-icon::before {
    inset: 6px;
    background: #24945c;
    -webkit-mask: url("/lucide-sparkles.svg") center / contain no-repeat;
    mask: url("/lucide-sparkles.svg") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active #advanced-fields.ai-step-choice-dedication .ai-step-recommendation-icon::before {
    -webkit-mask-image: url("/lucide-heart.svg");
    mask-image: url("/lucide-heart.svg");
  }

  .form-card.mobile-form-stage-active #advanced-fields.ai-step-choice-general .ai-step-recommendation-icon::before {
    -webkit-mask-image: url("/lucide-music-4.svg");
    mask-image: url("/lucide-music-4.svg");
  }

  .form-card.mobile-form-stage-active #advanced-fields .dedication-panel,
  .form-card.mobile-form-stage-active #advanced-fields .ai-step-general-panel {
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-detail-grid,
  .form-card.mobile-form-stage-active #ai-composer-fields .ai-step-general-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-general-note {
    display: none;
  }

  .form-card.mobile-form-stage-active #advanced-fields.mobile-ai-step-initial .dedication-panel,
  .form-card.mobile-form-stage-active #advanced-fields.mobile-ai-step-initial .ai-step-general-panel {
    display: none;
  }

  .form-card.mobile-form-stage-active .mobile-heading-badge-note {
    position: absolute;
    inset: 0;
    background: url("/twemoji-musical-note.svg") center / 24px 24px no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-heading-badge-spark {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #111111;
    clip-path: polygon(50% 0, 64% 36%, 100% 50%, 64% 64%, 50% 100%, 36% 64%, 0 50%, 36% 36%);
  }

  .form-card.mobile-form-stage-active .mobile-heading-badge-spark-1 {
    top: 14px;
    left: 10px;
  }

  .form-card.mobile-form-stage-active .mobile-heading-badge-spark-2 {
    top: 11px;
    right: 12px;
    width: 4px;
    height: 4px;
  }

  .form-card.mobile-form-stage-active .mobile-heading-badge-spark-3 {
    bottom: 12px;
    left: 11px;
    width: 4px;
    height: 4px;
  }

  .form-card.mobile-form-stage-active .mobile-heading-badge-spark-4 {
    bottom: 10px;
    right: 13px;
  }

  .mobile-landing-screen {
    display: block;
    padding: 0 10px 6px;
  }

  .mobile-landing-card {
    display: grid;
    gap: 18px;
    padding: 20px 18px 18px;
    border: 1px solid rgba(104, 133, 116, 0.14);
    border-radius: 28px;
    background:
      radial-gradient(circle at top center, rgba(240, 250, 243, 0.78), transparent 36%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 254, 251, 0.97));
    box-shadow:
      0 20px 52px rgba(47, 87, 61, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.94);
  }

  .mobile-landing-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -2px -10px 0;
  }

  .mobile-landing-hero-image {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: min(100%, 338px);
    height: auto;
    border-radius: 24px;
    aspect-ratio: 1408 / 1117;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(69, 113, 82, 0.16));
  }

  .mobile-landing-copy {
    display: grid;
    gap: 10px;
    text-align: center;
  }

  .mobile-landing-intro-pill,
  .mobile-landing-copy-note,
  .mobile-landing-start-spark {
    display: none;
  }

  .mobile-landing-copy h3 {
    margin: 0;
    color: #1f2822;
    font-family: var(--font-display);
    width: 100%;
    max-width: 100%;
    justify-self: center;
    font-size: 1.72rem;
    line-height: 1.06;
    letter-spacing: 0;
  }

  .mobile-landing-title-line,
  .mobile-landing-title-highlight {
    display: block;
  }

  .mobile-landing-title-line {
    white-space: nowrap;
  }

  .mobile-landing-title-highlight {
    color: inherit;
  }

  .mobile-landing-copy-primary,
  .mobile-landing-copy-secondary {
    margin: 0;
    color: #617669;
  }

  .mobile-landing-copy-primary {
    font-size: 1rem;
    line-height: 1.5;
  }

  .mobile-landing-copy-secondary {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .mobile-landing-chips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .mobile-landing-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 10px;
    border: 1px solid rgba(104, 133, 116, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    color: #476353;
    font-size: 0.95rem;
    font-weight: 350;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .mobile-landing-chip img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .mobile-landing-start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    gap: 10px;
    border-radius: 18px;
    box-shadow: 0 18px 30px rgba(47, 143, 87, 0.22);
  }

  .mobile-landing-start-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: #ffffff;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  #song-form.mobile-form-hidden {
    display: none;
  }

  body.mobile-keyboard-focus-active .form-card.mobile-form-stage-active #song-form {
    padding-bottom: calc(96px + var(--mobile-keyboard-offset, 0px) + env(safe-area-inset-bottom, 0px));
  }

  form {
    gap: 16px;
    padding: 0 8px;
  }

  .wizard-progress {
    gap: 10px;
  }

  .form-card.mobile-form-stage-active .wizard-progress {
    --wizard-dot-size: 28px;
    --wizard-line-width: 76px;
    display: grid;
    grid-template-columns:
      var(--wizard-dot-size)
      var(--wizard-line-width)
      var(--wizard-dot-size)
      var(--wizard-line-width)
      var(--wizard-dot-size);
    grid-template-rows: var(--wizard-dot-size) 20px;
    justify-content: center;
    justify-items: center;
    align-items: start;
    column-gap: 0;
    row-gap: 8px;
    width: fit-content;
    max-width: 100%;
    min-height: 56px;
    margin: 4px auto 20px;
    padding: 0;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .form-card.mobile-form-stage-active .wizard-progress[data-step-count="2"] {
    --wizard-line-width: 92px;
    grid-template-columns:
      var(--wizard-dot-size)
      var(--wizard-line-width)
      var(--wizard-dot-size);
  }

  .form-card.mobile-form-stage-active .wizard-progress[data-current-step="sound"],
  .form-card.mobile-form-stage-active .wizard-progress[data-current-step="lyrics"] {
    margin-bottom: 0;
  }

  .form-card.mobile-form-stage-active .wizard-progress-item {
    position: relative;
    z-index: 1;
    width: var(--wizard-dot-size);
    min-width: var(--wizard-dot-size);
    height: var(--wizard-dot-size);
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active .wizard-progress-item[data-wizard-indicator="sound"] {
    grid-column: 1;
    grid-row: 1;
  }

  .form-card.mobile-form-stage-active .wizard-progress-item[data-wizard-indicator="lyrics"] {
    grid-column: 3;
    grid-row: 1;
  }

  .form-card.mobile-form-stage-active .wizard-progress-item[data-wizard-indicator="ai"] {
    grid-column: 5;
    grid-row: 1;
  }

  .form-card.mobile-form-stage-active .wizard-progress::before {
    content: none;
  }

  .form-card.mobile-form-stage-active .wizard-progress-connector {
    display: block;
    width: var(--wizard-line-width);
    height: 2px;
    align-self: start;
    margin-top: calc((var(--wizard-dot-size) / 2) - 1px);
    background: rgba(182, 195, 185, 0.48);
    border-radius: 999px;
    z-index: 0;
  }

  .form-card.mobile-form-stage-active .wizard-progress-connector[data-wizard-connector="lyrics"] {
    grid-column: 2;
    grid-row: 1;
  }

  .form-card.mobile-form-stage-active .wizard-progress-connector[data-wizard-connector="ai"] {
    grid-column: 4;
    grid-row: 1;
  }

  .form-card.mobile-form-stage-active .wizard-progress::after {
    content: none;
  }

  .form-card.mobile-form-stage-active .wizard-progress-index {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: var(--wizard-dot-size);
    height: var(--wizard-dot-size);
    min-width: var(--wizard-dot-size);
    min-height: var(--wizard-dot-size);
    border-radius: 999px;
    background: #ffffff;
    border: 1.5px solid rgba(181, 196, 185, 0.92);
    box-shadow: 0 4px 12px rgba(41, 73, 52, 0.04);
    overflow: hidden;
  }

  .form-card.mobile-form-stage-active .wizard-progress-index-value {
    position: absolute;
    inset: 0;
    display: block;
    color: #7a8e7f;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 350;
    line-height: var(--wizard-dot-size);
    text-align: center;
    transform: none;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-numeric: tabular-nums lining-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;
  }

  .form-card.mobile-form-stage-active .wizard-progress-item.is-active .wizard-progress-index {
    background: #2ab055;
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(53, 181, 95, 0.22);
  }

  .form-card.mobile-form-stage-active .wizard-progress-item.is-active .wizard-progress-index-value {
    color: #ffffff;
  }

  .form-card.mobile-form-stage-active .wizard-progress-item.is-complete .wizard-progress-index {
    background: #2ab055;
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(53, 181, 95, 0.16);
  }

  .form-card.mobile-form-stage-active .wizard-progress-item.is-complete .wizard-progress-index-value {
    color: #ffffff;
  }

  .form-card.mobile-form-stage-active .wizard-progress-label {
    position: absolute;
    top: calc(var(--wizard-dot-size) + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    min-width: 0;
    color: #7a8a7f;
    font-size: 0.84rem;
    font-weight: 300;
    line-height: 1.08;
    text-align: center;
    white-space: nowrap;
    word-break: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .form-card.mobile-form-stage-active .wizard-progress-item.is-complete .wizard-progress-label,
  .form-card.mobile-form-stage-active .wizard-progress-item.is-active .wizard-progress-label {
    color: var(--accent);
  }

  .form-card.mobile-form-stage-active .wizard-progress-item.is-active .wizard-progress-label {
    color: var(--accent);
  }

  #wizard-step-lyrics {
    gap: 14px;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .section-label-row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 0;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .lyrics-step-hero {
    display: block;
    margin: 0;
    padding: 8px 22px 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .lyrics-step-hero > .sound-step-hero-copy {
    display: none;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .mobile-lyrics-hero-copy {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    width: 100%;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .mobile-lyrics-step-hero-icon {
    position: relative;
    display: block;
    width: 56px;
    height: 48px;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .mobile-lyrics-step-hero-icon .sound-icon-lyrics {
    position: absolute;
    left: 17px;
    top: 6px;
    width: 30px;
    height: 30px;
    background: #2fb86a;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .mobile-lyrics-step-hero-icon .sound-icon-sparkles {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #8fdbaa;
    opacity: 0.95;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .mobile-lyrics-step-hero-icon .sound-icon-sparkles:nth-of-type(2) {
    left: 2px;
    top: 4px;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .mobile-lyrics-step-hero-icon .sound-icon-sparkles:nth-of-type(3) {
    left: 4px;
    top: 28px;
    width: 13px;
    height: 13px;
    opacity: 0.68;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .mobile-lyrics-step-hero-text {
    display: grid;
    gap: 5px;
    min-width: 0;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .mobile-lyrics-step-hero-text h3 {
    margin: 0;
    font-family: var(--font-ui);
    color: #16844d;
    font-size: 1.08rem;
    font-weight: 420;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .mobile-lyrics-step-hero-text p {
    margin: 0;
    color: #6d7f75;
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.32;
  }

  .form-card.mobile-form-stage-active .sound-step-hero-art {
    display: none;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .section-step-illustrated {
    width: 54px;
    height: 54px;
    background: radial-gradient(circle at center, rgba(244, 252, 246, 0.98), rgba(232, 246, 236, 0.86));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .section-step-illustration {
    width: 26px;
    height: 26px;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics h3 {
    font-family: var(--font-ui);
    font-size: 1.26rem;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .sound-step-hero-text {
    gap: 2px;
  }

  .form-card.mobile-form-stage-active #wizard-step-lyrics .lyrics-section-copy-mobile {
    margin-top: 0;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .sound-step-hero {
    display: block;
    margin: 0;
    padding: 8px 22px 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound {
    gap: 10px;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .sound-step-hero > .sound-step-hero-copy,
  .form-card.mobile-form-stage-active #wizard-step-sound .sound-step-hero > .sound-step-hero-art {
    display: none;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: 100%;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero-icon {
    position: relative;
    display: block;
    width: 56px;
    height: 48px;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero-icon .sound-icon-music {
    position: absolute;
    left: 17px;
    top: 6px;
    width: 30px;
    height: 30px;
    background: #2fb86a;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero-icon .sound-icon-sound-note {
    position: absolute;
    left: 14px;
    top: 2px;
    width: 38px;
    height: 38px;
    background: url("/musical-note.svg") center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero-icon .sound-icon-sparkles {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #8fdbaa;
    opacity: 0.95;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero-icon .sound-icon-sparkles:nth-of-type(2) {
    left: 2px;
    top: 4px;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero-icon .sound-icon-sparkles:nth-of-type(3) {
    left: 4px;
    top: 28px;
    width: 13px;
    height: 13px;
    opacity: 0.68;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero-copy h3 {
    margin: 0;
    max-width: 100%;
    font-family: var(--font-ui);
    color: #16844d;
    font-size: clamp(0.84rem, 4vw, 1.08rem);
    font-weight: 420;
    line-height: 1.18;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active #wizard-step-sound .mobile-sound-step-hero-copy p {
    margin: 0;
    color: #6d7f75;
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.32;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero {
    padding: 24px 18px 18px;
    border: 0;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-copy {
    gap: 4px;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-copy strong {
    font-family: var(--font-ui);
    font-size: 1.26rem;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .form-card.mobile-form-stage-active #advanced-fields .ai-step-hero-copy span {
    color: #667a70;
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.35;
  }

  .lyrics-section-copy-mobile {
    font-size: 0.88rem;
    line-height: 1.35;
    color: #667a70;
    font-weight: 300;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: center;
    width: min(100%, 430px);
    gap: 0;
    margin: 0 0 -2px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(80, 113, 91, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 22px rgba(41, 73, 52, 0.045);
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-areas: "icon title";
    gap: 8px;
    justify-content: start;
    align-items: center;
    min-height: 66px;
    padding: 8px 14px 8px 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    text-align: left;
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button-no-copy {
    grid-template-areas: "icon title";
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button + .mobile-lyrics-mode-button {
    border-left-color: rgba(80, 113, 91, 0.1);
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button:first-child {
    border-radius: 999px;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button:last-child {
    border-radius: 999px;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button.is-active {
    border-color: rgba(47, 143, 87, 0.72);
    border-width: 1px;
    background: linear-gradient(90deg, rgba(239, 250, 244, 0.98), rgba(255, 255, 255, 0.96));
    box-shadow: inset 0 0 0 1px rgba(35, 157, 87, 0.05);
    z-index: 1;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-indicator {
    display: none;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button.is-active .mobile-lyrics-mode-indicator {
    border-color: transparent;
    background: #35b55f;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button.is-active .mobile-lyrics-mode-indicator::before {
    display: none;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-icon {
    grid-area: icon;
    position: relative;
    width: 36px;
    height: 36px;
    align-self: center;
    justify-self: center;
    border-radius: 999px;
    background: rgba(237, 247, 241, 0.96);
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button.is-active .mobile-lyrics-mode-icon {
    background: rgba(225, 246, 233, 0.96);
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-icon-file::before {
    inset: 7px 9px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: #169657;
    clip-path: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-icon-file::after {
    display: none;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-icon-sparkles::before {
    inset: 10px;
    background: #111111;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-title {
    grid-area: title;
    max-width: none;
    margin-top: 0;
    color: #1f2a22;
    font-size: 0.99rem;
    font-weight: 500;
    line-height: 1.02;
    white-space: nowrap;
    align-self: end;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button-no-copy .mobile-lyrics-mode-title {
    align-self: center;
    color: #1f2a22;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.08;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button-no-copy.is-active .mobile-lyrics-mode-title {
    color: #15874f;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-copy {
    grid-area: copy;
    display: block;
    min-width: 0;
    color: #506457;
    font-size: 0.56rem;
    font-weight: 300;
    line-height: 1.03;
    white-space: normal;
    align-self: start;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-hint-card {
    width: 100%;
    min-height: 0;
    padding: 8px 10px;
    border-radius: 14px;
    border: 1px solid rgba(80, 113, 91, 0.08);
    background: linear-gradient(180deg, rgba(248, 252, 249, 0.98), rgba(241, 249, 243, 0.93));
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-hint-copy {
    font-size: 0.82rem;
    line-height: 1.32;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-hint-close {
    width: 24px;
    height: 24px;
    font-size: 1.35rem;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card-lyrics {
    display: block;
    padding: 14px;
    border: 1px solid rgba(80, 113, 91, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 16px 34px rgba(41, 73, 52, 0.045);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card-lyrics.is-expanded {
    border-color: rgba(80, 113, 91, 0.13);
    box-shadow: 0 16px 34px rgba(41, 73, 52, 0.045);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card-lyrics .mobile-collapsible-trigger {
    display: none;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card-lyrics .mobile-collapsible-body {
    display: block;
    padding: 0;
    border-top: 0;
  }

  .form-card.mobile-form-stage-active #lyrics-input-group {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active .lyrics-input-card {
    display: grid;
    gap: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-head {
    display: grid;
    grid-template-columns: minmax(92px, 1fr) auto;
    gap: 8px;
    align-items: center;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-title-wrap {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-width: 0;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-icon {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: linear-gradient(180deg, #2faa67, #1f8d4f);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-icon::before {
    content: "";
    position: absolute;
    inset: 8px 9px 7px 9px;
    border-radius: 3px;
    background: #ffffff;
    clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%);
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-icon::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 9px;
    width: 5px;
    height: 5px;
    background: rgba(47, 143, 87, 0.42);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-title {
    color: #1f2a22;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-subtitle {
    overflow: hidden;
    color: #6f7c73;
    font-size: 0.73rem;
    font-weight: 300;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-paste-status {
    margin: -4px 0 0;
    padding: 8px 10px;
    border: 1px solid rgba(47, 143, 87, 0.13);
    border-radius: 13px;
    background: rgba(238, 249, 242, 0.86);
    color: var(--accent-strong);
    font-size: 0.72rem;
    font-weight: 350;
    line-height: 1.25;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-action {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 28px;
    padding: 0;
    color: #343f38;
    font-size: clamp(0.62rem, 2.45vw, 0.73rem);
    font-weight: 350;
    line-height: 1;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-action:disabled {
    color: rgba(52, 63, 56, 0.42);
    cursor: default;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-action-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background: currentColor;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-action-icon-paste {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='8' width='10' height='12' rx='2'/%3E%3Cpath d='M6 16H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='8' width='10' height='12' rx='2'/%3E%3Cpath d='M6 16H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-action-icon-clear {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='m19 6-1 14H6L5 6'/%3E%3Cpath d='M10 11v5'/%3E%3Cpath d='M14 11v5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='m19 6-1 14H6L5 6'/%3E%3Cpath d='M10 11v5'/%3E%3Cpath d='M14 11v5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-field {
    display: block;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-label {
    display: none;
  }

  .form-card.mobile-form-stage-active #lyrics-input-group textarea {
    width: 100%;
    min-height: min(40svh, 344px);
    padding: 18px;
    border: 1px solid rgba(80, 113, 91, 0.13);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
    color: #1f2a22;
    font-size: 0.84rem;
    font-weight: 300;
    line-height: 1.42;
    resize: vertical;
  }

  .form-card.mobile-form-stage-active #lyrics-input-group textarea::placeholder {
    color: #7b8781;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card {
    border-color: rgba(80, 113, 91, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.04);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card.is-expanded {
    border-color: rgba(47, 143, 87, 0.22);
    box-shadow: 0 12px 28px rgba(41, 73, 52, 0.06);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] {
    display: block;
    padding: 13px 14px;
    border: 1px solid rgba(80, 113, 91, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 16px 34px rgba(41, 73, 52, 0.045);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"].is-expanded {
    border-color: rgba(80, 113, 91, 0.13);
    box-shadow: 0 16px 34px rgba(41, 73, 52, 0.045);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-trigger {
    grid-template-columns: 30px minmax(0, 1fr) 14px;
    gap: 8px;
    min-height: 0;
    padding: 0;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: linear-gradient(180deg, #2faa67, #1f8d4f);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    background: #ffffff;
    -webkit-mask: var(--mobile-card-icon-mask) center / contain no-repeat;
    mask: var(--mobile-card-icon-mask) center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-copy {
    gap: 2px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-title {
    color: #1f2a22;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-summary {
    color: #6f7c73;
    font-size: 0.73rem;
    font-weight: 300;
    line-height: 1.12;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-chevron {
    width: 10px;
    height: 10px;
    border-width: 1.7px;
    border-color: rgba(31, 42, 34, 0.42);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-body {
    padding: 12px 0 0;
    border-top: 0;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"].is-expanded .mobile-collapsible-body {
    display: grid;
    gap: 0;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-body > .ai-step-field-card {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] input,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] textarea {
    width: 100%;
    border: 1px solid rgba(80, 113, 91, 0.13);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
    color: #1f2a22;
    font-size: 0.84rem;
    font-weight: 300;
    line-height: 1.42;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] input {
    min-height: 50px;
    padding: 14px 15px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] textarea {
    min-height: min(34svh, 260px);
    padding: 16px 16px 34px;
    resize: vertical;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] input::placeholder,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] textarea::placeholder {
    color: #7b8781;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .ai-step-field-count {
    right: 12px;
    bottom: 12px;
    color: #7a857e;
    font-size: 0.72rem;
    font-weight: 300;
  }

  .form-card.mobile-form-stage-active .mobile-direct-select-card {
    min-height: 88px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-trigger {
    padding: 14px 14px 12px;
    grid-template-columns: 42px minmax(0, 1fr) 14px;
    gap: 10px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background:
      var(--mobile-card-icon-mask) center / 18px 18px no-repeat,
      radial-gradient(circle at center, rgba(244, 252, 246, 0.98), rgba(230, 245, 235, 0.82));
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-icon-music,
  .form-card.mobile-form-stage-active .mobile-collapsible-icon-microphone,
  .form-card.mobile-form-stage-active .mobile-collapsible-icon-sparkles,
  .form-card.mobile-form-stage-active .mobile-collapsible-icon-heart,
  .form-card.mobile-form-stage-active .mobile-collapsible-icon-flag {
    background: radial-gradient(circle at center, rgba(244, 252, 246, 0.98), rgba(230, 245, 235, 0.82));
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-icon-music::before,
  .form-card.mobile-form-stage-active .mobile-collapsible-icon-microphone::before,
  .form-card.mobile-form-stage-active .mobile-collapsible-icon-sparkles::before,
  .form-card.mobile-form-stage-active .mobile-collapsible-icon-heart::before,
  .form-card.mobile-form-stage-active .mobile-collapsible-icon-flag::before {
    inset: 11px;
    background: var(--accent);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-icon-sparkles::before {
    background: #111111;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-icon-file::before {
    top: 9px;
    left: 12px;
    width: 17px;
    height: 22px;
    border-radius: 6px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-icon-file::after {
    top: 9px;
    right: 10px;
    width: 8px;
    height: 8px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-title {
    font-size: 0.98rem;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-summary {
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-body {
    padding: 12px 14px 14px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-body textarea {
    min-height: 138px;
    border-radius: 18px;
    font-size: 0.95rem;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-card .mobile-native-select-backup {
    display: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-card .desktop-voice-card-grid,
  .form-card.mobile-form-stage-active .mobile-custom-select-card .desktop-language-card-grid,
  .form-card.mobile-form-stage-active .mobile-custom-select-card .desktop-mood-card-grid {
    display: none !important;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-card .sound-field-card {
    position: relative;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-card .sound-field-stack,
  .form-card.mobile-form-stage-active .mobile-custom-select-card .sound-field-control-row {
    display: block;
    min-width: 0;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-card .mobile-collapsible-body {
    padding: 12px;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-list {
    display: grid;
    gap: 7px;
    max-height: min(46vh, 330px);
    overflow-y: auto;
    padding: 2px;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-option {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    border: 1px solid rgba(80, 113, 91, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    color: #1f2a22;
    font: inherit;
    font-size: clamp(0.78rem, 3.25vw, 0.93rem);
    font-weight: 375;
    line-height: 1.15;
    text-align: left;
    box-shadow: 0 6px 14px rgba(41, 73, 52, 0.04);
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-option span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-check {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1.5px solid rgba(130, 150, 137, 0.42);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.92);
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-option.is-selected {
    border-color: rgba(47, 143, 87, 0.55);
    background: linear-gradient(180deg, rgba(246, 253, 248, 0.99), rgba(231, 247, 237, 0.94));
    color: var(--accent-strong);
    box-shadow: 0 8px 18px rgba(47, 143, 87, 0.08);
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-option.is-selected .mobile-custom-select-check {
    border-color: transparent;
    background: #35b55f;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-option.is-selected .mobile-custom-select-check::before {
    content: "";
    position: absolute;
    inset: 3px;
    background: #ffffff;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-list.mobile-genre-style-panel {
    gap: 10px;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: auto;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-list.mobile-voice-choice-panel {
    gap: 10px;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: auto;
  }

  .form-card.mobile-form-stage-active .mobile-custom-select-list.mobile-language-choice-panel {
    gap: 10px;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: auto;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="voice"] .mobile-custom-select-list,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="mood"] .mobile-custom-select-list,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="language"] .mobile-custom-select-list {
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: auto;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="genre"] {
    border-color: rgba(80, 113, 91, 0.12);
    border-radius: 26px;
    box-shadow: 0 18px 36px rgba(41, 73, 52, 0.08);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="genre"].is-expanded,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="instruments"].is-expanded {
    border-color: rgba(47, 143, 87, 0.22);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="genre"] .mobile-collapsible-trigger {
    padding: 16px 16px 12px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="genre"] .mobile-collapsible-title {
    font-size: clamp(1.08rem, 4.5vw, 1.28rem);
    line-height: 1.1;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="genre"] .mobile-collapsible-summary {
    font-size: clamp(0.78rem, 3.35vw, 0.93rem);
    line-height: 1.3;
    white-space: normal;
  }

  .form-card.mobile-form-stage-active .mobile-style-main-block,
  .form-card.mobile-form-stage-active .mobile-style-substyle-block {
    display: grid;
    gap: 8px;
  }

  .form-card.mobile-form-stage-active .mobile-voice-main-block,
  .form-card.mobile-form-stage-active .mobile-language-main-block,
  .form-card.mobile-form-stage-active .mobile-mood-main-block {
    width: 100%;
  }

  .form-card.mobile-form-stage-active .mobile-style-label,
  .form-card.mobile-form-stage-active .mobile-style-section-title {
    color: var(--text);
    font-size: clamp(0.84rem, 3.35vw, 0.98rem);
    font-weight: 425;
    line-height: 1.15;
  }

  .form-card.mobile-form-stage-active .mobile-style-caption,
  .form-card.mobile-form-stage-active .mobile-style-section-copy {
    color: #667a70;
    font-size: clamp(0.76rem, 3.05vw, 0.9rem);
    font-weight: 300;
    line-height: 1.25;
  }

  .form-card.mobile-form-stage-active .mobile-style-chip-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(80, 113, 91, 0.12);
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .form-card.mobile-form-stage-active .mobile-voice-chip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .form-card.mobile-form-stage-active .mobile-language-chip-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .form-card.mobile-form-stage-active .mobile-mood-choice-panel {
    gap: 10px;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: auto;
  }

  .form-card.mobile-form-stage-active .mobile-mood-chip-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(46px, auto);
    gap: 7px;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .form-card.mobile-form-stage-active .mobile-style-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 42px;
    padding: 8px 7px;
    border: 1px solid rgba(80, 113, 91, 0.12);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.96);
    color: #1f2a22;
    font: inherit;
    font-size: clamp(0.68rem, 2.9vw, 0.84rem);
    font-weight: 390;
    line-height: 1.08;
    box-shadow: 0 5px 12px rgba(41, 73, 52, 0.04);
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip {
    flex-direction: column;
    gap: 6px;
    min-height: 66px;
    padding: 9px 6px 8px;
    font-size: clamp(0.66rem, 2.75vw, 0.82rem);
    text-align: center;
  }

  .form-card.mobile-form-stage-active .mobile-style-chip span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-icon {
    order: -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: #18241e;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip.is-selected .mobile-genre-style-icon {
    color: #111111;
  }

  .form-card.mobile-form-stage-active .mobile-mood-option {
    min-height: 46px;
    padding: 7px 4px;
    font-size: clamp(0.6rem, 2.45vw, 0.74rem);
    line-height: 1.08;
    text-align: center;
  }

  .form-card.mobile-form-stage-active .mobile-mood-option span:first-child {
    display: block;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    -webkit-line-clamp: unset;
  }

  .form-card.mobile-form-stage-active .mobile-style-chip-check {
    position: relative;
    display: none;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    border-radius: 999px;
    background: #35b55f;
  }

  .form-card.mobile-form-stage-active .mobile-style-chip-check::before {
    content: "";
    position: absolute;
    inset: 3px;
    background: #ffffff;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-style-chip.is-selected {
    border-color: rgba(47, 143, 87, 0.5);
    background: linear-gradient(180deg, rgba(246, 253, 248, 0.99), rgba(231, 247, 237, 0.94));
    color: var(--accent-strong);
  }

  .form-card.mobile-form-stage-active .mobile-style-chip.is-selected .mobile-style-chip-check {
    display: inline-flex;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip.has-preview.is-selected {
    padding-right: 31px;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip.has-preview.is-selected .mobile-style-chip-check {
    display: none;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-genre-preview-toggle {
    position: absolute;
    top: 50%;
    right: 6px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 6px 12px rgba(22, 104, 62, 0.16);
    transform: translateY(-50%);
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip.has-preview.is-selected .mobile-genre-preview-toggle {
    display: inline-flex;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-genre-preview-toggle::before {
    content: "";
    width: 8px;
    height: 9px;
    margin-left: 2px;
    background: #16683e;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip.is-preview-playing .mobile-genre-preview-toggle {
    background: #16a547;
  }

  .form-card.mobile-form-stage-active .mobile-genre-style-panel .mobile-style-chip.is-preview-playing .mobile-genre-preview-toggle::before {
    width: 8px;
    height: 10px;
    margin-left: 0;
    background: #ffffff;
    clip-path: polygon(0 0, 32% 0, 32% 100%, 0 100%, 0 0, 68% 0, 100% 0, 100% 100%, 68% 100%, 68% 0);
  }

  .form-card.mobile-form-stage-active .mobile-language-option {
    justify-content: center;
    gap: 4px;
    min-height: 44px;
    padding: 7px 4px;
    font-size: clamp(0.61rem, 2.5vw, 0.78rem);
    line-height: 1.08;
    text-align: center;
  }

  .form-card.mobile-form-stage-active .mobile-language-option span:not(.mobile-style-chip-check) {
    display: block;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    -webkit-line-clamp: unset;
  }

  .form-card.mobile-form-stage-active .mobile-language-option .mobile-style-chip-check {
    display: none !important;
    margin-left: auto;
  }

  .form-card.mobile-form-stage-active .mobile-language-option.is-selected {
    border-color: transparent;
    background: linear-gradient(135deg, #218e52, #42b76e);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(33, 142, 82, 0.2);
  }

  .form-card.mobile-form-stage-active .mobile-language-flag {
    display: block;
    width: 16px;
    height: 12px;
    min-width: 0;
    flex: 0 0 16px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(48, 76, 61, 0.12);
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(31, 54, 39, 0.08);
  }

  .form-card.mobile-form-stage-active .mobile-voice-option {
    min-height: 48px;
    gap: 4px;
    padding: 8px 5px;
    font-size: clamp(0.7rem, 2.8vw, 0.86rem);
    font-weight: 520;
    justify-content: center;
    text-align: center;
  }

  .form-card.mobile-form-stage-active .mobile-voice-option span:first-child {
    display: block;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
    -webkit-line-clamp: unset;
  }

  .form-card.mobile-form-stage-active .mobile-voice-option .mobile-style-chip-check {
    display: none !important;
  }

  .form-card.mobile-form-stage-active .mobile-voice-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: currentColor;
  }

  .form-card.mobile-form-stage-active .mobile-voice-icon-male {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12.3a4.3 4.3 0 1 0 0-8.6 4.3 4.3 0 0 0 0 8.6Zm0 2.1c-4.7 0-8 2.3-8 5.1v.8c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9v-.8c0-2.8-3.3-5.1-8-5.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12.3a4.3 4.3 0 1 0 0-8.6 4.3 4.3 0 0 0 0 8.6Zm0 2.1c-4.7 0-8 2.3-8 5.1v.8c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9v-.8c0-2.8-3.3-5.1-8-5.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-voice-icon-female {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2.8a4.5 4.5 0 0 0-2.3 8.4l-2.1 5.2H10v2.1H8.4v2.3H10V23h4v-2.2h1.6v-2.3H14v-2.1h2.4l-2.1-5.2A4.5 4.5 0 0 0 12 2.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2.8a4.5 4.5 0 0 0-2.3 8.4l-2.1 5.2H10v2.1H8.4v2.3H10V23h4v-2.2h1.6v-2.3H14v-2.1h2.4l-2.1-5.2A4.5 4.5 0 0 0 12 2.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-voice-icon-both {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.2 11.8a3.4 3.4 0 1 0 0-6.8 3.4 3.4 0 0 0 0 6.8Zm7.8.1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM8.2 13.4c-3.7 0-6.2 1.8-6.2 4.1v.7c0 .4.3.8.8.8h9.5a5.4 5.4 0 0 1-.3-1.8c0-1.4.6-2.6 1.7-3.5-1-.2-2.4-.3-5.5-.3Zm7.8.3c-2.9 0-5 1.7-5 3.6v.7c0 .4.3.8.8.8h8.4c.4 0 .8-.3.8-.8v-.7c0-1.9-2.1-3.6-5-3.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.2 11.8a3.4 3.4 0 1 0 0-6.8 3.4 3.4 0 0 0 0 6.8Zm7.8.1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM8.2 13.4c-3.7 0-6.2 1.8-6.2 4.1v.7c0 .4.3.8.8.8h9.5a5.4 5.4 0 0 1-.3-1.8c0-1.4.6-2.6 1.7-3.5-1-.2-2.4-.3-5.5-.3Zm7.8.3c-2.9 0-5 1.7-5 3.6v.7c0 .4.3.8.8.8h8.4c.4 0 .8-.3.8-.8v-.7c0-1.9-2.1-3.6-5-3.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-voice-icon-none {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4.7 3.3 3.3 4.7l3.4 3.4H4c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h3.2l4.9 3.9c.7.5 1.7 0 1.7-.8v-3.8l5.5 5.5 1.4-1.4-16-16.2Zm9.1 7.5V5c0-.8-1-1.3-1.7-.8L8.8 6.9l5 3.9Zm5.5-3.5-1.4-1.4-2.3 2.3L17 9.6l2.3-2.3Zm-2.3 7.1-1.4 1.4 2.3 2.3 1.4-1.4-2.3-2.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4.7 3.3 3.3 4.7l3.4 3.4H4c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h3.2l4.9 3.9c.7.5 1.7 0 1.7-.8v-3.8l5.5 5.5 1.4-1.4-16-16.2Zm9.1 7.5V5c0-.8-1-1.3-1.7-.8L8.8 6.9l5 3.9Zm5.5-3.5-1.4-1.4-2.3 2.3L17 9.6l2.3-2.3Zm-2.3 7.1-1.4 1.4 2.3 2.3 1.4-1.4-2.3-2.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-style-substyle-block {
    padding-top: 2px;
  }

  .form-card.mobile-form-stage-active #genre-substyle-group {
    display: none !important;
  }

  .form-card.mobile-form-stage-active .mobile-style-substyle-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .form-card.mobile-form-stage-active .mobile-style-substyle-option {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 43px;
    padding: 9px 10px;
    border: 1px solid rgba(80, 113, 91, 0.12);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.96);
    color: #1f2a22;
    font: inherit;
    font-size: clamp(0.72rem, 3vw, 0.9rem);
    font-weight: 375;
    line-height: 1.12;
    text-align: left;
    box-shadow: 0 6px 14px rgba(41, 73, 52, 0.04);
  }

  .form-card.mobile-form-stage-active .mobile-style-substyle-option > span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active .mobile-style-substyle-label {
    display: flex;
    align-items: baseline;
    gap: 4px;
  }

  .form-card.mobile-form-stage-active .mobile-style-substyle-label > span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .form-card.mobile-form-stage-active .mobile-style-recommended-badge {
    flex: 0 0 auto;
    color: #168e50;
    font-size: 0.78em;
    font-weight: 300;
  }

  .form-card.mobile-form-stage-active .mobile-style-radio {
    position: relative;
    width: 19px;
    height: 19px;
    border: 1.5px solid rgba(130, 150, 137, 0.5);
    border-radius: 999px;
    background: #ffffff;
  }

  .form-card.mobile-form-stage-active .mobile-style-substyle-option.is-selected {
    border-color: rgba(47, 143, 87, 0.55);
    background: linear-gradient(180deg, rgba(246, 253, 248, 0.99), rgba(231, 247, 237, 0.94));
    color: var(--accent-strong);
    box-shadow: 0 8px 18px rgba(47, 143, 87, 0.08);
  }

  .form-card.mobile-form-stage-active .mobile-style-substyle-option.is-selected .mobile-style-radio {
    border-color: rgba(47, 143, 87, 0.58);
  }

  .form-card.mobile-form-stage-active .mobile-style-substyle-option.is-selected .mobile-style-radio::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 999px;
    background: #35b55f;
  }

  .form-card.mobile-form-stage-active .mobile-style-selected-bar {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(47, 143, 87, 0.14);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(250, 254, 251, 0.98), rgba(241, 251, 245, 0.9));
    color: #667183;
    font-size: clamp(0.75rem, 3.15vw, 0.9rem);
    font-weight: 300;
    line-height: 1.25;
  }

  .form-card.mobile-form-stage-active .mobile-style-selected-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 999px;
    background: #35b55f;
  }

  .form-card.mobile-form-stage-active .mobile-style-selected-icon::before {
    content: "";
    position: absolute;
    inset: 5px;
    background: #ffffff;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .form-card.mobile-form-stage-active .mobile-style-selected-bar strong {
    color: var(--accent-strong);
  }

  .form-card.mobile-form-stage-active .mobile-style-selected-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
    overflow: hidden;
    white-space: normal;
  }

  .form-card.mobile-form-stage-active .mobile-style-selected-title {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active .mobile-style-selected-description {
    display: block;
    color: #61746a;
    font-size: clamp(0.7rem, 2.85vw, 0.82rem);
    font-weight: 300;
    line-height: 1.28;
  }

  .form-card.mobile-form-stage-active .mobile-style-selected-note {
    display: block;
    white-space: normal;
    color: #61746a;
    font-size: clamp(0.72rem, 2.9vw, 0.84rem);
    font-weight: 300;
    line-height: 1.25;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="language"] .sound-field-note,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="mood"] .sound-field-note {
    display: flex;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="language"] .sound-field-note,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="mood"] .sound-field-note,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-auto-panel,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-manual-copy {
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    color: #68796f;
    font-size: clamp(0.74rem, 3vw, 0.86rem);
    font-weight: 300;
    line-height: 1.36;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="language"] .sound-field-note::before,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="mood"] .sound-field-note::before,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-manual-copy::before,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-auto-icon {
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 1px;
    border: 1px solid rgba(47, 143, 87, 0.2);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(239, 251, 244, 0.98), rgba(228, 247, 236, 0.94));
    color: #168e50;
    font-size: 0.66rem;
    font-weight: 620;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-auto-icon::before {
    content: "i";
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    background: transparent;
    -webkit-mask: none;
    mask: none;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="language"] .sound-field-note::before,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="mood"] .sound-field-note::before,
  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="instruments"] .mobile-instrument-manual-copy::before {
    content: "i";
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="substyles"] .mobile-collapsible-body {
    padding: 0 12px 12px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="substyles"] .genre-substyle-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    max-height: min(42vh, 300px);
    overflow-y: auto;
    padding: 2px;
    overscroll-behavior: contain;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="substyles"] .check-card {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    min-height: 42px;
    padding: 9px 10px;
    border-radius: 14px;
    font-size: clamp(0.78rem, 3.2vw, 0.92rem);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="substyles"] .check-card input {
    width: 20px;
    height: 20px;
    accent-color: var(--accent);
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-key="substyles"] .check-card span {
    overflow: hidden;
    font-size: inherit;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active .lyrics-text-count {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    margin: 0;
    padding-left: 8px;
    border-left: 1px solid rgba(80, 113, 91, 0.15);
    color: #7a857e;
    font-size: clamp(0.62rem, 2.4vw, 0.72rem);
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
  }

  .form-card.mobile-form-stage-active .wizard-footer {
    bottom: 0;
    padding-top: 14px;
  }

  .form-card.mobile-form-stage-active .wizard-footer::before {
    content: "";
    position: absolute;
    left: -16px;
    right: -16px;
    top: 0;
    height: 1px;
    display: block;
    background: rgba(80, 113, 91, 0.12);
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions {
    grid-template-columns: minmax(104px, 0.84fr) minmax(0, 1.16fr);
    gap: 10px;
    padding: 10px 0 6px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
    backdrop-filter: blur(16px);
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .secondary-button,
  .form-card.mobile-form-stage-active .wizard-footer-actions .primary-button {
    min-width: 0;
    min-height: 54px;
    border-radius: 18px;
    padding: 14px 16px;
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .primary-button {
    box-shadow: 0 12px 24px rgba(47, 143, 87, 0.16);
  }
}

@media (max-width: 389px) {
  .form-card.mobile-form-stage-active .mobile-lyrics-mode {
    gap: 0;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-button {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 4px 6px;
    min-height: 62px;
    padding: 8px;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-icon {
    width: 27px;
    height: 27px;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-title {
    font-size: 0.88rem;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-mode-copy {
    font-size: 0.5rem;
    line-height: 1.02;
  }

  .form-card.mobile-form-stage-active .lyrics-input-card {
    gap: 12px;
    padding: 0;
    border-radius: 0;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-head {
    grid-template-columns: minmax(88px, 1fr) auto;
    gap: 6px;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-title-wrap {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 6px;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-icon {
    width: 27px;
    height: 27px;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-title {
    font-size: 0.82rem;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-subtitle {
    font-size: 0.66rem;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-actions {
    gap: 5px;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-action {
    gap: 3px;
    font-size: 0.58rem;
  }

  .form-card.mobile-form-stage-active .mobile-lyrics-input-action-icon {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  .form-card.mobile-form-stage-active .lyrics-text-count {
    padding-left: 5px;
    font-size: 0.58rem;
  }

  .form-card.mobile-form-stage-active #lyrics-input-group textarea {
    min-height: min(38svh, 312px);
    padding: 16px;
    border-radius: 16px;
    font-size: 0.8rem;
  }

  .form-card.mobile-form-stage-active #advanced-fields .dedication-panel,
  .form-card.mobile-form-stage-active #advanced-fields .ai-step-general-panel {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] {
    padding: 12px;
    border-radius: 20px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-trigger {
    grid-template-columns: 27px minmax(0, 1fr) 12px;
    gap: 6px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-icon {
    width: 27px;
    height: 27px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-icon::before {
    inset: 7px;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-title {
    font-size: 0.82rem;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] .mobile-collapsible-summary {
    font-size: 0.66rem;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] input {
    min-height: 46px;
    padding: 13px 14px;
    font-size: 0.8rem;
  }

  .form-card.mobile-form-stage-active .mobile-collapsible-card[data-mobile-card-group="ai"] textarea {
    min-height: min(31svh, 228px);
    padding: 15px 15px 32px;
    border-radius: 16px;
    font-size: 0.8rem;
  }

  .site-footer {
    width: 100%;
    margin: auto 0 0;
    padding: 18px 0 0;
  }

  .site-footer-panel {
    width: 100%;
    padding: 18px 14px 16px;
    border-radius: 18px;
  }

  .site-footer-panel::before {
    display: none;
  }

  .site-footer-grid {
    gap: 11px;
  }

  .site-footer-brand {
    display: contents;
  }

  .site-footer-logo {
    width: clamp(112px, 36vw, 138px);
  }

  .site-footer-support {
    gap: 4px;
    font-size: clamp(0.5rem, 2.15vw, 0.61rem);
  }

  .site-footer-support-icon {
    width: 12px;
    height: 12px;
  }

  .site-footer-security {
    padding: 2px 0 0;
  }

  .site-footer-payments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .site-footer-payment-mark {
    min-width: 0;
    min-height: 40px;
    padding: 6px;
    border: 1px solid rgba(208, 231, 222, 0.92);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 16px rgba(41, 73, 52, 0.045);
  }

  .site-footer-payment-logo {
    height: 14px;
  }

  .site-footer-payment-logo-netopia,
  .site-footer-payment-logo-anpc {
    height: 20px;
  }

  .site-footer-link-list {
    gap: 3px;
  }

  .site-footer-legal-link {
    min-height: 22px;
    font-size: clamp(0.54rem, 2.35vw, 0.61rem);
  }

  .site-footer-legal .site-footer-legal-link[href="/terms"]::before {
    font-size: clamp(0.54rem, 2.35vw, 0.61rem);
  }

  .site-footer-legal-dot {
    display: none;
  }

}

.mobile-dashboard-system-bar,
.mobile-account-dashboard,
.mobile-dashboard-tabbar {
  display: none;
}

@media (max-width: 860px) {
  body.mobile-generator-intro-active .page-shell {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    align-content: stretch;
  }

  body.mobile-generator-intro-active #generator-main-grid {
    grid-row: 1;
  }

  body.mobile-generator-intro-active .site-footer {
    grid-row: 3;
    align-self: end;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }

  body.mobile-generator-intro-active .site-footer-panel {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 28px 28px 0 0;
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 1;
    min-height: 100svh;
    background:
      radial-gradient(circle at top center, rgba(18, 134, 77, 0.05), transparent 32%),
      linear-gradient(180deg, #f7f8f7 0%, #ffffff 44%, #f8faf9 100%);
  }

  body.mobile-account-dashboard-active .page-shell {
    width: min(100% - 16px, 500px);
    min-height: calc(100svh - 16px);
    margin: 8px auto;
    padding: 0;
    border: 1px solid rgba(222, 231, 226, 0.82);
    border-radius: calc(26px * var(--mobile-dashboard-scale));
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
      0 26px 64px rgba(21, 46, 34, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
    overflow: clip;
  }

  body.mobile-account-dashboard-active .site-footer,
  body.mobile-account-dashboard-active #account-main-grid > :not(#mobile-account-dashboard) {
    display: none !important;
  }

  body.mobile-account-dashboard-active #account-main-grid {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 0;
  }

  body.mobile-account-dashboard-active .mobile-brand-header {
    grid-template-columns:
      calc(48px * var(--mobile-dashboard-scale))
      minmax(0, 1fr)
      calc(48px * var(--mobile-dashboard-scale));
    min-height: calc(100px * var(--mobile-dashboard-scale));
    margin: 0;
    padding:
      calc(12px * var(--mobile-dashboard-scale))
      calc(20px * var(--mobile-dashboard-scale))
      calc(8px * var(--mobile-dashboard-scale));
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-logo {
    width: clamp(170px, 50vw, 248px);
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action {
    width: calc(48px * var(--mobile-dashboard-scale));
    height: calc(48px * var(--mobile-dashboard-scale));
    flex-basis: calc(48px * var(--mobile-dashboard-scale));
    color: #051a3c;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action-menu span {
    width: calc(28px * var(--mobile-dashboard-scale));
    height: calc(3px * var(--mobile-dashboard-scale));
  }

  body.mobile-account-dashboard-active .mobile-brand-header-account {
    border: 0;
    background: #dff4eb;
    color: #16895f;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-account svg {
    width: calc(26px * var(--mobile-dashboard-scale));
    height: calc(26px * var(--mobile-dashboard-scale));
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard {
    display: grid;
    gap: calc(24px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(26px * var(--mobile-dashboard-scale))
      calc(112px * var(--mobile-dashboard-scale));
    font-size: calc(16px * var(--mobile-dashboard-scale));
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard.hidden,
  body.mobile-account-dashboard-active .mobile-dashboard-tabbar.hidden {
    display: none !important;
  }

  .mobile-account-dashboard h2,
  .mobile-account-dashboard h3,
  .mobile-account-dashboard p {
    margin: 0;
  }

  .mobile-account-dashboard button,
  .mobile-dashboard-tabbar button {
    font: inherit;
  }

  .mobile-account-dashboard svg,
  .mobile-dashboard-tabbar svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-dashboard-stats,
  .mobile-dashboard-panel,
  .mobile-dashboard-shortcut,
  .mobile-dashboard-tabbar {
    border: 1px solid rgba(219, 229, 224, 0.9);
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
      0 calc(10px * var(--mobile-dashboard-scale)) calc(28px * var(--mobile-dashboard-scale)) rgba(17, 42, 28, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }

  .mobile-dashboard-stats {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr) auto;
    gap: calc(12px * var(--mobile-dashboard-scale));
    align-items: center;
    min-height: calc(96px * var(--mobile-dashboard-scale));
    padding:
      calc(18px * var(--mobile-dashboard-scale))
      calc(18px * var(--mobile-dashboard-scale));
    border-radius: calc(20px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-stat {
    display: grid;
    grid-template-columns: calc(58px * var(--mobile-dashboard-scale)) minmax(0, 1fr);
    gap: calc(14px * var(--mobile-dashboard-scale));
    align-items: center;
    min-width: 0;
  }

  .mobile-dashboard-icon {
    display: inline-grid;
    place-items: center;
    width: calc(58px * var(--mobile-dashboard-scale));
    height: calc(58px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #e3f5ec;
    color: #15875b;
  }

  .mobile-dashboard-icon svg {
    width: calc(28px * var(--mobile-dashboard-scale));
    height: calc(28px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-stat-copy {
    display: grid;
    gap: calc(3px * var(--mobile-dashboard-scale));
    min-width: 0;
  }

  .mobile-dashboard-stat-copy strong {
    color: #071a3a;
    font-size: calc(31px * var(--mobile-dashboard-scale));
    line-height: 0.95;
  }

  .mobile-dashboard-stat-copy span {
    color: #3f4756;
    font-size: calc(17px * var(--mobile-dashboard-scale));
    font-weight: 300;
    line-height: 1.1;
  }

  .mobile-dashboard-status-pill,
  .mobile-dashboard-account-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(9px * var(--mobile-dashboard-scale));
    min-height: calc(45px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(19px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #e7f5ee;
    color: #13784f;
    font-size: calc(17px * var(--mobile-dashboard-scale));
    font-weight: 400;
    white-space: nowrap;
  }

  .mobile-dashboard-status-pill svg,
  .mobile-dashboard-account-pill svg {
    width: calc(22px * var(--mobile-dashboard-scale));
    height: calc(22px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-shortcuts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(14px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-shortcut {
    display: grid;
    grid-template-columns: calc(54px * var(--mobile-dashboard-scale)) minmax(0, 1fr) calc(12px * var(--mobile-dashboard-scale));
    gap: calc(10px * var(--mobile-dashboard-scale));
    align-items: center;
    min-height: calc(92px * var(--mobile-dashboard-scale));
    min-width: 0;
    padding:
      calc(12px * var(--mobile-dashboard-scale))
      calc(12px * var(--mobile-dashboard-scale));
    border-radius: calc(14px * var(--mobile-dashboard-scale));
    color: #323948;
    cursor: pointer;
    text-align: left;
  }

  .mobile-dashboard-shortcut .mobile-dashboard-icon {
    width: calc(54px * var(--mobile-dashboard-scale));
    height: calc(54px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-shortcut span:nth-child(2) {
    min-width: 0;
    color: #303849;
    font-size: calc(17px * var(--mobile-dashboard-scale));
    font-weight: 350;
    line-height: 1.22;
  }

  .mobile-dashboard-chevron {
    display: block;
    width: calc(10px * var(--mobile-dashboard-scale));
    height: calc(10px * var(--mobile-dashboard-scale));
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: #3e4857;
    transform: rotate(-45deg);
  }

  .mobile-dashboard-carousel-dots {
    display: flex;
    justify-content: center;
    gap: calc(14px * var(--mobile-dashboard-scale));
    margin-top: calc(-6px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-carousel-dots span {
    width: calc(13px * var(--mobile-dashboard-scale));
    height: calc(13px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #d8dce1;
  }

  .mobile-dashboard-carousel-dots .is-active {
    width: calc(17px * var(--mobile-dashboard-scale));
    height: calc(17px * var(--mobile-dashboard-scale));
    background: #05a420;
  }

  .mobile-dashboard-panel {
    display: grid;
    gap: calc(14px * var(--mobile-dashboard-scale));
    padding:
      calc(20px * var(--mobile-dashboard-scale))
      calc(24px * var(--mobile-dashboard-scale));
    border-radius: calc(18px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(12px * var(--mobile-dashboard-scale));
    padding-bottom: calc(12px * var(--mobile-dashboard-scale));
    border-bottom: 1px solid #e1e5ea;
  }

  .mobile-dashboard-panel h2 {
    color: #07142e;
    font-family: var(--font-display);
    font-size: calc(26px * var(--mobile-dashboard-scale));
    font-weight: 400;
    line-height: 1.1;
  }

  .mobile-dashboard-link {
    display: inline-flex;
    align-items: center;
    gap: calc(11px * var(--mobile-dashboard-scale));
    padding: 0;
    border: 0;
    background: transparent;
    color: #087c3d;
    font-size: calc(16px * var(--mobile-dashboard-scale));
    font-weight: 350;
    white-space: nowrap;
    cursor: pointer;
  }

  .mobile-dashboard-link .mobile-dashboard-chevron {
    color: currentColor;
  }

  .mobile-dashboard-audio-list,
  .mobile-dashboard-payments-list,
  .mobile-dashboard-credit-offers {
    display: grid;
  }

  .mobile-dashboard-audio-list {
    gap: calc(15px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-main {
    display: grid;
    grid-template-columns: calc(148px * var(--mobile-dashboard-scale)) minmax(0, 1fr);
    gap: calc(22px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-cover {
    display: grid;
    place-items: center;
    width: calc(148px * var(--mobile-dashboard-scale));
    aspect-ratio: 1;
    border-radius: calc(14px * var(--mobile-dashboard-scale));
    background:
      radial-gradient(circle at 62% 22%, #ff8b2c 0 10%, transparent 11%),
      linear-gradient(145deg, #111827, #2d3b38 45%, #f1731b);
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }

  .mobile-dashboard-cover-small {
    width: calc(74px * var(--mobile-dashboard-scale));
    border-radius: calc(11px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-cover-placeholder {
    width: 48%;
    height: 48%;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    box-shadow:
      inset 0 0 0 calc(10px * var(--mobile-dashboard-scale)) rgba(255, 255, 255, 0.2),
      0 0 calc(22px * var(--mobile-dashboard-scale)) rgba(255, 111, 40, 0.46);
  }

  .mobile-dashboard-audio-copy {
    display: grid;
    gap: calc(10px * var(--mobile-dashboard-scale));
    min-width: 0;
  }

  .mobile-dashboard-audio-copy h3,
  .mobile-dashboard-audio-compact h3 {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #07142e;
    font-family: var(--font-display);
    font-size: calc(26px * var(--mobile-dashboard-scale));
    font-weight: 400;
    line-height: 1.14;
  }

  .mobile-dashboard-audio-meta {
    display: flex;
    flex-wrap: wrap;
    gap: calc(7px * var(--mobile-dashboard-scale)) calc(12px * var(--mobile-dashboard-scale));
    color: #596170;
    font-size: calc(14px * var(--mobile-dashboard-scale));
    font-weight: 300;
  }

  .mobile-dashboard-audio-meta > span {
    display: inline-flex;
    align-items: center;
    gap: calc(6px * var(--mobile-dashboard-scale));
    min-width: 0;
  }

  .mobile-dashboard-audio-meta svg {
    width: calc(17px * var(--mobile-dashboard-scale));
    height: calc(17px * var(--mobile-dashboard-scale));
    flex: 0 0 auto;
  }

  .mobile-dashboard-player {
    display: grid;
    grid-template-columns:
      calc(48px * var(--mobile-dashboard-scale))
      calc(45px * var(--mobile-dashboard-scale))
      minmax(calc(80px * var(--mobile-dashboard-scale)), 1fr)
      calc(45px * var(--mobile-dashboard-scale))
      calc(30px * var(--mobile-dashboard-scale))
      calc(16px * var(--mobile-dashboard-scale));
    gap: calc(10px * var(--mobile-dashboard-scale));
    align-items: center;
    min-height: calc(66px * var(--mobile-dashboard-scale));
    padding:
      calc(9px * var(--mobile-dashboard-scale))
      calc(14px * var(--mobile-dashboard-scale));
    border: 1px solid #d9dee3;
    border-radius: calc(12px * var(--mobile-dashboard-scale));
    background: #fbfdfc;
  }

  .mobile-dashboard-play {
    display: grid;
    place-items: center;
    width: calc(48px * var(--mobile-dashboard-scale));
    height: calc(48px * var(--mobile-dashboard-scale));
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #2e966c, #218459);
    color: #fff;
    cursor: pointer;
  }

  .mobile-dashboard-play span {
    display: block;
    width: 0;
    height: 0;
    margin-left: calc(4px * var(--mobile-dashboard-scale));
    border-top: calc(10px * var(--mobile-dashboard-scale)) solid transparent;
    border-bottom: calc(10px * var(--mobile-dashboard-scale)) solid transparent;
    border-left: calc(14px * var(--mobile-dashboard-scale)) solid currentColor;
  }

  .mobile-dashboard-play.is-playing span {
    width: calc(16px * var(--mobile-dashboard-scale));
    height: calc(18px * var(--mobile-dashboard-scale));
    margin-left: 0;
    border: 0;
    background:
      linear-gradient(90deg, currentColor 0 35%, transparent 35% 65%, currentColor 65% 100%);
  }

  .mobile-dashboard-time {
    color: #07142e;
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 400;
    white-space: nowrap;
  }

  .mobile-dashboard-seek {
    position: relative;
    width: 100%;
    height: calc(18px * var(--mobile-dashboard-scale));
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-dashboard-seek::before,
  .mobile-dashboard-seek span {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: calc(4px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    transform: translateY(-50%);
  }

  .mobile-dashboard-seek::before {
    right: 0;
    background: #d8dadc;
  }

  .mobile-dashboard-seek span {
    width: 0;
    background: #2a9369;
  }

  .mobile-dashboard-seek span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-7px * var(--mobile-dashboard-scale));
    width: calc(15px * var(--mobile-dashboard-scale));
    height: calc(15px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #2a9369;
    transform: translateY(-50%);
  }

  .mobile-dashboard-volume {
    color: #5c6470;
    font-size: calc(25px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-more {
    display: grid;
    gap: calc(4px * var(--mobile-dashboard-scale));
    justify-items: center;
  }

  .mobile-dashboard-more::before,
  .mobile-dashboard-more::after {
    display: block;
  }

  .mobile-dashboard-more::before,
  .mobile-dashboard-more::after,
  .mobile-dashboard-more {
    width: calc(5px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-more,
  .mobile-dashboard-more::before,
  .mobile-dashboard-more::after {
    content: "";
    height: calc(5px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #4f5763;
  }

  .mobile-dashboard-audio-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(20px * var(--mobile-dashboard-scale));
    margin-top: calc(6px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(10px * var(--mobile-dashboard-scale));
    min-height: calc(48px * var(--mobile-dashboard-scale));
    border: 1px solid #9ba3ad;
    border-radius: calc(10px * var(--mobile-dashboard-scale));
    background: #fff;
    color: #4b5564;
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 350;
    text-decoration: none;
  }

  .mobile-dashboard-outline-button svg {
    width: calc(22px * var(--mobile-dashboard-scale));
    height: calc(22px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-gift-button {
    border-color: #32a775;
    color: #168457;
  }

  .mobile-dashboard-share-button {
    border-color: #2d8fc5;
    color: #176f9c;
  }

  .mobile-dashboard-audio-compact,
  .mobile-dashboard-payment-row,
  .mobile-dashboard-account-row {
    display: grid;
    align-items: center;
    gap: calc(14px * var(--mobile-dashboard-scale));
    min-width: 0;
  }

  .mobile-dashboard-audio-compact {
    grid-template-columns:
      calc(74px * var(--mobile-dashboard-scale))
      minmax(0, 1fr)
      auto
      calc(12px * var(--mobile-dashboard-scale));
    padding-top: calc(16px * var(--mobile-dashboard-scale));
    border-top: 1px solid #ebedf0;
  }

  .mobile-dashboard-audio-compact h3 {
    font-size: calc(21px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-compact p {
    margin-top: calc(5px * var(--mobile-dashboard-scale));
    color: #596170;
    font-size: calc(14px * var(--mobile-dashboard-scale));
    font-weight: 300;
    line-height: 1.25;
  }

  .mobile-dashboard-audio-status {
    display: grid;
    gap: calc(8px * var(--mobile-dashboard-scale));
    padding: calc(11px * var(--mobile-dashboard-scale));
    border-radius: calc(12px * var(--mobile-dashboard-scale));
    background: #f7fbf8;
  }

  .mobile-dashboard-audio-status .mobile-dashboard-free-offer-start,
  .mobile-dashboard-audio-status .mobile-dashboard-credit-draft-start {
    width: 100%;
    min-height: calc(42px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-progress-head {
    display: flex;
    justify-content: space-between;
    gap: calc(12px * var(--mobile-dashboard-scale));
    color: #19312b;
    font-size: calc(14px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-progress-head span {
    color: #148154;
    font-weight: 400;
  }

  .mobile-dashboard-progress-bar {
    height: calc(8px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #d9ebe1;
    overflow: hidden;
  }

  .mobile-dashboard-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #168b5d, #60bd83);
  }

  .mobile-dashboard-payments-list {
    gap: 0;
  }

  .mobile-dashboard-payment-row {
    grid-template-columns:
      calc(50px * var(--mobile-dashboard-scale))
      minmax(0, 1fr)
      auto
      calc(12px * var(--mobile-dashboard-scale));
    min-height: calc(62px * var(--mobile-dashboard-scale));
    padding:
      calc(11px * var(--mobile-dashboard-scale))
      0;
    border-bottom: 1px solid #eceef1;
  }

  .mobile-dashboard-payment-row:last-child {
    border-bottom: 0;
  }

  .mobile-dashboard-payment-icon,
  .mobile-dashboard-account-icon {
    display: grid;
    place-items: center;
    width: calc(50px * var(--mobile-dashboard-scale));
    height: calc(50px * var(--mobile-dashboard-scale));
    border-radius: calc(12px * var(--mobile-dashboard-scale));
    background: #e7f5ee;
    color: #168457;
  }

  .mobile-dashboard-payment-icon svg,
  .mobile-dashboard-account-icon svg {
    width: calc(25px * var(--mobile-dashboard-scale));
    height: calc(25px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-payment-copy {
    display: grid;
    gap: calc(4px * var(--mobile-dashboard-scale));
    min-width: 0;
  }

  .mobile-dashboard-payment-copy strong {
    min-width: 0;
    overflow: hidden;
    color: #07142e;
    font-size: calc(17px * var(--mobile-dashboard-scale));
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-payment-copy span {
    color: #596170;
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 500;
  }

  .mobile-dashboard-payment-amount {
    color: #07142e;
    font-size: calc(20px * var(--mobile-dashboard-scale));
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-dashboard-credit-offers {
    gap: 0;
    margin-top: calc(-2px * var(--mobile-dashboard-scale));
    border: 1px solid #dce2e8;
    border-radius: calc(12px * var(--mobile-dashboard-scale));
    overflow: hidden;
  }

  .mobile-dashboard-credit-offer {
    display: grid;
    grid-template-columns:
      calc(32px * var(--mobile-dashboard-scale))
      minmax(calc(118px * var(--mobile-dashboard-scale)), 1fr)
      minmax(calc(88px * var(--mobile-dashboard-scale)), 0.8fr)
      auto;
    gap: calc(12px * var(--mobile-dashboard-scale));
    align-items: center;
    min-height: calc(48px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(14px * var(--mobile-dashboard-scale));
    color: #07142e;
    cursor: pointer;
  }

  .mobile-dashboard-credit-offer + .mobile-dashboard-credit-offer {
    border-top: 1px solid #edf0f2;
  }

  .mobile-dashboard-credit-offer input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-dashboard-credit-radio {
    width: calc(22px * var(--mobile-dashboard-scale));
    height: calc(22px * var(--mobile-dashboard-scale));
    border: 2px solid #687483;
    border-radius: 999px;
  }

  .mobile-dashboard-credit-offer strong {
    font-size: calc(21px * var(--mobile-dashboard-scale));
    line-height: 1;
  }

  .mobile-dashboard-credit-offer > span:not(.mobile-dashboard-credit-radio) {
    color: #545e6c;
    font-size: calc(17px * var(--mobile-dashboard-scale));
    font-weight: 300;
  }

  .mobile-dashboard-credit-offer em {
    display: inline-flex;
    align-items: center;
    gap: calc(8px * var(--mobile-dashboard-scale));
    min-height: calc(34px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(12px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #e4f5eb;
    color: #17794f;
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
  }

  .mobile-dashboard-credit-offer em svg {
    width: calc(19px * var(--mobile-dashboard-scale));
    height: calc(19px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-credit-offer:has(input:checked) {
    border-color: #32a775;
    background: #eef8f2;
    box-shadow: inset 0 0 0 1px #32a775;
  }

  .mobile-dashboard-credit-offer:has(input:checked) .mobile-dashboard-credit-radio {
    display: grid;
    place-items: center;
    border-color: #229263;
    background: #229263;
  }

  .mobile-dashboard-credit-offer:has(input:checked) .mobile-dashboard-credit-radio::after {
    content: "";
    width: calc(7px * var(--mobile-dashboard-scale));
    height: calc(7px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #fff;
  }

  .mobile-dashboard-pay-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(14px * var(--mobile-dashboard-scale));
    min-height: calc(58px * var(--mobile-dashboard-scale));
    border: 0;
    border-radius: calc(12px * var(--mobile-dashboard-scale));
    background: linear-gradient(180deg, #259366, #168254);
    color: #fff;
    font-size: calc(20px * var(--mobile-dashboard-scale));
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 calc(14px * var(--mobile-dashboard-scale)) calc(24px * var(--mobile-dashboard-scale)) rgba(22, 130, 84, 0.2);
  }

  .mobile-dashboard-pay-button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
  }

  .mobile-dashboard-pay-arrow {
    width: calc(12px * var(--mobile-dashboard-scale));
    height: calc(12px * var(--mobile-dashboard-scale));
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg);
  }

  .mobile-dashboard-credit-status {
    min-height: calc(18px * var(--mobile-dashboard-scale));
    color: #4f5964;
    font-size: calc(13px * var(--mobile-dashboard-scale));
    font-weight: 300;
  }

  .mobile-dashboard-credit-status.field-error {
    color: #d62828;
  }

  .mobile-dashboard-account-row {
    grid-template-columns:
      calc(50px * var(--mobile-dashboard-scale))
      minmax(0, 1fr)
      auto
      auto;
    padding-top: calc(2px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-account-email {
    min-width: 0;
    overflow: hidden;
    color: #3f4756;
    font-size: calc(16px * var(--mobile-dashboard-scale));
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-account-pill {
    min-height: calc(44px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(14px * var(--mobile-dashboard-scale));
    border: 1px solid #e1e8eb;
    background: #fbfefd;
    color: #07142e;
    font-size: calc(16px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-account-pill svg {
    color: #15875b;
  }

  .mobile-dashboard-account-connected {
    background: #e7f5ee;
    color: #13784f;
  }

  .mobile-dashboard-signout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(14px * var(--mobile-dashboard-scale));
    min-height: calc(52px * var(--mobile-dashboard-scale));
    border: 1.5px solid #ff1f1f;
    border-radius: calc(10px * var(--mobile-dashboard-scale));
    background: #fff;
    color: #ff1f1f;
    font-size: calc(17px * var(--mobile-dashboard-scale));
    font-weight: 400;
    cursor: pointer;
  }

  .mobile-dashboard-signout svg {
    width: calc(24px * var(--mobile-dashboard-scale));
    height: calc(24px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-empty {
    display: grid;
    gap: calc(6px * var(--mobile-dashboard-scale));
    padding:
      calc(18px * var(--mobile-dashboard-scale))
      0;
    color: #596170;
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 300;
    line-height: 1.35;
  }

  .mobile-dashboard-empty strong {
    color: #07142e;
    font-size: calc(18px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-empty.compact {
    padding:
      calc(14px * var(--mobile-dashboard-scale))
      calc(16px * var(--mobile-dashboard-scale));
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    position: fixed;
    right: max(8px, calc((100vw - 500px) / 2 + 8px));
    bottom: max(8px, env(safe-area-inset-bottom));
    left: max(8px, calc((100vw - 500px) / 2 + 8px));
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: calc(88px * var(--mobile-dashboard-scale));
    padding:
      calc(8px * var(--mobile-dashboard-scale))
      calc(18px * var(--mobile-dashboard-scale));
    border-radius: calc(22px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-tab {
    display: grid;
    justify-items: center;
    gap: calc(5px * var(--mobile-dashboard-scale));
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #49505b;
    font-size: calc(14px * var(--mobile-dashboard-scale));
    font-weight: 350;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }

  .mobile-dashboard-tab-icon {
    display: grid;
    place-items: center;
    width: calc(44px * var(--mobile-dashboard-scale));
    height: calc(44px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    color: #49505b;
  }

  .mobile-dashboard-tab-icon svg {
    width: calc(32px * var(--mobile-dashboard-scale));
    height: calc(32px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-tab.is-active {
    color: #118457;
  }

  .mobile-dashboard-tab.is-active .mobile-dashboard-tab-icon {
    background: #19875f;
    color: #fff;
  }
}

@media (max-width: 430px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 0.9;
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard {
    padding-right: calc(22px * var(--mobile-dashboard-scale));
    padding-left: calc(22px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-shortcut {
    position: relative;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: calc(6px * var(--mobile-dashboard-scale));
    padding:
      calc(10px * var(--mobile-dashboard-scale))
      calc(6px * var(--mobile-dashboard-scale));
    text-align: center;
  }

  .mobile-dashboard-shortcut .mobile-dashboard-icon {
    width: calc(44px * var(--mobile-dashboard-scale));
    height: calc(44px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-shortcut .mobile-dashboard-icon svg {
    width: calc(23px * var(--mobile-dashboard-scale));
    height: calc(23px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-shortcut span:nth-child(2) {
    font-size: calc(14px * var(--mobile-dashboard-scale));
    line-height: 1.14;
  }

  .mobile-dashboard-shortcut .mobile-dashboard-chevron {
    position: absolute;
    right: calc(8px * var(--mobile-dashboard-scale));
    top: 50%;
    width: calc(7px * var(--mobile-dashboard-scale));
    height: calc(7px * var(--mobile-dashboard-scale));
    transform: translateY(-50%) rotate(-45deg);
  }

  .mobile-dashboard-audio-main {
    grid-template-columns: calc(118px * var(--mobile-dashboard-scale)) minmax(0, 1fr);
    gap: calc(18px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-cover {
    width: calc(118px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-cover-small {
    width: calc(64px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-player {
    grid-template-columns:
      calc(46px * var(--mobile-dashboard-scale))
      calc(42px * var(--mobile-dashboard-scale))
      minmax(calc(52px * var(--mobile-dashboard-scale)), 1fr)
      calc(42px * var(--mobile-dashboard-scale));
    gap: calc(8px * var(--mobile-dashboard-scale));
    padding:
      calc(8px * var(--mobile-dashboard-scale))
      calc(10px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-volume,
  .mobile-dashboard-more {
    display: none;
  }

  .mobile-dashboard-audio-actions {
    gap: calc(12px * var(--mobile-dashboard-scale));
  }
}

@media (max-width: 389px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 0.82;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-logo {
    width: clamp(154px, 48vw, 210px);
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard {
    padding-right: calc(20px * var(--mobile-dashboard-scale));
    padding-left: calc(20px * var(--mobile-dashboard-scale));
  }
}

@media (max-width: 360px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 0.76;
  }

  body.mobile-account-dashboard-active .page-shell {
    width: min(100% - 10px, 500px);
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 330px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 0.64;
  }
}

@media (max-width: 860px) {
  .mobile-dashboard-system-bar {
    display: none;
  }

  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 1;
    background: #eff6f3;
  }

  body.mobile-account-dashboard-active .page-shell {
    width: 100%;
    min-height: 100svh;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #f3f8f6;
    box-shadow: none;
    overflow: visible;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-system-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: calc(42px * var(--mobile-dashboard-scale));
    padding:
      calc(13px * var(--mobile-dashboard-scale))
      calc(38px * var(--mobile-dashboard-scale))
      calc(4px * var(--mobile-dashboard-scale));
    background: #ffffff;
    color: #030303;
    font-size: calc(23px * var(--mobile-dashboard-scale));
    font-weight: 500;
    line-height: 1;
  }

  .mobile-dashboard-system-icons {
    display: inline-flex;
    align-items: center;
    gap: calc(8px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-wifi {
    position: relative;
    width: calc(22px * var(--mobile-dashboard-scale));
    height: calc(16px * var(--mobile-dashboard-scale));
    overflow: hidden;
  }

  .mobile-dashboard-wifi::before,
  .mobile-dashboard-wifi::after {
    content: "";
    position: absolute;
    left: 50%;
    border: calc(4px * var(--mobile-dashboard-scale)) solid #000;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 999px;
    transform: translateX(-50%);
  }

  .mobile-dashboard-wifi::before {
    top: calc(-7px * var(--mobile-dashboard-scale));
    width: calc(26px * var(--mobile-dashboard-scale));
    height: calc(26px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-wifi::after {
    top: calc(2px * var(--mobile-dashboard-scale));
    width: calc(12px * var(--mobile-dashboard-scale));
    height: calc(12px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-signal {
    width: 0;
    height: 0;
    border-right: calc(17px * var(--mobile-dashboard-scale)) solid #000;
    border-top: calc(17px * var(--mobile-dashboard-scale)) solid transparent;
  }

  .mobile-dashboard-signal.small {
    border-right-width: calc(13px * var(--mobile-dashboard-scale));
    border-top-width: calc(13px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-battery {
    position: relative;
    width: calc(13px * var(--mobile-dashboard-scale));
    height: calc(22px * var(--mobile-dashboard-scale));
    border-radius: calc(2px * var(--mobile-dashboard-scale));
    background: #000;
  }

  .mobile-dashboard-battery::before {
    content: "";
    position: absolute;
    top: calc(-3px * var(--mobile-dashboard-scale));
    left: 50%;
    width: calc(7px * var(--mobile-dashboard-scale));
    height: calc(3px * var(--mobile-dashboard-scale));
    border-radius: calc(2px * var(--mobile-dashboard-scale)) calc(2px * var(--mobile-dashboard-scale)) 0 0;
    background: #000;
    transform: translateX(-50%);
  }

  body.mobile-account-dashboard-active .mobile-brand-header {
    grid-template-columns:
      calc(52px * var(--mobile-dashboard-scale))
      minmax(0, 1fr)
      calc(52px * var(--mobile-dashboard-scale));
    min-height: calc(106px * var(--mobile-dashboard-scale));
    padding:
      calc(24px * var(--mobile-dashboard-scale))
      calc(45px * var(--mobile-dashboard-scale))
      calc(28px * var(--mobile-dashboard-scale));
    background: #ffffff;
    box-shadow: 0 calc(2px * var(--mobile-dashboard-scale)) calc(8px * var(--mobile-dashboard-scale)) rgba(29, 46, 42, 0.08);
  }

  body.mobile-account-dashboard-active .mobile-brand-header-logo {
    width: calc(205px * var(--mobile-dashboard-scale));
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action {
    width: calc(52px * var(--mobile-dashboard-scale));
    height: calc(52px * var(--mobile-dashboard-scale));
    flex-basis: calc(52px * var(--mobile-dashboard-scale));
    color: #0c8a51;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action-menu {
    gap: calc(7px * var(--mobile-dashboard-scale));
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action-menu span {
    width: calc(32px * var(--mobile-dashboard-scale));
    height: calc(3px * var(--mobile-dashboard-scale));
  }

  body.mobile-account-dashboard-active .mobile-brand-header-account {
    border: calc(2px * var(--mobile-dashboard-scale)) solid rgba(13, 132, 80, 0.22);
    background: #ffffff;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-account svg {
    width: calc(31px * var(--mobile-dashboard-scale));
    height: calc(31px * var(--mobile-dashboard-scale));
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard {
    gap: calc(18px * var(--mobile-dashboard-scale));
    padding:
      calc(28px * var(--mobile-dashboard-scale))
      calc(44px * var(--mobile-dashboard-scale))
      calc(128px * var(--mobile-dashboard-scale));
    background:
      radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.95), rgba(245, 250, 247, 0.92) 26%, #f3f8f6 68%),
      #f3f8f6;
  }

  .mobile-dashboard-hero {
    display: grid;
    gap: calc(7px * var(--mobile-dashboard-scale));
    margin-bottom: calc(5px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-hero p {
    color: #10824c;
    font-size: calc(14px * var(--mobile-dashboard-scale));
    font-weight: 450;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-dashboard-hero h1 {
    margin: 0;
    color: #1f2d2c;
    font-family: var(--font-display);
    font-size: calc(44px * var(--mobile-dashboard-scale));
    font-weight: 450;
    line-height: 0.96;
  }

  .mobile-dashboard-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(14px * var(--mobile-dashboard-scale));
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .mobile-dashboard-stat,
  .mobile-dashboard-status-pill {
    min-height: calc(96px * var(--mobile-dashboard-scale));
    border: 1px solid rgba(207, 217, 212, 0.95);
    border-radius: calc(18px * var(--mobile-dashboard-scale));
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
      0 calc(9px * var(--mobile-dashboard-scale)) calc(20px * var(--mobile-dashboard-scale)) rgba(36, 57, 49, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  .mobile-dashboard-stat {
    grid-template-columns:
      calc(58px * var(--mobile-dashboard-scale))
      minmax(0, 1fr);
    gap: calc(13px * var(--mobile-dashboard-scale));
    padding:
      calc(18px * var(--mobile-dashboard-scale))
      calc(18px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-icon {
    width: calc(58px * var(--mobile-dashboard-scale));
    height: calc(58px * var(--mobile-dashboard-scale));
    background: #e4f5ec;
    color: #168a55;
  }

  .mobile-dashboard-icon svg {
    width: calc(30px * var(--mobile-dashboard-scale));
    height: calc(30px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-stat-copy strong {
    color: #1f2d2c;
    font-size: calc(30px * var(--mobile-dashboard-scale));
    font-weight: 450;
    line-height: 0.94;
  }

  .mobile-dashboard-stat-copy span {
    color: #4f5a63;
    font-size: calc(18px * var(--mobile-dashboard-scale));
    font-weight: 500;
  }

  .mobile-dashboard-status-pill {
    align-self: stretch;
    justify-self: stretch;
    padding: 0 calc(16px * var(--mobile-dashboard-scale));
    color: #25302f;
    font-size: calc(18px * var(--mobile-dashboard-scale));
    font-weight: 400;
  }

  .mobile-dashboard-status-dot {
    width: calc(13px * var(--mobile-dashboard-scale));
    height: calc(13px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #59b884;
  }

  .mobile-dashboard-search {
    display: grid;
    grid-template-columns: calc(38px * var(--mobile-dashboard-scale)) minmax(0, 1fr);
    gap: calc(14px * var(--mobile-dashboard-scale));
    align-items: center;
    min-height: calc(58px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(26px * var(--mobile-dashboard-scale));
    border: 1px solid rgba(207, 217, 212, 0.95);
    border-radius: calc(17px * var(--mobile-dashboard-scale));
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
      0 calc(7px * var(--mobile-dashboard-scale)) calc(18px * var(--mobile-dashboard-scale)) rgba(36, 57, 49, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  .mobile-dashboard-search > span {
    position: relative;
    width: calc(24px * var(--mobile-dashboard-scale));
    height: calc(24px * var(--mobile-dashboard-scale));
    border: calc(3px * var(--mobile-dashboard-scale)) solid #a88f84;
    border-radius: 999px;
  }

  .mobile-dashboard-search > span::after {
    content: "";
    position: absolute;
    right: calc(-9px * var(--mobile-dashboard-scale));
    bottom: calc(-4px * var(--mobile-dashboard-scale));
    width: calc(12px * var(--mobile-dashboard-scale));
    height: calc(3px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #a88f84;
    transform: rotate(45deg);
  }

  .mobile-dashboard-search input {
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #263331;
    font: inherit;
    font-size: calc(17px * var(--mobile-dashboard-scale));
    font-weight: 500;
    outline: none;
  }

  .mobile-dashboard-search input::placeholder {
    color: #7c858b;
    opacity: 1;
  }

  .mobile-dashboard-shortcuts,
  .mobile-dashboard-carousel-dots {
    display: none;
  }

  .mobile-dashboard-panel {
    gap: calc(14px * var(--mobile-dashboard-scale));
    padding:
      calc(18px * var(--mobile-dashboard-scale))
      calc(12px * var(--mobile-dashboard-scale))
      calc(12px * var(--mobile-dashboard-scale));
    border: 1px solid rgba(207, 217, 212, 0.95);
    border-radius: calc(18px * var(--mobile-dashboard-scale));
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
      0 calc(9px * var(--mobile-dashboard-scale)) calc(20px * var(--mobile-dashboard-scale)) rgba(36, 57, 49, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  .mobile-dashboard-panel-head {
    padding:
      0
      calc(10px * var(--mobile-dashboard-scale))
      calc(11px * var(--mobile-dashboard-scale));
    border-bottom: 1px solid #e5e9ec;
  }

  .mobile-dashboard-panel h2 {
    color: #1f2d2c;
    font-size: calc(27px * var(--mobile-dashboard-scale));
    font-weight: 450;
  }

  .mobile-dashboard-link {
    min-height: calc(39px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(17px * var(--mobile-dashboard-scale));
    border: 1px solid #cfe8de;
    border-radius: 999px;
    background: #edf8f3;
    color: #09784e;
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 450;
  }

  .mobile-dashboard-link .mobile-dashboard-chevron {
    display: none;
  }

  .mobile-dashboard-audio-list {
    gap: calc(10px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-card,
  .mobile-dashboard-audio-compact {
    border: 1px solid #dfe5e8;
    border-radius: calc(16px * var(--mobile-dashboard-scale));
    background: rgba(255, 255, 255, 0.96);
  }

  .mobile-dashboard-audio-card {
    padding:
      calc(16px * var(--mobile-dashboard-scale))
      calc(14px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-main {
    grid-template-columns:
      calc(154px * var(--mobile-dashboard-scale))
      minmax(0, 1fr);
    gap: calc(24px * var(--mobile-dashboard-scale));
    align-items: start;
  }

  .mobile-dashboard-cover {
    width: calc(154px * var(--mobile-dashboard-scale));
    border-radius: calc(14px * var(--mobile-dashboard-scale));
    box-shadow: 0 calc(8px * var(--mobile-dashboard-scale)) calc(18px * var(--mobile-dashboard-scale)) rgba(15, 32, 27, 0.12);
  }

  .mobile-dashboard-audio-copy {
    position: relative;
    gap: calc(4px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: calc(10px * var(--mobile-dashboard-scale));
    align-items: center;
    min-width: 0;
    margin-bottom: calc(4px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-topline > span:first-child,
  .mobile-dashboard-audio-compact-copy > span {
    min-width: 0;
    overflow: hidden;
    color: #05813f;
    font-size: calc(12px * var(--mobile-dashboard-scale));
    font-weight: 450;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-dashboard-audio-topline .status-pill,
  .mobile-dashboard-audio-compact .status-pill {
    min-height: calc(37px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(17px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #e5f5ee;
    color: #14835a;
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 450;
    white-space: nowrap;
  }

  .mobile-dashboard-audio-copy h3 {
    color: #1d2a2a;
    font-size: calc(27px * var(--mobile-dashboard-scale));
    line-height: 1.05;
  }

  .mobile-dashboard-audio-meta-line,
  .mobile-dashboard-audio-date {
    color: #3f4a52;
    font-size: calc(16px * var(--mobile-dashboard-scale));
    font-weight: 500;
    line-height: 1.22;
  }

  .mobile-dashboard-details-button {
    justify-self: start;
    margin-top: calc(8px * var(--mobile-dashboard-scale));
    padding: 0;
    border: 0;
    background: transparent;
    color: #088041;
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 450;
    cursor: pointer;
  }

  .mobile-dashboard-audio-expand {
    position: absolute;
    right: calc(6px * var(--mobile-dashboard-scale));
    bottom: calc(4px * var(--mobile-dashboard-scale));
    width: calc(12px * var(--mobile-dashboard-scale));
    height: calc(12px * var(--mobile-dashboard-scale));
    border-right: calc(3px * var(--mobile-dashboard-scale)) solid #b79a8e;
    border-bottom: calc(3px * var(--mobile-dashboard-scale)) solid #b79a8e;
    transform: rotate(45deg);
  }

  .mobile-dashboard-player {
    grid-column: 2;
    grid-template-columns:
      calc(28px * var(--mobile-dashboard-scale))
      calc(88px * var(--mobile-dashboard-scale))
      minmax(calc(120px * var(--mobile-dashboard-scale)), 1fr)
      calc(28px * var(--mobile-dashboard-scale))
      calc(16px * var(--mobile-dashboard-scale));
    gap: calc(10px * var(--mobile-dashboard-scale));
    min-height: calc(57px * var(--mobile-dashboard-scale));
    margin-top: calc(19px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(20px * var(--mobile-dashboard-scale));
    border: 0;
    border-radius: calc(28px * var(--mobile-dashboard-scale));
    background: #f1f3f6;
  }

  .mobile-dashboard-play {
    width: calc(26px * var(--mobile-dashboard-scale));
    height: calc(26px * var(--mobile-dashboard-scale));
    background: transparent;
    color: #000;
  }

  .mobile-dashboard-play span {
    margin-left: calc(3px * var(--mobile-dashboard-scale));
    border-top-width: calc(9px * var(--mobile-dashboard-scale));
    border-bottom-width: calc(9px * var(--mobile-dashboard-scale));
    border-left-width: calc(12px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-time {
    display: inline-flex;
    gap: calc(4px * var(--mobile-dashboard-scale));
    color: #151b22;
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 500;
  }

  .mobile-dashboard-seek::before,
  .mobile-dashboard-seek span {
    height: calc(3px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-seek span::after {
    width: calc(8px * var(--mobile-dashboard-scale));
    height: calc(8px * var(--mobile-dashboard-scale));
    right: calc(-4px * var(--mobile-dashboard-scale));
    background: #8d9299;
  }

  .mobile-dashboard-seek::before,
  .mobile-dashboard-seek span {
    background: #a9adb3;
  }

  .mobile-dashboard-volume {
    color: #000;
    font-size: calc(25px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-more,
  .mobile-dashboard-more::before,
  .mobile-dashboard-more::after {
    background: #000;
  }

  .mobile-dashboard-audio-actions {
    grid-column: 2;
    gap: calc(18px * var(--mobile-dashboard-scale));
    margin-top: calc(14px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-outline-button {
    min-height: calc(48px * var(--mobile-dashboard-scale));
    border-color: #cfe3dc;
    border-radius: calc(12px * var(--mobile-dashboard-scale));
    color: #0f7f4c;
    font-size: calc(17px * var(--mobile-dashboard-scale));
    font-weight: 450;
  }

  .mobile-dashboard-outline-button:first-child {
    border-color: transparent;
    background: linear-gradient(90deg, #37ac70, #24955c);
    color: #fff;
  }

  .mobile-dashboard-outline-button svg {
    width: calc(23px * var(--mobile-dashboard-scale));
    height: calc(23px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-compact {
    grid-template-columns:
      calc(78px * var(--mobile-dashboard-scale))
      minmax(0, 1fr)
      auto
      calc(14px * var(--mobile-dashboard-scale));
    min-height: calc(120px * var(--mobile-dashboard-scale));
    padding:
      calc(13px * var(--mobile-dashboard-scale))
      calc(14px * var(--mobile-dashboard-scale));
    border-top: 1px solid #dfe5e8;
  }

  .mobile-dashboard-cover-small {
    width: calc(78px * var(--mobile-dashboard-scale));
    border-radius: calc(13px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-compact h3 {
    color: #1d2a2a;
    font-size: calc(23px * var(--mobile-dashboard-scale));
    line-height: 1.1;
  }

  .mobile-dashboard-audio-compact p {
    color: #3f4a52;
    font-size: calc(14px * var(--mobile-dashboard-scale));
    font-weight: 500;
  }

  .mobile-dashboard-payments-list {
    border: 1px solid #dfe5e8;
    border-radius: calc(13px * var(--mobile-dashboard-scale));
    overflow: hidden;
  }

  .mobile-dashboard-payment-row {
    grid-template-columns:
      calc(54px * var(--mobile-dashboard-scale))
      minmax(0, 1fr)
      auto
      calc(14px * var(--mobile-dashboard-scale));
    min-height: calc(74px * var(--mobile-dashboard-scale));
    padding:
      calc(11px * var(--mobile-dashboard-scale))
      calc(18px * var(--mobile-dashboard-scale));
    background: #fff;
  }

  .mobile-dashboard-payment-icon,
  .mobile-dashboard-account-icon {
    width: calc(50px * var(--mobile-dashboard-scale));
    height: calc(50px * var(--mobile-dashboard-scale));
    border-radius: 999px;
    background: #e5f5ee;
  }

  .mobile-dashboard-payment-copy strong {
    font-size: calc(16px * var(--mobile-dashboard-scale));
    font-weight: 450;
  }

  .mobile-dashboard-payment-copy span {
    color: #3f4a52;
    font-size: calc(15px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-payment-amount {
    font-size: calc(20px * var(--mobile-dashboard-scale));
    font-weight: 450;
  }

  .mobile-dashboard-payment-row .mobile-dashboard-chevron,
  .mobile-dashboard-audio-compact .mobile-dashboard-chevron {
    color: #b79a8e;
  }

  .mobile-dashboard-credit-offers {
    border-radius: calc(12px * var(--mobile-dashboard-scale));
    background: #fff;
  }

  .mobile-dashboard-credit-offer {
    grid-template-columns:
      calc(30px * var(--mobile-dashboard-scale))
      minmax(calc(130px * var(--mobile-dashboard-scale)), 1fr)
      minmax(calc(90px * var(--mobile-dashboard-scale)), 0.8fr)
      auto;
    min-height: calc(58px * var(--mobile-dashboard-scale));
    padding:
      calc(7px * var(--mobile-dashboard-scale))
      calc(18px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-credit-offer strong {
    font-size: calc(17px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-credit-offer > span:not(.mobile-dashboard-credit-radio) {
    font-size: calc(16px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-credit-offer em {
    min-height: calc(25px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(13px * var(--mobile-dashboard-scale));
    background: #198a4f;
    color: #fff;
    font-size: calc(12px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-credit-offer em svg {
    display: none;
  }

  .mobile-dashboard-pay-button {
    min-height: calc(48px * var(--mobile-dashboard-scale));
    border-radius: calc(8px * var(--mobile-dashboard-scale));
    font-size: calc(18px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-pay-arrow {
    display: none;
  }

  .mobile-dashboard-account-panel {
    padding:
      calc(15px * var(--mobile-dashboard-scale))
      calc(20px * var(--mobile-dashboard-scale))
      calc(24px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-account-row {
    grid-template-columns:
      calc(58px * var(--mobile-dashboard-scale))
      minmax(0, 1.1fr)
      minmax(calc(170px * var(--mobile-dashboard-scale)), 0.9fr)
      auto;
    gap: calc(18px * var(--mobile-dashboard-scale));
    align-items: center;
  }

  .mobile-dashboard-account-email {
    color: #263331;
    font-size: calc(17px * var(--mobile-dashboard-scale));
    font-weight: 450;
  }

  .mobile-dashboard-account-email::after {
    content: "Conectat";
    display: block;
    width: fit-content;
    margin-top: calc(8px * var(--mobile-dashboard-scale));
    padding:
      calc(4px * var(--mobile-dashboard-scale))
      calc(10px * var(--mobile-dashboard-scale));
    border-radius: calc(7px * var(--mobile-dashboard-scale));
    background: #dff3e9;
    color: #15804e;
    font-size: calc(12px * var(--mobile-dashboard-scale));
    font-weight: 450;
  }

  .mobile-dashboard-account-pill {
    display: grid;
    justify-content: start;
    gap: calc(2px * var(--mobile-dashboard-scale));
    min-height: calc(68px * var(--mobile-dashboard-scale));
    padding:
      0
      0
      0
      calc(36px * var(--mobile-dashboard-scale));
    border: 0;
    border-left: 1px solid #e0e5e8;
    border-radius: 0;
    background: transparent;
    color: #1f2d2c;
  }

  .mobile-dashboard-account-pill svg,
  .mobile-dashboard-account-connected {
    display: none;
  }

  .mobile-dashboard-account-pill::before {
    content: "Credite disponibile";
    color: #3f4a52;
    font-size: calc(14px * var(--mobile-dashboard-scale));
    font-weight: 500;
  }

  .mobile-dashboard-account-pill > span {
    display: grid;
    gap: calc(2px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-account-pill > span strong {
    font-size: calc(30px * var(--mobile-dashboard-scale));
    font-weight: 450;
    line-height: 1;
  }

  .mobile-dashboard-account-pill > span span {
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 500;
  }

  .mobile-dashboard-signout {
    min-width: calc(152px * var(--mobile-dashboard-scale));
    min-height: calc(52px * var(--mobile-dashboard-scale));
    border-color: #ff3b3b;
    border-radius: calc(12px * var(--mobile-dashboard-scale));
    color: #e32828;
    font-size: calc(15px * var(--mobile-dashboard-scale));
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    left: calc(44px * var(--mobile-dashboard-scale));
    right: calc(44px * var(--mobile-dashboard-scale));
    bottom: max(calc(20px * var(--mobile-dashboard-scale)), env(safe-area-inset-bottom));
    min-height: calc(97px * var(--mobile-dashboard-scale));
    border-radius: calc(16px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-tab {
    font-size: calc(15px * var(--mobile-dashboard-scale));
    font-weight: 400;
  }

  .mobile-dashboard-tab-icon {
    width: calc(34px * var(--mobile-dashboard-scale));
    height: calc(34px * var(--mobile-dashboard-scale));
    border-radius: calc(5px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-tab-icon svg {
    width: calc(27px * var(--mobile-dashboard-scale));
    height: calc(27px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-tab.is-active .mobile-dashboard-tab-icon {
    background: transparent;
    color: #15804e;
  }

  .mobile-dashboard-tab.is-active {
    color: #15804e;
  }
}

@media (max-width: 430px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 0.86;
  }
}

@media (max-width: 389px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 0.78;
  }
}

@media (max-width: 360px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 0.72;
  }
}

@media (max-width: 330px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 0.66;
  }
}

@media (max-width: 860px) {
  .mobile-dashboard-audio-main {
    grid-template-columns:
      calc(96px * var(--mobile-dashboard-scale))
      minmax(0, 1fr);
    gap: calc(18px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-cover {
    width: calc(96px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-cover-small {
    width: calc(54px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-copy h3 {
    font-size: calc(22px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-meta-line,
  .mobile-dashboard-audio-date {
    font-size: calc(13px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-topline > span:first-child,
  .mobile-dashboard-audio-compact-copy > span {
    font-size: calc(10px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-topline .status-pill,
  .mobile-dashboard-audio-compact .status-pill {
    min-height: calc(30px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(13px * var(--mobile-dashboard-scale));
    font-size: calc(12px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-details-button {
    font-size: calc(13px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-player {
    grid-template-columns:
      calc(24px * var(--mobile-dashboard-scale))
      calc(78px * var(--mobile-dashboard-scale))
      minmax(calc(76px * var(--mobile-dashboard-scale)), 1fr)
      calc(24px * var(--mobile-dashboard-scale))
      calc(13px * var(--mobile-dashboard-scale));
    gap: calc(8px * var(--mobile-dashboard-scale));
    min-height: calc(44px * var(--mobile-dashboard-scale));
    padding:
      0
      calc(14px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-time {
    font-size: calc(13px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-actions {
    gap: calc(12px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-outline-button {
    min-height: calc(40px * var(--mobile-dashboard-scale));
    font-size: calc(14px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-compact {
    grid-template-columns:
      calc(54px * var(--mobile-dashboard-scale))
      minmax(0, 1fr)
      auto
      calc(12px * var(--mobile-dashboard-scale));
    min-height: calc(82px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-compact h3 {
    font-size: calc(18px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-audio-compact p {
    font-size: calc(12px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-account-row {
    grid-template-columns:
      calc(50px * var(--mobile-dashboard-scale))
      minmax(0, 1fr)
      minmax(calc(124px * var(--mobile-dashboard-scale)), 0.78fr)
      auto;
    gap: calc(14px * var(--mobile-dashboard-scale));
  }

  .mobile-dashboard-signout {
    min-width: calc(124px * var(--mobile-dashboard-scale));
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 1 !important;
    overflow-x: hidden;
    background: #f3f8f6;
  }

  body.mobile-account-dashboard-active .page-shell,
  body.mobile-account-dashboard-active .account-grid,
  body.mobile-account-dashboard-active .mobile-account-dashboard {
    width: 100%;
    max-width: none;
    min-width: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-system-bar {
    min-height: 32px;
    padding: 12px 24px 4px;
    font-size: 16px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    min-height: 82px;
    padding: 17px 22px 21px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-logo {
    width: 178px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action-menu {
    gap: 6px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action-menu span {
    width: 27px;
    height: 2px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-account svg {
    width: 27px;
    height: 27px;
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard {
    gap: 18px;
    padding: 27px 22px 116px;
  }

  .mobile-dashboard-hero {
    gap: 7px;
    margin-bottom: 4px;
  }

  .mobile-dashboard-hero p {
    font-size: 12px;
    letter-spacing: 0.19em;
  }

  .mobile-dashboard-hero h1 {
    font-size: 40px;
    line-height: 0.96;
  }

  .mobile-dashboard-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-dashboard-stat,
  .mobile-dashboard-status-pill {
    min-width: 0;
    min-height: 78px;
    border-radius: 14px;
  }

  .mobile-dashboard-stat {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    padding: 12px 9px;
  }

  .mobile-dashboard-icon {
    width: 42px;
    height: 42px;
  }

  .mobile-dashboard-icon svg {
    width: 22px;
    height: 22px;
  }

  .mobile-dashboard-stat-copy {
    min-width: 0;
  }

  .mobile-dashboard-stat-copy strong {
    font-size: 24px;
  }

  .mobile-dashboard-stat-copy span {
    font-size: 14px;
    line-height: 1.1;
  }

  .mobile-dashboard-status-pill {
    gap: 7px;
    justify-content: center;
    padding: 0 8px;
    font-size: 14px;
  }

  .mobile-dashboard-status-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
  }

  .mobile-dashboard-search {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 14px;
  }

  .mobile-dashboard-search > span {
    width: 23px;
    height: 23px;
    border-width: 3px;
  }

  .mobile-dashboard-search > span::after {
    right: -9px;
    bottom: -4px;
    width: 12px;
    height: 3px;
  }

  .mobile-dashboard-search input {
    min-width: 0;
    font-size: 15px;
  }

  .mobile-dashboard-panel {
    gap: 13px;
    padding: 16px 12px 12px;
    border-radius: 16px;
    overflow: hidden;
  }

  .mobile-dashboard-panel-head {
    padding: 0 10px 11px;
  }

  .mobile-dashboard-panel h2 {
    font-size: 25px;
    line-height: 1;
  }

  .mobile-dashboard-link {
    min-height: 36px;
    padding: 0 14px;
    font-size: 14px;
  }

  .mobile-dashboard-audio-list {
    gap: 10px;
  }

  .mobile-dashboard-audio-card {
    padding: 10px;
    border-radius: 14px;
    overflow: hidden;
  }

  .mobile-dashboard-audio-main {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-width: 0;
  }

  .mobile-dashboard-cover {
    width: 76px;
    border-radius: 12px;
  }

  .mobile-dashboard-audio-copy {
    min-width: 0;
    gap: 3px;
  }

  .mobile-dashboard-audio-topline {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
    margin-bottom: 3px;
  }

  .mobile-dashboard-audio-topline > span:first-child,
  .mobile-dashboard-audio-compact-copy > span {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .mobile-dashboard-audio-topline .status-pill,
  .mobile-dashboard-audio-compact .status-pill {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .mobile-dashboard-audio-copy h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 18px;
    line-height: 1.08;
  }

  .mobile-dashboard-audio-meta-line,
  .mobile-dashboard-audio-date {
    overflow-wrap: anywhere;
    font-size: 12px;
    line-height: 1.22;
  }

  .mobile-dashboard-details-button {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.22;
    text-align: left;
  }

  .mobile-dashboard-audio-expand {
    right: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .mobile-dashboard-player {
    grid-column: 2;
    width: 100%;
    min-width: 0;
    grid-template-columns: 20px 62px minmax(34px, 1fr) 20px 9px;
    gap: 6px;
    min-height: 42px;
    margin-top: 12px;
    padding: 0 8px;
    border-radius: 22px;
    box-sizing: border-box;
  }

  .mobile-dashboard-play {
    width: 20px;
    height: 20px;
  }

  .mobile-dashboard-play span {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 9px;
  }

  .mobile-dashboard-time {
    min-width: 0;
    gap: 2px;
    font-size: 11px;
    white-space: nowrap;
  }

  .mobile-dashboard-volume {
    font-size: 18px;
  }

  .mobile-dashboard-more,
  .mobile-dashboard-more::before,
  .mobile-dashboard-more::after {
    width: 3px;
    height: 3px;
  }

  .mobile-dashboard-audio-actions {
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
    min-width: 0;
  }

  .mobile-dashboard-outline-button {
    min-width: 0;
    min-height: 38px;
    border-radius: 10px;
    font-size: 13px;
  }

  .mobile-dashboard-outline-button svg {
    width: 18px;
    height: 18px;
  }

  .mobile-dashboard-audio-compact {
    grid-template-columns: 54px minmax(0, 1fr) auto 10px;
    gap: 10px;
    min-height: 78px;
    padding: 10px;
    border-radius: 14px;
    overflow: hidden;
  }

  .mobile-dashboard-cover-small {
    width: 54px;
    border-radius: 10px;
  }

  .mobile-dashboard-audio-compact-copy {
    min-width: 0;
  }

  .mobile-dashboard-audio-compact h3 {
    overflow: hidden;
    font-size: 17px;
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-audio-compact p {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-payments-list {
    border-radius: 13px;
  }

  .mobile-dashboard-payment-row {
    grid-template-columns: 42px minmax(0, 1fr) auto 10px;
    gap: 10px;
    min-height: 66px;
    padding: 10px 12px;
  }

  .mobile-dashboard-payment-icon,
  .mobile-dashboard-account-icon {
    width: 42px;
    height: 42px;
  }

  .mobile-dashboard-payment-copy {
    min-width: 0;
  }

  .mobile-dashboard-payment-copy strong {
    font-size: 14px;
  }

  .mobile-dashboard-payment-copy span {
    font-size: 13px;
  }

  .mobile-dashboard-payment-amount {
    font-size: 17px;
  }

  .mobile-dashboard-credit-offers {
    border-radius: 12px;
  }

  .mobile-dashboard-credit-offer {
    grid-template-columns: 24px minmax(70px, 1fr) minmax(70px, 0.8fr) auto;
    gap: 8px;
    min-height: 52px;
    padding: 6px 12px;
  }

  .mobile-dashboard-credit-offer strong {
    font-size: 15px;
  }

  .mobile-dashboard-credit-offer > span:not(.mobile-dashboard-credit-radio) {
    font-size: 13px;
  }

  .mobile-dashboard-credit-offer em {
    min-height: 22px;
    padding: 0 10px;
    font-size: 11px;
  }

  .mobile-dashboard-pay-button {
    min-height: 44px;
    border-radius: 8px;
    font-size: 16px;
  }

  .mobile-dashboard-account-panel {
    padding: 15px 14px 24px;
  }

  .mobile-dashboard-account-row {
    grid-template-columns: 42px minmax(0, 1fr) 82px 102px;
    gap: 8px;
    min-width: 0;
  }

  .mobile-dashboard-account-email {
    min-width: 0;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-account-email::after {
    margin-top: 5px;
    padding: 3px 7px;
    font-size: 10px;
  }

  .mobile-dashboard-account-pill {
    min-height: 52px;
    padding: 0 0 0 10px;
  }

  .mobile-dashboard-account-pill::before {
    font-size: 11px;
    white-space: nowrap;
  }

  .mobile-dashboard-account-pill > span strong {
    font-size: 23px;
  }

  .mobile-dashboard-account-pill > span span {
    font-size: 11px;
  }

  .mobile-dashboard-signout {
    min-width: 102px;
    min-height: 44px;
    gap: 6px;
    border-radius: 10px;
    font-size: 12px;
  }

  .mobile-dashboard-signout svg {
    width: 17px;
    height: 17px;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    left: 22px;
    right: 22px;
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 78px;
    padding: 6px 14px;
    border-radius: 14px;
  }

  .mobile-dashboard-tab {
    font-size: 12px;
  }

  .mobile-dashboard-tab-icon {
    width: 28px;
    height: 28px;
    border-radius: 5px;
  }

  .mobile-dashboard-tab-icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 389px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 0.94 !important;
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mobile-dashboard-stats {
    gap: 6px;
  }

  .mobile-dashboard-stat {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 6px;
    padding: 10px 7px;
  }

  .mobile-dashboard-icon {
    width: 36px;
    height: 36px;
  }

  .mobile-dashboard-icon svg {
    width: 19px;
    height: 19px;
  }

  .mobile-dashboard-stat-copy strong {
    font-size: 21px;
  }

  .mobile-dashboard-stat-copy span,
  .mobile-dashboard-status-pill {
    font-size: 12px;
  }

  .mobile-dashboard-audio-main {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
  }

  .mobile-dashboard-cover {
    width: 70px;
  }

  .mobile-dashboard-player {
    grid-template-columns: 18px 57px minmax(28px, 1fr) 18px 8px;
    gap: 5px;
    padding: 0 7px;
  }

  .mobile-dashboard-audio-actions {
    gap: 6px;
  }

  .mobile-dashboard-outline-button {
    font-size: 12px;
  }

  .mobile-dashboard-account-row {
    grid-template-columns: 38px minmax(0, 1fr) 76px 96px;
    gap: 7px;
  }

  .mobile-dashboard-signout {
    min-width: 96px;
    font-size: 11px;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    right: 16px;
    left: 16px;
  }
}

@media (max-width: 340px) {
  body.mobile-account-dashboard-active .mobile-account-dashboard {
    padding-right: 12px;
    padding-left: 12px;
  }

  .mobile-dashboard-audio-main,
  .mobile-dashboard-player,
  .mobile-dashboard-audio-actions {
    grid-column: 1 / -1;
  }

  .mobile-dashboard-account-row {
    grid-template-columns: 36px minmax(0, 1fr) 72px;
  }

  .mobile-dashboard-signout {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.mobile-dashboard-system-bar,
body.mobile-account-dashboard-active .mobile-dashboard-system-bar {
  display: none !important;
}

@media (max-width: 860px) {
  .mobile-dashboard-audio-copy {
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start;
  }

  .mobile-dashboard-audio-copy > * {
    grid-column: 1 / -1 !important;
    min-width: 0;
  }

  .mobile-dashboard-audio-topline {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center;
  }

  .mobile-dashboard-audio-topline > span:first-child {
    max-width: 100%;
  }

  .mobile-dashboard-audio-topline .status-pill {
    justify-self: end;
  }

  .mobile-dashboard-audio-copy h3 {
    width: 100%;
    overflow: hidden;
    overflow-wrap: normal;
    font-size: 19px;
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-player {
    grid-column: 1 / -1 !important;
    grid-template-columns: 20px auto minmax(48px, 1fr) 20px 10px;
    width: 100%;
    max-width: 100%;
  }

  .mobile-dashboard-audio-actions {
    grid-column: 1 / -1 !important;
    width: 100%;
    max-width: 100%;
  }

  .mobile-dashboard-outline-button span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-cover:not(.has-cover) {
    position: relative;
    isolation: isolate;
    background:
      linear-gradient(180deg, rgba(15, 36, 42, 0.02), rgba(10, 20, 18, 0.72)),
      radial-gradient(circle at 72% 22%, #ff9333 0 9%, transparent 10%),
      linear-gradient(145deg, #253943 0%, #6f8e8c 42%, #eda24a 100%);
    box-shadow: 0 8px 18px rgba(15, 32, 27, 0.12);
  }

  .mobile-dashboard-cover:not(.has-cover)::before,
  .mobile-dashboard-cover:not(.has-cover)::after {
    content: "";
    position: absolute;
    right: -12%;
    left: -12%;
    z-index: -1;
    clip-path: polygon(0 100%, 20% 48%, 38% 76%, 56% 35%, 78% 72%, 100% 42%, 100% 100%);
  }

  .mobile-dashboard-cover:not(.has-cover)::before {
    bottom: 28%;
    height: 36%;
    background: rgba(44, 75, 75, 0.72);
  }

  .mobile-dashboard-cover:not(.has-cover)::after {
    bottom: 12%;
    height: 42%;
    background: rgba(19, 39, 37, 0.84);
  }

  .mobile-dashboard-cover-placeholder {
    display: none;
  }

  .mobile-dashboard-cover-sky,
  .mobile-dashboard-cover-ridge {
    display: none;
  }

  .mobile-dashboard-cover-title {
    position: absolute;
    right: 7px;
    bottom: 8px;
    left: 7px;
    color: #fff4c9;
    font-size: 10px;
    font-weight: 450;
    letter-spacing: 0.02em;
    line-height: 1.02;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.42);
  }

  .mobile-dashboard-cover-small .mobile-dashboard-cover-title {
    right: 5px;
    bottom: 6px;
    left: 5px;
    font-size: 8px;
  }
}

@media (max-width: 389px) {
  .mobile-dashboard-audio-copy h3 {
    font-size: 17px;
  }

  .mobile-dashboard-player {
    grid-template-columns: 18px auto minmax(36px, 1fr) 18px 8px;
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active {
    --mobile-dashboard-scale: 1 !important;
  }

  body.mobile-account-dashboard-active .mobile-brand-header {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    min-height: 66px;
    padding: 12px 20px 14px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-logo {
    width: 146px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action-menu {
    gap: 5px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-action-menu span {
    width: 23px;
    height: 2px;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-account svg {
    width: 23px;
    height: 23px;
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard {
    gap: 12px;
    padding: 18px 18px 92px;
  }

  .mobile-dashboard-hero {
    gap: 4px;
    margin-bottom: 2px;
  }

  .mobile-dashboard-hero p {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .mobile-dashboard-hero h1 {
    font-size: 34px;
    line-height: 0.92;
  }

  .mobile-dashboard-stats {
    gap: 7px;
  }

  .mobile-dashboard-stat,
  .mobile-dashboard-status-pill {
    min-height: 58px;
    border-radius: 12px;
  }

  .mobile-dashboard-stat {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 7px;
    padding: 8px 7px;
  }

  .mobile-dashboard-icon {
    width: 30px;
    height: 30px;
  }

  .mobile-dashboard-icon svg {
    width: 16px;
    height: 16px;
  }

  .mobile-dashboard-stat-copy strong {
    font-size: 19px;
    line-height: 1;
  }

  .mobile-dashboard-stat-copy span {
    font-size: 11px;
  }

  .mobile-dashboard-status-pill {
    gap: 5px;
    padding: 0 6px;
    font-size: 12px;
  }

  .mobile-dashboard-status-dot {
    width: 8px;
    height: 8px;
  }

  .mobile-dashboard-search {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
  }

  .mobile-dashboard-search > span {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }

  .mobile-dashboard-search > span::after {
    right: -7px;
    bottom: -3px;
    width: 10px;
    height: 2px;
  }

  .mobile-dashboard-search input {
    font-size: 12px;
  }

  .mobile-dashboard-panel {
    gap: 9px;
    padding: 11px 10px 10px;
    border-radius: 13px;
  }

  .mobile-dashboard-panel-head {
    padding: 0 7px 8px;
  }

  .mobile-dashboard-panel h2 {
    font-size: 21px;
  }

  .mobile-dashboard-link {
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  .mobile-dashboard-audio-list {
    gap: 7px;
  }

  .mobile-dashboard-audio-card {
    padding: 8px;
    border-radius: 12px;
  }

  .mobile-dashboard-audio-main {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 9px;
  }

  .mobile-dashboard-cover {
    width: 48px;
    border-radius: 10px;
  }

  .mobile-dashboard-vinyl-cover {
    position: relative;
    background:
      radial-gradient(circle at 50% 50%, #daf5e8 0 12%, #0f7f4e 13% 20%, #04281c 21% 100%) !important;
    box-shadow:
      inset 0 0 0 3px rgba(255, 255, 255, 0.18),
      0 6px 12px rgba(15, 32, 27, 0.1);
  }

  .mobile-dashboard-vinyl-cover::before,
  .mobile-dashboard-vinyl-cover::after {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(222, 255, 239, 0.22);
    border-radius: 999px;
  }

  .mobile-dashboard-vinyl-cover::after {
    inset: 15px;
    border-color: rgba(222, 255, 239, 0.28);
  }

  .mobile-dashboard-vinyl-disc,
  .mobile-dashboard-vinyl-hole {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
  }

  .mobile-dashboard-vinyl-disc {
    inset: 4px;
    background:
      repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 4px),
      radial-gradient(circle at 35% 32%, rgba(73, 206, 137, 0.85), rgba(17, 129, 77, 0.4) 24%, transparent 25%);
  }

  .mobile-dashboard-vinyl-hole {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    background: #f1fff7;
    box-shadow: 0 0 0 5px rgba(38, 173, 103, 0.72);
    transform: translate(-50%, -50%);
  }

  .mobile-dashboard-cover-title,
  .mobile-dashboard-cover-placeholder,
  .mobile-dashboard-cover-sky,
  .mobile-dashboard-cover-ridge {
    display: none !important;
  }

  .mobile-dashboard-audio-copy {
    gap: 2px;
  }

  .mobile-dashboard-audio-topline {
    gap: 5px;
    margin-bottom: 2px;
  }

  .mobile-dashboard-audio-topline > span:first-child,
  .mobile-dashboard-audio-compact-copy > span {
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .mobile-dashboard-audio-topline .status-pill,
  .mobile-dashboard-audio-compact .status-pill {
    min-height: 22px;
    padding: 0 8px;
    font-size: 9px;
  }

  .mobile-dashboard-audio-copy h3 {
    font-size: 15px;
    line-height: 1.05;
  }

  .mobile-dashboard-audio-meta-line,
  .mobile-dashboard-audio-date {
    font-size: 10px;
    line-height: 1.18;
  }

  .mobile-dashboard-details-button {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.15;
  }

  .mobile-dashboard-audio-expand {
    right: 1px;
    bottom: 1px;
    width: 7px;
    height: 7px;
  }

  .mobile-dashboard-player {
    grid-template-columns: 16px auto minmax(34px, 1fr) 15px 7px;
    gap: 5px;
    min-height: 32px;
    margin-top: 7px;
    padding: 0 7px;
    border-radius: 17px;
  }

  .mobile-dashboard-play {
    width: 16px;
    height: 16px;
  }

  .mobile-dashboard-play span {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 8px;
  }

  .mobile-dashboard-time {
    gap: 1px;
    font-size: 9px;
  }

  .mobile-dashboard-seek {
    height: 14px;
  }

  .mobile-dashboard-seek::before,
  .mobile-dashboard-seek span {
    height: 2px;
  }

  .mobile-dashboard-seek span::after {
    width: 6px;
    height: 6px;
    right: -3px;
  }

  .mobile-dashboard-volume {
    font-size: 14px;
  }

  .mobile-dashboard-more,
  .mobile-dashboard-more::before,
  .mobile-dashboard-more::after {
    width: 2px;
    height: 2px;
  }

  .mobile-dashboard-more::before {
    top: -5px;
  }

  .mobile-dashboard-more::after {
    top: 5px;
  }

  .mobile-dashboard-audio-actions {
    gap: 6px;
    margin-top: 7px;
  }

  .mobile-dashboard-outline-button {
    min-height: 30px;
    border-radius: 9px;
    font-size: 10px;
  }

  .mobile-dashboard-outline-button svg {
    width: 14px;
    height: 14px;
  }

  .mobile-dashboard-audio-compact {
    grid-template-columns: 38px minmax(0, 1fr) auto 8px;
    gap: 8px;
    min-height: 54px;
    padding: 7px 8px;
    border-radius: 11px;
  }

  .mobile-dashboard-cover-small {
    width: 38px;
    border-radius: 8px;
  }

  .mobile-dashboard-cover-small.mobile-dashboard-vinyl-cover::before {
    inset: 6px;
  }

  .mobile-dashboard-cover-small .mobile-dashboard-vinyl-hole {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 4px rgba(38, 173, 103, 0.72);
  }

  .mobile-dashboard-audio-compact h3 {
    font-size: 13px;
  }

  .mobile-dashboard-audio-compact p {
    font-size: 9px;
  }

  .mobile-dashboard-payments-list {
    border-radius: 11px;
  }

  .mobile-dashboard-payment-row {
    grid-template-columns: 32px minmax(0, 1fr) auto 8px;
    gap: 8px;
    min-height: 50px;
    padding: 8px 9px;
  }

  .mobile-dashboard-payment-icon,
  .mobile-dashboard-account-icon {
    width: 32px;
    height: 32px;
  }

  .mobile-dashboard-payment-copy strong {
    font-size: 12px;
  }

  .mobile-dashboard-payment-copy span {
    font-size: 11px;
  }

  .mobile-dashboard-payment-amount {
    font-size: 14px;
  }

  .mobile-dashboard-credit-offer {
    grid-template-columns: 20px minmax(54px, 1fr) minmax(52px, 0.8fr) auto;
    gap: 6px;
    min-height: 42px;
    padding: 5px 9px;
  }

  .mobile-dashboard-credit-radio {
    width: 16px;
    height: 16px;
  }

  .mobile-dashboard-credit-offer strong {
    font-size: 12px;
  }

  .mobile-dashboard-credit-offer > span:not(.mobile-dashboard-credit-radio) {
    font-size: 10px;
  }

  .mobile-dashboard-credit-offer em {
    min-height: 18px;
    padding: 0 8px;
    font-size: 9px;
  }

  .mobile-dashboard-pay-button {
    min-height: 36px;
    font-size: 13px;
  }

  .mobile-dashboard-account-panel {
    padding: 11px 10px 16px;
  }

  .mobile-dashboard-account-row {
    grid-template-columns: 32px minmax(0, 1fr) 64px 82px;
    gap: 6px;
  }

  .mobile-dashboard-account-email {
    font-size: 11px;
  }

  .mobile-dashboard-account-email::after {
    margin-top: 4px;
    padding: 2px 6px;
    font-size: 8px;
  }

  .mobile-dashboard-account-pill {
    min-height: 42px;
    padding-left: 8px;
  }

  .mobile-dashboard-account-pill::before {
    font-size: 8px;
  }

  .mobile-dashboard-account-pill > span strong {
    font-size: 17px;
  }

  .mobile-dashboard-account-pill > span span {
    font-size: 9px;
  }

  .mobile-dashboard-signout {
    min-width: 82px;
    min-height: 34px;
    gap: 4px;
    border-radius: 8px;
    font-size: 9px;
  }

  .mobile-dashboard-signout svg {
    width: 13px;
    height: 13px;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    right: 18px;
    left: 18px;
    min-height: 58px;
    padding: 4px 12px;
    border-radius: 12px;
  }

  .mobile-dashboard-tab {
    gap: 2px;
    font-size: 10px;
  }

  .mobile-dashboard-tab-icon {
    width: 22px;
    height: 22px;
  }

  .mobile-dashboard-tab-icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 389px) {
  body.mobile-account-dashboard-active .mobile-account-dashboard {
    padding-right: 12px;
    padding-left: 12px;
  }

  .mobile-dashboard-audio-main {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 7px;
  }

  .mobile-dashboard-cover {
    width: 42px;
  }

  .mobile-dashboard-audio-copy h3 {
    font-size: 13px;
  }

  .mobile-dashboard-account-row {
    grid-template-columns: 30px minmax(0, 1fr) 58px 76px;
  }

  .mobile-dashboard-signout {
    min-width: 76px;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    right: 12px;
    left: 12px;
  }
}

@media (max-width: 860px) {
  .mobile-dashboard-order-card {
    display: grid;
    gap: 7px;
    padding: 8px;
    border: 1px solid #dfe8e4;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.97);
    overflow: hidden;
  }

  .mobile-dashboard-order-card.is-expanded {
    border-color: rgba(31, 143, 84, 0.28);
    box-shadow: 0 10px 22px rgba(31, 89, 56, 0.08);
  }

  .mobile-dashboard-order-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    align-items: start;
  }

  .mobile-dashboard-order-trigger {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
  }

  .mobile-dashboard-order-trigger .order-card-artwork,
  .mobile-dashboard-order-trigger .mobile-dashboard-cover {
    display: grid !important;
    width: 44px;
    min-width: 44px;
    border-radius: 10px;
  }

  .mobile-dashboard-order-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .mobile-dashboard-order-copy .section-kicker {
    min-width: 0;
    overflow: hidden;
    color: #05813f;
    font-size: 7px;
    font-weight: 450;
    letter-spacing: 0.12em;
    line-height: 1.1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-dashboard-order-copy .order-card-title {
    min-width: 0;
    overflow: hidden;
    color: #1f2d2c;
    font-family: var(--font-ui);
    font-size: 14px;
    font-weight: 450;
    line-height: 1.06;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-order-copy .order-card-meta-stack {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    margin-top: 2px;
  }

  .mobile-dashboard-order-copy .order-card-meta-line {
    position: relative;
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 3px;
    align-items: center;
    min-width: 0;
    color: #4d5a59;
    font-size: 8px;
    font-weight: 350;
    line-height: 1.05;
  }

  .mobile-dashboard-order-copy .order-card-meta-line:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -2px;
    width: 1px;
    height: calc(100% - 2px);
    border-radius: 999px;
    background: #d8e3df;
  }

  .mobile-dashboard-order-copy .order-card-meta-line span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-order-copy .order-card-meta-icon {
    width: 11px;
    height: 11px;
    color: #12804c;
  }

  .mobile-dashboard-order-copy .order-meta {
    min-width: 0;
    overflow: hidden;
    color: #5e6766;
    font-size: 8px;
    font-weight: 450 !important;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-order-copy .order-toggle-hint {
    width: fit-content;
    color: #078142;
    font-size: 9px;
    font-weight: 450;
    line-height: 1.1;
  }

  .mobile-dashboard-order-side {
    display: grid;
    gap: 5px;
    justify-items: end;
    min-width: 0;
    padding-top: 1px;
  }

  .mobile-dashboard-order-side .order-status-pill,
  .mobile-dashboard-order-card > .order-status-pill {
    min-height: 21px;
    padding: 0 7px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 450;
    white-space: nowrap;
  }

  .mobile-dashboard-order-side .order-card-chevron,
  .mobile-dashboard-order-card > .mobile-dashboard-chevron {
    width: 7px;
    height: 7px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .mobile-dashboard-order-card.is-expanded .order-card-chevron {
    transform: rotate(-135deg);
  }

  .mobile-dashboard-order-media {
    display: grid;
    gap: 6px;
    min-width: 0;
    margin-top: 1px;
  }

  .mobile-dashboard-order-media .mobile-dashboard-player {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto 18px;
    gap: 6px;
    min-height: 31px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 8px;
    border-radius: 999px;
    background: #f1f4f3;
  }

  .mobile-dashboard-order-media .mobile-dashboard-play {
    width: 18px;
    height: 18px;
  }

  .mobile-dashboard-order-media .mobile-dashboard-play span {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 8px;
  }

  .mobile-dashboard-order-media .mobile-dashboard-seek {
    height: 14px;
  }

  .mobile-dashboard-order-media .mobile-dashboard-time {
    font-size: 9px;
    font-weight: 350;
  }

  .mobile-dashboard-order-media .Player-AiMuzica-volume-control {
    display: grid;
    grid-template-columns: 18px;
    width: 18px;
    min-width: 18px;
  }

  .mobile-dashboard-order-media .Player-AiMuzica-volume-button {
    width: 18px;
    height: 18px;
  }

  .mobile-dashboard-order-media .Player-AiMuzica-volume-icon {
    width: 16px;
    height: 16px;
  }

  .mobile-dashboard-order-media .Player-AiMuzica-volume {
    display: none;
  }

  .mobile-dashboard-order-media .mobile-dashboard-audio-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
    gap: 5px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .mobile-dashboard-order-media .mobile-dashboard-outline-button {
    min-height: 28px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 9px;
  }

  .mobile-dashboard-order-media .mobile-dashboard-outline-button svg {
    width: 13px;
    height: 13px;
  }

  .mobile-dashboard-order-details {
    display: grid;
    gap: 7px;
    padding: 8px 2px 1px;
    border-top: 1px solid #e6eeea;
  }

  .mobile-dashboard-order-details.hidden {
    display: none !important;
  }

  .mobile-dashboard-order-details .order-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .mobile-dashboard-order-details .order-detail-item {
    padding: 6px;
    border-radius: 8px;
    background: #f6fbf8;
  }

  .mobile-dashboard-order-details .order-detail-item .section-kicker {
    font-size: 8px;
  }

  .mobile-dashboard-order-details .order-detail-item p:last-child {
    margin: 0;
    font-size: 10px;
    font-weight: 400;
  }

  .mobile-dashboard-order-details .order-lyrics-panel {
    display: grid;
    gap: 5px;
  }

  .mobile-dashboard-order-details .order-lyrics {
    max-height: 110px;
    margin: 0;
    padding: 8px;
    border-radius: 8px;
    font-size: 9px;
    line-height: 1.35;
    overflow: auto;
  }

  .mobile-dashboard-order-details .order-note,
  .mobile-dashboard-order-details .order-details-footer {
    font-size: 8px;
  }

  .mobile-dashboard-order-details .account-debug-panel {
    gap: 6px;
    padding: 7px;
    border-radius: 10px;
  }

  .mobile-dashboard-order-details .account-debug-header {
    display: grid;
    gap: 2px;
  }

  .mobile-dashboard-order-details .account-debug-header strong {
    font-size: 11px;
  }

  .mobile-dashboard-order-details .account-debug-block {
    gap: 4px;
    padding: 6px;
    border-radius: 8px;
  }

  .mobile-dashboard-order-details .account-debug-block strong,
  .mobile-dashboard-order-details .account-debug-note {
    font-size: 8px;
  }

  .mobile-dashboard-order-details .account-debug-block pre {
    max-height: 180px;
    font-size: 8px;
    line-height: 1.35;
  }

  .mobile-dashboard-audio-compact.mobile-dashboard-order-card {
    grid-template-columns: minmax(0, 1fr) auto 7px;
    gap: 7px;
    align-items: center;
    min-height: 56px;
    padding: 7px;
  }

  .mobile-dashboard-audio-compact .mobile-dashboard-order-trigger {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 7px;
  }

  .mobile-dashboard-audio-compact .order-card-artwork,
  .mobile-dashboard-audio-compact .mobile-dashboard-cover {
    width: 36px !important;
    min-width: 36px !important;
    border-radius: 8px;
  }

  .mobile-dashboard-audio-compact .order-toggle-hint {
    display: none;
  }

  .mobile-dashboard-audio-compact .order-card-title {
    font-size: 12px;
  }

  .mobile-dashboard-audio-compact .order-card-meta-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 389px) {
  .mobile-dashboard-order-trigger {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 6px;
  }

  .mobile-dashboard-order-trigger .order-card-artwork,
  .mobile-dashboard-order-trigger .mobile-dashboard-cover {
    width: 38px;
    min-width: 38px;
  }

  .mobile-dashboard-order-copy .order-card-title {
    font-size: 12px;
  }

  .mobile-dashboard-order-copy .order-card-meta-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .mobile-dashboard-order-media .mobile-dashboard-aimuzica-player,
  .mobile-dashboard-aimuzica-player.Player-AiMuzica {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) 58px 20px !important;
    gap: 6px !important;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 4px 7px !important;
    border: 1px solid rgba(47, 143, 87, 0.12);
    border-radius: 999px !important;
    background: #f2f5f4 !important;
    box-sizing: border-box;
  }

  .mobile-dashboard-aimuzica-player .order-audio.hidden {
    display: none !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-toggle {
    width: 22px !important;
    height: 22px !important;
    border-radius: 999px;
    box-shadow: 0 7px 14px rgba(15, 140, 80, 0.16);
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-toggle span {
    margin-left: 2px;
    border-top-width: 6px !important;
    border-bottom-width: 6px !important;
    border-left-width: 8px !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-toggle.is-playing span {
    width: 8px !important;
    height: 10px !important;
    margin-left: 0;
    border: 0 !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-bar {
    width: 100%;
    min-width: 0;
    height: 16px !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-bar::before,
  .mobile-dashboard-aimuzica-player .Player-AiMuzica-progress {
    height: 3px !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-progress::after {
    right: -4px !important;
    width: 8px !important;
    height: 8px !important;
    box-shadow: 0 0 0 3px rgba(33, 144, 90, 0.12);
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-time {
    min-width: 0;
    color: #46504f;
    font-size: 9px !important;
    font-weight: 375;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-volume-control {
    display: grid !important;
    grid-template-columns: 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    gap: 0 !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-volume-button {
    width: 20px !important;
    height: 20px !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-volume-icon {
    width: 17px !important;
    height: 17px !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-volume {
    display: none !important;
  }
}

@media (max-width: 389px) {
  .mobile-dashboard-order-media .mobile-dashboard-aimuzica-player,
  .mobile-dashboard-aimuzica-player.Player-AiMuzica {
    grid-template-columns: 20px minmax(0, 1fr) 48px 18px !important;
    gap: 5px !important;
    min-height: 31px !important;
    padding: 4px 6px !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-toggle {
    width: 20px !important;
    height: 20px !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-time {
    font-size: 8px !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-volume-control {
    grid-template-columns: 18px !important;
    width: 18px !important;
    min-width: 18px !important;
  }

  .mobile-dashboard-aimuzica-player .Player-AiMuzica-volume-button {
    width: 18px !important;
    height: 18px !important;
  }
}

@media (max-width: 860px) {
  .mobile-account-dashboard [data-mobile-dashboard-view-panel].hidden {
    display: none !important;
  }

  .mobile-dashboard-playlist-list {
    display: grid;
    gap: 7px;
  }

  .mobile-dashboard-count {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border: 1px solid #cfe8de;
    border-radius: 999px;
    background: #edf8f3;
    color: #09784e;
    font-size: 10px;
    font-weight: 450;
    white-space: nowrap;
  }

  .mobile-dashboard-playlist-panel .mobile-dashboard-order-card {
    padding: 8px;
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    min-height: 64px;
    padding: 6px 8px;
    border: 1px solid #d8e5df;
    border-radius: 16px;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(25, 54, 42, 0.14);
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .mobile-dashboard-tab {
    display: grid;
    grid-template-rows: 28px auto;
    align-items: center;
    justify-items: center;
    gap: 3px;
    min-width: 0;
    min-height: 52px;
    padding: 4px 2px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #5f686b;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    opacity: 1 !important;
  }

  .mobile-dashboard-tab-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: transparent;
    color: currentColor;
  }

  .mobile-dashboard-tab-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.2;
  }

  .mobile-dashboard-tab span:last-child {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-tab.is-active {
    background: #edf8f3;
    color: #118457;
  }

  .mobile-dashboard-tab.is-active .mobile-dashboard-tab-icon {
    background: #118457;
    color: #ffffff;
  }
}

@media (max-width: 389px) {
  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    min-height: 60px;
    padding: 5px 6px;
    border-radius: 14px;
  }

  .mobile-dashboard-tab {
    grid-template-rows: 25px auto;
    min-height: 49px;
    font-size: 10px;
  }

  .mobile-dashboard-tab-icon {
    width: 25px;
    height: 25px;
    border-radius: 9px;
  }

  .mobile-dashboard-tab-icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-height: 62px;
    padding: 5px 8px max(5px, env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0 !important;
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }
}

.new-account-progress-card,
.new-account-track-card {
  display: grid;
  gap: 14px;
}

.new-account-playlist-empty {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 32px 16px 18px;
  text-align: center;
}

.new-account-track-card.hidden,
.new-account-playlist-empty.hidden {
  display: none;
}

.new-account-track-main {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.new-account-track-cover {
  display: grid;
  place-items: end center;
  aspect-ratio: 1;
  border-radius: 18px;
  background:
    radial-gradient(circle at 52% 38%, rgba(255, 246, 220, 0.82), transparent 24%),
    linear-gradient(160deg, #d7efe7, #9cc9a7 48%, #5f8e72);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.new-account-track-cover.has-cover span {
  display: none;
}

.new-account-track-cover span {
  padding: 10px;
  font-size: 0.76rem;
  font-weight: 450;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.38);
  text-transform: uppercase;
}

.new-account-track-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.new-account-track-copy h3 {
  min-width: 0;
  margin: 0 0 2px;
  overflow: hidden;
  color: #16231d;
  font-size: 1rem;
  line-height: 1.16;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-account-track-meta,
.new-account-track-ready {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  color: #5e6870;
  font-size: 0.86rem;
  line-height: 1.25;
}

.new-account-track-meta-icon,
.new-account-player-volume-icon,
.new-account-track-ready span:first-child,
.new-account-result-panel .order-download-link::before {
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
}

.new-account-track-meta-icon {
  color: #15824d;
}

.new-account-track-meta-icon-music {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.new-account-track-meta-icon-voice {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cpath d='M12 19v3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cpath d='M12 19v3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.new-account-track-meta-icon-time {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.new-account-track-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 76px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(47, 143, 87, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #f2fbf6);
  color: #137a46;
  font-size: 0.74rem;
  font-weight: 450;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(22, 143, 80, 0.08);
  cursor: pointer;
}

.new-account-track-more:hover,
.new-account-track-more.is-open {
  border-color: rgba(47, 143, 87, 0.42);
  background: linear-gradient(180deg, #f6fff9, #e9f8f0);
}

.new-account-track-more:focus-visible {
  outline: 3px solid rgba(47, 143, 87, 0.2);
  outline-offset: 2px;
}

.new-account-track-more-arrow {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.18s ease;
}

.new-account-track-more.is-open .new-account-track-more-arrow {
  transform: rotate(225deg) translate(-1px, -1px);
}

.new-account-track-lyrics-panel {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(243, 252, 247, 0.9)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.new-account-track-lyrics-panel.hidden {
  display: none;
}

.new-account-track-lyrics-title {
  margin: 0;
  color: #0b7b3f;
  font-size: 0.68rem;
  font-weight: 450;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-account-track-lyrics {
  max-height: 220px;
  margin: 0;
  overflow: auto;
  color: #45505a;
  font: inherit;
  font-size: 0.84rem;
  line-height: 1.48;
  white-space: pre-wrap;
}

.new-account-track-player {
  display: grid;
  grid-template-columns: 32px minmax(74px, 1fr) auto minmax(68px, 0.42fr);
  gap: 10px;
  align-items: center;
  padding: 10px 0 2px;
}

.new-account-player-toggle {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #2ea56e, #15814f);
  color: #fff;
}

.new-account-player-toggle span {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid currentColor;
}

.new-account-player-toggle.is-playing span {
  width: 11px;
  height: 13px;
  margin-left: 0;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 36%, transparent 36% 64%, currentColor 64% 100%);
}

.new-account-player-bar {
  position: relative;
  height: 22px;
  border-radius: 999px;
  cursor: pointer;
  touch-action: none;
}

.new-account-player-bar::before,
.new-account-player-bar span {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0%;
  height: 4px;
  border-radius: inherit;
  transform: translateY(-50%);
}

.new-account-player-bar::before {
  right: 0;
  width: auto;
  background: #dfe5e1;
}

.new-account-player-bar span {
  background: #21905a;
}

.new-account-player-bar span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #21905a;
  box-shadow: 0 2px 7px rgba(33, 144, 90, 0.22);
  transform: translateY(-50%);
}

.new-account-player-bar:focus-visible::before {
  box-shadow: 0 0 0 4px rgba(33, 144, 90, 0.14);
}

.new-account-player-time {
  color: #58616b;
  font-size: 0.72rem;
  white-space: nowrap;
}

.new-account-player-volume-control {
  display: grid;
  grid-template-columns: 20px minmax(38px, 1fr);
  gap: 5px;
  align-items: center;
  min-width: 0;
}

.new-account-player-volume-button {
  display: grid;
  place-items: center;
  width: 20px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #21905a;
  cursor: pointer;
}

.new-account-player-volume-icon {
  color: #21905a;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='M15.5 8.5a5 5 0 0 1 0 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='M15.5 8.5a5 5 0 0 1 0 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.new-account-player-volume-button.is-muted .new-account-player-volume-icon {
  opacity: 0.42;
}

.new-account-player-volume {
  appearance: auto;
  width: 100%;
  min-width: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  accent-color: #21905a;
  cursor: pointer;
}

.Player-AiMuzica {
  display: grid;
  grid-template-columns: 32px minmax(74px, 1fr) auto minmax(68px, 0.42fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 10px 0 2px;
}

.Player-AiMuzica-toggle {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #2ea56e, #15814f);
  color: #fff;
  cursor: pointer;
}

.Player-AiMuzica-toggle span {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid currentColor;
}

.Player-AiMuzica-toggle.is-playing span {
  width: 11px;
  height: 13px;
  margin-left: 0;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 36%, transparent 36% 64%, currentColor 64% 100%);
}

.Player-AiMuzica-bar {
  position: relative;
  height: 22px;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  touch-action: none;
}

.Player-AiMuzica-bar::before,
.Player-AiMuzica-progress {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0%;
  height: 4px;
  border-radius: inherit;
  transform: translateY(-50%);
}

.Player-AiMuzica-bar::before {
  right: 0;
  width: auto;
  background: #dfe5e1;
}

.Player-AiMuzica-progress {
  background: #21905a;
}

.Player-AiMuzica-progress::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #21905a;
  box-shadow: 0 2px 7px rgba(33, 144, 90, 0.22);
  transform: translateY(-50%);
}

.Player-AiMuzica-bar:focus-visible::before {
  box-shadow: 0 0 0 4px rgba(33, 144, 90, 0.14);
}

.Player-AiMuzica-time {
  color: #58616b;
  font-size: 0.72rem;
  white-space: nowrap;
}

.Player-AiMuzica-volume-control {
  display: grid;
  grid-template-columns: 20px minmax(38px, 1fr);
  gap: 5px;
  align-items: center;
  min-width: 0;
}

.Player-AiMuzica-volume-button {
  display: grid;
  place-items: center;
  width: 20px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #21905a;
  cursor: pointer;
}

.Player-AiMuzica-volume-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  color: #21905a;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='M15.5 8.5a5 5 0 0 1 0 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='M15.5 8.5a5 5 0 0 1 0 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.Player-AiMuzica-volume-button.is-muted .Player-AiMuzica-volume-icon {
  opacity: 0.42;
}

.Player-AiMuzica-volume {
  appearance: auto;
  width: 100%;
  min-width: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  accent-color: #21905a;
  cursor: pointer;
}

.order-media-row .Player-AiMuzica {
  flex: 1 1 280px;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(47, 143, 87, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.new-account-track-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(47, 143, 87, 0.12);
}

.new-account-track-ready {
  color: #7a8590;
  font-size: 0.76rem;
}

.new-account-track-ready span:first-child {
  color: #24a56d;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.5 12.4 2.2 2.2 4.8-5.2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.5 12.4 2.2 2.2 4.8-5.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.new-account-track-ready.is-loading {
  color: #16834c;
}

.new-account-track-ready.is-loading span:first-child {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  border: 2px dotted #16834c;
  border-right-color: rgba(22, 131, 76, 0.22);
  border-radius: 999px;
  background: transparent;
  animation: aimuzica-inline-spin 0.9s linear infinite;
  -webkit-mask: none;
  mask: none;
}

.new-account-result-panel .order-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 98px;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(24, 137, 77, 0.5);
  border-radius: 12px;
  background: #fff;
  color: #16834c;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.new-account-result-panel .order-download-link::before {
  content: "";
  width: 16px;
  height: 16px;
  color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
}

.new-account-result-panel #result-download.order-download-link::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.new-account-result-panel .order-download-link.is-disabled {
  cursor: not-allowed;
}

@media (min-width: 861px) {
  body:not(.account-auth-checking) #account-main-grid.account-grid-solo {
    grid-template-columns: minmax(360px, 520px);
    min-height: calc(100vh - 170px);
    padding-top: clamp(36px, 7vh, 78px);
  }

  body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-card:not(.hidden) {
    max-width: 520px;
    min-height: 0;
    padding: 34px 32px 30px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 30px;
    background:
      radial-gradient(circle at 18% 10%, rgba(231, 247, 237, 0.72), transparent 34%),
      radial-gradient(circle at 100% 0%, rgba(47, 143, 87, 0.1), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 249, 0.96));
    box-shadow: 0 22px 46px rgba(37, 67, 49, 0.09);
  }

  body.new-account-page {
    background:
      radial-gradient(circle at top left, rgba(47, 143, 87, 0.12), transparent 28%),
      radial-gradient(circle at top right, rgba(47, 125, 103, 0.08), transparent 24%),
      linear-gradient(180deg, #f8fcf8 0%, #e8f1eb 100%);
  }

  body.new-account-page .new-account-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(320px, 28vw, 380px);
    gap: 0;
    align-items: stretch;
    width: 100%;
    margin: 20px 0 0;
  }

  body.new-account-page .new-account-status-card {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 0;
    min-height: 760px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-right: 0;
    border-radius: 30px 0 0 30px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 251, 0.94)),
      linear-gradient(90deg, rgba(79, 122, 94, 0.025) 1px, transparent 1px),
      linear-gradient(rgba(79, 122, 94, 0.025) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
    box-shadow: 0 20px 42px rgba(37, 67, 49, 0.08);
  }

  body.new-account-page .new-account-status-card::before,
  body.new-account-page .new-account-status-card::after {
    display: none;
  }

  body.new-account-page .new-account-heading {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 38px 40px 18px;
    border-bottom: 1px solid rgba(91, 126, 106, 0.12);
  }

  body.new-account-page .new-account-heading .section-kicker {
    margin: 0;
    color: #147b4a;
    font-size: 0.72rem;
    font-weight: 520;
    letter-spacing: 0.18em;
  }

  body.new-account-page .new-account-heading h2 {
    max-width: none;
    color: #18231d;
    font-family: var(--font-display);
    font-size: clamp(2.36rem, 3.15vw, 3rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
  }

  body.new-account-page .new-account-heading .section-intro {
    max-width: 62ch;
    margin: 0;
    color: #65746c;
    font-size: 0.98rem;
    font-weight: 330;
    line-height: 1.5;
  }

  body.new-account-page .new-account-live-block {
    display: grid;
    gap: 16px;
    padding: 24px 40px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.new-account-page .new-account-progress-card,
  body.new-account-page .new-account-result-panel,
  body.new-account-page .new-account-status-checklist .status-step {
    border: 1px solid rgba(91, 126, 106, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.045);
  }

  body.new-account-page .new-account-progress-card {
    gap: 16px;
    padding: 20px;
    border-radius: 18px;
  }

  body.new-account-page #new-account-status-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 38px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid rgba(47, 143, 87, 0.16);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(239, 251, 244, 0.98), rgba(230, 247, 237, 0.9));
    color: #0e713d;
    font-size: 0.86rem;
    font-weight: 450;
    box-shadow: none;
  }

  body.new-account-page .new-account-progress-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 12px;
    align-items: center;
    margin: 0;
  }

  body.new-account-page .new-account-progress-wrap .progress-bar {
    height: 10px;
    border-radius: 999px;
    background: #dceee4;
  }

  body.new-account-page .new-account-progress-wrap .progress-fill {
    background: linear-gradient(90deg, #169252, #67c28a);
  }

  body.new-account-page #new-account-progress-value {
    color: #35413a;
    font-size: 0.84rem;
    font-weight: 360;
    text-align: right;
  }

  body.new-account-page .new-account-progress-card .status-copy p {
    margin: 0;
    color: #69737c;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  body.new-account-page .new-account-result-panel {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 20px;
    border-radius: 18px;
  }

  body.new-account-page .new-account-result-panel > .section-kicker {
    margin: 0;
    color: #0b7b3f;
    font-size: 0.68rem;
    font-weight: 520;
    letter-spacing: 0.2em;
  }

  body.new-account-page .new-account-playlist-empty {
    min-height: 148px;
    padding: 20px 18px 8px;
  }

  body.new-account-page .new-account-playlist-empty-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f0faf4, #e9f5ee);
    color: rgba(38, 157, 95, 0.24);
  }

  body.new-account-page .new-account-playlist-empty-icon::before {
    content: "";
    width: 30px;
    height: 30px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.new-account-page .new-account-playlist-empty .order-note {
    max-width: 24ch;
    margin: 0;
    color: #5d6871;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  body.new-account-page .new-account-track-card {
    gap: 14px;
  }

  body.new-account-page .new-account-status-checklist {
    position: relative;
    display: grid;
    gap: 10px;
    margin: 0;
  }

  body.new-account-page .new-account-status-checklist::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 35px;
    width: 2px;
    background: linear-gradient(180deg, rgba(28, 163, 91, 0.42), rgba(28, 163, 91, 0.06));
    pointer-events: none;
  }

  body.new-account-page .new-account-status-checklist .status-step {
    position: relative;
    z-index: 1;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 82px;
    padding: 14px 18px;
    border-radius: 16px;
    transform: none;
  }

  body.new-account-page .new-account-status-checklist .status-step-icon {
    width: 32px;
    height: 32px;
    border: 2px solid #dce4df;
    background: #ffffff;
    color: #ffffff;
  }

  body.new-account-page .new-account-status-checklist .status-step.is-done .status-step-icon {
    border-color: transparent;
    background: linear-gradient(180deg, #56bf83, #18844d);
  }

  body.new-account-page .new-account-status-checklist .status-step.is-done .status-step-icon::before {
    content: "";
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.new-account-page .new-account-status-checklist .status-step.is-active .status-step-icon {
    border-color: rgba(47, 143, 87, 0.34);
    background: radial-gradient(circle at center, #39a96f 0 26%, #ffffff 28% 55%, #dff4e9 56% 100%);
  }

  body.new-account-page .new-account-status-checklist .status-step-copy strong {
    color: #18231d;
    font-size: 0.96rem;
    line-height: 1.16;
  }

  body.new-account-page .new-account-status-checklist .status-step-copy span {
    color: #5e6870;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  body.new-account-page .new-account-status-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin: 0;
    padding: 18px 40px 28px;
    border-top: 1px solid rgba(91, 126, 106, 0.12);
  }

  body.new-account-page .new-account-footer-note {
    margin: 0;
    color: #5e6870;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  body.new-account-page #new-account-open-account-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #168f50, #36b672);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 520;
    text-decoration: none;
    box-shadow: 0 14px 26px rgba(22, 143, 80, 0.18);
  }

  body.new-account-page #new-account-open-account-inline.hidden {
    display: none;
  }

  body.new-account-page .new-account-auth-shell {
    position: relative;
    top: auto;
    display: grid;
    align-self: stretch;
    min-width: 0;
  }

  body.new-account-page .new-account-auth-card {
    width: 100%;
    max-width: none;
    min-height: 100%;
    justify-self: stretch;
    align-content: start;
    gap: 16px;
    padding: 54px 34px 38px;
    overflow: hidden;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-left: 0;
    border-radius: 0 30px 30px 0;
    background:
      radial-gradient(circle at 50% 13%, rgba(47, 143, 87, 0.1), transparent 30%),
      linear-gradient(180deg, rgba(253, 255, 254, 0.98), rgba(248, 253, 250, 0.94)),
      linear-gradient(90deg, rgba(47, 143, 87, 0.035), transparent 45%);
    box-shadow: 0 20px 42px rgba(37, 67, 49, 0.08);
  }

  body.new-account-page .new-account-auth-card .section-heading {
    display: grid;
    gap: 8px;
    margin: 0;
  }

  body.new-account-page .new-account-auth-card .section-kicker {
    margin: 0;
    color: #147b4a;
    font-size: 0.7rem;
    font-weight: 520;
    letter-spacing: 0.18em;
  }

  body.new-account-page .new-account-auth-card .account-auth-heading h2 {
    color: #18231d;
    font-size: clamp(1.72rem, 2vw, 2.08rem);
    line-height: 1;
  }

  body.new-account-page .new-account-auth-card .account-auth-intro {
    color: #65746c;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  body.new-account-page .new-account-auth-recommendation {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(47, 143, 87, 0.14);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(239, 250, 244, 0.96), rgba(247, 252, 249, 0.94));
    color: #35664a;
    font-size: 0.82rem;
    line-height: 1.4;
    box-shadow: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-actions {
    gap: 10px;
    margin: 0;
  }

  body.new-account-page .new-account-auth-card .account-auth-provider {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 68px;
    padding: 12px;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(41, 73, 52, 0.045);
  }

  body.new-account-page .new-account-auth-card .account-auth-divider {
    margin: -1px 4px;
    color: #53947d;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  body.new-account-page .new-account-auth-card .account-auth-email-panel {
    gap: 8px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
  }

  body.new-account-page .new-account-auth-card .account-auth-primary {
    min-height: 42px;
    border-radius: 11px;
    font-size: 0.84rem;
  }

  body.new-account-page .new-account-auth-card .account-auth-status {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 12px 0 0;
    border-top: 1px dashed rgba(112, 156, 143, 0.24);
    color: #4d5964;
    font-size: 0.78rem;
    line-height: 1.3;
  }

  body.new-account-page .new-account-auth-card .account-auth-status::before {
    content: "i";
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: rgba(221, 249, 240, 0.92);
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 0.95rem;
  }

  body.new-account-page .new-account-auth-card .account-auth-status p {
    margin: 0;
  }

  body.new-account-page .new-account-auth-card .account-auth-visual {
    display: grid;
    place-items: center;
    margin-top: 2px;
  }

  body.new-account-page .new-account-auth-card .account-auth-avatar {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border: 2px solid rgba(171, 226, 211, 0.88);
    border-radius: 999px;
    background:
      radial-gradient(circle at 50% 33%, rgba(144, 224, 203, 0.78) 0 17px, transparent 18px),
      radial-gradient(ellipse at 50% 82%, rgba(69, 190, 161, 0.82) 0 32px, transparent 33px),
      linear-gradient(180deg, rgba(246, 253, 251, 0.98), rgba(232, 248, 244, 0.92));
    color: #32aa8f;
    box-shadow:
      0 14px 28px rgba(23, 98, 82, 0.11),
      inset 0 0 0 6px rgba(255, 255, 255, 0.72);
  }

  body.new-account-page .new-account-auth-card .account-auth-avatar svg {
    display: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-heading {
    text-align: center;
  }

  body.new-account-page .new-account-auth-card .section-kicker {
    display: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-heading h2 {
    margin: 0;
    color: #162522;
    font-size: 1.68rem;
    line-height: 1.05;
  }

  body.new-account-page .new-account-auth-card .account-auth-intro {
    max-width: 260px;
    margin: 0 auto;
    color: #65736f;
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.38;
  }

  body.new-account-page .new-account-auth-recommendation {
    display: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-provider-email {
    display: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-email-panel {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-email-label {
    display: grid;
    gap: 6px;
    color: #2e6559;
    font-size: 0.76rem;
    font-weight: 450;
    letter-spacing: 0;
    text-transform: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-email-panel input,
  body.new-account-page .new-account-auth-card .account-auth-password-fallback input {
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(27, 143, 94, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    color: #273331;
    font-size: 0.92rem;
    font-weight: 320;
    box-shadow: none;
    outline: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-email-panel input::placeholder,
  body.new-account-page .new-account-auth-card .account-auth-password-fallback input::placeholder {
    color: rgba(31, 36, 34, 0.34);
  }

  body.new-account-page .new-account-auth-card .account-auth-password-row {
    gap: 6px;
  }

  body.new-account-page .new-account-auth-card .account-auth-primary,
  body.new-account-page .new-account-auth-card .account-auth-secondary,
  body.new-account-page .new-account-auth-card .account-auth-provider-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 0.92rem;
    font-weight: 420;
    text-align: center;
    transform: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-primary {
    border: 0;
    background: linear-gradient(135deg, #07874d 0%, #25b36c 100%);
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(7, 135, 77, 0.2);
  }

  body.new-account-page .new-account-auth-card .account-auth-primary::before {
    content: "";
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='M5.5 7.5 12 12.5l6.5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='M5.5 7.5 12 12.5l6.5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.new-account-page .new-account-auth-card .account-auth-secondary {
    border: 1px solid rgba(33, 72, 58, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: #1b7c56;
    box-shadow: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
    min-height: 0;
    margin: 0;
    color: #55917e;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.new-account-page .new-account-auth-card .account-auth-divider::before,
  body.new-account-page .new-account-auth-card .account-auth-divider::after {
    margin: 0;
    background: rgba(112, 156, 143, 0.2);
  }

  body.new-account-page .new-account-auth-card .account-auth-provider-google {
    grid-template-columns: auto auto;
    border: 1px solid rgba(33, 72, 58, 0.1);
    background: #ffffff;
    color: #25302f;
    box-shadow: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-provider-google .account-auth-provider-icon {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(33, 72, 58, 0.08);
  }

  body.new-account-page .new-account-auth-card .account-auth-provider-google .account-auth-provider-icon svg {
    width: 17px;
    height: 17px;
  }

  body.new-account-page .new-account-auth-card .account-auth-provider-google .account-auth-provider-copy {
    display: block;
  }

  body.new-account-page .new-account-auth-card .account-auth-provider-google .account-auth-provider-copy strong {
    display: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-provider-google .account-auth-provider-copy span {
    color: #25302f;
    font-size: 0.92rem;
    font-weight: 420;
    line-height: 1;
  }

  body.new-account-page .new-account-auth-card .account-auth-status {
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    color: #407464;
    text-align: center;
  }

  body.new-account-page .new-account-auth-card .account-auth-status::before {
    content: none;
  }

  body.new-account-page .new-account-auth-card .account-auth-success-panel,
  body.new-account-page .new-account-auth-card .account-auth-password-fallback {
    border: 1px solid rgba(33, 72, 58, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: none;
  }
}

@media (min-width: 721px) {
  .orders-list .order-card:not(.payment-history-card) {
    padding: clamp(17px, 2.1vw, 24px);
    border: 1px solid rgba(47, 143, 87, 0.1);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 24px 52px rgba(37, 77, 54, 0.08);
  }

  .orders-list .order-card:not(.payment-history-card).is-expanded {
    border-color: rgba(47, 143, 87, 0.24);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 58px rgba(37, 77, 54, 0.11);
  }

  .orders-list .order-card:not(.payment-history-card) > .order-card-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(28px, 4vw, 54px);
    align-items: start;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-trigger {
    display: grid;
    grid-template-columns: clamp(62px, 6.4vw, 85px) minmax(0, 1fr);
    gap: clamp(16px, 2vw, 22px);
    align-items: center;
    min-width: 0;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-trigger-copy {
    display: grid;
    gap: 0;
    min-width: 0;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-trigger .section-kicker,
  .orders-list .order-card:not(.payment-history-card) .order-meta,
  .orders-list .order-card:not(.payment-history-card) .order-toggle-hint {
    display: none;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-artwork {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(12, 42, 28, 0.34);
    border-radius: 999px;
    background:
      radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.28), transparent 24%),
      repeating-radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0 1px,
        rgba(1, 16, 9, 0.1) 1px 3px,
        rgba(255, 255, 255, 0.02) 3px 6px
      ),
      radial-gradient(circle at center, #123f29 0 18%, #071b11 19% 100%);
    background-position: center;
    background-size: cover;
    color: rgba(255, 255, 255, 0.94);
    box-shadow:
      0 0 0 1px rgba(13, 42, 27, 0.08),
      0 0 18px rgba(13, 42, 27, 0.18),
      0 0 34px rgba(13, 42, 27, 0.1),
      inset 0 0 0 1px rgba(255, 255, 255, 0.18),
      inset 0 -8px 18px rgba(0, 0, 0, 0.18);
    transform: rotate(var(--order-artwork-rotation, 0deg));
    transform-origin: center;
    will-change: transform;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-artwork::before {
    content: "";
    position: absolute;
    inset: 31%;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: inherit;
    background:
      radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.58), transparent 28%),
      linear-gradient(180deg, #9fe2b7, #319565);
    box-shadow:
      0 0 0 5px rgba(255, 255, 255, 0.05),
      0 4px 12px rgba(3, 22, 12, 0.26),
      inset 0 0 0 1px rgba(16, 90, 50, 0.18);
    pointer-events: none;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-artwork::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 34%),
      radial-gradient(circle at 70% 78%, transparent 0 48%, rgba(255, 255, 255, 0.08) 49%, transparent 56%);
    mix-blend-mode: screen;
    opacity: 0.5;
    pointer-events: none;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-artwork.has-cover::before {
    display: none;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-artwork span {
    position: relative;
    z-index: 3;
    max-width: 78%;
    color: inherit;
    font-family: var(--font-display);
    font-size: clamp(0.58rem, 0.9vw, 0.78rem);
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-artwork.has-cover span {
    display: none;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-title {
    display: block;
    min-width: 0;
    color: #171f1d;
    font-family: var(--font-ui);
    font-size: clamp(1.22rem, 1.8vw, 1.58rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-trigger:hover .order-card-title {
    color: #118047;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-meta-stack {
    display: grid;
    gap: 5px;
    margin-top: clamp(7px, 1vw, 11px);
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-meta-line {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    min-width: 0;
    color: #626a72;
    font-size: clamp(0.78rem, 1.16vw, 0.94rem);
    font-weight: 400;
    line-height: 1.22;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-meta-line span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-meta-icon {
    width: 20px;
    height: 20px;
    color: #0f8c50;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-side {
    min-width: clamp(136px, 12vw, 168px);
    align-self: start;
    justify-items: end;
    gap: 0;
  }

  .orders-list .order-card:not(.payment-history-card) .desktop-order-action-menu-button {
    display: grid;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-chevron {
    display: none;
  }

  .orders-list .order-card:not(.payment-history-card) .order-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid rgba(47, 143, 87, 0.2);
    border-radius: 11px;
    background: rgba(246, 252, 248, 0.88);
    color: #147745;
    font-size: clamp(0.68rem, 0.86vw, 0.76rem);
    font-weight: 450;
    letter-spacing: 0.02em;
    line-height: 1;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 8px 18px rgba(31, 101, 58, 0.06);
    text-transform: uppercase;
    white-space: nowrap;
  }

  .orders-list .order-card:not(.payment-history-card) .order-status-pill::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 14%, transparent);
  }

  .orders-list .order-card:not(.payment-history-card) .order-status-pill-processing {
    border-color: rgba(47, 143, 87, 0.2);
    background: rgba(239, 250, 243, 0.92);
    color: #147745;
  }

  .orders-list .order-card:not(.payment-history-card) .order-status-pill-completed {
    border-color: rgba(47, 143, 87, 0.2);
    background: rgba(239, 250, 243, 0.92);
    color: #147745;
  }

  .orders-list .order-card:not(.payment-history-card) .order-status-pill-failed,
  .orders-list .order-card:not(.payment-history-card) .order-status-pill-expired {
    border-color: rgba(211, 54, 47, 0.24);
    background: rgba(255, 240, 238, 0.94);
    color: #c7372f;
  }

  .orders-list .order-card:not(.payment-history-card) .order-status-pill-paid,
  .orders-list .order-card:not(.payment-history-card) .order-status-pill-pending {
    border-color: rgba(47, 143, 87, 0.18);
    background: rgba(246, 252, 248, 0.88);
    color: #147745;
  }

  .orders-list .order-card:not(.payment-history-card) .order-status-pill-completed::after {
    content: none;
    display: none;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 22px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica {
    flex: initial;
    grid-template-columns: 37px minmax(96px, 1fr) auto minmax(88px, 0.42fr);
    gap: 10px;
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-bar {
    width: 95%;
    justify-self: start;
    margin-left: 10px;
    margin-right: 10px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-toggle {
    width: 37px;
    height: 37px;
    box-shadow: 0 12px 24px rgba(15, 140, 80, 0.18);
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-toggle span {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-toggle.is-playing span {
    width: 10px;
    height: 14px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-bar::before,
  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-progress {
    height: 5px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-progress::after {
    right: -8px;
    width: 16px;
    height: 16px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-time {
    color: #545967;
    font-size: 0.82rem;
    font-weight: 500;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-volume-control {
    grid-template-columns: 22px minmax(62px, 96px);
    gap: 7px;
    width: min(126px, 100%);
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-volume-button {
    width: 22px;
    height: 22px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-volume-icon {
    width: 20px;
    height: 20px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-row .Player-AiMuzica-volume {
    height: 18px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-actions .order-download-link {
    gap: 7px;
    min-width: 108px;
    min-height: 40px;
    padding: 0 12px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #168f50, #35b871);
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 450;
    box-shadow: 0 10px 20px rgba(22, 143, 80, 0.18);
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-actions .order-download-link::before {
    content: "";
    width: 1.05em;
    height: 1.05em;
    flex: 0 0 1.05em;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .orders-list .order-card:not(.payment-history-card) .order-gift-link,
  .orders-list .order-card:not(.payment-history-card) .order-share-link,
  .orders-list .order-card:not(.payment-history-card) .order-media-actions .secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 40px;
    padding: 0 11px;
    border-radius: 14px;
    font-size: 0.78rem;
    font-weight: 450;
  }

  .orders-list .order-card:not(.payment-history-card) .order-gift-link,
  .orders-list .order-card:not(.payment-history-card) .order-share-link {
    border: 1px solid #32a775;
    background: #ffffff;
    color: #0f8350;
    box-shadow: none;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .orders-list .order-card:not(.payment-history-card) .order-card-trigger {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-title {
    font-size: 1.28rem;
  }

  .orders-list .order-card:not(.payment-history-card) .order-card-meta-line {
    font-size: 1.12rem;
  }

  .orders-list .order-card:not(.payment-history-card) .order-media-actions {
    justify-content: flex-end;
    min-width: 0;
  }
}

@media (max-width: 860px) {
  body.new-account-page {
    background:
      radial-gradient(circle at 82% 12%, rgba(47, 143, 87, 0.08), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #fbfefb 100%);
  }

  body.new-account-page::before {
    opacity: 0.26;
    background-size: auto, 28px 28px, 28px 28px;
  }

  body.new-account-page .top-nav,
  body.new-account-page .new-account-auth-shell,
  body.new-account-page #new-account-payment-banner,
  body.new-account-page #new-account-job-id {
    display: none !important;
  }

  body.new-account-page .mobile-brand-header {
    width: 100%;
    margin: 0 0 16px;
  }

  body.new-account-page .site-footer {
    margin: 18px 0 0;
    padding-top: 0;
  }

  body.new-account-page .page-shell {
    width: 100%;
    min-height: 100vh;
    padding: 0 0 20px;
  }

  body.new-account-page .new-account-grid {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 7px;
  }

  body.new-account-page .new-account-status-card {
    display: grid;
    gap: 13px;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.new-account-page .new-account-status-card::before,
  body.new-account-page .new-account-status-card::after {
    display: none;
  }

  body.new-account-page .new-account-heading {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 7px 8px;
  }

  body.new-account-page .new-account-heading::before,
  body.new-account-page .new-account-heading::after {
    display: none;
  }

  body.new-account-page .new-account-heading .section-kicker {
    margin: 0;
    color: #0b7b3f;
    font-size: 0.72rem;
    font-weight: 450;
    letter-spacing: 0.24em;
  }

  body.new-account-page .new-account-heading h2 {
    max-width: none;
    margin: 0;
    color: #16231d;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 8.1vw, 2.16rem);
    font-weight: 450;
    line-height: 0.98;
    letter-spacing: 0;
  }

  body.new-account-page .new-account-heading .section-intro {
    max-width: none;
    margin: 2px 0 0;
    color: #5e6870;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  body.new-account-page .new-account-live-block {
    display: grid;
    gap: 13px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.new-account-page .new-account-progress-card,
  body.new-account-page .new-account-result-panel,
  body.new-account-page .new-account-status-checklist .status-step {
    border: 1px solid rgba(47, 143, 87, 0.13);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 36px rgba(31, 67, 45, 0.06);
  }

  body.new-account-page .new-account-progress-card {
    gap: 17px;
    margin: 0;
    padding: 18px 18px;
    border-radius: 18px;
  }

  body.new-account-page #new-account-status-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    width: 100%;
    margin: 0;
    padding: 0 16px;
    border: 1px solid rgba(47, 143, 87, 0.16);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(239, 251, 244, 0.98), rgba(230, 247, 237, 0.9));
    color: #0e713d;
    font-size: 0.92rem;
    font-weight: 450;
    box-shadow: none;
  }

  body.new-account-page #new-account-status-pill::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 999px;
  }

  body.new-account-page #new-account-status-pill.is-processing::before,
  body.new-account-page #new-account-status-pill.is-idle::before {
    border: 3px dotted #2f9b66;
    animation: new-account-spin 1.1s linear infinite;
  }

  body.new-account-page #new-account-status-pill.is-completed::before {
    background: linear-gradient(180deg, #48bb7b, #16844d);
  }

  body.new-account-page #new-account-status-pill.is-completed::after {
    content: "";
    position: absolute;
    left: 21px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: translateY(-50%);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.new-account-page .new-account-progress-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 12px;
    align-items: center;
    margin: 6px 0 0;
  }

  body.new-account-page .new-account-progress-wrap .progress-bar {
    height: 10px;
    border-radius: 999px;
    background: #dceee4;
  }

  body.new-account-page .new-account-progress-wrap .progress-fill {
    background: linear-gradient(90deg, #169252, #67c28a);
  }

  body.new-account-page #new-account-progress-value {
    color: #35413a;
    font-size: 0.84rem;
    font-weight: 300;
    text-align: right;
  }

  body.new-account-page .new-account-progress-card .status-copy p {
    margin: 0;
    color: #69737c;
    font-size: 0.86rem;
    line-height: 1.4;
  }

  body.new-account-page .new-account-result-panel {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 18px;
    border-radius: 18px;
  }

  body.new-account-page .new-account-result-panel > .section-kicker {
    margin: 0;
    color: #0b7b3f;
    font-size: 0.68rem;
    font-weight: 450;
    letter-spacing: 0.24em;
  }

  body.new-account-page .new-account-playlist-empty {
    min-height: 146px;
    padding: 31px 18px 6px;
  }

  body.new-account-page .new-account-playlist-empty-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f0faf4, #e9f5ee);
    color: rgba(38, 157, 95, 0.22);
  }

  body.new-account-page .new-account-playlist-empty-icon::before {
    content: "";
    width: 30px;
    height: 30px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.new-account-page .new-account-playlist-empty .order-note {
    max-width: 20ch;
    margin: 0;
    color: #5d6871;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  body.new-account-page .new-account-track-card {
    gap: 12px;
    padding-top: 16px;
  }

  body.new-account-page .new-account-track-main {
    grid-template-columns: 103px minmax(0, 1fr) auto;
    gap: 12px;
  }

  body.new-account-page .new-account-track-cover {
    border-radius: 14px;
  }

  body.new-account-page .new-account-track-copy h3 {
    font-size: 0.98rem;
    font-weight: 450;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.new-account-page .new-account-track-meta {
    font-size: 0.82rem;
  }

  body.new-account-page .new-account-track-more {
    align-self: start;
    min-width: 72px;
    min-height: 29px;
    padding-inline: 8px;
    font-size: 0.7rem;
  }

  body.new-account-page .new-account-track-lyrics-panel {
    padding: 11px 12px;
    border-radius: 13px;
  }

  body.new-account-page .new-account-track-lyrics {
    max-height: 180px;
    font-size: 0.8rem;
  }

  body.new-account-page .new-account-status-checklist {
    position: relative;
    display: grid;
    gap: 10px;
    margin: 0;
  }

  body.new-account-page .new-account-status-checklist::before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 36px;
    width: 2px;
    background: linear-gradient(180deg, rgba(28, 163, 91, 0.48), rgba(28, 163, 91, 0.08));
    pointer-events: none;
  }

  body.new-account-page .new-account-status-checklist .status-step {
    position: relative;
    z-index: 1;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 14px;
    align-items: center;
    min-height: 90px;
    padding: 14px 18px;
    border-radius: 16px;
    transform: none;
  }

  body.new-account-page .new-account-status-checklist .status-step::after {
    content: "";
    justify-self: end;
    width: 20px;
    height: 20px;
  }

  body.new-account-page .new-account-status-checklist .status-step.is-active::after {
    border: 3px dotted #2f9b66;
    border-radius: 999px;
    animation: new-account-spin 1.1s linear infinite;
  }

  body.new-account-page .new-account-status-checklist .status-step-icon {
    width: 32px;
    height: 32px;
    border: 2px solid #dce4df;
    background: #fff;
    color: #fff;
  }

  body.new-account-page .new-account-status-checklist .status-step.is-done .status-step-icon {
    border-color: transparent;
    background: linear-gradient(180deg, #56bf83, #18844d);
    color: #fff;
  }

  body.new-account-page .new-account-status-checklist .status-step.is-done .status-step-icon::before {
    content: "";
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.new-account-page .new-account-status-checklist .status-step.is-active .status-step-icon {
    border-color: rgba(47, 143, 87, 0.34);
    background: radial-gradient(circle at center, #39a96f 0 26%, #fff 28% 55%, #dff4e9 56% 100%);
  }

  body.new-account-page .new-account-status-checklist .status-step-copy strong {
    color: #18231d;
    font-size: 0.96rem;
    line-height: 1.16;
  }

  body.new-account-page .new-account-status-checklist .status-step-copy span {
    color: #5e6870;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  body.new-account-page .new-account-status-actions {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0 12px;
  }

  body.new-account-page .new-account-footer-note {
    margin: 2px 0 0;
    color: #5e6870;
    font-size: 0.82rem;
    line-height: 1.35;
    text-align: center;
  }

  body.new-account-page #new-account-open-account-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(135deg, #168f50, #36b672);
    color: #fff;
    font-size: 1rem;
    font-weight: 450;
    text-decoration: none;
    box-shadow: 0 14px 26px rgba(22, 143, 80, 0.2);
  }

  body.new-account-page #new-account-open-account-inline.hidden {
    display: none;
  }

  @keyframes new-account-spin {
    to {
      transform: rotate(360deg);
    }
  }
}

@media (max-width: 340px) {
  body.new-account-page .new-account-grid {
    padding-inline: 5px;
  }

  body.new-account-page .new-account-heading h2 {
    font-size: 1.72rem;
  }

  body.new-account-page .new-account-track-main {
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.new-account-page .new-account-track-meta {
    font-size: 0.74rem;
  }

  body.new-account-page .new-account-track-more {
    min-width: 64px;
    min-height: 27px;
    gap: 4px;
    padding-inline: 7px;
    font-size: 0.64rem;
  }

  body.new-account-page .new-account-track-more-arrow {
    width: 7px;
    height: 7px;
  }

  body.new-account-page .new-account-player-time {
    font-size: 0.66rem;
  }

  body.new-account-page .new-account-track-player {
    grid-template-columns: 30px minmax(50px, 1fr) auto 56px;
    gap: 6px;
  }

  body.new-account-page .new-account-player-volume-control {
    grid-template-columns: 18px minmax(30px, 1fr);
    gap: 3px;
  }

  body.new-account-page .new-account-player-volume-button {
    width: 18px;
  }

  body.mobile-logged-result-panel #generator-status-card .section-heading h2 {
    font-size: 1.72rem;
  }

  body.mobile-logged-result-panel .status-result-summary {
    padding: 15px;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-main {
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-meta {
    font-size: 0.74rem;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-more {
    min-width: 64px;
    min-height: 27px;
    gap: 4px;
    padding-inline: 7px;
    font-size: 0.64rem;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-more-arrow {
    width: 7px;
    height: 7px;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-track-player {
    grid-template-columns: 30px minmax(50px, 1fr) auto 56px;
    gap: 6px;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-player-time {
    font-size: 0.66rem;
  }

  body.mobile-logged-result-panel .generator-result-panel .new-account-player-volume-control {
    grid-template-columns: 18px minmax(30px, 1fr);
    gap: 3px;
  }

  body.mobile-logged-result-panel .generate-another-track {
    min-height: 46px;
    font-size: 0.84rem;
  }

  body.new-account-page .new-account-status-checklist .status-step {
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 11px;
    min-height: 82px;
    padding: 12px 13px;
  }

  body.new-account-page .new-account-status-checklist::before {
    left: 30px;
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active {
    background: #f7fbf9;
  }

  body.mobile-account-dashboard-active .mobile-account-dashboard {
    gap: 14px;
    padding: 20px 18px calc(82px + env(safe-area-inset-bottom));
  }

  body.mobile-account-dashboard-active .mobile-dashboard-hero,
  body.mobile-account-dashboard-active .mobile-dashboard-stats[data-mobile-dashboard-view-panel="account"],
  body.mobile-account-dashboard-active .mobile-dashboard-shortcuts[data-mobile-dashboard-view-panel="account"],
  body.mobile-account-dashboard-active .mobile-dashboard-carousel-dots[data-mobile-dashboard-view-panel="account"],
  body.mobile-account-dashboard-active .mobile-dashboard-audio-panel[data-mobile-dashboard-view-panel="account"],
  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="account"],
  body.mobile-account-dashboard-active .mobile-dashboard-credits-panel[data-mobile-dashboard-view-panel="account"] {
    display: none !important;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-account-panel {
    display: grid;
    gap: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .mobile-account-profile-card {
    display: grid;
    gap: 22px;
    padding: 24px 22px 26px;
    border: 1px solid #d8e9e1;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(37, 75, 55, 0.07);
  }

  .mobile-account-profile-top {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 26px;
    align-items: center;
  }

  .mobile-account-profile-avatar {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border: 1px solid #cfe7dc;
    border-radius: 999px;
    background: #eaf7f1;
    color: #18a05f;
  }

  .mobile-account-profile-avatar svg {
    width: 38px;
    height: 38px;
    stroke-width: 2.15;
  }

  .mobile-account-profile-copy {
    display: grid;
    justify-items: start;
    gap: 9px;
    min-width: 0;
  }

  .mobile-account-profile-copy h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .mobile-dashboard-account-email {
    max-width: 100%;
    overflow: hidden;
    color: #1f2828;
    font-size: 18px;
    font-weight: 450;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-account-email::after {
    content: none !important;
    display: none !important;
  }

  .mobile-account-connected-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid #c6e6d7;
    border-radius: 10px;
    background: #e6f6ed;
    color: #15804e;
    font-size: 13px;
    font-weight: 450;
  }

  .mobile-account-connected-badge span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-account-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 100px;
    padding: 16px 12px;
    border: 1px solid #e2ebe7;
    border-radius: 18px;
    background: #ffffff;
  }

  .mobile-account-metric {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-width: 0;
  }

  .mobile-account-metric + .mobile-account-metric {
    padding-left: 12px;
    border-left: 1px dashed #d9e7e0;
  }

  .mobile-account-metric-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #139a59;
  }

  .mobile-account-metric-icon svg {
    width: 26px;
    height: 26px;
    stroke-width: 2.15;
  }

  .mobile-account-metric-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .mobile-account-metric-copy > span {
    color: #5e6568;
    font-size: 11.5px;
    font-weight: 350;
    line-height: 1.05;
    white-space: normal;
  }

  .mobile-account-metric-copy strong {
    color: #20292b;
    font-size: 26px;
    font-weight: 475;
    line-height: 0.95;
    white-space: nowrap;
  }

  .mobile-account-action-list {
    display: grid;
    border: 1px solid #dfe9e5;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(37, 75, 55, 0.06);
    overflow: hidden;
  }

  .mobile-account-action-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 18px;
    gap: 12px;
    align-items: center;
    min-height: 82px;
    padding: 0 28px 0 18px;
    border: 0;
    background: #ffffff;
    color: #20292b;
    font: inherit;
    font-size: 17px;
    font-weight: 450;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(19, 154, 89, 0.14);
    transition:
      background-color 160ms ease,
      color 160ms ease,
      transform 160ms ease;
  }

  .mobile-account-action-row[data-mobile-dashboard-show-all="payments"]:is(:active, :focus-visible, .is-pressing),
  .mobile-account-action-row[data-mobile-dashboard-show-all="orders"]:is(:active, :focus-visible, .is-pressing),
  .mobile-account-action-row[data-mobile-dashboard-settings]:is(:active, :focus-visible, .is-pressing),
  .mobile-account-action-row[data-mobile-dashboard-referral]:is(:active, :focus-visible, .is-pressing) {
    background: #eaf8f0;
    color: #08753e;
    transform: translateY(1px);
  }

  .mobile-account-action-row[data-mobile-dashboard-show-all="payments"]:is(:active, :focus-visible, .is-pressing)
    .mobile-account-action-icon,
  .mobile-account-action-row[data-mobile-dashboard-show-all="orders"]:is(:active, :focus-visible, .is-pressing)
    .mobile-account-action-icon,
  .mobile-account-action-row[data-mobile-dashboard-settings]:is(:active, :focus-visible, .is-pressing)
    .mobile-account-action-icon,
  .mobile-account-action-row[data-mobile-dashboard-referral]:is(:active, :focus-visible, .is-pressing)
    .mobile-account-action-icon {
    border-color: rgba(19, 154, 89, 0.32);
    background: #d8f3e5;
    color: #08753e;
  }

  .mobile-account-action-row[data-mobile-dashboard-show-all="payments"]:is(:active, :focus-visible, .is-pressing)
    .mobile-account-row-chevron,
  .mobile-account-action-row[data-mobile-dashboard-show-all="orders"]:is(:active, :focus-visible, .is-pressing)
    .mobile-account-row-chevron,
  .mobile-account-action-row[data-mobile-dashboard-settings]:is(:active, :focus-visible, .is-pressing)
    .mobile-account-row-chevron,
  .mobile-account-action-row[data-mobile-dashboard-referral]:is(:active, :focus-visible, .is-pressing)
    .mobile-account-row-chevron {
    color: #08753e;
  }

  .mobile-account-action-row + .mobile-account-action-row {
    border-top: 1px solid #eef2f0;
  }

  .mobile-account-action-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid #e4eee8;
    border-radius: 999px;
    background: #f8fbfa;
    color: #139a59;
  }

  .mobile-account-action-icon svg {
    width: 27px;
    height: 27px;
    stroke-width: 2.05;
  }

  .mobile-account-action-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .mobile-account-action-copy strong {
    overflow: hidden;
    color: inherit;
    font-size: 17px;
    font-weight: 475;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-account-action-copy small {
    overflow: hidden;
    color: #66726e;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-account-row-chevron,
  .mobile-account-buy-arrow {
    width: 15px;
    height: 15px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: rotate(45deg);
  }

  .mobile-account-row-chevron {
    color: #858d91;
  }

  .mobile-account-buy-credits {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr) 22px;
    gap: 18px;
    align-items: center;
    min-height: 102px;
    padding: 18px 26px 18px 18px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #078a44, #32c678);
    color: #ffffff;
    text-align: left;
    box-shadow: 0 16px 34px rgba(13, 153, 77, 0.24);
  }

  .mobile-account-buy-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(0, 91, 43, 0.26);
    color: #ffffff;
  }

  .mobile-account-buy-icon svg {
    width: 34px;
    height: 34px;
    stroke-width: 2.1;
  }

  .mobile-account-buy-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
  }

  .mobile-account-buy-copy strong {
    font-size: 19px;
    font-weight: 475;
    line-height: 1.1;
  }

  .mobile-account-buy-copy span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
  }

  .mobile-account-buy-arrow {
    color: #ffffff;
  }

  .mobile-dashboard-account-panel.mobile-referral-open .mobile-account-profile-card,
  .mobile-dashboard-account-panel.mobile-referral-open .mobile-account-action-list,
  .mobile-dashboard-account-panel.mobile-referral-open .mobile-account-buy-credits,
  .mobile-dashboard-account-panel.mobile-referral-open .mobile-account-status,
  .mobile-dashboard-account-panel.mobile-referral-open .mobile-dashboard-signout {
    display: none;
  }

  .mobile-account-referral-panel {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid #d8e9e1;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(37, 75, 55, 0.07);
  }

  .mobile-account-referral-panel.hidden {
    display: none !important;
  }

  .mobile-account-referral-panel .account-referral-page-head {
    padding-bottom: 12px;
  }

  .mobile-account-referral-panel .account-referral-page-head h3 {
    font-size: 28px;
  }

  .mobile-account-referral-link-row {
    display: grid;
    gap: 10px;
    min-width: 0;
  }

  .mobile-account-referral-link-row input {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    min-height: 48px;
    padding: 0 13px;
    border: 1px solid rgba(47, 143, 87, 0.16);
    border-radius: 14px;
    background: rgba(247, 253, 250, 0.9);
    color: var(--text);
    font: inherit;
    font-size: 14px;
    text-overflow: ellipsis;
  }

  .mobile-account-referral-link-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mobile-account-referral-link-actions .secondary-button {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    font-size: 14px;
  }

  .mobile-account-status {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: -2px 0 0;
    padding: 12px 14px;
    border: 1px solid #cce8d9;
    border-radius: 15px;
    background: #f3fbf6;
    color: #126f42;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    box-shadow: 0 10px 24px rgba(37, 75, 55, 0.05);
  }

  .mobile-account-status::before {
    content: "";
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin-top: 1px;
    border-radius: 999px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .mobile-account-status.field-error {
    border-color: #f2c6c0;
    background: #fff5f3;
    color: #b24a42;
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open {
    overflow: hidden;
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open #account-main-grid > #account-sidebar {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid !important;
    place-items: center;
    width: 100%;
    max-width: none;
    padding: max(16px, env(safe-area-inset-top)) 14px max(16px, env(safe-area-inset-bottom));
    background: rgba(8, 30, 20, 0.32);
    backdrop-filter: blur(8px);
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open #account-session-panel {
    display: none !important;
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open #account-credit-purchase-card {
    display: grid !important;
    width: min(360px, calc(100vw - 28px));
    max-height: min(78svh, 680px);
    overflow: auto;
    gap: 16px;
    padding: 22px 18px 18px;
    border-radius: 24px;
    border-color: rgba(47, 143, 87, 0.18);
    background:
      radial-gradient(circle at 18% 12%, rgba(47, 143, 87, 0.1), transparent 28%),
      linear-gradient(180deg, #ffffff, #f8fffb);
    box-shadow: 0 28px 72px rgba(7, 34, 20, 0.22);
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open #account-credit-purchase-card .section-heading {
    padding-bottom: 14px;
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open #account-credit-purchase-card .section-heading h2 {
    font-size: 1.8rem;
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open .account-credit-offer {
    min-height: 58px;
    padding: 11px 13px;
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open .account-credit-purchase-actions {
    gap: 10px;
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open .account-credit-purchase-actions .primary-button,
  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open .account-credit-purchase-actions .secondary-button {
    height: 42px;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  body.mobile-account-dashboard-active.mobile-credit-purchase-modal-open .account-credit-purchase-status {
    font-size: 0.76rem;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-main-grid > #mobile-account-dashboard {
    display: none !important;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-main-grid > #account-sidebar {
    position: static;
    display: grid !important;
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: visible;
    padding: 18px 18px calc(82px + env(safe-area-inset-bottom));
    scrollbar-gutter: auto;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-session-panel {
    display: grid !important;
    gap: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-session-panel > .account-session-top,
  body.mobile-account-dashboard-active.mobile-account-settings-page-open
    #account-session-panel
    > .account-session-profile-row,
  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-session-panel > .account-session-metrics {
    display: none !important;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open .mobile-account-settings-summary,
  .mobile-dashboard-account-panel.mobile-referral-open .mobile-account-referral-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: center;
    width: min(100%, 340px);
    min-height: 92px;
    box-sizing: border-box;
    padding: 14px 10px;
    border: 1px solid #d8e9e1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 34px rgba(37, 75, 55, 0.07);
  }

  .mobile-account-settings-metric {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    min-width: 0;
  }

  .mobile-account-settings-metric + .mobile-account-settings-metric {
    padding-left: 9px;
    border-left: 1px dashed #d9e7e0;
  }

  .mobile-account-settings-metric-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #139a59;
  }

  .mobile-account-settings-metric-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-account-settings-metric-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .mobile-account-settings-metric-copy > span {
    color: #5e6568;
    font-size: 9.5px;
    font-weight: 350;
    line-height: 1.05;
  }

  .mobile-account-settings-metric-copy strong {
    overflow: hidden;
    color: #20292b;
    font-size: 21px;
    font-weight: 475;
    line-height: 0.95;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-settings-card {
    display: none !important;
    width: 100%;
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open .mobile-settings-page-head {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 4px 0 2px;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open .mobile-settings-page-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #dce9e3;
    border-radius: 999px;
    background: #ffffff;
    color: #1f3830;
    box-shadow: 0 10px 22px rgba(37, 75, 55, 0.08);
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open .mobile-settings-page-back svg {
    width: 23px;
    height: 23px;
    stroke-width: 2.2;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open .mobile-settings-page-head div {
    display: grid;
    gap: 3px;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open .mobile-settings-page-head span {
    color: #6b7772;
    font-size: 12px;
    font-weight: 500;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open .mobile-settings-page-head h2 {
    margin: 0;
    color: #20292b;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.05;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-credit-purchase-card,
  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-settings-card .account-settings-heading {
    display: none !important;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-password-form {
    display: grid !important;
    justify-self: center;
    box-sizing: border-box;
    gap: 12px;
    width: min(100%, 340px);
    padding: 16px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(37, 75, 55, 0.07);
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-password-form input {
    min-height: 48px;
    font-size: 16px;
  }

  body.mobile-account-dashboard-active.mobile-account-settings-page-open #account-password-save {
    min-height: 50px;
  }

  .mobile-dashboard-account-panel .mobile-dashboard-signout {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 56px;
    border: 1px solid #bfe4d1;
    border-radius: 14px;
    background: #ffffff;
    color: #109157;
    font-size: 15px;
    font-weight: 450;
  }

  .mobile-dashboard-account-panel .mobile-dashboard-signout svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.2;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100% !important;
    min-height: 61px;
    padding: 5px 18px max(6px, env(safe-area-inset-bottom));
    border: 0;
    border-top: 1px solid #e2e9e5;
    border-radius: 20px 20px 0 0 !important;
    background: #ffffff !important;
    box-shadow: 0 -12px 32px rgba(28, 50, 42, 0.1);
    opacity: 1 !important;
  }

  .mobile-dashboard-tab {
    position: relative;
    display: grid;
    grid-template-rows: 24px auto;
    justify-items: center;
    align-items: center;
    gap: 2px;
    min-height: 46px;
    border: 0;
    background: transparent;
    color: #2f383b;
    font-size: 10.4px;
    font-weight: 450 !important;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    opacity: 1 !important;
  }

  .mobile-dashboard-tab-icon {
    width: 19px;
    height: 19px;
    color: currentColor;
  }

  .mobile-dashboard-tab-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-dashboard-tab-icon-generator svg {
    stroke-width: 1.45;
  }

  #mobile-dashboard-tabbar .mobile-dashboard-tab > span:last-child {
    font-size: 10.4px !important;
    font-weight: 450 !important;
  }

  .mobile-dashboard-tab.is-active {
    background: transparent;
    color: #119457;
    font-weight: 275 !important;
  }

  #mobile-dashboard-tabbar .mobile-dashboard-tab.is-active > span:last-child {
    font-size: 10.4px !important;
    font-weight: 275 !important;
  }

  .mobile-dashboard-tab.is-active::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transform: translateX(-50%);
  }

  .mobile-dashboard-tab.is-active .mobile-dashboard-tab-icon {
    background: transparent;
    color: currentColor;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"] {
    display: grid;
    gap: 14px;
    padding: 0 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"].hidden {
    display: none !important;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"] .mobile-dashboard-panel-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    align-items: center;
    padding: 0 2px 2px;
    border: 0;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"] h2 {
    color: #1f2828;
    font-size: 31px;
    letter-spacing: 0;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"] .mobile-dashboard-link {
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid #cde5d9;
    border-radius: 999px;
    background: #ffffff;
    color: #11884f;
    font-size: 13px;
    font-weight: 425;
    box-shadow: 0 8px 18px rgba(37, 75, 55, 0.05);
  }

  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"] .mobile-dashboard-link .mobile-dashboard-chevron {
    transform: rotate(225deg);
  }

  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"] .mobile-dashboard-payments-list {
    display: grid;
    gap: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-receipt-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
    min-height: 0;
    padding: 16px;
    border: 1px solid #d7e9df;
    border-radius: 22px;
    background:
      linear-gradient(90deg, rgba(17, 142, 80, 0.055) 0 1px, transparent 1px 11px),
      linear-gradient(180deg, rgba(17, 142, 80, 0.045) 0 1px, transparent 1px 11px),
      linear-gradient(145deg, #ffffff 0%, #f8fdfb 58%, #f2fbf6 100%);
    background-size: 12px 12px, 12px 12px, auto;
    box-shadow: 0 18px 36px rgba(37, 75, 55, 0.075);
    overflow: hidden;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-receipt-card::before,
  body.mobile-account-dashboard-active .mobile-dashboard-receipt-card::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #d7e9df;
    border-radius: 999px;
    background: #f7fbf9;
    transform: translateY(-50%);
    z-index: 1;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-receipt-card::before {
    left: -10px;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-receipt-card::after {
    right: -10px;
  }

  .mobile-dashboard-receipt-head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-receipt-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #c9ead9;
    border-radius: 16px;
    background: linear-gradient(145deg, #e8f8f0, #ffffff);
    color: #129457;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.72);
  }

  body.mobile-account-dashboard-active .mobile-dashboard-receipt-icon svg {
    width: 25px;
    height: 25px;
    stroke-width: 2;
  }

  .mobile-dashboard-receipt-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-receipt-copy strong {
    overflow: hidden;
    color: #1f2828;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 450;
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-receipt-copy span {
    color: #66716d;
    font-size: 12px;
    font-weight: 375;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-receipt-amount {
    align-self: start;
    padding-top: 2px;
    color: #10894f;
    font-size: 18px;
    font-weight: 475;
    white-space: nowrap;
  }

  .mobile-dashboard-receipt-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 0;
    border-top: 1px dashed #cfe5da;
    border-bottom: 1px dashed #cfe5da;
  }

  .mobile-dashboard-receipt-meta span {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .mobile-dashboard-receipt-meta small {
    color: #87908c;
    font-size: 9px;
    font-weight: 450;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-dashboard-receipt-meta strong {
    overflow: hidden;
    color: #2c3634;
    font-size: 11px;
    font-weight: 375;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dashboard-receipt-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
  }

  .mobile-dashboard-receipt-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid #bde5d1;
    border-radius: 999px;
    background: #e9f8f0;
    color: #10864e;
    font-size: 11px;
    font-weight: 450;
    white-space: nowrap;
  }

  .mobile-dashboard-receipt-status.payment-status-pill-failed {
    border-color: #f0c0c0;
    background: #fff0f0;
    color: #c93b3b;
  }

  .mobile-dashboard-receipt-status.payment-status-pill-pending {
    border-color: #f0d7aa;
    background: #fff7e9;
    color: #a86614;
  }

  .mobile-dashboard-receipt-id {
    overflow: hidden;
    color: #7a8581;
    font-size: 10px;
    font-weight: 450;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.mobile-account-dashboard-active.mobile-payments-history-active .mobile-account-dashboard {
    font-family: var(--font-ui);
    font-optical-sizing: auto;
    gap: 18px;
    padding: 14px 18px calc(96px + env(safe-area-inset-bottom));
  }

  body.mobile-account-dashboard-active .mobile-payments-page-head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 1px 0 4px;
  }

  .mobile-payments-back-button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #dce8e3;
    border-radius: 13px;
    background: #ffffff;
    color: #172023;
    box-shadow: 0 10px 22px rgba(37, 75, 55, 0.055);
  }

  .mobile-payments-back-button svg {
    width: 25px;
    height: 25px;
    stroke-width: 2.25;
  }

  body.mobile-account-dashboard-active .mobile-payments-page-head h2 {
    overflow: hidden;
    margin: 0;
    color: #202b2a;
    font-family: inherit;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-payments-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid #cce8d8;
    border-radius: 999px;
    background: #e8f7ef;
    color: #129256;
    font-size: 14px;
    font-weight: 450;
    white-space: nowrap;
  }

  .mobile-payments-search {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid #dfe9e5;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: none;
  }

  .mobile-payments-search svg {
    width: 20px;
    height: 20px;
    color: #8fa09b;
    stroke-width: 2;
  }

  .mobile-payments-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #263130;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
  }

  .mobile-payments-search input::placeholder {
    color: #8a9794;
    opacity: 1;
  }

  .mobile-payments-filters {
    display: grid;
    grid-template-columns:
      minmax(76px, 0.92fr)
      minmax(94px, 1.04fr)
      minmax(130px, 1.25fr)
      minmax(86px, 0.92fr);
    gap: 12px;
    overflow-x: auto;
    padding: 6px 0 2px;
    scrollbar-width: none;
  }

  .mobile-payments-filters::-webkit-scrollbar {
    display: none;
  }

  .mobile-account-dashboard .mobile-payments-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 42px;
    min-width: 0;
    padding: 0 16px;
    border: 1px solid #e0e7e4;
    border-radius: 17px;
    background: #ffffff;
    color: #717980;
    font-size: 14px;
    font-weight: 425;
    line-height: 1.08;
    text-align: center;
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: clip;
    white-space: nowrap;
    word-break: keep-all;
    box-shadow: 0 8px 18px rgba(37, 75, 55, 0.035);
  }

  .mobile-payments-filter.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #0a9854, #24b86b);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(18, 148, 86, 0.22);
  }

  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"] .mobile-dashboard-payments-list {
    gap: 10px;
  }

  body.mobile-account-dashboard-active .mobile-payments-history-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto 16px;
    gap: 14px;
    align-items: center;
    min-height: 92px;
    padding: 16px 18px;
    border: 1px solid #e4ebe8;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(34, 60, 50, 0.045);
  }

  .mobile-payments-history-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid #ddf0e6;
    border-radius: 999px;
    background: #eff9f4;
    color: #10a45d;
  }

  .mobile-payments-history-icon svg {
    width: 27px;
    height: 27px;
    stroke-width: 2.1;
  }

  .mobile-payments-history-cover {
    display: block;
    width: 54px;
    height: 54px;
    border: 1px solid #dbe8e2;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 10px 20px rgba(24, 48, 38, 0.12);
  }

  .mobile-payments-history-row.is-pending .mobile-payments-history-icon {
    border-color: #fae3b9;
    background: #fff8eb;
    color: #eca21b;
  }

  .mobile-payments-history-row.is-failed .mobile-payments-history-icon {
    border-color: #f7cfd2;
    background: #fff0f1;
    color: #f0444c;
  }

  .mobile-payments-history-copy {
    display: grid;
    gap: 7px;
    min-width: 0;
  }

  .mobile-payments-history-copy strong {
    overflow: hidden;
    color: #20272d;
    font-size: 18px;
    font-weight: 450;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-payments-history-copy > span {
    display: inline-flex;
    gap: 9px;
    min-width: 0;
    overflow: hidden;
    color: #747b84;
    font-size: 14px;
    font-weight: 325;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-payments-history-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid #cdebdc;
    border-radius: 9px;
    background: #eaf8f1;
    color: #119457;
    font-size: 12px;
    font-weight: 450;
    white-space: nowrap;
  }

  .mobile-payments-history-status.payment-status-pill-pending {
    border-color: #f5ddad;
    background: #fff7e5;
    color: #d28a08;
  }

  .mobile-payments-history-status.payment-status-pill-failed {
    border-color: #f4cbd0;
    background: #fff0f1;
    color: #e73748;
  }

  .mobile-payments-history-chevron {
    width: 14px;
    height: 14px;
    border-top: 3px solid #8a9299;
    border-right: 3px solid #8a9299;
    transform: rotate(45deg);
  }
}

@media (max-width: 389px) {
  body.mobile-account-dashboard-active.mobile-payments-history-active .mobile-account-dashboard {
    padding: 18px 12px calc(92px + env(safe-area-inset-bottom));
  }

  body.mobile-account-dashboard-active .mobile-payments-page-head {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 11px;
  }

  .mobile-payments-back-button {
    width: 44px;
    height: 44px;
  }

  body.mobile-account-dashboard-active .mobile-payments-page-head h2 {
    font-size: 25px;
  }

  .mobile-payments-count {
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }

  .mobile-payments-search {
    min-height: 42px;
    border-radius: 15px;
  }

  .mobile-payments-search input {
    font-size: 13px;
  }

  .mobile-payments-filters {
    grid-template-columns:
      minmax(68px, 0.9fr)
      minmax(82px, 1fr)
      minmax(112px, 1.25fr)
      minmax(74px, 0.92fr);
    gap: 8px;
  }

  .mobile-account-dashboard .mobile-payments-filter {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 15px;
    font-size: 12px;
  }

  body.mobile-account-dashboard-active .mobile-payments-history-row {
    grid-template-columns: 48px minmax(0, 1fr) auto 12px;
    gap: 10px;
    min-height: 80px;
    padding: 12px;
    border-radius: 16px;
  }

  .mobile-payments-history-icon {
    width: 46px;
    height: 46px;
  }

  .mobile-payments-history-cover {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .mobile-payments-history-icon svg {
    width: 23px;
    height: 23px;
  }

  .mobile-payments-history-copy strong {
    font-size: 15px;
  }

  .mobile-payments-history-copy > span {
    gap: 6px;
    font-size: 12px;
  }

  .mobile-payments-history-status {
    min-height: 28px;
    padding: 0 9px;
    font-size: 10px;
  }

  .mobile-payments-history-chevron {
    width: 11px;
    height: 11px;
    border-width: 2px;
  }

  .mobile-account-profile-card {
    padding: 20px 18px 22px;
    border-radius: 22px;
  }

  .mobile-account-profile-top {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
  }

  .mobile-account-profile-avatar {
    width: 72px;
    height: 72px;
  }

  .mobile-dashboard-account-email {
    font-size: 16px;
  }

  .mobile-account-metrics {
    min-height: 88px;
    padding: 13px 9px;
  }

  .mobile-account-metric {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 5px;
  }

  .mobile-account-metric + .mobile-account-metric {
    padding-left: 8px;
  }

  .mobile-account-metric-icon {
    width: 28px;
    height: 28px;
  }

  .mobile-account-metric-icon svg {
    width: 22px;
    height: 22px;
  }

  .mobile-account-metric-copy > span {
    font-size: 9.5px;
    line-height: 1;
  }

  .mobile-account-metric-copy strong {
    font-size: 21px;
  }

  .mobile-account-action-row {
    grid-template-columns: 48px minmax(0, 1fr) 15px;
    min-height: 72px;
    padding-right: 22px;
    font-size: 15px;
  }

  .mobile-account-action-icon {
    width: 46px;
    height: 46px;
  }

  .mobile-account-action-copy strong {
    font-size: 15px;
  }

  .mobile-account-action-copy small {
    font-size: 11.5px;
  }

  .mobile-account-buy-credits {
    grid-template-columns: 54px minmax(0, 1fr) 18px;
    gap: 14px;
    min-height: 88px;
    padding: 15px 22px 15px 14px;
  }

  .mobile-account-buy-icon {
    width: 52px;
    height: 52px;
  }

  .mobile-account-buy-copy strong {
    font-size: 17px;
  }

  .mobile-account-buy-copy span {
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  .mobile-account-metrics {
    padding: 12px 7px;
  }

  .mobile-account-metric {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 4px;
  }

  .mobile-account-metric + .mobile-account-metric {
    padding-left: 6px;
  }

  .mobile-account-metric-icon {
    width: 24px;
    height: 24px;
  }

  .mobile-account-metric-icon svg {
    width: 19px;
    height: 19px;
  }

  .mobile-account-metric-copy > span {
    font-size: 8.5px;
  }

  .mobile-account-metric-copy strong {
    font-size: 19px;
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active .mobile-dashboard-playlist-panel {
    display: grid;
    gap: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

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

  .mobile-playlist-header h2 {
    margin: 0;
    color: #202b2a;
    font-family: inherit;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.02;
  }

  .mobile-playlist-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #d5e8df;
    border-radius: 999px;
    background: #f1fbf6;
    color: #52625e;
    font-size: 12px;
    font-weight: 450;
  }

  .mobile-playlist-count::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #139b5a;
  }

  .mobile-playlist-search.mobile-dashboard-search {
    display: block;
    position: relative;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: text;
  }

  .mobile-playlist-search.mobile-dashboard-search > span {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border: 1.7px solid #8fa09b;
    border-radius: 999px;
    pointer-events: none;
    transform: translateY(-55%);
  }

  .mobile-playlist-search.mobile-dashboard-search > span::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: #8fa09b;
    transform: rotate(45deg);
  }

  .mobile-playlist-search.mobile-dashboard-search input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 38px;
    padding: 0 14px 0 44px;
    border: 1px solid #dfe9e5;
    border-radius: 13px;
    background: #ffffff;
    color: #263130;
    font-size: 13px;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    transition:
      border-color 160ms ease,
      box-shadow 160ms ease;
  }

  .mobile-playlist-search.mobile-dashboard-search input:focus {
    border-color: #b7d8c9;
    box-shadow: 0 0 0 3px rgba(21, 163, 94, 0.08);
  }

  .mobile-playlist-search.mobile-dashboard-search input::placeholder {
    color: #8a9794;
  }

  .mobile-playlist-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .mobile-playlist-filter {
    display: inline-grid;
    grid-template-columns: 11px minmax(0, 1fr);
    gap: 2px;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    min-width: 0;
    padding: 0 3px;
    border: 1px solid #dfe8e4;
    border-radius: 9px;
    background: #ffffff;
    color: #687471;
    font-size: clamp(2.78px, 0.83vw, 3.55px);
    font-weight: 250;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(31, 67, 50, 0.05);
  }

  .mobile-playlist-filter span {
    min-width: 0;
    overflow: visible;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
  }

  .mobile-playlist-filter svg {
    width: 20.8px;
    height: 20.8px;
    stroke-width: 1.55;
  }

  .mobile-playlist-filter.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #078c48, #2dbc72);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(16, 157, 84, 0.25);
  }

  .mobile-playlist-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    margin: -2px 0 0;
    padding: 6px 11px;
    border: 1px solid #cdebdc;
    border-radius: 999px;
    background: #eaf8f1;
    color: #16824f;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25;
  }

  .mobile-playlist-status.field-error {
    border-color: #f2c6c0;
    background: #fff5f3;
    color: #b24a42;
  }

  .mobile-dashboard-playlist-list {
    display: grid;
    gap: 10px;
  }

  .mobile-audio-feed-sentinel {
    display: grid;
    min-height: 72px;
    place-items: center;
  }

  .mobile-playlist-track {
    min-width: 0;
    border: 1px solid #dfeae5;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(28, 56, 43, 0.07);
  }

  .mobile-playlist-track-featured.mobile-dashboard-order-card {
    display: block;
    padding: 16px;
    border-radius: 22px;
    overflow: hidden;
  }

  .mobile-playlist-featured-main {
    display: grid;
    grid-template-columns: minmax(112px, 36%) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }

  .mobile-playlist-cover-button,
  .mobile-playlist-title-button,
  .mobile-playlist-row-main {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
  }

  .mobile-playlist-cover-button {
    width: 100%;
    align-self: start;
  }

  .mobile-playlist-cover {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 18px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 14px 26px rgba(19, 42, 34, 0.16);
  }

  .mobile-playlist-cover-large {
    aspect-ratio: 1 / 1.2;
    min-height: 112px;
  }

  .mobile-playlist-cover-large.has-cover {
    background-position: center top;
    background-size: cover;
  }

  .mobile-playlist-cover-small {
    width: 52px;
    min-width: 52px;
    border-radius: 13px;
    box-shadow: 0 8px 16px rgba(19, 42, 34, 0.12);
  }

  .mobile-playlist-featured-copy {
    display: grid;
    gap: 7px;
    min-width: 0;
  }

  .mobile-playlist-featured-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: start;
  }

  .mobile-playlist-featured-head .order-status-pill {
    justify-self: start;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 475;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-playlist-track-actions,
  .mobile-playlist-row-actions {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 8px;
    align-items: center;
  }

  .mobile-playlist-icon-button,
  .mobile-playlist-row-play {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #dfe8e4;
    border-radius: 999px;
    background: #ffffff;
    color: #6c7774;
    text-decoration: none;
    box-shadow: 0 7px 14px rgba(24, 48, 38, 0.06);
    cursor: pointer;
    transition:
      border-color 0.18s ease,
      background-color 0.18s ease,
      color 0.18s ease,
      box-shadow 0.18s ease,
      transform 0.18s ease;
  }

  .mobile-playlist-icon-button svg,
  .mobile-playlist-row-play svg {
    width: 17px;
    height: 17px;
    stroke-width: 2.15;
  }

  .mobile-playlist-icon-button[data-mobile-dashboard-menu]:hover,
  .mobile-playlist-icon-button[data-mobile-dashboard-menu]:focus-visible,
  .mobile-playlist-icon-button[data-mobile-dashboard-menu]:active {
    border-color: rgba(12, 150, 86, 0.38);
    background: #edf8f2;
    color: #0c9656;
    box-shadow: 0 10px 22px rgba(12, 150, 86, 0.14);
    transform: translateY(-1px);
  }

  .mobile-playlist-icon-button[data-mobile-dashboard-menu].is-menu-open,
  .mobile-playlist-icon-button[data-mobile-dashboard-menu][aria-expanded="true"] {
    border-color: rgba(12, 150, 86, 0.42);
    background: #e9f8f0;
    color: #0c9656;
    box-shadow:
      0 12px 24px rgba(12, 150, 86, 0.16),
      0 0 0 4px rgba(12, 150, 86, 0.12);
  }

  .mobile-playlist-icon-button[data-mobile-dashboard-menu].is-menu-open svg,
  .mobile-playlist-icon-button[data-mobile-dashboard-menu][aria-expanded="true"] svg {
    transform: none;
  }

  body.playlist-action-menu-scroll-reset .mobile-playlist-icon-button[data-mobile-dashboard-menu],
  body.playlist-action-menu-scroll-reset .mobile-playlist-icon-button[data-mobile-dashboard-menu]:hover,
  body.playlist-action-menu-scroll-reset .mobile-playlist-icon-button[data-mobile-dashboard-menu]:focus-visible,
  body.playlist-action-menu-scroll-reset .mobile-playlist-icon-button[data-mobile-dashboard-menu]:active,
  body.playlist-action-menu-scroll-reset .mobile-playlist-icon-button[data-mobile-dashboard-menu].is-menu-open,
  body.playlist-action-menu-scroll-reset .mobile-playlist-icon-button[data-mobile-dashboard-menu][aria-expanded="true"] {
    border-color: #dfe8e4;
    background: #ffffff;
    color: #6c7774;
    box-shadow: 0 7px 14px rgba(24, 48, 38, 0.06);
    transform: none;
  }

  .mobile-playlist-featured-head .mobile-playlist-icon-button:first-child {
    color: #0c9656;
  }

  .mobile-playlist-download-button {
    color: #0c9656;
  }

  .mobile-playlist-favorite-button.is-favorite {
    border-color: #bce8d1;
    background: #e9f8f0;
    color: #0a9854;
    box-shadow: 0 9px 18px rgba(13, 149, 78, 0.14);
  }

  .mobile-playlist-favorite-button.is-favorite svg {
    fill: currentColor;
    stroke-width: 1.8;
  }

  .mobile-playlist-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 6px;
    align-items: start;
    min-width: 0;
  }

  .mobile-playlist-title-button span {
    display: -webkit-box;
    overflow: hidden;
    color: #202b2a;
    font-family: var(--font-ui);
    font-size: 22px;
    font-weight: 475;
    line-height: 1.02;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mobile-playlist-title-edit-button {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #cfe6da;
    border-radius: 999px;
    background: #f4fbf7;
    color: #0f8f54;
    box-shadow: 0 7px 14px rgba(24, 48, 38, 0.06);
  }

  .mobile-playlist-title-edit-button svg {
    width: 15px;
    height: 15px;
    stroke-width: 2.15;
  }

  .mobile-playlist-title-editor {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
    min-width: 0;
  }

  .mobile-playlist-title-input {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 0 11px;
    border: 1px solid #bfe4d1;
    border-radius: 12px;
    background: #ffffff;
    color: #1f2d2c;
    font-family: var(--font-ui);
    font-size: 14px;
    font-weight: 450;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .mobile-playlist-title-input:focus {
    border-color: rgba(47, 143, 87, 0.6);
    box-shadow: 0 0 0 3px rgba(47, 143, 87, 0.1);
  }

  .mobile-playlist-title-save {
    min-height: 38px;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #188f53, #59bf79);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 9px 18px rgba(24, 143, 83, 0.2);
  }

  .mobile-playlist-title-save:disabled {
    opacity: 0.7;
  }

  .mobile-playlist-title-edit-status {
    grid-column: 1 / -1;
    margin: 0;
    color: #51705f;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }

  .mobile-playlist-title-edit-status.field-error {
    color: #b94141;
  }

  .mobile-playlist-meta-list {
    display: grid;
    gap: 4px;
    color: #5d6966;
    font-size: 11px;
    font-weight: 350;
    line-height: 1.1;
  }

  .mobile-playlist-meta-item {
    display: inline-grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 5px;
    align-items: center;
    min-width: 0;
  }

  .mobile-playlist-meta-item svg {
    width: 13px;
    height: 13px;
    color: #12985a;
    stroke-width: 2.25;
  }

  .mobile-playlist-meta-item > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-playlist-track-featured .mobile-dashboard-aimuzica-player.Player-AiMuzica {
    grid-template-columns: 38px minmax(0, 1fr) 58px 22px !important;
    gap: 8px !important;
    min-height: 40px !important;
    margin-top: 4px !important;
    padding: 4px 6px !important;
    border: 0;
    background: transparent !important;
  }

  .mobile-playlist-track-featured .Player-AiMuzica-toggle {
    width: 38px !important;
    height: 38px !important;
    background: linear-gradient(135deg, #0a9854, #2ec475);
    color: #ffffff;
  }

  .mobile-playlist-track-featured .Player-AiMuzica-time {
    font-size: 10px !important;
  }

  .mobile-playlist-featured-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 2px;
  }

  .mobile-playlist-featured-actions .mobile-dashboard-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    border: 1px solid #dfe8e4;
    border-radius: 9px;
    background: #ffffff;
    font-size: 12px;
    font-weight: 450;
  }

  .mobile-playlist-featured-actions .mobile-dashboard-download-button {
    border-color: transparent;
    background: linear-gradient(135deg, #0b9854, #35bc73);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(13, 149, 78, 0.22);
  }

  .mobile-playlist-featured-actions .mobile-dashboard-gift-button {
    border-color: #32a775;
    background: #ffffff;
    color: #0f8350;
  }

  .mobile-playlist-featured-actions .mobile-dashboard-share-button {
    border-color: #2d8fc5;
    background: #ffffff;
    color: #176f9c;
  }

  .mobile-playlist-track-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-height: 74px;
    padding: 8px;
    border-radius: 18px;
  }

  .mobile-playlist-row-main {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
  }

  .mobile-playlist-row-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
  }

  .mobile-playlist-row-title {
    overflow: hidden;
    color: #26302f;
    font-family: var(--font-ui);
    font-size: 16px;
    font-weight: 475;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-playlist-row-meta {
    display: flex;
    gap: 9px;
    min-width: 0;
    overflow: hidden;
    color: #5f6b68;
    font-size: 9px;
    font-weight: 375;
    white-space: nowrap;
  }

  .mobile-playlist-row-meta .mobile-playlist-meta-item {
    display: inline-flex;
    flex: 0 1 auto;
    gap: 3px;
  }

  .mobile-playlist-row-meta .mobile-playlist-meta-item svg {
    width: 10px;
    height: 10px;
  }

  .mobile-playlist-row-play {
    border-color: transparent;
    background: linear-gradient(135deg, #0a9854, #23b86a);
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(13, 149, 78, 0.22);
  }

  .mobile-playlist-row-play:disabled {
    background: #d7e0dc;
    color: #ffffff;
    box-shadow: none;
  }

  body.mobile-playlist-lyrics-open {
    overflow: hidden;
  }

  .mobile-playlist-lyrics-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    align-items: end;
    padding: 18px 14px calc(18px + env(safe-area-inset-bottom));
    background: rgba(18, 32, 27, 0.38);
    backdrop-filter: blur(10px);
  }

  .mobile-playlist-lyrics-modal.hidden {
    display: none !important;
  }

  .mobile-playlist-lyrics-sheet {
    display: grid;
    gap: 14px;
    width: 100%;
    max-height: min(78dvh, 640px);
    padding: 18px;
    border: 1px solid #dceae4;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(17, 39, 30, 0.22);
    overflow: hidden;
  }

  .mobile-playlist-lyrics-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 4px 12px;
    align-items: start;
  }

  .mobile-playlist-lyrics-kicker {
    grid-column: 1 / 2;
    grid-row: 1;
    align-self: center;
    color: #0e8e52;
    font-size: 10px;
    font-weight: 450;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-playlist-lyrics-close {
    grid-column: 2 / 3;
    grid-row: 1;
    justify-self: end;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #dfe9e5;
    border-radius: 999px;
    background: #ffffff;
    color: #4f5b58;
    box-shadow: 0 8px 18px rgba(24, 48, 38, 0.06);
  }

  .mobile-playlist-lyrics-close svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
  }

  .mobile-playlist-lyrics-head h2 {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 8px 0 0;
    color: #202b2a;
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }

  .mobile-playlist-lyrics-title-row {
    grid-column: 1 / -1;
    grid-row: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 7px;
    align-items: center;
    min-width: 0;
    margin: 2px 0 0;
  }

  .mobile-playlist-lyrics-track-title {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
    color: #5d6966;
    font-size: 13px;
    font-weight: 350;
    line-height: 1.25;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-playlist-lyrics-title-edit {
    width: 30px;
    height: 30px;
  }

  .mobile-playlist-lyrics-title-editor {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-top: 2px;
  }

  .mobile-playlist-lyrics-meta {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 7px;
    margin-top: 5px;
  }

  .mobile-playlist-lyrics-meta span {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #e1ece7;
    border-radius: 13px;
    background: #f8fcfa;
  }

  .mobile-playlist-lyrics-meta small {
    color: #12814d;
    font-size: 8px;
    font-weight: 450;
    letter-spacing: 0.12em;
    line-height: 1;
  }

  .mobile-playlist-lyrics-meta strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #26302f;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .mobile-playlist-lyrics-body {
    max-height: min(46dvh, 390px);
    margin: 0;
    padding: 14px;
    border: 1px solid #e3ece8;
    border-radius: 16px;
    background: #f8fcfa;
    color: #26302f;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 350;
    line-height: 1.55;
    overflow: auto;
    white-space: pre-wrap;
  }

  .mobile-playlist-lyrics-body.is-empty {
    color: #6d7875;
    font-style: italic;
  }

  .mobile-playlist-lyrics-actions {
    display: grid;
    gap: 7px;
  }

  .mobile-playlist-lyrics-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #0a9854, #2ec475);
    color: #ffffff;
    font-size: 14px;
    font-weight: 450;
    box-shadow: 0 14px 28px rgba(13, 149, 78, 0.24);
  }

  .mobile-playlist-lyrics-copy:disabled {
    background: #d9e4df;
    color: #7a8581;
    box-shadow: none;
  }

  .mobile-playlist-lyrics-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin: 0;
    padding: 7px 12px;
    border: 1px solid #cdebdc;
    border-radius: 999px;
    background: #eaf8f1;
    color: #16824f;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
  }

  .mobile-playlist-lyrics-status:empty {
    display: none;
  }
}

@media (max-width: 389px) {
  .mobile-playlist-header h2 {
    font-size: 25px;
  }

  .mobile-playlist-count {
    min-height: 30px;
    padding: 0 10px;
    font-size: 10px;
  }

  .mobile-playlist-filters {
    gap: 3px;
  }

  .mobile-playlist-filter {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 2px;
    min-height: 26px;
    padding: 0 2px;
    font-size: 2.78px;
  }

  .mobile-playlist-filter svg {
    width: 18.2px;
    height: 18.2px;
  }

  .mobile-playlist-track-featured.mobile-dashboard-order-card {
    padding: 12px;
    border-radius: 18px;
  }

  .mobile-playlist-featured-main {
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
    gap: 10px;
  }

  .mobile-playlist-title-button span {
    font-size: 18px;
  }

  .mobile-playlist-title-row {
    grid-template-columns: minmax(0, 1fr) 27px;
    gap: 5px;
  }

  .mobile-playlist-title-edit-button {
    width: 27px;
    height: 27px;
  }

  .mobile-playlist-title-edit-button svg {
    width: 13px;
    height: 13px;
  }

  .mobile-playlist-title-editor {
    gap: 5px;
  }

  .mobile-playlist-title-input {
    min-height: 34px;
    padding: 0 9px;
    border-radius: 10px;
    font-size: 12px;
  }

  .mobile-playlist-title-save {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 10px;
  }

  .mobile-playlist-meta-list {
    font-size: 9px;
  }

  .mobile-playlist-icon-button,
  .mobile-playlist-row-play {
    width: 30px;
    height: 30px;
  }

  .mobile-playlist-track-featured .mobile-dashboard-aimuzica-player.Player-AiMuzica {
    grid-template-columns: 30px minmax(0, 1fr) 48px 18px !important;
    gap: 5px !important;
  }

  .mobile-playlist-track-featured .Player-AiMuzica-toggle {
    width: 30px !important;
    height: 30px !important;
  }

  .mobile-playlist-featured-actions .mobile-dashboard-outline-button {
    min-height: 32px;
    font-size: 10px;
  }

  .mobile-playlist-track-row {
    gap: 6px;
    min-height: 66px;
    padding: 7px;
    border-radius: 15px;
  }

  .mobile-playlist-row-main {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
  }

  .mobile-playlist-cover-small {
    width: 44px;
    min-width: 44px;
    border-radius: 11px;
  }

  .mobile-playlist-row-title {
    font-size: 13px;
  }

  .mobile-playlist-row-meta {
    gap: 6px;
    font-size: 8px;
  }

  .mobile-playlist-row-actions {
    gap: 5px;
  }

  .mobile-playlist-lyrics-modal {
    padding: 12px 10px calc(12px + env(safe-area-inset-bottom));
  }

  .mobile-playlist-lyrics-sheet {
    gap: 11px;
    padding: 14px;
    border-radius: 20px;
  }

  .mobile-playlist-lyrics-head h2 {
    font-size: 23px;
  }

  .mobile-playlist-lyrics-title-row {
    grid-template-columns: minmax(0, 1fr) 27px;
    gap: 5px;
  }

  .mobile-playlist-lyrics-track-title {
    font-size: 12px;
  }

  .mobile-playlist-lyrics-title-edit {
    width: 27px;
    height: 27px;
  }

  .mobile-playlist-lyrics-meta {
    gap: 6px;
  }

  .mobile-playlist-lyrics-meta span {
    padding: 8px;
    border-radius: 11px;
  }

  .mobile-playlist-lyrics-meta small {
    font-size: 7px;
  }

  .mobile-playlist-lyrics-meta strong {
    font-size: 9px;
  }

  .mobile-playlist-lyrics-body {
    max-height: 44dvh;
    padding: 12px;
    border-radius: 14px;
    font-size: 12px;
  }

  .mobile-playlist-lyrics-copy {
    min-height: 42px;
    border-radius: 12px;
    font-size: 13px;
  }

  .mobile-playlist-lyrics-status {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 11px;
  }
}

@media (max-width: 860px) {
  html {
    background: #ffffff;
    color-scheme: light;
  }

  body.mobile-account-dashboard-active {
    min-height: 100dvh;
    background-color: #ffffff;
  }

  body.mobile-account-dashboard-active::after {
    content: "";
    position: fixed;
    right: 0;
    bottom: -120px;
    left: 0;
    z-index: 18;
    height: calc(180px + env(safe-area-inset-bottom));
    background: transparent;
    pointer-events: none;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    bottom: -8px !important;
    z-index: 20;
    isolation: isolate;
    overflow: visible !important;
    padding-bottom: calc(max(14px, env(safe-area-inset-bottom)) + 8px) !important;
    box-shadow: 0 -12px 32px rgba(28, 50, 42, 0.1);
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -120px;
    left: 0;
    z-index: 0;
    height: 145px;
    background: transparent;
    pointer-events: none;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar .mobile-dashboard-tab {
    z-index: 1;
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active .mobile-payments-history-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  body.mobile-account-dashboard-active .mobile-payments-history-row.is-expanded {
    border-color: rgba(17, 148, 87, 0.24);
    box-shadow: 0 16px 34px rgba(34, 60, 50, 0.08);
  }

  .mobile-payments-history-summary {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto 16px;
    gap: 14px;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 92px;
    padding: 16px 18px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
  }

  .mobile-payments-history-summary:focus-visible {
    outline: 3px solid rgba(17, 148, 87, 0.22);
    outline-offset: -3px;
  }

  .mobile-payments-history-row.is-expanded .mobile-payments-history-chevron {
    transform: rotate(135deg);
  }

  .mobile-payment-details {
    display: grid;
    gap: 14px;
    padding: 0 18px 18px;
    border-top: 1px solid #edf3f0;
  }

  .mobile-payment-details.hidden {
    display: none !important;
  }

  .mobile-payment-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding-top: 16px;
  }

  .mobile-payment-details .order-detail-item {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid #e5efea;
    border-radius: 13px;
    background: #f8fcfa;
  }

  .mobile-payment-details .order-detail-item .section-kicker {
    overflow: hidden;
    margin: 0;
    color: #72807c;
    font-size: 9px;
    font-weight: 450;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-payment-details .order-detail-item p:last-child {
    overflow-wrap: anywhere;
    margin: 0;
    color: #20292b;
    font-size: 13px;
    font-weight: 425;
    line-height: 1.16;
  }

  .mobile-payment-note-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid #dceee5;
    border-radius: 14px;
    background: #f1fbf6;
  }

  .mobile-payment-note-row p {
    margin: 0;
    color: #4f5e59;
    font-size: 12px;
    font-weight: 325;
    line-height: 1.3;
  }

  .mobile-payment-note-row .payment-action-buttons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile-payment-invoice-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #bfe3d1;
    border-radius: 10px;
    background: #ffffff;
    color: #118457;
    font-size: 12px;
    font-weight: 450;
    white-space: nowrap;
  }

  .mobile-payment-note-row .payment-resume-button {
    border-color: #176f58;
    background: #176f58;
    color: #ffffff;
  }

  .mobile-payment-invoice-button.is-loading {
    opacity: 0.66;
  }

  .mobile-payment-invoice-status {
    margin: 0;
    color: #4f5e59;
    font-size: 11px;
    font-weight: 350;
    line-height: 1.25;
  }

  .mobile-payment-invoice-status.field-error {
    color: #d92d3a;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-orders-panel[data-mobile-dashboard-view-panel="orders"] {
    display: grid;
    gap: 14px;
    padding: 0 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-orders-panel[data-mobile-dashboard-view-panel="orders"].hidden {
    display: none !important;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-orders-panel[data-mobile-dashboard-view-panel="orders"] .mobile-dashboard-orders-list {
    display: grid;
    gap: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .mobile-generation-history-row .mobile-payments-history-icon {
    color: #177a61;
  }

  .mobile-generation-history-row.is-failed .mobile-payments-history-icon {
    color: #c93b3b;
  }

  .mobile-generation-history-row .generation-retry-button {
    min-height: 34px;
  }
}

@media (max-width: 389px) {
  .mobile-payments-history-summary {
    grid-template-columns: 48px minmax(0, 1fr) auto 12px;
    gap: 10px;
    min-height: 80px;
    padding: 12px;
  }

  .mobile-payment-details {
    gap: 11px;
    padding: 0 12px 12px;
  }

  .mobile-payment-details-grid {
    gap: 7px;
    padding-top: 12px;
  }

  .mobile-payment-details .order-detail-item {
    padding: 9px;
    border-radius: 11px;
  }

  .mobile-payment-details .order-detail-item .section-kicker {
    font-size: 8px;
  }

  .mobile-payment-details .order-detail-item p:last-child {
    font-size: 11px;
  }

  .mobile-payment-note-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    padding: 10px;
  }

  .mobile-payment-note-row .payment-action-buttons {
    width: 100%;
    justify-content: stretch;
  }

  .mobile-payment-note-row .payment-action-buttons .mobile-payment-invoice-button {
    flex: 1 1 120px;
  }
}

@media (max-width: 860px) {
  body {
    --mobile-action-sticky-bottom: 0px;
    --mobile-action-safe-bottom: env(safe-area-inset-bottom);
  }

  body.mobile-generator-auth-active {
    --mobile-action-sticky-bottom: 0px;
    --mobile-action-safe-bottom: env(safe-area-inset-bottom);
  }

  .form-card.mobile-form-stage-active {
    padding-bottom: calc(132px + var(--mobile-action-sticky-bottom));
  }

  .form-card.mobile-form-stage-active .wizard-footer {
    position: fixed;
    right: 0;
    bottom: var(--mobile-action-sticky-bottom);
    left: 0;
    z-index: 88;
    margin: 0;
    padding: 6px 0 calc(6px + var(--mobile-action-safe-bottom));
    background: #ffffff;
  }

  .form-card.mobile-form-stage-active .wizard-footer::before,
  .form-card.mobile-form-stage-active .wizard-footer-copy {
    display: none;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions {
    display: grid;
    grid-template-columns: minmax(94px, 0.34fr) minmax(0, 0.66fr);
    gap: 8px;
    width: min(calc(100% - 28px), var(--mobile-canvas));
    margin: 0 auto;
    padding: 6px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    backdrop-filter: none;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions:has(#wizard-back.hidden) {
    grid-template-columns: 1fr;
    width: min(calc(100% - 72px), 340px);
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .secondary-button,
  .form-card.mobile-form-stage-active .wizard-footer-actions .primary-button {
    min-width: 0;
    min-height: 48px;
    padding: 11px 13px;
    border-radius: 15px;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .primary-button {
    box-shadow: 0 10px 20px rgba(47, 143, 87, 0.14);
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .wizard-next-button {
    white-space: normal;
    line-height: 1.16;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .primary-button::after {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  body.mobile-generator-auth-active {
    --mobile-dashboard-scale: 1;
  }

  body.mobile-generator-auth-active .site-footer,
  body.mobile-generator-composer-active .site-footer {
    display: none !important;
  }

  body.mobile-generator-auth-active .form-card.mobile-form-stage-active > .section-heading {
    display: none;
  }

  body.mobile-generator-auth-active .form-card.mobile-form-stage-active {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .form-card.mobile-form-stage-active .wizard-footer {
    padding: 7px 14px calc(8px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), #ffffff 46%);
    box-shadow: 0 -10px 26px rgba(28, 50, 42, 0.08);
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions {
    width: min(100%, var(--mobile-canvas));
    margin: 0 auto;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .secondary-button,
  .form-card.mobile-form-stage-active .wizard-footer-actions .primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    height: 48px;
    padding: 0 12px;
    overflow: visible;
    line-height: 1.1;
    text-align: center;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .secondary-button {
    color: var(--accent-strong);
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .primary-button {
    color: #ffffff;
  }

  .form-card.mobile-form-stage-active .wizard-footer-actions .primary-button::after,
  .form-card.mobile-form-stage-active .wizard-footer-actions #wizard-back::before {
    flex: 0 0 16px;
  }

  body.mobile-generator-auth-active.mobile-process-panel-only .form-card.mobile-form-stage-active {
    padding-bottom: 0;
  }

  body.mobile-generator-auth-active.mobile-process-panel-only .form-card.mobile-form-stage-active .mobile-brand-header {
    margin-bottom: 8px;
  }

  body.mobile-generator-auth-active.mobile-process-panel-only #generator-main-grid {
    padding-bottom: 0;
  }

  body.mobile-generator-auth-active.mobile-process-panel-only #generator-side-rail {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-actions,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-actions {
    position: fixed;
    bottom: var(--mobile-action-sticky-bottom);
    left: 50%;
    z-index: 88;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(94px, 0.34fr) minmax(0, 0.66fr);
    gap: 8px;
    width: min(calc(100% - 28px), var(--mobile-canvas));
    margin: 0 auto;
    padding: 6px 6px calc(6px + var(--mobile-action-safe-bottom));
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 0 0 100vmax #ffffff;
    clip-path: inset(0 -100vmax);
    backdrop-filter: none;
    transform: translateX(-50%);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-edit-back,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-edit-back {
    min-height: 48px;
    padding: 0 8px;
    border-radius: 15px;
    font-size: 0.86rem;
    box-shadow: 0 8px 16px rgba(41, 73, 52, 0.06);
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-cta,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-cta {
    min-width: 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-start-button,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-button {
    min-height: 48px;
    padding: 11px 13px;
    border-radius: 15px;
    font-size: 0.98rem;
    box-shadow: 0 10px 20px rgba(47, 143, 87, 0.14);
  }

  body.mobile-new-account-prestart.mobile-process-panel-only #generator-side-rail {
    padding-bottom: calc(112px + var(--mobile-action-safe-bottom));
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note.mobile-lyrics-hint-card {
    scroll-margin-bottom: calc(92px + var(--mobile-action-safe-bottom));
  }

  @media (max-width: 340px) {
    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-actions,
    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-actions {
      grid-template-columns: minmax(86px, 0.32fr) minmax(0, 0.68fr);
      gap: 6px;
      width: min(calc(100% - 16px), var(--mobile-canvas));
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-edit-back,
    body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-edit-back,
    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-start-button,
    body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-button {
      min-height: 48px;
      padding-right: 8px;
      padding-left: 8px;
      font-size: 0.82rem;
      white-space: nowrap;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-start-button,
    body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-button {
      gap: 5px;
    }

    body.mobile-process-panel-only .status-prestart.prestart-logged-credit .status-start-rocket,
    body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-rocket {
      width: 14px;
      height: 14px;
      flex-basis: 14px;
    }
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar {
    display: none !important;
    position: fixed;
    right: auto !important;
    bottom: -8px !important;
    left: 50% !important;
    z-index: 20;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    width: min(50vw, 360px) !important;
    min-width: 168px;
    min-height: 46px;
    padding: 5px 10px calc(max(11px, env(safe-area-inset-bottom)) + 8px) !important;
    border: 0;
    border-top: 1px solid #e2e9e5;
    border-radius: 18px 18px 0 0 !important;
    background: #ffffff !important;
    box-shadow: 0 -12px 32px rgba(28, 50, 42, 0.1);
    opacity: 1 !important;
    overflow: visible !important;
    transform: translateX(-50%);
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -56px;
    left: 0;
    height: 58px;
    background: #ffffff;
    pointer-events: none;
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar .mobile-dashboard-tab {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    justify-items: center;
    align-items: center;
    gap: 0;
    min-height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2f383b;
    font-size: 10.4px;
    font-weight: 450 !important;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    opacity: 1 !important;
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar .mobile-dashboard-tab-icon {
    width: 22px;
    height: 22px;
    color: currentColor;
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar .mobile-dashboard-tab-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar .mobile-dashboard-tab-icon-generator svg {
    stroke-width: 1.45;
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar .mobile-dashboard-tab > span:last-child {
    display: none !important;
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar .mobile-dashboard-tab.is-active {
    background: transparent;
    color: #119457;
    font-weight: 275 !important;
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar .mobile-dashboard-tab.is-active > span:last-child {
    display: none !important;
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar .mobile-dashboard-tab.is-active::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transform: translateX(-50%);
  }

  body.mobile-generator-auth-active .mobile-generator-tabbar .mobile-dashboard-tab.is-active .mobile-dashboard-tab-icon {
    background: transparent;
    color: currentColor;
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active .mobile-playlist-filter {
    display: inline-flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    overflow: hidden !important;
    font-size: clamp(10.5px, 3vw, 14px) !important;
    font-weight: 200 !important;
    letter-spacing: 0 !important;
  }

  body.mobile-account-dashboard-active .mobile-playlist-filter span {
    display: inline-flex !important;
    width: max-content !important;
    max-width: none !important;
    justify-content: center !important;
    overflow: visible !important;
    font-size: inherit !important;
    font-weight: 200 !important;
    line-height: 1 !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    transform: none !important;
    transform-origin: center center !important;
  }

  body.mobile-account-dashboard-active .mobile-playlist-filter svg {
    width: 17.6px !important;
    height: 17.6px !important;
    stroke-width: 1.45 !important;
  }
}

@media (max-width: 860px) {
  #mobile-account-toggle.mobile-brand-header-account,
  .mobile-brand-header-account {
    border: 1.5px solid rgba(21, 129, 84, 0.24) !important;
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.64) 42%, transparent 72%),
      linear-gradient(180deg, #ffffff 0%, #f7fffb 100%) !important;
    color: #0b7652 !important;
    box-shadow:
      0 8px 18px rgba(19, 118, 81, 0.08),
      inset 0 0 0 1px rgba(255, 255, 255, 0.84) !important;
  }

  #mobile-account-toggle.mobile-brand-header-account[aria-expanded="true"],
  .mobile-brand-header-account[aria-expanded="true"] {
    border-color: rgba(18, 139, 91, 0.34) !important;
    background: linear-gradient(180deg, #effbf6 0%, #ffffff 100%) !important;
    color: #075f45 !important;
    box-shadow:
      0 10px 22px rgba(18, 139, 91, 0.12),
      inset 0 0 0 1px rgba(192, 231, 216, 0.72) !important;
  }

  #mobile-account-toggle.mobile-brand-header-account svg,
  .mobile-brand-header-account svg {
    stroke-width: 1.9 !important;
  }

  .mobile-account-panel {
    border-color: rgba(34, 151, 105, 0.2) !important;
    background:
      radial-gradient(circle at 16% 6%, rgba(222, 249, 239, 0.54), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #fbfffd 100%) !important;
    box-shadow:
      0 26px 52px rgba(17, 106, 77, 0.14),
      0 8px 18px rgba(17, 106, 77, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  }

  .mobile-account-panel::before {
    border-color: rgba(34, 151, 105, 0.2) !important;
    background: #ffffff !important;
  }

  .mobile-account-badge {
    border-color: rgba(27, 143, 94, 0.2) !important;
    background: #edf9f4 !important;
    color: #116b52 !important;
  }

  .mobile-account-item-icon,
  .mobile-account-upgrade,
  .mobile-account-upgrade .mobile-account-chevron {
    color: #0f7655 !important;
  }

  .mobile-account-upgrade {
    border-color: rgba(27, 143, 94, 0.26) !important;
    background:
      radial-gradient(circle at 13% 50%, rgba(211, 246, 235, 0.86), transparent 26%),
      linear-gradient(180deg, #fbfffd 0%, #effaf6 100%) !important;
  }

  .mobile-account-upgrade .mobile-account-item-icon {
    background: #dff6ed !important;
  }

  .mobile-account-login-button {
    background: linear-gradient(135deg, #07874d 0%, #25b36c 100%) !important;
    box-shadow: 0 16px 28px rgba(7, 135, 77, 0.2) !important;
  }
}

@media (max-width: 860px) {
  body:not(.account-auth-checking):not(.mobile-account-dashboard-active) #account-main-grid.account-grid-solo {
    min-height: calc(100svh - 92px) !important;
    place-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    padding: clamp(18px, 6svh, 48px) 0 clamp(24px, 7svh, 58px) !important;
  }

  body:not(.account-auth-checking):not(.mobile-account-dashboard-active)
    #account-main-grid.account-grid-solo
    .account-auth-card:not(.hidden) {
    align-self: center !important;
    justify-self: center !important;
    width: min(calc(100% - 30px), 420px) !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 360px) {
  body:not(.account-auth-checking):not(.mobile-account-dashboard-active) #account-main-grid.account-grid-solo {
    min-height: calc(100svh - 82px) !important;
    padding: 18px 0 28px !important;
  }
}

@media (max-width: 860px) {
  body.mobile-process-panel-only .status-prestart.prestart-new-account #customerEmail {
    color: rgba(31, 36, 34, 0.42) !important;
    font-weight: 260 !important;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account #customerEmail::placeholder {
    color: rgba(31, 36, 34, 0.32) !important;
    font-weight: 240 !important;
  }
}

@media (max-width: 860px) {
  body.mobile-login-modal-open {
    overflow: hidden;
  }

  .mobile-login-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 18px;
  }

  .mobile-login-modal.hidden {
    display: none !important;
  }

  .mobile-login-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 24, 18, 0.28);
    backdrop-filter: blur(7px);
  }

  .mobile-login-sheet {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    width: min(360px, calc(100vw - 28px));
    padding: 22px 18px 18px;
    border: 1px solid rgba(34, 151, 105, 0.2);
    border-radius: 24px;
    background:
      radial-gradient(circle at 50% 0, rgba(222, 249, 239, 0.7), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #fbfffd 100%);
    box-shadow:
      0 28px 64px rgba(17, 106, 77, 0.18),
      0 8px 22px rgba(17, 106, 77, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }

  .mobile-login-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(27, 143, 94, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #49615a;
  }

  .mobile-login-close svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
  }

  .mobile-login-visual {
    display: grid;
    place-items: center;
    margin-top: 4px;
  }

  .mobile-login-avatar {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 2px solid rgba(171, 226, 211, 0.9);
    border-radius: 999px;
    background:
      radial-gradient(circle at 50% 33%, rgba(144, 224, 203, 0.82) 0 18px, transparent 19px),
      radial-gradient(ellipse at 50% 82%, rgba(69, 190, 161, 0.88) 0 34px, transparent 35px),
      linear-gradient(180deg, rgba(246, 253, 251, 0.98), rgba(232, 248, 244, 0.92));
    color: #32aa8f;
    box-shadow:
      0 14px 28px rgba(23, 98, 82, 0.12),
      inset 0 0 0 6px rgba(255, 255, 255, 0.72);
  }

  .mobile-login-avatar svg {
    display: none;
  }

  .mobile-login-copy {
    display: grid;
    gap: 6px;
    text-align: center;
  }

  .mobile-login-copy h2 {
    margin: 0;
    color: #162522;
    font-family: var(--font-display);
    font-size: 1.65rem;
    line-height: 1.05;
  }

  .mobile-login-copy p {
    max-width: 260px;
    margin: 0 auto;
    color: #65736f;
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.38;
  }

  .mobile-login-form {
    display: grid;
    gap: 10px;
  }

  .mobile-login-email-label {
    display: grid;
    gap: 6px;
    color: #2e6559;
    font-size: 0.76rem;
    font-weight: 450;
  }

  .mobile-login-email-label input {
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(27, 143, 94, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    color: #273331;
    font-size: 0.92rem;
    font-weight: 320;
    outline: none;
  }

  .mobile-login-email-label input::placeholder {
    color: rgba(31, 36, 34, 0.34);
  }

  .mobile-login-secondary,
  .mobile-login-primary,
  .mobile-login-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    border-radius: 14px;
    font-size: 0.92rem;
    font-weight: 420;
  }

  .mobile-login-primary {
    border: 0;
    background: linear-gradient(135deg, #07874d 0%, #25b36c 100%);
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(7, 135, 77, 0.2);
  }

  .mobile-login-primary svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
  }

  .mobile-login-secondary {
    border: 1px solid rgba(33, 72, 58, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: #1b7c56;
  }

  .mobile-login-google {
    border: 1px solid rgba(33, 72, 58, 0.1);
    background: #ffffff;
    color: #25302f;
  }

  .mobile-login-secondary:disabled,
  .mobile-login-google:disabled,
  .mobile-login-primary:disabled {
    opacity: 0.62;
  }

  .mobile-login-google-mark {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(33, 72, 58, 0.08);
    color: #4285f4;
    font-weight: 600;
  }

  .mobile-login-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
    color: #55917e;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .mobile-login-divider::before,
  .mobile-login-divider::after {
    content: "";
    height: 1px;
    background: rgba(112, 156, 143, 0.2);
  }

  .mobile-login-status {
    min-height: 0;
    margin: 0;
    color: #407464;
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
  }

  .mobile-login-status.is-error {
    color: #c9434b;
  }
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-card:not(.hidden) {
  display: grid;
  gap: 14px;
  width: min(360px, calc(100vw - 28px));
  max-width: 360px;
  min-height: 0;
  padding: 22px 18px 18px;
  border: 1px solid rgba(34, 151, 105, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0, rgba(222, 249, 239, 0.7), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfffd 100%);
  box-shadow:
    0 28px 64px rgba(17, 106, 77, 0.18),
    0 8px 22px rgba(17, 106, 77, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-visual {
  display: grid;
  place-items: center;
  margin-top: 4px;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 2px solid rgba(171, 226, 211, 0.9);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 33%, rgba(144, 224, 203, 0.82) 0 18px, transparent 19px),
    radial-gradient(ellipse at 50% 82%, rgba(69, 190, 161, 0.88) 0 34px, transparent 35px),
    linear-gradient(180deg, rgba(246, 253, 251, 0.98), rgba(232, 248, 244, 0.92));
  color: #32aa8f;
  box-shadow:
    0 14px 28px rgba(23, 98, 82, 0.12),
    inset 0 0 0 6px rgba(255, 255, 255, 0.72);
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-avatar::before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 34px;
  height: 34px;
  background: url("/musical-note.svg") center / contain no-repeat;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-avatar svg {
  display: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-heading {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  text-align: center;
}

body:not(.account-auth-checking)
  #account-main-grid.account-grid-solo
  .account-auth-card-link-sent
  .account-auth-heading {
  display: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-heading::before {
  content: "";
  display: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-heading::after {
  display: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-heading .section-kicker {
  display: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-heading h2 {
  margin: 0;
  max-width: none;
  color: #162522;
  font-family: var(--font-display);
  font-size: clamp(1.78rem, 7vw, 2.08rem);
  font-weight: 400;
  line-height: 1.05;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-intro {
  max-width: 286px;
  margin: 0 auto;
  color: #65736f;
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.42;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-actions {
  display: grid;
  gap: 10px;
  margin: 0;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider-email {
  display: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider::before,
body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider::after,
body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-status::before {
  content: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-email-panel {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-email-label {
  display: grid;
  gap: 6px;
  color: #2e6559;
  font-size: 0.76rem;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-email-panel input,
body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-password-fallback input {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(27, 143, 94, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #273331;
  font-size: 0.92rem;
  font-weight: 320;
  outline: none;
  box-shadow: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-email-panel input::placeholder,
body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-password-fallback input::placeholder {
  color: rgba(31, 36, 34, 0.34);
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-password-row {
  gap: 6px;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-primary,
body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-secondary,
body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 420;
  text-align: center;
  transform: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-primary {
  border: 0;
  background: linear-gradient(135deg, #07874d 0%, #25b36c 100%);
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(7, 135, 77, 0.2);
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-primary::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='M5.5 7.5 12 12.5l6.5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='M5.5 7.5 12 12.5l6.5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-secondary {
  border: 1px solid rgba(33, 72, 58, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: #1b7c56;
  box-shadow: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 0;
  margin: 0;
  color: #55917e;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-divider::before,
body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-divider::after {
  margin: 0;
  background: rgba(112, 156, 143, 0.2);
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider-google {
  grid-template-columns: auto auto;
  border: 1px solid rgba(33, 72, 58, 0.1);
  background: #ffffff;
  color: #25302f;
  box-shadow: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider-google .account-auth-provider-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(33, 72, 58, 0.08);
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider-google .account-auth-provider-icon svg {
  width: 17px;
  height: 17px;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider-google .account-auth-provider-copy {
  display: block;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider-google .account-auth-provider-copy strong {
  display: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-provider-google .account-auth-provider-copy span {
  color: #25302f;
  font-size: 0.92rem;
  font-weight: 420;
  line-height: 1;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-status {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #407464;
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-status p {
  margin: 0;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-password-fallback {
  border: 1px solid rgba(33, 72, 58, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: none;
}

body:not(.account-auth-checking) #account-main-grid.account-grid-solo .account-auth-success-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 861px) {
  body.account-page .page-shell {
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 36px;
  }

  body.account-page .site-footer {
    margin-top: 0;
    padding-top: 0;
  }

  body.account-page .top-nav {
    margin-bottom: 0;
  }

  body.account-page:not(.account-auth-checking) #account-main-grid {
    margin-top: clamp(28px, 4.5vh, 56px);
    margin-bottom: clamp(38px, 6vh, 76px);
  }

  body.account-page:not(.account-auth-checking) #account-main-grid.account-grid-solo {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
    align-content: center;
    place-items: center;
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active
    .mobile-dashboard-playlist-panel[data-mobile-dashboard-view-panel="playlist"] {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (max-width: 360px) {
  body.mobile-account-dashboard-active
    .mobile-dashboard-playlist-panel[data-mobile-dashboard-view-panel="playlist"] {
    width: calc(100% + 16px);
    margin-right: -8px;
    margin-left: -8px;
  }
}

.legal-page-shell {
  gap: 0;
}

.seo-page-shell {
  gap: 0;
}

body.seo-gift-page {
  overflow-x: hidden;
}

.seo-gift-main {
  display: grid;
  width: 100%;
  gap: 28px;
  padding: 8px 0 12px;
}

.seo-gift-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(30px, 5vw, 70px) 0 26px;
}

.seo-gift-hero-copy {
  display: grid;
  gap: 18px;
}

.seo-gift-hero h1,
.seo-gift-section-head h2 {
  margin: 0;
  max-width: 820px;
  color: #14211b;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.seo-gift-hero h1 {
  font-size: 5.15rem;
}

.seo-gift-hero p,
.seo-gift-section-head p,
.seo-gift-steps p,
.seo-gift-ideas li,
.seo-gift-faq p {
  color: #4f6258;
  font-size: 1rem;
  font-weight: 330;
  line-height: 1.68;
}

.seo-gift-hero p {
  max-width: 680px;
  margin: 0;
  font-size: 1.12rem;
}

.seo-gift-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.seo-gift-actions .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 52px;
  padding: 0 24px;
  text-decoration: none;
}

.seo-gift-actions .secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 6px;
}

.seo-gift-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 0;
  padding: 0;
}

.seo-gift-proof-list li {
  list-style: none;
  padding: 9px 12px;
  border: 1px solid rgba(47, 143, 87, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #395245;
  font-size: 0.86rem;
  font-weight: 650;
}

.seo-gift-preview-stack {
  position: relative;
  min-height: clamp(320px, 40vw, 460px);
}

.seo-gift-preview-card {
  margin: 0;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 54px rgba(41, 73, 52, 0.14);
}

.seo-gift-preview-card img,
.seo-gift-preview-card-side {
  display: block;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.seo-gift-preview-card-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.seo-gift-preview-card-main img {
  aspect-ratio: 16 / 10;
}

.seo-gift-preview-card-main figcaption {
  padding: 10px 12px 12px;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.seo-gift-preview-card-side {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(58%, 330px);
  aspect-ratio: 16 / 10;
  opacity: 0.76;
  transform: rotate(4deg);
  box-shadow: 0 18px 38px rgba(41, 73, 52, 0.12);
}

.seo-gift-hero-media {
  display: grid;
  gap: 10px;
  margin: 0;
}

.seo-gift-hero-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 54px rgba(41, 73, 52, 0.14);
}

.seo-gift-hero-media figcaption {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 420;
}

.seo-gift-section {
  display: grid;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid rgba(197, 236, 224, 0.8);
}

.seo-gift-section-head {
  display: grid;
  gap: 8px;
}

.seo-gift-section-head h2 {
  font-size: 3.35rem;
}

.seo-gift-section-head p {
  margin: 0;
}

.seo-gift-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-gift-steps article,
.seo-gift-faq details {
  border: 1px solid rgba(190, 234, 221, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(41, 73, 52, 0.07);
}

.seo-gift-steps article {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.seo-gift-steps span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #fff0e9;
  color: #9f4638;
  font-size: 0.92rem;
  font-weight: 850;
}

.seo-gift-steps h3 {
  margin: 0;
  color: #173526;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.seo-gift-steps p {
  margin: 0;
}

.seo-gift-demo-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(24px, 4vw, 60px);
  padding: 34px 0;
  border-top: 1px solid rgba(197, 236, 224, 0.8);
}

.seo-gift-dialog-demo {
  display: grid;
  gap: 15px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(190, 234, 221, 0.9);
  border-radius: 8px;
  background:
    radial-gradient(circle at top left, rgba(255, 239, 226, 0.75), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 252, 247, 0.96));
  box-shadow: 0 22px 54px rgba(41, 73, 52, 0.12);
}

.seo-gift-dialog-demo-head,
.seo-gift-dialog-preview,
.seo-gift-link-demo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.seo-gift-dialog-demo-head h2,
.seo-gift-demo-copy h2 {
  margin: 0;
  color: #14211b;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.seo-gift-dialog-demo-head h2 {
  font-size: 3.15rem;
}

.seo-gift-dialog-demo-head span,
.seo-gift-dialog-preview span,
.seo-gift-demo-copy p,
.seo-gift-feature-grid span {
  color: #607268;
  line-height: 1.55;
}

.seo-gift-dialog-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 46%, #55675d 47%, #55675d 53%, transparent 54%),
    linear-gradient(-45deg, transparent 46%, #55675d 47%, #55675d 53%, transparent 54%),
    rgba(242, 248, 244, 0.92);
}

.seo-gift-dialog-preview {
  grid-template-columns: 72px minmax(0, 1fr) 44px;
  min-height: 96px;
  padding: 12px;
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.seo-gift-dialog-cover {
  width: 72px;
  aspect-ratio: 1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 143, 87, 0.9), rgba(255, 198, 82, 0.85)),
    url("/LOGO-aimuzica.png") center / 90% auto no-repeat;
}

.seo-gift-dialog-preview strong,
.seo-gift-link-demo strong,
.seo-gift-feature-grid strong {
  display: block;
  color: #14211b;
}

.seo-gift-dialog-play {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2f8f57;
}

.seo-gift-dialog-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 12px 0 0 16px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}

.seo-gift-card-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.seo-gift-card-strip img {
  width: 100%;
  aspect-ratio: 9 / 14;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(41, 73, 52, 0.08);
}

.seo-gift-demo-fields {
  display: grid;
  gap: 8px;
}

.seo-gift-demo-fields span {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(31, 42, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #52645a;
}

.seo-gift-demo-fields strong {
  color: #173526;
}

.seo-gift-link-demo {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  padding: 12px;
  border: 1px solid rgba(47, 143, 87, 0.18);
  border-radius: 8px;
  background: #f1fbf4;
}

.seo-gift-link-demo > span {
  width: 38px;
  height: 50px;
  border-radius: 8px;
  background: #2f8f57;
}

.seo-gift-link-demo p {
  margin: 2px 0 0;
  color: #607268;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-gift-link-demo b {
  padding: 10px 13px;
  border-radius: 999px;
  background: #2f8f57;
  color: #ffffff;
  font-size: 0.86rem;
}

.seo-gift-demo-copy {
  display: grid;
  gap: 18px;
}

.seo-gift-demo-copy h2 {
  font-size: 4.05rem;
}

.seo-gift-demo-copy p {
  margin: 0;
  font-size: 1.08rem;
}

.seo-gift-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.seo-gift-feature-grid article {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 17px;
  border: 1px solid rgba(31, 42, 34, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.seo-gift-ideas ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}

.seo-gift-ideas li {
  list-style: none;
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid rgba(31, 42, 34, 0.09);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 247, 239, 0.95), rgba(248, 253, 250, 0.98));
}

.seo-gift-faq {
  padding-bottom: 42px;
}

.seo-gift-faq details {
  padding: 18px 20px;
}

.seo-gift-faq details + details {
  margin-top: 10px;
}

.seo-gift-faq summary {
  cursor: pointer;
  color: #173526;
  font-weight: 760;
}

.seo-gift-faq p {
  margin: 10px 0 0;
}

/* Playlist personal SEO page */
.playlist-seo-page {
  background:
    linear-gradient(180deg, rgba(245, 252, 248, 0.98), rgba(255, 255, 255, 0.98) 32%, rgba(246, 253, 249, 0.98));
}

.playlist-seo-main {
  gap: 0;
  padding-top: 0;
}

.playlist-seo-page .section-kicker {
  letter-spacing: 0;
}

.playlist-seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 4.6vw, 66px);
  min-height: min(760px, calc(100svh - 120px));
  padding: clamp(34px, 5vw, 74px) 0 clamp(30px, 4vw, 56px);
}

.playlist-seo-hero-copy,
.playlist-seo-section-head,
.playlist-seo-split-copy {
  display: grid;
  gap: 16px;
}

.playlist-seo-hero h1,
.playlist-seo-section h2,
.playlist-seo-faq h2 {
  margin: 0;
  max-width: 840px;
  color: #102119;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.playlist-seo-hero h1 {
  font-size: 5.35rem;
}

.playlist-seo-hero p,
.playlist-seo-section-head p,
.playlist-seo-split-copy > p,
.playlist-seo-flow p,
.playlist-seo-action-grid p,
.playlist-seo-check-list,
.playlist-seo-link-grid span,
.playlist-seo-shot figcaption,
.playlist-seo-media-panel figcaption,
.playlist-seo-player-visual figcaption {
  color: #51665d;
  font-size: 1rem;
  font-weight: 340;
  line-height: 1.68;
}

.playlist-seo-hero p,
.playlist-seo-split-copy > p,
.playlist-seo-section-head p {
  margin: 0;
}

.playlist-seo-hero p {
  max-width: 680px;
  font-size: 1.12rem;
}

.playlist-seo-actions {
  margin-top: 8px;
}

.playlist-seo-proof-list li {
  background: rgba(255, 255, 255, 0.86);
}

.playlist-seo-collage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.42fr);
  grid-template-areas:
    "main dialog"
    "main player";
  gap: 14px;
  align-items: stretch;
}

.playlist-seo-shot,
.playlist-seo-media-panel,
.playlist-seo-player-visual {
  display: grid;
  gap: 10px;
  margin: 0;
}

.playlist-seo-shot {
  padding: 10px;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 253, 249, 0.96));
  box-shadow: 0 24px 58px rgba(41, 73, 52, 0.14);
}

.playlist-seo-shot-main {
  grid-area: main;
  align-self: center;
}

.playlist-seo-shot-dialog {
  grid-area: dialog;
}

.playlist-seo-shot-player {
  grid-area: player;
}

.playlist-seo-shot img,
.playlist-seo-media-panel img,
.playlist-seo-player-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.playlist-seo-shot-main img {
  aspect-ratio: 693 / 360;
  height: auto;
  box-shadow: inset 0 0 0 1px rgba(31, 42, 34, 0.08);
}

.playlist-seo-shot-dialog img,
.playlist-seo-shot-player img {
  height: clamp(214px, 21vw, 310px);
  object-position: top center;
}

.playlist-seo-shot figcaption,
.playlist-seo-media-panel figcaption,
.playlist-seo-player-visual figcaption {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.playlist-seo-section {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(34px, 5vw, 70px) 0;
  border-top: 1px solid rgba(197, 236, 224, 0.82);
}

.playlist-seo-section h2 {
  font-size: 4.1rem;
}

.playlist-seo-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.playlist-seo-flow article {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(31, 42, 34, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(41, 73, 52, 0.08);
}

.playlist-seo-flow span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: #fff0e9;
  color: #9f4638;
  font-size: 0.92rem;
  font-weight: 850;
}

.playlist-seo-flow h3,
.playlist-seo-action-grid strong,
.playlist-seo-link-grid strong {
  margin: 0;
  color: #173526;
  font-size: 1.04rem;
  font-weight: 760;
  letter-spacing: 0;
}

.playlist-seo-flow p,
.playlist-seo-action-grid p {
  margin: 0;
  font-size: 0.96rem;
}

.playlist-seo-split-section {
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  align-items: center;
  gap: clamp(26px, 4vw, 58px);
}

.playlist-seo-share-section {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.playlist-seo-media-panel {
  align-self: center;
  padding: 12px;
  border: 1px solid rgba(31, 42, 34, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 52px rgba(41, 73, 52, 0.12);
}

.playlist-seo-media-panel img {
  height: auto;
  background: #ffffff;
}

.playlist-seo-media-panel-phone {
  justify-self: center;
  width: min(100%, 370px);
}

.playlist-seo-media-panel-phone img {
  max-height: 680px;
  object-position: top center;
}

.playlist-seo-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.playlist-seo-action-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px 13px;
  min-height: 128px;
  padding: 17px;
  border: 1px solid rgba(31, 42, 34, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 28px rgba(41, 73, 52, 0.06);
}

.playlist-seo-action-grid strong,
.playlist-seo-action-grid p {
  grid-column: 2;
}

.playlist-seo-action-icon {
  grid-row: 1 / span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(47, 143, 87, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(240, 251, 245, 0.95), rgba(255, 247, 239, 0.95));
  color: #13975a;
}

.playlist-seo-action-icon::before {
  content: "";
  width: 21px;
  height: 21px;
  background: currentColor;
}

.playlist-seo-action-icon[data-icon="play"]::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
  background: transparent;
}

.playlist-seo-action-icon[data-icon="download"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
}

.playlist-seo-action-icon[data-icon="heart"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 8.6a5.2 5.2 0 0 0-8.8-3.7 5.2 5.2 0 0 0-8.8 3.7c0 5.3 8.8 10.2 8.8 10.2s8.8-4.9 8.8-10.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 8.6a5.2 5.2 0 0 0-8.8-3.7 5.2 5.2 0 0 0-8.8 3.7c0 5.3 8.8 10.2 8.8 10.2s8.8-4.9 8.8-10.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.playlist-seo-action-icon[data-icon="lyrics"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.playlist-seo-action-icon[data-icon="share"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.6 6.8-4.2'/%3E%3Cpath d='m8.6 13.4 6.8 4.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.playlist-seo-action-icon[data-icon="gift"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v10H4V12'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H8.5a2.5 2.5 0 1 1 2.5-2.5C11 6 12 7 12 7Z'/%3E%3Cpath d='M12 7h3.5A2.5 2.5 0 1 0 13 4.5C13 6 12 7 12 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v10H4V12'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H8.5a2.5 2.5 0 1 1 2.5-2.5C11 6 12 7 12 7Z'/%3E%3Cpath d='M12 7h3.5A2.5 2.5 0 1 0 13 4.5C13 6 12 7 12 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.playlist-seo-check-list {
  display: grid;
  gap: 12px;
  margin: 6px 0 0;
  padding: 0;
}

.playlist-seo-check-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  list-style: none;
}

.playlist-seo-check-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 5px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #119a57, #27c875);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4 10-10'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4 10-10'/%3E%3C/svg%3E") center / contain no-repeat;
}

.playlist-seo-player-section {
  justify-items: center;
  padding: clamp(38px, 5.5vw, 76px) clamp(16px, 4vw, 42px);
  border: 0;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #06110f, #021412 52%, #09251a);
  box-shadow: 0 24px 60px rgba(5, 30, 20, 0.18);
}

.playlist-seo-player-head {
  justify-items: center;
  max-width: 940px;
  text-align: center;
}

.playlist-seo-player-head h2,
.playlist-seo-player-head p {
  color: #f6fbf8;
}

.playlist-seo-player-head p {
  color: rgba(238, 249, 243, 0.74);
}

.playlist-seo-player-visual {
  width: min(100%, 420px);
  justify-items: center;
}

.playlist-seo-player-visual img {
  border: 1px solid rgba(48, 224, 113, 0.28);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.playlist-seo-player-visual figcaption {
  color: rgba(238, 249, 243, 0.72);
  text-align: center;
}

.playlist-seo-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.playlist-seo-link-grid a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(31, 42, 34, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 247, 239, 0.9), rgba(248, 253, 250, 0.98));
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(41, 73, 52, 0.06);
}

.playlist-seo-link-grid a:hover {
  border-color: rgba(47, 143, 87, 0.28);
  box-shadow: 0 16px 34px rgba(41, 73, 52, 0.1);
}

.playlist-seo-link-grid span {
  font-size: 0.94rem;
}

.playlist-seo-faq {
  border-top-color: rgba(197, 236, 224, 0.82);
}

@media (max-width: 1120px) {
  .playlist-seo-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .playlist-seo-hero h1 {
    font-size: 4.55rem;
  }

  .playlist-seo-section h2,
  .playlist-seo-faq h2 {
    font-size: 3.65rem;
  }

  .playlist-seo-collage {
    max-width: 860px;
    margin-inline: auto;
  }

  .playlist-seo-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .playlist-seo-main {
    gap: 0;
  }

  .playlist-seo-hero {
    gap: 22px;
    padding: 22px 8px 28px;
  }

  .playlist-seo-hero-copy {
    gap: 14px;
  }

  .playlist-seo-hero h1 {
    font-size: 3rem;
  }

  .playlist-seo-hero p,
  .playlist-seo-section-head p,
  .playlist-seo-split-copy > p,
  .playlist-seo-check-list,
  .playlist-seo-action-grid p,
  .playlist-seo-link-grid span {
    font-size: 0.93rem;
    line-height: 1.6;
  }

  .playlist-seo-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "main main"
      "dialog player";
    gap: 10px;
  }

  .playlist-seo-shot {
    padding: 7px;
  }

  .playlist-seo-shot-main img {
    aspect-ratio: 693 / 360;
  }

  .playlist-seo-shot-dialog img,
  .playlist-seo-shot-player img {
    height: clamp(180px, 52vw, 280px);
  }

  .playlist-seo-shot figcaption {
    font-size: 0.78rem;
  }

  .playlist-seo-section {
    padding: 28px 8px;
  }

  .playlist-seo-section h2,
  .playlist-seo-faq h2 {
    font-size: 2.55rem;
  }

  .playlist-seo-flow,
  .playlist-seo-split-section,
  .playlist-seo-share-section,
  .playlist-seo-action-grid,
  .playlist-seo-link-grid {
    grid-template-columns: 1fr;
  }

  .playlist-seo-flow article,
  .playlist-seo-action-grid article,
  .playlist-seo-link-grid a {
    min-height: 0;
  }

  .playlist-seo-split-section {
    gap: 22px;
  }

  .playlist-seo-share-section .playlist-seo-media-panel {
    order: -1;
  }

  .playlist-seo-media-panel {
    padding: 8px;
  }

  .playlist-seo-media-panel-phone {
    width: min(100%, 340px);
  }

  .playlist-seo-media-panel-phone img {
    max-height: 590px;
  }

  .playlist-seo-player-section {
    padding: 30px 12px;
  }

  .playlist-seo-player-visual {
    width: min(100%, 330px);
  }
}

@media (max-width: 420px) {
  .playlist-seo-hero h1 {
    font-size: 2.5rem;
  }

  .playlist-seo-section h2,
  .playlist-seo-faq h2 {
    font-size: 2.28rem;
  }

  .playlist-seo-collage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "dialog"
      "player";
  }

  .playlist-seo-shot-dialog img,
  .playlist-seo-shot-player img {
    height: auto;
    max-height: 520px;
  }

  .playlist-seo-action-grid article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 9px 11px;
    padding: 15px;
  }

  .playlist-seo-action-icon {
    width: 38px;
    height: 38px;
  }

  .playlist-seo-player-visual {
    width: min(100%, 292px);
  }
}

.legal-main {
  display: grid;
  justify-items: center;
  width: 100%;
  padding: 8px 0 10px;
}

.legal-card {
  width: min(100%, 920px);
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(190, 234, 221, 0.88);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(168, 241, 218, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 250, 0.94));
  box-shadow: 0 24px 64px rgba(41, 73, 52, 0.1);
}

.legal-card h1 {
  max-width: 780px;
  margin: 8px 0 8px;
  color: #14211b;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  font-weight: 400;
  line-height: 0.98;
}

.legal-updated {
  margin: 0 0 28px;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 320;
}

.legal-section {
  display: grid;
  gap: 10px;
  padding: 22px 0;
  border-top: 1px solid rgba(197, 236, 224, 0.78);
}

.legal-section:first-of-type {
  border-top: 0;
}

.legal-section h2 {
  margin: 0;
  color: #173526;
  font-family: var(--font-ui);
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: 0;
}

.legal-section p,
.legal-section li {
  color: #4f6258;
  font-size: 0.98rem;
  font-weight: 320;
  line-height: 1.72;
}

.legal-section p {
  margin: 0;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.legal-section .legal-facts {
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.legal-facts li {
  padding: 10px 12px;
  border: 1px solid rgba(197, 236, 224, 0.78);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
}

.legal-facts strong {
  color: #173526;
  font-weight: 700;
}

.legal-section a {
  color: var(--accent-strong);
  font-weight: 500;
  text-decoration: none;
}

.legal-section a:hover {
  text-decoration: underline;
}

@media (max-width: 860px) {
  .seo-page-shell {
    padding-top: 8px;
  }

  .seo-gift-main {
    gap: 18px;
    padding-top: 2px;
  }

  .seo-gift-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0 18px;
  }

  .seo-gift-hero h1 {
    font-size: 2.75rem;
  }

  .seo-gift-hero p,
  .seo-gift-steps p,
  .seo-gift-ideas li,
  .seo-gift-faq p {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .seo-gift-actions {
    align-items: stretch;
  }

  .seo-gift-actions .primary-button,
  .seo-gift-actions .secondary-link {
    width: 100%;
    justify-content: center;
  }

  .seo-gift-proof-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .seo-gift-proof-list li {
    border-radius: 8px;
  }

  .seo-gift-preview-stack {
    order: -1;
    min-height: 260px;
  }

  .seo-gift-preview-card-side {
    right: 6px;
    bottom: -10px;
    width: 52%;
  }

  .seo-gift-hero-media {
    order: -1;
  }

  .seo-gift-section {
    padding: 22px 0;
  }

  .seo-gift-section-head h2 {
    font-size: 2.35rem;
  }

  .seo-gift-steps,
  .seo-gift-ideas ul {
    grid-template-columns: 1fr;
  }

  .seo-gift-steps article {
    padding: 18px;
  }

  .seo-gift-demo-section {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 0;
  }

  .seo-gift-dialog-demo {
    padding: 16px;
  }

  .seo-gift-dialog-demo-head {
    grid-template-columns: minmax(0, 1fr) 38px;
  }

  .seo-gift-dialog-demo-head h2,
  .seo-gift-demo-copy h2 {
    font-size: 2.45rem;
  }

  .seo-gift-dialog-close {
    width: 38px;
    height: 38px;
  }

  .seo-gift-dialog-preview {
    grid-template-columns: 62px minmax(0, 1fr) 38px;
    gap: 10px;
    min-height: 82px;
  }

  .seo-gift-dialog-cover {
    width: 62px;
  }

  .seo-gift-dialog-play {
    width: 38px;
    height: 38px;
  }

  .seo-gift-dialog-play::before {
    margin: 11px 0 0 15px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }

  .seo-gift-card-strip {
    gap: 7px;
  }

  .seo-gift-demo-fields span {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 11px 12px;
    font-size: 0.9rem;
  }

  .seo-gift-link-demo {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .seo-gift-link-demo b {
    grid-column: 1 / -1;
    text-align: center;
  }

  .seo-gift-feature-grid {
    grid-template-columns: 1fr;
  }

  .legal-page-shell {
    width: min(100% - 20px, 520px);
    padding-top: 8px;
  }

  .legal-main {
    padding: 2px 0 0;
  }

  .legal-card {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .legal-card h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .legal-section {
    padding: 18px 0;
  }

  .legal-section p,
  .legal-section li {
    font-size: 0.9rem;
    line-height: 1.62;
  }
}

@media (min-width: 861px) {
  #generator-main-grid > .form-card {
    border-color: rgba(91, 126, 106, 0.14);
    background:
      radial-gradient(circle at top right, rgba(235, 249, 239, 0.74), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 251, 247, 0.94));
    box-shadow: 0 16px 36px rgba(37, 67, 49, 0.08);
  }

  #song-form .wizard-progress-item,
  #song-form .form-section,
  #song-form .advanced-panel,
  #song-form .ai-step-shell,
  #song-form .ai-step-detail-panel,
  #song-form .dedication-panel,
  #song-form .sound-field-card,
  #song-form .sound-step-substyle-group,
  #song-form .lyrics-toggle-block,
  #song-form .wizard-footer {
    border-color: rgba(91, 126, 106, 0.14);
    background:
      radial-gradient(circle at top right, rgba(235, 249, 239, 0.54), transparent 32%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 251, 247, 0.94));
    box-shadow: 0 10px 22px rgba(41, 73, 52, 0.06);
  }

  #song-form .ai-mode-card,
  #song-form .ai-step-field-card,
  #song-form .choice-card,
  #song-form .check-card {
    border-color: rgba(91, 126, 106, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(41, 73, 52, 0.06);
  }

  #song-form .wizard-progress-item.is-active,
  #song-form .ai-mode-card:has(input:checked),
  #song-form .choice-card:has(input:checked),
  #song-form .check-card:has(input:checked) {
    border-color: rgba(47, 143, 87, 0.56);
    background: linear-gradient(180deg, rgba(249, 254, 250, 0.99), rgba(233, 247, 238, 0.94));
    box-shadow: 0 16px 28px rgba(47, 143, 87, 0.12);
  }

  #song-form .wizard-progress-item.is-complete {
    border-color: rgba(47, 143, 87, 0.28);
    background: rgba(237, 248, 243, 0.92);
    color: #24665f;
  }

  #song-form .wizard-progress-index,
  #song-form .ai-step-pill-chip,
  #song-form .ai-step-hero-chip.ai-step-pill-chip,
  #song-form .ai-mode-card-icon,
  #song-form .sound-field-chip,
  #song-form .sound-settings-button {
    background: radial-gradient(circle at center, rgba(243, 251, 245, 0.98), rgba(226, 245, 232, 0.88));
    color: var(--accent-strong);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  #song-form .ai-step-pill,
  #song-form .ai-step-general-note {
    border-color: rgba(47, 143, 87, 0.16);
    background: linear-gradient(180deg, rgba(250, 255, 251, 0.98), rgba(232, 247, 237, 0.92));
    color: var(--accent-strong);
  }

  #song-form input,
  #song-form select,
  #song-form textarea {
    border-color: rgba(72, 113, 87, 0.14);
    background: rgba(255, 255, 255, 0.98);
    color: var(--text);
    box-shadow:
      0 6px 18px rgba(40, 69, 49, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  #song-form input:focus,
  #song-form select:focus,
  #song-form textarea:focus {
    border-color: rgba(47, 143, 87, 0.38);
    box-shadow:
      0 0 0 4px rgba(47, 143, 87, 0.08),
      0 8px 22px rgba(40, 69, 49, 0.06);
    outline: none;
  }

  #song-form input::placeholder,
  #song-form textarea::placeholder {
    color: rgba(102, 118, 109, 0.84);
  }

  #song-form .secondary-button {
    border-color: rgba(47, 143, 87, 0.18);
    background: rgba(255, 255, 255, 0.96);
    color: var(--accent-strong);
    box-shadow: 0 8px 16px rgba(41, 73, 52, 0.06);
  }

  #song-form .primary-button {
    background: linear-gradient(135deg, #2f8f57, #74c98f);
    box-shadow: 0 16px 28px rgba(47, 143, 87, 0.2);
  }

  #song-form #wizard-step-lyrics h3,
  #song-form #wizard-step-sound h3,
  #song-form #advanced-fields .ai-step-hero-copy strong {
    margin: 0;
    color: var(--text);
    font-family: var(--font-ui);
    font-size: 1.26rem;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: 0;
  }

  #song-form #wizard-step-lyrics .section-copy,
  #song-form #wizard-step-sound .sound-step-hero-copy .section-copy,
  #song-form #advanced-fields .ai-step-hero-copy span {
    margin: 0;
    color: #667a70;
    font-family: var(--font-ui);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0;
    white-space: normal;
  }

  #song-form #wizard-step-lyrics .section-label-row,
  #song-form #wizard-step-sound .sound-step-hero-heading,
  #song-form #advanced-fields .ai-step-hero-head {
    align-items: center;
  }

  #song-form #lyrics-input-group {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #song-form .mobile-lyrics-mode {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    margin: 2px 0 -2px;
    overflow: hidden;
    border: 1px solid rgba(80, 113, 91, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.04);
  }

  #song-form .mobile-lyrics-mode-button {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon copy";
    gap: 9px 16px;
    justify-content: start;
    align-items: center;
    min-height: 98px;
    padding: 0 46px;
    border: 1px solid transparent;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    color: #1f2a22;
    font: inherit;
    text-align: left;
    box-shadow: none;
    cursor: pointer;
  }

  #song-form .mobile-lyrics-mode-button-no-copy {
    grid-template-areas: "icon title";
  }

  #song-form .mobile-lyrics-mode-button + .mobile-lyrics-mode-button {
    border-left-color: rgba(80, 113, 91, 0.1);
  }

  #song-form .mobile-lyrics-mode-button:first-child {
    border-radius: 25px 0 0 25px;
  }

  #song-form .mobile-lyrics-mode-button:last-child {
    border-radius: 0 25px 25px 0;
  }

  #song-form .mobile-lyrics-mode-button.is-active {
    border-color: rgba(47, 143, 87, 0.76);
    background: linear-gradient(180deg, rgba(241, 251, 243, 0.98), rgba(232, 247, 237, 0.92));
    box-shadow: 0 12px 24px rgba(47, 143, 87, 0.08);
    z-index: 1;
  }

  #song-form .mobile-lyrics-mode-icon {
    grid-area: icon;
    position: relative;
    display: inline-flex;
    width: 42px;
    height: 42px;
    justify-self: center;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #song-form .mobile-lyrics-mode-icon-file::before {
    content: "";
    position: absolute;
    inset: 7px 10px 6px;
    border-radius: 0;
    background: #1f2a22;
    clip-path: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #song-form .mobile-lyrics-mode-icon-file::after {
    display: none;
  }

  #song-form .mobile-lyrics-mode-icon-sparkles::before {
    content: "";
    position: absolute;
    inset: 8px;
    background: #111111;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  #song-form .mobile-lyrics-mode-title {
    grid-area: title;
    margin: 0;
    color: #1f2a22;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.05;
    white-space: nowrap;
    align-self: end;
  }

  #song-form .mobile-lyrics-mode-button-no-copy .mobile-lyrics-mode-title {
    align-self: center;
  }

  #song-form .mobile-lyrics-mode-copy {
    grid-area: copy;
    display: block;
    min-width: 0;
    color: #506457;
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.05;
    white-space: normal;
    align-self: start;
  }

  #song-form .mobile-lyrics-mode-indicator,
  #song-form .lyrics-toggle-block {
    display: none !important;
  }

  #song-form .mobile-lyrics-hint-card:not(.hidden) {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgba(80, 113, 91, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(248, 252, 249, 0.98), rgba(241, 249, 243, 0.93));
    box-shadow: none;
  }

  #song-form .mobile-lyrics-hint-icon {
    position: relative;
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 999px;
    background: rgba(242, 251, 244, 0.98);
  }

  #song-form .mobile-lyrics-hint-icon::before {
    content: "";
    position: absolute;
    inset: 6px;
    background: #111111;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  #song-form .mobile-lyrics-hint-copy {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.84rem;
    font-weight: 300;
    line-height: 1.32;
  }

  #song-form .mobile-lyrics-hint-copy strong {
    color: var(--text);
    font-weight: 500;
  }

  #song-form .mobile-lyrics-hint-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #74897c;
    font: inherit;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
  }

  #song-form .lyrics-input-card,
  #song-form .dedication-panel .ai-step-field-card,
  #song-form #ai-composer-fields .ai-step-general-field {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(80, 113, 91, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 16px 34px rgba(41, 73, 52, 0.045);
  }

  #song-form .mobile-lyrics-input-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
  }

  #song-form .mobile-lyrics-input-title-wrap {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
  }

  #song-form .mobile-lyrics-input-icon {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(180deg, #2faa67, #1f8d4f);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  #song-form .mobile-lyrics-input-icon::before {
    content: "";
    position: absolute;
    inset: 8px 9px 7px;
    border-radius: 3px;
    background: #ffffff;
    clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%);
  }

  #song-form .mobile-lyrics-input-icon::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 9px;
    width: 5px;
    height: 5px;
    background: rgba(47, 143, 87, 0.42);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }

  #song-form .mobile-lyrics-input-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  #song-form .mobile-lyrics-input-title {
    color: #1f2a22;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.1;
  }

  #song-form .mobile-lyrics-input-subtitle {
    overflow: hidden;
    color: #6f7c73;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #song-form .mobile-lyrics-input-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
  }

  #song-form .mobile-lyrics-input-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 0;
    color: #343f38;
    font-size: 0.78rem;
    font-weight: 350;
    line-height: 1;
    white-space: nowrap;
  }

  #song-form .mobile-lyrics-input-action:disabled {
    color: rgba(52, 63, 56, 0.42);
    cursor: default;
  }

  #song-form .mobile-lyrics-input-action-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    background: currentColor;
  }

  #song-form .mobile-lyrics-input-action-icon-paste {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='8' width='10' height='12' rx='2'/%3E%3Cpath d='M6 16H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='8' width='10' height='12' rx='2'/%3E%3Cpath d='M6 16H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #song-form .mobile-lyrics-input-action-icon-clear {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='m19 6-1 14H6L5 6'/%3E%3Cpath d='M10 11v5'/%3E%3Cpath d='M14 11v5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='m19 6-1 14H6L5 6'/%3E%3Cpath d='M10 11v5'/%3E%3Cpath d='M14 11v5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #song-form .mobile-lyrics-input-field {
    display: block;
  }

  #song-form .mobile-lyrics-input-label {
    display: none;
  }

  #song-form .lyrics-text-count {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    margin: 0;
    padding-left: 10px;
    border-left: 1px solid rgba(80, 113, 91, 0.15);
    color: #7a857e;
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
  }

  #song-form .mobile-lyrics-paste-status {
    margin: -4px 0 0;
    padding: 9px 11px;
    border: 1px solid rgba(47, 143, 87, 0.13);
    border-radius: 13px;
    background: rgba(238, 249, 242, 0.86);
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 350;
    line-height: 1.25;
  }

  #song-form .dedication-panel,
  #song-form #ai-composer-fields.ai-step-general-panel {
    margin: 0 26px 26px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #song-form .dedication-panel .ai-step-detail-grid,
  #song-form #ai-composer-fields .ai-step-general-grid {
    gap: 16px;
  }

  #song-form .dedication-panel .ai-step-field-card > .ai-step-field-title,
  #song-form #ai-composer-fields .ai-step-general-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1f2a22;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.18;
  }

  #song-form .dedication-panel .ai-step-field-title-icon,
  #song-form #ai-composer-fields .ai-step-field-title-icon {
    position: relative;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #2faa67, #1f8d4f);
    opacity: 1;
    -webkit-mask: none;
    mask: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  #song-form .dedication-panel .ai-step-field-title-icon::before,
  #song-form #ai-composer-fields .ai-step-field-title-icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    background: #ffffff;
    -webkit-mask: var(--ai-step-icon-mask) center / contain no-repeat;
    mask: var(--ai-step-icon-mask) center / contain no-repeat;
  }

  #song-form .ai-step-optional-pill {
    margin-left: auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(238, 249, 242, 0.9);
    color: var(--accent-strong);
    font-size: 0.72rem;
    font-weight: 400;
  }

  #song-form #lyrics-input-group textarea,
  #song-form .dedication-panel .ai-step-field-card input,
  #song-form .dedication-panel .ai-step-field-card textarea,
  #song-form #ai-composer-fields .ai-step-field-control-textarea textarea {
    width: 100%;
    border: 1px solid rgba(80, 113, 91, 0.13);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
    color: #1f2a22;
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.45;
  }

  #song-form .dedication-panel .ai-step-field-card input {
    min-height: 52px;
    padding: 14px 15px;
  }

  #song-form #lyrics-input-group textarea,
  #song-form .dedication-panel .ai-step-field-card textarea,
  #song-form #ai-composer-fields .ai-step-field-control-textarea textarea {
    min-height: 156px;
    padding: 16px 16px 36px;
    resize: vertical;
  }

  #song-form #lyrics-input-group textarea {
    min-height: 230px;
  }

  #song-form #ai-composer-fields .ai-step-general-field-main textarea {
    min-height: 174px;
  }

  #song-form #lyrics-input-group textarea::placeholder,
  #song-form .dedication-panel .ai-step-field-card input::placeholder,
  #song-form .dedication-panel .ai-step-field-card textarea::placeholder,
  #song-form #ai-composer-fields .ai-step-field-control-textarea textarea::placeholder {
    color: #7b8781;
  }

  #song-form .ai-step-field-count {
    right: 12px;
    bottom: 12px;
    color: #7a857e;
    font-size: 0.78rem;
    font-weight: 300;
  }
}

@media (min-width: 861px) and (max-height: 1040px) {
  .page-shell {
    width: min(
      calc(100% - var(--desktop-shell-gutter)),
      clamp(var(--desktop-shell-min), var(--desktop-shell-fluid), var(--desktop-shell-max))
    );
    padding-top: clamp(14px, 2vh, 22px);
    padding-bottom: 18px;
  }

  .top-nav {
    min-height: 78px;
    margin-bottom: 18px;
    padding: 12px 16px;
    border-radius: 24px;
  }

  .top-nav-brand-image {
    height: 38px;
    max-width: min(100%, 180px);
  }

  .top-nav-links {
    min-height: 42px;
  }

  .top-nav-links a {
    min-width: 92px;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .top-nav-auth {
    gap: 8px;
  }

  .auth-menu-email {
    max-width: 180px;
    font-size: 0.84rem;
  }

  .top-nav-auth .secondary-link,
  .top-nav-auth .compact-button,
  .top-nav-auth .credit-balance-pill {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 0.86rem;
  }

  #generator-main-grid > .form-card {
    padding: 24px 26px;
    border-radius: 30px;
  }

  .form-card.generator-intro-active {
    padding: 30px 32px 28px;
    border-radius: 34px;
  }

  .form-card > .section-heading {
    gap: 8px;
    margin-bottom: 18px;
  }

  .form-card > .section-heading h2 {
    font-size: clamp(2.8rem, 3.85vw, 4.55rem);
    line-height: 0.98;
  }

  .mobile-landing-screen {
    gap: 20px;
  }

  .mobile-landing-card {
    grid-template-columns: minmax(420px, 0.86fr) minmax(420px, 0.94fr);
    gap: 18px 46px;
    padding: 38px 42px 36px;
    border-radius: 38px;
  }

  .mobile-landing-card::before {
    right: -52px;
    bottom: 66px;
    width: 420px;
    height: 240px;
  }

  .mobile-landing-card::after {
    top: 46px;
    right: 56px;
    width: 48px;
    height: 48px;
  }

  .mobile-landing-hero {
    padding: 18px;
    border-radius: 28px;
  }

  .mobile-landing-hero::after {
    inset: 14px;
    border-radius: 22px;
  }

  .mobile-landing-hero-image {
    max-width: min(100%, 610px);
    border-radius: 24px;
    filter: drop-shadow(0 28px 34px rgba(69, 113, 82, 0.18));
  }

  .mobile-landing-copy {
    gap: 14px;
    padding-top: 10px;
    width: min(100%, 560px);
  }

  .mobile-landing-intro-pill {
    min-height: 38px;
    padding: 0 18px;
    font-size: 0.9rem;
  }

  .mobile-landing-intro-pill img {
    width: 16px;
    height: 16px;
  }

  .mobile-landing-copy h3 {
    max-width: 9.8ch;
    font-size: clamp(2.95rem, 4.15vw, 4.45rem);
    line-height: 0.92;
    letter-spacing: 0;
  }

  .mobile-landing-title-highlight::after {
    bottom: -10px;
    height: 14px;
  }

  .mobile-landing-copy-primary,
  .mobile-landing-copy-secondary {
    max-width: 34ch;
    font-size: 1.08rem;
    line-height: 1.62;
  }

  .mobile-landing-copy-secondary {
    max-width: none;
    font-size: 1rem;
  }

  .mobile-landing-chips {
    gap: 14px;
  }

  .mobile-landing-chip {
    min-height: 60px;
    padding: 0 24px;
    border-radius: 22px;
    font-size: 1.02rem;
  }

  .mobile-landing-chip img {
    width: 22px;
    height: 22px;
  }

  .mobile-landing-start {
    grid-template-columns: 34px minmax(0, 1fr) 44px;
    width: min(100%, 340px);
    min-height: 58px;
    padding: 0 12px 0 16px;
    border-radius: 18px;
    font-size: 1.05rem;
  }

  .mobile-landing-start-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    background-size: 18px 18px;
  }

  .mobile-landing-start-spark {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  #song-form {
    gap: 14px;
  }

  #song-form .wizard-progress {
    gap: 8px;
  }

  #song-form .wizard-progress-item {
    padding: 9px 12px;
    border-radius: 14px;
  }

  #song-form .wizard-progress-index {
    width: 26px;
    height: 26px;
    font-size: 0.9rem;
  }

  #song-form .wizard-progress-label {
    font-size: 0.84rem;
  }

  #song-form .form-section,
  #song-form .advanced-panel {
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
  }

  #song-form .sound-step-hero,
  #song-form .ai-step-hero {
    gap: 14px;
    padding: 16px 18px 14px;
  }

  #song-form #wizard-step-lyrics h3,
  #song-form #wizard-step-sound h3,
  #song-form #advanced-fields .ai-step-hero-copy strong {
    font-size: 1.12rem;
  }

  #song-form #wizard-step-lyrics .section-copy,
  #song-form #wizard-step-sound .sound-step-hero-copy .section-copy,
  #song-form #advanced-fields .ai-step-hero-copy span {
    font-size: 0.82rem;
    line-height: 1.32;
  }

  #song-form .sound-step-top-grid,
  #song-form .sound-step-bottom-grid {
    gap: 14px;
    padding: 18px;
  }

  #song-form .sound-field-card {
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
  }

  #song-form .sound-field-chip {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  #song-form .sound-field-title {
    font-size: 0.9rem;
  }

  #song-form .sound-field-note {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  #song-form .ai-mode-card {
    min-height: 142px;
    padding: 18px;
    border-radius: 22px;
  }

  #song-form .ai-mode-card-body {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  #song-form .ai-mode-card-icon {
    width: 56px;
    height: 56px;
  }

  #song-form .ai-mode-card-copy strong {
    font-size: 1.02rem;
  }

  #song-form .ai-mode-card-copy span {
    font-size: 0.76rem;
  }

  #song-form .ai-step-detail-panel,
  #song-form .dedication-panel {
    gap: 16px;
    margin: 0 18px 18px;
    padding: 18px;
    border-radius: 22px;
  }

  #song-form .ai-step-field-card {
    gap: 8px;
    padding: 14px;
    border-radius: 18px;
  }

  #song-form .wizard-footer {
    gap: 12px;
    padding: 14px 18px 14px 58px;
    border-radius: 20px;
  }

  #song-form .wizard-footer::before {
    left: 18px;
    width: 24px;
    height: 24px;
  }

  #song-form .primary-button,
  #song-form .secondary-button {
    padding: 12px 16px;
    border-radius: 15px;
  }
}

@media (min-width: 861px) and (max-height: 820px) {
  .top-nav {
    min-height: 68px;
    margin-bottom: 14px;
  }

  .form-card.generator-intro-active {
    padding: 20px 24px;
  }

  .mobile-landing-card {
    grid-template-columns: minmax(300px, 0.78fr) minmax(330px, 0.9fr);
    padding: 22px 26px;
  }

  .mobile-landing-hero-image {
    max-width: min(100%, var(--mobile-canvas));
  }

  .mobile-landing-copy h3 {
    font-size: clamp(2.05rem, 3vw, 3rem);
  }

  .mobile-landing-chip {
    min-height: 40px;
  }

  .mobile-landing-start {
    min-height: 52px;
  }
}

@media (min-width: 861px) {
  #generator-main-grid.generator-grid-solo.generator-grid-intro-active {
    width: 100%;
    min-width: 0;
  }

  .form-card.generator-intro-active {
    padding: 22px 24px 20px;
    border-radius: 28px;
  }

  .form-card.generator-intro-active > .section-heading {
    gap: 5px;
    margin-bottom: 14px;
  }

  .form-card.generator-intro-active > .section-heading h2 {
    font-size: clamp(2.1rem, 2.7vw, 3.1rem);
    line-height: 1;
  }

  .form-card.generator-intro-active .section-kicker {
    margin-bottom: 6px;
    font-size: 0.68rem;
  }

  .form-card.generator-intro-active .mobile-landing-screen {
    gap: 14px;
  }

  .form-card.generator-intro-active .mobile-landing-card {
    grid-template-columns: minmax(280px, 0.86fr) minmax(285px, 0.94fr);
    gap: 10px 24px;
    padding: 22px 24px 20px;
    border-radius: 28px;
  }

  .form-card.generator-intro-active .mobile-landing-card::before {
    right: -82px;
    bottom: 28px;
    width: 300px;
    height: 168px;
  }

  .form-card.generator-intro-active .mobile-landing-card::after {
    top: 30px;
    right: 34px;
    width: 34px;
    height: 34px;
  }

  .form-card.generator-intro-active .mobile-landing-hero {
    padding: 10px;
    border-radius: 20px;
  }

  .form-card.generator-intro-active .mobile-landing-hero::after {
    inset: 8px;
    border-radius: 15px;
  }

  .form-card.generator-intro-active .mobile-landing-hero-image {
    max-width: min(100%, 360px);
    border-radius: 16px;
    filter: drop-shadow(0 16px 22px rgba(69, 113, 82, 0.15));
  }

  .form-card.generator-intro-active .mobile-landing-copy {
    gap: 8px;
    width: min(100%, 340px);
    padding-top: 0;
  }

  .form-card.generator-intro-active .mobile-landing-intro-pill {
    min-height: 28px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .form-card.generator-intro-active .mobile-landing-intro-pill img {
    width: 13px;
    height: 13px;
  }

  .form-card.generator-intro-active .mobile-landing-copy h3 {
    max-width: 10.5ch;
    font-size: clamp(2rem, 2.55vw, 2.95rem);
    line-height: 1;
    letter-spacing: 0;
  }

  .form-card.generator-intro-active .mobile-landing-title-highlight::after {
    bottom: -6px;
    height: 8px;
  }

  .form-card.generator-intro-active .mobile-landing-copy-primary,
  .form-card.generator-intro-active .mobile-landing-copy-secondary {
    max-width: 34ch;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .form-card.generator-intro-active .mobile-landing-copy-secondary {
    max-width: none;
    font-size: 0.8rem;
  }

  .form-card.generator-intro-active .mobile-landing-chips {
    gap: 8px;
  }

  .form-card.generator-intro-active .mobile-landing-chip {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 13px;
    font-size: 0.82rem;
  }

  .form-card.generator-intro-active .mobile-landing-chip img {
    width: 17px;
    height: 17px;
  }

  .form-card.generator-intro-active .mobile-landing-start {
    grid-template-columns: 28px minmax(0, 1fr) 38px;
    width: min(100%, 280px);
    min-height: 48px;
    padding: 0 8px 0 12px;
    border-radius: 15px;
    font-size: 0.96rem;
  }

  .form-card.generator-intro-active .mobile-landing-start-spark {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
  }

  .form-card.generator-intro-active .mobile-landing-start-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    background-size: 16px 16px;
  }
}

@media (min-width: 861px) {
  #generator-main-grid.generator-grid-solo {
    width: 100%;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(300px, 28vw, 360px);
    grid-template-rows: auto auto auto auto;
    gap: 0;
    min-height: 760px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 253, 252, 0.97));
    box-shadow: 0 20px 42px rgba(37, 67, 49, 0.08);
  }

  #generator-main-grid > .form-card:not(.generator-intro-active)::before {
    content: "";
    position: absolute;
    inset: 0 clamp(300px, 28vw, 360px) 0 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 253, 251, 0.88)),
      linear-gradient(90deg, rgba(79, 122, 94, 0.025) 1px, transparent 1px),
      linear-gradient(rgba(79, 122, 94, 0.025) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active) > .section-heading,
  #generator-main-grid > .form-card:not(.generator-intro-active) > #song-form,
  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="lyrics"] > .desktop-lyrics-side-panel,
  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="sound"] > .desktop-sound-side-panel,
  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="ai"] > .desktop-sound-side-panel {
    position: relative;
    z-index: 1;
  }

  #song-form .wizard-progress,
  #song-form #wizard-step-lyrics,
  #song-form #post-lyrics-fields,
  #song-form .wizard-footer {
    position: relative;
    z-index: 1;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active) > .section-heading {
    grid-column: 1;
    grid-row: 2;
    gap: 10px;
    margin: 0;
    padding: 36px 40px 14px;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active) > .section-heading .section-kicker {
    display: none;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active) > .section-heading h2 {
    color: #18231d;
    font-family: var(--font-display);
    font-size: clamp(2.45rem, 3.3vw, 3.05rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="lyrics"] > .section-heading {
    justify-items: center;
    text-align: center;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="lyrics"] > .section-heading h2 {
    width: 100%;
    text-align: center;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active) .desktop-section-intro {
    display: block;
    max-width: 58ch;
    margin: 0;
    color: #65746c;
    font-size: 0.98rem;
    font-weight: 330;
    line-height: 1.5;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="lyrics"] .desktop-section-intro {
    margin-inline: auto;
    text-align: center;
  }

  #generator-main-grid > .form-card[data-wizard-step="sound"] > .section-heading h2,
  #generator-main-grid > .form-card[data-wizard-step="sound"] .desktop-section-intro {
    display: none !important;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active) > #song-form {
    display: contents;
  }

  #song-form #post-lyrics-fields {
    grid-column: 1;
    grid-row: 3;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .form-card[data-wizard-step="lyrics"] #song-form #post-lyrics-fields {
    pointer-events: none;
  }

  .form-card[data-wizard-step="sound"] #song-form #post-lyrics-fields,
  .form-card[data-wizard-step="ai"] #song-form #post-lyrics-fields {
    pointer-events: auto;
  }

  #song-form .wizard-progress {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: minmax(170px, 0.95fr) minmax(46px, 0.5fr) minmax(150px, 0.86fr) minmax(46px, 0.5fr) minmax(150px, 0.86fr);
    align-items: center;
    gap: 16px;
    min-height: 88px;
    margin: 0;
    padding: 0 32px;
    border-bottom: 1px solid rgba(91, 126, 106, 0.16);
    background: rgba(255, 255, 255, 0.72);
  }

  #song-form .wizard-progress[data-step-count="2"] {
    grid-template-columns: minmax(170px, 0.95fr) minmax(46px, 0.5fr) minmax(150px, 0.86fr);
  }

  #song-form .wizard-progress::after {
    content: "";
    position: absolute;
    left: 32px;
    bottom: -1px;
    width: min(230px, 27%);
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #0f7d43, #36a96d);
  }

  #song-form .wizard-progress-connector {
    display: block !important;
    height: 1px;
    min-width: 0;
    border-radius: 999px;
    background: rgba(91, 126, 106, 0.17);
  }

  #song-form .wizard-progress-connector.hidden {
    display: none !important;
  }

  #song-form .wizard-progress-item {
    display: flex !important;
    min-width: 0;
    gap: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #5e6b64;
    transform: none;
  }

  #song-form .wizard-progress-item.hidden {
    display: none !important;
  }

  #song-form .wizard-progress-index {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid rgba(91, 126, 106, 0.15);
    background: linear-gradient(180deg, #fbfdfc, #f0f4f2);
    color: #3e4a44;
    font-size: 0.98rem;
    font-weight: 560;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      0 8px 18px rgba(34, 61, 44, 0.05);
  }

  #song-form .wizard-progress-item.is-active .wizard-progress-index,
  #song-form .wizard-progress-item.is-complete .wizard-progress-index {
    border-color: rgba(21, 130, 70, 0.52);
    background: linear-gradient(180deg, #209354, #0f7d43);
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(18, 127, 70, 0.2);
  }

  #song-form .wizard-progress-label {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: #24302a;
    font-size: 0.96rem;
    font-weight: 650;
    line-height: 1.12;
    white-space: nowrap;
  }

  #song-form .wizard-progress-label::after {
    color: #65746c;
    font-size: 0.78rem;
    font-weight: 380;
    line-height: 1.2;
    white-space: normal;
  }

  #song-form [data-wizard-indicator="lyrics"] .wizard-progress-label::after {
    content: "Alege sau scrie versurile";
  }

  #song-form [data-wizard-indicator="sound"] .wizard-progress-label::after {
    content: "Alege stilul și vocea";
  }

  #song-form [data-wizard-indicator="ai"] .wizard-progress-label::after {
    content: "Generează versuri";
  }

  #song-form #wizard-step-lyrics.form-section {
    grid-column: 1;
    grid-row: 3;
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0 40px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #song-form #wizard-step-lyrics.wizard-step-hidden {
    display: none !important;
  }

  #song-form #wizard-step-lyrics .lyrics-step-hero {
    display: none;
  }

  #song-form #mobile-lyrics-hint-card:not(.hidden) {
    margin: -2px 0 0;
  }

  #song-form .mobile-lyrics-mode {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: center;
    gap: 0;
    width: min(100%, 520px);
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 26px rgba(41, 73, 52, 0.05);
  }

  #song-form .mobile-lyrics-mode::before {
    display: none;
  }

  #song-form .mobile-lyrics-mode-button,
  #song-form .mobile-lyrics-mode-button:first-child,
  #song-form .mobile-lyrics-mode-button:last-child {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas: "icon title";
    align-items: center;
    min-height: 76px;
    gap: 13px;
    padding: 10px 28px 10px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #1d2821;
    box-shadow: none;
  }

  #song-form .mobile-lyrics-mode-button + .mobile-lyrics-mode-button {
    border-left-color: rgba(91, 126, 106, 0.12);
  }

  #song-form .mobile-lyrics-mode-button.is-active {
    border-color: rgba(21, 143, 78, 0.72);
    background: linear-gradient(90deg, rgba(239, 250, 244, 0.98), rgba(255, 255, 255, 0.98));
    box-shadow: inset 0 0 0 1px rgba(35, 157, 87, 0.06);
  }

  #song-form .mobile-lyrics-mode-button::after {
    display: none;
  }

  #song-form .mobile-lyrics-mode-button.is-active::after {
    display: none;
  }

  #song-form .mobile-lyrics-mode-icon {
    grid-area: icon;
    position: relative;
    display: inline-flex;
    width: 52px;
    height: 52px;
    justify-self: center;
    border-radius: 999px;
    background: rgba(237, 247, 241, 0.96);
    box-shadow: none;
  }

  #song-form .mobile-lyrics-mode-button.is-active .mobile-lyrics-mode-icon {
    background: rgba(224, 245, 232, 0.96);
  }

  #song-form .mobile-lyrics-mode-icon-file::before {
    inset: 11px 14px 10px;
    border-radius: 0;
    background: #168a4f;
    clip-path: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.45' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.45' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #song-form .mobile-lyrics-mode-icon-file::after {
    display: none;
  }

  #song-form .mobile-lyrics-mode-icon-sparkles::before {
    inset: 16px;
    background: #111111;
  }

  #song-form .mobile-lyrics-mode-title {
    color: #24302a;
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 1.18;
  }

  #song-form .mobile-lyrics-mode-button-no-copy .mobile-lyrics-mode-title {
    color: #1f2a22;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.08;
  }

  #song-form .mobile-lyrics-mode-button-no-copy.is-active .mobile-lyrics-mode-title {
    color: #15874f;
  }

  #song-form .mobile-lyrics-mode-copy {
    max-width: 27ch;
    color: #6b7971;
    font-size: 0.8rem;
    font-weight: 380;
    line-height: 1.35;
  }

  #song-form .mobile-lyrics-mode-indicator,
  #song-form .lyrics-toggle-block {
    display: none !important;
  }

  #song-form #lyrics-input-group {
    margin: 0;
  }

  #song-form .lyrics-input-card {
    display: grid;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.045);
  }

  #song-form #lyrics-input-group.desktop-no-lyrics-active .lyrics-input-card {
    min-height: 378px;
    align-content: start;
  }

  #song-form #lyrics-input-group.desktop-no-lyrics-active .mobile-lyrics-input-head,
  #song-form #lyrics-input-group.desktop-no-lyrics-active .mobile-lyrics-paste-status,
  #song-form #lyrics-input-group.desktop-no-lyrics-active .mobile-lyrics-input-field,
  #song-form #lyrics-input-group.desktop-no-lyrics-active .desktop-lyrics-tip {
    display: none !important;
  }

  #song-form #lyrics-input-group.desktop-no-lyrics-active .desktop-no-lyrics-notice {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 14px 16px;
    border: 1px solid rgba(80, 113, 91, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(248, 252, 249, 0.98), rgba(241, 249, 243, 0.93));
    color: #506457;
    box-shadow: none;
  }

  #song-form .desktop-no-lyrics-notice-icon {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(242, 251, 244, 0.98);
  }

  #song-form .desktop-no-lyrics-notice-icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    background: #168a4f;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  #song-form .desktop-no-lyrics-notice p {
    margin: 0;
    color: #506457;
    font-size: 0.84rem;
    font-weight: 380;
    line-height: 1.35;
  }

  #song-form .desktop-no-lyrics-notice strong {
    color: #1f2a22;
    font-weight: 560;
  }

  #song-form .mobile-lyrics-input-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
  }

  #song-form .mobile-lyrics-input-title-wrap {
    display: block;
  }

  #song-form .mobile-lyrics-input-icon {
    display: none;
  }

  #song-form .mobile-lyrics-input-copy {
    display: grid;
    gap: 8px;
    min-width: 0;
  }

  #song-form .mobile-lyrics-input-title {
    color: #1d2821;
    font-size: 1.08rem;
    font-weight: 650;
    line-height: 1.2;
  }

  #song-form .mobile-lyrics-input-subtitle {
    max-width: 68ch;
    overflow: visible;
    color: #6b7971;
    font-size: 0.82rem;
    font-weight: 380;
    line-height: 1.45;
    text-overflow: clip;
    white-space: normal;
  }

  #song-form .mobile-lyrics-input-actions {
    gap: 14px;
    padding-top: 2px;
  }

  #song-form #lyrics-clear-button {
    display: none;
  }

  #song-form .mobile-lyrics-input-action {
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: #3d4943;
    font-size: 0.78rem;
    font-weight: 520;
    box-shadow: 0 5px 12px rgba(41, 73, 52, 0.035);
  }

  #song-form .mobile-lyrics-input-action-icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  #song-form .lyrics-text-count {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding-left: 0;
    border-left: 0;
    color: #687770;
    font-size: 0.82rem;
    font-weight: 430;
    line-height: 1;
  }

  #song-form .mobile-lyrics-input-field {
    display: block;
  }

  #song-form .mobile-lyrics-input-label {
    display: none;
  }

  #song-form #lyrics-input-group textarea {
    width: 100%;
    min-height: 168px;
    padding: 18px 18px 38px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.99);
    color: #1f2a22;
    font-size: 0.94rem;
    font-weight: 380;
    line-height: 1.55;
    resize: vertical;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  #song-form #lyrics-input-group textarea::placeholder {
    color: #6f7c75;
  }

  #song-form .desktop-lyrics-tip {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid rgba(91, 126, 106, 0.06);
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(244, 249, 246, 0.94), rgba(239, 244, 241, 0.82));
    color: #697870;
    font-size: 0.78rem;
    font-weight: 380;
    line-height: 1.35;
  }

  #song-form .desktop-lyrics-tip strong {
    color: #3c4942;
    font-weight: 650;
  }

  .desktop-lyrics-tip-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: #24945c;
    -webkit-mask: url("/lucide-lightbulb.svg") center / contain no-repeat;
    mask: url("/lucide-lightbulb.svg") center / contain no-repeat;
  }

  #song-form .wizard-footer {
    grid-column: 1;
    grid-row: 4;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto auto;
    align-items: center;
    align-self: start;
    gap: 18px;
    min-height: 96px;
    margin: 20px 50px 34px;
    padding: 18px 28px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.045);
  }

  #song-form .wizard-footer::before {
    content: "";
    display: block;
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    align-self: center;
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(232, 248, 238, 0.95), rgba(244, 252, 247, 0.98)),
      rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 0 0 1px rgba(47, 143, 87, 0.08);
    -webkit-mask: none;
    mask: none;
  }

  #song-form .wizard-footer::after {
    content: "";
    position: absolute;
    left: 44px;
    top: 50%;
    width: 28px;
    height: 28px;
    background: #24945c;
    transform: translateY(-50%);
    -webkit-mask: url("/twemoji-musical-note.svg") center / contain no-repeat;
    mask: url("/twemoji-musical-note.svg") center / contain no-repeat;
  }

  #song-form .wizard-footer-copy {
    display: grid;
    grid-column: 2;
    gap: 6px;
    align-self: center;
    color: #66766e;
    font-size: 0.9rem;
    font-weight: 360;
    line-height: 1.35;
  }

  #song-form .wizard-footer-copy strong {
    color: #1d2821;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
  }

  #song-form .wizard-footer-copy span {
    margin: 0;
  }

  #song-form .wizard-footer-status {
    display: none;
  }

  #song-form .wizard-footer-status-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 1.5px solid #4eb97c;
    border-radius: 999px;
  }

  #song-form .wizard-footer-status-icon::before {
    content: "";
    position: absolute;
    inset: 4px 3px 5px;
    border: solid #4eb97c;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
  }

  #song-form .wizard-footer-actions {
    display: flex;
    grid-column: 3 / 5;
    gap: 18px;
    align-items: center;
    justify-content: end;
  }

  #song-form #wizard-back,
  #song-form #wizard-back.hidden {
    display: inline-flex !important;
    grid-column: auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 132px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(91, 126, 106, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    color: #168a4f;
    font-size: 0.86rem;
    font-weight: 560;
    box-shadow: 0 10px 18px rgba(41, 73, 52, 0.05);
  }

  #song-form #wizard-back::before {
    content: "";
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 19-7-7 7-7'/%3E%3Cpath d='M19 12H5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 19-7-7 7-7'/%3E%3Cpath d='M19 12H5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #song-form .wizard-next-button {
    display: inline-flex !important;
    grid-column: auto;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 220px;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #18894d, #55bd7b);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 650;
    box-shadow: 0 14px 24px rgba(24, 137, 77, 0.22);
  }

  #song-form .wizard-footer .hidden,
  #song-form .wizard-next-button.hidden,
  #song-form #wizard-submit.hidden {
    display: none !important;
  }

  #song-form .wizard-next-button::after {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #song-form #wizard-submit {
    grid-column: auto;
    justify-self: auto;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="lyrics"] > .desktop-lyrics-side-panel,
  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="sound"] > .desktop-sound-side-panel,
  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="ai"] > .desktop-sound-side-panel {
    grid-column: 2;
    grid-row: 1 / 5;
    display: grid;
    grid-template-rows: 220px auto auto minmax(0, 1fr);
    gap: 26px;
    align-content: start;
    padding: 72px 48px 50px;
    border-left: 1px solid rgba(91, 126, 106, 0.16);
    background:
      linear-gradient(180deg, rgba(253, 255, 254, 0.98), rgba(248, 253, 250, 0.94)),
      linear-gradient(90deg, rgba(47, 143, 87, 0.035), transparent 45%);
  }

  #generator-main-grid:not(.generator-grid-solo) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(320px, 28vw, 380px);
    gap: 0;
    align-items: stretch;
  }

  #generator-main-grid:not(.generator-grid-solo) > .form-card:not(.generator-intro-active) {
    grid-column: 1;
    align-self: stretch;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    border-right: 0;
    border-radius: 30px 0 0 30px;
  }

  #generator-main-grid:not(.generator-grid-solo) > .form-card:not(.generator-intro-active)::before {
    inset: 0;
  }

  #generator-main-grid:not(.generator-grid-solo) > .form-card:not(.generator-intro-active)[data-wizard-step="lyrics"] > .desktop-lyrics-side-panel,
  #generator-main-grid:not(.generator-grid-solo) > .form-card:not(.generator-intro-active)[data-wizard-step="sound"] > .desktop-sound-side-panel,
  #generator-main-grid:not(.generator-grid-solo) > .form-card:not(.generator-intro-active)[data-wizard-step="ai"] > .desktop-sound-side-panel {
    display: none !important;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) {
    grid-column: 2;
    position: relative;
    top: auto;
    display: grid;
    align-content: start;
    align-self: stretch;
    gap: 18px;
    min-width: 0;
    min-height: 760px;
    height: auto;
    max-height: none;
    padding: clamp(52px, 5vw, 72px) clamp(24px, 2.5vw, 36px) clamp(36px, 3.5vw, 50px);
    overflow: visible;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-left: 0;
    border-radius: 0 30px 30px 0;
    background:
      linear-gradient(180deg, rgba(253, 255, 254, 0.98), rgba(248, 253, 250, 0.94)),
      linear-gradient(90deg, rgba(47, 143, 87, 0.035), transparent 45%);
    box-shadow: 0 20px 42px rgba(37, 67, 49, 0.08);
    scrollbar-width: thin;
    scrollbar-color: rgba(47, 143, 87, 0.24) transparent;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) * {
    min-width: 0;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) > .status-card,
  #generator-main-grid > .generator-side-rail:not(.hidden) > .generator-session-card {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) > .status-card::after,
  #generator-main-grid > .generator-side-rail:not(.hidden) > .generator-session-card::after {
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) > .status-card > .section-heading,
  #generator-main-grid > .generator-side-rail:not(.hidden) > .generator-session-card > .section-heading {
    display: grid;
    gap: 8px;
    justify-items: start;
    margin: 0 0 18px;
    padding: 0;
    text-align: left;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) > .status-card > .section-heading .section-kicker,
  #generator-main-grid > .generator-side-rail:not(.hidden) > .generator-session-card > .section-heading .section-kicker {
    margin: 0;
    color: #147b4a;
    font-size: 0.7rem;
    font-weight: 520;
    letter-spacing: 0.18em;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) > .status-card > .section-heading h2,
  #generator-main-grid > .generator-side-rail:not(.hidden) > .generator-session-card > .section-heading h2 {
    margin: 0;
    color: #18231d;
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card.prestart-new-account-card {
    max-height: none;
    overflow: visible;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card.prestart-new-account-card .section-kicker {
    width: 100%;
    max-width: 100%;
    min-height: 36px;
    padding: 0 12px;
    overflow: hidden;
    font-size: 0.64rem;
    letter-spacing: 0.18em;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card.prestart-new-account-card .section-kicker::after {
    content: none;
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-verifying,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-status-card .status-live {
    gap: 14px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .prestart-hero {
    padding: 16px;
    border-radius: 18px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-hero {
    grid-template-columns: minmax(0, 1fr) 82px;
    gap: 12px;
    padding: 14px 16px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-title {
    max-width: 220px;
    font-size: clamp(1.9rem, 2.24vw, 2.28rem);
    line-height: 0.94;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .status-request-summary {
    font-size: 0.9rem;
    line-height: 1.28;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-mode-pill {
    width: 78px;
    height: 78px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-mode-pill::before {
    font-size: 3.12rem;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-detail-grid {
    gap: 8px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-detail-card {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 58px;
    padding: 8px;
    gap: 2px 7px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-detail-icon {
    width: 30px;
    height: 30px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-detail-icon::before {
    width: 18px;
    height: 18px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-detail-card strong {
    font-size: 0.86rem;
    overflow-wrap: normal;
    word-break: normal;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-detail-card > span:last-child {
    font-size: 0.66rem;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-journey-item {
    grid-template-columns: 36px minmax(0, 1fr) 34px;
    min-height: 58px;
    padding: 9px 10px;
    gap: 8px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-journey-index,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-journey-icon {
    width: 34px;
    height: 34px;
    font-size: 0.96rem;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-journey-copy strong {
    font-size: 0.92rem;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-journey-copy span {
    font-size: 0.74rem;
    line-height: 1.24;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .customer-email-group {
    padding: 10px 12px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account #customerEmail {
    min-height: 38px;
    font-size: 0.86rem;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-info-note.mobile-lyrics-hint-card {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 52px;
    padding: 8px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-info-note::after {
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-icon {
    width: 34px;
    height: 34px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-actions {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    padding: 10px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .payment-terms-acceptance,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .payment-terms-error {
    grid-column: 1 / -1;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #payment-terms-acceptance {
    display: grid;
    grid-template-columns: 1em minmax(0, max-content);
    align-items: center;
    justify-content: center;
    justify-self: center;
    gap: 4px;
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #5c6d64;
    font-size: 0.58rem;
    font-weight: 380;
    line-height: 1.1;
    white-space: normal;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #payment-terms-acceptance input[type="checkbox"] {
    align-self: center;
    width: 1em;
    height: 1em;
    border-radius: 3px;
    background: transparent;
    box-shadow: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #payment-terms-acceptance input[type="checkbox"]::before {
    width: 0.55em;
    height: 0.55em;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #payment-terms-acceptance > span,
  #generator-main-grid > .generator-side-rail:not(.hidden) #payment-terms-acceptance a {
    min-width: 0;
    white-space: normal;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #payment-terms-acceptance a {
    color: #11834d;
    font-weight: 520;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account.prestart-offer .customer-email-group #payment-terms-acceptance {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: start;
    justify-content: stretch;
    justify-self: stretch;
    gap: 6px;
    width: 100%;
    margin: 4px 0 0;
    padding: 6px 9px;
    border: 1px solid rgba(47, 143, 87, 0.12);
    border-radius: 12px;
    background: rgba(247, 252, 249, 0.94);
    color: #53645b;
    font-size: 0.66rem;
    font-weight: 420;
    line-height: 1.28;
    white-space: normal;
    box-shadow: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account.prestart-offer .customer-email-group #payment-terms-acceptance input[type="checkbox"] {
    align-self: start;
    width: 16px;
    height: 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 6px 12px rgba(30, 120, 68, 0.06);
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account.prestart-offer .customer-email-group #payment-terms-acceptance input[type="checkbox"]::before {
    width: 8px;
    height: 8px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-cta {
    grid-column: 1 / -1;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-actions::after {
    overflow: hidden;
    font-size: 0.56rem;
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .prestart-edit-back,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .status-start-button {
    width: 100%;
    min-height: 44px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-logged-credit .prestart-title {
    font-size: clamp(1.45rem, 2vw, 1.72rem);
    line-height: 1.06;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-logged-credit .status-request-summary {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  #generator-main-grid > .form-card:not(.generator-intro-active)[data-wizard-step="ai"] > .section-heading {
    display: none;
  }

  .form-card[data-wizard-step="ai"] #song-form #post-lyrics-fields {
    grid-row: 2;
  }

  .form-card[data-wizard-step="ai"] #song-form .wizard-footer {
    grid-row: 3;
    grid-template-columns: 56px minmax(0, 1fr) auto auto;
    min-height: 96px;
    margin: 20px 50px 34px;
    padding: 18px 28px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.045);
  }

  .form-card[data-wizard-step="ai"] #song-form .wizard-footer::before {
    content: "";
    display: block;
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    align-self: center;
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(232, 248, 238, 0.95), rgba(244, 252, 247, 0.98)),
      rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 0 0 1px rgba(47, 143, 87, 0.08);
    -webkit-mask: none;
    mask: none;
  }

  .form-card[data-wizard-step="ai"] #song-form .wizard-footer::after {
    content: "";
    position: absolute;
    left: 44px;
    top: 50%;
    width: 28px;
    height: 28px;
    background: #24945c;
    transform: translateY(-50%);
    -webkit-mask: url("/twemoji-musical-note.svg") center / contain no-repeat;
    mask: url("/twemoji-musical-note.svg") center / contain no-repeat;
  }

  .form-card[data-wizard-step="ai"] #song-form .wizard-footer-copy {
    display: grid;
    grid-column: 2;
    gap: 6px;
    align-self: center;
    color: #66766e;
    font-size: 0.9rem;
    font-weight: 360;
    line-height: 1.35;
  }

  .form-card[data-wizard-step="ai"] #song-form .wizard-footer-copy strong {
    color: #1d2821;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .form-card[data-wizard-step="ai"] #song-form .wizard-footer-status {
    display: none;
  }

  .form-card[data-wizard-step="ai"] #song-form .wizard-footer-actions {
    display: flex;
    grid-column: 3 / 5;
    gap: 18px;
    align-items: center;
    justify-content: end;
  }

  .form-card[data-wizard-step="ai"] #song-form #wizard-back,
  .form-card[data-wizard-step="ai"] #song-form #wizard-submit {
    grid-column: auto;
    min-height: 48px;
    border-radius: 10px;
  }

  .form-card[data-wizard-step="ai"] #song-form #wizard-back {
    min-width: 132px;
    color: #168a4f;
  }

  .form-card[data-wizard-step="ai"] #song-form #wizard-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 220px;
    border: 0;
    background: linear-gradient(135deg, #0e8f4d, #16b65f);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: 0 14px 24px rgba(24, 137, 77, 0.22);
  }

  .form-card[data-wizard-step="ai"] #song-form #wizard-submit::after {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #song-form #advanced-fields.ai-step-shell {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    gap: 0;
    margin: 30px 50px 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.045);
  }

  #song-form #advanced-fields.wizard-step-hidden {
    display: none !important;
  }

  #song-form #advanced-fields .ai-step-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    align-items: center;
    gap: 24px;
    min-height: 120px;
    padding: 30px 32px;
    border-bottom: 1px solid rgba(91, 126, 106, 0.12);
    background: rgba(255, 255, 255, 0.98);
  }

  #song-form #advanced-fields .ai-step-hero-head {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    min-height: 56px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  #song-form #advanced-fields .ai-step-hero-chip {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(47, 143, 87, 0.14);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(232, 248, 238, 0.94), rgba(244, 252, 247, 0.98));
    color: #17884e;
    box-shadow: none;
  }

  #song-form #advanced-fields .ai-step-hero-chip .ai-step-pill-chip-icon {
    display: none;
  }

  #song-form #advanced-fields .ai-step-hero-chip .ai-step-pill-chip-text {
    display: block;
    color: #17884e;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
  }

  #song-form #advanced-fields .ai-step-hero-copy {
    display: grid;
    gap: 10px;
  }

  #song-form #advanced-fields .ai-step-hero-copy strong {
    color: #1d2821;
    font-size: 1.32rem;
    font-weight: 750;
    line-height: 1.08;
  }

  #song-form #advanced-fields .ai-step-hero-copy span {
    color: #66766e;
    font-size: 0.95rem;
    font-weight: 380;
    line-height: 1.4;
  }

  #song-form #advanced-fields .ai-step-hero-toggle {
    display: none;
  }

  #song-form #advanced-fields .ai-step-hero-art {
    position: relative;
    width: 250px;
    height: 84px;
    justify-self: end;
  }

  #song-form #advanced-fields .ai-step-hero-art .sound-step-hero-orb {
    display: none;
  }

  #song-form #advanced-fields .ai-step-hero-art .sound-step-wave {
    position: absolute;
    left: 0;
    right: 4px;
    height: 28px;
    border-top: 1px solid rgba(47, 143, 87, 0.22);
    border-radius: 50%;
    transform: rotate(-4deg);
  }

  #song-form #advanced-fields .ai-step-hero-art .sound-step-wave-1 {
    top: 20px;
  }

  #song-form #advanced-fields .ai-step-hero-art .sound-step-wave-2 {
    top: 34px;
    left: 12px;
    opacity: 0.72;
  }

  #song-form #advanced-fields .ai-step-hero-art .sound-step-wave-3 {
    top: 48px;
    left: 24px;
    right: 18px;
    opacity: 0.5;
  }

  #song-form #advanced-fields .ai-step-hero-icon-cpu {
    top: 12px;
    left: 98px;
    width: 44px;
    height: 44px;
    background: #1a9b58;
  }

  #song-form #advanced-fields .ai-step-hero-icon-sparkles {
    top: 28px;
    right: 66px;
    width: 42px;
    height: 42px;
    background: #1c241f;
  }

  #song-form #advanced-fields .ai-step-choice-group {
    display: grid;
    gap: 14px;
    padding: 20px 32px 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #song-form #advanced-fields .ai-step-question {
    color: #1d2821;
    font-size: 0.98rem;
    font-weight: 620;
    line-height: 1.2;
  }

  #song-form #advanced-fields .ai-step-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  #song-form #advanced-fields .ai-mode-card {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 68px;
    padding: 12px 54px 12px 16px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
  }

  #song-form #advanced-fields .ai-mode-card:has(input:checked) {
    border-color: rgba(36, 148, 92, 0.72);
    background: linear-gradient(90deg, rgba(238, 249, 243, 0.94), rgba(255, 255, 255, 0.98));
    box-shadow: inset 0 0 0 1px rgba(36, 148, 92, 0.08);
  }

  #song-form #advanced-fields .ai-mode-card input {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 20px;
    height: 20px;
    margin: 0;
    appearance: none;
    border: 2px solid rgba(91, 108, 101, 0.34);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: inset 0 0 0 4px #ffffff;
    transform: translateY(-50%);
  }

  #song-form #advanced-fields .ai-mode-card input:checked {
    border-color: #24945c;
    background: #24945c;
  }

  #song-form #advanced-fields .ai-mode-card-body {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-areas: "icon title";
    gap: 12px;
    align-items: center;
    min-height: 0;
  }

  #song-form #advanced-fields .ai-mode-card-icon {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    justify-self: center;
    border-radius: 999px;
    background: rgba(237, 247, 241, 0.92);
    box-shadow: none;
  }

  #song-form #advanced-fields .ai-mode-card:has(input:checked) .ai-mode-card-icon {
    background: rgba(224, 245, 232, 0.96);
  }

  #song-form #advanced-fields .ai-mode-card-icon .ai-step-icon {
    width: 19px;
    height: 19px;
    background: #24945c;
  }

  #song-form #advanced-fields .ai-mode-card-copy {
    display: contents;
  }

  #song-form #advanced-fields .ai-mode-card-copy strong {
    grid-area: title;
    color: #24302a;
    font-size: 0.94rem;
    font-weight: 650;
    line-height: 1.18;
    white-space: nowrap;
  }

  #song-form #advanced-fields .ai-mode-card-copy span {
    display: none;
  }

  #song-form #advanced-fields .ai-step-recommendation-note {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    margin: 8px 0 0;
    padding: 0 20px;
    border: 1px solid rgba(91, 126, 106, 0.12);
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(244, 249, 246, 0.94), rgba(239, 244, 241, 0.82));
    color: #6a7971;
    box-shadow: none;
  }

  #song-form #advanced-fields .ai-step-recommendation-note strong {
    color: #344139;
    font-weight: 720;
  }

  #song-form #advanced-fields .ai-step-recommendation-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: #1d2821;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  #song-form #advanced-fields .ai-step-choice-grid {
    gap: 10px;
    padding: 5px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(250, 254, 251, 0.98), rgba(241, 250, 245, 0.92));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 10px 22px rgba(41, 73, 52, 0.08);
  }

  #song-form #advanced-fields .ai-mode-card {
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(91, 126, 106, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 12px rgba(38, 70, 50, 0.06);
    transform: none;
  }

  #song-form #advanced-fields .ai-mode-card:hover {
    transform: none;
    border-color: rgba(47, 143, 87, 0.28);
    box-shadow: 0 8px 16px rgba(38, 70, 50, 0.1);
  }

  #song-form #advanced-fields .ai-mode-card::after {
    content: none !important;
  }

  #song-form #advanced-fields .ai-mode-card input,
  #song-form #advanced-fields .ai-mode-card input:checked {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    appearance: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    cursor: pointer;
  }

  #song-form #advanced-fields .ai-mode-card-body {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    pointer-events: none;
  }

  #song-form #advanced-fields .ai-mode-card-icon {
    display: inline-flex;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
  }

  #song-form #advanced-fields .ai-mode-card-copy {
    display: block;
  }

  #song-form #advanced-fields .ai-mode-card-copy strong {
    display: block;
    color: #24302a;
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  #song-form #advanced-fields .ai-mode-card:has(input:checked) {
    border-color: rgba(18, 129, 72, 0.88);
    background: linear-gradient(180deg, #239e5f, #148e4f);
    box-shadow: 0 8px 18px rgba(20, 142, 79, 0.24);
  }

  #song-form #advanced-fields .ai-mode-card:has(input:checked) .ai-mode-card-copy strong {
    color: #ffffff;
  }

  #song-form #advanced-fields .ai-mode-card:has(input:checked) .ai-mode-card-icon {
    background: transparent;
    box-shadow: none;
  }

  #song-form #advanced-fields .ai-mode-card-icon .ai-step-icon {
    width: 16px;
    height: 16px;
    background: #24945c;
  }

  #song-form #advanced-fields .ai-mode-card:has(input:checked) .ai-mode-card-icon .ai-step-icon {
    background: #ffffff;
  }

  #song-form #advanced-fields .ai-step-recommendation-note {
    gap: 10px;
    min-height: 42px;
    margin: 10px 0 0;
    padding: 10px 14px;
    border-color: rgba(91, 126, 106, 0.1);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(248, 252, 249, 0.98), rgba(239, 249, 243, 0.92));
    color: #44544b;
  }

  #song-form #advanced-fields .ai-step-recommendation-copy {
    margin: 0;
    color: #44544b;
    font-size: 0.84rem;
    font-weight: 400;
    line-height: 1.32;
  }

  #song-form #advanced-fields .ai-step-recommendation-icon {
    position: relative;
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 999px;
    background: rgba(232, 249, 238, 0.96);
    -webkit-mask: none;
    mask: none;
  }

  #song-form #advanced-fields .ai-step-recommendation-icon::before {
    content: "";
    position: absolute;
    inset: 6px;
    background: #24945c;
    -webkit-mask: url("/lucide-sparkles.svg") center / contain no-repeat;
    mask: url("/lucide-sparkles.svg") center / contain no-repeat;
  }

  #song-form #advanced-fields.ai-step-choice-dedication .ai-step-recommendation-icon::before {
    -webkit-mask-image: url("/lucide-heart.svg");
    mask-image: url("/lucide-heart.svg");
  }

  #song-form #advanced-fields.ai-step-choice-general .ai-step-recommendation-icon::before {
    -webkit-mask-image: url("/lucide-music-4.svg");
    mask-image: url("/lucide-music-4.svg");
  }

  #song-form #advanced-fields #ai-composer-fields.ai-step-general-panel {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0 32px 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #song-form #advanced-fields #ai-composer-fields.hidden {
    display: none !important;
  }

  #song-form #advanced-fields .ai-step-general-heading {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
  }

  #song-form #advanced-fields .ai-step-general-heading strong {
    color: #1d2821;
    font-size: 1.16rem;
    font-weight: 740;
    line-height: 1.2;
  }

  #song-form #advanced-fields .ai-step-general-heading p {
    margin: 0;
    color: #56665e;
    font-size: 0.94rem;
    font-weight: 380;
    line-height: 1.4;
  }

  #song-form #advanced-fields .ai-step-general-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }

  #song-form #advanced-fields .ai-step-general-field {
    display: grid;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 20px rgba(41, 73, 52, 0.035);
  }

  #song-form #advanced-fields .ai-step-general-field-main {
    grid-column: 1 / -1;
  }

  #song-form #advanced-fields .ai-step-general-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1d2821;
    font-size: 0.96rem;
    font-weight: 650;
  }

  #song-form #advanced-fields .ai-step-field-title-icon {
    position: relative;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 8px;
    background: linear-gradient(180deg, #2faa67, #1f8d4f);
    -webkit-mask: none;
    mask: none;
  }

  #song-form #advanced-fields .ai-step-field-title-icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    background: #ffffff;
    -webkit-mask: var(--ai-step-icon-mask) center / contain no-repeat;
    mask: var(--ai-step-icon-mask) center / contain no-repeat;
  }

  #song-form #advanced-fields .ai-step-required-dot {
    width: 7px;
    height: 7px;
    margin-left: 2px;
    border-radius: 999px;
    background: #16a35c;
  }

  #song-form #advanced-fields .ai-step-optional-pill {
    margin-left: auto;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(237, 248, 243, 0.96);
    color: #168a4f;
    font-size: 0.75rem;
    font-weight: 600;
  }

  #song-form #advanced-fields .ai-step-field-control-textarea {
    position: relative;
    display: block;
  }

  #song-form #advanced-fields .ai-step-field-control-textarea textarea {
    width: 100%;
    height: 110px;
    min-height: 110px;
    padding: 16px 18px 36px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.99);
    color: #1f2a22;
    font-size: 0.94rem;
    font-weight: 380;
    line-height: 1.5;
    resize: vertical;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  #song-form #advanced-fields .ai-step-general-field-main textarea {
    height: 92px;
    min-height: 92px;
  }

  #song-form #advanced-fields .ai-step-general-field-main #topicDescription {
    height: 120px;
    min-height: 120px;
  }

  #song-form #advanced-fields .ai-step-field-count {
    position: absolute;
    right: 14px;
    bottom: 12px;
    color: #7a857e;
    font-size: 0.78rem;
    font-weight: 380;
    line-height: 1;
    pointer-events: none;
  }

  .desktop-lyrics-side-visual {
    position: relative;
    width: min(100%, 270px);
    height: 170px;
    justify-self: center;
  }

  .desktop-lyrics-side-wave {
    position: absolute;
    left: 8px;
    right: 6px;
    height: 42px;
    border-top: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 50%;
    transform: rotate(-4deg);
  }

  .desktop-lyrics-side-wave-1 {
    top: 52px;
  }

  .desktop-lyrics-side-wave-2 {
    top: 68px;
    left: 4px;
    right: 0;
    opacity: 0.75;
  }

  .desktop-lyrics-side-wave-3 {
    top: 84px;
    left: 16px;
    right: 14px;
    opacity: 0.55;
  }

  .desktop-lyrics-side-visual img {
    position: absolute;
    top: 45px;
    left: 50%;
    width: 68px;
    height: 68px;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(47, 143, 87, 0.16));
    transform: translateX(-50%) rotate(-6deg);
  }

  .desktop-lyrics-side-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(47, 143, 87, 0.72);
  }

  .desktop-lyrics-side-dot-1 {
    top: 40px;
    left: 80px;
    width: 4px;
    height: 4px;
  }

  .desktop-lyrics-side-dot-2 {
    top: 28px;
    right: 46px;
  }

  .desktop-lyrics-side-dot-3 {
    top: 104px;
    left: 58px;
    width: 5px;
    height: 5px;
  }

  .desktop-lyrics-side-dot-4 {
    top: 94px;
    right: 64px;
    width: 12px;
    height: 12px;
    opacity: 0.75;
  }

  .desktop-lyrics-side-copy {
    display: grid;
    gap: 10px;
  }

  .desktop-lyrics-side-copy h3 {
    color: #202c25;
    font-family: var(--font-ui);
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .desktop-lyrics-side-copy p {
    margin: 0;
    color: #687770;
    font-size: 0.86rem;
    font-weight: 380;
    line-height: 1.55;
  }

  .desktop-lyrics-side-list {
    display: grid;
    gap: 24px;
  }

  .desktop-lyrics-side-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .desktop-lyrics-side-item > span:last-child {
    display: grid;
    gap: 6px;
    min-width: 0;
  }

  .desktop-lyrics-side-item strong,
  .desktop-lyrics-security strong {
    color: #2d3832;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .desktop-lyrics-side-item small,
  .desktop-lyrics-security small {
    color: #687770;
    font-size: 0.79rem;
    font-weight: 380;
    line-height: 1.45;
  }

  .desktop-lyrics-side-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(47, 143, 87, 0.13);
    border-radius: 8px;
    background: rgba(246, 252, 248, 0.96);
    color: #24945c;
  }

  .desktop-lyrics-side-icon::before {
    content: "";
    width: 20px;
    height: 20px;
    background: currentColor;
  }

  .desktop-lyrics-side-icon-pen::before {
    background: url("/feather-pen-64.png") center / contain no-repeat;
  }

  .desktop-lyrics-side-icon-sparkles {
    border: 0;
    background: transparent;
  }

  .desktop-lyrics-side-icon-sparkles::before {
    width: 28px;
    height: 28px;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .desktop-lyrics-side-icon-music {
    background: rgba(229, 247, 236, 0.96);
  }

  .desktop-lyrics-side-icon-music::before {
    -webkit-mask: url("/twemoji-musical-note.svg") center / contain no-repeat;
    mask: url("/twemoji-musical-note.svg") center / contain no-repeat;
  }

  .desktop-lyrics-security {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    align-self: end;
    margin-top: 18px;
    padding: 18px 16px;
    border: 1px solid rgba(47, 143, 87, 0.1);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(236, 248, 241, 0.96), rgba(225, 243, 232, 0.82));
    box-shadow: 0 12px 24px rgba(41, 73, 52, 0.04);
  }

  .desktop-lyrics-security > span:last-child {
    display: grid;
    gap: 6px;
  }

  .desktop-lyrics-security-icon {
    width: 24px;
    height: 24px;
    background: #24945c;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.7 8.9a1 1 0 0 1-.6 0C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.2-2.4a1.4 1.4 0 0 1 1.6 0C14.5 3.8 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.7 8.9a1 1 0 0 1-.6 0C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.2-2.4a1.4 1.4 0 0 1 1.6 0C14.5 3.8 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #song-form .wizard-progress[data-current-step="lyrics"]::after {
    left: 42%;
  }

  #song-form .wizard-progress[data-step-count="2"][data-current-step="lyrics"]::after {
    left: calc(100% - 62px - min(230px, 27%));
  }

  #song-form .wizard-progress[data-current-step="ai"]::after {
    left: 72%;
  }

  #song-form .wizard-progress-item.is-complete:not(.is-active) .wizard-progress-index {
    border-color: rgba(91, 126, 106, 0.15);
    background: linear-gradient(180deg, #fbfdfc, #f0f4f2);
    color: #3e4a44;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      0 8px 18px rgba(34, 61, 44, 0.05);
  }

  #song-form .wizard-progress-item.is-complete:not(.is-active) {
    border-color: transparent;
    background: transparent;
    color: #5e6b64;
    box-shadow: none;
  }

  .form-card[data-wizard-step="sound"] > .section-heading {
    padding-top: 30px;
    padding-bottom: 8px;
  }

  #song-form #wizard-step-sound.form-section {
    grid-column: 1;
    grid-row: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    margin: 0;
    padding: 0 40px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #song-form #wizard-step-sound.wizard-step-hidden {
    display: none !important;
  }

  #song-form #wizard-step-sound .sound-step-hero {
    display: none;
  }

  #song-form .desktop-style-section {
    grid-column: 1 / -1;
    grid-row: 1;
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.045);
  }

  .desktop-sound-section-heading {
    display: grid;
    gap: 6px;
  }

  .desktop-sound-section-heading strong,
  #song-form #wizard-step-sound .sound-field-title,
  #song-form #wizard-step-sound .field-legend {
    color: #1d2821;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .desktop-sound-section-heading small,
  #song-form #wizard-step-sound .field-hint,
  #song-form #wizard-step-sound .sound-field-note {
    color: #6b7971;
    font-size: 0.78rem;
    font-weight: 380;
    line-height: 1.4;
  }

  #song-form .desktop-style-section .sound-step-style-reference-group {
    margin-top: 0;
  }

  #song-form .desktop-style-section .style-reference-card {
    grid-template-columns: minmax(150px, 0.44fr) minmax(220px, 1fr);
    align-items: center;
    gap: 10px 12px;
    padding: 10px 12px;
    border: 1px solid rgba(91, 126, 106, 0.14);
    border-radius: 14px;
    background: rgba(250, 253, 251, 0.92);
  }

  #song-form .desktop-style-section .style-reference-head {
    min-width: 0;
  }

  #song-form .desktop-style-section .style-reference-card .field-legend {
    font-size: 0.82rem;
    font-weight: 650;
  }

  #song-form .desktop-style-section .style-reference-auto {
    min-height: 30px;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  #song-form .desktop-style-section .style-reference-card input {
    min-height: 40px;
    border-radius: 12px;
    font-size: 0.86rem;
  }

  .desktop-genre-card-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  .desktop-substyle-panel {
    display: grid;
    gap: 10px;
    padding-top: 2px;
  }

  .desktop-substyle-panel.hidden {
    display: none !important;
  }

  .desktop-substyle-panel-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    padding-top: 2px;
  }

  .desktop-substyle-panel-head strong {
    color: #1d2821;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .desktop-substyle-panel-head small {
    color: #6b7971;
    font-size: 0.74rem;
    font-weight: 380;
    line-height: 1.35;
    text-align: right;
  }

  .desktop-substyle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .desktop-substyle-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid rgba(91, 126, 106, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    color: #425049;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 650;
    line-height: 1.1;
    text-align: left;
    box-shadow: 0 8px 16px rgba(41, 73, 52, 0.035);
    cursor: pointer;
  }

  .desktop-substyle-option.is-selected {
    border-color: rgba(36, 148, 92, 0.62);
    background: linear-gradient(90deg, rgba(238, 249, 243, 0.94), rgba(255, 255, 255, 0.98));
    color: #233028;
    box-shadow: inset 0 0 0 1px rgba(36, 148, 92, 0.08);
  }

  .desktop-substyle-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border: 2px solid rgba(91, 108, 101, 0.3);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: inset 0 0 0 3px #ffffff;
  }

  .desktop-substyle-option.is-selected .desktop-substyle-dot {
    border-color: #24945c;
    background: #24945c;
  }

  .desktop-substyle-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop-substyle-badge {
    margin-left: auto;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(36, 148, 92, 0.1);
    color: #1b7c49;
    font-size: 0.58rem;
    font-weight: 760;
    line-height: 1;
  }

  .desktop-substyle-selected {
    display: grid;
    gap: 4px;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(36, 148, 92, 0.16);
    border-radius: 8px;
    background: rgba(244, 250, 247, 0.82);
    color: #627067;
    font-size: 0.76rem;
    font-weight: 420;
    line-height: 1.38;
  }

  .desktop-substyle-selected strong {
    color: #1d2821;
    font-weight: 740;
  }

  .desktop-substyle-selected small {
    display: block;
    color: #52625a;
    font-size: 0.74rem;
    font-weight: 430;
    line-height: 1.45;
  }

  .desktop-genre-card {
    position: relative;
    display: grid;
    align-items: end;
    min-width: 0;
    aspect-ratio: 1.74;
    overflow: hidden;
    padding: 12px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 10px;
    background: #0d1511;
    color: #ffffff;
    font: inherit;
    text-align: left;
    box-shadow: 0 10px 18px rgba(13, 26, 18, 0.08);
    cursor: pointer;
  }

  .desktop-genre-card img,
  .desktop-genre-card-shade {
    position: absolute;
    inset: 0;
  }

  .desktop-genre-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
  }

  .desktop-genre-card-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72)),
      linear-gradient(90deg, rgba(7, 22, 14, 0.24), transparent 58%);
  }

  .desktop-genre-card:hover img {
    transform: scale(1.035);
  }

  .desktop-genre-card.is-selected {
    border-color: #24945c;
    box-shadow:
      inset 0 0 0 2px rgba(36, 148, 92, 0.92),
      0 14px 24px rgba(36, 148, 92, 0.14);
  }

  .desktop-genre-card.is-selected .desktop-genre-card-shade {
    background:
      linear-gradient(rgba(36, 148, 92, 0.5), rgba(36, 148, 92, 0.5)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.42));
  }

  .desktop-genre-card-label {
    position: relative;
    z-index: 1;
    padding-right: 34px;
    font-size: 0.96rem;
    font-weight: 780;
    line-height: 1.08;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  }

  .desktop-card-play,
  .desktop-card-check {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
  }

  .desktop-card-play {
    right: 10px;
    bottom: 10px;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
    pointer-events: auto;
  }

  .desktop-card-play::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 2px;
    background: #16683e;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  .desktop-genre-card.is-preview-playing .desktop-card-play {
    background: #16a547;
  }

  .desktop-genre-card.is-preview-playing .desktop-card-play::before {
    width: 9px;
    height: 11px;
    margin-left: 0;
    background: #ffffff;
    clip-path: polygon(0 0, 32% 0, 32% 100%, 0 100%, 0 0, 68% 0, 100% 0, 100% 100%, 68% 100%, 68% 0);
  }

  .desktop-card-check {
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    opacity: 0;
    background: #24945c;
  }

  .desktop-card-check::before {
    content: "";
    width: 10px;
    height: 6px;
    border: solid #ffffff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg) translateY(-1px);
  }

  .is-selected > .desktop-card-check {
    opacity: 1;
  }

  .desktop-genre-card .desktop-card-check {
    top: 8px;
    right: auto;
    left: 8px;
  }

  #song-form #wizard-step-sound .sound-step-top-grid,
  #song-form #wizard-step-sound .sound-step-bottom-grid {
    display: contents;
  }

  #song-form #wizard-step-sound .sound-field-card-with-action {
    display: none;
  }

  #song-form #wizard-step-sound .sound-step-top-grid > label.sound-field-card,
  #song-form #wizard-step-sound .sound-step-bottom-grid > label.sound-field-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.045);
  }

  #song-form #wizard-step-sound label.sound-field-card:not(.sound-field-card-with-action) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.045);
  }

  #song-form #wizard-step-sound .sound-field-card > .sound-field-chip {
    display: none;
  }

  #song-form #wizard-step-sound select {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  #song-form #wizard-step-sound .sound-step-top-grid > label.sound-field-card {
    grid-column: 1;
    grid-row: 2;
  }

  #song-form #wizard-step-sound .sound-step-bottom-grid > label.sound-field-card:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }

  #song-form #wizard-step-sound .sound-step-bottom-grid > label.sound-field-card:first-child {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  #song-form #wizard-step-sound label.sound-field-card:has(#voiceType) {
    grid-column: 1;
    grid-row: 2;
  }

  #song-form #wizard-step-sound label.sound-field-card:has(#language) {
    grid-column: 2;
    grid-row: 2;
  }

  #song-form #wizard-step-sound label.sound-field-card:has(#mood) {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .desktop-voice-card-grid,
  .desktop-language-card-grid,
  .desktop-mood-card-grid {
    display: grid;
    gap: 10px;
  }

  .desktop-voice-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .desktop-language-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop-mood-card-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
  }

  .desktop-voice-card,
  .desktop-language-card,
  .desktop-mood-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    min-width: 0;
    padding: 0 14px;
    border: 1px solid rgba(91, 126, 106, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    color: #425049;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 650;
    white-space: nowrap;
    box-shadow: 0 8px 16px rgba(41, 73, 52, 0.035);
    cursor: pointer;
  }

  .desktop-voice-card {
    justify-content: center;
    min-height: 64px;
    gap: 7px;
    padding: 10px 8px;
    overflow: hidden;
  }

  .desktop-select-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .desktop-voice-card .desktop-select-label {
    color: #24302a;
    font-size: 0.86rem;
    font-weight: 650;
    line-height: 1.05;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .desktop-language-card {
    gap: 6px;
    min-height: 38px;
    padding: 0 8px;
    font-size: 0.72rem;
    line-height: 1.05;
  }

  .desktop-language-card .desktop-select-label {
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .desktop-voice-card.is-selected,
  .desktop-language-card.is-selected,
  .desktop-mood-card.is-selected {
    border-color: rgba(36, 148, 92, 0.62);
    background: linear-gradient(90deg, rgba(238, 249, 243, 0.94), rgba(255, 255, 255, 0.98));
    color: #233028;
    box-shadow: inset 0 0 0 1px rgba(36, 148, 92, 0.08);
  }

  .desktop-language-card.is-selected {
    border-color: transparent;
    background: linear-gradient(135deg, #218e52, #42b76e);
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(33, 142, 82, 0.24);
  }

  .desktop-language-card.is-selected .desktop-language-flag {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.5),
      0 4px 10px rgba(0, 0, 0, 0.12);
  }

  .desktop-voice-card .desktop-card-check {
    top: 10px;
    right: 10px;
    display: none;
  }

  .desktop-voice-card .desktop-card-play {
    right: 14px;
    bottom: 14px;
    width: 24px;
    height: 24px;
    display: none;
  }

  .desktop-language-card .desktop-card-check {
    display: none;
  }

  .desktop-choice-icon {
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 999px;
    background: rgba(226, 245, 233, 0.95);
  }

  .desktop-choice-icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    background: #24945c;
    -webkit-mask: url("/lucide-user-round.svg") center / contain no-repeat;
    mask: url("/lucide-user-round.svg") center / contain no-repeat;
  }

  .desktop-choice-icon-male::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12.3a4.3 4.3 0 1 0 0-8.6 4.3 4.3 0 0 0 0 8.6Zm0 2.1c-4.7 0-8 2.3-8 5.1v.8c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9v-.8c0-2.8-3.3-5.1-8-5.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12.3a4.3 4.3 0 1 0 0-8.6 4.3 4.3 0 0 0 0 8.6Zm0 2.1c-4.7 0-8 2.3-8 5.1v.8c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9v-.8c0-2.8-3.3-5.1-8-5.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .desktop-choice-icon-female::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2.8a4.5 4.5 0 0 0-2.3 8.4l-2.1 5.2H10v2.1H8.4v2.3H10V23h4v-2.2h1.6v-2.3H14v-2.1h2.4l-2.1-5.2A4.5 4.5 0 0 0 12 2.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2.8a4.5 4.5 0 0 0-2.3 8.4l-2.1 5.2H10v2.1H8.4v2.3H10V23h4v-2.2h1.6v-2.3H14v-2.1h2.4l-2.1-5.2A4.5 4.5 0 0 0 12 2.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .desktop-choice-icon-both::before {
    inset: 7px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.2 11.8a3.4 3.4 0 1 0 0-6.8 3.4 3.4 0 0 0 0 6.8Zm7.8.1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM8.2 13.4c-3.7 0-6.2 1.8-6.2 4.1v.7c0 .4.3.8.8.8h9.5a5.4 5.4 0 0 1-.3-1.8c0-1.4.6-2.6 1.7-3.5-1-.2-2.4-.3-5.5-.3Zm7.8.3c-2.9 0-5 1.7-5 3.6v.7c0 .4.3.8.8.8h8.4c.4 0 .8-.3.8-.8v-.7c0-1.9-2.1-3.6-5-3.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.2 11.8a3.4 3.4 0 1 0 0-6.8 3.4 3.4 0 0 0 0 6.8Zm7.8.1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM8.2 13.4c-3.7 0-6.2 1.8-6.2 4.1v.7c0 .4.3.8.8.8h9.5a5.4 5.4 0 0 1-.3-1.8c0-1.4.6-2.6 1.7-3.5-1-.2-2.4-.3-5.5-.3Zm7.8.3c-2.9 0-5 1.7-5 3.6v.7c0 .4.3.8.8.8h8.4c.4 0 .8-.3.8-.8v-.7c0-1.9-2.1-3.6-5-3.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .desktop-choice-icon-none::before {
    inset: 8px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4.7 3.3 3.3 4.7l3.4 3.4H4c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h3.2l4.9 3.9c.7.5 1.7 0 1.7-.8v-3.8l5.5 5.5 1.4-1.4-16-16.2Zm9.1 7.5V5c0-.8-1-1.3-1.7-.8L8.8 6.9l5 3.9Zm5.5-3.5-1.4-1.4-2.3 2.3L17 9.6l2.3-2.3Zm-2.3 7.1-1.4 1.4 2.3 2.3 1.4-1.4-2.3-2.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4.7 3.3 3.3 4.7l3.4 3.4H4c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h3.2l4.9 3.9c.7.5 1.7 0 1.7-.8v-3.8l5.5 5.5 1.4-1.4-16-16.2Zm9.1 7.5V5c0-.8-1-1.3-1.7-.8L8.8 6.9l5 3.9Zm5.5-3.5-1.4-1.4-2.3 2.3L17 9.6l2.3-2.3Zm-2.3 7.1-1.4 1.4 2.3 2.3 1.4-1.4-2.3-2.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .desktop-language-flag {
    width: 18px;
    height: 13px;
    flex: 0 0 18px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(91, 126, 106, 0.12);
  }

  #song-form .sound-step-instrument-group {
    grid-column: 1 / -1;
    grid-row: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
    gap: 14px 18px;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(41, 73, 52, 0.045);
  }

  #song-form .sound-step-instrument-group .sound-step-section-heading {
    grid-column: 1;
    grid-row: 1;
  }

  #song-form .sound-step-instrument-group .sound-mode-grid {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-self: start;
  }

  #song-form .sound-step-instrument-group .sound-mode-card {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 10px;
  }

  #song-form .sound-step-instrument-group .sound-mode-card input {
    width: 18px;
    height: 18px;
    margin: 0;
    order: -1;
  }

  #song-form .sound-mode-card-body {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
  }

  #song-form .sound-mode-card-badge {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  #song-form .sound-mode-card-badge .sound-icon {
    width: 16px;
    height: 16px;
  }

  #song-form .sound-mode-card-copy {
    gap: 2px;
  }

  #song-form .sound-mode-card-copy strong {
    font-size: 0.78rem;
  }

  #song-form .sound-mode-card-copy span {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  #song-form .sound-step-instrument-group .instrument-grid {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  #song-form .sound-step-instrument-group .instrument-grid.hidden {
    display: none !important;
  }

  #song-form .instrument-grid .check-card {
    min-height: 36px;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 14px;
    border-radius: 9px;
    box-shadow: none;
  }

  #song-form .instrument-grid .check-card:has(input[value="pian"]) {
    --instrument-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='10' rx='2'/%3E%3Cpath d='M7 8v10M11 8v10M15 8v10M19 8v10'/%3E%3C/svg%3E");
  }

  #song-form .instrument-grid .check-card:has(input[value="chitara_acustica"]),
  #song-form .instrument-grid .check-card:has(input[value="chitara_electrica"]) {
    --instrument-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5l4-4 4 4-4 4z' transform='scale(.7) translate(8 0)'/%3E%3Cpath d='M14 6l4 4'/%3E%3Cpath d='M9 11c2-1 4 1 4 3a5 5 0 1 1-5-5c1 0 2 0 3 1z'/%3E%3Ccircle cx='8' cy='15' r='1.5'/%3E%3Cpath d='M12 12l6-6'/%3E%3C/svg%3E");
  }

  #song-form .instrument-grid .check-card:has(input[value="acordeon"]) {
    --instrument-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='5' height='10' rx='1.5'/%3E%3Crect x='16' y='7' width='5' height='10' rx='1.5'/%3E%3Cpath d='M8 8l8 8M8 12h8M8 16l8-8'/%3E%3Cpath d='M5 10h1M5 13h1M18 10h1M18 13h1'/%3E%3C/svg%3E");
  }

  #song-form .instrument-grid .check-card:has(input[value="vioara"]) {
    --instrument-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 14c-2 2-2 5 1 6 3 1 5-1 5-3s-2-4-4-3z'/%3E%3Cpath d='M12 12l7-7'/%3E%3Cpath d='M15 5l4 4'/%3E%3Cpath d='M6 18l11-11'/%3E%3Cpath d='M4 8l12 12'/%3E%3C/svg%3E");
  }

  #song-form .instrument-grid .check-card:has(input[value="fluier"]) {
    --instrument-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15l16-8'/%3E%3Cpath d='M7 14l2 4'/%3E%3Cpath d='M11 12l2 4'/%3E%3Cpath d='M15 10l2 4'/%3E%3Ccircle cx='6' cy='14' r='1'/%3E%3Ccircle cx='10' cy='12' r='1'/%3E%3Ccircle cx='14' cy='10' r='1'/%3E%3C/svg%3E");
  }

  #song-form .instrument-grid .check-card:has(input[value="tobe"]) {
    --instrument-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='9' rx='7' ry='3'/%3E%3Cpath d='M5 9v6c0 2 14 2 14 0V9'/%3E%3Cpath d='M6 4l5 4M18 4l-5 4'/%3E%3C/svg%3E");
  }

  #song-form .instrument-grid .check-card:has(input[value="bass_puternic"]),
  #song-form .instrument-grid .check-card:has(input[value="bass_808"]) {
    --instrument-option-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9z'/%3E%3Cpath d='M16 9c1 1 1 5 0 6'/%3E%3Cpath d='M19 7c2 3 2 7 0 10'/%3E%3C/svg%3E");
  }

  #song-form .instrument-grid .check-card:has(input[value="sintetizatoare"]) {
    --instrument-option-icon: url("/lucide-settings-2.svg");
  }

  #song-form .instrument-grid .check-card:has(input[value="orchestra"]) {
    --instrument-option-icon: url("/twemoji-musical-notes.svg");
  }

  #song-form .instrument-grid .check-card:has(input[value="instrumente_traditionale"]) {
    --instrument-option-icon: url("/twemoji-musical-note.svg");
  }

  #song-form .instrument-grid .check-card::before {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: #24945c;
    -webkit-mask: var(--instrument-option-icon, url("/twemoji-musical-note.svg")) center / contain no-repeat;
    mask: var(--instrument-option-icon, url("/twemoji-musical-note.svg")) center / contain no-repeat;
  }

  #song-form .instrument-grid .check-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  #song-form .instrument-grid .check-card span {
    font-size: 0.76rem;
    font-weight: 520;
  }

  #song-form .instrument-grid .check-card:nth-child(n + 11) {
    display: none;
  }

  .desktop-mood-card {
    justify-content: center;
    min-height: 30px;
    gap: 5px;
    padding: 0 8px;
    font-size: 0.5rem;
    line-height: 1.05;
    white-space: nowrap;
  }

  .desktop-mood-label {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .desktop-mood-icon {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    background: currentColor;
  }

  .desktop-mood-icon-smile {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 14s1.5 2 4 2 4-2 4-2'/%3E%3Cpath d='M9 9h.01M15 9h.01'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 14s1.5 2 4 2 4-2 4-2'/%3E%3Cpath d='M9 9h.01M15 9h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .desktop-mood-icon-heart,
  .desktop-sound-side-icon-heart::before {
    -webkit-mask: url("/twemoji-green-heart.svg") center / contain no-repeat;
    mask: url("/twemoji-green-heart.svg") center / contain no-repeat;
  }

  .desktop-mood-icon-cloud {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.5 19H8a5 5 0 1 1 1.1-9.9A6 6 0 0 1 20 12.5 3.5 3.5 0 0 1 17.5 19Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.5 19H8a5 5 0 1 1 1.1-9.9A6 6 0 0 1 20 12.5 3.5 3.5 0 0 1 17.5 19Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .desktop-mood-icon-star {
    -webkit-mask: url("/lucide-star.svg") center / contain no-repeat;
    mask: url("/lucide-star.svg") center / contain no-repeat;
  }

  .desktop-mood-icon-leaf {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 4 13c0-5 4-9 16-9 0 12-4 16-9 16Z'/%3E%3Cpath d='M4 20c4-4 8-8 16-16'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 4 13c0-5 4-9 16-9 0 12-4 16-9 16Z'/%3E%3Cpath d='M4 20c4-4 8-8 16-16'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .desktop-mood-icon-more {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='5' r='1.5'/%3E%3Ccircle cx='12' cy='5' r='1.5'/%3E%3Ccircle cx='19' cy='5' r='1.5'/%3E%3Ccircle cx='5' cy='12' r='1.5'/%3E%3Ccircle cx='12' cy='12' r='1.5'/%3E%3Ccircle cx='19' cy='12' r='1.5'/%3E%3Ccircle cx='5' cy='19' r='1.5'/%3E%3Ccircle cx='12' cy='19' r='1.5'/%3E%3Ccircle cx='19' cy='19' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='5' r='1.5'/%3E%3Ccircle cx='12' cy='5' r='1.5'/%3E%3Ccircle cx='19' cy='5' r='1.5'/%3E%3Ccircle cx='5' cy='12' r='1.5'/%3E%3Ccircle cx='12' cy='12' r='1.5'/%3E%3Ccircle cx='19' cy='12' r='1.5'/%3E%3Ccircle cx='5' cy='19' r='1.5'/%3E%3Ccircle cx='12' cy='19' r='1.5'/%3E%3Ccircle cx='19' cy='19' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .desktop-sound-side-visual {
    position: relative;
    width: min(100%, 270px);
    height: 170px;
    justify-self: center;
  }

  .desktop-sound-side-orb {
    position: absolute;
    top: 16px;
    right: 28px;
    width: 128px;
    height: 128px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(223, 243, 230, 0.95), rgba(223, 243, 230, 0.4) 58%, transparent 74%);
  }

  .desktop-sound-side-wave {
    position: absolute;
    left: 2px;
    right: 2px;
    height: 42px;
    border-top: 1px solid rgba(47, 143, 87, 0.18);
    border-radius: 50%;
    transform: rotate(-3deg);
  }

  .desktop-sound-side-wave-1 {
    top: 62px;
  }

  .desktop-sound-side-wave-2 {
    top: 78px;
    left: 10px;
    opacity: 0.75;
  }

  .desktop-sound-side-wave-3 {
    top: 94px;
    left: 24px;
    right: 20px;
    opacity: 0.55;
  }

  .desktop-sound-note {
    position: absolute;
    z-index: 1;
    color: #24945c;
    font-family: "Segoe UI Symbol", "Cambria Math", serif;
    line-height: 1;
    filter: drop-shadow(0 12px 16px rgba(47, 143, 87, 0.16));
  }

  .desktop-sound-note-clef {
    top: 58px;
    left: 88px;
    font-size: 2.7rem;
  }

  .desktop-sound-note-main {
    top: 55px;
    right: 74px;
    font-size: 3rem;
  }

  .desktop-sound-note-small {
    top: 86px;
    right: 34px;
    font-size: 2rem;
  }

  .desktop-sound-side-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(47, 143, 87, 0.72);
  }

  .desktop-sound-side-dot-1 {
    top: 32px;
    left: 92px;
    width: 8px;
    height: 8px;
  }

  .desktop-sound-side-dot-2 {
    top: 50px;
    right: 48px;
    width: 5px;
    height: 5px;
  }

  .desktop-sound-side-dot-3 {
    top: 82px;
    left: 48px;
  }

  .desktop-sound-side-dot-4 {
    top: 106px;
    right: 88px;
    width: 4px;
    height: 4px;
  }

  .desktop-sound-side-icon-wave::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h2l2-6 4 12 3-9 2 3h5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h2l2-6 4 12 3-9 2 3h5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .desktop-sound-side-icon-mic::before {
    -webkit-mask: url("/twemoji-microphone.svg") center / contain no-repeat;
    mask: url("/twemoji-microphone.svg") center / contain no-repeat;
  }

  .desktop-sound-side-icon-sliders::before {
    -webkit-mask: url("/lucide-settings-2.svg") center / contain no-repeat;
    mask: url("/lucide-settings-2.svg") center / contain no-repeat;
  }

  .desktop-sound-side-panel .desktop-lyrics-security {
    align-self: start;
    margin-top: 34px;
  }
}

body.credit-required-open {
  overflow: hidden;
}

body.lyrics-rights-open {
  overflow: hidden;
}

.lyrics-rights-popup {
  position: fixed;
  inset: 0;
  z-index: 94;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 34px);
  isolation: isolate;
}

.lyrics-rights-popup.hidden {
  display: none !important;
}

.lyrics-rights-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(211, 246, 235, 0.54), transparent 42%),
    rgba(246, 252, 250, 0.84);
  backdrop-filter: blur(10px);
}

.lyrics-rights-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 13px;
  width: min(390px, calc(100vw - 30px));
  padding: 30px 24px 24px;
  border: 1px solid rgba(174, 226, 213, 0.82);
  border-radius: 28px;
  background:
    radial-gradient(circle at 24% 10%, rgba(223, 250, 244, 0.64), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 253, 251, 0.97));
  box-shadow:
    0 28px 64px rgba(24, 83, 68, 0.18),
    0 8px 22px rgba(24, 83, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  text-align: center;
}

.lyrics-rights-vinyl {
  width: 78px;
  height: 78px;
}

.lyrics-rights-vinyl .account-auth-vinyl-disc {
  width: 58px;
  height: 58px;
}

.lyrics-rights-kicker {
  margin: 2px 0 -4px;
  color: #0f7655;
  font-size: 0.74rem;
  font-weight: 450;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lyrics-rights-card h2 {
  margin: 0;
  color: #1e2b21;
  font-size: clamp(1.42rem, 2.35vw, 1.7rem);
  line-height: 1.08;
}

.lyrics-rights-card p {
  margin: 0;
  max-width: 32ch;
  color: #52645b;
  font-size: 0.98rem;
  line-height: 1.5;
}

.credit-required-popup {
  position: fixed;
  inset: 0;
  z-index: 92;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 34px);
  isolation: isolate;
}

.credit-required-popup.hidden {
  display: none !important;
}

.credit-required-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 14%, rgba(211, 246, 235, 0.54), transparent 42%),
    rgba(246, 252, 250, 0.82);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.credit-required-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
  width: min(470px, calc(100vw - 30px));
  padding: 30px 22px 20px;
  border: 1px solid rgba(174, 226, 213, 0.82);
  border-radius: 28px;
  background:
    radial-gradient(circle at 22% 10%, rgba(223, 250, 244, 0.64), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 253, 251, 0.97));
  box-shadow:
    0 28px 64px rgba(24, 83, 68, 0.18),
    0 8px 22px rgba(24, 83, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  text-align: center;
}

.credit-required-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(40, 132, 111, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #277b69;
  cursor: pointer;
}

.credit-required-close svg,
.credit-required-account svg,
.credit-required-wallet svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.credit-required-close svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

.credit-required-visual {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin-top: 4px;
  border: 2px solid rgba(169, 225, 213, 0.9);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 28%, rgba(234, 251, 246, 0.96), transparent 38%),
    linear-gradient(180deg, rgba(246, 253, 251, 0.98), rgba(232, 248, 244, 0.92));
  box-shadow:
    0 14px 28px rgba(23, 98, 82, 0.12),
    inset 0 0 0 5px rgba(255, 255, 255, 0.72);
}

.credit-required-wallet {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  background: linear-gradient(180deg, #dff8e9, #f6fff9);
  color: #108141;
  box-shadow: inset 0 0 0 1px rgba(36, 142, 82, 0.12);
}

.credit-required-wallet svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.9;
}

.credit-required-kicker {
  margin: 2px 0 -4px;
  color: #0f7655;
  font-size: 0.74rem;
  font-weight: 450;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.credit-required-card h2 {
  margin: 0;
  color: #1e2b21;
  font-size: clamp(1.5rem, 2.4vw, 1.76rem);
  line-height: 1.08;
}

.credit-required-card p {
  margin: 0;
  max-width: 31ch;
  color: #52645b;
  font-size: 0.98rem;
  line-height: 1.5;
}

.credit-required-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  margin-top: 6px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #2f8f57, #74c98f);
  color: #ffffff;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(47, 143, 87, 0.2);
  cursor: pointer;
}

.credit-required-account:disabled {
  cursor: wait;
  opacity: 0.72;
  box-shadow: none;
}

.credit-required-account svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.credit-required-offers {
  display: grid;
  gap: 10px;
  width: 100%;
  margin-top: 2px;
}

.credit-required-offer {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 11px 13px;
  border: 1px solid rgba(47, 143, 87, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  color: #26372d;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 20px rgba(31, 82, 58, 0.055);
}

.credit-required-offer:has(input:checked) {
  border-color: rgba(22, 143, 80, 0.42);
  background: linear-gradient(180deg, rgba(240, 252, 246, 0.98), rgba(255, 255, 255, 0.95));
  box-shadow:
    0 14px 26px rgba(31, 128, 78, 0.1),
    inset 0 0 0 1px rgba(22, 143, 80, 0.12);
}

.credit-required-offer input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #168f50;
}

.credit-required-offer-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.credit-required-offer-copy strong {
  color: #18251d;
  font-size: 1rem;
  line-height: 1.15;
}

.credit-required-offer-copy small {
  color: #5a6961;
  font-size: 0.83rem;
  line-height: 1.25;
}

.credit-required-status,
.credit-required-empty {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: rgba(32, 103, 70, 0.82);
  font-size: 0.82rem;
  font-weight: 450;
  line-height: 1.35;
  text-align: center;
}

.credit-required-status.field-error,
.credit-required-empty {
  color: #a34835;
}

.credit-required-card .credit-required-status {
  max-width: 100%;
}

@media (max-width: 480px) {
  .credit-required-popup {
    align-items: center;
    padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
  }

  .credit-required-card {
    width: min(364px, calc(100vw - 24px));
    max-height: calc(100svh - 24px);
    gap: 11px;
    padding: 24px 16px 16px;
    border-radius: 24px;
    overflow: auto;
  }

  .credit-required-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }

  .credit-required-visual {
    width: 72px;
    height: 72px;
    margin-top: 2px;
  }

  .credit-required-wallet {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .credit-required-wallet svg {
    width: 23px;
    height: 23px;
  }

  .credit-required-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .credit-required-card h2 {
    font-size: clamp(1.34rem, 6vw, 1.56rem);
  }

  .credit-required-card p {
    max-width: 29ch;
    font-size: clamp(0.9rem, 3.7vw, 0.96rem);
    line-height: 1.44;
  }

  .credit-required-account {
    min-height: 50px;
    font-size: 0.96rem;
  }

  .credit-required-offers {
    gap: 8px;
  }

  .credit-required-offer {
    min-height: 54px;
    padding: 10px 11px;
    border-radius: 13px;
  }

  .credit-required-offer-copy strong {
    font-size: 0.94rem;
  }

  .credit-required-offer-copy small,
  .credit-required-status {
    font-size: 0.78rem;
  }
}

body.payment-return-open {
  overflow: hidden;
}

.payment-return-popup {
  position: fixed;
  inset: 0;
  z-index: 124;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 34px);
  isolation: isolate;
}

.payment-return-popup.hidden {
  display: none !important;
}

.payment-return-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(235, 250, 240, 0.72), transparent 42%),
    rgba(247, 252, 249, 0.86);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.payment-return-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 13px;
  width: min(410px, calc(100vw - 30px));
  padding: 30px 22px 20px;
  border: 1px solid rgba(189, 226, 211, 0.9);
  border-radius: 26px;
  background:
    radial-gradient(circle at 48% 0, rgba(235, 251, 241, 0.9), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 253, 251, 0.98));
  box-shadow:
    0 28px 64px rgba(30, 74, 54, 0.18),
    0 8px 22px rgba(30, 74, 54, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  text-align: center;
}

.payment-return-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(40, 132, 111, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #49615a;
  cursor: pointer;
}

.payment-return-close svg,
.payment-return-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-return-close svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.1;
}

.payment-return-visual {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-top: 3px;
  border: 2px solid rgba(190, 226, 211, 0.92);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.96), transparent 38%),
    linear-gradient(180deg, rgba(247, 253, 250, 0.98), rgba(233, 248, 239, 0.92));
  box-shadow:
    0 14px 28px rgba(23, 98, 82, 0.12),
    inset 0 0 0 5px rgba(255, 255, 255, 0.72);
}

.payment-return-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  background: linear-gradient(180deg, #edf8f1, #ffffff);
  color: #238556;
  box-shadow: inset 0 0 0 1px rgba(36, 142, 82, 0.12);
}

.payment-return-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.8;
}

.payment-return-kicker {
  margin: 1px 0 -4px;
  color: #0f7655;
  font-size: 0.72rem;
  font-weight: 520;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.payment-return-card h2 {
  margin: 0;
  color: #1e2b21;
  font-size: clamp(1.48rem, 2.4vw, 1.74rem);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: 0;
}

.payment-return-card p {
  margin: 0;
  max-width: 32ch;
  color: #52645b;
  font-size: 0.96rem;
  line-height: 1.5;
}

.payment-return-status {
  min-height: 18px;
  color: #22704f !important;
  font-size: 0.84rem !important;
  line-height: 1.35 !important;
}

.payment-return-status.hidden {
  display: none;
}

.payment-return-status.is-error {
  color: #b5454a !important;
}

.payment-return-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  width: 100%;
  margin-top: 3px;
}

.payment-return-primary,
.payment-return-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  border-radius: 15px;
  font-size: 0.98rem;
  font-weight: 470;
  text-decoration: none;
}

.payment-return-primary {
  border: 0;
  background: linear-gradient(135deg, #168f50, #4fc47b);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(47, 143, 87, 0.2);
  cursor: pointer;
}

.payment-return-primary:disabled {
  cursor: wait;
  opacity: 0.68;
}

.payment-return-primary:focus-visible,
.payment-return-secondary:focus-visible,
.payment-return-close:focus-visible {
  outline: 2px solid rgba(22, 143, 80, 0.26);
  outline-offset: 3px;
}

.payment-return-primary.hidden {
  display: none;
}

.payment-return-secondary {
  border: 1px solid rgba(44, 117, 88, 0.16);
  background: #ffffff;
  color: #1f563d;
}

@media (max-width: 480px) {
  .payment-return-popup {
    align-items: center;
    padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
  }

  .payment-return-card {
    width: min(344px, calc(100vw - 24px));
    max-height: calc(100svh - 24px);
    gap: 11px;
    padding: 24px 16px 16px;
    border-radius: 24px;
    overflow: auto;
  }

  .payment-return-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }

  .payment-return-visual {
    width: 72px;
    height: 72px;
  }

  .payment-return-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .payment-return-icon svg {
    width: 23px;
    height: 23px;
  }

  .payment-return-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.17em;
  }

  .payment-return-card h2 {
    font-size: clamp(1.34rem, 6vw, 1.56rem);
  }

  .payment-return-card p {
    max-width: 29ch;
    font-size: clamp(0.9rem, 3.7vw, 0.96rem);
    line-height: 1.44;
  }

  .payment-return-primary,
  .payment-return-secondary {
    min-height: 50px;
    font-size: 0.94rem;
  }
}

@media (max-width: 860px) {
  .mobile-brand-header-actions {
    display: flex !important;
    grid-column: 1;
    justify-self: start;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-brand-header-home {
    grid-column: 2;
    justify-self: center;
  }

  #mobile-account-toggle.mobile-brand-header-account,
  .mobile-brand-header-account {
    grid-column: 3;
    justify-self: end;
  }

  .mobile-brand-header-action-menu,
  .mobile-menu-panel {
    display: none !important;
  }
}

.gift-page {
  min-height: 100svh;
  margin: 0;
  color: #eef7ef;
  background:
    linear-gradient(180deg, rgba(7, 17, 17, 0.08), rgba(1, 5, 6, 0.9)),
    radial-gradient(ellipse at 50% 100%, rgba(89, 224, 148, 0.24), transparent 16%),
    linear-gradient(160deg, #071414 0%, #020708 58%, #000203 100%);
  font-family: "Inter", var(--font-sans, sans-serif);
  overflow-x: hidden;
}

.gift-page.gift-card-numarul1 {
  --gift-card-preset-name: "Numarul1";
}

.gift-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 19% 20%, rgba(109, 232, 146, 0.32) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 13%, rgba(104, 236, 150, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 38%, rgba(112, 231, 154, 0.26) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 61%, rgba(104, 236, 150, 0.22) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(95, 242, 159, 0.05), transparent 42%);
  content: "";
  pointer-events: none;
}

.gift-page::after {
  position: fixed;
  inset: auto 0 0;
  height: 34svh;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 84%, rgba(83, 245, 154, 0.34), transparent 28%),
    linear-gradient(180deg, transparent, rgba(1, 10, 9, 0.82));
  content: "";
  pointer-events: none;
}

.gift-page .hidden {
  display: none !important;
}

.gift-print-page {
  min-height: 100svh;
}

.gift-print-stage {
  display: grid;
  place-items: center;
  min-height: 100svh;
  width: 100%;
  padding: max(22px, env(safe-area-inset-top)) 18px max(22px, env(safe-area-inset-bottom));
}

.gift-print-sheet {
  display: grid;
  width: min(100% - 28px, 980px);
  gap: 28px;
  margin: 0 auto;
}

.gift-print-side {
  display: grid;
  place-items: center;
  min-height: min(760px, calc(100svh - 44px));
  padding: 24px;
  border: 1px solid rgba(158, 230, 183, 0.16);
  border-radius: 30px;
  background: rgba(2, 9, 9, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.gift-print-card-shell {
  display: grid;
  place-items: center;
  width: 100%;
}

.gift-print-front .gift-sealed-card {
  width: min(var(--mobile-canvas), 100%);
}

.gift-print-open-button {
  cursor: default;
  user-select: none;
}

.gift-print-back-card {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  align-content: center;
  width: min(var(--mobile-canvas), 100%);
  min-height: clamp(584px, 86svh, 666px);
  padding: clamp(34px, 6vw, 48px) 30px;
  border: 1px solid rgba(176, 242, 185, 0.58);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(ellipse at 50% 34%, rgba(87, 229, 146, 0.26), transparent 28%),
    radial-gradient(ellipse at 50% 100%, rgba(77, 225, 135, 0.18), transparent 32%),
    linear-gradient(155deg, rgba(19, 31, 29, 0.96), rgba(2, 12, 13, 0.98) 54%, rgba(0, 5, 6, 0.98));
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.68),
    0 0 44px rgba(90, 223, 137, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  text-align: center;
}

.gift-print-back-card::before,
.gift-print-back-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.gift-print-back-card::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(120, 255, 160, 0.24) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 14%, rgba(104, 236, 150, 0.24) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 52%, rgba(109, 228, 148, 0.24) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 78%, rgba(109, 228, 148, 0.2) 0 1px, transparent 2px);
}

.gift-print-back-card::after {
  inset: auto 12% 38px;
  height: 96px;
  background: radial-gradient(ellipse at 50% 50%, rgba(107, 242, 157, 0.38), transparent 70%);
  filter: blur(16px);
  opacity: 0.7;
}

.gift-print-back-kicker {
  color: rgba(219, 252, 226, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gift-print-qr {
  width: min(236px, 62vw);
  margin: 34px 0 28px;
  padding: 16px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 36px rgba(113, 237, 153, 0.24);
}

.gift-print-qr svg {
  display: block;
  width: 100%;
  height: auto;
  shape-rendering: crispEdges;
}

.gift-print-back-card h2 {
  margin: 0;
  color: #f1f4ed;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.45rem, 10vw, 3.45rem);
  font-weight: 400;
  line-height: 0.98;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 22px rgba(0, 0, 0, 0.45);
}

.gift-print-back-card p {
  max-width: 25ch;
  margin: 16px auto 0;
  color: rgba(236, 248, 237, 0.78);
  font-size: 1rem;
  line-height: 1.5;
}

.gift-print-link {
  display: block;
  width: min(100%, 310px);
  margin-top: 22px;
  color: rgba(232, 248, 235, 0.52);
  font-size: 0.72rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.gift-card-numarul2 .gift-print-side {
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.54);
}

.gift-card-numarul2 .gift-print-back-card {
  border-color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 78, 158, 0.18), transparent 18%),
    radial-gradient(ellipse at 50% 70%, rgba(71, 205, 205, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 255, 253, 0.96)),
    #ffffff;
  color: #1f254f;
  box-shadow:
    0 30px 80px rgba(64, 88, 110, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.gift-card-numarul2 .gift-print-back-card::before {
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 104, 163, 0.3) 0 4px, transparent 5px),
    radial-gradient(circle at 82% 18%, rgba(112, 134, 214, 0.34) 0 5px, transparent 6px),
    radial-gradient(circle at 18% 74%, rgba(36, 166, 164, 0.22) 0 5px, transparent 6px),
    linear-gradient(180deg, rgba(255, 246, 252, 0.68), transparent 48%);
}

.gift-card-numarul2 .gift-print-back-card::after {
  background: radial-gradient(ellipse at 50% 50%, rgba(244, 104, 176, 0.18), transparent 70%);
}

.gift-card-numarul2 .gift-print-back-kicker,
.gift-card-numarul2 .gift-print-back-card p,
.gift-card-numarul2 .gift-print-link {
  color: rgba(35, 43, 83, 0.58);
}

.gift-card-numarul2 .gift-print-back-card h2 {
  color: #16184c;
  text-shadow: 0 8px 18px rgba(26, 24, 76, 0.12);
}

.gift-card-numarul2 .gift-print-qr {
  box-shadow:
    0 24px 48px rgba(93, 110, 150, 0.16),
    0 0 36px rgba(244, 91, 168, 0.14);
}

.gift-card-numarul3 .gift-print-side {
  border-color: rgba(225, 190, 151, 0.22);
  background: rgba(8, 6, 5, 0.48);
}

.gift-card-numarul3 .gift-print-back-card {
  border-color: rgba(225, 190, 151, 0.48);
  background:
    linear-gradient(160deg, rgba(255, 236, 210, 0.08), transparent 20%),
    radial-gradient(ellipse at 50% 36%, rgba(223, 178, 122, 0.2), transparent 34%),
    linear-gradient(155deg, rgba(30, 27, 24, 0.95), rgba(9, 8, 7, 0.98) 54%, rgba(3, 3, 3, 0.98));
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.68),
    0 0 44px rgba(229, 190, 139, 0.14),
    inset 0 0 0 1px rgba(255, 232, 202, 0.04);
}

.gift-card-numarul3 .gift-print-back-card::before {
  background:
    radial-gradient(circle at 36% 16%, rgba(255, 221, 181, 0.52) 0 1px, transparent 2px),
    radial-gradient(circle at 64% 17%, rgba(255, 205, 143, 0.36) 0 1px, transparent 2px),
    radial-gradient(circle at 17% 42%, rgba(255, 218, 174, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 83% 54%, rgba(255, 218, 174, 0.24) 0 2px, transparent 3px);
}

.gift-card-numarul3 .gift-print-back-card::after {
  background: radial-gradient(ellipse at 50% 50%, rgba(229, 190, 139, 0.28), transparent 70%);
}

.gift-card-numarul3 .gift-print-back-kicker,
.gift-card-numarul3 .gift-print-back-card p,
.gift-card-numarul3 .gift-print-link {
  color: rgba(247, 229, 209, 0.62);
}

.gift-card-numarul3 .gift-print-back-card h2 {
  color: #fff2e2;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 22px rgba(0, 0, 0, 0.52);
}

.gift-card-numarul3 .gift-print-qr {
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 36px rgba(241, 210, 173, 0.16);
}

@media screen and (max-width: 520px) {
  .gift-print-page {
    overflow-x: hidden;
  }

  .gift-print-page .gift-print-stage {
    padding: max(14px, env(safe-area-inset-top)) 8px max(20px, env(safe-area-inset-bottom));
  }

  .gift-print-page .gift-print-sheet {
    width: 100%;
    gap: 16px;
  }

  .gift-print-page .gift-print-side {
    min-height: auto;
    padding: 10px 6px;
    border-radius: 22px;
    overflow: hidden;
  }

  .gift-print-page .gift-print-front .gift-sealed-card,
  .gift-print-page .gift-print-back-card {
    width: min(100%, 350px);
    min-height: min(640px, calc(100svh - 108px));
    border-radius: 28px;
  }

  .gift-print-page .gift-print-front .gift-sealed-card {
    padding: 28px 16px 20px;
  }

  .gift-print-page .gift-note-mark {
    width: 54px;
    height: 54px;
    margin-bottom: 0;
    font-size: 2.58rem;
  }

  .gift-print-page .gift-sealed-card h1 {
    max-width: 7.2ch;
    font-size: clamp(3rem, 15.2vw, 4rem);
    line-height: 0.92;
  }

  .gift-print-page .gift-sealed-card p {
    margin-top: 12px;
    font-size: clamp(1.08rem, 5.7vw, 1.34rem);
  }

  .gift-print-page .gift-box-art {
    width: min(252px, 72vw);
    height: clamp(210px, 35svh, 244px);
    margin: 18px auto 22px;
    transform: scale(0.9);
    transform-origin: center top;
  }

  .gift-print-page .gift-print-front .gift-open-button {
    width: calc(100% - 20px);
    max-width: 286px;
    min-height: 62px;
    gap: 12px;
    padding: 0 18px;
    font-size: clamp(1.02rem, 5vw, 1.18rem);
    line-height: 1;
    white-space: nowrap;
  }

  .gift-print-page .gift-print-front .gift-open-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .gift-print-page .gift-print-back-card {
    padding: 30px 22px;
  }

  .gift-print-page .gift-print-qr {
    width: min(212px, 62vw);
    margin: 28px 0 24px;
    padding: 14px;
    border-radius: 22px;
  }

  .gift-print-page .gift-print-back-card h2 {
    font-size: clamp(2.25rem, 10.6vw, 3rem);
  }

  .gift-print-page .gift-print-back-card p {
    font-size: 0.94rem;
  }

  .gift-print-page .gift-print-link {
    max-width: 100%;
    font-size: 0.66rem;
  }
}

@media print {
  html,
  body.gift-print-page {
    width: 210mm;
    min-height: 0;
    margin: 0 !important;
    background: #ffffff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .gift-print-page *,
  .gift-print-page *::before,
  .gift-print-page *::after {
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body.gift-print-page::before,
  body.gift-print-page::after,
  .gift-print-page .gift-state-panel {
    display: none !important;
  }

  .gift-print-stage,
  .gift-print-sheet {
    display: block !important;
    width: 210mm;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
  }

  .gift-print-side {
    display: grid;
    place-items: center;
    width: 210mm;
    height: 297mm;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    break-after: page;
    page-break-after: always;
  }

  .gift-print-side:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  .gift-print-card-shell {
    width: 100%;
    height: 100%;
  }

  .gift-print-front .gift-sealed-card,
  .gift-print-back-card {
    width: 92mm;
    min-height: 136mm;
    max-height: 136mm;
    box-shadow:
      0 0 0 0.25mm rgba(0, 0, 0, 0.08),
      inset 0 0 0 0.2mm rgba(255, 255, 255, 0.08) !important;
  }

  .gift-print-front .gift-sealed-card {
    align-content: start;
    padding: 7mm 5mm 6mm;
    border-radius: 9mm;
  }

  .gift-print-back-card {
    padding: 10mm 7mm;
    border-radius: 9mm;
  }

  .gift-print-front .gift-note-mark {
    width: 12mm;
    height: 12mm;
    margin-bottom: 0;
    font-size: 10mm;
  }

  .gift-print-front .gift-sealed-card h1 {
    max-width: 10ch;
    font-size: 10.8mm;
    line-height: 0.92;
  }

  .gift-print-front .gift-sealed-card p {
    margin-top: 2mm;
    font-size: 4.55mm;
  }

  .gift-print-front .gift-box-art {
    width: 59mm;
    height: 53mm;
    margin: 4mm auto 4mm;
    transform: scale(0.86);
    transform-origin: center top;
  }

  .gift-print-front .gift-open-button {
    width: calc(100% - 16mm);
    min-height: 12.2mm;
    margin-top: 0;
    border-radius: 999px;
    gap: 3.2mm;
    font-size: 4mm;
    line-height: 1;
    white-space: nowrap;
  }

  .gift-print-front .gift-open-icon {
    width: 5.2mm;
    height: 5.2mm;
    flex: 0 0 5.2mm;
  }

  .gift-print-back-kicker {
    font-size: 2.7mm;
  }

  .gift-print-qr {
    width: 56mm;
    margin: 10mm 0 8mm;
    padding: 3.5mm;
    border-radius: 6mm;
    box-shadow: none !important;
  }

  .gift-print-back-card h2 {
    font-size: 9mm;
  }

  .gift-print-back-card p {
    margin-top: 4mm;
    font-size: 3.6mm;
  }

  .gift-print-link {
    width: 72mm;
    margin-top: 5mm;
    font-size: 2.45mm;
  }
}

.gift-stage {
  display: grid;
  place-items: center;
  min-height: 100svh;
  width: 100%;
  padding: max(22px, env(safe-area-inset-top)) 18px max(22px, env(safe-area-inset-bottom));
}

.gift-state-panel,
.gift-sealed-card,
.gift-opened-screen {
  width: min(var(--mobile-canvas), calc(100vw - 32px));
}

.gift-state-panel {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 34px 24px;
  border: 1px solid rgba(139, 242, 170, 0.32);
  border-radius: 28px;
  background:
    linear-gradient(155deg, rgba(16, 30, 30, 0.94), rgba(2, 8, 9, 0.96)),
    #061010;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.58),
    0 0 36px rgba(88, 225, 143, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: center;
}

.gift-state-panel p {
  margin: 0;
  color: rgba(232, 244, 234, 0.8);
  font-size: 1rem;
  line-height: 1.5;
}

.gift-error-panel h1 {
  margin: 0;
  color: #f1f5ef;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 8vw, 2.6rem);
  font-weight: 400;
  line-height: 1.05;
}

.gift-error-icon,
.gift-loader-orb {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(179, 247, 193, 0.5);
  border-radius: 999px;
  background: linear-gradient(160deg, rgba(28, 43, 39, 0.94), rgba(7, 16, 16, 0.96));
  color: #83f2a8;
  box-shadow: 0 0 32px rgba(104, 234, 150, 0.24);
  font-size: 2rem;
}

.gift-loader-orb::before {
  width: 26px;
  height: 26px;
  border: 3px solid rgba(129, 238, 166, 0.18);
  border-top-color: #7cf2a3;
  border-radius: inherit;
  animation: gift-loader-spin 0.9s linear infinite;
  content: "";
}

@keyframes gift-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.gift-sealed-card {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: clamp(584px, 86svh, 666px);
  padding: clamp(34px, 6vw, 48px) 20px 30px;
  border: 1px solid rgba(176, 242, 185, 0.58);
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.09), transparent 18%),
    radial-gradient(ellipse at 50% 76%, rgba(78, 227, 135, 0.22), transparent 32%),
    linear-gradient(155deg, rgba(23, 32, 29, 0.9), rgba(1, 12, 13, 0.96) 44%, rgba(0, 5, 6, 0.98));
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.68),
    0 0 44px rgba(90, 223, 137, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.gift-sealed-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 74% 9%, rgba(120, 255, 160, 0.24) 0 1px, transparent 2px),
    radial-gradient(circle at 12% 44%, rgba(118, 238, 155, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 48%, rgba(109, 228, 148, 0.24) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(92, 249, 152, 0.06), transparent 42%);
  content: "";
}

.gift-sealed-card::after {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 36px;
  z-index: -1;
  height: 86px;
  background: radial-gradient(ellipse at 50% 50%, rgba(107, 242, 157, 0.42), transparent 70%);
  filter: blur(12px);
  opacity: 0.72;
  content: "";
}

.gift-spark {
  position: absolute;
  width: 12px;
  height: 12px;
  color: #7cf09f;
  opacity: 0.82;
}

.gift-spark::before,
.gift-spark::after {
  position: absolute;
  inset: 50% auto auto 50%;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(124, 240, 159, 0.72);
  content: "";
  transform: translate(-50%, -50%);
}

.gift-spark::before {
  width: 2px;
  height: 14px;
}

.gift-spark::after {
  width: 14px;
  height: 2px;
}

.gift-spark-1 {
  top: 78px;
  left: 40%;
}

.gift-spark-2 {
  right: 18%;
  top: 134px;
  transform: scale(0.62);
}

.gift-spark-3 {
  left: 13%;
  bottom: 235px;
  transform: scale(0.5);
}

.gift-note-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 2px;
  color: #7ff1a5;
  font-size: 3.15rem;
  line-height: 1;
  text-shadow:
    0 0 18px rgba(122, 241, 165, 0.7),
    0 3px 14px rgba(0, 0, 0, 0.4);
}

.gift-sealed-card h1 {
  margin: 0;
  color: #f1f4ed;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(3.1rem, 12vw, 4.25rem);
  font-weight: 400;
  line-height: 0.95;
  text-align: center;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 22px rgba(0, 0, 0, 0.45);
}

.gift-sealed-card p {
  margin: 16px 0 0;
  color: rgba(244, 248, 244, 0.88);
  font-size: clamp(1.18rem, 5vw, 1.48rem);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.36);
}

.gift-page .gift-tags {
  justify-content: center;
  max-width: 330px;
  margin-top: 14px;
  gap: 8px;
}

.gift-page .gift-tag {
  min-height: 28px;
  padding: 5px 10px;
  border-color: rgba(139, 242, 170, 0.25);
  background: rgba(4, 21, 18, 0.64);
  color: rgba(231, 249, 234, 0.78);
  font-size: 0.74rem;
  font-weight: 500;
}

.gift-box-art {
  position: relative;
  width: min(282px, 72vw);
  height: 258px;
  margin: 22px auto 28px;
  transform: perspective(820px) rotateX(3deg);
}

.gift-box-body,
.gift-box-lid,
.gift-box-ribbon-vertical,
.gift-box-ribbon-horizontal,
.gift-box-bow,
.gift-box-bow-knot,
.gift-box-tag {
  position: absolute;
  display: block;
}

.gift-box-body {
  left: 50%;
  bottom: 14px;
  width: 214px;
  height: 144px;
  border: 1px solid rgba(194, 255, 210, 0.12);
  border-radius: 14px 14px 18px 18px;
  background:
    linear-gradient(106deg, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(90deg, rgba(10, 31, 29, 0.95), rgba(22, 42, 38, 0.98) 46%, rgba(5, 16, 17, 0.98));
  box-shadow:
    0 34px 44px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -22px 38px rgba(0, 0, 0, 0.26);
  transform: translateX(-50%);
}

.gift-box-lid {
  left: 50%;
  top: 82px;
  width: 238px;
  height: 58px;
  border: 1px solid rgba(203, 255, 219, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(19, 43, 39, 0.98), rgba(25, 52, 46, 0.98) 50%, rgba(7, 21, 21, 0.98));
  box-shadow:
    0 16px 24px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  transform: translateX(-50%) skewY(1deg);
}

.gift-box-ribbon-vertical {
  left: 50%;
  top: 78px;
  bottom: 12px;
  width: 42px;
  border-radius: 9px;
  background:
    linear-gradient(90deg, rgba(30, 104, 58, 0.94), #8ef0a6 50%, rgba(15, 83, 50, 0.98));
  box-shadow:
    0 0 24px rgba(104, 238, 149, 0.34),
    inset 9px 0 18px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
}

.gift-box-ribbon-horizontal {
  left: 50%;
  top: 115px;
  width: 232px;
  height: 26px;
  border-radius: 6px;
  background:
    linear-gradient(180deg, #98f2aa, #1f8c4d 54%, #095333);
  box-shadow:
    0 0 22px rgba(95, 231, 139, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  transform: translateX(-50%);
}

.gift-box-bow {
  top: 38px;
  width: 96px;
  height: 64px;
  border: 1px solid rgba(186, 255, 200, 0.18);
  background:
    radial-gradient(ellipse at 38% 38%, rgba(255, 255, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #9ff4b2, #176a42 62%, #082f25);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.36),
    0 0 22px rgba(95, 234, 139, 0.24),
    inset -12px -10px 24px rgba(0, 0, 0, 0.28);
}

.gift-box-bow-left {
  left: 40px;
  border-radius: 76% 24% 68% 32% / 60% 38% 62% 40%;
  transform: rotate(-18deg);
}

.gift-box-bow-right {
  right: 40px;
  border-radius: 24% 76% 32% 68% / 38% 60% 40% 62%;
  transform: rotate(18deg) scaleX(-1);
}

.gift-box-bow-knot {
  left: 50%;
  top: 74px;
  width: 54px;
  height: 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, #96efa9, #155d3d 72%);
  box-shadow:
    0 12px 18px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateX(-50%);
}

.gift-box-tag {
  right: 16px;
  top: 111px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 70px;
  border: 1px solid rgba(197, 255, 211, 0.3);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 34%, rgba(123, 245, 160, 0.18), transparent 38%),
    linear-gradient(160deg, rgba(18, 31, 30, 0.98), rgba(1, 8, 10, 0.98));
  color: #7cf1a2;
  font-size: 2.1rem;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.36),
    0 0 22px rgba(95, 233, 140, 0.22);
}

.gift-box-tag::before {
  position: absolute;
  top: -22px;
  left: 21px;
  width: 24px;
  height: 28px;
  border-right: 2px solid rgba(172, 131, 83, 0.84);
  border-radius: 0 0 18px 0;
  content: "";
}

.gift-open-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: min(350px, 100%);
  min-height: 72px;
  margin-top: auto;
  border: 1px solid rgba(201, 255, 213, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(100deg, #95f6ac 0%, #66c680 48%, #19633e 100%);
  color: #0a2119;
  box-shadow:
    0 16px 28px rgba(46, 177, 91, 0.24),
    0 0 32px rgba(116, 245, 159, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-size: clamp(1.1rem, 4.8vw, 1.32rem);
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.gift-open-button:hover {
  box-shadow:
    0 19px 34px rgba(46, 177, 91, 0.3),
    0 0 40px rgba(116, 245, 159, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  filter: saturate(1.08);
  transform: translateY(-1px);
}

.gift-open-button:active {
  transform: translateY(1px) scale(0.99);
}

.gift-open-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.gift-open-icon::before {
  position: absolute;
  left: -5px;
  top: -8px;
  width: 30px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 4px;
  content: "";
}

.gift-open-icon::after {
  position: absolute;
  left: 9px;
  top: -11px;
  width: 2px;
  height: 33px;
  background: currentColor;
  box-shadow: -10px 10px 0 -8px currentColor, 10px 10px 0 -8px currentColor;
  content: "";
}

.gift-is-unopened #gift-content,
.gift-is-opened #gift-hero-card {
  display: none !important;
}

.gift-is-opened #gift-content:not(.hidden),
.gift-opened-screen {
  display: grid;
}

.gift-opened-screen {
  justify-items: stretch;
  align-content: start;
  gap: 20px;
  min-height: min(100svh, 860px);
  padding: 38px 0 22px;
}

.gift-opened-mark {
  position: relative;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-bottom: 4px;
  border: 1px solid rgba(241, 247, 234, 0.62);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 35%, rgba(130, 247, 165, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(31, 43, 38, 0.94), rgba(8, 15, 16, 0.98));
  color: #83f3a5;
  box-shadow:
    0 0 32px rgba(116, 240, 158, 0.2),
    inset 0 0 18px rgba(255, 255, 255, 0.05);
  font-size: 3.4rem;
  line-height: 1;
}

.gift-opened-mark::before {
  position: absolute;
  inset: -52px;
  z-index: -1;
  background: repeating-conic-gradient(
    from 0deg,
    rgba(197, 255, 208, 0.15) 0deg 1deg,
    transparent 1deg 8deg
  );
  border-radius: inherit;
  mask-image: radial-gradient(circle, transparent 0 34%, #000 35% 62%, transparent 63%);
  content: "";
  opacity: 0.58;
}

.gift-opened-screen h1 {
  margin: 0;
  color: rgba(243, 246, 239, 0.92);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.58rem, 6.6vw, 2.92rem);
  font-weight: 400;
  line-height: 1.02;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.42);
}

.gift-opened-screen h1::after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 22px auto 0;
  background: linear-gradient(90deg, transparent, rgba(168, 239, 185, 0.18), transparent);
  content: "";
}

.gift-sender-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 28px;
  color: rgba(231, 238, 232, 0.78);
  font-size: clamp(1.02rem, 4vw, 1.18rem);
}

.gift-sender-row strong {
  color: #77ee9b;
  font-weight: 700;
}

.gift-sender-icon {
  position: relative;
  width: 22px;
  height: 22px;
  color: #68d889;
}

.gift-sender-icon::before,
.gift-sender-icon::after {
  position: absolute;
  left: 50%;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}

.gift-sender-icon::before {
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.gift-sender-icon::after {
  bottom: 1px;
  width: 20px;
  height: 11px;
  border-radius: 12px 12px 5px 5px;
}

.gift-message-card {
  position: relative;
  display: grid;
  min-height: 118px;
  padding: 30px 52px 28px;
  border: 1px solid rgba(165, 225, 191, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(17, 29, 31, 0.92), rgba(4, 11, 13, 0.96)),
    #071011;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.gift-quote-mark {
  position: absolute;
  top: 18px;
  left: 22px;
  color: #6fe590;
  font-family: Georgia, serif;
  font-size: 4.1rem;
  line-height: 1;
  opacity: 0.82;
}

.gift-message {
  margin: 0;
  color: rgba(247, 249, 245, 0.94);
  font-family: "Inter", var(--font-sans, sans-serif);
  font-size: clamp(1.05rem, 4.2vw, 1.28rem);
  font-weight: 400;
  line-height: 1.55;
  white-space: pre-wrap;
}

.gift-message-heart {
  position: absolute;
  right: 22px;
  bottom: 19px;
  color: #74e596;
  font-size: 1.55rem;
  text-shadow: 0 0 18px rgba(116, 229, 150, 0.42);
}

.gift-player-card {
  display: grid;
  gap: 16px;
  padding: 22px 18px 20px;
  border: 1px solid rgba(166, 226, 195, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(16, 29, 31, 0.96), rgba(3, 10, 12, 0.98) 68%),
    #071011;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.gift-player-top {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.gift-page .gift-cover-shell {
  position: relative;
  display: block;
  width: 124px;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(152, 235, 183, 0.22);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.36),
    0 0 26px rgba(92, 232, 140, 0.12);
}

.gift-page .gift-cover-image,
.gift-cover-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-cover-fallback {
  background:
    radial-gradient(ellipse at 50% 88%, rgba(129, 245, 168, 0.7), transparent 30%),
    linear-gradient(138deg, rgba(18, 55, 60, 0.4), transparent 34%),
    linear-gradient(22deg, #071317 0 28%, #102b2c 29% 36%, #071111 37% 100%),
    linear-gradient(180deg, #1d5e5c, #03080a);
}

.gift-cover-fallback::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 30%, rgba(112, 244, 158, 0.52) 40%, transparent 54%),
    linear-gradient(160deg, transparent 38%, rgba(30, 80, 84, 0.88) 39% 53%, transparent 54%);
  content: "";
}

.gift-track-copy {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.gift-track-copy h2 {
  margin: 0;
  color: rgba(249, 250, 246, 0.96);
  font-size: clamp(1.38rem, 5.8vw, 1.72rem);
  font-weight: 600;
  line-height: 1.12;
}

.gift-track-copy p {
  margin: 0;
  color: rgba(226, 231, 225, 0.72);
  font-size: clamp(1rem, 4.4vw, 1.24rem);
  line-height: 1.22;
}

.gift-waveform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  height: 38px;
  margin-top: 14px;
  width: 100%;
  color: #7cf09d;
  filter: drop-shadow(0 0 10px rgba(124, 240, 157, 0.32));
}

.gift-waveform span {
  flex: 0 0 3px;
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(147, 247, 172, 0.2), currentColor, rgba(147, 247, 172, 0.2));
  opacity: 0.86;
  transform: scaleY(0.9);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
  will-change: transform;
}

.gift-waveform span:nth-child(2),
.gift-waveform span:nth-child(11) {
  height: 24px;
}

.gift-waveform span:nth-child(3),
.gift-waveform span:nth-child(7),
.gift-waveform span:nth-child(10) {
  height: 31px;
}

.gift-waveform span:nth-child(5),
.gift-waveform span:nth-child(8) {
  height: 12px;
}

.gift-waveform span:nth-child(6),
.gift-waveform span:nth-child(12),
.gift-waveform span:nth-child(18),
.gift-waveform span:nth-child(24),
.gift-waveform span:nth-child(30) {
  height: 28px;
}

.gift-waveform span:nth-child(13),
.gift-waveform span:nth-child(21),
.gift-waveform span:nth-child(29) {
  height: 10px;
}

.gift-waveform span:nth-child(14),
.gift-waveform span:nth-child(22),
.gift-waveform span:nth-child(31) {
  height: 18px;
}

.gift-waveform span:nth-child(15),
.gift-waveform span:nth-child(19),
.gift-waveform span:nth-child(27) {
  height: 33px;
}

.gift-waveform span:nth-child(16),
.gift-waveform span:nth-child(25),
.gift-waveform span:nth-child(32) {
  height: 22px;
}

.gift-waveform span:nth-child(17),
.gift-waveform span:nth-child(23),
.gift-waveform span:nth-child(28) {
  height: 14px;
}

.gift-waveform span:nth-child(20),
.gift-waveform span:nth-child(26),
.gift-waveform span:nth-child(35) {
  height: 30px;
}

.gift-waveform span:nth-child(33),
.gift-waveform span:nth-child(34),
.gift-waveform span:nth-child(36) {
  height: 12px;
}

.gift-waveform.is-playing span {
  animation: gift-wave-pulse 820ms ease-in-out infinite;
  opacity: 1;
}

.gift-waveform.is-playing span:nth-child(2) {
  animation-duration: 670ms;
  animation-delay: -180ms;
}

.gift-waveform.is-playing span:nth-child(3) {
  animation-duration: 930ms;
  animation-delay: -340ms;
}

.gift-waveform.is-playing span:nth-child(4) {
  animation-duration: 720ms;
  animation-delay: -90ms;
}

.gift-waveform.is-playing span:nth-child(5) {
  animation-duration: 1040ms;
  animation-delay: -420ms;
}

.gift-waveform.is-playing span:nth-child(6) {
  animation-duration: 760ms;
  animation-delay: -260ms;
}

.gift-waveform.is-playing span:nth-child(7) {
  animation-duration: 880ms;
  animation-delay: -520ms;
}

.gift-waveform.is-playing span:nth-child(8) {
  animation-duration: 690ms;
  animation-delay: -140ms;
}

.gift-waveform.is-playing span:nth-child(9) {
  animation-duration: 960ms;
  animation-delay: -390ms;
}

.gift-waveform.is-playing span:nth-child(10) {
  animation-duration: 740ms;
  animation-delay: -230ms;
}

.gift-waveform.is-playing span:nth-child(11) {
  animation-duration: 910ms;
  animation-delay: -610ms;
}

.gift-waveform.is-playing span:nth-child(12) {
  animation-duration: 800ms;
  animation-delay: -300ms;
}

.gift-waveform.is-playing span:nth-child(n + 13) {
  animation-duration: 860ms;
  animation-delay: -220ms;
}

.gift-waveform.is-playing span:nth-child(3n + 13) {
  animation-duration: 690ms;
  animation-delay: -430ms;
}

.gift-waveform.is-playing span:nth-child(4n + 14) {
  animation-duration: 1020ms;
  animation-delay: -610ms;
}

.gift-waveform.is-playing span:nth-child(5n + 15) {
  animation-duration: 760ms;
  animation-delay: -120ms;
}

@keyframes gift-wave-pulse {
  0%,
  100% {
    transform: scaleY(0.38);
  }

  34% {
    transform: scaleY(1.16);
  }

  58% {
    transform: scaleY(0.72);
  }

  78% {
    transform: scaleY(1.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gift-waveform.is-playing span {
    animation: none;
    transform: scaleY(1);
  }
}

.gift-player-bar {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: -2px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: grab;
  outline: 0;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

.gift-player-bar::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 5px;
  border-radius: 999px;
  background: rgba(101, 122, 124, 0.42);
  content: "";
  transform: translateY(-50%);
}

.gift-player-bar:focus-visible::before {
  box-shadow: 0 0 0 4px rgba(113, 237, 153, 0.18);
}

.gift-player-bar.is-seeking {
  cursor: grabbing;
}

.gift-player-bar.is-seeking::before {
  background: rgba(122, 146, 139, 0.5);
}

.gift-player-progress {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0%;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7bea99, #5ddf88);
  box-shadow: 0 0 16px rgba(107, 232, 142, 0.4);
  transform: translateY(-50%);
}

.gift-player-progress::after {
  position: absolute;
  right: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #7ded9d;
  box-shadow: 0 0 18px rgba(125, 237, 157, 0.52);
  content: "";
  transform: translateY(-50%);
}

.gift-player-time-row {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
  color: rgba(224, 230, 226, 0.64);
  font-size: 0.98rem;
  line-height: 1;
}

.gift-player-controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 10px;
  margin-top: 10px;
}

.gift-control-button,
.gift-play-button {
  position: relative;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(238, 242, 237, 0.9);
}

.gift-control-button {
  width: 48px;
  height: 48px;
  opacity: 0.94;
  cursor: pointer;
  transition:
    color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease,
    filter 160ms ease;
}

.gift-control-button:disabled {
  opacity: 0.38;
  cursor: default;
}

.gift-control-button:not(:disabled):hover {
  filter: drop-shadow(0 0 12px rgba(116, 229, 150, 0.24));
  transform: translateY(-1px);
}

.gift-control-button::before,
.gift-control-button::after {
  position: absolute;
  content: "";
}

.gift-control-download::before {
  top: 10px;
  left: 50%;
  width: 14px;
  height: 17px;
  border-radius: 0;
  background: currentColor;
  clip-path: polygon(38% 0, 62% 0, 62% 52%, 84% 52%, 50% 86%, 16% 52%, 38% 52%);
  transform: translateX(-50%);
}

.gift-control-download::after {
  left: 50%;
  top: 27px;
  width: 16px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-radius: 0 0 5px 5px;
  transform: translateX(-50%);
}

.gift-control-download span,
.gift-control-download i {
  display: none;
}

.gift-control-download {
  width: 34px;
  height: 34px;
  color: rgba(238, 242, 237, 0.9);
}

.gift-control-download:not(:disabled)::before {
  box-shadow: 0 0 12px rgba(116, 229, 150, 0.18);
}

.gift-control-download:not(:disabled) {
  color: rgba(241, 247, 241, 0.95);
}

.gift-control-download:not(:disabled)::after {
  filter: drop-shadow(0 0 7px rgba(116, 229, 150, 0.18));
}

.gift-control-download:not(:disabled):active {
  transform: translateY(1px) scale(0.96);
}

.gift-control-prev::before,
.gift-control-next::before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.gift-control-prev::before {
  border-right: 14px solid currentColor;
  transform: translateX(3px);
}

.gift-control-prev::after {
  left: 14px;
  width: 4px;
  height: 24px;
  border-radius: 999px;
  background: currentColor;
}

.gift-control-next::before {
  border-left: 14px solid currentColor;
  transform: translateX(-3px);
}

.gift-control-next::after {
  right: 14px;
  width: 4px;
  height: 24px;
  border-radius: 999px;
  background: currentColor;
}

.gift-control-heart::before {
  color: rgba(238, 242, 237, 0.82);
  font-size: 2.05rem;
  line-height: 1;
  content: "\2661";
  transition:
    color 160ms ease,
    transform 160ms ease,
    text-shadow 160ms ease;
}

.gift-control-heart.is-copied::before {
  color: #74e596;
  content: "\2665";
  text-shadow: 0 0 18px rgba(116, 229, 150, 0.45);
  transform: scale(1.08);
}

.gift-play-button {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(171, 255, 195, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 38%, rgba(163, 255, 187, 0.42), transparent 48%),
    linear-gradient(145deg, #3faa65, #143e2d 72%);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(113, 239, 154, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.gift-play-button:hover {
  box-shadow:
    0 21px 45px rgba(0, 0, 0, 0.46),
    0 0 40px rgba(113, 239, 154, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.gift-play-button span {
  position: relative;
  width: 28px;
  height: 34px;
}

.gift-play-button span::before {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #f4fff5;
  content: "";
}

.gift-play-button.is-playing span::before,
.gift-play-button.is-playing span::after {
  position: absolute;
  top: 2px;
  width: 8px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #f4fff5;
  content: "";
}

.gift-play-button.is-playing span::before {
  left: 4px;
}

.gift-play-button.is-playing span::after {
  right: 4px;
}

.gift-opened-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

.gift-soft-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(136, 238, 168, 0.24);
  border-radius: 999px;
  background: rgba(8, 26, 22, 0.7);
  color: #94f0aa;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.gift-copy-feedback {
  min-height: 20px;
  margin: -4px 0 0;
  color: #94f0aa;
  font-size: 0.88rem;
  text-align: center;
}

.gift-copy-feedback.is-muted {
  color: rgba(235, 242, 236, 0.62);
}

.gift-copy-feedback.is-neutral {
  color: rgba(255, 255, 255, 0.92);
}

.gift-page #gift-created-at,
.gift-page #gift-details-grid,
.gift-page #gift-lyrics-card {
  display: none !important;
}

.gift-page.gift-is-opened {
  height: 100svh;
  overflow: hidden;
}

.gift-is-opened .gift-stage {
  align-items: center;
  min-height: 100svh;
  height: 100svh;
  padding: max(8px, env(safe-area-inset-top)) 12px max(8px, env(safe-area-inset-bottom));
  overflow: hidden;
}

.gift-is-opened .gift-opened-screen {
  align-content: center;
  gap: clamp(8px, 1.8svh, 18px);
  width: min(var(--mobile-canvas), calc(100vw - 24px));
  height: calc(100svh - max(8px, env(safe-area-inset-top)) - max(8px, env(safe-area-inset-bottom)));
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.gift-is-opened .gift-opened-mark {
  width: clamp(54px, 11svh, 86px);
  height: clamp(54px, 11svh, 86px);
  margin-bottom: clamp(3px, 0.6svh, 6px);
  font-size: clamp(2rem, 7.5svh, 3.15rem);
}

.gift-is-opened .gift-opened-mark::before {
  inset: clamp(-42px, -6svh, -26px);
}

.gift-is-opened .gift-sender-row {
  min-height: clamp(20px, 3.5svh, 28px);
  font-size: clamp(0.92rem, 3.6vw, 1.12rem);
}

.gift-is-opened .gift-message-card {
  min-height: 0;
  padding: clamp(13px, 2.5svh, 20px) 38px clamp(13px, 2.4svh, 19px) 46px;
  border-radius: clamp(16px, 4.6vw, 22px);
}

.gift-is-opened .gift-quote-mark {
  top: clamp(10px, 2svh, 18px);
  left: 20px;
  font-size: clamp(2.6rem, 8svh, 4.1rem);
}

.gift-is-opened .gift-message {
  display: block;
  overflow: visible;
  font-size: clamp(0.78rem, 3vw, 0.98rem);
  line-height: 1.34;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

.gift-is-opened .gift-message-heart {
  right: 20px;
  bottom: clamp(12px, 2.4svh, 19px);
  font-size: clamp(1.15rem, 4svh, 1.55rem);
}

.gift-is-opened .gift-player-card {
  gap: clamp(8px, 1.7svh, 16px);
  padding: clamp(12px, 2.4svh, 20px) 16px clamp(12px, 2.2svh, 18px);
  border-radius: clamp(18px, 5vw, 24px);
}

.gift-is-opened .gift-player-top {
  grid-template-columns: clamp(88px, 16svh, 124px) minmax(0, 1fr);
  gap: clamp(14px, 4.2vw, 24px);
}

.gift-page.gift-is-opened .gift-cover-shell {
  width: clamp(88px, 16svh, 124px);
}

.gift-is-opened .gift-track-copy {
  gap: clamp(4px, 1svh, 8px);
}

.gift-is-opened .gift-track-copy h2 {
  font-size: clamp(1.1rem, 5vw, 1.62rem);
}

.gift-is-opened .gift-track-copy p {
  font-size: clamp(0.9rem, 4vw, 1.18rem);
}

.gift-is-opened .gift-waveform {
  height: clamp(24px, 5.4svh, 38px);
  margin-top: clamp(4px, 1.4svh, 12px);
}

.gift-is-opened .gift-player-bar {
  height: clamp(26px, 4.6svh, 34px);
  margin-top: clamp(-6px, -0.8svh, -2px);
}

.gift-is-opened .gift-player-time-row {
  margin-top: clamp(-8px, -1.4svh, -4px);
  font-size: clamp(0.78rem, 3.2vw, 0.98rem);
}

.gift-is-opened .gift-player-controls {
  gap: clamp(4px, 2vw, 10px);
  margin-top: clamp(2px, 1.3svh, 10px);
}

.gift-is-opened .gift-control-button {
  width: clamp(34px, 7svh, 48px);
  height: clamp(34px, 7svh, 48px);
}

.gift-is-opened .gift-control-download {
  width: clamp(30px, 5.8svh, 34px);
  height: clamp(30px, 5.8svh, 34px);
}

.gift-is-opened .gift-play-button {
  width: clamp(58px, 11svh, 82px);
  height: clamp(58px, 11svh, 82px);
}

.gift-is-opened .gift-copy-feedback {
  min-height: clamp(14px, 2.4svh, 20px);
  margin-top: 0;
  font-size: clamp(0.72rem, 3vw, 0.88rem);
}

@media (max-height: 700px) {
  .gift-is-opened .gift-opened-screen {
    gap: 8px;
  }

  .gift-is-opened .gift-player-card {
    gap: 8px;
  }
}

@media (max-height: 620px) {
  .gift-is-opened .gift-opened-mark {
    width: 48px;
    height: 48px;
    font-size: 1.85rem;
  }

  .gift-is-opened .gift-opened-mark::before {
    inset: -24px;
  }

  .gift-is-opened .gift-sender-row {
    min-height: 18px;
    font-size: 0.86rem;
  }

  .gift-is-opened .gift-message-card {
    padding: 11px 34px 11px 40px;
  }

  .gift-is-opened .gift-message {
    font-size: 0.78rem;
    line-height: 1.28;
  }

  .gift-is-opened .gift-player-top {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
  }

  .gift-page.gift-is-opened .gift-cover-shell {
    width: 82px;
  }

  .gift-is-opened .gift-waveform {
    height: 22px;
    margin-top: 2px;
  }

  .gift-is-opened .gift-play-button {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 520px) {
  .gift-stage {
    padding-inline: 12px;
  }

  .gift-state-panel,
  .gift-sealed-card,
  .gift-opened-screen {
    width: min(100%, var(--mobile-canvas));
  }

  .gift-sealed-card {
    min-height: min(650px, calc(100svh - 24px));
    padding: 30px 18px 22px;
    border-radius: 32px;
  }

  .gift-note-mark {
    width: 62px;
    height: 62px;
    font-size: 2.85rem;
  }

  .gift-sealed-card h1 {
    font-size: clamp(2.7rem, 14.2vw, 3.85rem);
  }

  .gift-sealed-card p {
    margin-top: 14px;
  }

  .gift-box-art {
    width: min(274px, 76vw);
    height: clamp(220px, 34svh, 258px);
    margin-top: 18px;
    margin-bottom: 22px;
    transform: scale(0.94);
    transform-origin: center top;
  }

  .gift-open-button {
    min-height: 70px;
  }

  .gift-opened-screen {
    min-height: auto;
    gap: 18px;
    padding-top: 34px;
  }

  .gift-opened-mark {
    width: 86px;
    height: 86px;
    font-size: 3.15rem;
  }

  .gift-opened-screen h1::after {
    margin-top: 18px;
  }

  .gift-message-card {
    min-height: 112px;
    padding: 28px 46px 26px 52px;
  }

  .gift-player-card {
    padding: 20px 16px 18px;
  }

  .gift-player-top {
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 24px;
  }

  .gift-control-button {
    width: 42px;
    height: 42px;
  }

  .gift-play-button {
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 390px) {
  .gift-player-top {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
  }

  .gift-page .gift-cover-shell {
    width: 108px;
  }

  .gift-waveform {
    height: 30px;
    margin-top: 8px;
  }

  .gift-player-controls {
    gap: 4px;
  }

  .gift-control-button {
    width: 38px;
    height: 38px;
  }

  .gift-play-button {
    width: 68px;
    height: 68px;
  }
}

.gift-page.gift-card-numarul2 {
  --gift-card-preset-name: "Numarul2";
  color: #1f254f;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 246, 252, 0.86)),
    radial-gradient(ellipse at 50% 0%, rgba(161, 115, 240, 0.42), transparent 38%),
    linear-gradient(180deg, #d993df 0%, #f8c4dc 52%, #fff2f7 100%);
}

.gift-page.gift-card-numarul2.gift-is-opened {
  background:
    radial-gradient(circle at 50% 9%, rgba(255, 78, 158, 0.2), transparent 14%),
    radial-gradient(ellipse at 50% 56%, rgba(71, 205, 205, 0.24), transparent 48%),
    radial-gradient(ellipse at 50% 100%, rgba(205, 255, 249, 0.96), transparent 44%),
    linear-gradient(180deg, #f6fffd 0%, #fff8fd 42%, #dcfff9 100%);
}

.gift-page.gift-card-numarul2.gift-is-opened::before {
  background:
    radial-gradient(circle at 24% 5%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 9%, rgba(255, 100, 159, 0.42) 0 4px, transparent 5px),
    radial-gradient(circle at 14% 25%, rgba(36, 166, 164, 0.34) 0 5px, transparent 6px),
    radial-gradient(circle at 88% 30%, rgba(132, 111, 230, 0.28) 0 6px, transparent 7px),
    radial-gradient(circle at 18% 72%, rgba(255, 100, 159, 0.24) 0 4px, transparent 5px),
    radial-gradient(circle at 84% 82%, rgba(35, 168, 164, 0.26) 0 5px, transparent 6px),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(35, 168, 164, 0.055) 39px, transparent 40px 78px),
    linear-gradient(118deg, transparent 0 12%, rgba(255, 78, 158, 0.13) 12.35% 13%, transparent 13.35% 42%, rgba(72, 204, 211, 0.13) 42.35% 43%, transparent 43.35%),
    linear-gradient(242deg, transparent 0 27%, rgba(132, 111, 230, 0.1) 27.35% 28%, transparent 28.35% 71%, rgba(255, 78, 158, 0.09) 71.35% 72%, transparent 72.35%);
  opacity: 1;
}

.gift-page.gift-card-numarul2.gift-is-opened::after {
  inset: 0;
  height: auto;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.78), transparent 22%),
    radial-gradient(ellipse at 50% 74%, rgba(255, 84, 158, 0.15), transparent 36%),
    radial-gradient(ellipse at 50% 103%, rgba(42, 202, 204, 0.34), transparent 38%),
    linear-gradient(167deg, transparent 0 55%, rgba(42, 202, 204, 0.1) 55.2% 61%, transparent 61.2%),
    linear-gradient(193deg, transparent 0 62%, rgba(255, 84, 158, 0.1) 62.2% 68%, transparent 68.2%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 248, 253, 0.36) 52%, rgba(212, 255, 249, 0.56));
  opacity: 0.92;
}

.gift-page.gift-card-numarul2::before {
  background:
    radial-gradient(circle at 13% 8%, rgba(255, 255, 255, 0.88) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 14%, rgba(255, 245, 176, 0.86) 0 4px, transparent 5px),
    radial-gradient(circle at 90% 36%, rgba(112, 134, 214, 0.64) 0 5px, transparent 6px),
    radial-gradient(circle at 16% 28%, rgba(255, 103, 151, 0.58) 0 4px, transparent 5px),
    linear-gradient(150deg, rgba(255, 255, 255, 0.28), transparent 46%);
}

.gift-page.gift-card-numarul2::after {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 171, 204, 0.32), transparent 34%),
    linear-gradient(180deg, transparent, rgba(255, 251, 255, 0.74));
}

.gift-card-numarul2 .gift-sealed-card {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 253, 0.96)),
    #ffffff;
  box-shadow:
    0 28px 54px rgba(107, 63, 134, 0.18),
    0 14px 28px rgba(229, 101, 158, 0.14),
    inset 0 0 0 10px rgba(251, 229, 246, 0.78);
}

.gift-card-numarul2 .gift-sealed-card::before {
  background:
    radial-gradient(circle at 20% 48%, rgba(255, 189, 113, 0.54) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 45%, rgba(255, 176, 211, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 75%, rgba(255, 255, 255, 0.86) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 56%);
}

.gift-card-numarul2 .gift-sealed-card::after {
  background: radial-gradient(ellipse at 50% 50%, rgba(244, 104, 176, 0.28), transparent 70%);
  opacity: 0.56;
}

.gift-card-numarul2 .gift-spark {
  color: #ff96c7;
}

.gift-card-numarul2 .gift-note-mark {
  width: 58px;
  height: 52px;
  margin-bottom: 8px;
  color: #f75aa9;
  font-size: 0;
  text-shadow: 0 12px 24px rgba(214, 73, 146, 0.22);
}

.gift-card-numarul2 .gift-note-mark::after {
  color: #f75aa9;
  font-size: 2.75rem;
  line-height: 1;
  content: "\2665";
  text-shadow:
    0 8px 16px rgba(217, 71, 146, 0.24),
    0 0 18px rgba(255, 128, 190, 0.34);
}

.gift-card-numarul2 .gift-sealed-card h1 {
  color: #16184c;
  text-shadow: 0 8px 18px rgba(26, 24, 76, 0.12);
}

.gift-card-numarul2 .gift-sealed-card p {
  color: rgba(28, 31, 78, 0.88);
  text-shadow: none;
}

.gift-card-numarul2 .gift-box-body,
.gift-card-numarul2 .gift-box-lid {
  border-color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.42), transparent 26%),
    linear-gradient(90deg, #f9d9fb, #f8ecff 44%, #f6c6ea);
  box-shadow:
    0 30px 42px rgba(194, 76, 152, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -18px 30px rgba(178, 99, 195, 0.12);
}

.gift-card-numarul2 .gift-box-ribbon-vertical {
  background: linear-gradient(90deg, #f54d9d, #ff91ca 48%, #4d8ef5 52%, #6274d7);
  box-shadow: 0 0 22px rgba(245, 87, 164, 0.24);
}

.gift-card-numarul2 .gift-box-ribbon-horizontal {
  background: linear-gradient(90deg, #f74f9e 0 48%, #7292ff 52% 100%);
  box-shadow:
    0 0 22px rgba(116, 138, 246, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.gift-card-numarul2 .gift-box-bow,
.gift-card-numarul2 .gift-box-bow-knot {
  border-color: rgba(255, 255, 255, 0.62);
  background:
    radial-gradient(ellipse at 38% 38%, rgba(255, 255, 255, 0.42), transparent 32%),
    linear-gradient(135deg, #ff8fce, #d448ba 54%, #7974e8);
  box-shadow:
    0 14px 24px rgba(185, 67, 157, 0.2),
    inset -12px -10px 24px rgba(91, 64, 190, 0.16);
}

.gift-card-numarul2 .gift-box-tag {
  border-color: rgba(140, 121, 220, 0.24);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 159, 217, 0.24), transparent 38%),
    linear-gradient(180deg, #ffffff, #fff2fb);
  color: #9f65dc;
  box-shadow:
    0 12px 20px rgba(139, 95, 179, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.gift-card-numarul2 .gift-open-button {
  border-color: rgba(255, 255, 255, 0.52);
  background: linear-gradient(100deg, #ff6e9b 0%, #f45ba8 42%, #6b83ee 100%);
  color: #ffffff;
  box-shadow:
    0 18px 34px rgba(226, 82, 158, 0.24),
    0 0 26px rgba(122, 139, 237, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.gift-card-numarul2.gift-is-opened .gift-opened-mark {
  border-color: rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 114, 167, 0.26), transparent 44%),
    linear-gradient(180deg, #ffffff, #fbffff);
  color: #f04d9b;
  font-size: 0;
  box-shadow:
    0 16px 34px rgba(109, 197, 189, 0.18),
    inset 0 0 0 8px rgba(246, 255, 253, 0.88);
}

.gift-card-numarul2.gift-is-opened .gift-opened-mark::after {
  color: #ef4f9d;
  font-size: clamp(2rem, 7svh, 3rem);
  content: "\2665";
  text-shadow: 0 0 16px rgba(239, 79, 157, 0.24);
}

.gift-card-numarul2.gift-is-opened .gift-opened-mark::before {
  background: repeating-conic-gradient(
    from 0deg,
    rgba(50, 96, 145, 0.1) 0deg 1deg,
    transparent 1deg 8deg
  );
}

.gift-card-numarul2 .gift-sender-row {
  color: rgba(29, 36, 72, 0.74);
}

.gift-card-numarul2 .gift-sender-row strong {
  color: #16a59e;
}

.gift-card-numarul2 .gift-sender-icon {
  color: #16a59e;
}

.gift-card-numarul2 .gift-message-card {
  border-color: rgba(203, 232, 230, 0.8);
  background:
    linear-gradient(135deg, rgba(235, 255, 253, 0.96), rgba(222, 249, 246, 0.9)),
    #effffc;
  box-shadow:
    0 18px 42px rgba(44, 117, 125, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.gift-card-numarul2 .gift-quote-mark,
.gift-card-numarul2 .gift-message-heart {
  color: #23a8a4;
  text-shadow: 0 0 18px rgba(35, 168, 164, 0.18);
}

.gift-card-numarul2 .gift-message {
  color: #202a51;
}

.gift-card-numarul2 .gift-player-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(224, 235, 238, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 255, 255, 0.94)),
    repeating-linear-gradient(
      0deg,
      transparent 0 21px,
      rgba(32, 168, 164, 0.06) 22px,
      transparent 23px 31px
    ),
    linear-gradient(132deg, rgba(255, 84, 158, 0.16), transparent 38%),
    linear-gradient(318deg, rgba(67, 199, 205, 0.18), transparent 44%),
    #ffffff;
  box-shadow:
    0 24px 54px rgba(65, 108, 118, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.gift-card-numarul2 .gift-player-card::before,
.gift-card-numarul2 .gift-player-card::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.gift-card-numarul2 .gift-player-card::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(118deg, transparent 0 16%, rgba(255, 78, 155, 0.14) 16.4% 17.2%, transparent 17.6% 43%, rgba(72, 204, 211, 0.13) 43.5% 44.3%, transparent 44.8%),
    repeating-linear-gradient(90deg, transparent 0 44px, rgba(255, 83, 158, 0.05) 44px 46px, transparent 46px 88px);
  opacity: 0.86;
}

.gift-card-numarul2 .gift-player-card::after {
  left: -26px;
  right: -26px;
  bottom: -38px;
  z-index: 0;
  height: 142px;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  background:
    linear-gradient(100deg, rgba(42, 202, 204, 0.36), rgba(255, 84, 158, 0.22) 44%, rgba(132, 111, 230, 0.28));
  clip-path: polygon(0 36%, 16% 25%, 34% 39%, 51% 27%, 68% 43%, 85% 30%, 100% 40%, 100% 100%, 0 100%);
  opacity: 0.72;
}

.gift-card-numarul2 .gift-player-card > * {
  position: relative;
  z-index: 1;
}

.gift-card-numarul2 .gift-cover-fallback {
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 121, 175, 0.18), transparent 22%),
    radial-gradient(ellipse at 50% 78%, rgba(105, 139, 239, 0.5), transparent 30%),
    linear-gradient(155deg, #ffb4ca 0%, #8d76d9 46%, #6ed3e0 100%);
}

.gift-card-numarul2 .gift-cover-fallback::before {
  background:
    radial-gradient(circle at 50% 45%, transparent 0 20%, rgba(255, 132, 185, 0.58) 21% 23%, transparent 24%),
    linear-gradient(160deg, transparent 38%, rgba(250, 200, 244, 0.42) 39% 53%, transparent 54%);
}

.gift-card-numarul2 .gift-track-copy h2 {
  color: #202044;
}

.gift-card-numarul2 .gift-track-copy p {
  color: rgba(50, 57, 96, 0.62);
}

.gift-card-numarul2 .gift-waveform {
  color: #f14d99;
  filter: drop-shadow(0 0 8px rgba(241, 77, 153, 0.22));
}

.gift-card-numarul2 .gift-player-bar::before {
  background: rgba(206, 214, 226, 0.82);
}

.gift-card-numarul2 .gift-player-bar.is-seeking::before {
  background: rgba(189, 199, 216, 0.95);
}

.gift-card-numarul2 .gift-player-progress {
  background: linear-gradient(90deg, #ff5e9e, #ec4c9a);
  box-shadow: 0 0 16px rgba(236, 76, 154, 0.28);
}

.gift-card-numarul2 .gift-player-progress::after {
  background: #ef4d99;
  box-shadow: 0 0 18px rgba(239, 77, 153, 0.34);
}

.gift-card-numarul2 .gift-player-time-row {
  color: rgba(48, 57, 96, 0.56);
}

.gift-card-numarul2 .gift-control-button {
  color: #1e2842;
}

.gift-card-numarul2 .gift-control-download:not(:disabled),
.gift-card-numarul2 .gift-control-heart::before {
  color: #1e2842;
}

.gift-card-numarul2 .gift-control-heart::before {
  color: #ef4d99;
}

.gift-card-numarul2 .gift-control-heart.is-copied::before {
  color: #23a8a4;
  text-shadow: 0 0 18px rgba(35, 168, 164, 0.26);
}

.gift-card-numarul2 .gift-play-button {
  border-color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.32), transparent 46%),
    linear-gradient(145deg, #f253a2 0%, #8e6fe6 52%, #43c7cd 100%);
  box-shadow:
    0 18px 32px rgba(94, 107, 191, 0.2),
    0 0 24px rgba(242, 83, 162, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.gift-card-numarul2 .gift-copy-feedback {
  color: #ef4d99;
}

.gift-card-numarul2 .gift-copy-feedback.is-muted {
  color: rgba(48, 57, 96, 0.54);
}

.gift-card-numarul2 .gift-copy-feedback.is-neutral {
  color: #202044;
}

.gift-page.gift-card-numarul3 {
  --gift-card-preset-name: "Numarul3";
  color: #f8eee1;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(218, 174, 124, 0.22), transparent 34%),
    radial-gradient(circle at 50% 10%, rgba(239, 206, 165, 0.12), transparent 18%),
    linear-gradient(180deg, #151312 0%, #090909 54%, #030303 100%);
}

.gift-page.gift-card-numarul3.gift-is-opened {
  background:
    radial-gradient(circle at 50% 8%, rgba(242, 210, 174, 0.18), transparent 16%),
    radial-gradient(ellipse at 50% 64%, rgba(208, 163, 112, 0.14), transparent 46%),
    radial-gradient(ellipse at 50% 104%, rgba(224, 181, 126, 0.22), transparent 36%),
    linear-gradient(180deg, #161413 0%, #080808 52%, #020202 100%);
}

.gift-page.gift-card-numarul3::before {
  background:
    radial-gradient(circle at 36% 16%, rgba(255, 221, 181, 0.86) 0 1px, transparent 2px),
    radial-gradient(circle at 64% 17%, rgba(255, 205, 143, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 17% 42%, rgba(255, 218, 174, 0.5) 0 2px, transparent 3px),
    radial-gradient(circle at 83% 38%, rgba(255, 218, 174, 0.46) 0 2px, transparent 3px),
    radial-gradient(circle at 18% 78%, rgba(255, 204, 138, 0.36) 0 2px, transparent 3px),
    linear-gradient(160deg, rgba(244, 210, 174, 0.08), transparent 52%);
  opacity: 0.92;
}

.gift-page.gift-card-numarul3::after {
  background:
    radial-gradient(ellipse at 50% 86%, rgba(224, 178, 118, 0.28), transparent 30%),
    linear-gradient(180deg, transparent, rgba(7, 5, 4, 0.84));
}

.gift-page.gift-card-numarul3.gift-is-opened::before {
  background:
    radial-gradient(circle at 34% 11%, rgba(255, 224, 187, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 63% 13%, rgba(255, 203, 139, 0.58) 0 1px, transparent 2px),
    radial-gradient(circle at 11% 34%, rgba(255, 221, 182, 0.38) 0 2px, transparent 3px),
    radial-gradient(circle at 89% 32%, rgba(255, 221, 182, 0.42) 0 2px, transparent 3px),
    radial-gradient(circle at 20% 76%, rgba(255, 206, 146, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 83% 82%, rgba(255, 206, 146, 0.24) 0 2px, transparent 3px),
    linear-gradient(115deg, transparent 0 20%, rgba(226, 177, 118, 0.1) 20.4% 21%, transparent 21.4% 58%, rgba(244, 216, 184, 0.07) 58.3% 59%, transparent 59.3%),
    repeating-linear-gradient(0deg, transparent 0 46px, rgba(222, 181, 132, 0.035) 47px, transparent 48px 92px);
}

.gift-page.gift-card-numarul3.gift-is-opened::after {
  inset: 0;
  height: auto;
  background:
    radial-gradient(ellipse at 50% 17%, rgba(243, 217, 188, 0.12), transparent 24%),
    radial-gradient(ellipse at 50% 74%, rgba(220, 174, 117, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 238, 214, 0.02), transparent 40%, rgba(210, 158, 99, 0.12));
}

.gift-card-numarul3 .gift-sealed-card {
  border-color: rgba(225, 190, 151, 0.48);
  background:
    linear-gradient(160deg, rgba(255, 236, 210, 0.09), transparent 20%),
    radial-gradient(ellipse at 50% 70%, rgba(223, 178, 122, 0.2), transparent 34%),
    linear-gradient(155deg, rgba(37, 33, 29, 0.94), rgba(12, 11, 10, 0.98) 56%, rgba(2, 2, 2, 0.98));
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.72),
    0 0 44px rgba(219, 176, 122, 0.2),
    inset 0 0 0 1px rgba(255, 231, 199, 0.08);
}

.gift-card-numarul3 .gift-sealed-card::before {
  background:
    radial-gradient(circle at 74% 9%, rgba(241, 206, 166, 0.34) 0 1px, transparent 2px),
    radial-gradient(circle at 12% 44%, rgba(241, 206, 166, 0.24) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 48%, rgba(241, 206, 166, 0.28) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(241, 206, 166, 0.06), transparent 42%);
}

.gift-card-numarul3 .gift-sealed-card::after {
  background: radial-gradient(ellipse at 50% 50%, rgba(229, 190, 139, 0.34), transparent 70%);
}

.gift-card-numarul3 .gift-spark,
.gift-card-numarul3 .gift-note-mark,
.gift-card-numarul3 .gift-box-tag {
  color: #f1d2ad;
}

.gift-card-numarul3 .gift-spark::before,
.gift-card-numarul3 .gift-spark::after {
  box-shadow: 0 0 12px rgba(241, 210, 173, 0.74);
}

.gift-card-numarul3 .gift-note-mark {
  text-shadow:
    0 0 18px rgba(241, 210, 173, 0.52),
    0 3px 14px rgba(0, 0, 0, 0.42);
}

.gift-card-numarul3 .gift-sealed-card h1 {
  color: #fff2e2;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 22px rgba(0, 0, 0, 0.52);
}

.gift-card-numarul3 .gift-sealed-card p {
  color: rgba(255, 242, 226, 0.9);
}

.gift-card-numarul3 .gift-box-body,
.gift-card-numarul3 .gift-box-lid {
  border-color: rgba(255, 231, 204, 0.26);
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 242, 229, 0.58) 0 4px, transparent 5px),
    radial-gradient(circle at 25% 32%, rgba(232, 195, 173, 0.58) 0 10px, transparent 11px),
    radial-gradient(circle at 82% 30%, rgba(255, 244, 230, 0.44) 0 5px, transparent 6px),
    linear-gradient(106deg, rgba(255, 255, 255, 0.24), transparent 25%),
    linear-gradient(90deg, #7d6c5b, #d8c1aa 46%, #816b55);
  box-shadow:
    0 34px 44px rgba(0, 0, 0, 0.48),
    0 0 30px rgba(226, 188, 142, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -22px 38px rgba(73, 50, 33, 0.28);
}

.gift-card-numarul3 .gift-box-art::before,
.gift-card-numarul3 .gift-box-art::after {
  position: absolute;
  z-index: 5;
  width: 112px;
  height: 96px;
  background:
    radial-gradient(circle at 34% 42%, #fff3e7 0 5px, transparent 6px),
    radial-gradient(circle at 41% 35%, rgba(248, 226, 208, 0.96) 0 11px, transparent 12px),
    radial-gradient(circle at 50% 46%, rgba(255, 248, 239, 0.9) 0 6px, transparent 7px),
    radial-gradient(circle at 58% 38%, rgba(231, 205, 184, 0.84) 0 8px, transparent 9px),
    radial-gradient(ellipse at 22% 68%, rgba(171, 160, 128, 0.72) 0 10px, transparent 11px),
    radial-gradient(ellipse at 76% 62%, rgba(171, 160, 128, 0.64) 0 9px, transparent 10px);
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.22));
  content: "";
}

.gift-card-numarul3 .gift-box-art::before {
  left: 28px;
  top: 48px;
  transform: rotate(-10deg);
}

.gift-card-numarul3 .gift-box-art::after {
  right: 34px;
  top: 54px;
  transform: rotate(12deg) scale(0.82);
}

.gift-card-numarul3 .gift-box-ribbon-vertical {
  background:
    linear-gradient(90deg, rgba(147, 119, 91, 0.94), #f3d7b6 50%, rgba(129, 98, 70, 0.98));
  box-shadow:
    0 0 24px rgba(241, 210, 173, 0.24),
    inset 9px 0 18px rgba(0, 0, 0, 0.14);
}

.gift-card-numarul3 .gift-box-ribbon-horizontal {
  background:
    linear-gradient(180deg, #ffe6c3, #d2af83 54%, #8a684a);
  box-shadow:
    0 0 24px rgba(242, 208, 169, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.gift-card-numarul3 .gift-box-bow,
.gift-card-numarul3 .gift-box-bow-knot {
  border-color: rgba(255, 232, 202, 0.28);
  background:
    radial-gradient(ellipse at 38% 38%, rgba(255, 255, 255, 0.38), transparent 32%),
    linear-gradient(135deg, #ffe8c7, #b98f62 62%, #5f432e);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(240, 204, 164, 0.2),
    inset -12px -10px 24px rgba(91, 62, 39, 0.26);
}

.gift-card-numarul3 .gift-box-tag {
  border-color: rgba(255, 232, 202, 0.34);
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 241, 222, 0.18), transparent 38%),
    linear-gradient(160deg, rgba(50, 43, 36, 0.98), rgba(7, 6, 5, 0.98));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.38),
    0 0 24px rgba(236, 199, 156, 0.18);
}

.gift-card-numarul3 .gift-open-button {
  border-color: rgba(255, 232, 204, 0.52);
  background:
    linear-gradient(100deg, #fff0d7 0%, #e0bd8e 54%, #ad8255 100%);
  color: #17120d;
  box-shadow:
    0 18px 34px rgba(214, 174, 121, 0.22),
    0 0 32px rgba(241, 210, 173, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.gift-card-numarul3.gift-is-opened .gift-opened-mark {
  border-color: rgba(235, 204, 169, 0.62);
  background:
    radial-gradient(circle at 50% 35%, rgba(244, 213, 181, 0.18), transparent 44%),
    linear-gradient(160deg, rgba(47, 40, 34, 0.92), rgba(13, 12, 11, 0.96));
  color: #f1d2ad;
  box-shadow:
    0 16px 34px rgba(214, 174, 121, 0.16),
    0 0 32px rgba(241, 210, 173, 0.13),
    inset 0 1px 0 rgba(255, 238, 217, 0.16);
}

.gift-card-numarul3.gift-is-opened .gift-opened-mark::before {
  background: repeating-conic-gradient(
    from 0deg,
    rgba(242, 210, 174, 0.12) 0deg 1deg,
    transparent 1deg 8deg
  );
}

.gift-card-numarul3 .gift-sender-row {
  color: rgba(244, 231, 215, 0.74);
}

.gift-card-numarul3 .gift-sender-row strong,
.gift-card-numarul3 .gift-sender-icon {
  color: #f2d1a8;
}

.gift-card-numarul3 .gift-message-card {
  border-color: rgba(225, 190, 151, 0.3);
  background:
    linear-gradient(135deg, rgba(40, 35, 30, 0.92), rgba(18, 17, 16, 0.94)),
    #151312;
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 238, 217, 0.08);
}

.gift-card-numarul3 .gift-quote-mark,
.gift-card-numarul3 .gift-message-heart {
  color: #f1d2ad;
  text-shadow: 0 0 18px rgba(241, 210, 173, 0.24);
}

.gift-card-numarul3 .gift-message {
  color: rgba(255, 246, 235, 0.94);
}

.gift-card-numarul3 .gift-player-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(225, 190, 151, 0.28);
  background:
    linear-gradient(145deg, rgba(35, 30, 26, 0.96), rgba(9, 9, 9, 0.98) 68%),
    #11100f;
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.58),
    0 0 34px rgba(216, 174, 121, 0.12),
    inset 0 1px 0 rgba(255, 238, 217, 0.08);
}

.gift-card-numarul3 .gift-player-card::before,
.gift-card-numarul3 .gift-player-card::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.gift-card-numarul3 .gift-player-card::before {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 236, 212, 0.1), transparent 15%),
    linear-gradient(115deg, transparent 0 17%, rgba(226, 177, 118, 0.12) 17.4% 18%, transparent 18.4% 52%, rgba(244, 216, 184, 0.08) 52.4% 53%, transparent 53.4%),
    repeating-linear-gradient(90deg, transparent 0 50px, rgba(226, 177, 118, 0.035) 51px, transparent 52px 100px);
}

.gift-card-numarul3 .gift-player-card::after {
  left: -20px;
  right: -20px;
  bottom: -36px;
  z-index: 0;
  height: 126px;
  background:
    linear-gradient(100deg, rgba(255, 236, 210, 0.12), rgba(210, 162, 104, 0.2) 48%, rgba(112, 79, 49, 0.16));
  clip-path: polygon(0 42%, 18% 31%, 36% 43%, 54% 29%, 72% 45%, 88% 34%, 100% 42%, 100% 100%, 0 100%);
  opacity: 0.82;
}

.gift-card-numarul3 .gift-player-card > * {
  position: relative;
  z-index: 1;
}

.gift-card-numarul3 .gift-cover-fallback {
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 242, 229, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 38% 32%, rgba(230, 194, 173, 0.64) 0 16px, transparent 17px),
    radial-gradient(circle at 64% 26%, rgba(255, 244, 232, 0.5) 0 7px, transparent 8px),
    linear-gradient(135deg, #534337, #d8c1aa 54%, #6c5441);
}

.gift-card-numarul3 .gift-cover-fallback::before {
  background:
    radial-gradient(circle at 34% 31%, transparent 0 13%, rgba(255, 233, 214, 0.7) 14% 15%, transparent 16%),
    linear-gradient(160deg, transparent 38%, rgba(255, 231, 204, 0.32) 39% 53%, transparent 54%);
}

.gift-card-numarul3 .gift-page .gift-cover-shell,
.gift-card-numarul3 .gift-cover-shell {
  border-color: rgba(232, 197, 160, 0.3);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.38),
    0 0 26px rgba(232, 197, 160, 0.12);
}

.gift-card-numarul3 .gift-track-copy h2 {
  color: #fff1df;
}

.gift-card-numarul3 .gift-track-copy p {
  color: rgba(246, 228, 208, 0.68);
}

.gift-card-numarul3 .gift-waveform {
  color: #f0c996;
  filter: drop-shadow(0 0 9px rgba(240, 201, 150, 0.26));
}

.gift-card-numarul3 .gift-player-bar::before {
  background: rgba(219, 202, 182, 0.26);
}

.gift-card-numarul3 .gift-player-bar.is-seeking::before {
  background: rgba(230, 208, 184, 0.38);
}

.gift-card-numarul3 .gift-player-progress {
  background: linear-gradient(90deg, #ffe8c8, #d5a774);
  box-shadow: 0 0 16px rgba(226, 177, 118, 0.32);
}

.gift-card-numarul3 .gift-player-progress::after {
  background: #f2d3ad;
  box-shadow: 0 0 18px rgba(242, 211, 173, 0.36);
}

.gift-card-numarul3 .gift-player-time-row {
  color: rgba(247, 229, 209, 0.58);
}

.gift-card-numarul3 .gift-control-button {
  color: rgba(255, 244, 232, 0.88);
}

.gift-card-numarul3 .gift-control-download:not(:disabled),
.gift-card-numarul3 .gift-control-heart::before {
  color: rgba(255, 244, 232, 0.9);
}

.gift-card-numarul3 .gift-control-heart::before {
  color: #ffe0ba;
}

.gift-card-numarul3 .gift-control-heart.is-copied::before {
  color: #f1d2ad;
  text-shadow: 0 0 18px rgba(241, 210, 173, 0.3);
}

.gift-card-numarul3 .gift-play-button {
  border-color: rgba(255, 232, 204, 0.36);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.26), transparent 46%),
    linear-gradient(145deg, #f9ddbd 0%, #bd9261 58%, #6f4f31 100%);
  box-shadow:
    0 18px 34px rgba(216, 174, 121, 0.2),
    0 0 28px rgba(241, 210, 173, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.gift-card-numarul3 .gift-copy-feedback {
  color: #f1d2ad;
}

.gift-card-numarul3 .gift-copy-feedback.is-muted {
  color: rgba(247, 229, 209, 0.56);
}

.gift-card-numarul3 .gift-copy-feedback.is-neutral {
  color: rgba(255, 244, 232, 0.88);
}

/* Gift dialog mockup shell */
.gift-dialog {
  padding: 0;
  background: rgba(8, 15, 12, 0.26);
  backdrop-filter: blur(10px);
}

.gift-dialog-sheet {
  width: min(943px, 100vw);
  max-height: 100svh;
  gap: 26px;
  padding: 48px 43px 38px;
  border: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% -18%, rgba(242, 252, 247, 0.95), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #fbfdfb 100%);
  box-shadow: 0 34px 100px rgba(8, 25, 16, 0.22);
  scrollbar-width: thin;
  scrollbar-color: rgba(31, 73, 48, 0.18) transparent;
}

.gift-dialog-head {
  min-height: 107px;
  padding: 0 86px;
  align-content: start;
  gap: 13px;
}

.gift-dialog-title-block {
  gap: 11px;
}

.gift-dialog-head h2 {
  color: #152a1f;
  font-size: 58px;
  font-weight: 500;
  line-height: 0.95;
}

.gift-dialog-track {
  color: #67756b;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.gift-dialog-close {
  top: 41px;
  right: 43px;
  width: 73px;
  height: 73px;
  border-color: rgba(20, 45, 31, 0.15);
  background: #fbfdfc;
  box-shadow: 0 10px 28px rgba(24, 54, 35, 0.08);
}

.gift-dialog-close svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.9;
}

.gift-dialog-preview {
  grid-template-columns: 139px minmax(0, 1fr) 60px;
  gap: 28px;
  min-height: 166px;
  padding: 16px 31px 16px 21px;
  border-color: rgba(30, 58, 40, 0.14);
  border-radius: 31px;
  background: #ffffff;
  box-shadow: none;
}

.gift-dialog-cover {
  width: 135px;
  border-radius: 19px;
  box-shadow: 0 11px 22px rgba(12, 30, 18, 0.12);
}

.gift-dialog-preview-copy {
  gap: 16px;
}

.gift-dialog-preview-copy strong {
  color: #14261b;
  font-family: var(--font-body);
  font-size: 34px;
  font-weight: 720;
  line-height: 1.06;
}

.gift-dialog-preview-copy span {
  color: #657168;
  font-size: 24px;
  line-height: 1.1;
}

.gift-dialog-preview-play {
  width: 60px;
  height: 60px;
  border-color: rgba(29, 91, 55, 0.15);
  background: #ffffff;
  color: #168755;
  box-shadow: none;
}

.gift-dialog-preview-play::before {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 15px;
}

.gift-card-style-fieldset {
  gap: 10px;
}

.gift-card-style-fieldset legend,
.gift-dialog-details h3 {
  margin: 0;
  color: #111f17;
  font-size: 27px;
  font-weight: 520;
  line-height: 1.15;
}

.gift-card-carousel {
  gap: 13px;
  padding-top: 0;
}

.gift-card-style-options {
  min-height: 356px;
  margin-inline: 0;
  overflow: visible;
}

.gift-card-style-option {
  --gift-card-carousel-side-offset: 256px;
  --gift-card-carousel-far-offset: 360px;
  width: 196px;
  border-radius: 31px;
}

.gift-card-style-option.is-before,
.gift-card-style-option.is-after {
  opacity: 0.82;
  filter: saturate(0.9) brightness(1.02);
}

.gift-card-style-option.is-before {
  transform: translate(calc(-50% - var(--gift-card-carousel-side-offset) + var(--gift-card-carousel-drag)), -50%) scale(0.86);
}

.gift-card-style-option.is-after {
  transform: translate(calc(-50% + var(--gift-card-carousel-side-offset) + var(--gift-card-carousel-drag)), -50%) scale(0.86);
}

.gift-card-style-preview {
  border-radius: 30px;
  background: #ffffff;
  box-shadow:
    0 20px 36px rgba(25, 47, 34, 0.1),
    0 0 0 1px rgba(20, 45, 31, 0.08);
}

.gift-card-style-option.is-selected .gift-card-style-preview {
  box-shadow:
    0 0 0 5px rgba(88, 187, 124, 0.82),
    0 24px 42px rgba(24, 65, 39, 0.12);
}

.gift-card-style-dots {
  gap: 18px;
  margin-top: 0;
}

.gift-card-style-dots button {
  width: 17px;
  height: 17px;
  background: rgba(43, 65, 52, 0.15);
}

.gift-card-style-dots button.is-selected {
  width: 17px;
  background: #35a569;
}

.gift-card-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  width: 61px;
  height: 61px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(28, 54, 38, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #111b15;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(21, 45, 31, 0.07);
  transform: translateY(-50%);
}

.gift-card-carousel-arrow::before {
  width: 15px;
  height: 15px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  content: "";
}

.gift-card-carousel-arrow-prev {
  left: 0;
}

.gift-card-carousel-arrow-prev::before {
  transform: translateX(3px) rotate(-45deg);
}

.gift-card-carousel-arrow-next {
  right: 0;
}

.gift-card-carousel-arrow-next::before {
  transform: translateX(-3px) rotate(135deg);
}

.gift-dialog-details {
  gap: 20px;
}

.gift-dialog-fields {
  gap: 17px;
}

.gift-dialog-field {
  grid-template-columns: 32px 118px minmax(0, 1fr);
  min-height: 74px;
  gap: 13px;
  padding: 0 29px;
  border-color: rgba(23, 48, 32, 0.12);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(19, 41, 28, 0.035);
}

.gift-dialog-field::before {
  width: 31px;
  height: 31px;
  background: #75847b;
}

.gift-dialog-field span {
  color: #6e7d73;
  font-size: 22px;
  font-weight: 400;
}

.gift-dialog-fields input,
.gift-dialog-fields textarea {
  color: #101b14;
  font-size: 22px;
  font-weight: 430;
}

.gift-dialog-fields input {
  min-height: 72px;
}

.gift-dialog-fields textarea {
  min-height: 72px;
  padding-top: 21px;
  overflow: hidden;
}

.gift-dialog-link-row {
  grid-template-columns: 65px minmax(0, 1fr) 181px;
  gap: 20px;
  min-height: 132px;
  padding: 23px 24px 23px 22px;
  border-color: rgba(51, 160, 92, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 42%, rgba(226, 248, 235, 0.72), rgba(255, 255, 255, 0) 30%),
    #ffffff;
}

.gift-dialog-link-icon {
  width: 47px;
  height: 85px;
  border-radius: 18px;
  background: #edf7f1;
  color: #13804e;
}

.gift-dialog-link-copy {
  gap: 13px;
}

.gift-dialog-link-copy strong {
  font-size: 22px;
  font-weight: 640;
}

#gift-dialog-link {
  color: #2a332d;
  font-size: 27px;
  line-height: 1.1;
}

#gift-copy-button {
  min-width: 181px;
  min-height: 69px;
  padding: 0 24px;
  border-radius: 18px;
  font-size: 22px;
  font-weight: 520;
  box-shadow: none;
}

#gift-copy-button::after {
  width: 25px;
  height: 25px;
}

.gift-dialog-actions {
  gap: 30px;
}

.gift-dialog-main-actions {
  gap: 27px;
}

.gift-dialog-main-actions button {
  min-height: 91px;
  gap: 18px;
  font-size: 28px;
  font-weight: 650;
}

#gift-save-button {
  border-color: rgba(34, 119, 66, 0.78);
  background: #ffffff;
  color: #176b43;
  box-shadow: none;
}

#gift-view-button {
  background: linear-gradient(100deg, #179052 0%, #63c97d 100%);
  box-shadow: none;
}

#gift-save-button::before,
#gift-view-button::before {
  width: 34px;
  height: 34px;
}

.gift-dialog-share-block {
  gap: 25px;
}

.gift-dialog-share-title {
  gap: 34px;
  color: #7f8c84;
}

.gift-dialog-share-title span {
  background: rgba(31, 73, 48, 0.15);
}

.gift-dialog-share-title strong {
  font-size: 21px;
}

.gift-dialog-share-actions {
  justify-content: space-around;
  gap: 0;
  padding: 0 77px;
}

.gift-dialog-share-button {
  width: 85px;
  height: 85px;
  min-width: 85px;
  min-height: 85px;
  border-color: rgba(26, 50, 35, 0.09);
  background: #ffffff;
  box-shadow: 0 15px 32px rgba(20, 45, 31, 0.06);
}

.gift-dialog-share-button::before {
  width: 39px;
  height: 39px;
}

.gift-dialog-share-native {
  --gift-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 15.2C2.7 13.8 2 12.1 2 10.2 2 5.7 6.5 2 12 2s10 3.7 10 8.2-4.5 8.2-10 8.2c-1 0-2-.1-2.9-.4L4.5 22v-5.3c-.2-.5-.3-1-.5-1.5Zm4.5-6.1 2.2 2.3 4.8-2.6-4.2 4.5-2.3-2.4-4.5 2.4 4-4.2Z'/%3E%3C/svg%3E");
  color: #267cf4;
}

.gift-dialog-share-link {
  --gift-share-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1 0l2-2a5 5 0 0 0-7.1-7.1l-1.1 1.1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.1 0l-2 2A5 5 0 0 0 12 20.1l1.1-1.1'/%3E%3C/svg%3E");
  color: #68786f;
}

.gift-dialog-share-print {
  color: #37a869;
}

.gift-dialog-status {
  margin-top: -18px;
  font-size: 15px;
}

@media (max-width: 720px) {
  .gift-dialog {
    align-items: end;
  }

  .gift-dialog-sheet {
    width: 100vw;
    max-height: 94svh;
    gap: 17px;
    padding: 22px 18px 24px;
    border-radius: 24px 24px 0 0;
  }

  .gift-dialog-head {
    min-height: 72px;
    padding: 0 52px;
    gap: 7px;
  }

  .gift-dialog-head h2 {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .gift-dialog-track {
    font-size: 1rem;
  }

  .gift-dialog-close {
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
  }

  .gift-dialog-close svg {
    width: 21px;
    height: 21px;
  }

  .gift-dialog-preview {
    grid-template-columns: 68px minmax(0, 1fr) 42px;
    min-height: 90px;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 22px;
  }

  .gift-dialog-cover {
    width: 68px;
    border-radius: 15px;
  }

  .gift-dialog-preview-copy {
    gap: 6px;
  }

  .gift-dialog-preview-copy strong {
    font-size: 1.18rem;
  }

  .gift-dialog-preview-copy span {
    font-size: 0.92rem;
  }

  .gift-dialog-preview-play {
    width: 40px;
    height: 40px;
  }

  .gift-card-style-fieldset legend,
  .gift-dialog-details h3 {
    font-size: 1.22rem;
  }

  .gift-card-style-options {
    min-height: 212px;
    overflow: hidden;
  }

  .gift-card-style-option {
    --gift-card-carousel-side-offset: clamp(104px, 31vw, 126px);
    --gift-card-carousel-far-offset: clamp(152px, 46vw, 180px);
    width: clamp(102px, 30vw, 119px);
  }

  .gift-card-style-preview,
  .gift-card-style-option.is-selected .gift-card-style-preview {
    border-radius: 13px;
  }

  .gift-card-style-option.is-selected .gift-card-style-preview {
    box-shadow:
      0 0 0 3px rgba(88, 187, 124, 0.82),
      0 18px 28px rgba(24, 65, 39, 0.11);
  }

  .gift-card-style-dots {
    gap: 11px;
  }

  .gift-card-style-dots button,
  .gift-card-style-dots button.is-selected {
    width: 10px;
    height: 10px;
  }

  .gift-card-carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .gift-card-carousel-arrow::before {
    width: 11px;
    height: 11px;
    border-width: 2px;
  }

  .gift-dialog-details {
    gap: 12px;
  }

  .gift-dialog-fields {
    gap: 10px;
  }

  .gift-dialog-field {
    grid-template-columns: 24px 58px minmax(0, 1fr);
    min-height: 52px;
    gap: 9px;
    padding: 0 13px;
    border-radius: 18px;
  }

  .gift-dialog-field::before {
    width: 22px;
    height: 22px;
  }

  .gift-dialog-field span,
  .gift-dialog-fields input,
  .gift-dialog-fields textarea {
    font-size: 0.92rem;
  }

  .gift-dialog-fields input {
    min-height: 50px;
  }

  .gift-dialog-fields textarea {
    min-height: 50px;
    padding-top: 15px;
  }

  .gift-dialog-link-row {
    grid-template-columns: 42px minmax(0, 1fr) 104px;
    min-height: 78px;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .gift-dialog-link-icon {
    width: 40px;
    height: 54px;
    border-radius: 15px;
  }

  .gift-dialog-link-copy {
    gap: 5px;
  }

  .gift-dialog-link-copy strong {
    font-size: 0.93rem;
  }

  #gift-dialog-link {
    font-size: 0.94rem;
  }

  #gift-copy-button {
    min-width: 104px;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 15px;
    font-size: 0.9rem;
  }

  #gift-copy-button::after {
    width: 17px;
    height: 17px;
  }

  .gift-dialog-actions {
    gap: 17px;
  }

  .gift-dialog-main-actions {
    gap: 10px;
  }

  .gift-dialog-main-actions button {
    min-height: 54px;
    gap: 9px;
    font-size: 1rem;
  }

  #gift-save-button::before,
  #gift-view-button::before {
    width: 21px;
    height: 21px;
  }

  .gift-dialog-share-block {
    gap: 15px;
  }

  .gift-dialog-share-title {
    gap: 14px;
  }

  .gift-dialog-share-title strong {
    font-size: 0.88rem;
  }

  .gift-dialog-share-actions {
    justify-content: space-between;
    padding: 0 8px;
  }

  .gift-dialog-share-button {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
  }

  .gift-dialog-share-button::before {
    width: 25px;
    height: 25px;
  }
}

/* Compact gift dialog override */
.gift-dialog-sheet {
  width: min(760px, calc(100vw - 20px));
  max-height: 96svh;
  gap: 18px;
  padding: 28px 30px 26px;
  font-family: var(--font-body);
}

.gift-dialog-head {
  min-height: 76px;
  padding: 0 64px;
  gap: 8px;
}

.gift-dialog-title-block {
  gap: 8px;
}

.gift-dialog-head h2 {
  max-width: 100%;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.4vw, 2.95rem);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gift-dialog-track {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2.3vw, 1.22rem);
}

.gift-dialog-close {
  top: 24px;
  right: 30px;
  width: 50px;
  height: 50px;
}

.gift-dialog-close svg {
  width: 22px;
  height: 22px;
}

.gift-dialog-preview {
  grid-template-columns: 88px minmax(0, 1fr) 48px;
  gap: 18px;
  min-height: 116px;
  padding: 12px 20px 12px 14px;
  border-radius: 24px;
}

.gift-dialog-cover {
  width: 88px;
  border-radius: 17px;
}

.gift-dialog-preview-copy {
  gap: 8px;
}

.gift-dialog-preview-copy strong {
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 720;
}

.gift-dialog-preview-copy span {
  font-size: clamp(0.96rem, 2vw, 1.08rem);
}

.gift-dialog-preview-play {
  width: 46px;
  height: 46px;
}

.gift-card-style-fieldset legend,
.gift-dialog-details h3 {
  font-family: var(--font-body);
  font-size: clamp(1.18rem, 2.5vw, 1.42rem);
}

.gift-card-style-options {
  min-height: 268px;
  overflow: hidden;
}

.gift-card-style-option {
  --gift-card-carousel-side-offset: 198px;
  --gift-card-carousel-far-offset: 284px;
  width: 150px;
}

.gift-card-style-option.is-before,
.gift-card-style-option.is-after {
  opacity: 0.76;
}

.gift-card-carousel-arrow {
  width: 46px;
  height: 46px;
}

.gift-card-carousel-arrow::before {
  width: 12px;
  height: 12px;
  border-width: 2.4px;
}

.gift-card-style-dots {
  gap: 12px;
}

.gift-card-style-dots button,
.gift-card-style-dots button.is-selected {
  width: 12px;
  height: 12px;
}

.gift-dialog-details {
  gap: 12px;
}

.gift-dialog-fields {
  gap: 10px;
}

.gift-dialog-field {
  grid-template-columns: 26px 92px minmax(0, 1fr);
  min-height: 56px;
  gap: 10px;
  padding: 0 18px;
  border-radius: 22px;
}

.gift-dialog-field::before {
  width: 24px;
  height: 24px;
}

.gift-dialog-field span,
.gift-dialog-fields input,
.gift-dialog-fields textarea {
  font-size: 1rem;
}

.gift-dialog-fields input {
  min-height: 54px;
}

.gift-dialog-fields textarea {
  min-height: 54px;
  padding-top: 16px;
}

.gift-dialog-link-row {
  grid-template-columns: 48px minmax(0, 1fr) 128px;
  gap: 14px;
  min-height: 88px;
  padding: 14px 16px;
  border-radius: 20px;
}

.gift-dialog-link-icon {
  width: 42px;
  height: 58px;
  border-radius: 16px;
}

.gift-dialog-link-copy {
  gap: 6px;
}

.gift-dialog-link-copy strong {
  font-size: 1rem;
}

#gift-dialog-link {
  font-size: clamp(1rem, 2.2vw, 1.16rem);
}

#gift-copy-button {
  min-width: 128px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: 1rem;
}

#gift-copy-button::after {
  width: 18px;
  height: 18px;
}

.gift-dialog-actions {
  gap: 18px;
}

.gift-dialog-main-actions {
  gap: 16px;
}

.gift-dialog-main-actions button {
  min-height: 58px;
  gap: 11px;
  font-size: clamp(1rem, 2.4vw, 1.24rem);
}

#gift-save-button::before,
#gift-view-button::before {
  width: 23px;
  height: 23px;
}

.gift-dialog-share-block {
  gap: 16px;
}

.gift-dialog-share-title {
  gap: 22px;
}

.gift-dialog-share-title strong {
  font-size: 0.98rem;
}

.gift-dialog-share-actions {
  padding: 0 42px;
}

.gift-dialog-share-button {
  width: 62px;
  height: 62px;
  min-width: 62px;
  min-height: 62px;
}

.gift-dialog-share-button::before {
  width: 29px;
  height: 29px;
}

@media (max-width: 720px) {
  .gift-dialog-sheet {
    width: 100vw;
    gap: 14px;
    padding: 18px 14px 20px;
  }

  .gift-dialog-head {
    min-height: 58px;
    padding: 0 44px;
  }

  .gift-dialog-head h2 {
    font-size: clamp(1.45rem, 7.2vw, 2.15rem);
  }

  .gift-dialog-track {
    font-size: 0.92rem;
  }

  .gift-dialog-close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  .gift-dialog-preview {
    grid-template-columns: 58px minmax(0, 1fr) 34px;
    min-height: 76px;
    gap: 9px;
    padding: 8px 10px;
    border-radius: 19px;
  }

  .gift-dialog-cover {
    width: 58px;
    border-radius: 13px;
  }

  .gift-dialog-preview-copy strong {
    font-size: 1rem;
  }

  .gift-dialog-preview-copy span {
    font-size: 0.82rem;
  }

  .gift-dialog-preview-play {
    width: 34px;
    height: 34px;
  }

  .gift-card-style-options {
    min-height: 180px;
  }

  .gift-card-style-option {
    --gift-card-carousel-side-offset: clamp(96px, 29vw, 112px);
    --gift-card-carousel-far-offset: clamp(138px, 42vw, 165px);
    width: clamp(88px, 27vw, 104px);
  }

  .gift-card-carousel-arrow {
    width: 36px;
    height: 36px;
  }

  .gift-dialog-field {
    grid-template-columns: 22px 54px minmax(0, 1fr);
    min-height: 48px;
    gap: 8px;
    padding: 0 12px;
    border-radius: 17px;
  }

  .gift-dialog-field span,
  .gift-dialog-fields input,
  .gift-dialog-fields textarea {
    font-size: 0.86rem;
  }

  .gift-dialog-link-row {
    grid-template-columns: 38px minmax(0, 1fr) 95px;
    min-height: 68px;
    gap: 8px;
    padding: 10px;
  }

  .gift-dialog-link-icon {
    width: 36px;
    height: 48px;
  }

  #gift-copy-button {
    min-width: 95px;
    min-height: 42px;
    font-size: 0.84rem;
  }

  .gift-dialog-main-actions button {
    min-height: 48px;
    font-size: 0.9rem;
  }

  .gift-dialog-share-actions {
    padding: 0 4px;
  }

  .gift-dialog-share-button {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
  }

  .gift-dialog-share-button::before {
    width: 22px;
    height: 22px;
  }
}

.gift-dialog-fields input:focus,
.gift-dialog-fields textarea:focus {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  outline: 0;
  transform: none;
}

.gift-dialog-field:focus-within {
  border-color: rgba(23, 48, 32, 0.12);
  box-shadow: 0 9px 24px rgba(19, 41, 28, 0.035);
}

.gift-dialog-message-field {
  border-radius: 14px;
}

.gift-dialog-message-field textarea {
  min-height: 74px;
  padding: 6px 10px 6px 4px;
  overflow: auto;
  line-height: 1.45;
}

.gift-dialog-share-title strong {
  font-weight: 300;
}

.gift-dialog-share-actions {
  justify-content: center;
  gap: clamp(28px, 8vw, 58px);
  padding-inline: 0;
}

.gift-dialog-status {
  margin-top: 10px;
}

@media (max-width: 720px) {
  .gift-card-style-options {
    min-height: clamp(188px, 55vw, 218px);
    padding-block: 12px;
    overflow: hidden;
  }

  .gift-card-style-option {
    --gift-card-carousel-side-offset: clamp(88px, 27vw, 108px);
    --gift-card-carousel-far-offset: clamp(128px, 39vw, 154px);
    width: clamp(78px, 24vw, 94px);
  }

  .gift-card-style-option.is-selected .gift-card-style-preview {
    box-shadow:
      0 0 0 2px rgba(88, 187, 124, 0.78),
      0 14px 24px rgba(24, 65, 39, 0.1);
  }

  .gift-card-carousel-arrow {
    top: 50%;
  }
}

@media (max-width: 720px) {
  #gift-copy-button {
    gap: 7px;
    padding-inline: 11px;
  }

  #gift-copy-button::after {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }
}

.gift-card-style-option.is-selected .gift-card-style-preview {
  box-shadow:
    0 0 0 1px rgba(88, 187, 124, 0.78),
    0 14px 24px rgba(24, 65, 39, 0.1);
}

.gift-card-carousel-arrow {
  width: 28px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(17, 27, 21, 0.88);
}

.gift-card-carousel-arrow:hover {
  background: transparent;
  box-shadow: none;
}

.gift-card-carousel-arrow::before {
  width: 10px;
  height: 10px;
  border-top-width: 2px;
  border-left-width: 2px;
}

@media (max-width: 720px) {
  .gift-card-carousel-arrow {
    width: 22px;
    height: 36px;
  }

  .gift-card-carousel-arrow::before {
    width: 8px;
    height: 8px;
    border-width: 1.7px;
  }
}

.gift-dialog-close {
  position: fixed;
  top: max(14px, calc(2svh + 24px));
  right: max(20px, calc((100vw - 760px) / 2 + 30px));
  z-index: 400;
  margin: 0;
}

@media (max-width: 720px) {
  .gift-dialog-close {
    top: max(12px, calc(6svh + 14px));
    right: 14px;
    margin: 0;
  }
}

@media (min-width: 721px) {
  .gift-dialog-sheet {
    width: min(1268px, calc(100vw - 96px));
    max-height: min(88svh, 890px);
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    grid-template-areas:
      "head head"
      "preview preview"
      "cards details"
      "cards link"
      "cards main"
      "footer footer"
      "status status";
    column-gap: 44px;
    row-gap: 20px;
    padding: 30px 54px 38px;
  }

  .gift-dialog-head {
    grid-area: head;
    min-height: 86px;
    padding-inline: 92px;
  }

  .gift-dialog-head h2 {
    font-size: clamp(2.25rem, 3.6vw, 3.2rem);
  }

  .gift-dialog-preview {
    grid-area: preview;
    width: min(1034px, 100%);
    justify-self: center;
    grid-template-columns: 116px minmax(0, 1fr) 54px;
    min-height: 145px;
    gap: 24px;
    padding: 14px 28px 14px 20px;
    border-radius: 24px;
  }

  .gift-dialog-cover {
    width: 116px;
    border-radius: 18px;
  }

  .gift-dialog-preview-copy strong {
    font-size: clamp(1.48rem, 2vw, 1.9rem);
  }

  .gift-dialog-preview-copy span {
    font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  }

  .gift-dialog-preview-play {
    width: 52px;
    height: 52px;
  }

  .gift-card-style-fieldset {
    grid-area: cards;
    align-self: start;
    min-width: 0;
    padding-top: 8px;
  }

  .gift-card-style-fieldset legend,
  .gift-dialog-details h3 {
    font-size: 1.28rem;
    font-weight: 520;
  }

  .gift-card-style-options {
    min-height: 350px;
    margin-inline: -22px;
    padding-block: 18px;
    overflow: visible;
  }

  .gift-card-style-option {
    --gift-card-carousel-side-offset: clamp(158px, 16vw, 224px);
    --gift-card-carousel-far-offset: clamp(230px, 24vw, 318px);
    width: clamp(142px, 13vw, 180px);
  }

  .gift-card-style-option.is-before,
  .gift-card-style-option.is-after {
    opacity: 0.82;
    filter: saturate(0.9) brightness(1.01);
  }

  .gift-card-style-preview {
    border-radius: 22px;
  }

  .gift-card-style-option.is-selected .gift-card-style-preview {
    box-shadow:
      0 0 0 1px rgba(88, 187, 124, 0.78),
      0 20px 34px rgba(24, 65, 39, 0.12);
  }

  .gift-card-style-dots {
    margin-top: 0;
  }

  .gift-card-carousel-arrow-prev {
    left: -20px;
  }

  .gift-card-carousel-arrow-next {
    right: -20px;
  }

  .gift-dialog-details {
    grid-area: details;
    align-self: start;
    gap: 14px;
    padding-top: 8px;
  }

  .gift-dialog-fields {
    gap: 11px;
  }

  .gift-dialog-field {
    grid-template-columns: 25px 78px minmax(0, 1fr);
    min-height: 55px;
    gap: 11px;
    padding-inline: 16px;
    border-radius: 18px;
  }

  .gift-dialog-field::before {
    width: 23px;
    height: 23px;
  }

  .gift-dialog-field span,
  .gift-dialog-fields input,
  .gift-dialog-fields textarea {
    font-size: 0.98rem;
  }

  .gift-dialog-fields input {
    min-height: 53px;
  }

  .gift-dialog-message-field textarea {
    min-height: 54px;
    padding-top: 5px;
  }

  .gift-dialog-link-row {
    grid-area: link;
    min-height: 96px;
    grid-template-columns: 48px minmax(0, 1fr) 128px;
    gap: 14px;
    padding: 14px 14px;
    border-radius: 18px;
  }

  .gift-dialog-link-icon {
    width: 42px;
    height: 58px;
  }

  .gift-dialog-status {
    grid-area: status;
    min-height: 1em;
    margin: -8px 0 0;
  }

  .gift-dialog-actions {
    display: contents;
  }

  .gift-dialog-main-actions {
    grid-area: main;
    align-self: start;
    gap: 18px;
  }

  .gift-dialog-main-actions button {
    min-height: 58px;
    font-size: 1.08rem;
  }

  .gift-dialog-share-block {
    grid-area: footer;
    margin-top: 8px;
    gap: 18px;
  }

  .gift-dialog-share-title {
    gap: 30px;
  }

  .gift-dialog-share-actions {
    gap: 48px;
    padding: 0;
  }

  .gift-dialog-share-button {
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
  }

  .gift-dialog-close {
    top: max(24px, calc((100svh - min(88svh, 890px)) / 2 + 24px));
    right: max(34px, calc((100vw - 1268px) / 2 + 34px));
  }
}

@media (min-width: 861px) {
  .gift-dialog {
    padding: 18px;
  }

  .gift-dialog-sheet {
    width: min(1040px, calc(100vw - 96px));
    max-height: none;
    overflow: visible;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    column-gap: 26px;
    row-gap: 8px;
    padding: 18px 28px 20px;
    border-radius: 22px;
  }

  .gift-dialog-head {
    min-height: 42px;
    padding-inline: 54px;
    gap: 3px;
  }

  .gift-dialog-head h2 {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
  }

  .gift-dialog-track {
    font-size: 0.86rem;
  }

  .gift-dialog-close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 34px;
    height: 34px;
  }

  .gift-dialog-close svg {
    width: 17px;
    height: 17px;
  }

  .gift-dialog-preview {
    width: min(820px, 100%);
    grid-template-columns: 62px minmax(0, 1fr) 36px;
    min-height: 78px;
    gap: 11px;
    padding: 8px 12px;
    border-radius: 16px;
  }

  .gift-dialog-cover {
    width: 62px;
    border-radius: 12px;
  }

  .gift-dialog-preview-copy {
    gap: 4px;
  }

  .gift-dialog-preview-copy strong {
    font-size: clamp(0.98rem, 1.45vw, 1.18rem);
  }

  .gift-dialog-preview-copy span {
    font-size: 0.8rem;
  }

  .gift-dialog-preview-play {
    width: 34px;
    height: 34px;
  }

  .gift-dialog-preview-play::before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 9px;
  }

  .gift-card-style-fieldset {
    padding-top: 0;
  }

  .gift-card-style-fieldset legend,
  .gift-dialog-details h3 {
    font-size: 0.9rem;
  }

  .gift-card-style-options {
    min-height: 190px;
    margin-inline: -8px;
    padding-block: 8px;
    overflow: hidden;
  }

  .gift-card-style-option {
    --gift-card-carousel-side-offset: 122px;
    --gift-card-carousel-far-offset: 174px;
    width: 92px;
  }

  .gift-card-style-preview {
    border-radius: 13px;
  }

  .gift-card-style-dots {
    gap: 8px;
  }

  .gift-card-style-dots button,
  .gift-card-style-dots button.is-selected {
    width: 8px;
    height: 8px;
  }

  .gift-card-carousel-arrow {
    width: 22px;
    height: 32px;
  }

  .gift-card-carousel-arrow-prev {
    left: -6px;
  }

  .gift-card-carousel-arrow-next {
    right: -6px;
  }

  .gift-dialog-details,
  .gift-dialog-fields {
    gap: 6px;
  }

  .gift-dialog-details {
    padding-top: 0;
  }

  .gift-dialog-field {
    grid-template-columns: 18px 56px minmax(0, 1fr);
    min-height: 38px;
    gap: 7px;
    padding-inline: 10px;
    border-radius: 13px;
  }

  .gift-dialog-field::before {
    width: 17px;
    height: 17px;
  }

  .gift-dialog-field span,
  .gift-dialog-fields input,
  .gift-dialog-fields textarea {
    font-size: 0.75rem;
  }

  .gift-dialog-fields input {
    min-height: 36px;
  }

  .gift-dialog-message-field {
    min-height: 44px;
  }

  .gift-dialog-message-field textarea {
    min-height: 44px;
    padding-top: 4px;
    line-height: 1.3;
  }

  .gift-dialog-link-row {
    min-height: 54px;
    grid-template-columns: 30px minmax(0, 1fr) 86px;
    gap: 8px;
    padding: 8px;
    border-radius: 13px;
  }

  .gift-dialog-link-icon {
    width: 28px;
    height: 38px;
    border-radius: 10px;
  }

  .gift-dialog-link-copy {
    gap: 3px;
  }

  .gift-dialog-link-copy strong {
    font-size: 0.75rem;
  }

  #gift-dialog-link {
    font-size: 0.72rem;
  }

  #gift-copy-button {
    min-width: 86px;
    min-height: 34px;
    padding-inline: 10px;
    border-radius: 11px;
    font-size: 0.74rem;
  }

  #gift-copy-button::after {
    width: 14px;
    height: 14px;
  }

  .gift-dialog-main-actions {
    gap: 8px;
  }

  .gift-dialog-main-actions button {
    min-height: 40px;
    gap: 7px;
    font-size: 0.8rem;
  }

  #gift-save-button::before,
  #gift-view-button::before {
    width: 16px;
    height: 16px;
  }

  .gift-dialog-share-block {
    margin-top: 0;
    gap: 8px;
  }

  .gift-dialog-share-title {
    gap: 12px;
  }

  .gift-dialog-share-title strong {
    font-size: 0.72rem;
  }

  .gift-dialog-share-actions {
    gap: 26px;
    padding: 0;
  }

  .gift-dialog-share-button {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .gift-dialog-share-button::before {
    width: 18px;
    height: 18px;
  }

  .gift-dialog-status {
    min-height: 0;
    margin: -4px 0 0;
    font-size: 0.72rem;
  }

}

@media (max-width: 860px) {
  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card {
    gap: 12px;
  }

  body.mobile-new-account-prestart.mobile-process-panel-only .mobile-brand-header {
    display: grid !important;
    margin: 0 0 8px;
  }

  body.mobile-new-account-prestart.mobile-process-panel-only .mobile-brand-header-actions {
    display: flex !important;
    visibility: visible;
    pointer-events: auto;
  }

  body.mobile-new-account-prestart.mobile-process-panel-only .mobile-brand-header-action-menu {
    display: none !important;
  }

  body.mobile-new-account-prestart.mobile-process-panel-only .mobile-menu-panel {
    display: none !important;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card > .section-heading {
    margin: 9px 0 2px;
    padding: 0;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card .section-kicker {
    gap: 10px;
    min-height: 38px;
    padding: 0 17px;
    border-color: rgba(39, 145, 89, 0.2);
    background: linear-gradient(180deg, rgba(239, 250, 244, 0.98), rgba(249, 255, 252, 0.96));
    font-size: 0;
    box-shadow: 0 12px 26px rgba(31, 104, 63, 0.07);
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card .section-kicker::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: #12864d;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.5 14.15 8.85 20.5 11 14.15 13.15 12 19.5 9.85 13.15 3.5 11 9.85 8.85 12 2.5Zm7 12.5 1.1 3.15L23.3 19.2l-3.2 1.05L19 23.5l-1.1-3.25-3.2-1.05 3.2-1.05L19 15Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.5 14.15 8.85 20.5 11 14.15 13.15 12 19.5 9.85 13.15 3.5 11 9.85 8.85 12 2.5Zm7 12.5 1.1 3.15L23.3 19.2l-3.2 1.05L19 23.5l-1.1-3.25-3.2-1.05 3.2-1.05L19 15Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.mobile-process-panel-only #generator-request-card.prestart-new-account-card .section-kicker::after {
    content: "GENERARE MELODII AI";
    color: #0c7a45;
    font-size: 0.72rem;
    font-weight: 520;
    letter-spacing: 0.28em;
    white-space: nowrap;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note {
    grid-column: 1;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero {
    grid-template-columns: minmax(0, 1fr) 112px;
    grid-template-areas:
      "copy visual"
      "details details"
      "hero-note hero-note";
    gap: 18px 14px;
    padding: 20px 22px 18px;
    border-radius: 18px;
    border-color: rgba(49, 159, 93, 0.22);
    background:
      radial-gradient(circle at 85% 24%, rgba(200, 244, 216, 0.86), transparent 28%),
      radial-gradient(circle at 94% 12%, rgba(35, 173, 96, 0.16), transparent 8%),
      linear-gradient(rgba(37, 126, 77, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37, 126, 77, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, rgba(253, 255, 253, 0.99), rgba(242, 253, 247, 0.98));
    background-size: auto, auto, 22px 22px, 22px 22px, auto;
    box-shadow: 0 24px 54px rgba(45, 105, 69, 0.08);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero::after {
    grid-area: hero-note;
    content: "✓  Fiecare melodie este creată separat.";
    margin-top: 1px;
    color: #5d6871;
    font-size: 0.78rem;
    line-height: 1.3;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account.prestart-offer .prestart-hero {
    grid-template-areas:
      "copy visual"
      "details details";
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account.prestart-offer .prestart-hero::after {
    content: none;
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-kicker {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero-copy {
    align-self: start;
    gap: 8px;
    position: relative;
    z-index: 2;
    min-width: 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-title {
    max-width: min(348px, calc(100vw - 64px));
    color: #0c2d1b;
    font-size: clamp(3.05rem, 12.9vw, 3.7rem);
    line-height: 0.9;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  body.mobile-process-panel-only #generator-request-card .status-prestart.prestart-new-account .prestart-title {
    max-width: min(348px, calc(100vw - 64px));
    font-size: clamp(3.05rem, 12.9vw, 3.7rem);
    line-height: 0.9;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-request-summary {
    display: block;
    margin: 0;
    color: #66707a;
    font-size: clamp(1.02rem, 4.25vw, 1.24rem);
    font-weight: 430;
    line-height: 1.28;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-request-summary strong {
    color: #07864e;
    font-size: 1em;
    font-weight: 680;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill {
    position: relative;
    z-index: 1;
    width: 108px;
    height: 108px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill::before {
    font-size: 4.45rem;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill::after {
    content: "✦";
    position: absolute;
    right: 10px;
    bottom: 21px;
    color: rgba(28, 176, 101, 0.35);
    font-size: 1.1rem;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-grid {
    gap: 12px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card {
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 2px 12px;
    min-width: 0;
    min-height: 76px;
    padding: 12px;
    border-color: rgba(80, 113, 91, 0.12);
    border-radius: 14px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon {
    grid-row: 1 / 3;
    width: 46px;
    height: 46px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon::before {
    content: "";
    width: 23px;
    height: 23px;
    background: currentColor;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon-music::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7.5h13.5A2.5 2.5 0 0 1 20 10v7.5A2.5 2.5 0 0 1 17.5 20h-11A2.5 2.5 0 0 1 4 17.5v-10Z'/%3E%3Cpath d='M16.5 12.5H20v3h-3.5a1.5 1.5 0 0 1 0-3Z'/%3E%3Cpath d='M4 8l10.2-3.4A2.1 2.1 0 0 1 17 6.6V7.5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7.5h13.5A2.5 2.5 0 0 1 20 10v7.5A2.5 2.5 0 0 1 17.5 20h-11A2.5 2.5 0 0 1 4 17.5v-10Z'/%3E%3Cpath d='M16.5 12.5H20v3h-3.5a1.5 1.5 0 0 1 0-3Z'/%3E%3Cpath d='M4 8l10.2-3.4A2.1 2.1 0 0 1 17 6.6V7.5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon-mic::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card strong {
    align-self: end;
    min-width: 0;
    font-size: clamp(1rem, 4.2vw, 1.16rem);
    font-weight: 720;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card > span:last-child {
    align-self: start;
    min-width: 0;
    font-size: clamp(0.72rem, 3vw, 0.83rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card:nth-child(2) strong {
    font-size: clamp(0.9rem, 3.65vw, 1.05rem);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card:nth-child(2) > span:last-child {
    font-size: clamp(0.68rem, 2.75vw, 0.78rem);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey {
    gap: 8px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-item {
    grid-template-columns: 50px minmax(0, 1fr) 46px;
    gap: 12px;
    min-height: 78px;
    padding: 12px 14px;
    border-color: rgba(47, 143, 87, 0.14);
    border-radius: 14px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-item.is-current {
    border-color: #2f8f57;
    background: #f3faf5;
    box-shadow: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-index,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon {
    width: 46px;
    height: 46px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-item.is-current .prestart-journey-index {
    border-color: #2f8f57;
    background: #2f8f57;
    color: #ffffff;
    box-shadow: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-item.is-current .prestart-journey-icon {
    border-color: #d7eadf;
    background: #f3faf5;
    color: #2f8f57;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-copy strong {
    font-size: clamp(1.03rem, 4.5vw, 1.22rem);
    font-weight: 720;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-copy span {
    font-size: clamp(0.8rem, 3.4vw, 0.93rem);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon-check {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.5 8.5 0 0 1-8.5 8.5 8.9 8.9 0 0 1-3.8-.86L3 21l1.86-5.7A8.9 8.9 0 0 1 4 11.5 8.5 8.5 0 1 1 21 11.5Z'/%3E%3Cpath d='M9 11h.01'/%3E%3Cpath d='M12 11h.01'/%3E%3Cpath d='M15 11h.01'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon-music {
    --prestart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 4 1.2 3.1L19.4 8.3l-3.2 1.2L15 12.6l-1.2-3.1-3.2-1.2 3.2-1.2L15 4Z'/%3E%3Cpath d='M6 14 4 20l6-2 8-8-4-4-8 8Z'/%3E%3Cpath d='m13 7 4 4'/%3E%3C/svg%3E");
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group {
    margin: 2px 0 0;
    padding: 14px 16px;
    border-color: rgba(47, 143, 87, 0.14);
    border-radius: 14px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group .customer-email-label {
    gap: 8px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account #customerEmail {
    min-height: 44px;
    border-radius: 11px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-confirmation {
    display: block;
    margin: 10px 0 0;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-confirmation input {
    display: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account #customer-email-hint {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #66707a;
    font-size: 0.7rem;
    line-height: 1.25;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account #customer-email-hint::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    background: #168e50;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note.mobile-lyrics-hint-card {
    grid-template-columns: 46px minmax(0, 1fr) minmax(72px, 126px);
    gap: 10px;
    min-height: 68px;
    margin: 2px 0 0;
    padding: 10px 12px;
    border-radius: 14px;
    background:
      radial-gradient(circle at 10% 50%, rgba(78, 220, 144, 0.42), transparent 18%),
      linear-gradient(180deg, rgba(236, 252, 243, 0.98), rgba(218, 246, 231, 0.94));
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-icon {
    width: 46px;
    height: 46px;
    background: linear-gradient(180deg, #42c979, #15934f);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-icon::before {
    content: "";
    width: 27px;
    height: 27px;
    background: #ffffff;
    color: inherit;
    -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
    mask: url("/lucide-music-4.svg") center / contain no-repeat;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-copy {
    display: grid;
    gap: 2px;
    color: #5e6870;
    font-size: 0.7rem;
    line-height: 1.2;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-copy strong {
    color: #10271a;
    font-size: 0.82rem;
    font-weight: 720;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note .mini-notificare-copy span {
    display: block;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note::after {
    content: "♪  ♪  ♪  ♪  ♪";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(47, 143, 87, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: #168e50;
    font-size: 1rem;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 16px rgba(29, 104, 63, 0.08);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-actions {
    grid-template-columns: minmax(96px, 0.36fr) minmax(0, 0.64fr);
    gap: 6px;
    right: 0;
    left: 0;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 6px 10px calc(5px + var(--mobile-action-safe-bottom));
    border-top: 1px solid rgba(47, 143, 87, 0.1);
    background: #ffffff;
    box-shadow: 0 -14px 30px rgba(39, 71, 50, 0.08);
    clip-path: none;
    transform: none;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-edit-back {
    grid-column: 1;
    display: inline-flex;
    min-height: 48px;
    border-radius: 12px;
    font-size: 0.9rem;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-cta {
    grid-column: 2;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .status-start-button {
    min-height: 48px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 620;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-actions::after {
    grid-column: 1 / -1;
    content: "Plată securizată • Datele tale sunt în siguranță";
    color: #708074;
    overflow: hidden;
    font-size: 0.56rem;
    line-height: 1;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account.prestart-offer .prestart-actions::after {
    content: none;
    display: none;
  }
}

@media (max-width: 389px) {
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-hero {
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 14px 10px;
    padding: 17px 18px 15px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-title {
    max-width: min(314px, calc(100vw - 52px));
    font-size: clamp(2.6rem, 12.8vw, 3.1rem);
  }

  body.mobile-process-panel-only #generator-request-card .status-prestart.prestart-new-account .prestart-title {
    max-width: min(314px, calc(100vw - 52px));
    font-size: clamp(2.6rem, 12.8vw, 3.1rem);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill {
    width: 86px;
    height: 86px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-mode-pill::before {
    font-size: 3.6rem;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-grid {
    gap: 8px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-card {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 68px;
    padding: 9px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-detail-icon {
    width: 42px;
    height: 42px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-item {
    grid-template-columns: 44px minmax(0, 1fr) 42px;
    min-height: 70px;
    padding: 10px 12px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-index,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-journey-icon {
    width: 42px;
    height: 42px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note.mobile-lyrics-hint-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note::after {
    display: none;
  }
}

@media (max-width: 700px) {
  body.mobile-new-account-prestart.mobile-process-panel-only #generator-side-rail {
    padding-bottom: calc(132px + var(--mobile-action-safe-bottom));
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-info-note.mobile-lyrics-hint-card {
    scroll-margin-bottom: calc(124px + var(--mobile-action-safe-bottom));
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .payment-terms-acceptance {
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 5px;
    margin: 4px 2px -2px;
    padding: 0;
    font-size: 0.49rem;
    line-height: 1.28;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .payment-terms-acceptance input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border-radius: 5px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .payment-terms-acceptance input[type="checkbox"]::before {
    width: 7px;
    height: 7px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .payment-terms-error {
    margin: -2px 2px 0;
    font-size: 0.7rem;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: start;
    justify-content: stretch;
    justify-self: stretch;
    gap: 6px;
    width: 100%;
    min-height: 0;
    margin: 4px 0 0;
    padding: 6px 9px;
    border: 1px solid rgba(47, 143, 87, 0.12);
    border-radius: 12px;
    background: rgba(247, 252, 249, 0.94);
    color: #53645b;
    font-size: 0.66rem;
    font-weight: 420;
    line-height: 1.28;
    white-space: normal;
    box-shadow: none;
    scroll-margin-bottom: calc(132px + var(--mobile-action-safe-bottom));
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance > span,
  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance a,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance > span,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance a {
    min-width: 0;
    white-space: normal;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance input[type="checkbox"],
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance input[type="checkbox"] {
    align-self: start;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 6px 12px rgba(30, 120, 68, 0.06);
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance input[type="checkbox"]::before,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .customer-email-group #payment-terms-acceptance input[type="checkbox"]::before {
    width: 8px;
    height: 8px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .customer-email-group #payment-terms-error,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart.prestart-new-account .customer-email-group #payment-terms-error {
    margin: 6px 0 0;
    font-size: 0.7rem;
    line-height: 1.25;
    scroll-margin-bottom: calc(132px + var(--mobile-action-safe-bottom));
  }
}

@media (max-width: 860px) {
  body.mobile-account-dashboard-active.mobile-payments-history-active .mobile-account-dashboard {
    gap: 10px;
    padding: 10px 14px calc(86px + env(safe-area-inset-bottom));
  }

  body.mobile-account-dashboard-active .mobile-dashboard-orders-panel[data-mobile-dashboard-view-panel="orders"],
  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"] {
    gap: 9px;
    padding-bottom: 6px;
  }

  body.mobile-account-dashboard-active .mobile-payments-page-head {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 0;
  }

  .mobile-payments-back-button {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .mobile-payments-back-button svg {
    width: 21px;
    height: 21px;
  }

  body.mobile-account-dashboard-active .mobile-payments-page-head h2 {
    min-width: 0;
    overflow: visible;
    color: #202b2a;
    font-size: clamp(22px, 6vw, 27px);
    line-height: 1;
    text-overflow: clip;
    white-space: normal;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-orders-panel .mobile-payments-page-head h2 {
    font-size: clamp(21px, 5.8vw, 26px);
  }

  .mobile-payments-count {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1;
  }

  .mobile-payments-search {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 13px;
  }

  .mobile-payments-search svg {
    width: 18px;
    height: 18px;
  }

  .mobile-payments-search input {
    font-size: 12.5px;
  }

  .mobile-payments-filters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    overflow-x: visible;
    padding: 0;
  }

  #mobile-dashboard-payments > .mobile-payments-filters {
    grid-template-columns:
      minmax(0, 0.72fr)
      minmax(0, 0.88fr)
      minmax(0, 1.38fr)
      minmax(0, 0.82fr);
  }

  .mobile-account-dashboard .mobile-payments-filter {
    min-width: 0;
    min-height: 36px;
    padding: 0 3px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.05;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-orders-panel[data-mobile-dashboard-view-panel="orders"] .mobile-dashboard-orders-list,
  body.mobile-account-dashboard-active .mobile-dashboard-payments-panel[data-mobile-dashboard-view-panel="payments"] .mobile-dashboard-payments-list {
    gap: 8px;
  }

  .mobile-payments-history-summary {
    grid-template-columns: 42px minmax(0, 1fr) auto 10px;
    gap: 8px;
    min-height: 72px;
    padding: 10px 11px;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-orders-panel .mobile-payments-history-summary {
    grid-template-columns: 58px minmax(0, 1fr) auto 10px;
    gap: 12px;
  }

  .mobile-payments-history-icon {
    width: 40px;
    height: 40px;
  }

  .mobile-payments-history-icon svg {
    width: 20px;
    height: 20px;
  }

  .mobile-payments-history-copy {
    gap: 4px;
  }

  .mobile-payments-history-copy strong {
    font-size: 15px;
    line-height: 1.06;
  }

  .mobile-payments-history-copy > span {
    gap: 5px;
    font-size: 11.5px;
  }

  .mobile-payments-history-status {
    min-height: 24px;
    padding: 0 7px;
    border-radius: 8px;
    font-size: 10.5px;
  }

  .mobile-payments-history-chevron {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .mobile-payment-details {
    gap: 10px;
    padding: 0 11px 11px;
  }

  .mobile-payment-details-grid {
    gap: 7px;
    padding-top: 10px;
  }

  .mobile-payment-details .order-detail-item {
    gap: 3px;
    padding: 8px 9px;
    border-radius: 10px;
  }

  .mobile-payment-note-row {
    gap: 8px;
    padding: 9px;
    border-radius: 11px;
  }

  .mobile-history-pagination {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    margin-top: 2px;
  }

  .mobile-history-page-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
  }

  .mobile-history-page-button,
  .mobile-history-page-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid #d9e8e1;
    border-radius: 12px;
    background: #ffffff;
    color: #42514c;
    font-size: 11.5px;
    font-weight: 450;
    white-space: nowrap;
  }

  .mobile-history-page-button.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #0a9854, #24b86b);
    color: #ffffff;
  }

  .mobile-history-page-nav {
    padding: 0 9px;
  }

  .mobile-history-page-nav:disabled {
    opacity: 0.38;
  }
}

@media (max-width: 389px) {
  body.mobile-account-dashboard-active.mobile-payments-history-active .mobile-account-dashboard {
    padding: 8px 10px calc(82px + env(safe-area-inset-bottom));
  }

  body.mobile-account-dashboard-active .mobile-payments-page-head {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 6px;
  }

  .mobile-payments-back-button {
    width: 34px;
    height: 34px;
  }

  .mobile-payments-back-button svg {
    width: 19px;
    height: 19px;
  }

  body.mobile-account-dashboard-active .mobile-payments-page-head h2,
  body.mobile-account-dashboard-active .mobile-dashboard-orders-panel .mobile-payments-page-head h2 {
    font-size: 20px;
  }

  .mobile-payments-count {
    min-height: 24px;
    padding: 0 6px;
    font-size: 9.5px;
  }

  .mobile-payments-search {
    min-height: 36px;
    padding: 0 10px;
  }

  .mobile-payments-filters {
    gap: 3px;
  }

  #mobile-dashboard-payments > .mobile-payments-filters {
    grid-template-columns:
      minmax(0, 0.68fr)
      minmax(0, 0.86fr)
      minmax(0, 1.46fr)
      minmax(0, 0.78fr);
  }

  .mobile-account-dashboard .mobile-payments-filter {
    min-height: 34px;
    padding: 0 1px;
    font-size: 10px;
    line-height: 1.02;
  }

  .mobile-payments-history-summary {
    grid-template-columns: 38px minmax(0, 1fr) auto 9px;
    gap: 7px;
    min-height: 66px;
    padding: 8px 9px;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-orders-panel .mobile-payments-history-summary {
    grid-template-columns: 50px minmax(0, 1fr) auto 9px;
    gap: 9px;
  }

  .mobile-payments-history-icon {
    width: 36px;
    height: 36px;
  }

  .mobile-payments-history-icon svg {
    width: 18px;
    height: 18px;
  }

  .mobile-history-pagination {
    gap: 5px;
  }

  .mobile-history-page-list {
    gap: 4px;
  }

  .mobile-history-page-button,
  .mobile-history-page-nav {
    min-height: 31px;
    border-radius: 10px;
    font-size: 10px;
  }

  .mobile-history-page-nav {
    padding: 0 7px;
  }
}

@media (max-width: 860px) {
  .page-shell,
  .legal-page-shell,
  .gift-stage,
  body.new-account-page .page-shell,
  body.mobile-process-panel-only .page-shell,
  body.mobile-account-dashboard-active .page-shell {
    width: min(100%, var(--mobile-canvas));
    max-width: var(--mobile-canvas);
    margin-right: auto;
    margin-left: auto;
  }

  body.mobile-account-dashboard-active .mobile-brand-header {
    width: 100%;
    min-height: 59px;
    margin-right: auto;
    margin-left: auto;
    padding: 7px 20px 9px;
    box-sizing: border-box;
  }

  body.mobile-account-dashboard-active .mobile-brand-header-logo {
    width: 128px;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar {
    right: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    width: min(calc(var(--mobile-canvas) - 16px), calc(100vw - 16px)) !important;
    max-width: calc(100vw - 16px);
    min-height: 52px;
    padding: 2px 18px max(3px, env(safe-area-inset-bottom)) !important;
    transform: translateX(-50%) !important;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar .mobile-dashboard-tab {
    grid-template-rows: 20px auto;
    min-height: 40px;
  }

  body.mobile-account-dashboard-active .mobile-dashboard-tabbar .mobile-dashboard-tab-icon {
    width: 17px;
    height: 17px;
  }

  body.mobile-process-panel-only .status-prestart.prestart-new-account .prestart-actions,
  body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-actions {
    right: auto;
    left: 50%;
    width: min(100%, var(--mobile-canvas));
    max-width: var(--mobile-canvas);
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-50%);
  }

  .legal-consent-banner {
    --legal-banner-x: -50%;
    right: auto;
    left: 50%;
    width: min(calc(var(--mobile-canvas) - 24px), calc(100vw - 24px));
  }

  .payment-return-card {
    width: min(344px, calc(var(--mobile-canvas) - 24px), calc(100vw - 24px));
  }
}

@media (max-width: 860px) {
  body.admin-page .page-shell.admin-page-shell {
    width: min(100% - 20px, 720px);
    max-width: 720px;
    padding-top: 14px;
    padding-bottom: 24px;
  }

  body.admin-page .top-nav.admin-top-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    padding: 12px;
  }

  body.admin-page .top-nav-links {
    display: flex;
    justify-self: stretch;
    width: 100%;
    overflow: hidden;
  }

  body.admin-page .top-nav-links a {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 8px;
    font-size: 0.82rem;
  }

  body.admin-page .top-nav-auth {
    justify-self: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  body.admin-page .top-nav-auth .compact-button {
    display: inline-flex;
  }
}

@media (max-width: 860px) {
  body.mobile-free-offer-handoff.mobile-process-panel-only #generator-main-grid {
    justify-content: center;
    min-height: calc(100svh - 86px);
    padding: 0 10px 24px;
  }

  body.mobile-free-offer-handoff.mobile-process-panel-only #generator-side-rail {
    align-content: center;
    padding: clamp(24px, 12svh, 92px) 0 24px;
  }

  body.mobile-free-offer-handoff.mobile-process-panel-only #generator-request-card {
    display: grid;
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.mobile-free-offer-handoff.mobile-process-panel-only #generator-request-card::after,
  body.mobile-free-offer-handoff.mobile-process-panel-only #generator-request-card > .section-heading {
    display: none;
  }

  body.mobile-free-offer-handoff.mobile-process-panel-only #status-idle {
    display: grid;
    gap: 16px;
    width: 100%;
    padding: 22px 20px 20px;
    border: 1px solid rgba(47, 143, 87, 0.16);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 22px 48px rgba(31, 65, 43, 0.12);
  }

  body.mobile-free-offer-handoff.mobile-process-panel-only #status-idle-message {
    display: grid;
    gap: 14px;
    margin: 0;
    color: #26372c;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  body.mobile-free-offer-handoff.mobile-process-panel-only #status-idle-message > span {
    display: block;
  }

  body.mobile-free-offer-handoff.mobile-process-panel-only .status-copy .free-offer-account-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: 0;
    border-radius: 14px;
    text-decoration: none;
    text-align: center;
  }
}

@media (max-width: 860px) {
  body.admin-page {
    overflow-x: hidden;
    background: linear-gradient(180deg, #f8fcf8 0%, #edf5ef 48%, #e4ece6 100%);
  }

  body.admin-page .page-shell.admin-page-shell {
    width: min(100%, 430px);
    max-width: 430px;
    min-height: 100svh;
    padding: 14px 10px calc(92px + env(safe-area-inset-bottom, 0px));
  }

  body.admin-page .top-nav.admin-top-nav {
    position: sticky;
    top: 8px;
    z-index: 70;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    min-height: 0;
    margin: 0 0 12px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(31, 42, 34, 0.1);
    backdrop-filter: blur(18px);
  }

  body.admin-page .top-nav-brand {
    justify-content: center;
    min-width: 0;
  }

  body.admin-page .top-nav-brand-image {
    width: auto;
    max-width: 142px;
    height: 34px;
  }

  body.admin-page .top-nav-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: stretch;
    width: 100%;
    gap: 6px;
    padding: 4px;
    border-radius: 16px;
    background: rgba(240, 246, 242, 0.88);
    overflow: hidden;
  }

  body.admin-page .top-nav-links a {
    justify-content: center;
    min-width: 0;
    min-height: 36px;
    padding: 0 8px;
    border-radius: 12px;
    font-size: 0.78rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.admin-page .top-nav-auth {
    justify-self: stretch;
    justify-content: center;
    gap: 8px;
    min-width: 0;
  }

  body.admin-page .top-nav-auth .auth-menu-email {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.admin-page .top-nav-auth .compact-button {
    display: inline-flex;
    min-height: 36px;
    padding: 0 12px;
  }

  body.admin-page .admin-shell,
  body.admin-page .admin-app,
  body.admin-page .admin-view {
    gap: 12px;
  }

  body.admin-page .admin-auth-panel,
  body.admin-page .admin-panel,
  body.admin-page .admin-metric,
  body.admin-page .admin-list-row,
  body.admin-page .admin-toolbar {
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(31, 42, 34, 0.07);
  }

  body.admin-page .admin-auth-panel {
    max-width: none;
    gap: 20px;
    padding: 28px;
  }

  body.admin-page .admin-auth-copy h1,
  body.admin-page .admin-header h1 {
    font-size: 2.3rem;
    line-height: 0.98;
  }

  body.admin-page .admin-auth-copy p,
  body.admin-page .admin-header p {
    font-size: 0.92rem;
  }

  body.admin-page .admin-login-form,
  body.admin-page .admin-login-actions,
  body.admin-page .admin-credit-form,
  body.admin-page .admin-detail-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  body.admin-page .admin-field,
  body.admin-page .admin-toolbar label,
  body.admin-page .admin-credit-form label {
    width: 100%;
    min-width: 0;
  }

  body.admin-page .admin-field input,
  body.admin-page .admin-toolbar input,
  body.admin-page .admin-toolbar select,
  body.admin-page .admin-credit-form input {
    width: 100%;
    min-height: 46px;
    font-size: 0.95rem;
  }

  body.admin-page .admin-login-actions .primary-button,
  body.admin-page .admin-login-actions .secondary-button,
  body.admin-page .admin-detail-actions .primary-button,
  body.admin-page .admin-detail-actions .secondary-button,
  body.admin-page .admin-toolbar .compact-button,
  body.admin-page .admin-credit-form .compact-button {
    width: 100%;
    min-height: 46px;
  }

  body.admin-page .admin-header,
  body.admin-page .admin-detail-hero {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  body.admin-page .admin-status {
    min-height: 20px;
    font-size: 0.84rem;
    text-align: left;
  }

  body.admin-page .admin-tabs {
    position: fixed;
    right: auto;
    bottom: max(8px, env(safe-area-inset-bottom, 0px));
    left: 50%;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    width: min(414px, calc(100vw - 16px));
    padding: 6px;
    border: 1px solid rgba(31, 42, 34, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 44px rgba(31, 42, 34, 0.16);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
  }

  body.admin-page .admin-tab {
    min-width: 0;
    min-height: 48px;
    border-radius: 15px;
    padding: 0 4px;
    font-size: 0.7rem;
    line-height: 1.05;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.admin-page .admin-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.admin-page .admin-metric {
    min-height: 104px;
    padding: 13px;
  }

  body.admin-page .admin-metric span {
    font-size: 0.66rem;
  }

  body.admin-page .admin-metric strong {
    font-size: 1.55rem;
    line-height: 1;
  }

  body.admin-page .admin-metric small {
    font-size: 0.76rem;
    line-height: 1.25;
  }

  body.admin-page .admin-dashboard-grid,
  body.admin-page .admin-split,
  body.admin-page .admin-generation-grid,
  body.admin-page .admin-style-editor-layout,
  body.admin-page .admin-genre-settings-list,
  body.admin-page .admin-payment-provider-grid,
  body.admin-page .admin-audio-engine-grid,
  body.admin-page .admin-kv-grid,
  body.admin-page .admin-kv-grid.compact {
    grid-template-columns: minmax(0, 1fr);
  }

  body.admin-page .admin-style-list {
    position: static;
  }

  body.admin-page .admin-panel {
    padding: 14px;
  }

  body.admin-page .admin-panel-head {
    align-items: start;
    gap: 10px;
    margin-bottom: 10px;
  }

  body.admin-page .admin-panel-head h2 {
    font-size: 1.42rem;
    line-height: 1.02;
  }

  body.admin-page .admin-list-row {
    grid-template-columns: minmax(0, 1fr);
    min-height: 62px;
    gap: 8px;
    padding: 12px;
  }

  body.admin-page .admin-list-row em {
    justify-self: start;
  }

  body.admin-page .admin-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 10px;
    padding: 12px;
  }

  body.admin-page .admin-toolbar label:first-child {
    grid-column: 1 / -1;
  }

  body.admin-page .admin-toolbar .compact-button {
    grid-column: 1 / -1;
  }

  body.admin-page .admin-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body.admin-page .admin-table,
  body.admin-page .admin-table tbody,
  body.admin-page .admin-table tr,
  body.admin-page .admin-table td {
    display: block;
    width: 100%;
  }

  body.admin-page .admin-table {
    border-collapse: separate;
    border-spacing: 0;
  }

  body.admin-page .admin-table thead {
    display: none;
  }

  body.admin-page .admin-table tbody {
    display: grid;
    gap: 10px;
  }

  body.admin-page .admin-table tr {
    border: 1px solid rgba(31, 42, 34, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(31, 42, 34, 0.07);
    padding: 12px;
  }

  body.admin-page .admin-table td {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    border-bottom: 1px solid rgba(31, 42, 34, 0.07);
    padding: 9px 0;
    font-size: 0.87rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  body.admin-page .admin-table td::before {
    content: attr(data-label);
    color: var(--text-muted);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.admin-page .admin-table td.admin-table-primary {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 4px;
    padding-top: 0;
  }

  body.admin-page .admin-table td.admin-table-primary::before {
    display: none;
  }

  body.admin-page .admin-table td.admin-table-actions-cell {
    border-bottom: 0;
    padding-bottom: 0;
  }

  body.admin-page .admin-table td.admin-table-actions-cell .compact-button {
    width: 100%;
    min-height: 42px;
  }

  body.admin-page .admin-table td .admin-pill {
    justify-self: start;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.admin-page .admin-pagination {
    justify-content: stretch;
    gap: 8px;
  }

  body.admin-page .admin-pagination .compact-button {
    flex: 1 1 0;
    min-height: 42px;
  }

  body.admin-page .admin-provider-card {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 78px;
    padding: 12px;
  }

  body.admin-page .admin-provider-card .admin-pill {
    grid-column: 2;
    justify-self: start;
  }

  body.admin-page .admin-drawer {
    z-index: 240;
  }

  body.admin-page .admin-drawer-backdrop {
    background: rgba(20, 28, 23, 0.18);
  }

  body.admin-page .admin-drawer-sheet {
    inset: 0;
    width: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.admin-page .admin-drawer-head {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 16px 14px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
  }

  body.admin-page .admin-drawer-head h2 {
    font-size: 1.35rem;
    line-height: 1.05;
  }

  body.admin-page .admin-icon-button {
    width: 42px;
    height: 42px;
  }

  body.admin-page .admin-order-detail {
    gap: 12px;
    padding: 14px 14px calc(88px + env(safe-area-inset-bottom, 0px));
  }

  body.admin-page .admin-detail-hero h3 {
    font-size: 1.42rem;
  }

  body.admin-page .admin-audio-preview {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  body.admin-page .admin-audio-preview img,
  body.admin-page .admin-audio-preview > span {
    width: 58px;
    height: 58px;
  }

  body.admin-page .admin-kv {
    min-height: 54px;
    padding: 9px;
  }

  body.admin-page .admin-mini-table,
  body.admin-page .admin-mini-table tbody,
  body.admin-page .admin-mini-table tr,
  body.admin-page .admin-mini-table td {
    display: block;
    width: 100%;
  }

  body.admin-page .admin-mini-table tr {
    border-bottom: 1px solid rgba(31, 42, 34, 0.08);
    padding: 6px 0;
  }

  body.admin-page .admin-mini-table td {
    border-bottom: 0;
    padding: 4px 0;
    overflow-wrap: anywhere;
  }

  body.admin-page .admin-json-block pre {
    max-height: 300px;
    font-size: 0.72rem;
    line-height: 1.48;
    padding: 12px;
  }
}

@media (max-width: 390px) {
  body.admin-page .page-shell.admin-page-shell {
    padding-right: 8px;
    padding-left: 8px;
  }

  body.admin-page .admin-auth-panel,
  body.admin-page .admin-panel,
  body.admin-page .admin-toolbar,
  body.admin-page .admin-table tr {
    padding: 11px;
  }

  body.admin-page .admin-auth-copy h1,
  body.admin-page .admin-header h1 {
    font-size: 2.05rem;
  }

  body.admin-page .admin-tabs {
    width: calc(100vw - 12px);
    gap: 3px;
    padding: 5px;
  }

  body.admin-page .admin-tab {
    min-height: 44px;
    border-radius: 13px;
    font-size: 0.64rem;
  }

  body.admin-page .admin-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  body.admin-page .admin-toolbar {
    grid-template-columns: minmax(0, 1fr);
  }

  body.admin-page .admin-table td {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
  }
}

@media (min-width: 861px) {
  .form-card.generator-intro-active {
    padding: clamp(18px, 1.8vw, 28px);
  }

  .form-card.generator-intro-active > .section-heading {
    display: none;
  }

  .form-card.generator-intro-active .mobile-landing-screen {
    gap: clamp(20px, 2vw, 30px);
  }

  .form-card.generator-intro-active .mobile-landing-card,
  .mobile-landing-card {
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(390px, 0.82fr) minmax(500px, 1fr);
    grid-template-areas:
      "copy visual"
      "button visual"
      "offer chips";
    align-items: center;
    gap: 22px clamp(34px, 4vw, 66px);
    min-height: clamp(470px, 44vw, 590px);
    padding: clamp(38px, 4.8vw, 74px) clamp(34px, 5vw, 78px);
    border: 1px solid rgba(207, 228, 216, 0.62);
    border-radius: 34px;
    background:
      radial-gradient(circle at 84% 15%, rgba(220, 243, 225, 0.62), transparent 24%),
      radial-gradient(circle at 78% 88%, rgba(234, 248, 238, 0.86), transparent 28%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 254, 252, 0.98));
    box-shadow:
      0 26px 68px rgba(41, 73, 52, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
    overflow: hidden;
  }

  .form-card.generator-intro-active .mobile-landing-card::before,
  .mobile-landing-card::before {
    content: "";
    position: absolute;
    right: -18%;
    bottom: -16%;
    z-index: -1;
    width: min(62vw, 760px);
    height: min(38vw, 430px);
    border-radius: 50%;
    background:
      repeating-radial-gradient(ellipse at 50% 50%, rgba(72, 151, 96, 0.14) 0 2px, transparent 2px 20px);
    opacity: 0.55;
    transform: rotate(-9deg);
    mask-image: linear-gradient(112deg, transparent 2%, #000 32%, transparent 92%);
    pointer-events: none;
  }

  .form-card.generator-intro-active .mobile-landing-card::after,
  .mobile-landing-card::after {
    content: "";
    position: absolute;
    right: clamp(32px, 4vw, 62px);
    top: clamp(68px, 7vw, 110px);
    z-index: 2;
    width: clamp(34px, 3.6vw, 58px);
    height: clamp(34px, 3.6vw, 58px);
    background: linear-gradient(180deg, #18ad48, #48c766);
    -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
    mask: url("/lucide-music-4.svg") center / contain no-repeat;
    opacity: 0.92;
    transform: rotate(9deg);
    pointer-events: none;
  }

  .form-card.generator-intro-active .mobile-landing-copy,
  .mobile-landing-copy {
    grid-area: copy;
    position: relative;
    display: grid;
    gap: 20px;
    width: min(100%, 570px);
    padding: 0;
    text-align: left;
    align-content: center;
  }

  .form-card.generator-intro-active .mobile-landing-intro-pill,
  .mobile-landing-intro-pill,
  .form-card.generator-intro-active .mobile-landing-copy-note,
  .mobile-landing-copy-note {
    display: none;
  }

  .form-card.generator-intro-active .mobile-landing-copy h3,
  .mobile-landing-copy h3 {
    margin: 0;
    max-width: 9.8ch;
    color: #082719;
    font-family: var(--font-ui);
    font-size: clamp(3.35rem, 4.8vw, 5.55rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: 0;
  }

  .mobile-landing-copy h3 > .mobile-landing-title-line,
  .mobile-landing-copy h3 > .mobile-landing-title-highlight {
    display: block;
  }

  .mobile-landing-title-line {
    white-space: nowrap;
  }

  .mobile-landing-title-line .mobile-landing-title-highlight {
    display: inline;
  }

  .form-card.generator-intro-active .mobile-landing-title-highlight,
  .mobile-landing-title-highlight {
    color: #19a844;
    white-space: nowrap;
  }

  .form-card.generator-intro-active .mobile-landing-title-highlight::after,
  .mobile-landing-title-highlight::after {
    display: none;
  }

  .form-card.generator-intro-active .mobile-landing-copy-primary,
  .mobile-landing-copy-primary {
    margin: 0;
    max-width: 42ch;
    color: #4c5d54;
    font-size: clamp(1.05rem, 1.28vw, 1.34rem);
    line-height: 1.52;
  }

  .mobile-landing-arrow {
    position: absolute;
    left: min(340px, 73%);
    bottom: -86px;
    width: 92px;
    height: 58px;
    border-right: 3px solid rgba(34, 104, 61, 0.72);
    border-bottom: 3px solid rgba(34, 104, 61, 0.72);
    border-radius: 0 0 52px 0;
    transform: rotate(25deg);
    pointer-events: none;
  }

  .mobile-landing-arrow::after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -8px;
    width: 19px;
    height: 19px;
    border-left: 3px solid rgba(34, 104, 61, 0.72);
    border-bottom: 3px solid rgba(34, 104, 61, 0.72);
    transform: rotate(36deg);
  }

  .form-card.generator-intro-active .mobile-landing-start,
  .mobile-landing-start {
    grid-area: button;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    justify-self: flex-start;
    width: min(100%, 315px);
    min-height: 78px;
    gap: 10px;
    padding: 0 28px 0 26px;
    border-radius: 22px;
    font-size: clamp(1.2rem, 1.45vw, 1.45rem);
    font-weight: 800;
    background: linear-gradient(135deg, #14b941, #078935);
    box-shadow: 0 20px 30px rgba(20, 155, 70, 0.24);
  }

  .form-card.generator-intro-active .mobile-landing-start-spark,
  .mobile-landing-start-spark {
    display: inline-flex;
    justify-self: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    background: #ffffff;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .form-card.generator-intro-active .mobile-landing-start > span:nth-child(2),
  .mobile-landing-start > span:nth-child(2) {
    justify-self: start;
  }

  .form-card.generator-intro-active .mobile-landing-start-icon,
  .mobile-landing-start-icon {
    display: none;
  }

  .mobile-landing-card .landing-free-offer {
    grid-area: offer;
    display: inline-flex;
    justify-self: flex-start;
    align-items: center;
    width: auto;
    min-height: 56px;
    gap: 12px;
    padding: 0 22px;
    border: 1px solid rgba(194, 223, 204, 0.96);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
      0 14px 24px rgba(41, 73, 52, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .mobile-landing-card .landing-free-offer.hidden {
    display: none !important;
  }

  .mobile-landing-card .landing-free-offer-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    background-size: 18px 18px;
    box-shadow: none;
  }

  .mobile-landing-card .landing-free-offer strong {
    color: #1c5e33;
    font-size: 1rem;
    line-height: 1.2;
  }

  .form-card.generator-intro-active .mobile-landing-chips,
  .mobile-landing-chips {
    grid-area: chips;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-self: end;
    gap: 10px;
  }

  .form-card.generator-intro-active .mobile-landing-chip,
  .mobile-landing-chip {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid rgba(221, 231, 225, 0.95);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.96);
    color: #385546;
    font-size: 0.93rem;
    font-weight: 700;
    box-shadow: 0 16px 28px rgba(42, 67, 49, 0.08);
    white-space: nowrap;
  }

  .form-card.generator-intro-active .mobile-landing-chip img,
  .mobile-landing-chip img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  .form-card.generator-intro-active .mobile-landing-chip-icon,
  .mobile-landing-chip-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background: currentColor;
  }

  .form-card.generator-intro-active .mobile-landing-chip-icon-payment,
  .mobile-landing-chip-icon-payment {
    color: #18a45b;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7.5h13.5A2.5 2.5 0 0 1 21 10v8a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18V9a2.5 2.5 0 0 1 2-2.45L16 4v3.5'/%3E%3Cpath d='M15.5 13.5H21'/%3E%3Ccircle cx='17.2' cy='13.5' r='1'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7.5h13.5A2.5 2.5 0 0 1 21 10v8a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18V9a2.5 2.5 0 0 1 2-2.45L16 4v3.5'/%3E%3Cpath d='M15.5 13.5H21'/%3E%3Ccircle cx='17.2' cy='13.5' r='1'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .form-card.generator-intro-active .mobile-landing-hero,
  .mobile-landing-hero {
    grid-area: visual;
    position: relative;
    display: grid;
    place-items: center;
    align-self: stretch;
    min-height: 390px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .form-card.generator-intro-active .mobile-landing-hero::after,
  .mobile-landing-hero::after {
    display: none;
  }

  .mobile-landing-album {
    position: relative;
    z-index: 1;
    width: clamp(430px, 34vw, 500px);
    max-width: calc(100vw - 48px);
    aspect-ratio: 1.36;
    filter: drop-shadow(0 28px 32px rgba(28, 66, 38, 0.18));
    transform: translateX(clamp(64px, 6vw, 92px));
  }

  .mobile-landing-vinyl {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 54%;
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    background:
      radial-gradient(circle at center, #e2d7b8 0 8%, #0a0e0c 8.3% 10%, transparent 10.5%),
      repeating-radial-gradient(circle at center, #111 0 3px, #222 3px 5px, #111 5px 8px);
    box-shadow:
      inset -20px -18px 28px rgba(0, 0, 0, 0.44),
      inset 18px 14px 28px rgba(255, 255, 255, 0.07);
  }

  .mobile-landing-cover {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 66%;
    aspect-ratio: 1;
    border-radius: 22px;
    overflow: hidden;
    transform: rotate(2.5deg);
    background:
      radial-gradient(circle at 68% 57%, rgba(255, 229, 151, 0.92) 0 8%, transparent 8.5%),
      linear-gradient(180deg, rgba(78, 139, 79, 0.97) 0 48%, rgba(35, 105, 51, 0.98) 49% 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.34),
      inset 0 -60px 90px rgba(6, 42, 22, 0.3),
      0 28px 34px rgba(20, 54, 29, 0.2);
  }

  .mobile-landing-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 12% 11%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.5px),
      radial-gradient(circle at 76% 8%, rgba(255, 255, 255, 0.54) 0 1px, transparent 1.5px),
      radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.5px),
      linear-gradient(165deg, transparent 0 56%, rgba(9, 68, 32, 0.34) 57% 100%);
    opacity: 0.75;
  }

  .mobile-landing-cover::after {
    content: "";
    position: absolute;
    left: -12%;
    right: -12%;
    bottom: -8%;
    height: 42%;
    background:
      radial-gradient(ellipse at 16% 92%, #0f5d2d 0 20%, transparent 20.5%),
      radial-gradient(ellipse at 44% 90%, #1b7438 0 24%, transparent 24.5%),
      radial-gradient(ellipse at 76% 90%, #0b4f29 0 25%, transparent 25.5%);
    opacity: 0.95;
  }

  .mobile-landing-cover-title {
    position: absolute;
    top: 13%;
    left: 15%;
    z-index: 2;
    color: rgba(255, 255, 255, 0.92);
    font-family: "Segoe Script", "Bradley Hand ITC", cursive;
    font-size: clamp(1.95rem, 3vw, 3.75rem);
    line-height: 1.18;
    text-shadow: 0 2px 8px rgba(18, 61, 28, 0.22);
  }

  .mobile-landing-cover-note,
  .mobile-landing-cover-heart {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.88);
  }

  .mobile-landing-cover-note {
    width: 34px;
    height: 34px;
    -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
    mask: url("/lucide-music-4.svg") center / contain no-repeat;
  }

  .mobile-landing-cover-note-1 {
    left: 88%;
    bottom: 13%;
    transform: rotate(7deg);
  }

  .mobile-landing-cover-note-2 {
    left: -6%;
    top: 19%;
    background: #19a844;
    transform: rotate(-8deg);
  }

  .mobile-landing-cover-heart {
    top: 13%;
    right: 17%;
    width: 34px;
    height: 34px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .mobile-landing-cover-sun {
    position: absolute;
    left: 56%;
    bottom: 33%;
    z-index: 1;
    width: 66px;
    height: 66px;
    border-radius: 999px;
    background: rgba(255, 226, 154, 0.88);
    box-shadow: 0 0 42px rgba(255, 226, 154, 0.38);
  }

  .mobile-landing-cover-ridge {
    position: absolute;
    z-index: 2;
    bottom: 28%;
    height: 24%;
    background: linear-gradient(180deg, #9fc091, #244f34);
    clip-path: polygon(0 100%, 18% 54%, 30% 70%, 50% 20%, 68% 66%, 82% 42%, 100% 100%);
    opacity: 0.82;
  }

  .mobile-landing-cover-ridge-1 {
    left: -8%;
    width: 60%;
  }

  .mobile-landing-cover-ridge-2 {
    left: 22%;
    width: 68%;
    opacity: 0.66;
    transform: translateY(11px);
  }

  .mobile-landing-cover-ridge-3 {
    right: -8%;
    width: 44%;
    height: 42%;
    bottom: 17%;
    background: linear-gradient(180deg, #bbd3a3, #235633);
    opacity: 0.9;
  }

  .mobile-landing-wave {
    position: absolute;
    top: 54%;
    z-index: 0;
    width: min(28vw, 330px);
    height: 104px;
    opacity: 0.42;
    background: repeating-linear-gradient(90deg, transparent 0 9px, rgba(41, 178, 76, 0.58) 9px 12px, transparent 12px 19px);
    mask-image: radial-gradient(ellipse at center, #000 0 64%, transparent 68%);
    pointer-events: none;
  }

  .mobile-landing-wave-left {
    left: -5%;
    transform: translateY(-50%) scaleX(0.88);
  }

  .mobile-landing-wave-right {
    right: -10%;
    transform: translateY(-50%) scaleX(0.94);
  }
}

@media (max-width: 860px) {
  .form-card.generator-intro-active > .section-heading {
    display: none;
  }

  .mobile-landing-screen {
    padding: 0 4px 6px;
  }

  .mobile-landing-card {
    position: relative;
    display: grid;
    grid-template-areas:
      "copy"
      "visual"
      "chips"
      "button"
      "offer";
    gap: 12px;
    padding: 20px 16px 18px;
    border-radius: 28px;
    overflow: hidden;
  }

  .mobile-landing-copy {
    grid-area: copy;
    display: grid;
    gap: 10px;
    text-align: left;
  }

  .mobile-landing-copy h3 {
    margin: 0;
    width: min(100%, 13.6ch);
    max-width: 100%;
    justify-self: center;
    color: #082719;
    font-family: var(--font-ui);
    font-size: clamp(2.15rem, 9.2vw, 2.78rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: 0;
  }

  .mobile-landing-copy h3 > .mobile-landing-title-line,
  .mobile-landing-copy h3 > .mobile-landing-title-highlight {
    display: block;
  }

  .mobile-landing-title-line {
    white-space: nowrap;
  }

  .mobile-landing-title-line .mobile-landing-title-highlight {
    display: inline;
  }

  .mobile-landing-title-highlight {
    color: #19a844;
  }

  .mobile-landing-title-highlight::after {
    display: none;
  }

  .mobile-landing-copy-primary {
    margin: 0;
    color: #4c5d54;
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .mobile-landing-arrow {
    display: none;
  }

  .mobile-landing-hero {
    grid-area: visual;
    position: relative;
    display: grid;
    place-items: center;
    min-height: 216px;
    margin: 2px -10px 0;
    padding: 0;
    overflow: visible;
  }

  .mobile-landing-album {
    position: relative;
    width: 318px;
    max-width: 100%;
    aspect-ratio: 1.28;
    filter: drop-shadow(0 20px 26px rgba(28, 66, 38, 0.17));
    transform: none;
  }

  .mobile-landing-vinyl {
    position: absolute;
    top: 50%;
    right: 2%;
    width: 54%;
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    background:
      radial-gradient(circle at center, #e2d7b8 0 8%, #0a0e0c 8.3% 10%, transparent 10.5%),
      repeating-radial-gradient(circle at center, #111 0 3px, #222 3px 5px, #111 5px 8px);
  }

  .mobile-landing-cover {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 68%;
    aspect-ratio: 1;
    border-radius: 18px;
    overflow: hidden;
    transform: rotate(2.5deg);
    background:
      radial-gradient(circle at 68% 57%, rgba(255, 229, 151, 0.92) 0 8%, transparent 8.5%),
      linear-gradient(180deg, rgba(78, 139, 79, 0.97) 0 48%, rgba(35, 105, 51, 0.98) 49% 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.34),
      inset 0 -50px 72px rgba(6, 42, 22, 0.28),
      0 20px 28px rgba(20, 54, 29, 0.18);
  }

  .mobile-landing-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 12% 11%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.5px),
      radial-gradient(circle at 76% 8%, rgba(255, 255, 255, 0.54) 0 1px, transparent 1.5px),
      linear-gradient(165deg, transparent 0 56%, rgba(9, 68, 32, 0.34) 57% 100%);
    opacity: 0.75;
  }

  .mobile-landing-cover::after {
    content: "";
    position: absolute;
    left: -12%;
    right: -12%;
    bottom: -8%;
    height: 42%;
    background:
      radial-gradient(ellipse at 16% 92%, #0f5d2d 0 20%, transparent 20.5%),
      radial-gradient(ellipse at 44% 90%, #1b7438 0 24%, transparent 24.5%),
      radial-gradient(ellipse at 76% 90%, #0b4f29 0 25%, transparent 25.5%);
  }

  .mobile-landing-cover-title {
    position: absolute;
    top: 13%;
    left: 15%;
    z-index: 2;
    color: rgba(255, 255, 255, 0.92);
    font-family: "Segoe Script", "Bradley Hand ITC", cursive;
    font-size: clamp(1.35rem, 7vw, 2rem);
    line-height: 1.18;
  }

  .mobile-landing-cover-note,
  .mobile-landing-cover-heart {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.88);
  }

  .mobile-landing-cover-note {
    width: 25px;
    height: 25px;
    -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
    mask: url("/lucide-music-4.svg") center / contain no-repeat;
  }

  .mobile-landing-cover-note-1 {
    left: 88%;
    bottom: 13%;
  }

  .mobile-landing-cover-note-2 {
    left: -7%;
    top: 20%;
    background: #19a844;
  }

  .mobile-landing-cover-heart {
    top: 13%;
    right: 17%;
    width: 26px;
    height: 26px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .mobile-landing-cover-sun {
    position: absolute;
    left: 56%;
    bottom: 33%;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 226, 154, 0.88);
  }

  .mobile-landing-cover-ridge {
    position: absolute;
    z-index: 2;
    bottom: 28%;
    height: 24%;
    background: linear-gradient(180deg, #9fc091, #244f34);
    clip-path: polygon(0 100%, 18% 54%, 30% 70%, 50% 20%, 68% 66%, 82% 42%, 100% 100%);
    opacity: 0.82;
  }

  .mobile-landing-cover-ridge-1 {
    left: -8%;
    width: 60%;
  }

  .mobile-landing-cover-ridge-2 {
    left: 22%;
    width: 68%;
    opacity: 0.66;
    transform: translateY(8px);
  }

  .mobile-landing-cover-ridge-3 {
    right: -8%;
    width: 44%;
    height: 42%;
    bottom: 17%;
    background: linear-gradient(180deg, #bbd3a3, #235633);
    opacity: 0.9;
  }

  .mobile-landing-wave {
    display: none;
  }

  .mobile-landing-wave-left {
    left: -44px;
    transform: translateY(-50%) scaleX(0.76);
  }

  .mobile-landing-wave-right {
    right: -64px;
    transform: translateY(-50%) scaleX(0.76);
  }

  .mobile-landing-chips {
    grid-area: chips;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-landing-chip {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 14px;
    font-size: 0.84rem;
    font-weight: 700;
  }

  .mobile-landing-chip:nth-child(3):last-child {
    grid-column: 1 / -1;
  }

  .mobile-landing-chip img {
    width: 19px;
    height: 19px;
  }

  .mobile-landing-chip-icon {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }

  .mobile-landing-price-chip {
    gap: 6px;
    padding-right: 7px;
    padding-left: 8px;
    font-size: clamp(0.68rem, 3.15vw, 0.8rem);
  }

  .mobile-landing-price-chip .mobile-landing-chip-icon-payment {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #18a45b;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7.5h13.5A2.5 2.5 0 0 1 21 10v8a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18V9a2.5 2.5 0 0 1 2-2.45L16 4v3.5'/%3E%3Cpath d='M15.5 13.5H21'/%3E%3Ccircle cx='17.2' cy='13.5' r='1'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7.5h13.5A2.5 2.5 0 0 1 21 10v8a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18V9a2.5 2.5 0 0 1 2-2.45L16 4v3.5'/%3E%3Cpath d='M15.5 13.5H21'/%3E%3Ccircle cx='17.2' cy='13.5' r='1'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .mobile-landing-start {
    grid-area: button;
    display: inline-flex;
    min-height: 58px;
    border-radius: 18px;
    font-size: 1.05rem;
    font-weight: 800;
  }

  .mobile-landing-start-spark {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    background: #ffffff;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  .mobile-landing-start-icon {
    display: none;
  }

  .mobile-landing-card .landing-free-offer {
    grid-area: offer;
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    gap: 10px;
    padding: 0 14px;
    border-radius: 999px;
  }

  .mobile-landing-card .landing-free-offer.hidden {
    display: none !important;
  }

  .mobile-landing-card .landing-free-offer-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    background-size: 17px 17px;
    box-shadow: none;
  }

  .mobile-landing-card .landing-free-offer strong {
    font-size: 0.92rem;
    line-height: 1.25;
  }
}

.landing-how-section {
  gap: clamp(24px, 3vw, 34px);
  padding: clamp(28px, 4vw, 46px) clamp(22px, 4vw, 42px);
  border-color: rgba(217, 226, 221, 0.9);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(47, 87, 61, 0.045);
}

.landing-how-head {
  justify-items: center;
  max-width: none;
  text-align: center;
}

.landing-how-head h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: none;
  color: #101815;
  font-family: var(--font-ui);
  font-size: clamp(1.8rem, 2.5vw, 2.45rem);
  font-weight: 800;
  line-height: 1.15;
}

.landing-how-title-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: #19a844;
  -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
  mask: url("/lucide-music-4.svg") center / contain no-repeat;
}

.landing-how-section .landing-step-grid {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(46px, 5vw, 76px);
  align-items: stretch;
}

.landing-how-section .landing-step-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18%;
  right: 18%;
  z-index: 0;
  border-top: 3px dotted rgba(32, 179, 80, 0.72);
  transform: translateY(-6px);
  pointer-events: none;
}

  .landing-how-section .landing-step {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    justify-items: center;
    align-content: start;
    gap: 12px;
  min-height: 205px;
  padding: 30px 24px 22px;
  border: 1px solid rgba(221, 226, 224, 0.96);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.98);
  text-align: center;
  box-shadow: 0 18px 34px rgba(27, 51, 36, 0.055);
}

.landing-how-section .landing-step-index {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #0aaa3f;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 8px 14px rgba(16, 163, 63, 0.16);
}

.landing-step-icon {
  position: relative;
  grid-column: 1;
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(235, 249, 239, 0.98), rgba(221, 246, 228, 0.96));
}

.landing-step-icon::before {
  content: "";
  width: 42px;
  height: 42px;
  background: #16a547;
}

.landing-step-icon-pen::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-step-icon-music::before {
  -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
  mask: url("/lucide-music-4.svg") center / contain no-repeat;
}

.landing-step-icon-cloud::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 13v8'/%3E%3Cpath d='m8 17 4-4 4 4'/%3E%3Cpath d='M20 16.6A4.5 4.5 0 0 0 17.5 8h-1.2A6 6 0 1 0 4 12.5'/%3E%3Cpath d='M4 12.5A4 4 0 0 0 5.5 20H8'/%3E%3Cpath d='M16 20h2.5A4.5 4.5 0 0 0 20 16.6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 13v8'/%3E%3Cpath d='m8 17 4-4 4 4'/%3E%3Cpath d='M20 16.6A4.5 4.5 0 0 0 17.5 8h-1.2A6 6 0 1 0 4 12.5'/%3E%3Cpath d='M4 12.5A4 4 0 0 0 5.5 20H8'/%3E%3Cpath d='M16 20h2.5A4.5 4.5 0 0 0 20 16.6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-how-section .landing-step strong {
  grid-column: 1;
  color: #111815;
  font-size: 1.14rem;
  font-weight: 800;
}

.landing-how-section .landing-step p {
  grid-column: 1;
  max-width: 27ch;
  color: #1f2822;
  font-size: 0.98rem;
  line-height: 1.45;
}

@media (max-width: 860px) {
  .landing-how-section {
    position: relative;
    isolation: isolate;
    gap: 18px;
    margin-inline: calc(50% - 50vw);
    padding: 24px max(22px, calc(50vw - 205px)) 42px;
    overflow: hidden;
    border-color: transparent;
    border-radius: 0;
    background:
      radial-gradient(circle at 3% 15%, rgba(25, 168, 68, 0.12) 0 4px, transparent 4.5px),
      radial-gradient(circle at 92% 27%, rgba(25, 168, 68, 0.12) 0 4px, transparent 4.5px),
      radial-gradient(circle at 13% 70%, rgba(25, 168, 68, 0.12) 0 4px, transparent 4.5px);
    box-shadow: none;
  }

  .landing-how-section::before {
    display: none;
  }

  .landing-how-section::after {
    content: "";
    position: absolute;
    inset: 72px 10px 64px;
    z-index: -1;
    opacity: 0.45;
    pointer-events: none;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 24 24' fill='none' stroke='%2317a64a' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E") right 134px / 52px 52px no-repeat,
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='38' viewBox='0 0 78 38' fill='none'%3E%3Cpath d='M2 19h5M10 19v-8M15 19v11M20 19V4M25 19v17M30 19V7M35 19v12M40 19V2M45 19v23M50 19V9M55 19v14M60 19V5M65 19v20M70 19v-7M76 19h-5' stroke='%2317a64a' stroke-width='2' stroke-linecap='round' opacity='.42'/%3E%3C/svg%3E") right 360px / 78px 38px no-repeat,
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M13 1.5c1.4 6.1 3.4 8.1 11.5 11.5-8.1 3.4-10.1 5.4-11.5 11.5C11.6 18.4 9.6 16.4 1.5 13 9.6 9.6 11.6 7.6 13 1.5Z' stroke='%2317a64a' stroke-width='1.4' opacity='.45'/%3E%3C/svg%3E") left 0 top 8px / 22px 22px no-repeat,
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M13 1.5c1.4 6.1 3.4 8.1 11.5 11.5-8.1 3.4-10.1 5.4-11.5 11.5C11.6 18.4 9.6 16.4 1.5 13 9.6 9.6 11.6 7.6 13 1.5Z' stroke='%2317a64a' stroke-width='1.4' opacity='.45'/%3E%3C/svg%3E") right 24px top 300px / 20px 20px no-repeat;
  }

  .landing-how-head {
    position: relative;
    z-index: 1;
  }

  .landing-how-head h3 {
    gap: 10px;
    font-size: clamp(1.9rem, 8vw, 2.35rem);
    font-weight: 850;
  }

  .landing-how-title-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .landing-how-section .landing-step-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    max-width: 410px;
    margin-inline: auto;
    padding-top: 14px;
  }

  .landing-how-section .landing-step-grid::before {
    content: "";
    position: absolute;
    top: 118px;
    left: 50%;
    z-index: 0;
    display: block;
    width: min(274px, 72vw);
    height: 428px;
    border: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='274' height='428' viewBox='0 0 274 428' fill='none'%3E%3Cpath d='M78 2C76 42 96 62 145 70C218 82 228 120 195 160C162 200 169 221 199 244C215 264 155 283 100 298C77 306 72 344 78 426' stroke='%239BE1AE' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='78' cy='2' r='5' fill='white' stroke='%2319A850' stroke-width='3'/%3E%3Ccircle cx='195' cy='160' r='5' fill='white' stroke='%2319A850' stroke-width='3'/%3E%3Ccircle cx='199' cy='244' r='5' fill='white' stroke='%2319A850' stroke-width='3'/%3E%3Ccircle cx='78' cy='426' r='5' fill='white' stroke='%2319A850' stroke-width='3'/%3E%3C/svg%3E") center / contain no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .landing-how-section .landing-step {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(132px, 44%) minmax(0, 56%);
    grid-template-rows: minmax(58px, auto) minmax(56px, auto);
    column-gap: 18px;
    min-height: 178px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
  }

  .landing-how-section .landing-step:nth-child(2) {
    grid-template-columns: minmax(0, 56%) minmax(132px, 44%);
    margin-top: 12px;
    text-align: center;
  }

  .landing-how-section .landing-step:nth-child(3) {
    margin-top: 4px;
  }

  .landing-how-section .landing-step-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    width: clamp(84px, 24vw, 104px);
    height: clamp(84px, 24vw, 104px);
    background:
      radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 44%, transparent 44.5%),
      radial-gradient(circle, rgba(232, 249, 237, 0.92) 0 63%, rgba(255, 255, 255, 0.96) 64%);
    box-shadow:
      0 0 0 3px rgba(164, 231, 179, 0.62),
      inset 0 0 0 10px rgba(255, 255, 255, 0.8),
      0 10px 34px rgba(27, 173, 73, 0.18);
  }

  .landing-how-section .landing-step:nth-child(2) .landing-step-icon {
    grid-column: 2;
  }

  .landing-how-section .landing-step-icon::before {
    width: clamp(40px, 10.5vw, 50px);
    height: clamp(40px, 10.5vw, 50px);
  }

  .landing-how-section .landing-step-icon::after {
    content: "";
    position: absolute;
    inset: 9px;
    border: 2px solid rgba(177, 235, 190, 0.82);
    border-radius: inherit;
  }

  .landing-how-section .landing-step-index {
    top: 18px;
    left: calc(22% - 5px);
    z-index: 3;
    width: 34px;
    height: 34px;
    font-size: 0.94rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(16, 163, 63, 0.24);
  }

  .landing-how-section .landing-step:nth-child(2) .landing-step-index {
    right: calc(22% - 5px);
    left: auto;
  }

  .landing-how-section .landing-step strong {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    position: relative;
    z-index: 2;
    max-width: 13.5ch;
    color: #111820;
    font-size: clamp(1rem, 4.2vw, 1.08rem);
    font-weight: 800;
    line-height: 1.15;
    text-shadow:
      -3px 0 0 rgba(255, 255, 255, 0.9),
      3px 0 0 rgba(255, 255, 255, 0.9),
      0 0 9px #ffffff;
  }

  .landing-how-section .landing-step p {
    grid-column: 2;
    grid-row: 2;
    position: relative;
    z-index: 2;
    max-width: 17ch;
    color: #5a6472;
    font-size: clamp(0.88rem, 3.7vw, 0.96rem);
    line-height: 1.38;
    text-shadow:
      -3px 0 0 rgba(255, 255, 255, 0.9),
      3px 0 0 rgba(255, 255, 255, 0.9),
      0 0 8px #ffffff;
  }

  .landing-how-section .landing-step:nth-child(2) strong,
  .landing-how-section .landing-step:nth-child(2) p {
    grid-column: 1;
    justify-self: center;
    text-align: center;
  }

  .landing-how-section .landing-step:nth-child(3) strong,
  .landing-how-section .landing-step:nth-child(3) p {
    max-width: 16ch;
  }
}

@media (min-width: 861px) {
  .form-card.generator-intro-active {
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    overflow: visible !important;
  }

  .form-card.generator-intro-active::before,
  .form-card.generator-intro-active::after {
    display: none;
  }

  .form-card.generator-intro-active .mobile-landing-card,
  .form-card.generator-intro-active .landing-quick-section,
  .form-card.generator-intro-active .landing-final-cta {
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .form-card.generator-intro-active .mobile-landing-card {
    overflow: visible;
  }

  .form-card.generator-intro-active .mobile-landing-card::before {
    display: none;
  }

  .form-card.generator-intro-active .mobile-landing-chip,
  .form-card.generator-intro-active .mobile-landing-card .landing-free-offer,
  .form-card.generator-intro-active .landing-use-grid span,
  .form-card.generator-intro-active .landing-deliver-grid span,
  .form-card.generator-intro-active .landing-faq-list details {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .form-card.generator-intro-active .mobile-landing-card .landing-free-offer {
    padding-inline: 0;
  }

  .form-card.generator-intro-active .landing-how-section .landing-step {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .form-card.generator-intro-active .landing-step-icon {
    background: rgba(222, 247, 229, 0.8);
  }
}

.landing-use-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 5vw, 62px) clamp(22px, 4vw, 42px);
}

.landing-use-section::before,
.landing-use-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(42vw, 560px);
  height: 260px;
  border-radius: 50%;
  background: repeating-radial-gradient(ellipse at center, rgba(28, 165, 73, 0.13) 0 2px, transparent 2px 18px);
  opacity: 0.5;
  pointer-events: none;
}

.landing-use-section::before {
  left: -18%;
  top: 34%;
  transform: rotate(14deg);
  mask-image: linear-gradient(90deg, #000 0 58%, transparent 92%);
}

.landing-use-section::after {
  right: -18%;
  top: 28%;
  transform: rotate(-13deg);
  mask-image: linear-gradient(270deg, #000 0 58%, transparent 92%);
}

.landing-use-head {
  position: relative;
  justify-items: center;
  max-width: none;
  margin-bottom: clamp(26px, 3vw, 42px);
  text-align: center;
}

.landing-use-head::after {
  content: none;
  display: none;
  width: 112px;
  height: 18px;
  background:
    radial-gradient(circle at center, #1ba44d 0 5px, transparent 5.5px),
    linear-gradient(90deg, transparent 0 16px, #1ba44d 16px 48px, transparent 48px 64px, #1ba44d 64px 96px, transparent 96px 100%);
  opacity: 0.88;
}

.landing-use-head h3 {
  max-width: none;
  color: #0c1f17;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 350;
  line-height: 0.98;
}

.landing-use-section .landing-use-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 1.05fr) minmax(260px, 1fr);
  grid-template-areas:
    "gift featured education"
    "special featured inspiration";
  gap: clamp(20px, 2.6vw, 34px) clamp(26px, 3.5vw, 54px);
  align-items: center;
}

.landing-use-card {
  display: grid;
  align-items: center;
  gap: 16px;
  min-height: 128px;
  padding: 20px 24px;
  border: 1px solid rgba(215, 226, 220, 0.96);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 254, 253, 0.92));
  box-shadow:
    0 22px 34px rgba(31, 42, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.landing-use-card:not(.landing-use-card-featured) {
  grid-template-columns: 76px minmax(0, 1fr);
}

.landing-use-card-featured {
  grid-area: featured;
  justify-items: center;
  min-height: 290px;
  padding: 30px 30px;
  border-color: rgba(26, 160, 74, 0.78);
  border-radius: 34px;
  text-align: center;
  box-shadow:
    0 24px 42px rgba(21, 143, 68, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.landing-use-card-gift {
  grid-area: gift;
}

.landing-use-card-special {
  grid-area: special;
}

.landing-use-card-education {
  grid-area: education;
}

.landing-use-card-inspiration {
  grid-area: inspiration;
}

.landing-use-icon {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 42%, rgba(235, 249, 239, 0.98), rgba(224, 246, 230, 0.96));
}

.landing-use-card-featured .landing-use-icon {
  width: 92px;
  height: 92px;
}

.landing-use-icon::before {
  content: "";
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #16a647, #087f2d);
}

.landing-use-card-featured .landing-use-icon::before {
  width: 54px;
  height: 54px;
}

.landing-use-icon-gift::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H7.5a2.5 2.5 0 1 1 2.08-3.88L12 7Z'/%3E%3Cpath d='M12 7h4.5a2.5 2.5 0 1 0-2.08-3.88L12 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H7.5a2.5 2.5 0 1 1 2.08-3.88L12 7Z'/%3E%3Cpath d='M12 7h4.5a2.5 2.5 0 1 0-2.08-3.88L12 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-use-icon-heart::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 21.35 10.55 20.03C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.54Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 21.35 10.55 20.03C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.54Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-use-icon-megaphone::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 18-5v12L3 14v-3Z'/%3E%3Cpath d='M11.6 16.8A3 3 0 0 1 6 15v-1'/%3E%3Cpath d='M21 12h2'/%3E%3Cpath d='M21 8.5h1'/%3E%3Cpath d='M21 15.5h1'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 18-5v12L3 14v-3Z'/%3E%3Cpath d='M11.6 16.8A3 3 0 0 1 6 15v-1'/%3E%3Cpath d='M21 12h2'/%3E%3Cpath d='M21 8.5h1'/%3E%3Cpath d='M21 15.5h1'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-use-icon-cap::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10 12 5 2 10l10 5 10-5Z'/%3E%3Cpath d='M6 12v5c3.5 2 8.5 2 12 0v-5'/%3E%3Cpath d='M22 10v6'/%3E%3Cpath d='M22 16a2 2 0 0 0-2 2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10 12 5 2 10l10 5 10-5Z'/%3E%3Cpath d='M6 12v5c3.5 2 8.5 2 12 0v-5'/%3E%3Cpath d='M22 10v6'/%3E%3Cpath d='M22 16a2 2 0 0 0-2 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-use-icon-note::before {
  -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
  mask: url("/lucide-music-4.svg") center / contain no-repeat;
}

.landing-use-card strong {
  display: block;
  color: #111815;
  font-size: clamp(1.06rem, 1.25vw, 1.28rem);
  font-weight: 800;
  line-height: 1.15;
}

.landing-use-card strong::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin: 9px 0 0;
  border-radius: 999px;
  background: #139842;
}

.landing-use-card-featured strong::after {
  margin-inline: auto;
}

.landing-use-card p {
  margin: 10px 0 0;
  color: #4f5b55;
  font-size: clamp(0.92rem, 1.02vw, 1.06rem);
  line-height: 1.38;
}

.landing-seo-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.35;
  text-decoration: none;
}

.landing-seo-link:hover {
  text-decoration: underline;
}

.landing-seo-link-standalone {
  margin-top: 0;
}

@media (min-width: 861px) {
  .form-card.generator-intro-active .landing-use-section {
    width: min(calc(100vw - 120px), 1320px);
    margin-left: 50%;
    transform: translateX(-50%);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .form-card.generator-intro-active .landing-use-card {
    border-color: rgba(215, 226, 220, 0.96);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 254, 253, 0.92));
    box-shadow:
      0 22px 34px rgba(31, 42, 34, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .form-card.generator-intro-active .landing-use-card-featured {
    border-color: rgba(26, 160, 74, 0.78);
    box-shadow:
      0 24px 42px rgba(21, 143, 68, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }
}

@media (max-width: 1100px) and (min-width: 861px) {
  .landing-use-section .landing-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "gift education"
      "featured featured"
      "special inspiration";
  }

  .landing-use-card-featured {
    min-height: 280px;
  }
}

@media (max-width: 860px) {
  .landing-use-section {
    padding: 28px 16px;
  }

  .landing-use-head h3 {
    font-size: clamp(2.3rem, 10vw, 3.25rem);
  }

  .landing-use-section .landing-use-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "gift"
      "special"
      "featured"
      "education"
      "inspiration";
    gap: 16px;
  }

  .landing-use-card,
  .landing-use-card:not(.landing-use-card-featured) {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 20px;
    border-radius: 22px;
    text-align: left;
  }

  .landing-use-card-featured {
    justify-items: stretch;
    min-height: 0;
  }

  .landing-use-card-featured .landing-use-icon {
    justify-self: start;
  }

  .landing-use-icon,
  .landing-use-card-featured .landing-use-icon {
    width: 72px;
    height: 72px;
  }

  .landing-use-icon::before,
  .landing-use-card-featured .landing-use-icon::before {
    width: 40px;
    height: 40px;
  }

  .landing-use-card strong {
    font-size: 1.08rem;
  }

  .landing-use-card p {
    margin-top: 10px;
    font-size: 0.96rem;
  }
}

.landing-library-section {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: clamp(36px, 5vw, 62px) clamp(18px, 4vw, 42px);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.landing-library-head {
  justify-items: center;
  max-width: none;
  margin-bottom: clamp(22px, 3vw, 34px);
  text-align: center;
}

.landing-library-head h3 {
  max-width: none;
  color: #0c1f17;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.7vw, 4rem);
  font-weight: 500;
  line-height: 0.98;
}

.landing-library-head p {
  margin: 0;
  color: #566760;
  font-size: clamp(0.95rem, 1.05vw, 1.12rem);
  line-height: 1.5;
}

.landing-library-layout {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(280px, 0.42fr);
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
}

.landing-library-phone-wrap {
  position: relative;
  min-width: 0;
}

.landing-library-phone-wrap::before {
  content: "";
  position: absolute;
  inset: auto 5% -12% 4%;
  height: 24%;
  border-radius: 999px;
  background: rgba(33, 80, 49, 0.12);
  filter: blur(24px);
  pointer-events: none;
}

.landing-library-phone {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 28px rgba(27, 51, 36, 0.12));
}

.landing-library-benefits {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.landing-library-benefit {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.landing-library-benefit-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(224, 247, 231, 0.88);
}

.landing-library-benefit-icon::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #159848;
}

.landing-library-benefit-icon-music::before {
  -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
  mask: url("/lucide-music-4.svg") center / contain no-repeat;
}

.landing-library-benefit-icon-play::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m10 8 6 4-6 4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m10 8 6 4-6 4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-library-benefit-icon-folder::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.7-.9L9.6 4A2 2 0 0 0 7.9 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M12 9v8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.7-.9L9.6 4A2 2 0 0 0 7.9 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M12 9v8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-library-benefit strong {
  display: block;
  color: #18231d;
  font-size: clamp(1rem, 1.12vw, 1.16rem);
  font-weight: 800;
  line-height: 1.2;
}

.landing-library-benefit p {
  margin: 5px 0 0;
  color: #5b6862;
  font-size: clamp(0.92rem, 0.98vw, 1.02rem);
  line-height: 1.42;
}

@media (min-width: 861px) {
  .form-card.generator-intro-active .landing-library-section {
    width: min(calc(100vw - 120px), 1320px);
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) and (min-width: 861px) {
  .landing-library-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .landing-library-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .landing-library-benefit {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }
}

@media (max-width: 860px) {
  .landing-library-section {
    padding: 30px 14px;
  }

  .landing-library-head h3 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .landing-library-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .landing-library-phone {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
  }

  .landing-library-benefits {
    gap: 16px;
  }

  .landing-library-benefit {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .landing-library-benefit-icon {
    width: 44px;
    height: 44px;
  }
}

.landing-faq-section {
  position: relative;
  isolation: isolate;
  padding: clamp(36px, 5vw, 62px) clamp(18px, 4vw, 42px);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.landing-faq-head {
  justify-items: center;
  max-width: none;
  margin-bottom: clamp(26px, 3vw, 38px);
  text-align: center;
}

.landing-faq-head-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  background: #11a646;
  -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
  mask: url("/lucide-music-4.svg") center / contain no-repeat;
}

.landing-faq-head h3 {
  max-width: none;
  color: #070f0c;
  font-family: var(--font-ui);
  font-size: clamp(3rem, 5.6vw, 6rem);
  font-weight: 850;
  line-height: 0.95;
}

.landing-faq-head p {
  margin: 0;
  color: #68756f;
  font-size: clamp(1.1rem, 1.35vw, 1.45rem);
  line-height: 1.45;
}

.landing-faq-layout {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(360px, 0.54fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.landing-faq-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 14px 18px 12px;
  border: 1px solid rgba(217, 226, 221, 0.96);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(31, 42, 34, 0.045);
}

.form-card.generator-intro-active .landing-faq-item,
.landing-faq-item {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(32, 48, 39, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.landing-faq-item:last-child {
  border-bottom: 0;
}

.landing-faq-item summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 6px 0;
  cursor: pointer;
  list-style: none;
}

.landing-faq-item summary::-webkit-details-marker {
  display: none;
}

.landing-faq-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(224, 247, 231, 0.9);
}

.landing-faq-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #12a548;
}

.landing-faq-icon-pen::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-faq-icon-clock::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-faq-icon-music::before {
  -webkit-mask: url("/lucide-music-4.svg") center / contain no-repeat;
  mask: url("/lucide-music-4.svg") center / contain no-repeat;
}

.landing-faq-icon-credits::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='8' ry='3'/%3E%3Cpath d='M4 5v6c0 1.7 3.6 3 8 3s8-1.3 8-3V5'/%3E%3Cpath d='M4 11v6c0 1.7 3.6 3 8 3s8-1.3 8-3v-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='8' ry='3'/%3E%3Cpath d='M4 5v6c0 1.7 3.6 3 8 3s8-1.3 8-3V5'/%3E%3Cpath d='M4 11v6c0 1.7 3.6 3 8 3s8-1.3 8-3v-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-faq-icon-price::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.6 13.2 13.2 20.6a2 2 0 0 1-2.8 0L3 13.2V3h10.2l7.4 7.4a2 2 0 0 1 0 2.8Z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.6 13.2 13.2 20.6a2 2 0 0 1-2.8 0L3 13.2V3h10.2l7.4 7.4a2 2 0 0 1 0 2.8Z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-faq-icon-gift::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H7.5a2.5 2.5 0 1 1 2.08-3.88L12 7Z'/%3E%3Cpath d='M12 7h4.5a2.5 2.5 0 1 0-2.08-3.88L12 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H7.5a2.5 2.5 0 1 1 2.08-3.88L12 7Z'/%3E%3Cpath d='M12 7h4.5a2.5 2.5 0 1 0-2.08-3.88L12 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-faq-item summary strong {
  color: #23302a;
  font-size: clamp(0.98rem, 1.02vw, 1.1rem);
  font-weight: 500;
  line-height: 1.25;
}

.landing-faq-toggle {
  position: relative;
  width: 20px;
  height: 20px;
  justify-self: end;
}

.landing-faq-toggle::before,
.landing-faq-toggle::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #10a648;
  transform: translate(-50%, -50%);
}

.landing-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.landing-faq-item[open] .landing-faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.landing-faq-item p {
  margin: 0 0 12px 42px;
  padding: 0 28px 2px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5c6472;
  font-size: clamp(0.92rem, 0.98vw, 1.02rem);
  line-height: 1.45;
}

.landing-faq-item p a {
  color: #0f8848;
  font-weight: 720;
  text-decoration: none;
}

.landing-faq-item p a:hover {
  text-decoration: underline;
}

.landing-faq-cta {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  min-height: auto;
  padding: clamp(12px, 1.55vw, 18px);
  border: 1px solid rgba(217, 226, 221, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(31, 42, 34, 0.045);
  text-align: center;
}

.landing-faq-cta-visual {
  position: relative;
  width: min(100%, 166px);
  height: 50px;
}

.landing-faq-cta-visual::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 48%;
  height: 22px;
  background: repeating-linear-gradient(90deg, transparent 0 10px, rgba(68, 199, 108, 0.42) 10px 13px, transparent 13px 22px);
  mask-image: radial-gradient(ellipse at center, #000 0 65%, transparent 70%);
  opacity: 0.62;
}

.landing-faq-headphones {
  position: absolute;
  left: 16%;
  bottom: 5px;
  width: 54px;
  height: 48px;
  border: 8px solid #20b75a;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  filter: drop-shadow(0 8px 10px rgba(17, 135, 59, 0.14));
}

.landing-faq-headphones::before,
.landing-faq-headphones::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 18px;
  height: 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, #36ca70, #0c8534);
}

.landing-faq-headphones::before {
  left: -12px;
}

.landing-faq-headphones::after {
  right: -12px;
}

.landing-faq-note-orb {
  position: absolute;
  right: 14%;
  bottom: 6px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background:
    #19b54f
    url("/lucide-music-4.svg") center / 23px 23px no-repeat;
  filter: drop-shadow(0 8px 10px rgba(17, 135, 59, 0.16));
}

.landing-faq-cta h4 {
  margin: 0;
  max-width: 16ch;
  color: #080f0c;
  font-family: var(--font-ui);
  font-size: clamp(1.16rem, 1.55vw, 1.52rem);
  font-weight: 850;
  line-height: 1.05;
}

.landing-faq-cta > p {
  margin: 0;
  max-width: 32ch;
  color: #5b6470;
  font-size: clamp(0.78rem, 0.86vw, 0.88rem);
  line-height: 1.34;
}

.landing-faq-cta-button {
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 6px;
  width: min(100%, 228px);
  min-height: 36px;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 850;
}

.landing-faq-cta-button span:last-child {
  width: 15px;
  height: 15px;
  background: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-faq-cta-list {
  display: grid;
  gap: 7px;
  width: min(100%, 226px);
  margin: 12px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid rgba(31, 135, 74, 0.12);
  color: #596760;
  font-size: 0.78rem;
  line-height: 1.28;
  text-align: left;
  list-style: none;
}

.landing-faq-cta-list li {
  position: relative;
  padding-left: 22px;
}

.landing-faq-cta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  border: 2px solid #18a94a;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2318a94a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / 13px 13px no-repeat;
}

.landing-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  padding: 18px 24px;
  border: 1px solid rgba(217, 226, 221, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(31, 42, 34, 0.05);
}

.landing-trust-strip span {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 20px;
  border-right: 1px solid rgba(31, 42, 34, 0.1);
  color: #56645d;
  font-size: 1rem;
  font-weight: 700;
}

.landing-trust-strip span:last-child {
  border-right: 0;
}

.landing-trust-strip small {
  display: block;
  grid-column: 2;
  margin-top: -22px;
  color: #6c7771;
  font-size: 0.92rem;
  font-weight: 500;
}

.landing-trust-icon {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  background: #14a54a;
}

.landing-trust-icon-shield {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-trust-icon-download {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-trust-icon-support {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-2v-8h4Z'/%3E%3Cpath d='M3 19a2 2 0 0 0 2 2h2v-8H3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-2v-8h4Z'/%3E%3Cpath d='M3 19a2 2 0 0 0 2 2h2v-8H3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-trust-icon-lightning {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 3 14h8l-1 8 10-12h-8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 3 14h8l-1 8 10-12h-8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (min-width: 861px) {
  .form-card.generator-intro-active .landing-faq-section {
    width: min(calc(100vw - 120px), 1320px);
    margin-left: 50%;
    transform: translateX(-50%);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .form-card.generator-intro-active .landing-faq-list,
  .form-card.generator-intro-active .landing-faq-cta,
  .form-card.generator-intro-active .landing-trust-strip {
    border-color: rgba(217, 226, 221, 0.96);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 44px rgba(31, 42, 34, 0.06);
  }
}

@media (max-width: 1100px) and (min-width: 861px) {
  .landing-faq-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-faq-cta {
    min-height: auto;
  }

  .landing-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 14px;
  }

  .landing-trust-strip span:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 860px) {
  .landing-faq-section {
    padding: 30px 14px;
  }

  .landing-faq-head h3 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .landing-faq-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .landing-faq-list {
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .landing-faq-item summary {
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    gap: 9px;
    min-height: 43px;
    padding: 5px 10px;
  }

  .form-card.generator-intro-active .landing-faq-item,
  body.mobile-generator-intro-active .landing-faq-item,
    .landing-faq-item {
    border: 1px solid rgba(202, 230, 214, 0.88);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: none;
  }

  .landing-faq-list .landing-faq-item {
    padding: 12px 18px;
  }

  .landing-faq-item:last-child {
    border-bottom: 1px solid rgba(202, 230, 214, 0.88);
  }

  .landing-faq-icon {
    width: 32px;
    height: 32px;
  }

  .landing-faq-icon::before {
    width: 17px;
    height: 17px;
  }

  .landing-faq-item summary strong {
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.18;
  }

  .landing-faq-item p {
    margin: 0 0 8px 53px;
    padding: 0 14px 0 0;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .landing-faq-cta {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .landing-faq-cta-visual {
    height: 118px;
  }

  .landing-faq-headphones {
    left: 18%;
    width: 96px;
    height: 84px;
    border-width: 14px;
  }

  .landing-faq-headphones::before,
  .landing-faq-headphones::after {
    bottom: -16px;
    width: 28px;
    height: 50px;
  }

  .landing-faq-headphones::before {
    left: -19px;
  }

  .landing-faq-headphones::after {
    right: -19px;
  }

  .landing-faq-note-orb {
    right: 14%;
    width: 72px;
    height: 72px;
    background-size: 42px 42px;
  }

  .landing-faq-cta h4 {
    font-size: 1.72rem;
    line-height: 1.08;
  }

  .landing-faq-cta > p {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .landing-faq-cta-button {
    font-size: 0.95rem;
    min-height: 56px;
  }

  .landing-faq-cta-list {
    font-size: 0.88rem;
    line-height: 1.25;
  }

  .landing-trust-strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 16px;
  }

  .landing-trust-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(31, 42, 34, 0.1);
    padding: 0 0 10px;
  }

  .landing-trust-strip span:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.form-card.generator-intro-active .landing-how-head,
.form-card.generator-intro-active .landing-use-head,
.form-card.generator-intro-active .landing-library-head,
.form-card.generator-intro-active .landing-faq-head {
  display: grid;
  justify-items: center;
  gap: 8px;
  max-width: min(760px, 100%);
  margin-inline: auto;
  margin-bottom: clamp(22px, 3vw, 34px);
  text-align: center;
}

.form-card.generator-intro-active .landing-how-head h3,
.form-card.generator-intro-active .landing-use-head h3,
.form-card.generator-intro-active .landing-library-head h3,
.form-card.generator-intro-active .landing-faq-head h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  margin: 0;
  color: #0b1d15;
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 4.2vw, 4.35rem);
  font-weight: 350;
  line-height: 0.98;
  text-align: center;
}

.form-card.generator-intro-active .landing-how-title-icon,
.form-card.generator-intro-active .landing-faq-head-icon {
  width: clamp(26px, 2.5vw, 36px);
  height: clamp(26px, 2.5vw, 36px);
  flex: 0 0 clamp(26px, 2.5vw, 36px);
  background: #14a64a;
}

.form-card.generator-intro-active .landing-use-head::after {
  width: 86px;
  height: 14px;
  margin-top: 2px;
}

.form-card.generator-intro-active .landing-library-head p,
.form-card.generator-intro-active .landing-faq-head p {
  max-width: 54ch;
  margin: 0;
  color: #5f6f67;
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.48;
}

@media (max-width: 860px) {
  .form-card.generator-intro-active .landing-how-head,
  .form-card.generator-intro-active .landing-use-head,
  .form-card.generator-intro-active .landing-library-head,
  .form-card.generator-intro-active .landing-faq-head {
    gap: 6px;
    margin-bottom: 18px;
  }

  .form-card.generator-intro-active .landing-how-head h3,
  .form-card.generator-intro-active .landing-use-head h3,
  .form-card.generator-intro-active .landing-library-head h3,
  .form-card.generator-intro-active .landing-faq-head h3 {
    gap: 8px;
    max-width: 14ch;
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.02;
  }

  .form-card.generator-intro-active .landing-how-title-icon,
  .form-card.generator-intro-active .landing-faq-head-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .form-card.generator-intro-active .landing-library-head p,
  .form-card.generator-intro-active .landing-faq-head p {
    max-width: 31ch;
    font-size: 0.95rem;
    line-height: 1.42;
  }
}

body.mobile-generator-intro-active .landing-how-head,
body.mobile-generator-intro-active .landing-use-head,
body.mobile-generator-intro-active .landing-library-head,
body.mobile-generator-intro-active .landing-faq-head {
  display: grid;
  justify-items: center;
  gap: 6px;
  max-width: min(760px, 100%);
  margin-inline: auto;
  margin-bottom: 18px;
  text-align: center;
}

body.mobile-generator-intro-active .landing-how-head h3,
body.mobile-generator-intro-active .landing-use-head h3,
body.mobile-generator-intro-active .landing-library-head h3,
body.mobile-generator-intro-active .landing-faq-head h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 14ch;
  margin: 0;
  color: #0b1d15;
  font-family: var(--font-display);
  font-size: clamp(2rem, 9vw, 2.65rem);
  font-weight: 350;
  line-height: 1.02;
  text-align: center;
}

body.mobile-generator-intro-active .landing-how-title-icon,
body.mobile-generator-intro-active .landing-faq-head-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: #14a64a;
}

body.mobile-generator-intro-active .landing-use-head::after {
  width: 86px;
  height: 14px;
  margin-top: 2px;
}

body.mobile-generator-intro-active .landing-library-head p,
body.mobile-generator-intro-active .landing-faq-head p {
  max-width: 31ch;
  margin: 0;
  color: #5f6f67;
  font-size: 0.95rem;
  line-height: 1.42;
}

body.mobile-generator-intro-active .landing-how-section {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 861px) {
  .form-card.generator-intro-active .mobile-landing-card {
    grid-template-areas:
      "copy visual"
      "button visual"
      "offer chips";
  }

  .form-card.generator-intro-active .mobile-landing-chips {
    justify-self: end;
    justify-content: flex-end;
  }

  .form-card.generator-intro-active .mobile-landing-card .landing-free-offer {
    justify-self: flex-start;
    align-self: start;
    margin-top: -8px;
    text-align: left;
  }
}

.mobile-landing-card .landing-free-offer,
.form-card.generator-intro-active .mobile-landing-card .landing-free-offer,
body.mobile-generator-intro-active .mobile-landing-card .landing-free-offer {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 8px;
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.mobile-landing-card .landing-free-offer-icon,
.form-card.generator-intro-active .mobile-landing-card .landing-free-offer-icon,
body.mobile-generator-intro-active .mobile-landing-card .landing-free-offer-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 0;
  background: transparent url("/lucide-gift.svg") center / contain no-repeat;
  box-shadow: none;
}

.mobile-landing-card .landing-free-offer strong,
.form-card.generator-intro-active .mobile-landing-card .landing-free-offer strong,
body.mobile-generator-intro-active .mobile-landing-card .landing-free-offer strong {
  color: #1e6c3a;
  font-size: clamp(0.92rem, 3.8vw, 1rem);
  font-weight: 600;
  line-height: 1.32;
}

@media (min-width: 861px) {
  .form-card.generator-intro-active .mobile-landing-chips {
    justify-self: end;
    justify-content: flex-end;
  }

  .form-card.generator-intro-active .mobile-landing-card .landing-free-offer {
    justify-self: flex-start;
    align-self: start;
    margin-top: -8px;
    text-align: left;
  }

  .form-card.generator-intro-active .landing-how-section .landing-step-index {
    top: 42px;
    left: 50%;
    transform: translateX(-64px);
  }
}

@media (max-width: 340px) {
  .form-card.generator-intro-active .mobile-landing-start,
  .mobile-landing-start {
    width: min(100%, calc(100vw - 42px));
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
  }
}

.prestart-selection-card {
  display: none;
}

.form-card.generator-form-locked #song-form :is(input, select, textarea, button) {
  cursor: not-allowed;
}

.form-card.generator-form-locked #song-form :is(input, select, textarea, button):not(#wizard-back.is-prestart-edit-back) {
  pointer-events: none;
}

.form-card.generator-form-locked #song-form #wizard-back.is-prestart-edit-back {
  pointer-events: auto;
  cursor: pointer;
}

.form-card.generator-form-locked #song-form :is(.choice-card, .check-card, .sound-field-card, .mobile-style-chip, .mobile-mood-option) {
  opacity: 0.72;
}

@media (min-width: 861px) {
  #generator-main-grid {
    --generator-desktop-side-width: clamp(300px, 28vw, 360px);
  }

  #generator-main-grid:not(.generator-grid-solo) {
    grid-template-columns: minmax(0, 1fr) var(--generator-desktop-side-width);
    width: 100%;
    max-width: none;
    overflow: hidden;
    border: 1px solid rgba(91, 126, 106, 0.16);
    border-radius: 30px;
    background:
      radial-gradient(circle at 82% 16%, rgba(235, 249, 240, 0.72), transparent 28%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 253, 250, 0.96));
    box-shadow: 0 24px 54px rgba(37, 67, 49, 0.09);
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) {
    gap: 30px;
    width: var(--generator-desktop-side-width);
    min-height: 760px;
    padding: 38px 34px 30px;
    border: 0;
    border-left: 1px solid rgba(91, 126, 106, 0.14);
    border-radius: 0;
    background:
      radial-gradient(circle at 88% 18%, rgba(221, 249, 232, 0.56), transparent 31%),
      linear-gradient(180deg, rgba(253, 255, 254, 0.58), rgba(246, 252, 249, 0.44));
    box-shadow: none;
  }

  #generator-main-grid:not(.generator-grid-solo) > .form-card:not(.generator-intro-active) {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) {
    display: grid;
    gap: 30px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) > .section-heading {
    gap: 14px;
    margin: 0;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) > .section-heading .section-kicker {
    color: #17824d;
    font-size: 0.88rem;
    font-weight: 760;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) > .section-heading h2 {
    color: #13221a;
    font-family: var(--font-display);
    font-size: 3.1rem;
    font-weight: 640;
    line-height: 0.98;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) .status-prestart:not(.prestart-new-account) {
    gap: 30px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) .prestart-selection-card {
    display: grid;
    gap: 14px;
    padding: 17px 17px 18px;
    border: 1px solid rgba(80, 113, 91, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(39, 71, 50, 0.055);
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-head h3 {
    margin: 0;
    color: #080d16;
    font-size: 1.02rem;
    font-weight: 430;
    line-height: 1.08;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1e9854;
    font-size: 0.76rem;
    font-weight: 430;
    cursor: pointer;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-edit > span:first-child {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    min-height: 58px;
    padding: 8px 9px;
    border: 1px solid rgba(35, 150, 87, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    color: #0b101b;
    line-height: 1.12;
    box-shadow: 0 7px 16px rgba(32, 77, 49, 0.035);
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip strong {
    display: block;
    min-width: 0;
    color: #1f2a22;
    font-size: 0.66rem;
    font-weight: 420;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-label {
    display: block;
    min-width: 0;
    color: #142019;
    font-size: 0.61rem;
    font-weight: 430;
    line-height: 1.08;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-icon {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 999px;
    background: rgba(241, 250, 245, 0.94);
    color: #0f8d4e;
    box-shadow: inset 0 0 0 1px rgba(24, 145, 79, 0.055);
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-icon::before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: currentColor;
    -webkit-mask: var(--prestart-selection-icon) center / contain no-repeat;
    mask: var(--prestart-selection-icon) center / contain no-repeat;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-icon-style {
    --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13.2 2 4.8 13.2h6.2L9.5 22l9.1-12.6h-6.3L13.2 2Z'/%3E%3C/svg%3E");
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-icon-lyrics {
    --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E");
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-icon-song {
    --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 7.7c0 5.2-8.8 10-8.8 10S3.2 12.9 3.2 7.7A4.45 4.45 0 0 1 12 6.2a4.45 4.45 0 0 1 8.8 1.5Z'/%3E%3C/svg%3E");
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-icon-voice {
    --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cpath d='M12 19v3'/%3E%3Cpath d='M8 22h8'/%3E%3C/svg%3E");
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-icon-instruments {
    --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.5 14.15 8.85 20.5 11 14.15 13.15 12 19.5 9.85 13.15 3.5 11 9.85 8.85 12 2.5Zm-7 11 1.15 3.35L9.5 18l-3.35 1.15L5 22.5 3.85 19.15.5 18l3.35-1.15L5 13.5Zm14 1.5 1.1 3.15L23.3 19.2l-3.2 1.05L19 23.5l-1.1-3.25-3.2-1.05 3.2-1.05L19 15Z'/%3E%3C/svg%3E");
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip-icon-language {
    --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a14 14 0 0 1 0 18'/%3E%3Cpath d='M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding: 32px 33px 27px;
    border: 1px solid rgba(47, 143, 87, 0.16);
    border-radius: 17px;
    background:
      radial-gradient(circle at 84% 18%, rgba(218, 248, 231, 0.9), transparent 32%),
      linear-gradient(180deg, rgba(249, 253, 251, 0.99), rgba(244, 252, 248, 0.97));
    box-shadow: 0 18px 42px rgba(45, 105, 69, 0.07);
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-hero-copy {
    gap: 19px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #168f50;
    font-size: 0.9rem;
    font-weight: 760;
    letter-spacing: 0;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-kicker-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    background: currentColor;
    -webkit-mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
    mask: url("/twemoji-sparkles.svg") center / contain no-repeat;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-title {
    max-width: 10.8em;
    color: #142019;
    font-family: var(--font-display);
    font-size: 2.75rem;
    font-weight: 640;
    line-height: 0.98;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .status-request-summary {
    display: grid;
    gap: 7px;
    color: #66717b;
    font-size: 1.08rem;
    font-weight: 430;
    line-height: 1.38;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .status-request-summary strong {
    color: #168f50;
    font-weight: 740;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-mode-pill,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-hero #prestart-detail-grid {
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-journey {
    position: relative;
    display: grid;
    gap: 25px;
    padding: 3px 0 3px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-journey::before {
    content: "";
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 28px;
    width: 1px;
    background: rgba(47, 143, 87, 0.18);
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-journey-item {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 62px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-journey-item.is-current {
    background: transparent;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-journey-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: #ddf2e6;
    color: #168f50;
    font-size: 1.16rem;
    font-weight: 740;
    box-shadow: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-journey-copy {
    gap: 7px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-journey-copy strong {
    color: #0b101b;
    font-size: 1.16rem;
    font-weight: 780;
    line-height: 1.12;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-journey-copy span {
    color: #66717b;
    font-size: 1.02rem;
    line-height: 1.32;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-journey-icon {
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-info-note.mobile-lyrics-hint-card {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-height: 0;
    margin: 0;
    padding: 22px 0 0;
    border: 0;
    border-top: 1px solid rgba(80, 113, 91, 0.15);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-info-note::after {
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-info-note .mini-notificare-icon {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 2px solid #168f50;
    border-radius: 999px;
    background: transparent;
    color: #168f50;
    box-shadow: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-info-note .mini-notificare-icon::before {
    content: "i";
    color: currentColor;
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-info-note .mini-notificare-copy {
    margin: 0;
    color: #66717b;
    font-size: 1rem;
    line-height: 1.35;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-info-note .mini-notificare-copy strong {
    color: #168f50;
    font-size: 1em;
    font-weight: 740;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-info-note .mini-notificare-close {
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-actions {
    display: grid;
    gap: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-cta {
    display: grid;
    gap: 0;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-action-note,
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-edit-back {
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .status-start-button {
    min-height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, #269354, #61bf7f);
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: 0 18px 30px rgba(36, 144, 82, 0.23);
  }
}

@media (min-width: 861px) and (max-width: 1080px) {
  #generator-main-grid:not(.generator-grid-solo) {
    grid-template-columns: minmax(0, 1fr) var(--generator-desktop-side-width);
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) {
    padding-right: 24px;
    padding-left: 24px;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) > .section-heading h2 {
    font-size: 2.65rem;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-title {
    font-size: 2.35rem;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) .prestart-selection-chip {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 7px;
    padding-right: 9px;
    padding-left: 9px;
  }
}

#generator-request-card .status-prestart .status-start-button .status-start-rocket,
body.mobile-process-panel-only .status-prestart .status-start-button .status-start-rocket {
  display: inline-grid;
  place-items: center;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  color: currentColor;
}

#generator-request-card .status-prestart .status-start-button .status-start-rocket::before,
body.mobile-process-panel-only .status-prestart .status-start-button .status-start-rocket::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.36em solid transparent;
  border-bottom: 0.36em solid transparent;
  border-left: 0.56em solid currentColor;
  background: transparent;
  transform: translateX(0.06em);
  -webkit-mask: none;
  mask: none;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-card {
  display: grid;
  grid-column: 1 / -1;
  gap: 13px;
  width: 100%;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(47, 143, 87, 0.17);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(218, 248, 231, 0.68), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 250, 0.96));
  box-shadow: 0 16px 34px rgba(33, 85, 51, 0.065);
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-hero {
  display: none;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-head h3 {
  margin: 0;
  color: #101b16;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.08;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #178f50;
  font: inherit;
  font-size: 0.83rem;
  font-weight: 400;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-edit > span:first-child {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 61px;
  min-width: 0;
  padding: 9px 8px;
  border: 1px solid rgba(35, 150, 87, 0.11);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.9);
  color: #0b101b;
  line-height: 1.12;
  box-shadow: 0 8px 18px rgba(32, 77, 49, 0.04);
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-label {
  display: block;
  min-width: 0;
  color: #42554a;
  font-size: 0.66rem;
  font-weight: 400;
  line-height: 1.08;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip strong {
  display: block;
  min-width: 0;
  color: #18231d;
  font-size: 0.73rem;
  font-weight: 400;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(238, 250, 244, 0.96);
  color: #129052;
  box-shadow: inset 0 0 0 1px rgba(24, 145, 79, 0.055);
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-icon::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: currentColor;
  -webkit-mask: var(--prestart-selection-icon) center / contain no-repeat;
  mask: var(--prestart-selection-icon) center / contain no-repeat;
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-icon-style {
  --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13.2 2 4.8 13.2h6.2L9.5 22l9.1-12.6h-6.3L13.2 2Z'/%3E%3C/svg%3E");
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-icon-lyrics {
  --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E");
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-icon-song {
  --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 7.7c0 5.2-8.8 10-8.8 10S3.2 12.9 3.2 7.7A4.45 4.45 0 0 1 12 6.2a4.45 4.45 0 0 1 8.8 1.5Z'/%3E%3C/svg%3E");
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-icon-voice {
  --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cpath d='M12 19v3'/%3E%3Cpath d='M8 22h8'/%3E%3C/svg%3E");
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-icon-instruments {
  --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.5 14.15 8.85 20.5 11 14.15 13.15 12 19.5 9.85 13.15 3.5 11 9.85 8.85 12 2.5Zm-7 11 1.15 3.35L9.5 18l-3.35 1.15L5 22.5 3.85 19.15.5 18l3.35-1.15L5 13.5Zm14 1.5 1.1 3.15L23.3 19.2l-3.2 1.05L19 23.5l-1.1-3.25-3.2-1.05 3.2-1.05L19 15Z'/%3E%3C/svg%3E");
}

body.mobile-process-panel-only .status-prestart.prestart-logged-credit .prestart-selection-chip-icon-language {
  --prestart-selection-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a14 14 0 0 1 0 18'/%3E%3Cpath d='M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
}

@media (min-width: 861px) {
  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) > .section-heading {
    gap: 0;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) > .section-heading h2 {
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card .status-prestart:not(.prestart-new-account) .prestart-hero {
    display: none;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) :is(
    .section-heading .section-kicker,
    .section-heading h2,
    .prestart-selection-head h3,
    .prestart-selection-edit,
    .prestart-selection-chip strong,
    .prestart-kicker,
    .prestart-title,
    .status-request-summary,
    .status-request-summary strong,
    .prestart-journey-index,
    .prestart-journey-copy strong,
    .prestart-info-note .mini-notificare-copy strong,
    .status-start-button
  ) {
    font-weight: 400;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #generator-request-card:not(.prestart-new-account-card) .prestart-info-note .mini-notificare-icon::before {
    font-weight: 400;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #status-start.status-start-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #f8fffa;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #status-start.status-start-button .status-start-rocket {
    display: inline-grid;
    place-items: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: #f8fffa;
  }

  #generator-main-grid > .generator-side-rail:not(.hidden) #status-start.status-start-button .status-start-rocket::before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
  }
}

/* Public shared song player */
@media (min-width: 861px) {
  body.gift-share-page {
    zoom: 1;
  }
}

body.gift-share-page.gift-is-opened .gift-stage {
  padding: max(18px, env(safe-area-inset-top)) clamp(16px, 5vw, 52px) max(18px, env(safe-area-inset-bottom));
}

body.gift-share-page.gift-is-opened .gift-opened-screen {
  align-content: center;
  justify-items: center;
  gap: 0;
  width: min(760px, calc(100vw - 32px));
  height: calc(100svh - max(18px, env(safe-area-inset-top)) - max(18px, env(safe-area-inset-bottom)));
  overflow: hidden;
}

body.gift-share-page .gift-opened-mark {
  display: none !important;
}

body.gift-share-page .gift-share-player-actions {
  position: fixed;
  z-index: 90;
  top: var(--gift-share-player-action-top, clamp(36px, 5.1svh, 52px));
  right: max(20px, env(safe-area-inset-right));
  left: max(32px, env(safe-area-inset-left));
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

body.gift-share-page .gift-share-player-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 35.2px;
  height: 35.2px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  opacity: 0.94;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

body.gift-share-page .gift-share-player-action:hover,
body.gift-share-page .gift-share-player-action:focus-visible {
  background: transparent;
  outline: none;
}

body.gift-share-page .gift-share-player-close::before {
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

body.gift-share-page .gift-share-player-more::before {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  box-shadow:
    -8.8px 0 currentColor,
    8.8px 0 currentColor;
  content: "";
}

body.gift-share-page .gift-share-options-dialog {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: end center;
  padding: 18px 16px max(20px, env(safe-area-inset-bottom));
}

body.gift-share-page .gift-share-options-dialog.hidden {
  display: none !important;
}

body.gift-share-page .gift-share-options-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

body.gift-share-page .gift-share-options-sheet {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(316px, calc(100vw - 32px));
  max-height: min(76svh, 580px);
  overflow: auto;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 25px;
  background:
    linear-gradient(180deg, rgba(52, 56, 54, 0.98), rgba(27, 30, 29, 0.98)),
    rgba(31, 34, 33, 0.98);
  color: #ffffff;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.gift-share-page .gift-share-options-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  padding-bottom: 9px;
}

body.gift-share-page .gift-share-options-head h2 {
  margin: 0;
  color: #ffffff !important;
  font-family: var(--font-ui);
  font-size: 0.98rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
}

body.gift-share-page .gift-share-options-close {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

body.gift-share-page .gift-share-options-close::before,
body.gift-share-page .gift-share-options-close::after {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

body.gift-share-page .gift-share-options-close::before {
  transform: rotate(45deg);
}

body.gift-share-page .gift-share-options-close::after {
  transform: rotate(-45deg);
}

body.gift-share-page .gift-share-options-close:hover,
body.gift-share-page .gift-share-options-close:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

body.gift-share-page .gift-share-options-list {
  display: grid;
}

body.gift-share-page .gift-share-option-button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 7px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: #ffffff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

body.gift-share-page .gift-share-option-button:first-child {
  border-top: 0;
}

body.gift-share-page .gift-share-option-button:hover .gift-share-option-label,
body.gift-share-page .gift-share-option-button:focus-visible .gift-share-option-label {
  color: #59ff9c;
}

body.gift-share-page .gift-share-option-button:focus-visible {
  outline: none;
}

body.gift-share-page .gift-share-option-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

body.gift-share-page .gift-share-option-icon::before {
  width: 19px;
  height: 19px;
  background: currentColor;
  content: "";
}

body.gift-share-page .gift-share-option-icon[data-share-icon="whatsapp"] {
  background: #23d366;
}

body.gift-share-page .gift-share-option-icon[data-share-icon="whatsapp"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.04 2C6.55 2 2.08 6.45 2.08 11.92c0 1.75.46 3.46 1.34 4.97L2 22l5.24-1.37a10 10 0 0 0 4.8 1.22h.01c5.49 0 9.96-4.45 9.96-9.93S17.53 2 12.04 2Zm5.79 14.22c-.24.68-1.39 1.29-1.94 1.37-.5.08-1.13.11-1.82-.11-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.8-4.16-4.95-4.35-.14-.19-1.18-1.57-1.18-3 0-1.43.75-2.14 1.02-2.43.27-.29.59-.36.78-.36h.57c.18.01.43-.07.67.51.25.6.84 2.06.92 2.21.08.15.13.33.03.52-.1.2-.15.32-.3.49-.15.17-.32.38-.45.51-.15.15-.31.31-.13.6.18.29.79 1.3 1.7 2.11 1.17 1.04 2.15 1.36 2.44 1.51.3.15.47.13.64-.08.18-.2.74-.86.94-1.16.2-.3.4-.25.67-.15.27.1 1.73.82 2.03.97.3.15.5.22.58.34.09.14.09.78-.15 1.46Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.04 2C6.55 2 2.08 6.45 2.08 11.92c0 1.75.46 3.46 1.34 4.97L2 22l5.24-1.37a10 10 0 0 0 4.8 1.22h.01c5.49 0 9.96-4.45 9.96-9.93S17.53 2 12.04 2Zm5.79 14.22c-.24.68-1.39 1.29-1.94 1.37-.5.08-1.13.11-1.82-.11-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.8-4.16-4.95-4.35-.14-.19-1.18-1.57-1.18-3 0-1.43.75-2.14 1.02-2.43.27-.29.59-.36.78-.36h.57c.18.01.43-.07.67.51.25.6.84 2.06.92 2.21.08.15.13.33.03.52-.1.2-.15.32-.3.49-.15.17-.32.38-.45.51-.15.15-.31.31-.13.6.18.29.79 1.3 1.7 2.11 1.17 1.04 2.15 1.36 2.44 1.51.3.15.47.13.64-.08.18-.2.74-.86.94-1.16.2-.3.4-.25.67-.15.27.1 1.73.82 2.03.97.3.15.5.22.58.34.09.14.09.78-.15 1.46Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.gift-share-page .gift-share-option-icon[data-share-icon="messenger"] {
  background: linear-gradient(135deg, #2f9bff, #a52cff 58%, #ff4cc8);
}

body.gift-share-page .gift-share-option-icon[data-share-icon="messenger"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C6.48 2 2 6.17 2 11.32c0 2.94 1.46 5.56 3.74 7.27V22l3.42-1.88c.9.25 1.86.39 2.84.39 5.52 0 10-4.17 10-9.32S17.52 2 12 2Zm1 12.55-2.55-2.72-5.08 2.72 5.58-5.92 2.62 2.72 5-2.72L13 14.55Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C6.48 2 2 6.17 2 11.32c0 2.94 1.46 5.56 3.74 7.27V22l3.42-1.88c.9.25 1.86.39 2.84.39 5.52 0 10-4.17 10-9.32S17.52 2 12 2Zm1 12.55-2.55-2.72-5.08 2.72 5.58-5.92 2.62 2.72 5-2.72L13 14.55Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.gift-share-page .gift-share-option-icon[data-share-icon="facebook"] {
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

body.gift-share-page .gift-share-option-icon[data-share-icon="facebook"]::before {
  width: auto;
  height: auto;
  background: transparent;
  content: "f";
}

body.gift-share-page .gift-share-option-icon[data-share-icon="copy"] {
  background: #6b7178;
}

body.gift-share-page .gift-share-option-icon[data-share-icon="copy"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1 0l2-2a5 5 0 0 0-7.1-7.1l-1.1 1.1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.1 0l-2 2A5 5 0 0 0 12 20.1l1.1-1.1'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1 0l2-2a5 5 0 0 0-7.1-7.1l-1.1 1.1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.1 0l-2 2A5 5 0 0 0 12 20.1l1.1-1.1'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.gift-share-page .gift-share-option-icon[data-share-icon="qr"] {
  background: #737b83;
}

body.gift-share-page .gift-share-option-icon[data-share-icon="qr"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h6v6H4z'/%3E%3Cpath d='M14 4h6v6h-6z'/%3E%3Cpath d='M4 14h6v6H4z'/%3E%3Cpath d='M14 14h2'/%3E%3Cpath d='M18 14h2v2'/%3E%3Cpath d='M14 18h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h6v6H4z'/%3E%3Cpath d='M14 4h6v6h-6z'/%3E%3Cpath d='M4 14h6v6H4z'/%3E%3Cpath d='M14 14h2'/%3E%3Cpath d='M18 14h2v2'/%3E%3Cpath d='M14 18h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.gift-share-page .gift-share-option-label {
  min-width: 0;
  overflow: hidden;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gift-share-page .gift-share-qr-panel {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 14px 0 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.gift-share-page .gift-share-qr-panel.hidden {
  display: none !important;
}

body.gift-share-page .gift-share-qr-code {
  display: grid;
  place-items: center;
  width: 148px;
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 12px;
  background: #ffffff;
}

body.gift-share-page .gift-share-qr-code svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.gift-share-page .gift-share-qr-code.is-error {
  background: rgba(255, 255, 255, 0.1);
  color: #ffd7d7;
  font-size: 0.86rem;
  text-align: center;
}

body.gift-share-page .gift-share-qr-panel p,
body.gift-share-page .gift-share-options-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.35;
  text-align: center;
}

body.gift-share-page .gift-share-options-status {
  min-height: 1.2em;
  padding-top: 10px;
  color: #59ff9c;
}

body.gift-share-page .gift-share-options-status.hidden {
  display: none !important;
}

body.gift-share-page .gift-share-options-status.is-error {
  color: #ffd1d1;
}

body.gift-share-page.gift-share-options-open {
  overflow: hidden;
}

body.gift-share-page .user-player {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  width: min(760px, 100%);
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  text-align: center;
}

body.gift-share-page .user-player .gift-player-top {
  display: contents;
}

body.gift-share-page .user-player .gift-cover-shell {
  order: 1;
  width: clamp(218px, 25vw, 292px);
  border: 1px solid rgba(86, 245, 147, 0.66);
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 32px 110px rgba(0, 255, 112, 0.28),
    0 18px 46px rgba(0, 0, 0, 0.46);
}

body.gift-share-page .user-player .gift-track-copy {
  order: 3;
  justify-items: center;
  width: 100%;
  gap: 8px;
}

body.gift-share-page .user-player .gift-track-copy h2 {
  color: #f7faf7;
  font-family: var(--font-ui);
  font-size: clamp(2.05rem, 4.2vw, 2.55rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.56);
}

body.gift-share-page .user-player .gift-track-copy p {
  color: rgba(245, 248, 246, 0.72);
  font-size: clamp(1.08rem, 2.2vw, 1.36rem);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

body.gift-share-page .user-player-note {
  order: 2;
  display: grid;
  place-items: center;
  width: clamp(76px, 9vw, 90px);
  height: clamp(76px, 9vw, 90px);
  margin: clamp(18px, 2.8svh, 28px) 0 clamp(12px, 1.8svh, 18px);
  border: 1px solid rgba(0, 255, 112, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 255, 112, 0.2), transparent 58%),
    rgba(0, 33, 20, 0.28);
  color: #19f27e;
  box-shadow:
    0 0 0 14px rgba(0, 255, 112, 0.055),
    0 0 42px rgba(0, 255, 112, 0.22),
    inset 0 0 28px rgba(0, 255, 112, 0.11);
  font-size: clamp(3rem, 5.8vw, 3.75rem);
  line-height: 1;
  text-shadow: 0 0 22px rgba(0, 255, 112, 0.72);
}

body.gift-share-page .user-player .gift-waveform {
  width: min(700px, 100%);
  height: clamp(58px, 8.4svh, 82px);
  margin: clamp(18px, 3svh, 28px) auto clamp(14px, 2.3svh, 22px);
  color: #00f078;
  gap: 0;
  justify-content: space-between;
  filter:
    drop-shadow(0 0 8px rgba(0, 255, 112, 0.72))
    drop-shadow(0 0 22px rgba(0, 255, 112, 0.24));
}

body.gift-share-page .user-player .gift-waveform span {
  flex: 0 0 2px;
  width: 2px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, currentColor 36%, currentColor 64%, transparent);
  opacity: 0.95;
}

body.gift-share-page .user-player .gift-waveform span:nth-child(2n) {
  height: 24px;
}

body.gift-share-page .user-player .gift-waveform span:nth-child(3n) {
  height: 34px;
}

body.gift-share-page .user-player .gift-waveform span:nth-child(5n) {
  height: 46px;
}

body.gift-share-page .user-player .gift-waveform span:nth-child(7n) {
  height: 56px;
}

body.gift-share-page .user-player .gift-waveform span:nth-child(11n) {
  height: 68px;
}

body.gift-share-page .user-player .gift-player-bar {
  order: 4;
  width: min(640px, calc(100% - 48px));
  height: 32px;
  margin: 0;
}

body.gift-share-page .user-player .gift-player-bar::before {
  height: 5px;
  background: rgba(126, 149, 149, 0.32);
}

body.gift-share-page .user-player .gift-player-progress {
  height: 5px;
  background: linear-gradient(90deg, #11f77c, #00d96a);
  box-shadow: 0 0 18px rgba(0, 255, 112, 0.52);
}

body.gift-share-page .user-player .gift-player-progress::after {
  right: -8px;
  width: 17px;
  height: 17px;
  background: #00f078;
  box-shadow: 0 0 22px rgba(0, 255, 112, 0.7);
}

body.gift-share-page .user-player .gift-player-time-row {
  order: 5;
  width: min(640px, calc(100% - 48px));
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 700;
  line-height: 1;
}

body.gift-share-page .user-player .gift-player-controls {
  order: 6;
  grid-template-columns: repeat(3, 76px);
  gap: clamp(36px, 8vw, 74px);
  margin-top: clamp(24px, 4svh, 34px);
}

body.gift-share-page .user-player .gift-control-download,
body.gift-share-page .user-player .gift-control-heart {
  display: none !important;
}

body.gift-share-page .user-player .gift-control-button,
body.gift-share-page .user-player .gift-control-button:disabled {
  width: 68px;
  height: 68px;
  color: #ffffff;
  opacity: 1;
}

body.gift-share-page .user-player .gift-control-prev::before,
body.gift-share-page .user-player .gift-control-next::before {
  border-top-width: 15px;
  border-bottom-width: 15px;
}

body.gift-share-page .user-player .gift-control-prev::before {
  border-right-width: 20px;
}

body.gift-share-page .user-player .gift-control-next::before {
  border-left-width: 20px;
}

body.gift-share-page .user-player .gift-control-prev::after,
body.gift-share-page .user-player .gift-control-next::after {
  width: 5px;
  height: 32px;
}

body.gift-share-page .user-player .gift-control-prev::after {
  left: 15px;
}

body.gift-share-page .user-player .gift-control-next::after {
  right: 15px;
}

body.gift-share-page .user-player .gift-play-button {
  width: clamp(86px, 10vw, 106px);
  height: clamp(86px, 10vw, 106px);
  border: 1px solid rgba(0, 255, 112, 0.84);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.18), transparent 44%),
    radial-gradient(circle at 50% 68%, rgba(0, 255, 112, 0.24), transparent 54%),
    rgba(0, 56, 28, 0.42);
  box-shadow:
    0 0 0 1px rgba(0, 255, 112, 0.14),
    0 0 44px rgba(0, 255, 112, 0.34),
    inset 0 0 28px rgba(0, 255, 112, 0.17);
}

body.gift-share-page .user-player .gift-play-button span {
  width: 34px;
  height: 38px;
}

body.gift-share-page .user-player .gift-play-button span::before {
  left: 8px;
  top: 3px;
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 22px;
}

body.gift-share-page .user-player .gift-play-button.is-playing span::before,
body.gift-share-page .user-player .gift-play-button.is-playing span::after {
  top: 1px;
  width: 10px;
  height: 38px;
  background: #ffffff;
}

body.gift-share-page .user-player .gift-play-button.is-playing span::before {
  left: 3px;
}

body.gift-share-page .user-player .gift-play-button.is-playing span::after {
  right: 3px;
}

body.gift-share-page .user-player-volume-row {
  order: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(290px, 82%);
  margin-top: clamp(18px, 3svh, 30px);
}

body.gift-share-page .user-player #gift-player-mute.hidden {
  display: grid !important;
}

body.gift-share-page .user-player #gift-player-volume.hidden {
  display: block !important;
}

body.gift-share-page .user-player-volume-button,
body.gift-share-page .user-player #gift-player-mute {
  position: relative;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

body.gift-share-page .user-player-volume-button::before,
body.gift-share-page .user-player #gift-player-mute::before {
  display: block;
  width: 26px;
  height: 26px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='M15.5 8.5a5 5 0 0 1 0 7'/%3E%3Cpath d='M18.5 5.5a9 9 0 0 1 0 13'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='M15.5 8.5a5 5 0 0 1 0 7'/%3E%3Cpath d='M18.5 5.5a9 9 0 0 1 0 13'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.gift-share-page .user-player-volume-button.is-muted::before,
body.gift-share-page .user-player #gift-player-mute.is-muted::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='m16 9 5 5'/%3E%3Cpath d='m21 9-5 5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='m16 9 5 5'/%3E%3Cpath d='m21 9-5 5'/%3E%3C/svg%3E");
}

body.gift-share-page .user-player-volume,
body.gift-share-page .user-player #gift-player-volume {
  width: 214px;
  height: 24px;
  accent-color: #00f078;
  cursor: pointer;
}

body.gift-share-page .user-player-volume::-webkit-slider-runnable-track,
body.gift-share-page .user-player #gift-player-volume::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 999px;
  background: rgba(127, 151, 151, 0.32);
}

body.gift-share-page .user-player-volume::-webkit-slider-thumb,
body.gift-share-page .user-player #gift-player-volume::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -5.5px;
  border: 0;
  border-radius: 999px;
  appearance: none;
  background: #00f078;
  box-shadow: 0 0 18px rgba(0, 255, 112, 0.58);
}

@media (max-width: 620px) {
  body.gift-share-page.gift-is-opened .gift-stage {
    padding-inline: 14px;
  }

  body.gift-share-page.gift-is-opened .gift-opened-screen {
    width: min(100%, 430px);
  }

  body.gift-share-page .user-player .gift-cover-shell {
    width: clamp(184px, 62vw, 238px);
    border-radius: 16px;
  }

  body.gift-share-page .user-player .gift-track-copy h2 {
    font-size: clamp(1.72rem, 8vw, 2.08rem);
  }

  body.gift-share-page .user-player .gift-waveform {
    width: 100%;
    gap: 2px;
  }

  body.gift-share-page .user-player .gift-player-bar,
  body.gift-share-page .user-player .gift-player-time-row {
    width: calc(100% - 28px);
  }

  body.gift-share-page .user-player .gift-player-controls {
    grid-template-columns: repeat(3, 58px);
    gap: clamp(24px, 8vw, 42px);
  }

  body.gift-share-page .user-player .gift-control-button,
  body.gift-share-page .user-player .gift-control-button:disabled {
    width: 58px;
    height: 58px;
  }

  body.gift-share-page .user-player-volume-row {
    width: min(270px, 92%);
  }
}

@media (max-height: 760px) {
  body.gift-share-page .user-player .gift-cover-shell {
    width: clamp(176px, 22svh, 236px);
  }

  body.gift-share-page .user-player-note {
    width: 68px;
    height: 68px;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 2.7rem;
  }

  body.gift-share-page .user-player .gift-waveform {
    height: 50px;
    margin-top: 14px;
    margin-bottom: 10px;
  }

  body.gift-share-page .user-player .gift-player-controls {
    margin-top: 18px;
  }

  body.gift-share-page .user-player-volume-row {
    margin-top: 14px;
  }
}

@media (min-width: 861px) and (max-height: 1020px) {
  body.gift-share-page.gift-is-opened .gift-stage {
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  body.gift-share-page.gift-is-opened .gift-opened-screen {
    height: calc(100svh - max(12px, env(safe-area-inset-top)) - max(12px, env(safe-area-inset-bottom)));
  }

  body.gift-share-page .user-player .gift-cover-shell {
    width: clamp(196px, 24svh, 228px);
  }

  body.gift-share-page .user-player-note {
    width: 64px;
    height: 64px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 2.55rem;
  }

  body.gift-share-page .user-player .gift-track-copy {
    gap: 5px;
  }

  body.gift-share-page .user-player .gift-track-copy h2 {
    font-size: clamp(1.72rem, 3.2vw, 2.08rem);
  }

  body.gift-share-page .user-player .gift-track-copy p {
    font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  }

  body.gift-share-page .user-player .gift-waveform {
    height: 44px;
    margin-top: 10px;
    margin-bottom: 8px;
  }

  body.gift-share-page .user-player .gift-player-bar {
    width: min(600px, calc(100% - 96px));
    height: 24px;
  }

  body.gift-share-page .user-player .gift-player-time-row {
    width: min(600px, calc(100% - 96px));
    margin-top: -2px;
    font-size: 0.92rem;
  }

  body.gift-share-page .user-player .gift-player-controls {
    grid-template-columns: repeat(3, 62px);
    gap: clamp(34px, 7vw, 62px);
    margin-top: 12px;
  }

  body.gift-share-page .user-player .gift-play-button {
    width: 78px;
    height: 78px;
  }

  body.gift-share-page .user-player .gift-control-button,
  body.gift-share-page .user-player .gift-control-button:disabled {
    width: 52px;
    height: 52px;
  }

  body.gift-share-page .user-player-volume-row {
    margin-top: 8px;
  }
}

/* Shared player behaves like one scalable artwork. */
body.gift-share-page.gift-is-opened .gift-stage {
  display: grid;
  place-items: center;
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  min-height: 100svh;
  height: 100svh;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
}

body.gift-share-page.gift-is-opened .gift-opened-screen {
  display: grid;
  place-items: center;
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  height: 100svh;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
}

body.gift-share-page .user-player {
  position: absolute;
  left: var(--user-player-offset-x, 0px);
  top: var(--user-player-offset-y, 0px);
  box-sizing: border-box;
  width: 760px !important;
  padding-top: 3%;
  transform: scale(var(--user-player-scale, 1));
  transform-origin: top left;
}

body.gift-share-page .user-player .gift-cover-shell {
  width: 292px !important;
}

body.gift-share-page .user-player-note {
  width: 90px !important;
  height: 90px !important;
  margin-top: 28px !important;
  margin-bottom: 18px !important;
  font-size: 3.75rem !important;
}

body.gift-share-page .user-player .gift-track-copy {
  gap: 8px !important;
}

body.gift-share-page .user-player .gift-track-copy h2 {
  font-size: 2.55rem !important;
}

body.gift-share-page .user-player .gift-track-copy p {
  font-size: 1.36rem !important;
}

body.gift-share-page .user-player .gift-waveform {
  width: 700px !important;
  height: 82px !important;
  margin-top: 28px !important;
  margin-bottom: 22px !important;
  gap: 0 !important;
  justify-content: space-between !important;
}

body.gift-share-page .user-player .gift-player-bar {
  width: 640px !important;
  height: 32px !important;
}

body.gift-share-page .user-player .gift-player-time-row {
  width: 640px !important;
  margin-top: -4px !important;
  font-size: 1.22rem !important;
}

body.gift-share-page .user-player .gift-player-controls {
  grid-template-columns: repeat(3, 76px) !important;
  gap: 74px !important;
  margin-top: 34px !important;
}

body.gift-share-page .user-player .gift-play-button {
  width: 106px !important;
  height: 106px !important;
}

body.gift-share-page .user-player .gift-control-button,
body.gift-share-page .user-player .gift-control-button:disabled {
  width: 68px !important;
  height: 68px !important;
}

body.gift-share-page .user-player-volume-row {
  margin-top: 30px !important;
}

@media (min-width: 861px) {
  body.gift-share-page .gift-share-player-actions {
    top: calc(var(--user-player-offset-y, 0px) + 10px);
    right: auto;
    left: var(--user-player-offset-x, 0px);
    box-sizing: border-box;
    width: 760px;
    padding: 0 60px;
    transform: scale(var(--user-player-scale, 1));
    transform-origin: top left;
  }

  body.gift-share-page .gift-share-player-action {
    background: rgba(4, 23, 16, 0.34);
    box-shadow:
      0 0 0 1px rgba(121, 255, 169, 0.16),
      0 12px 28px rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  body.gift-share-page .gift-share-player-action:hover,
  body.gift-share-page .gift-share-player-action:focus-visible {
    background: rgba(7, 34, 23, 0.46);
  }

  body.gift-share-page .user-player .gift-track-copy {
    margin-top: 26px !important;
    gap: 12px !important;
  }

  body.gift-share-page .user-player .gift-track-copy h2 {
    line-height: 1.12 !important;
  }
}

/* Mobile and portrait tablet shared player: Samsung S25 Ultra reference artwork, scaled as one image. */
@media (max-width: 620px), (max-width: 860px) and (orientation: portrait) {
  body.gift-share-page.gift-is-opened .gift-stage,
  body.gift-share-page.gift-is-opened .gift-opened-screen {
    display: grid;
    place-items: center;
    position: relative;
    width: 100vw !important;
    max-width: none !important;
    height: 100svh;
    min-height: 100svh;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
  }

  body.gift-share-page .user-player {
    position: absolute;
    left: var(--user-player-offset-x, 0px);
    top: var(--user-player-offset-y, 0px);
    display: block;
    justify-self: center !important;
    align-self: center !important;
    width: 853px !important;
    height: 1844px !important;
    transform: scale(var(--user-player-scale, 1));
    transform-origin: top left;
  }

  body.gift-share-page .user-player .gift-player-top,
  body.gift-share-page .user-player .gift-track-copy {
    display: block !important;
    width: auto !important;
  }

  body.gift-share-page .user-player .gift-cover-shell {
    position: absolute !important;
    left: 185px !important;
    top: 309px !important;
    width: 483px !important;
    height: 526px !important;
    border-radius: 42px !important;
    box-shadow:
      0 0 0 1px rgba(92, 255, 151, 0.72),
      0 0 70px rgba(0, 255, 112, 0.38),
      0 30px 80px rgba(0, 0, 0, 0.54) !important;
  }

  body.gift-share-page .user-player-note {
    position: absolute !important;
    left: 361px !important;
    top: 885px !important;
    width: 132px !important;
    height: 132px !important;
    margin: 0 !important;
    font-size: 5.45rem !important;
  }

  body.gift-share-page .user-player .gift-track-copy h2 {
    position: absolute !important;
    left: 0 !important;
    top: 945px !important;
    width: 853px !important;
    margin: 0 !important;
    font-family: var(--font-ui) !important;
    font-weight: 400 !important;
    font-size: 3rem !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  body.gift-share-page .user-player .gift-track-copy p {
    position: absolute !important;
    left: 0 !important;
    top: 1020px !important;
    width: 853px !important;
    margin: 0 !important;
    font-size: 1.95rem !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  body.gift-share-page .user-player .gift-waveform {
    position: absolute !important;
    left: 68px !important;
    top: 1087px !important;
    width: 717px !important;
    height: 116px !important;
    margin: 0 !important;
    gap: 3px !important;
    justify-content: space-between !important;
  }

  body.gift-share-page .user-player .gift-waveform span {
    flex-basis: 2px !important;
    width: 2px !important;
  }

  body.gift-share-page .user-player .gift-player-bar {
    position: absolute !important;
    left: 122px !important;
    top: 1254px !important;
    width: 609px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  body.gift-share-page .user-player .gift-player-bar::before,
  body.gift-share-page .user-player .gift-player-progress {
    height: 7px !important;
  }

  body.gift-share-page .user-player .gift-player-progress::after {
    right: -12px !important;
    width: 24px !important;
    height: 24px !important;
  }

  body.gift-share-page .user-player .gift-player-time-row {
    position: absolute !important;
    left: 122px !important;
    top: 1302px !important;
    display: flex !important;
    width: 609px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1.58rem !important;
    font-weight: 500 !important;
  }

  body.gift-share-page .user-player .gift-player-controls {
    position: absolute !important;
    left: 181px !important;
    top: 1350px !important;
    display: grid !important;
    grid-template-columns: 100px 158px 100px !important;
    gap: 67px !important;
    width: 492px !important;
    margin: 0 !important;
  }

  body.gift-share-page .user-player .gift-control-button,
  body.gift-share-page .user-player .gift-control-button:disabled {
    width: 100px !important;
    height: 136px !important;
  }

  body.gift-share-page .user-player .gift-play-button {
    width: 158px !important;
    height: 158px !important;
  }

  body.gift-share-page .user-player .gift-play-button span {
    width: 52px !important;
    height: 62px !important;
  }

  body.gift-share-page .user-player .gift-play-button span::before {
    left: 12px !important;
    top: 6px !important;
    border-top-width: 25px !important;
    border-bottom-width: 25px !important;
    border-left-width: 35px !important;
  }

  body.gift-share-page .user-player .gift-play-button.is-playing span::before,
  body.gift-share-page .user-player .gift-play-button.is-playing span::after {
    top: 4px !important;
    width: 14px !important;
    height: 54px !important;
  }

  body.gift-share-page .user-player .gift-play-button.is-playing span::before {
    left: 8px !important;
  }

  body.gift-share-page .user-player .gift-play-button.is-playing span::after {
    right: 8px !important;
  }

  body.gift-share-page .user-player .gift-control-prev::before,
  body.gift-share-page .user-player .gift-control-next::before {
    border-top-width: 24px !important;
    border-bottom-width: 24px !important;
  }

  body.gift-share-page .user-player .gift-control-prev::before {
    border-right-width: 34px !important;
  }

  body.gift-share-page .user-player .gift-control-next::before {
    border-left-width: 34px !important;
  }

  body.gift-share-page .user-player .gift-control-prev::after,
  body.gift-share-page .user-player .gift-control-next::after {
    width: 7px !important;
    height: 58px !important;
  }

  body.gift-share-page .user-player .gift-control-prev::after {
    left: 18px !important;
  }

  body.gift-share-page .user-player .gift-control-next::after {
    right: 18px !important;
  }

  body.gift-share-page .user-player-volume-row {
    position: absolute !important;
    left: 210px !important;
    top: 1566px !important;
    display: flex !important;
    align-items: center !important;
    width: 433px !important;
    height: 56px !important;
    margin: 0 !important;
    gap: 28px !important;
  }

  body.gift-share-page .user-player-volume-row::after {
    display: block;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background: #ffffff;
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='M15.5 8.5a5 5 0 0 1 0 7'/%3E%3Cpath d='M18.5 5.5a9 9 0 0 1 0 13'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='M15.5 8.5a5 5 0 0 1 0 7'/%3E%3Cpath d='M18.5 5.5a9 9 0 0 1 0 13'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.gift-share-page .user-player #gift-player-mute,
  body.gift-share-page .user-player #gift-player-mute.hidden {
    display: grid !important;
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
  }

  body.gift-share-page .user-player #gift-player-mute::before {
    width: 38px !important;
    height: 38px !important;
  }

  body.gift-share-page .user-player #gift-player-volume,
  body.gift-share-page .user-player #gift-player-volume.hidden {
    display: block !important;
    width: 303px !important;
    height: 34px !important;
    flex: 0 0 303px !important;
  }

  body.gift-share-page .user-player #gift-player-volume::-webkit-slider-runnable-track {
    height: 8px !important;
  }

  body.gift-share-page .user-player #gift-player-volume::-webkit-slider-thumb {
    width: 24px !important;
    height: 24px !important;
    margin-top: -8px !important;
  }
}

body.gift-share-page .user-player .gift-control-prev::before,
body.gift-share-page .user-player .gift-control-next::before {
  width: 74.88px !important;
  height: 74.88px !important;
  border: 0 !important;
  background: currentColor !important;
  transform: none !important;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

body.gift-share-page .user-player .gift-control-prev,
body.gift-share-page .user-player .gift-control-next {
  width: 106.08px !important;
  height: 106.08px !important;
}

body.gift-share-page .user-player .gift-control-prev::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M11 16a16 16 0 1 1-2.5 13' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='m12 9-6 7 6 7' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M11 16a16 16 0 1 1-2.5 13' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='m12 9-6 7 6 7' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.gift-share-page .user-player .gift-control-next::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M37 16a16 16 0 1 0 2.5 13' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='m36 9 6 7-6 7' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M37 16a16 16 0 1 0 2.5 13' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='m36 9 6 7-6 7' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.gift-share-page .user-player .gift-control-prev::after,
body.gift-share-page .user-player .gift-control-next::after {
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor;
  content: "10" !important;
  font-family: var(--font-ui), Arial, sans-serif;
  font-size: 20.8px !important;
  font-weight: 400;
  line-height: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 620px), (max-width: 860px) and (orientation: portrait) {
  body.gift-share-page .user-player .gift-control-prev,
  body.gift-share-page .user-player .gift-control-next {
    width: 156px !important;
    height: 212.16px !important;
  }
}

.playlist-html-page .seo-page-shell {
  gap: 0;
  overflow: visible;
}

.playlist-html-page .top-nav {
  position: relative;
  z-index: 20;
  margin-bottom: 0;
}

body.playlist-html-page {
  background: #ffffff;
}

body.playlist-html-page::before {
  display: none;
}

.playlist-html-main {
  --playlist-green: #12a85f;
  --playlist-green-dark: #086239;
  --playlist-green-soft: #eaf8f1;
  --playlist-ink: #0f2a22;
  --playlist-muted: #53645d;
  --playlist-line: rgba(20, 108, 70, 0.12);
  --playlist-shadow: 0 22px 52px rgba(27, 70, 48, 0.1);
  --playlist-site-background: #ffffff;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--playlist-site-background);
  color: var(--playlist-ink);
}

@media (min-width: 861px) {
  .playlist-html-main {
    width: calc(100vw / var(--desktop-ui-scale));
    margin-left: calc(50% - 50vw / var(--desktop-ui-scale));
  }
}

.playlist-html-section {
  position: relative;
  padding: 48px 0;
  border-top: 1px solid rgba(15, 86, 54, 0.06);
  background: var(--playlist-site-background);
}

.playlist-html-hero {
  margin-top: -8px;
  padding: 78px 0 54px;
  border-top: 0;
  background: var(--playlist-site-background);
}

.playlist-html-mobile,
.playlist-html-gift {
  background: var(--playlist-site-background);
}

.playlist-html-public {
  padding: 44px 0;
  border: 0;
  background:
    linear-gradient(90deg, rgba(18, 168, 95, 0.12), transparent 34%, rgba(18, 168, 95, 0.12)),
    linear-gradient(180deg, #021b14, #03261d);
  color: #ffffff;
}

.playlist-html-benefits,
.playlist-html-faq {
  background: var(--playlist-site-background);
}

.playlist-html-inner {
  width: min(calc(100% - 112px), 1320px);
  margin: 0 auto;
}

.playlist-html-hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(620px, 1.18fr);
  gap: 28px;
  align-items: stretch;
}

.playlist-html-mobile-grid,
.playlist-html-share-grid,
.playlist-html-gift-grid,
.playlist-html-public-grid {
  display: grid;
  align-items: center;
  gap: 42px;
}

.playlist-html-mobile-grid {
  grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1fr) minmax(260px, 0.55fr);
}

.playlist-html-share-grid {
  grid-template-columns: minmax(300px, 0.78fr) minmax(330px, 0.64fr) minmax(360px, 0.82fr);
}

.playlist-html-public-grid {
  grid-template-columns: minmax(290px, 0.78fr) minmax(520px, 1.25fr) minmax(260px, 0.62fr);
}

.playlist-html-gift-grid {
  grid-template-columns: minmax(300px, 0.8fr) minmax(500px, 1.15fr) minmax(260px, 0.72fr);
}

.playlist-html-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.playlist-html-hero-copy {
  position: relative;
  align-content: start;
  min-height: 430px;
}

.playlist-html-hero-copy::after {
  content: "♪  ♫  ♬";
  position: absolute;
  top: 142px;
  right: -190px;
  width: 300px;
  height: 92px;
  color: rgba(18, 168, 95, 0.22);
  font-size: 1.65rem;
  letter-spacing: 18px;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 14px,
      rgba(18, 168, 95, 0.14) 14px 16px,
      transparent 16px 24px
    );
  border-radius: 50%;
  transform: rotate(-8deg);
}

.playlist-html-kicker {
  margin: 0;
  color: var(--playlist-green);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.playlist-html-copy h1,
.playlist-html-copy h2,
.playlist-html-benefits h2,
.playlist-html-faq h2 {
  margin: 0;
  color: var(--playlist-ink);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.93;
}

.playlist-html-copy h1 {
  max-width: 560px;
  font-size: 3.55rem;
}

.playlist-html-copy h2 {
  max-width: 460px;
  font-size: 3.15rem;
}

.playlist-html-copy p,
.playlist-html-mini-card p,
.playlist-html-action-grid p,
.playlist-html-benefit-grid p,
.playlist-html-faq p,
.playlist-html-devices p,
.playlist-html-how p,
.playlist-html-occasion-grid span {
  margin: 0;
  color: var(--playlist-muted);
  font-size: 0.96rem;
  font-weight: 360;
  line-height: 1.62;
}

.playlist-html-copy > p {
  max-width: 560px;
}

.playlist-html-public .playlist-html-copy h2,
.playlist-html-public .playlist-html-copy p,
.playlist-html-public .playlist-html-kicker {
  color: #ffffff;
}

.playlist-html-public .playlist-html-copy p,
.playlist-html-public .playlist-html-devices p {
  color: rgba(255, 255, 255, 0.72);
}

.playlist-html-mini-grid,
.playlist-html-benefit-grid,
.playlist-html-action-grid,
.playlist-html-occasion-grid,
.playlist-html-gift-mini {
  display: grid;
  gap: 16px;
}

.playlist-html-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.playlist-html-gift-mini {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.playlist-html-mini-card,
.playlist-html-action-grid article,
.playlist-html-benefit-grid article,
.playlist-html-faq-grid details,
.playlist-html-card,
.playlist-html-occasion-grid span,
.playlist-html-gift-mini span {
  position: relative;
  min-width: 0;
  border: 1px solid var(--playlist-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--playlist-shadow);
}

.playlist-html-mini-card {
  display: grid;
  gap: 9px;
  min-height: 140px;
  padding: 22px 20px;
}

.playlist-html-mini-card strong,
.playlist-html-action-grid strong,
.playlist-html-benefit-grid strong,
.playlist-html-faq-grid strong,
.playlist-html-devices strong {
  color: #10251d;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.22;
}

.playlist-html-mini-card p {
  font-size: 0.82rem;
  line-height: 1.48;
}

.playlist-html-number {
  position: absolute;
  top: 24px;
  left: 72px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dff5e9;
  color: #11824d;
  font-size: 0.75rem;
  font-weight: 800;
}

.playlist-html-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 168, 95, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, #effaf4, #ffffff);
  color: var(--playlist-green);
  box-shadow: 0 10px 24px rgba(23, 135, 82, 0.09);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.playlist-html-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask: var(--playlist-icon) center / contain no-repeat;
  mask: var(--playlist-icon) center / contain no-repeat;
}

.playlist-html-icon {
  --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E");
}

.playlist-html-icon[data-icon="cloud"] {
  --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.5 19H8a5 5 0 1 1 1.1-9.88A7 7 0 0 1 22 12.2 4 4 0 0 1 17.5 19Z'/%3E%3C/svg%3E");
}

.playlist-html-icon[data-icon="gift"] {
  --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='13' rx='2'/%3E%3Cpath d='M12 8v13'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M7.5 8A2.5 2.5 0 1 1 12 6.5V8'/%3E%3Cpath d='M16.5 8A2.5 2.5 0 1 0 12 6.5V8'/%3E%3C/svg%3E");
}

.playlist-html-icon[data-icon="play"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="download"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="lyrics"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="heart"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="share"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='m8.6 10.5 6.8-4'/%3E%3Cpath d='m8.6 13.5 6.8 4'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="phone"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='2' width='10' height='20' rx='2'/%3E%3Cpath d='M11 18h2'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="tablet"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Cpath d='M11 17h2'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="desktop"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 21h8'/%3E%3Cpath d='M12 16v5'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="user"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 21a7 7 0 0 1 14 0'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="lock"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='11' width='16' height='10' rx='2'/%3E%3Cpath d='M8 11V7a4 4 0 0 1 8 0v4'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="eye"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="card"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M7 15h4'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="link"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1 0l2-2a5 5 0 0 0-7.1-7.1l-1.2 1.2'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.1 0l-2 2a5 5 0 0 0 7.1 7.1l1.2-1.2'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="qr"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h6v6H4z'/%3E%3Cpath d='M14 4h6v6h-6z'/%3E%3Cpath d='M4 14h6v6H4z'/%3E%3Cpath d='M14 14h2'/%3E%3Cpath d='M18 14h2v2'/%3E%3Cpath d='M14 18h6'/%3E%3C/svg%3E"); }
.playlist-html-icon[data-icon="calendar"] { --playlist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E"); }

.playlist-html-flow {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.78fr 0.78fr;
  gap: clamp(16px, 1.75vw, 28px);
  align-items: start;
  align-self: center;
}

.playlist-html-flow::before,
.playlist-html-flow::after {
  content: "";
  position: absolute;
  top: 205px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-top: 2px solid rgba(18, 168, 95, 0.72);
  border-right: 2px solid rgba(18, 168, 95, 0.72);
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}

.playlist-html-flow::before { left: 29.8%; }
.playlist-html-flow::after { left: 63.6%; }

.playlist-html-flow-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 10px;
  justify-items: start;
  min-width: 0;
}

.playlist-html-flow-item > strong {
  color: #32413a;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.playlist-html-step {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--playlist-green);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
}

.playlist-html-share-card {
  display: grid;
  gap: 12px;
  width: min(100%, 260px);
  padding: 18px;
}

.playlist-html-share-large {
  width: min(100%, 350px);
  justify-self: center;
  padding: 22px;
}

.playlist-html-share-large-image {
  display: block;
  width: min(100%, 350px);
  margin: 0;
  justify-self: center;
  overflow: hidden;
  border-radius: 8px;
  filter: drop-shadow(0 22px 42px rgba(19, 56, 39, 0.14));
}

.playlist-html-share-large-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 596 / 810;
  object-fit: contain;
}

.playlist-html-share-image-card,
.playlist-html-player-image-card,
.playlist-html-playlist-image-card {
  display: block;
  grid-column: 1 / -1;
  justify-self: center;
  height: clamp(318px, 27vw, 372px);
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  filter: drop-shadow(0 22px 42px rgba(19, 56, 39, 0.14));
}

.playlist-html-share-image-card img,
.playlist-html-player-image-card img,
.playlist-html-playlist-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.playlist-html-card-head,
.playlist-html-track-row,
.playlist-html-playlist-head,
.playlist-html-time,
.playlist-html-controls,
.playlist-html-copy-link,
.playlist-html-socials,
.playlist-html-song-actions,
.playlist-html-inline-player {
  display: flex;
  align-items: center;
}

.playlist-html-card-head,
.playlist-html-playlist-head,
.playlist-html-time {
  justify-content: space-between;
}

.playlist-html-card-head strong,
.playlist-html-track-row strong,
.playlist-html-playlist-head strong {
  color: #10251d;
  font-size: 0.95rem;
  font-weight: 800;
}

.playlist-html-track-row {
  gap: 12px;
}

.playlist-html-track-row em,
.playlist-html-song-row em,
.playlist-html-song-card em {
  display: block;
  margin-top: 3px;
  color: #557064;
  font-style: normal;
  font-size: 0.8rem;
}

.playlist-html-cover {
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(18, 168, 95, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(31, 24, 16, 0.18), transparent 38%),
    linear-gradient(30deg, #372b1f 0 10%, #c39360 28%, #211914 42%, #b58450 58%, #16120d 100%);
  box-shadow: 0 14px 30px rgba(57, 44, 31, 0.2);
}

.playlist-html-cover-small {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.playlist-html-cover-tiny {
  width: 46px;
  height: 46px;
}

.playlist-html-cover-tiny.alt {
  background:
    linear-gradient(140deg, rgba(41, 94, 86, 0.28), transparent 38%),
    linear-gradient(30deg, #5a2b20 0 15%, #2e8170 34%, #1f5a4e 52%, #d09556 76%, #181410 100%);
}

.playlist-html-cover-medium {
  width: 120px;
  height: 120px;
}

.playlist-html-cover-large {
  width: 176px;
  height: 176px;
}

.playlist-html-cover-wide {
  width: 168px;
  height: 100px;
}

.playlist-html-qr {
  position: relative;
  display: grid;
  width: 154px;
  height: 154px;
  justify-self: center;
  padding: 13px;
  border: 1px solid rgba(15, 39, 31, 0.12);
  border-radius: 8px;
  background: #ffffff;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 3px;
}

.playlist-html-qr.compact {
  width: 170px;
  height: 170px;
  margin: 18px auto 14px;
}

.playlist-html-qr span {
  background: #111111;
}

.playlist-html-qr span:nth-child(1) { grid-column: 1 / 4; grid-row: 1 / 4; }
.playlist-html-qr span:nth-child(2) { grid-column: 7 / 10; grid-row: 1 / 4; }
.playlist-html-qr span:nth-child(3) { grid-column: 1 / 4; grid-row: 7 / 10; }
.playlist-html-qr span:nth-child(4) { grid-column: 5 / 6; grid-row: 4 / 5; }
.playlist-html-qr span:nth-child(5) { grid-column: 4 / 8; grid-row: 6 / 7; }
.playlist-html-qr span:nth-child(6) { grid-column: 6 / 7; grid-row: 8 / 9; }
.playlist-html-qr span:nth-child(7) {
  grid-column: 3 / 8;
  grid-row: 5 / 6;
  background:
    linear-gradient(90deg, #111 0 18%, transparent 18% 34%, #111 34% 46%, transparent 46% 64%, #111 64% 100%);
}

.playlist-html-share-card > p {
  margin: 0;
  color: #6e7f76;
  font-size: 0.78rem;
  text-align: center;
}

.playlist-html-socials {
  justify-content: space-between;
  gap: 10px;
}

.playlist-html-socials span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
}

.playlist-html-socials .facebook { background: #2364d8; }
.playlist-html-socials .instagram { background: linear-gradient(135deg, #f4c155, #e1397f 52%, #6d5df7); }
.playlist-html-socials .whatsapp { background: #22bf62; }
.playlist-html-socials .telegram { background: #32aee9; }
.playlist-html-socials .x { background: #090909; }

.playlist-html-copy-link {
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(15, 86, 54, 0.16);
  border-radius: 8px;
}

.playlist-html-copy-link span {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  padding: 11px 12px;
  border: 1px solid rgba(15, 86, 54, 0.12);
  border-radius: 7px;
  color: #66766f;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playlist-html-copy-link button,
.playlist-html-playlist-head button,
.playlist-html-song-actions button,
.playlist-html-inline-player button,
.playlist-html-gift-card button {
  border: 0;
  cursor: default;
  font-family: var(--font-ui);
}

.playlist-html-copy-link button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--playlist-green);
  border-radius: 7px;
  background: #ffffff;
  color: #087a47;
  font-size: 0.8rem;
  font-weight: 760;
}

.playlist-html-green-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #12a85f, #22bf6c);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(18, 168, 95, 0.22);
}

.playlist-html-green-button::before {
  content: "▶";
  margin-right: 10px;
  font-size: 0.8rem;
}

.playlist-html-player-card {
  display: grid;
  justify-items: center;
  border: 1px solid rgba(18, 168, 95, 0.55);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(3, 40, 30, 0.96), rgba(1, 18, 14, 0.98)),
    #031711;
  box-shadow: 0 24px 60px rgba(0, 27, 19, 0.35);
}

.playlist-html-player-card-vertical {
  width: min(100%, 260px);
  min-height: 402px;
  padding: 30px 24px 26px;
}

.playlist-html-player-card-wide {
  min-height: 266px;
  padding: 28px 42px 22px;
}

.playlist-html-player-note {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 1px solid rgba(38, 230, 129, 0.42);
  border-radius: 999px;
  background: rgba(22, 168, 95, 0.18);
  color: #23e782;
  box-shadow: 0 0 24px rgba(34, 231, 130, 0.28);
  font-size: 2rem;
}

.playlist-html-player-card h2,
.playlist-html-player-card h3 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.playlist-html-player-card h2 {
  font-size: 1.86rem;
}

.playlist-html-player-card h3 {
  font-size: 1.35rem;
}

.playlist-html-player-card p {
  margin: 6px 0 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 420;
}

.playlist-html-wave {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  width: min(100%, 380px);
  height: 38px;
  margin: 14px auto 0;
  color: #7cf09d;
  filter: drop-shadow(0 0 10px rgba(124, 240, 157, 0.32));
}

.playlist-html-wave span {
  flex: 0 0 3px;
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(147, 247, 172, 0.2), currentColor, rgba(147, 247, 172, 0.2));
  opacity: 0.86;
  transform: scaleY(0.9);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
  will-change: transform;
}

.playlist-html-wave span:nth-child(2),
.playlist-html-wave span:nth-child(11) {
  height: 24px;
}

.playlist-html-wave span:nth-child(3),
.playlist-html-wave span:nth-child(7),
.playlist-html-wave span:nth-child(10) {
  height: 31px;
}

.playlist-html-wave span:nth-child(5),
.playlist-html-wave span:nth-child(8) {
  height: 12px;
}

.playlist-html-wave span:nth-child(6),
.playlist-html-wave span:nth-child(12),
.playlist-html-wave span:nth-child(18),
.playlist-html-wave span:nth-child(24),
.playlist-html-wave span:nth-child(30) {
  height: 28px;
}

.playlist-html-wave span:nth-child(13),
.playlist-html-wave span:nth-child(21),
.playlist-html-wave span:nth-child(29) {
  height: 10px;
}

.playlist-html-wave span:nth-child(14),
.playlist-html-wave span:nth-child(22),
.playlist-html-wave span:nth-child(31) {
  height: 18px;
}

.playlist-html-wave span:nth-child(15),
.playlist-html-wave span:nth-child(19),
.playlist-html-wave span:nth-child(27) {
  height: 33px;
}

.playlist-html-wave span:nth-child(16),
.playlist-html-wave span:nth-child(25),
.playlist-html-wave span:nth-child(32) {
  height: 22px;
}

.playlist-html-wave span:nth-child(17),
.playlist-html-wave span:nth-child(23),
.playlist-html-wave span:nth-child(28) {
  height: 14px;
}

.playlist-html-wave span:nth-child(20),
.playlist-html-wave span:nth-child(26),
.playlist-html-wave span:nth-child(35) {
  height: 30px;
}

.playlist-html-wave span:nth-child(33),
.playlist-html-wave span:nth-child(34),
.playlist-html-wave span:nth-child(36) {
  height: 12px;
}

.playlist-html-progress {
  width: min(100%, 390px);
  height: 5px;
  margin-top: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.playlist-html-progress span {
  display: block;
  position: relative;
  width: 52%;
  height: 100%;
  border-radius: inherit;
  background: #20df80;
}

.playlist-html-progress span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #20df80;
  transform: translateY(-50%);
}

.playlist-html-time {
  width: min(100%, 390px);
  margin-top: 8px;
  color: #ffffff;
  font-size: 0.8rem;
}

.playlist-html-controls {
  justify-content: center;
  gap: 42px;
  margin-top: 18px;
  color: #ffffff;
  font-size: 1.35rem;
}

.playlist-html-play {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 1px solid #19e77e;
  border-radius: 999px;
  background: rgba(25, 231, 126, 0.14);
  box-shadow: 0 0 28px rgba(25, 231, 126, 0.3);
}

.playlist-html-playlist-card {
  display: grid;
  gap: 12px;
  width: min(100%, 330px);
  padding: 18px;
}

.playlist-html-playlist-head button {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(18, 168, 95, 0.14);
  border-radius: 999px;
  background: #f1fbf6;
  color: #087a47;
  font-size: 0.68rem;
  font-weight: 800;
}

.playlist-html-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(15, 86, 54, 0.12);
  border-radius: 999px;
  color: #9aa7a1;
}

.playlist-html-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: #8a9992;
  font-size: 0.78rem;
  outline: 0;
}

.playlist-html-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.playlist-html-tabs span {
  min-width: 0;
  padding: 8px 9px;
  overflow: hidden;
  border: 1px solid rgba(15, 86, 54, 0.12);
  border-radius: 999px;
  color: #73827b;
  font-size: 0.68rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playlist-html-tabs .active {
  background: linear-gradient(135deg, #119957, #18c470);
  color: #ffffff;
}

.playlist-html-song-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 10px;
  border: 1px solid rgba(15, 86, 54, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 72, 48, 0.06);
}

.playlist-html-song-row.compact {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
}

.playlist-html-song-row strong,
.playlist-html-song-card strong {
  display: block;
  overflow: hidden;
  color: #0f211b;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playlist-html-song-row button {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--playlist-green);
  color: #ffffff;
}

.playlist-html-song-row b {
  color: #7e8c86;
  font-weight: 500;
}

.playlist-html-song-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 14px;
  padding: 14px;
  border: 1px solid rgba(18, 168, 95, 0.22);
  border-radius: 8px;
  background: #ffffff;
}

.playlist-html-song-card .playlist-html-cover {
  grid-row: span 4;
}

.playlist-html-badge {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e8fbf1;
  color: #10814d;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.playlist-html-inline-player {
  gap: 8px;
  min-width: 0;
}

.playlist-html-inline-player button {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--playlist-green);
  color: #ffffff;
}

.playlist-html-inline-player span {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9bd6bb 0 20%, #d7e1dc 20%);
}

.playlist-html-inline-player small {
  color: #677871;
  font-size: 0.72rem;
}

.playlist-html-song-actions {
  grid-column: 2;
  gap: 8px;
}

.playlist-html-song-actions button {
  flex: 1;
  min-height: 34px;
  border: 1px solid rgba(18, 168, 95, 0.24);
  border-radius: 7px;
  background: #ffffff;
  color: #087a47;
  font-size: 0.72rem;
  font-weight: 760;
}

.playlist-html-action-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.playlist-html-action-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 14px;
  align-content: center;
  min-height: 124px;
  padding: 20px;
}

.playlist-html-action-grid article p {
  grid-column: 2;
}

.playlist-html-action-grid .playlist-html-icon {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
}

@media (min-width: 861px) {
  .playlist-html-action-grid article {
    min-height: 132px;
  }
}

.playlist-html-phone {
  justify-self: center;
  width: min(100%, 310px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  filter: drop-shadow(0 28px 58px rgba(8, 34, 24, 0.18));
  transform: rotate(8deg);
}

.playlist-html-phone img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 596 / 810;
  object-fit: contain;
}

.playlist-html-check-list {
  display: grid;
  gap: 9px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.playlist-html-check-list li {
  position: relative;
  padding-left: 28px;
  color: #41534b;
  font-size: 0.94rem;
  line-height: 1.45;
}

.playlist-html-check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--playlist-green);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
}

.playlist-html-check-list.dark li {
  color: rgba(255, 255, 255, 0.88);
}

.playlist-html-occasion-group {
  display: grid;
  gap: 22px;
}

.playlist-html-occasion-group h3,
.playlist-html-devices h3,
.playlist-html-how h3 {
  margin: 0;
  color: var(--playlist-green-dark);
  font-size: 1.1rem;
  font-weight: 800;
}

.playlist-html-occasion-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.playlist-html-occasion-grid span {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 16px 18px;
  font-size: 0.82rem;
}

.playlist-html-occasion-grid b,
.playlist-html-gift-mini b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e8fbf1;
  color: var(--playlist-green);
}

.playlist-html-gift-mini span {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 92px;
  padding: 14px 10px 12px;
  border-radius: 8px;
  color: #24362f;
  font-size: 0.74rem;
  font-weight: 780;
  line-height: 1.18;
  text-align: center;
}

.playlist-html-gift-mini .playlist-html-icon {
  width: 36px;
  height: 36px;
  flex: none;
  font-size: 1.15rem;
  box-shadow: 0 10px 22px rgba(20, 112, 68, 0.08);
}

.playlist-html-devices {
  display: grid;
  gap: 16px;
}

.playlist-html-public .playlist-html-devices h3 {
  color: #ffffff;
}

.playlist-html-devices article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
}

.playlist-html-devices .playlist-html-icon {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  background: rgba(22, 168, 95, 0.16);
  color: #37e690;
}

.playlist-html-devices strong {
  color: #ffffff;
}

.playlist-html-gift-mini {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
}

.playlist-html-gift-mini span {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 86px;
  padding: 13px 10px;
  color: #344840;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.playlist-html-gift-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 34px;
  align-items: center;
}

.playlist-html-gift-cards figure {
  display: grid;
  gap: 10px;
  margin: 0;
  text-align: center;
}

.playlist-html-gift-cards figcaption {
  color: #167145;
  font-size: 0.82rem;
  font-weight: 700;
}

.playlist-html-gift-card {
  display: grid;
  min-height: 300px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(18, 168, 95, 0.45);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(6, 42, 31, 0.94), rgba(2, 21, 16, 0.98)),
    #031812;
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(7, 31, 23, 0.22);
}

.playlist-html-gift-card-image {
  display: block;
  width: min(100%, 300px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  filter: drop-shadow(0 22px 46px rgba(7, 31, 23, 0.18));
}

.playlist-html-gift-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 411 / 607;
  object-fit: contain;
}

.playlist-html-gift-card > span {
  color: #22e184;
  font-size: 1.5rem;
}

.playlist-html-gift-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
}

.playlist-html-gift-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

.playlist-html-gift-box {
  display: inline-flex;
  width: 104px;
  height: 78px;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(51, 255, 146, 0.3), transparent 50%),
    linear-gradient(180deg, #0cad60, #034528);
  box-shadow: 0 0 30px rgba(34, 225, 132, 0.32);
  color: #ffffff;
}

.playlist-html-gift-card button {
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #12a85f, #25d177);
  color: #ffffff;
  font-weight: 800;
}

.playlist-html-gift-card.back small {
  color: #31e791;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.playlist-html-gift-qr-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 8px;
  aspect-ratio: 411 / 607;
  object-fit: contain;
}

.playlist-html-how {
  display: grid;
  gap: 18px;
}

.playlist-html-benefits {
  padding: 38px 0 54px;
}

.playlist-html-benefits h2 {
  margin-bottom: 30px;
  font-size: 2.3rem;
  text-align: center;
}

.playlist-html-benefit-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.playlist-html-benefit-grid article {
  display: grid;
  justify-items: start;
  gap: 10px;
  min-height: 150px;
  padding: 22px;
}

.playlist-html-faq {
  padding: 58px 0 68px;
}

.playlist-html-faq .playlist-html-kicker,
.playlist-html-faq h2,
.playlist-html-faq-lead {
  text-align: center;
}

.playlist-html-faq h2 {
  margin: 10px 0 18px;
  font-size: 4.8rem;
  line-height: 1;
}

.playlist-html-faq .playlist-html-faq-lead {
  width: min(780px, 100%);
  max-width: 780px;
  margin: 0 auto 38px;
  color: #43564e;
  font-size: 1.15rem;
  line-height: 1.55;
  text-align: center;
}

.playlist-html-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.playlist-html-faq-grid details {
  min-height: 112px;
  padding: 0;
  overflow: hidden;
}

.playlist-html-faq-grid summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 22px 28px;
  cursor: pointer;
  list-style: none;
}

.playlist-html-faq-grid summary::-webkit-details-marker {
  display: none;
}

.playlist-html-faq-grid summary::after {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--playlist-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.18s ease;
}

.playlist-html-faq-grid details[open] summary::after {
  transform: rotate(180deg);
}

.playlist-html-faq-grid summary:focus-visible {
  outline: 2px solid rgba(18, 168, 95, 0.32);
  outline-offset: -4px;
}

.playlist-html-faq-grid .playlist-html-icon {
  width: 56px;
  height: 56px;
}

.playlist-html-faq-grid p {
  margin: -2px 28px 24px 102px;
  font-size: 1rem;
}

.playlist-html-faq-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  padding: 28px 34px;
  border: 1px solid rgba(18, 168, 95, 0.1);
  border-radius: 8px;
  background: linear-gradient(90deg, #eefaf4, #ffffff);
  box-shadow: 0 16px 42px rgba(27, 70, 48, 0.08);
}

.playlist-html-faq-callout .playlist-html-icon {
  width: 72px;
  height: 72px;
  font-size: 2.1rem;
}

.playlist-html-faq-callout strong {
  color: #10251d;
  font-size: 1.25rem;
  font-weight: 800;
}

.playlist-html-faq-callout p {
  margin-top: 8px;
}

.playlist-html-faq-callout .playlist-html-wave {
  width: 100%;
  height: 58px;
}

@media (max-width: 1320px) {
  .playlist-html-copy h1 {
    max-width: 760px;
  }

  .playlist-html-copy h2 {
    max-width: 720px;
  }

  .playlist-html-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .playlist-html-phone {
    transform: none;
  }

  .playlist-html-public-grid,
  .playlist-html-share-grid,
  .playlist-html-gift-grid {
    align-items: start;
  }
}

@media (max-width: 1080px) {
  .playlist-html-action-grid,
  .playlist-html-benefit-grid,
  .playlist-html-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .playlist-html-flow::before,
  .playlist-html-flow::after {
    display: none;
  }

  .playlist-html-mini-grid,
  .playlist-html-gift-mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .playlist-html-faq h2 {
    font-size: 3.6rem;
  }

  .playlist-html-faq-callout {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .playlist-html-faq-callout .playlist-html-wave {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .playlist-html-main {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .playlist-html-section {
    padding: 38px 0;
  }

  .playlist-html-inner {
    width: min(calc(100% - 28px), 720px);
  }

  .playlist-html-copy h1 {
    font-size: 2.9rem;
  }

  .playlist-html-copy h2 {
    font-size: 2.3rem;
  }

  .playlist-html-flow,
  .playlist-html-action-grid,
  .playlist-html-benefit-grid,
  .playlist-html-faq-grid,
  .playlist-html-mini-grid,
  .playlist-html-gift-mini,
  .playlist-html-occasion-grid,
  .playlist-html-gift-cards {
    grid-template-columns: 1fr;
  }

  .playlist-html-flow-item {
    justify-items: stretch;
  }

  .playlist-html-share-card,
  .playlist-html-player-card-vertical,
  .playlist-html-playlist-card,
  .playlist-html-share-large {
    width: 100%;
  }

  .playlist-html-player-card-wide {
    padding: 26px 18px 22px;
  }

  .playlist-html-action-grid article,
  .playlist-html-faq-grid details {
    min-height: 0;
  }

  .playlist-html-faq h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 520px) {
  .playlist-html-copy h1 {
    font-size: 2.45rem;
  }

  .playlist-html-copy h2,
  .playlist-html-benefits h2 {
    font-size: 2rem;
  }

  .playlist-html-faq h2 {
    font-size: 2.35rem;
  }

  .playlist-html-mini-card,
  .playlist-html-action-grid article,
  .playlist-html-benefit-grid article,
  .playlist-html-faq-callout {
    padding: 18px;
  }

  .playlist-html-song-card {
    grid-template-columns: 1fr;
  }

  .playlist-html-song-card .playlist-html-cover {
    grid-row: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .playlist-html-song-actions {
    grid-column: 1;
  }

  .playlist-html-phone {
    width: min(100%, 300px);
  }

.playlist-html-faq-callout {
  grid-template-columns: 1fr;
  justify-items: start;
}
}

.playlist-html-title-mobile,
.playlist-html-copy-mobile,
.playlist-html-mobile-share-check,
.playlist-html-mobile-public-check,
.playlist-html-mobile-flow-strip {
  display: none;
}

@media (max-width: 860px) {
  .playlist-html-page .seo-page-shell {
    background: #ffffff;
  }

  .playlist-html-main {
    --playlist-mobile-card-width: min(430px, calc(100vw - 10px));
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 6px 0 12px;
    overflow: visible;
    background: #ffffff;
  }

  .playlist-html-section {
    width: var(--playlist-mobile-card-width);
    margin: 8px auto 14px;
    padding: 30px 22px 26px;
    border: 1px solid rgba(20, 108, 70, 0.14);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(22, 65, 44, 0.08);
    overflow: hidden;
  }

  .playlist-html-section::before {
    display: none;
  }

  .playlist-html-inner {
    width: 100%;
  }

  .playlist-html-hero-grid,
  .playlist-html-mobile-grid,
  .playlist-html-share-grid,
  .playlist-html-public-grid,
  .playlist-html-gift-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .playlist-html-benefits,
  .playlist-html-flow,
  .playlist-html-occasion-group,
  .playlist-html-share .playlist-html-copy .playlist-html-check-list,
  .playlist-html-public .playlist-html-copy .playlist-html-check-list {
    display: none;
  }

  .playlist-html-title-desktop,
  .playlist-html-copy-desktop {
    display: none;
  }

  .playlist-html-title-mobile,
  .playlist-html-copy-mobile,
  .playlist-html-mobile-share-check,
  .playlist-html-mobile-public-check {
    display: block;
  }

  .playlist-html-copy {
    gap: 14px;
  }

  .playlist-html-kicker {
    min-height: 28px;
    margin: 0 0 8px;
    color: var(--playlist-green);
    font-size: 0.77rem;
    font-weight: 850;
  }

  .playlist-html-copy h1,
  .playlist-html-copy h2,
  .playlist-html-faq h2 {
    max-width: 100%;
    margin: 0;
    font-size: clamp(2.05rem, 8.8vw, 2.75rem);
    line-height: 0.98;
  }

  .playlist-html-copy p,
  .playlist-html-faq-lead {
    max-width: 100%;
    margin: 0;
    color: #263b33;
    font-size: clamp(0.9rem, 3.55vw, 1.02rem);
    line-height: 1.55;
  }

  .playlist-html-mini-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .playlist-html-mini-card {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 8px 18px;
    align-items: center;
    min-height: 126px;
    padding: 22px 24px;
    border-radius: 12px;
  }

  .playlist-html-mini-card .playlist-html-icon {
    grid-row: span 2;
    width: 66px;
    height: 66px;
    font-size: 1.9rem;
  }

  .playlist-html-mini-card .playlist-html-number {
    display: none;
  }

  .playlist-html-mini-card strong,
  .playlist-html-action-grid strong {
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .playlist-html-mini-card p {
    grid-column: 2;
    font-size: 0.9rem;
  }

  .playlist-html-mobile-flow-strip {
    display: grid;
    gap: 20px;
    margin-top: 34px;
  }

  .playlist-html-mobile-flow-strip > strong {
    color: var(--playlist-green);
    font-size: 0.92rem;
    font-weight: 850;
  }

  .playlist-html-mobile-flow-strip > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
  }

  .playlist-html-mobile-flow-strip span {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 10px;
    min-width: 0;
    color: #12271f;
    font-size: 0.78rem;
    font-weight: 500;
    text-align: center;
  }

  .playlist-html-mobile-flow-strip b {
    font-weight: 500;
  }

  .playlist-html-mobile-flow-strip span + span::before {
    content: "";
    position: absolute;
    top: 26px;
    right: calc(50% + 34px);
    width: 36px;
    height: 1px;
    background: rgba(18, 168, 95, 0.32);
  }

  .playlist-html-mobile-flow-strip .playlist-html-icon {
    width: 58px;
    height: 58px;
    font-style: normal;
    font-size: 1.4rem;
    box-shadow: 0 14px 30px rgba(20, 72, 48, 0.08);
  }

  .playlist-html-mobile-grid .playlist-html-copy {
    order: 1;
  }

  .playlist-html-phone {
    order: 2;
    width: min(100%, 292px);
    margin: 2px auto 4px;
    border-radius: 14px;
    transform: none;
    filter: drop-shadow(0 16px 30px rgba(15, 54, 38, 0.12));
  }

  .playlist-html-phone img {
    aspect-ratio: auto;
    border-radius: 14px;
  }

  .playlist-html-action-grid {
    order: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2px;
  }

  .playlist-html-action-grid article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 2px 12px;
    align-items: center;
    min-height: 64px;
    padding: 9px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(20, 108, 70, 0.12);
    background: transparent;
    box-shadow: none;
  }

  .playlist-html-action-grid article::after {
    display: none;
  }

  .playlist-html-action-grid .playlist-html-icon {
    grid-row: span 2;
    width: 36px;
    height: 36px;
    font-size: 1.05rem;
  }

  .playlist-html-action-grid article p {
    grid-column: 2;
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .playlist-html-share-large-image {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .playlist-html-share-large-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    filter: drop-shadow(0 18px 32px rgba(20, 54, 39, 0.12));
  }

  .playlist-html-mobile-share-check,
  .playlist-html-mobile-public-check,
  .playlist-html-how .playlist-html-check-list {
    display: grid;
    gap: 12px;
    margin: 4px 0 0;
    padding: 0;
  }

  .playlist-html-check-list li {
    align-items: start;
    color: #20362e;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .playlist-html-public {
    color: var(--playlist-ink);
    background: #ffffff;
  }

  .playlist-html-public .playlist-html-copy p,
  .playlist-html-public .playlist-html-copy h2,
  .playlist-html-public .playlist-html-kicker {
    color: inherit;
  }

  .playlist-html-public .playlist-html-kicker {
    color: var(--playlist-green);
  }

  .playlist-html-player-card-wide {
    width: min(100%, 330px);
    margin: 8px auto 0;
    padding: 28px 20px 24px;
    border-radius: 14px;
  }

  .playlist-html-devices {
    display: none;
  }

  .playlist-html-devices article {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 4px 10px;
    align-items: center;
    min-height: 0;
  }

  .playlist-html-devices .playlist-html-icon {
    grid-row: span 2;
    width: 24px;
    height: 24px;
  }

  .playlist-html-gift-mini {
    display: none;
  }

  .playlist-html-gift-cards {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 10px;
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .playlist-html-gift-cards figure {
    display: grid;
    gap: 8px;
    justify-items: center;
    width: min(46%, 132px);
    margin: 0;
  }

  .playlist-html-gift-cards figcaption {
    font-size: 0.78rem;
    line-height: 1.1;
  }

  .playlist-html-gift-card-image {
    width: 100%;
    filter: drop-shadow(0 16px 24px rgba(16, 56, 38, 0.14));
  }

  .playlist-html-gift-cards figure:first-child .playlist-html-gift-card-image {
    transform: rotate(-1.5deg);
  }

  .playlist-html-gift-cards figure:last-child .playlist-html-gift-card-image {
    transform: rotate(1.5deg);
  }

  .playlist-html-how {
    margin-top: 2px;
  }

  .playlist-html-faq {
    padding-bottom: 22px;
  }

  .playlist-html-faq-lead {
    display: none;
  }

  .playlist-html-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .playlist-html-faq-grid details {
    min-height: 0;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(20, 64, 43, 0.05);
  }

  .playlist-html-faq-grid summary {
    min-height: 48px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 11px 14px;
  }

  .playlist-html-faq-grid summary .playlist-html-icon {
    display: none;
  }

  .playlist-html-faq-grid summary strong {
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.28;
  }

  .playlist-html-faq-grid p {
    margin: -4px 14px 14px;
    font-size: 0.82rem;
  }

  .playlist-html-faq-callout {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    margin-top: 22px;
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(90deg, #eefaf4, #ffffff);
  }

  .playlist-html-faq-callout .playlist-html-icon {
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
  }

  .playlist-html-faq-callout .playlist-html-wave {
    display: none;
  }
}

/* Cadou muzical SEO page */
.cadou-html-page .seo-page-shell {
  gap: 0;
  overflow: visible;
}

.cadou-html-page .top-nav {
  position: relative;
  z-index: 20;
  margin-bottom: 0;
}

body.cadou-html-page {
  background: #ffffff;
}

body.cadou-html-page::before {
  display: none;
}

.cadou-html-main {
  --cadou-green: #0b9d5d;
  --cadou-green-dark: #04663d;
  --cadou-green-soft: #eaf8f0;
  --cadou-ink: #0b2018;
  --cadou-muted: #52645c;
  --cadou-line: rgba(14, 113, 70, 0.14);
  --cadou-peach: #fff0e8;
  --cadou-shadow: 0 18px 42px rgba(18, 74, 45, 0.09);
  --cadou-icon: url("/lucide-music-4.svg");
  display: flex;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  color: var(--cadou-ink);
}

@media (min-width: 861px) {
  .cadou-html-main {
    width: calc(100vw / var(--desktop-ui-scale));
    margin-left: calc(50% - 50vw / var(--desktop-ui-scale));
  }
}

.cadou-html-section {
  position: relative;
  padding: 48px 0;
  border-top: 1px solid rgba(20, 90, 58, 0.08);
  background: #ffffff;
}

.cadou-html-hero {
  order: 1;
  margin-top: -8px;
  padding: 78px 0 54px;
  border-top: 0;
}

.cadou-html-occasions {
  order: 2;
}

.cadou-html-delivery {
  order: 3;
}

.cadou-html-callout {
  order: 4;
  padding: 36px 0 50px;
}

.cadou-html-flow {
  order: 5;
}

.cadou-html-recipient {
  order: 6;
}

.cadou-html-personalize {
  order: 7;
}

.cadou-html-faq {
  order: 8;
  padding-bottom: 64px;
}

.cadou-html-inner {
  width: min(calc(100% - 112px), 1320px);
  margin: 0 auto;
}

.cadou-html-hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 0.68fr);
  align-items: center;
  gap: 28px;
}

.cadou-html-hero-copy,
.cadou-html-copy,
.cadou-html-section-head {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.cadou-html-section-head-center {
  justify-items: center;
  text-align: center;
}

.cadou-html-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.cadou-html-pill-row span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(11, 157, 93, 0.18);
  border-radius: 999px;
  background: #f2faf5;
  color: #26433a;
  font-size: 0.86rem;
  font-weight: 680;
}

.cadou-html-pill-row span:first-child {
  background: #ffffff;
  color: var(--cadou-green);
}

.cadou-html-kicker {
  margin: 0;
  color: #55665f;
  font-size: 0.83rem;
  font-weight: 620;
  letter-spacing: 0;
}

.cadou-html-hero h1,
.cadou-html-copy h2,
.cadou-html-section-head h2,
.cadou-html-callout-panel h2 {
  margin: 0;
  color: var(--cadou-ink);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.cadou-html-hero h1 {
  max-width: 700px;
  font-size: 4.85rem;
}

.cadou-html-hero h1 span {
  display: block;
  color: var(--cadou-green);
}

.cadou-html-copy h2,
.cadou-html-section-head h2 {
  max-width: 780px;
  font-size: 3.45rem;
}

.cadou-html-copy p,
.cadou-html-section-head p,
.cadou-html-proof-list p,
.cadou-html-step-grid p,
.cadou-html-mini-step-grid p,
.cadou-html-feature-stack p,
.cadou-html-number-list li,
.cadou-html-faq p,
.cadou-html-callout-panel p {
  margin: 0;
  color: var(--cadou-muted);
  font-size: 0.98rem;
  font-weight: 360;
  line-height: 1.62;
}

.cadou-html-hero-copy > p {
  max-width: 640px;
  margin: 0;
  font-size: 1.03rem;
}

.cadou-html-proof-list {
  display: grid;
  gap: 14px;
  margin-top: 4px;
}

.cadou-html-proof-list article,
.cadou-html-feature-stack article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.cadou-html-proof-list strong,
.cadou-html-step-grid h2,
.cadou-html-mini-step-grid h2,
.cadou-html-feature-stack strong {
  margin: 0;
  color: #10251d;
  font-size: 1.14rem;
  font-weight: 760;
  line-height: 1.22;
}

.cadou-html-feature-stack strong {
  font-size: 0.98rem;
}

.cadou-html-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(11, 157, 93, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, #effaf4, #ffffff);
  color: var(--cadou-green);
  box-shadow: 0 10px 22px rgba(20, 119, 73, 0.08);
}

.cadou-html-icon::before,
.cadou-html-button-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: var(--cadou-icon) center / contain no-repeat;
  mask: var(--cadou-icon) center / contain no-repeat;
}

.cadou-html-icon-music,
.cadou-html-button-icon-play {
  --cadou-icon: url("/lucide-music-4.svg");
}

.cadou-html-icon-heart {
  --cadou-icon: url("/lucide-heart.svg");
}

.cadou-html-icon-gift,
.cadou-html-button-icon-gift {
  --cadou-icon: url("/lucide-gift.svg");
}

.cadou-html-icon-link {
  --cadou-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.83-2.83a5 5 0 0 0-7.07-7.07L11.5 4.43'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.1 13.83a5 5 0 0 0 7.07 7.07l1.33-1.33'/%3E%3C/svg%3E");
}

.cadou-html-icon-send {
  --cadou-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2 11 13'/%3E%3Cpath d='m22 2-7 20-4-9-9-4z'/%3E%3C/svg%3E");
}

.cadou-html-icon-card {
  --cadou-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M7 9h4'/%3E%3Cpath d='M7 13h2'/%3E%3Cpath d='M15 12h2'/%3E%3Cpath d='M15 15h2'/%3E%3C/svg%3E");
}

.cadou-html-icon-spark {
  --cadou-icon: url("/lucide-sparkles.svg");
}

.cadou-html-icon-people {
  --cadou-icon: url("/lucide-heart.svg");
}

.cadou-html-icon-party {
  --cadou-icon: url("/lucide-gift.svg");
}

.cadou-html-icon-message {
  --cadou-icon: url("/lucide-message-circle.svg");
}

.cadou-html-button-icon-play {
  --cadou-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='8 5 19 12 8 19 8 5'/%3E%3C/svg%3E");
}

.cadou-html-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 10px;
}

.cadou-html-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
}

.cadou-html-button-primary {
  border: 1px solid rgba(5, 116, 66, 0.12);
  background: linear-gradient(180deg, #19b86d, #078d52);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(8, 137, 79, 0.22);
}

.cadou-html-button-secondary {
  border: 1px solid rgba(11, 157, 93, 0.68);
  background: #ffffff;
  color: #078a51;
}

.cadou-html-button-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.cadou-html-button-icon::before {
  width: 18px;
  height: 18px;
}

.cadou-html-hero-media {
  display: grid;
  justify-items: end;
  margin: 0;
}

.cadou-html-hero-media img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
}

.cadou-html-hero-mobile-stack {
  display: none;
}

.cadou-html-mini-title-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border-radius: 999px;
  background: #edf9f2;
}

.cadou-html-mini-title-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--cadou-green);
}

.cadou-html-mini-title-icon-link::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.83-2.83a5 5 0 0 0-7.07-7.07L11.5 4.43'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.1 13.83a5 5 0 0 0 7.07 7.07l1.33-1.33'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.83-2.83a5 5 0 0 0-7.07-7.07L11.5 4.43'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.1 13.83a5 5 0 0 0 7.07 7.07l1.33-1.33'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cadou-html-mini-title-icon-gift::before {
  -webkit-mask: url("/lucide-gift.svg") center / contain no-repeat;
  mask: url("/lucide-gift.svg") center / contain no-repeat;
}

.cadou-html-mini-title-icon-search::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cadou-html-mini-step-grid h2 {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cadou-html-occasion-grid,
.cadou-html-step-grid,
.cadou-html-mini-step-grid {
  display: grid;
  gap: 16px;
}

.cadou-html-occasion-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  padding: 0;
}

.cadou-html-occasion-grid li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 22px 20px;
  border: 1px solid var(--cadou-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--cadou-shadow);
  color: #344a40;
  list-style: none;
  font-size: 0.94rem;
  font-weight: 480;
  line-height: 1.45;
}

.cadou-html-delivery-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.62fr) minmax(300px, 1fr) minmax(180px, 0.56fr);
  gap: 28px;
  align-items: center;
}

.cadou-html-mini-step-grid,
.cadou-html-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cadou-html-mini-step-grid article,
.cadou-html-step-grid article,
.cadou-html-feature-stack article,
.cadou-html-number-list li,
.cadou-html-faq details {
  min-width: 0;
  border: 1px solid var(--cadou-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--cadou-shadow);
}

.cadou-html-mini-step-grid article,
.cadou-html-step-grid article {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 178px;
  padding: 28px 22px 22px;
}

.cadou-html-step-grid article {
  min-height: 224px;
  padding-top: 34px;
}

.cadou-html-step-grid .cadou-html-icon {
  position: absolute;
  top: 24px;
  left: 64px;
}

@media (min-width: 861px) {
  .cadou-html-step-grid article {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "number title"
      "copy copy";
    align-items: center;
    gap: 14px;
  }

  .cadou-html-step-grid .cadou-html-icon {
    position: static;
  }

  .cadou-html-step-grid h2 {
    display: flex;
    grid-area: title;
    gap: 12px;
    align-items: center;
    align-self: center;
  }

  .cadou-html-step-grid p {
    grid-area: copy;
  }

  .cadou-html-step-grid .cadou-html-step-number {
    grid-area: number;
  }

  #cum-functioneaza .cadou-html-step-grid h2 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 34px;
  }

  #cum-functioneaza .cadou-html-step-grid article > .cadou-html-icon + h2 {
    margin-top: -48px;
    margin-left: 44px;
    width: calc(100% - 44px);
  }

  #cum-functioneaza .cadou-html-step-grid h2 > .cadou-html-icon {
    flex: 0 0 auto;
  }
}

.cadou-html-step-number {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--cadou-peach);
  color: #b04634;
  font-size: 0.82rem;
  font-weight: 850;
}

.cadou-html-mini-step-grid .cadou-html-step-number {
  background: #dff6e9;
  color: #087448;
}

.cadou-html-print-preview {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin: 0;
}

.cadou-html-print-card-pair {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  width: min(100%, 320px);
}

.cadou-html-print-card-pair img {
  display: block;
  width: min(46%, 132px);
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(16, 56, 38, 0.14));
}

.cadou-html-print-card-pair img:first-child {
  transform: rotate(-1.5deg);
}

.cadou-html-print-card-pair img:last-child {
  transform: rotate(1.5deg);
}

.cadou-html-print-note {
  display: grid;
  justify-items: center;
  gap: 1px;
  margin: -2px 0 0;
  color: #315f52;
  font-family: "Segoe Script", "Bradley Hand ITC", cursive;
  font-size: 1.08rem;
  line-height: 1;
  transform: rotate(-4deg);
}

.cadou-html-print-arrow {
  position: relative;
  display: block;
  width: 74px;
  height: 34px;
  border-right: 1.8px solid #0b9d5d;
  border-bottom: 1.8px solid #0b9d5d;
  border-radius: 0 0 52px 0;
  transform: rotate(-18deg);
}

.cadou-html-print-arrow::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 9px;
  height: 9px;
  border-right: 1.8px solid #0b9d5d;
  border-bottom: 1.8px solid #0b9d5d;
  transform: rotate(8deg);
}

.cadou-html-recipient-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cadou-html-callout-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  border: 1px solid rgba(11, 157, 93, 0.18);
  border-radius: 8px;
  background: linear-gradient(90deg, #f0fbf4, #ffffff);
  box-shadow: 0 18px 44px rgba(20, 93, 58, 0.11);
}

.cadou-html-callout-icon {
  width: 76px;
  height: 76px;
  color: var(--cadou-green);
}

.cadou-html-callout-icon::before {
  width: 38px;
  height: 38px;
}

.cadou-html-callout-panel h2 {
  font-size: 2.1rem;
}

.cadou-html-flow .cadou-html-section-head {
  margin-bottom: 22px;
}

.cadou-html-recipient-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1fr);
  gap: 44px;
  align-items: center;
}

.cadou-html-recipient-image {
  width: min(100%, 470px);
  margin: 18px 0 0;
}

.cadou-html-feature-stack {
  display: grid;
  gap: 12px;
}

.cadou-html-feature-stack article {
  padding: 16px 18px;
}

.cadou-html-personalize-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(360px, 1fr);
  gap: 36px;
  align-items: center;
}

.cadou-html-number-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  counter-reset: cadou-item;
}

.cadou-html-number-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 15px 18px;
  border-radius: 0;
  box-shadow: none;
  list-style: none;
  counter-increment: cadou-item;
}

.cadou-html-number-list li:first-child {
  border-radius: 8px 8px 0 0;
}

.cadou-html-number-list li:last-child {
  border-radius: 0 0 8px 8px;
}

.cadou-html-number-list li + li {
  border-top: 0;
}

.cadou-html-number-list li::before {
  content: counter(cadou-item);
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--cadou-green);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 840;
}

.cadou-html-faq .cadou-html-section-head {
  margin-bottom: 14px;
}

@media (min-width: 861px) {
  .cadou-html-faq .cadou-html-section-head h2 {
    max-width: none;
    font-size: clamp(2.2rem, 3.7vw, 3.45rem);
    white-space: nowrap;
  }
}

.cadou-html-faq-list {
  display: grid;
  gap: 8px;
}

.cadou-html-faq details {
  padding: 14px 18px;
  box-shadow: none;
}

.cadou-html-faq summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  color: #12271e;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.32;
  list-style: none;
}

.cadou-html-faq summary::-webkit-details-marker {
  display: none;
}

.cadou-html-faq summary::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--cadou-green);
}

.cadou-html-faq summary::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--cadou-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cadou-html-faq details[open] summary::after {
  transform: rotate(180deg);
}

.cadou-html-faq p {
  margin: 8px 0 0 20px;
  font-size: 0.88rem;
}

@media (max-width: 860px) {
  .cadou-html-main {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .cadou-html-section,
  .cadou-html-hero {
    padding: 36px 0;
  }

  .cadou-html-inner {
    width: min(calc(100% - 28px), 720px);
  }

  .cadou-html-hero-grid,
  .cadou-html-delivery-grid,
  .cadou-html-recipient-grid,
  .cadou-html-personalize-grid,
  .cadou-html-step-grid,
  .cadou-html-mini-step-grid {
    grid-template-columns: 1fr;
  }

  .cadou-html-hero-grid {
    gap: 26px;
  }

  .cadou-html-hero-media,
  .cadou-html-print-preview {
    justify-items: start;
  }

  .cadou-html-hero h1 {
    font-size: 3.05rem;
  }

  .cadou-html-copy h2,
  .cadou-html-section-head h2 {
    font-size: 2.35rem;
  }

  .cadou-html-hero-copy > p,
  .cadou-html-copy p,
  .cadou-html-section-head p,
  .cadou-html-proof-list p,
  .cadou-html-step-grid p,
  .cadou-html-mini-step-grid p,
  .cadou-html-feature-stack p,
  .cadou-html-number-list li,
  .cadou-html-faq p,
  .cadou-html-callout-panel p {
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .cadou-html-occasion-grid {
    grid-template-columns: 1fr;
  }

  .cadou-html-occasion-grid li {
    min-height: 0;
  }

  .cadou-html-actions {
    align-items: stretch;
  }

  .cadou-html-button {
    width: 100%;
    min-height: 52px;
  }

  .cadou-html-callout-panel {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 22px;
  }

  .cadou-html-callout-icon {
    width: 64px;
    height: 64px;
  }

  .cadou-html-callout-panel h2 {
    font-size: 1.85rem;
  }

  .cadou-html-recipient-image,
  .cadou-html-print-preview {
    width: min(100%, 360px);
  }
}

@media (max-width: 520px) {
  .cadou-html-hero h1 {
    font-size: 2.58rem;
  }

  .cadou-html-copy h2,
  .cadou-html-section-head h2 {
    font-size: 2.05rem;
  }

  .cadou-html-pill-row span {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .cadou-html-proof-list article,
  .cadou-html-feature-stack article {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cadou-html-mini-step-grid article,
  .cadou-html-step-grid article,
  .cadou-html-occasion-grid li {
    padding: 18px;
  }

  .cadou-html-step-grid .cadou-html-icon {
    position: static;
  }

  .cadou-html-faq details {
    padding: 13px 14px;
  }

  .cadou-html-faq p {
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  body.cadou-html-page {
    --cadou-mobile-scale: 1;
    --cadou-mobile-gutter: 44px;
    --cadou-mobile-canvas: 390px;
  }

  .cadou-html-main {
    overflow: visible;
  }

  .cadou-html-hero {
    order: 1;
  }

  .cadou-html-occasions {
    order: 2;
  }

  .cadou-html-delivery {
    order: 3;
  }

  .cadou-html-flow {
    order: 4;
  }

  .cadou-html-recipient {
    order: 5;
  }

  .cadou-html-personalize {
    order: 6;
  }

  .cadou-html-faq {
    order: 7;
  }

  .cadou-html-callout {
    order: 8;
  }

  .cadou-html-section,
  .cadou-html-hero {
    padding: calc(28px * var(--cadou-mobile-scale)) 0;
  }

  .cadou-html-hero {
    margin-top: 0;
    padding-top: calc(22px * var(--cadou-mobile-scale));
  }

  .cadou-html-inner {
    width: min(calc(100% - var(--cadou-mobile-gutter)), var(--cadou-mobile-canvas));
  }

  .cadou-html-hero-grid,
  .cadou-html-delivery-grid,
  .cadou-html-recipient-grid,
  .cadou-html-personalize-grid {
    gap: calc(20px * var(--cadou-mobile-scale));
  }

  .cadou-html-hero-copy,
  .cadou-html-copy,
  .cadou-html-section-head {
    gap: calc(12px * var(--cadou-mobile-scale));
  }

  .cadou-html-section-head-center {
    justify-items: start;
    text-align: left;
  }

  .cadou-html-pill-row {
    gap: 7px;
  }

  .cadou-html-pill-row span {
    min-height: calc(28px * var(--cadou-mobile-scale));
    padding: 0 calc(10px * var(--cadou-mobile-scale));
    font-size: calc(0.72rem * var(--cadou-mobile-scale));
  }

  .cadou-html-kicker {
    font-size: calc(0.8rem * var(--cadou-mobile-scale));
  }

  .cadou-html-hero h1 {
    width: 100%;
    max-width: none;
    font-size: calc(2.62rem * var(--cadou-mobile-scale));
    line-height: 0.97;
    text-wrap: balance;
  }

  .cadou-html-copy h2,
  .cadou-html-section-head h2 {
    width: 100%;
    max-width: none;
    font-size: calc(2.05rem * var(--cadou-mobile-scale));
    line-height: 0.98;
    text-wrap: balance;
  }

  .cadou-html-recipient .cadou-html-copy h2 {
    max-width: none;
  }

  .cadou-html-faq .cadou-html-section-head h2 {
    max-width: none;
    white-space: normal;
  }

  .cadou-html-hero-copy > p,
  .cadou-html-copy p,
  .cadou-html-section-head p,
  .cadou-html-proof-list p,
  .cadou-html-step-grid p,
  .cadou-html-mini-step-grid p,
  .cadou-html-feature-stack p,
  .cadou-html-number-list li,
  .cadou-html-faq p,
  .cadou-html-callout-panel p {
    font-size: calc(0.93rem * var(--cadou-mobile-scale));
    line-height: 1.55;
  }

  .cadou-html-proof-list {
    gap: calc(13px * var(--cadou-mobile-scale));
    margin-top: calc(8px * var(--cadou-mobile-scale));
  }

  .cadou-html-proof-list article,
  .cadou-html-feature-stack article {
    grid-template-columns: auto minmax(0, 1fr);
    gap: calc(13px * var(--cadou-mobile-scale));
    align-items: start;
  }

  .cadou-html-proof-list strong,
  .cadou-html-step-grid h2,
  .cadou-html-mini-step-grid h2,
  .cadou-html-feature-stack strong {
    font-size: calc(1.12rem * var(--cadou-mobile-scale));
    line-height: 1.18;
  }

  .cadou-html-proof-list strong,
  .cadou-html-feature-stack strong {
    font-size: calc(0.98rem * var(--cadou-mobile-scale));
    line-height: 1.22;
  }

  .cadou-html-icon {
    width: calc(42px * var(--cadou-mobile-scale));
    height: calc(42px * var(--cadou-mobile-scale));
  }

  .cadou-html-icon::before {
    width: calc(20px * var(--cadou-mobile-scale));
    height: calc(20px * var(--cadou-mobile-scale));
  }

  .cadou-html-actions {
    display: grid;
    gap: calc(10px * var(--cadou-mobile-scale));
    margin-top: calc(10px * var(--cadou-mobile-scale));
  }

  .cadou-html-button {
    min-height: calc(52px * var(--cadou-mobile-scale));
    padding: 0 calc(18px * var(--cadou-mobile-scale));
    font-size: calc(0.93rem * var(--cadou-mobile-scale));
  }

  .cadou-html-hero-media {
    justify-items: center;
    width: 100%;
    margin-top: calc(2px * var(--cadou-mobile-scale));
  }

  .cadou-html-hero-desktop-img {
    display: none !important;
  }

  .cadou-html-hero-mobile-stack {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: calc(12px * var(--cadou-mobile-scale));
    width: min(100%, calc(292px * var(--cadou-mobile-scale)));
  }

  .cadou-html-hero-mobile-stack img {
    display: block;
    width: min(45%, calc(124px * var(--cadou-mobile-scale)));
    height: auto;
    border-radius: calc(8px * var(--cadou-mobile-scale));
    object-fit: contain;
    filter: drop-shadow(0 16px 24px rgba(16, 56, 38, 0.14));
  }

  .cadou-html-occasion-grid {
    display: grid;
    gap: calc(12px * var(--cadou-mobile-scale));
    margin-top: calc(16px * var(--cadou-mobile-scale));
  }

  .cadou-html-occasion-grid li,
  .cadou-html-mini-step-grid article,
  .cadou-html-step-grid article,
  .cadou-html-feature-stack article,
  .cadou-html-number-list li,
  .cadou-html-faq details {
    border-color: rgba(14, 113, 70, 0.12);
    border-radius: calc(14px * var(--cadou-mobile-scale));
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(18, 74, 45, 0.06);
  }

  .cadou-html-occasion-grid li {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: calc(86px * var(--cadou-mobile-scale));
    padding: calc(17px * var(--cadou-mobile-scale));
    font-size: calc(0.9rem * var(--cadou-mobile-scale));
  }

  .cadou-html-mini-step-grid,
  .cadou-html-step-grid {
    gap: calc(14px * var(--cadou-mobile-scale));
  }

  .cadou-html-mini-step-grid article,
  .cadou-html-step-grid article {
    min-height: 0;
    padding: calc(22px * var(--cadou-mobile-scale));
  }

  .cadou-html-mini-step-grid article {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "copy";
    gap: calc(12px * var(--cadou-mobile-scale));
    align-items: center;
  }

  .cadou-html-mini-step-grid article::after {
    display: none;
  }

  .cadou-html-mini-step-grid article h2::before {
    display: none;
  }

  .cadou-html-mini-step-grid article h2::after {
    display: none;
  }

  .cadou-html-mini-step-grid article:nth-child(1) h2::after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.83-2.83a5 5 0 0 0-7.07-7.07L11.5 4.43'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.1 13.83a5 5 0 0 0 7.07 7.07l1.33-1.33'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.83-2.83a5 5 0 0 0-7.07-7.07L11.5 4.43'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.1 13.83a5 5 0 0 0 7.07 7.07l1.33-1.33'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .cadou-html-mini-step-grid article:nth-child(2) h2::after {
    -webkit-mask: url("/lucide-gift.svg") center / contain no-repeat;
    mask: url("/lucide-gift.svg") center / contain no-repeat;
  }

  .cadou-html-mini-step-grid article:nth-child(3) h2::after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .cadou-html-mini-step-grid h2 {
    position: relative;
    display: flex;
    grid-area: title;
    gap: calc(12px * var(--cadou-mobile-scale));
    align-items: center;
    min-width: 0;
  }

  .cadou-html-mini-title-icon {
    position: relative;
    display: inline-flex;
    width: calc(34px * var(--cadou-mobile-scale));
    height: calc(34px * var(--cadou-mobile-scale));
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(34px * var(--cadou-mobile-scale));
    border-radius: 999px;
    background: #edf9f2;
  }

  .cadou-html-mini-title-icon::before {
    content: "";
    width: calc(18px * var(--cadou-mobile-scale));
    height: calc(18px * var(--cadou-mobile-scale));
    background: var(--cadou-green);
  }

  .cadou-html-mini-title-icon-link::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.83-2.83a5 5 0 0 0-7.07-7.07L11.5 4.43'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.1 13.83a5 5 0 0 0 7.07 7.07l1.33-1.33'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.83-2.83a5 5 0 0 0-7.07-7.07L11.5 4.43'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.1 13.83a5 5 0 0 0 7.07 7.07l1.33-1.33'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .cadou-html-mini-title-icon-gift::before {
    -webkit-mask: url("/lucide-gift.svg") center / contain no-repeat;
    mask: url("/lucide-gift.svg") center / contain no-repeat;
  }

  .cadou-html-mini-title-icon-search::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .cadou-html-mini-step-grid p {
    grid-area: copy;
  }

  .cadou-html-mini-step-grid .cadou-html-step-number {
    grid-area: number;
  }

  .cadou-html-step-grid article {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "number title"
      "copy copy";
    gap: calc(12px * var(--cadou-mobile-scale));
    align-items: center;
  }

  .cadou-html-step-grid .cadou-html-icon {
    position: static;
  }

  .cadou-html-step-grid h2 {
    display: flex;
    grid-area: title;
    gap: calc(12px * var(--cadou-mobile-scale));
    align-items: center;
    align-self: center;
    min-width: 0;
  }

  .cadou-html-step-grid p {
    grid-area: copy;
  }

  .cadou-html-step-number {
    grid-area: number;
    width: calc(26px * var(--cadou-mobile-scale));
    height: calc(26px * var(--cadou-mobile-scale));
    font-size: calc(0.78rem * var(--cadou-mobile-scale));
  }

  #cum-functioneaza .cadou-html-step-grid article {
    display: grid !important;
  }

  #cum-functioneaza .cadou-html-step-grid .cadou-html-icon {
    grid-area: icon !important;
  }

  #cum-functioneaza .cadou-html-step-grid h2 {
    grid-area: title !important;
    margin: 0 !important;
  }

  #cum-functioneaza .cadou-html-step-grid p {
    grid-area: copy !important;
  }

  #cum-functioneaza .cadou-html-step-grid .cadou-html-step-number {
    grid-area: number !important;
  }

  .cadou-html-print-preview {
    justify-items: center;
    width: 100%;
    margin-top: calc(8px * var(--cadou-mobile-scale));
  }

  .cadou-html-print-card-pair {
    gap: calc(12px * var(--cadou-mobile-scale));
    width: min(100%, calc(292px * var(--cadou-mobile-scale)));
  }

  .cadou-html-print-card-pair img {
    width: min(45%, calc(124px * var(--cadou-mobile-scale)));
    border-radius: calc(8px * var(--cadou-mobile-scale));
  }

  .cadou-html-print-note {
    font-size: calc(1.05rem * var(--cadou-mobile-scale));
  }

  .cadou-html-recipient-image {
    width: 100%;
    margin-top: calc(16px * var(--cadou-mobile-scale));
  }

  .cadou-html-recipient-image img {
    width: 100%;
  }

  .cadou-html-feature-stack {
    gap: calc(10px * var(--cadou-mobile-scale));
  }

  .cadou-html-feature-stack article {
    padding: calc(14px * var(--cadou-mobile-scale));
  }

  .cadou-html-personalize-grid {
    align-items: start;
  }

  .cadou-html-number-list li {
    min-height: calc(58px * var(--cadou-mobile-scale));
    padding: calc(14px * var(--cadou-mobile-scale)) calc(16px * var(--cadou-mobile-scale));
    border-radius: 0;
    box-shadow: none;
  }

  .cadou-html-faq-list {
    gap: calc(8px * var(--cadou-mobile-scale));
  }

  .cadou-html-faq details {
    padding: calc(13px * var(--cadou-mobile-scale)) calc(14px * var(--cadou-mobile-scale));
    box-shadow: none;
  }

  .cadou-html-faq summary {
    gap: calc(9px * var(--cadou-mobile-scale));
    font-size: calc(0.9rem * var(--cadou-mobile-scale));
    line-height: 1.32;
  }

  .cadou-html-faq p {
    margin-left: 0;
    font-size: calc(0.84rem * var(--cadou-mobile-scale));
  }

  .cadou-html-callout {
    padding-bottom: calc(34px * var(--cadou-mobile-scale));
  }

  .cadou-html-callout-panel {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: stretch;
    gap: calc(14px * var(--cadou-mobile-scale));
    align-items: start;
    padding: calc(20px * var(--cadou-mobile-scale));
    border-radius: calc(22px * var(--cadou-mobile-scale));
  }

  .cadou-html-callout-icon {
    width: calc(68px * var(--cadou-mobile-scale));
    height: calc(68px * var(--cadou-mobile-scale));
  }

  .cadou-html-callout-panel h2 {
    width: 100%;
    font-size: calc(1.42rem * var(--cadou-mobile-scale));
    line-height: 1.05;
    text-wrap: balance;
  }

  .cadou-html-callout-panel > div:first-of-type {
    grid-column: 2;
    width: 100%;
    align-self: center;
  }

  .cadou-html-callout-panel .cadou-html-actions {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 374px) {
  body.cadou-html-page {
    --cadou-mobile-scale: 0.92;
    --cadou-mobile-gutter: 34px;
  }
}

@media (min-width: 430px) and (max-width: 860px) {
  body.cadou-html-page {
    --cadou-mobile-scale: 1.08;
    --cadou-mobile-gutter: 52px;
    --cadou-mobile-canvas: 410px;
  }
}

/* FAQ SEO page */
.faq-html-page .seo-page-shell {
  gap: 0;
  overflow: visible;
}

.faq-html-page .top-nav {
  position: relative;
  z-index: 20;
  margin-bottom: 0;
}

body.faq-html-page {
  background: #ffffff;
}

body.faq-html-page::before {
  display: none;
}

.faq-html-main {
  --faq-green: #12a85f;
  --faq-green-dark: #086239;
  --faq-green-soft: #eaf8f1;
  --faq-ink: #0f2a22;
  --faq-muted: #53645d;
  --faq-line: rgba(20, 108, 70, 0.12);
  --faq-peach: #fff0e8;
  --faq-shadow: 0 22px 52px rgba(27, 70, 48, 0.1);
  --faq-icon: url("/lucide-info.svg");
  display: flex;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  color: var(--faq-ink);
}

@media (min-width: 861px) {
  .faq-html-main {
    width: calc(100vw / var(--desktop-ui-scale));
    margin-left: calc(50% - 50vw / var(--desktop-ui-scale));
  }

  .faq-html-hero-panel {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .faq-html-hero-actions {
    grid-column: 1;
    grid-row: 2;
  }
}

.faq-html-section {
  position: relative;
  padding: 52px 0;
  border-top: 0;
  background: #ffffff;
}

.faq-html-hero {
  margin-top: -8px;
  padding: 76px 0 56px;
  border-top: 0;
}

.faq-html-overview {
  background: #ffffff;
}

.faq-html-callout {
  padding: 38px 0 66px;
}

.faq-html-inner {
  width: min(calc(100% - 96px), 1400px);
  margin: 0 auto;
}

.faq-html-hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(300px, 0.8fr);
  column-gap: clamp(28px, 4vw, 62px);
  row-gap: 16px;
  align-items: center;
}

.faq-html-copy,
.faq-html-section-head {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.faq-html-section-head-center {
  justify-items: center;
  text-align: center;
}

.faq-html-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.faq-html-pill-row span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(18, 168, 95, 0.18);
  border-radius: 999px;
  background: #f2faf5;
  color: #26433a;
  font-size: 0.86rem;
  font-weight: 680;
}

.faq-html-pill-row span:first-child {
  background: #ffffff;
  color: var(--faq-green);
}

.faq-html-kicker {
  margin: 0;
  color: #55665f;
  font-size: 0.83rem;
  font-weight: 620;
  letter-spacing: 0;
}

.faq-html-hero h1,
.faq-html-copy h2,
.faq-html-section-head h2,
.faq-html-callout-panel h2 {
  margin: 0;
  color: var(--faq-ink);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.faq-html-hero h1 {
  max-width: 700px;
  font-size: 4.75rem;
}

.faq-html-hero h1 span {
  display: block;
  color: var(--faq-green);
}

.faq-html-copy h2,
.faq-html-section-head h2 {
  max-width: 760px;
  font-size: 3.2rem;
}

.faq-html-copy p,
.faq-html-section-head p,
.faq-html-mini-grid p,
.faq-html-topic-grid p,
.faq-html-faq-list p,
.faq-html-check-list li,
.faq-html-callout-panel p {
  margin: 0;
  color: var(--faq-muted);
  font-size: 0.96rem;
  font-weight: 360;
  line-height: 1.62;
}

.faq-html-hero-copy > p {
  max-width: 640px;
  font-size: 1.03rem;
}

.faq-html-mini-grid,
.faq-html-topic-grid {
  display: grid;
  gap: 16px;
}

.faq-html-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.faq-html-topic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.faq-html-mini-grid article,
.faq-html-topic-grid a,
.faq-html-faq-list details,
.faq-html-answer-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--faq-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--faq-shadow);
}

.faq-html-mini-grid article {
  display: grid;
  gap: 9px;
  min-height: 146px;
  padding: 22px 20px;
}

.faq-html-topic-grid a {
  display: grid;
  gap: 11px;
  min-height: 160px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}

.faq-html-topic-grid a::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 16px;
  height: 16px;
  background: var(--faq-green);
  opacity: 0.78;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.faq-html-mini-grid strong,
.faq-html-topic-grid strong {
  color: #10251d;
  font-size: 0.94rem;
  font-weight: 760;
  line-height: 1.22;
}

.faq-html-mini-grid p {
  font-size: 0.82rem;
  line-height: 1.48;
}

.faq-html-number {
  position: absolute;
  top: 24px;
  left: 72px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dff5e9;
  color: #11824d;
  font-size: 0.75rem;
  font-weight: 800;
}

.faq-html-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(18, 168, 95, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, #effaf4, #ffffff);
  color: var(--faq-green);
  box-shadow: 0 10px 24px rgba(23, 135, 82, 0.09);
}

.faq-html-icon::before,
.faq-html-button-icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: currentColor;
  -webkit-mask: var(--faq-icon) center / contain no-repeat;
  mask: var(--faq-icon) center / contain no-repeat;
}

.faq-html-icon[data-icon="music"],
.faq-html-button-icon[data-icon="music"] {
  --faq-icon: url("/lucide-music-4.svg");
}

.faq-html-icon[data-icon="list"],
.faq-html-button-icon[data-icon="list"] {
  --faq-icon: url("/lucide-list-checks.svg");
}

.faq-html-icon[data-icon="gift"],
.faq-html-button-icon[data-icon="gift"] {
  --faq-icon: url("/lucide-gift.svg");
}

.faq-html-icon[data-icon="info"],
.faq-html-button-icon[data-icon="info"] {
  --faq-icon: url("/lucide-info.svg");
}

.faq-html-icon[data-icon="sparkles"],
.faq-html-button-icon[data-icon="sparkles"] {
  --faq-icon: url("/lucide-sparkles.svg");
}

.faq-html-icon[data-icon="user"],
.faq-html-button-icon[data-icon="user"] {
  --faq-icon: url("/lucide-user-round.svg");
}

.faq-html-icon[data-icon="message"],
.faq-html-button-icon[data-icon="message"] {
  --faq-icon: url("/lucide-message-circle.svg");
}

.faq-html-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 10px;
}

.faq-html-hero-actions {
  margin-top: 0;
}

.faq-html-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
}

.faq-html-button-primary {
  border: 1px solid rgba(5, 116, 66, 0.12);
  background: linear-gradient(180deg, #19b86d, #078d52);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(8, 137, 79, 0.22);
}

.faq-html-button-secondary {
  border: 1px solid rgba(18, 168, 95, 0.68);
  background: #ffffff;
  color: #078a51;
}

.faq-html-button-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.faq-html-button-icon::before {
  width: 18px;
  height: 18px;
}

.faq-html-hero-panel {
  display: grid;
  gap: 16px;
  justify-items: end;
}

.faq-html-preview-grid {
  display: grid;
  grid-template-columns: minmax(125px, 0.72fr) minmax(190px, 1fr);
  gap: 14px;
  align-items: end;
  width: min(100%, 520px);
}

.faq-html-preview-card {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(18, 168, 95, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 46px rgba(13, 50, 33, 0.12);
}

.faq-html-preview-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: contain;
}

.faq-html-preview-card-cadou img {
  height: 198px;
}

.faq-html-preview-card figcaption {
  color: #167145;
  font-size: 0.78rem;
  font-weight: 720;
  text-align: center;
}

.faq-html-hero-image {
  width: min(100%, 520px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 168, 95, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(13, 50, 33, 0.12);
}

.faq-html-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.faq-html-answer-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  width: min(100%, 520px);
  padding: 20px;
  box-shadow: 0 18px 44px rgba(20, 93, 58, 0.11);
}

.faq-html-answer-card strong,
.faq-html-faq-list summary {
  color: #10251d;
  font-size: 0.98rem;
  font-weight: 780;
  line-height: 1.26;
}

.faq-html-check-list {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.faq-html-check-list li {
  position: relative;
  padding-left: 28px;
}

.faq-html-check-list li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--faq-green);
  -webkit-mask: url("/lucide-list-checks.svg") center / contain no-repeat;
  mask: url("/lucide-list-checks.svg") center / contain no-repeat;
}

.faq-html-category-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(360px, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.faq-html-category:nth-of-type(odd) {
  background: #ffffff;
}

.faq-html-faq-list {
  display: grid;
  gap: 10px;
}

.faq-html-faq-list details {
  padding: 16px 18px;
  box-shadow: none;
}

.faq-html-faq-list summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.faq-html-faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-html-faq-list summary::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--faq-green);
}

.faq-html-faq-list summary::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--faq-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.faq-html-faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-html-faq-list p {
  margin: 10px 0 0 20px;
  font-size: 0.9rem;
}

.faq-html-faq-list a {
  color: #078a51;
  font-weight: 640;
}

.faq-html-callout-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  border: 1px solid rgba(18, 168, 95, 0.18);
  border-radius: 8px;
  background: linear-gradient(90deg, #eefaf4, #ffffff);
  box-shadow: 0 18px 44px rgba(20, 93, 58, 0.11);
}

.faq-html-callout-icon {
  width: 76px;
  height: 76px;
}

.faq-html-callout-icon::before {
  width: 38px;
  height: 38px;
}

.faq-html-callout-panel h2 {
  font-size: 2.1rem;
}

@media (max-width: 1080px) {
  .faq-html-mini-grid,
  .faq-html-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-html-hero-grid {
    column-gap: 24px;
    row-gap: 16px;
  }
}

@media (max-width: 860px) {
  .faq-html-main {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: visible;
  }

  .faq-html-section {
    padding: 28px 0;
  }

  .faq-html-hero {
    padding: 38px 0 18px;
  }

  .faq-html-overview {
    padding-top: 12px;
  }

  .faq-html-callout {
    display: none;
  }

  .faq-html-inner {
    width: min(calc(100% - 28px), 720px);
  }

  .faq-html-hero h1 {
    font-size: 2.9rem;
  }

  .faq-html-copy h2,
  .faq-html-section-head h2 {
    font-size: 2.3rem;
  }

  .faq-html-hero-grid,
  .faq-html-category-grid {
    grid-template-columns: 1fr;
  }

  .faq-html-hero-panel {
    width: 100%;
    justify-items: stretch;
  }

  .faq-html-mini-grid,
  .faq-html-topic-grid {
    grid-template-columns: 1fr;
  }

  .faq-html-mini-grid article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 7px 10px;
    align-items: center;
    min-height: 0;
  }

  .faq-html-mini-grid article > .faq-html-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .faq-html-mini-grid article > .faq-html-number {
    display: none;
  }

  .faq-html-mini-grid article > strong {
    grid-column: 2;
    grid-row: 1;
  }

  .faq-html-mini-grid article > p {
    grid-column: 2;
    grid-row: 2;
  }

  .faq-html-topic-grid a {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px 14px;
    align-items: center;
    min-height: 0;
  }

  .faq-html-topic-grid a p {
    grid-column: 2;
  }

  .faq-html-overview .faq-html-inner {
    padding: 20px;
    border: 1px solid var(--faq-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--faq-shadow);
  }

  .faq-html-overview .faq-html-section-head {
    justify-items: start;
    text-align: left;
  }

  .faq-html-overview .faq-html-topic-grid {
    gap: 0;
    margin-top: 16px;
    padding-top: 4px;
  }

  .faq-html-overview .faq-html-topic-grid a {
    padding: 14px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .faq-html-overview .faq-html-topic-grid a + a {
    border-top: 1px solid var(--faq-line);
  }

  .faq-html-topic-grid a::after {
    position: static;
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .faq-html-preview-grid {
    display: none;
  }

  .faq-html-answer-card {
    width: 100%;
    align-items: center;
  }

  .faq-html-actions {
    align-items: stretch;
  }

  .faq-html-hero-actions {
    order: 3;
  }

  .faq-html-button {
    width: 100%;
    min-height: 52px;
  }

  .faq-html-callout-panel {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 22px;
  }

  .faq-html-callout-icon {
    width: 64px;
    height: 64px;
  }

  .faq-html-callout-panel h2 {
    font-size: 1.85rem;
  }
}

@media (max-width: 520px) {
  .faq-html-hero h1 {
    font-size: 2.45rem;
  }

  .faq-html-copy h2,
  .faq-html-section-head h2 {
    font-size: 2rem;
  }

  .faq-html-pill-row span {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .faq-html-mini-grid article,
  .faq-html-topic-grid a,
  .faq-html-answer-card,
  .faq-html-callout-panel {
    padding: 18px;
  }

  .faq-html-answer-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .faq-html-preview-grid {
    gap: 10px;
  }

  .faq-html-preview-card {
    padding: 10px;
  }

  .faq-html-preview-card img {
    height: 184px;
  }

  .faq-html-preview-card-cadou img {
    height: 138px;
  }

  .faq-html-faq-list details {
    padding: 13px 14px;
  }

  .faq-html-faq-list p {
    margin-left: 0;
  }
}

.form-card.generator-intro-active .mobile-landing-copy h1,
.mobile-landing-copy h1 {
  margin: 0;
  max-width: 9.8ch;
  color: #082719;
  font-family: var(--font-ui);
  font-size: clamp(3.35rem, 4.8vw, 5.55rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0;
}

.mobile-landing-copy h1 > .mobile-landing-title-line,
.mobile-landing-copy h1 > .mobile-landing-title-highlight {
  display: block;
}

@media (max-width: 860px) {
  .mobile-landing-copy h1 {
    width: min(100%, 13.6ch);
    max-width: 100%;
    justify-self: center;
    font-size: clamp(2.02rem, 8.1vw, 2.42rem);
  }
}

@media (max-width: 860px) {
  .form-card.generator-intro-active #mobile-landing-screen,
  body.mobile-generator-intro-active #mobile-landing-screen {
    --landing-mobile-section-title: clamp(1.72rem, 6.2vw, 1.96rem);
    --landing-mobile-card-title: 1rem;
    --landing-mobile-body: 0.94rem;
    --landing-mobile-small: 0.88rem;
  }

  .form-card.generator-intro-active .mobile-landing-card,
  body.mobile-generator-intro-active .mobile-landing-card {
    gap: 10px;
    padding: 18px 16px 17px;
  }

  .form-card.generator-intro-active .mobile-landing-copy,
  body.mobile-generator-intro-active .mobile-landing-copy {
    gap: 9px;
  }

  .form-card.generator-intro-active .mobile-landing-copy h1,
  body.mobile-generator-intro-active .mobile-landing-copy h1,
  .mobile-landing-copy h1 {
    font-weight: 600;
    line-height: 1.04;
  }

  .form-card.generator-intro-active .mobile-landing-copy-primary,
  body.mobile-generator-intro-active .mobile-landing-copy-primary,
  .mobile-landing-copy-primary {
    max-width: 36ch;
    font-size: var(--landing-mobile-body);
    line-height: 1.45;
  }

  .form-card.generator-intro-active .mobile-landing-chip,
  body.mobile-generator-intro-active .mobile-landing-chip,
  .mobile-landing-chip {
    min-height: 42px;
    font-size: var(--landing-mobile-small);
    font-weight: 500;
    line-height: 1.15;
  }

  .form-card.generator-intro-active .mobile-landing-start,
  body.mobile-generator-intro-active .mobile-landing-start,
  .mobile-landing-start {
    min-height: 56px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.15;
  }

  .mobile-landing-card .landing-free-offer strong,
  .form-card.generator-intro-active .mobile-landing-card .landing-free-offer strong,
  body.mobile-generator-intro-active .mobile-landing-card .landing-free-offer strong {
    font-size: var(--landing-mobile-body);
    font-weight: 500;
    line-height: 1.3;
  }

  .form-card.generator-intro-active .landing-how-head h3,
  .form-card.generator-intro-active .landing-use-head h3,
  .form-card.generator-intro-active .landing-library-head h3,
  .form-card.generator-intro-active .landing-faq-head h3,
  body.mobile-generator-intro-active .landing-how-head h3,
  body.mobile-generator-intro-active .landing-use-head h3,
  body.mobile-generator-intro-active .landing-library-head h3,
  body.mobile-generator-intro-active .landing-faq-head h3 {
    max-width: 16ch;
    font-family: var(--font-ui);
    font-size: var(--landing-mobile-section-title);
    font-weight: 350;
    line-height: 1.08;
  }

  .form-card.generator-intro-active .landing-how-title-icon,
  .form-card.generator-intro-active .landing-faq-head-icon,
  body.mobile-generator-intro-active .landing-how-title-icon,
  body.mobile-generator-intro-active .landing-faq-head-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .form-card.generator-intro-active .landing-how-head h3,
  .form-card.generator-intro-active .landing-use-head h3,
  .form-card.generator-intro-active .landing-library-head h3,
  body.mobile-generator-intro-active .landing-how-head h3,
  body.mobile-generator-intro-active .landing-use-head h3,
  body.mobile-generator-intro-active .landing-library-head h3,
  .landing-how-head h3,
  .landing-use-head h3,
  .landing-library-head h3 {
    max-width: none;
    font-size: clamp(1.52rem, 6.2vw, 1.74rem);
    white-space: nowrap;
  }

  .form-card.generator-intro-active .landing-faq-head,
  body.mobile-generator-intro-active .landing-faq-head,
  .landing-faq-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 8px;
    row-gap: 8px;
  }

  .form-card.generator-intro-active .landing-faq-head-icon,
  body.mobile-generator-intro-active .landing-faq-head-icon,
  .landing-faq-head-icon {
    flex: 0 0 26px;
    margin-top: 4px;
  }

  .form-card.generator-intro-active .landing-faq-head h3,
  body.mobile-generator-intro-active .landing-faq-head h3,
  .landing-faq-head h3 {
    display: block;
    flex: 0 1 auto;
    text-align: left;
  }

  .form-card.generator-intro-active .landing-faq-head p,
  body.mobile-generator-intro-active .landing-faq-head p,
  .landing-faq-head p {
    flex: 0 0 100%;
    text-align: center;
  }

  .form-card.generator-intro-active .landing-use-head::after,
  body.mobile-generator-intro-active .landing-use-head::after,
  .landing-use-head::after {
    display: none;
  }

  .form-card.generator-intro-active .landing-use-section::before,
  .form-card.generator-intro-active .landing-use-section::after,
  body.mobile-generator-intro-active .landing-use-section::before,
  body.mobile-generator-intro-active .landing-use-section::after {
    display: none;
  }

  .form-card.generator-intro-active .landing-use-card strong::after,
  body.mobile-generator-intro-active .landing-use-card strong::after,
  .landing-use-card strong::after {
    display: none;
  }

  .form-card.generator-intro-active .landing-library-head p,
  .form-card.generator-intro-active .landing-faq-head p,
  body.mobile-generator-intro-active .landing-library-head p,
  body.mobile-generator-intro-active .landing-faq-head p {
    max-width: 34ch;
    font-size: var(--landing-mobile-body);
    line-height: 1.42;
  }

  .form-card.generator-intro-active .landing-how-section .landing-step strong,
  body.mobile-generator-intro-active .landing-how-section .landing-step strong,
  .landing-how-section .landing-step strong,
  .form-card.generator-intro-active .landing-use-card strong,
  body.mobile-generator-intro-active .landing-use-card strong,
  .landing-use-card strong,
  .form-card.generator-intro-active .landing-library-benefit strong,
  body.mobile-generator-intro-active .landing-library-benefit strong,
  .landing-library-benefit strong,
  .form-card.generator-intro-active .landing-faq-item summary strong,
  body.mobile-generator-intro-active .landing-faq-item summary strong,
  .landing-faq-item summary strong {
    font-size: var(--landing-mobile-card-title);
    font-weight: 500;
    line-height: 1.2;
  }

  .form-card.generator-intro-active .landing-how-section .landing-step p,
  body.mobile-generator-intro-active .landing-how-section .landing-step p,
  .landing-how-section .landing-step p,
  .form-card.generator-intro-active .landing-use-card p,
  body.mobile-generator-intro-active .landing-use-card p,
  .landing-use-card p,
  .form-card.generator-intro-active .landing-library-benefit p,
  body.mobile-generator-intro-active .landing-library-benefit p,
  .landing-library-benefit p,
  .form-card.generator-intro-active .landing-faq-item p,
  body.mobile-generator-intro-active .landing-faq-item p,
  .landing-faq-item p,
  .form-card.generator-intro-active .landing-faq-cta > p,
  body.mobile-generator-intro-active .landing-faq-cta > p,
  .landing-faq-cta > p {
    font-size: var(--landing-mobile-body);
    line-height: 1.4;
  }

  .form-card.generator-intro-active .landing-seo-link,
  body.mobile-generator-intro-active .landing-seo-link,
  .landing-seo-link,
  .form-card.generator-intro-active .landing-faq-cta-list,
  body.mobile-generator-intro-active .landing-faq-cta-list,
  .landing-faq-cta-list {
    font-size: var(--landing-mobile-small);
    font-weight: 400;
    line-height: 1.35;
  }

  .form-card.generator-intro-active .landing-use-card,
  .form-card.generator-intro-active .landing-use-card:not(.landing-use-card-featured),
  body.mobile-generator-intro-active .landing-use-card,
  body.mobile-generator-intro-active .landing-use-card:not(.landing-use-card-featured),
  .landing-use-card,
  .landing-use-card:not(.landing-use-card-featured) {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }

  .form-card.generator-intro-active .landing-use-icon,
  .form-card.generator-intro-active .landing-use-card-featured .landing-use-icon,
  body.mobile-generator-intro-active .landing-use-icon,
  body.mobile-generator-intro-active .landing-use-card-featured .landing-use-icon,
  .landing-use-icon,
  .landing-use-card-featured .landing-use-icon {
    width: 58px;
    height: 58px;
  }

  .form-card.generator-intro-active .landing-use-icon::before,
  .form-card.generator-intro-active .landing-use-card-featured .landing-use-icon::before,
  body.mobile-generator-intro-active .landing-use-icon::before,
  body.mobile-generator-intro-active .landing-use-card-featured .landing-use-icon::before,
  .landing-use-icon::before,
  .landing-use-card-featured .landing-use-icon::before {
    width: 32px;
    height: 32px;
  }

  .form-card.generator-intro-active .landing-use-card p,
  body.mobile-generator-intro-active .landing-use-card p,
  .landing-use-card p {
    margin-top: 8px;
  }

  .form-card.generator-intro-active .landing-library-benefit,
  body.mobile-generator-intro-active .landing-library-benefit,
  .landing-library-benefit {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .form-card.generator-intro-active .landing-faq-list .landing-faq-item,
  body.mobile-generator-intro-active .landing-faq-list .landing-faq-item,
  .landing-faq-list .landing-faq-item {
    padding: 10px 14px;
  }

  .form-card.generator-intro-active .landing-faq-item summary,
  body.mobile-generator-intro-active .landing-faq-item summary,
  .landing-faq-item summary {
    grid-template-columns: 32px minmax(0, 1fr) 20px;
    gap: 10px;
    min-height: 40px;
    padding: 4px 8px;
  }

  .form-card.generator-intro-active .landing-faq-icon,
  body.mobile-generator-intro-active .landing-faq-icon,
  .landing-faq-icon {
    width: 30px;
    height: 30px;
  }

  .form-card.generator-intro-active .landing-faq-cta h4,
  body.mobile-generator-intro-active .landing-faq-cta h4,
  .landing-faq-cta h4 {
    max-width: 24ch;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.18;
  }

  .form-card.generator-intro-active .landing-faq-cta,
  body.mobile-generator-intro-active .landing-faq-cta,
  .landing-faq-cta {
    gap: 14px;
    padding: 36px 22px 30px;
  }

  .form-card.generator-intro-active .landing-faq-cta-visual,
  body.mobile-generator-intro-active .landing-faq-cta-visual,
  .landing-faq-cta-visual {
    height: 130px;
    margin-bottom: 8px;
  }

  .form-card.generator-intro-active .landing-faq-cta h4,
  body.mobile-generator-intro-active .landing-faq-cta h4,
  .landing-faq-cta h4 {
    max-width: 20ch;
    line-height: 1.24;
  }

  .form-card.generator-intro-active .landing-faq-cta > p,
  body.mobile-generator-intro-active .landing-faq-cta > p,
  .landing-faq-cta > p {
    max-width: 30ch;
  }

  .form-card.generator-intro-active .landing-faq-cta-button,
  body.mobile-generator-intro-active .landing-faq-cta-button,
  .landing-faq-cta-button {
    margin-top: 4px;
  }

  .form-card.generator-intro-active .landing-faq-cta-button,
  body.mobile-generator-intro-active .landing-faq-cta-button,
  .landing-faq-cta-button {
    min-height: 50px;
    font-size: 0.95rem;
    font-weight: 600;
  }
}

.form-card.generator-intro-active #mobile-landing-screen .mobile-landing-copy h1,
body.mobile-generator-intro-active #mobile-landing-screen .mobile-landing-copy h1 {
  font-weight: 600;
}

.form-card.generator-intro-active #mobile-landing-screen .landing-section-head h3,
body.mobile-generator-intro-active #mobile-landing-screen .landing-section-head h3 {
  font-weight: 350;
}

.form-card.generator-intro-active #mobile-landing-screen :is(.landing-step, .landing-use-card, .landing-library-benefit, .landing-faq-item) strong,
body.mobile-generator-intro-active #mobile-landing-screen :is(.landing-step, .landing-use-card, .landing-library-benefit, .landing-faq-item) strong,
.form-card.generator-intro-active #mobile-landing-screen :is(.mobile-landing-chip, .landing-seo-link, .landing-faq-cta-list),
body.mobile-generator-intro-active #mobile-landing-screen :is(.mobile-landing-chip, .landing-seo-link, .landing-faq-cta-list) {
  font-weight: 500;
}

.form-card.generator-intro-active #mobile-landing-screen :is(.mobile-landing-start, .landing-faq-cta h4, .landing-faq-cta-button),
body.mobile-generator-intro-active #mobile-landing-screen :is(.mobile-landing-start, .landing-faq-cta h4, .landing-faq-cta-button) {
  font-weight: 600;
}

@media (max-width: 860px) {
  .landing-how-section {
    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    gap: 6px;
    margin-inline: calc(50% - 50vw);
    padding: 34px 0 28px;
  }

  .landing-how-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    z-index: 0;
    display: block;
    height: 74px;
    opacity: 0.42;
    pointer-events: none;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='28' viewBox='0 0 42 28' fill='none'%3E%3Cpath d='M2 14h4M9 14V6M14 14v10M19 14V2M24 14v18M29 14V7M34 14v10M40 14h-4' stroke='%2319A850' stroke-width='1.4' stroke-linecap='round' opacity='.44'/%3E%3C/svg%3E") left 8px bottom 10px / 42px 28px no-repeat,
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M13 1.5c1.4 6.1 3.4 8.1 11.5 11.5-8.1 3.4-10.1 5.4-11.5 11.5C11.6 18.4 9.6 16.4 1.5 13 9.6 9.6 11.6 7.6 13 1.5Z' stroke='%2317a64a' stroke-width='1.4' opacity='.45'/%3E%3C/svg%3E") right 10px bottom 16px / 22px 22px no-repeat;
  }

  .landing-how-head {
    width: 100%;
  }

  .landing-how-section .landing-step-grid {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100vw, 430px);
    max-width: 100vw;
    height: clamp(264px, 68vw, 286px);
    margin-inline: auto;
    padding: 0;
  }

  .landing-how-section .landing-step-grid::before {
    content: "";
    position: absolute;
    inset: 12px 0 0;
    z-index: 0;
    display: block;
    height: 178px;
    border: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 190' fill='none'%3E%3Cpath d='M106 72C141 72 156 103 171 134' stroke='%2313B85A' stroke-width='1.45' stroke-linecap='round' stroke-dasharray='4 5'/%3E%3Cpath d='M161 131l11 6 1-12' stroke='%2313B85A' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M231 136C244 102 267 73 304 72' stroke='%2313B85A' stroke-width='1.45' stroke-linecap='round' stroke-dasharray='4 5'/%3E%3Cpath d='M294 65l12 7-11 8' stroke='%2313B85A' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    transform: none;
    pointer-events: none;
  }

  .landing-how-section .landing-step,
  .landing-how-section .landing-step:nth-child(2),
  .landing-how-section .landing-step:nth-child(3) {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 31%;
    min-height: 0;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  .landing-how-section .landing-step:nth-child(1) {
    top: 4px;
    left: 4px;
  }

  .landing-how-section .landing-step:nth-child(2) {
    top: 126px;
    left: 50%;
    width: 36%;
    transform: translateX(-50%);
  }

  .landing-how-section .landing-step:nth-child(3) {
    top: 4px;
    right: 4px;
  }

  .landing-how-section .landing-step p {
    display: none;
  }

  .landing-how-section .landing-step-index,
  .landing-how-section .landing-step:nth-child(2) .landing-step-index {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    width: 29px;
    height: 29px;
    font-size: 0.86rem;
    font-weight: 400;
    box-shadow: 0 8px 18px rgba(16, 163, 63, 0.2);
    transform: translate(-34px, -3px);
  }

  .landing-how-section .landing-step-icon,
  .landing-how-section .landing-step:nth-child(2) .landing-step-icon {
    position: relative;
    width: clamp(68px, 19vw, 82px);
    height: clamp(68px, 19vw, 82px);
    margin-top: 12px;
    margin-bottom: 3px;
    flex: 0 0 auto;
    align-self: center;
    justify-self: center;
    border-radius: 999px;
    background:
      radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 41%, rgba(235, 250, 241, 0.98) 42% 58%, rgba(255, 255, 255, 0.98) 59% 100%);
    box-shadow:
      0 0 0 2px rgba(188, 239, 207, 0.9),
      0 0 0 13px rgba(226, 248, 236, 0.88),
      0 0 0 16px rgba(188, 239, 207, 0.48);
  }

  .landing-how-section .landing-step-icon::before {
    width: clamp(29px, 8vw, 36px);
    height: clamp(29px, 8vw, 36px);
  }

  .landing-how-section .landing-step-icon::after {
    content: "";
    position: absolute;
    inset: 11px;
    display: block;
    border: 2px solid rgba(183, 237, 200, 0.82);
    border-radius: inherit;
  }

  #mobile-landing-screen .landing-how-section .landing-step strong,
  .form-card.generator-intro-active #mobile-landing-screen .landing-how-section .landing-step strong,
  body.mobile-generator-intro-active #mobile-landing-screen .landing-how-section .landing-step strong,
  .landing-how-section .landing-step strong,
  .landing-how-section .landing-step:nth-child(2) strong,
  .landing-how-section .landing-step:nth-child(3) strong {
    max-width: 100%;
    color: #172522;
    font-size: clamp(0.78rem, 3.2vw, 0.88rem);
    font-weight: 400;
    line-height: 1.12;
    text-align: center;
    text-shadow: none;
  }

  #mobile-landing-screen .landing-how-section .landing-step strong,
  .landing-how-section .landing-step strong,
  .landing-how-section .landing-step:nth-child(2) strong,
  .landing-how-section .landing-step:nth-child(3) strong {
    align-self: center;
    display: block;
    justify-self: center;
  }

  #mobile-landing-screen .landing-how-section .landing-step:nth-child(1) strong,
  .landing-how-section .landing-step:nth-child(1) strong {
    width: 9ch;
    max-width: 9ch;
  }

  #mobile-landing-screen .landing-how-section .landing-step:nth-child(2) strong,
  .landing-how-section .landing-step:nth-child(2) strong {
    width: 11ch;
    max-width: 11ch;
  }

  #mobile-landing-screen .landing-how-section .landing-step:nth-child(3) strong,
  .landing-how-section .landing-step:nth-child(3) strong {
    width: 6.8ch;
    max-width: 6.8ch;
  }
}

