:root {
  color-scheme: light;
  --bg: oklch(0.14 0.02 105);
  --paper: oklch(0.985 0.006 95);
  --surface: oklch(0.91 0.015 92);
  --ink: oklch(0.17 0.018 105);
  --muted: oklch(0.48 0.018 105);
  --faint: oklch(0.68 0.018 105);
  --line: oklch(0.83 0.018 95);
  --line-strong: oklch(0.68 0.025 95);
  --primary: oklch(0.22 0.025 105);
  --primary-hover: oklch(0.14 0.025 105);
  --primary-ink: oklch(1 0 0);
  --accent: oklch(0.72 0.16 72);
  --accent-2: oklch(0.67 0.15 178);
  --rose: oklch(0.66 0.18 18);
  --success: oklch(0.44 0.11 153);
  --warning: oklch(0.58 0.11 78);
  --danger: oklch(0.5 0.16 29);
  --radius: 16px;
  --control-radius: 10px;
  --shadow: 0 22px 70px oklch(0 0 0 / 0.16);
  --focus: 0 0 0 4px oklch(0.72 0.05 250 / 0.42);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100dvh;
  margin: 0;
  color: oklch(0.94 0.015 95);
  background:
    radial-gradient(circle at 18% 4%, oklch(0.56 0.12 72 / 0.24), transparent 32rem),
    radial-gradient(circle at 88% 20%, oklch(0.48 0.13 178 / 0.22), transparent 30rem),
    linear-gradient(135deg, oklch(0.12 0.024 105), oklch(0.18 0.03 118) 48%, oklch(0.11 0.018 95));
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(oklch(1 0 0 / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, oklch(1 0 0 / 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

body,
button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 100dvh;
  margin: 0 auto;
  padding: 28px 0 52px;
  display: grid;
  gap: 0;
  align-content: start;
  overflow-x: hidden;
}

.page-shell--narrow {
  width: min(560px, calc(100% - 32px));
}

.home-shell {
  padding-block: 28px;
}

.page-shell--share {
  position: relative;
  width: min(1060px, calc(100% - 32px));
  align-content: center;
  padding-top: 96px;
  padding-bottom: 84px;
}

.entry-panel,
.share-view,
.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.entry-panel {
  padding: clamp(22px, 4vw, 42px);
  display: grid;
  gap: 30px;
}

.home-shell .entry-panel {
  border-color: oklch(1 0 0 / 0.18);
  background:
    linear-gradient(135deg, oklch(0.985 0.006 95 / 0.96), oklch(0.93 0.02 95 / 0.9)),
    var(--paper);
  box-shadow: 0 30px 90px oklch(0 0 0 / 0.28);
}

.panel {
  padding: 28px;
  display: grid;
  gap: 16px;
}

.entry-copy,
.track-copy {
  display: grid;
  gap: 4px;
}

.eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  margin: 0;
  max-width: 12ch;
  color: var(--ink);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

h2,
h3 {
  margin: 0;
  color: inherit;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 5rem);
}

h3 {
  font-size: clamp(1.35rem, 2.3vw, 2.2rem);
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.entry-copy p:not(.eyebrow) {
  max-width: 42ch;
}

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

.brand-mark,
.site-footer a {
  text-decoration: none;
}

.brand-mark {
  width: fit-content;
  min-height: 60px;
  border-radius: 999px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: oklch(0.96 0.01 95);
  font-size: 1.35rem;
  font-weight: 760;
}

.brand-orb {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, oklch(0.13 0.02 105 / 0.68) 0 7%, transparent 8%),
    conic-gradient(from 120deg, var(--accent), var(--rose), var(--accent-2), var(--accent));
  box-shadow: inset 0 0 0 1px oklch(1 0 0 / 0.34), 0 8px 18px oklch(0 0 0 / 0.22);
}

.hero-section {
  min-height: calc(100dvh - 56px);
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.64fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: clamp(14px, 2.4dvh, 24px);
}

.hero-copy h1 {
  max-width: min(1120px, 100%);
  color: oklch(0.97 0.012 95);
  font-size: clamp(3rem, min(6.6vw, 10dvh), 6.4rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.inline-image {
  width: clamp(74px, 10vw, 138px);
  height: clamp(34px, 5vw, 62px);
  border: 1px solid oklch(1 0 0 / 0.18);
  border-radius: 999px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.06em;
  background:
    linear-gradient(90deg, oklch(0.1 0.02 105 / 0.28), transparent),
    url("https://picsum.photos/seed/sharemelo-vinyl/600/260") center / cover;
  box-shadow: inset 0 0 28px oklch(0 0 0 / 0.26);
  filter: saturate(0.7) contrast(1.16);
}

.hero-lede {
  max-width: 650px;
  color: oklch(0.78 0.018 95);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.hero-service-avatars {
  display: inline-flex;
  align-items: center;
  margin-left: 3px;
  vertical-align: middle;
}

.service-avatar {
  width: 30px;
  height: 30px;
  border: 1px solid oklch(1 0 0 / 0.14);
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: oklch(0.2 0.024 105 / 0.82);
  box-shadow: 0 8px 18px oklch(0 0 0 / 0.18);
}

.service-avatar + .service-avatar {
  margin-left: -8px;
}

.service-avatar img {
  width: 17px;
  height: 17px;
  opacity: 0.86;
}

.hero-card-stack {
  position: relative;
  height: clamp(540px, 84dvh, 720px);
  isolation: isolate;
}

.hero-card {
  --hero-inner-radius: 12px;
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 0;
  border: 1px solid oklch(1 0 0 / 0.16);
  border-bottom-color: transparent;
  border-radius: 28px;
  padding: 18px 24px;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: space-between;
  gap: 12px;
  overflow: hidden;
  background:
    linear-gradient(145deg, oklch(0.98 0.018 95 / 0.18), transparent 44%),
    radial-gradient(circle at 80% 16%, oklch(0.72 0.16 72 / 0.32), transparent 14rem),
    oklch(0.19 0.026 105 / 0.82);
  box-shadow: 0 38px 100px oklch(0 0 0 / 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.album-art {
  position: relative;
  width: min(100%, 40dvh, 390px);
  aspect-ratio: 1;
  margin: 0 auto;
  align-self: end;
  border: 1px solid oklch(1 0 0 / 0.18);
  border-radius: var(--hero-inner-radius);
  overflow: hidden;
  background: oklch(0.12 0.02 105 / 0.58);
  box-shadow: 0 26px 70px oklch(0 0 0 / 0.28);
}

.album-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mini-player {
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 3px;
  text-align: center;
}

.mini-player strong {
  color: oklch(0.98 0.008 95);
  font-size: clamp(1.2rem, 2.35vw, 1.55rem);
  letter-spacing: 0.004em;
  line-height: 1.05;
  text-wrap: balance;
}

.mini-player span {
  color: oklch(0.75 0.018 95);
  font-size: 0.9rem;
  font-weight: 600;
}

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

.service-bubble {
  width: 100%;
  min-height: 58px;
  border: 1px solid color-mix(in oklch, var(--service-color) 34%, transparent);
  border-radius: 18px;
  padding: 10px 14px 10px 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--service-ink);
  background: color-mix(in oklch, var(--service-color) 15%, var(--paper));
  font-size: 0.92rem;
  font-weight: 720;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms var(--ease-out), box-shadow 160ms var(--ease-out), background-color 160ms var(--ease-out);
}

.hero-card .service-bubble {
  border-color: oklch(1 0 0 / 0.14);
  border-radius: var(--hero-inner-radius);
  color: oklch(0.93 0.01 95);
  background: transparent;
}

.service-bubble .service-logo {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.service-bubble__arrow {
  margin-left: auto;
  color: oklch(0.68 0.018 95);
  font-size: 1rem;
}

.service-bubble--spotify {
  --service-color: oklch(0.76 0.19 145);
  --service-ink: oklch(0.25 0.09 145);
}

.service-bubble--apple {
  --service-color: oklch(0.64 0.23 20);
  --service-ink: oklch(0.34 0.14 20);
}

.service-bubble--youtube {
  --service-color: oklch(0.62 0.25 25);
  --service-ink: oklch(0.33 0.15 25);
}

.service-bubble--deezer {
  --service-color: oklch(0.58 0.25 310);
  --service-ink: oklch(0.34 0.14 310);
}

.service-bubble--tidal {
  --service-color: oklch(0.82 0.14 195);
  --service-ink: oklch(0.3 0.08 195);
}

.service-bubble--amazon {
  --service-color: oklch(0.66 0.17 295);
  --service-ink: oklch(0.34 0.12 295);
}

.muted {
  color: var(--muted);
}

.link-form,
.field {
  display: grid;
  gap: 8px;
}

.hero-form {
  width: min(650px, 100%);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
}

.hero-form label {
  color: oklch(0.84 0.018 95);
}

.hero-form input {
  min-height: 56px;
  border-color: oklch(1 0 0 / 0.2);
  background: oklch(1 0 0 / 0.94);
}

.hero-form .button {
  min-height: 56px;
  padding-inline: 22px;
}

.hero-form > .button--primary {
  grid-column: 2;
  grid-row: 1;
}

.hero-form .form-status {
  min-height: 0;
  grid-column: 1 / -1;
  color: oklch(0.82 0.018 95);
}

.hero-form .form-status:not(:empty) {
  min-height: 24px;
}

.hero-form .form-status.is-error {
  color: oklch(0.82 0.13 25);
}

.create-section {
  padding: clamp(64px, 9vw, 118px) 0;
}

.create-section {
  display: grid;
  justify-items: center;
}

.create-section .entry-panel {
  width: min(720px, 100%);
}

.entry-copy h2 {
  color: var(--ink);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.site-footer {
  border-top: 1px solid oklch(1 0 0 / 0.12);
  padding: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: oklch(0.74 0.016 95);
}

.site-footer a {
  color: oklch(0.96 0.012 95);
  font-weight: 680;
}

.link-form {
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
}

label {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
}

input,
select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: var(--control-radius);
  padding: 0 14px;
  color: var(--ink);
  background: oklch(1 0 0 / 0.9);
  transition:
    border-color 150ms var(--ease-out),
    box-shadow 150ms var(--ease-out),
    background-color 150ms var(--ease-out);
}

input::placeholder {
  color: var(--faint);
  opacity: 1;
}

input:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: none;
  border-color: oklch(0.52 0 0);
  box-shadow: var(--focus);
}

.button {
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: var(--control-radius);
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 120ms var(--ease-out),
    background-color 150ms var(--ease-out),
    border-color 150ms var(--ease-out),
    color 150ms var(--ease-out),
    opacity 150ms var(--ease-out);
}

.button:active {
  transform: scale(0.98);
}

.button--primary {
  color: var(--primary-ink);
  background: var(--primary);
}

.home-shell .button--primary {
  border-color: oklch(1 0 0 / 0.12);
  color: oklch(0.99 0.005 95);
  background: oklch(0.16 0.024 105);
}

.button--secondary {
  color: var(--ink);
  background: oklch(1 0 0 / 0.76);
  border-color: var(--line);
}

.home-shell .button--secondary {
  color: oklch(0.95 0.012 95);
  border-color: oklch(1 0 0 / 0.2);
  background: oklch(1 0 0 / 0.09);
}

.button--quiet {
  color: var(--ink);
  background: transparent;
  border-color: transparent;
}

.button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.button-loader {
  width: 16px;
  height: 16px;
  border: 2px solid oklch(1 0 0 / 0.34);
  border-top-color: var(--primary-ink);
  border-radius: 999px;
  display: none;
  animation: spin 700ms linear infinite;
}

.button.is-loading .button-loader {
  display: inline-block;
}

.form-status,
.copy-status {
  min-height: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  transition: color 150ms var(--ease-out), opacity 150ms var(--ease-out);
}

.form-status.is-error {
  color: var(--danger);
}

.hero-card--result {
  grid-template-rows: auto auto auto auto auto;
  align-content: center;
  gap: 16px;
}

.result-head,
.result-track,
.result-share,
.result-platforms {
  min-width: 0;
}

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

.result-ready,
.result-source {
  font-size: 0.74rem;
  font-weight: 700;
}

.result-ready {
  min-height: 28px;
  border: 1px solid oklch(0.78 0.14 155 / 0.32);
  border-radius: 999px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: oklch(0.84 0.12 155);
  background: oklch(0.45 0.11 155 / 0.14);
}

.result-ready > span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 4px oklch(0.72 0.13 155 / 0.12);
}

.result-source {
  color: oklch(0.73 0.018 95);
  text-align: right;
}

.result-track {
  display: grid;
  grid-template-columns: minmax(112px, 0.74fr) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.result-track--no-artwork {
  grid-template-columns: minmax(0, 1fr);
}

.result-artwork {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid oklch(1 0 0 / 0.18);
  border-radius: 10px;
  display: block;
  object-fit: cover;
  background: oklch(0.12 0.02 105 / 0.58);
  box-shadow: 0 18px 42px oklch(0 0 0 / 0.28);
}

.result-track__copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.result-track__copy p {
  color: oklch(0.7 0.018 95);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-track__copy h2 {
  color: oklch(0.98 0.008 95);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.result-track__copy > span {
  color: oklch(0.76 0.018 95);
  font-weight: 600;
}

.artist-byline {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.artist-byline > span {
  line-height: 1;
}

.artist-byline__text {
  min-width: 0;
}

.artist-avatar {
  --artist-avatar-size: clamp(26px, calc(0.8vw + 23px), 32px);
  width: var(--artist-avatar-size);
  height: var(--artist-avatar-size);
  flex: 0 0 var(--artist-avatar-size);
  transform: translateY(-1px);
  border: 1px solid oklch(1 0 0 / 0.24);
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  background: oklch(0.16 0.018 105);
  box-shadow: 0 5px 14px oklch(0 0 0 / 0.24);
}

.artist-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.result-share {
  min-height: 54px;
  border: 1px solid oklch(1 0 0 / 0.16);
  border-radius: 12px;
  padding: 6px 6px 6px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  background: oklch(0.12 0.02 105 / 0.48);
}

.result-share__url {
  overflow: hidden;
  color: oklch(0.72 0.018 95);
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-copy {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  padding: 0 13px;
  color: oklch(0.17 0.018 105);
  background: oklch(0.94 0.016 95);
  font-size: 0.78rem;
  font-weight: 750;
  cursor: pointer;
}

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

.result-auxiliary {
  border-top: 1px solid oklch(1 0 0 / 0.12);
  padding-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.72fr);
  align-items: center;
  gap: 10px;
}

.result-auxiliary > p {
  margin: 0;
  color: oklch(0.7 0.018 95);
  font-size: 0.72rem;
  font-weight: 700;
}

.result-platform {
  min-height: 50px;
  border: 1px solid oklch(1 0 0 / 0.14);
  border-radius: 12px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: oklch(0.93 0.01 95);
  background: oklch(1 0 0 / 0.075);
  font-size: 0.78rem;
  font-weight: 680;
  text-decoration: none;
  transition: transform 160ms var(--ease-out), background-color 160ms var(--ease-out);
}

.result-platform img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.result-platform__arrow {
  margin-left: auto;
  color: oklch(0.68 0.018 95);
}

.result-platform--disabled {
  opacity: 0.42;
}

.result-status {
  min-height: 18px;
  color: oklch(0.74 0.04 155);
  font-size: 0.75rem;
  text-align: center;
}

.service-route {
  display: none;
}

.service-logo {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
}

.share-view {
  min-width: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  display: grid;
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
  background: transparent;
  box-shadow: none;
}

.share-toolbar {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.share-brand {
  min-height: 48px;
  font-size: 1.2rem;
}

.share-brand .brand-orb {
  width: 42px;
  height: 42px;
}

.share-toolbar > .copy-status {
  position: absolute;
  top: 48px;
  right: 0;
  max-width: min(520px, 60vw);
  text-align: right;
}

.share-artwork {
  min-width: 0;
  grid-row: 2;
  align-self: start;
  border: 1px solid oklch(1 0 0 / 0.16);
  border-radius: 24px;
  padding: 15px;
  display: grid;
  gap: 10px;
  overflow: hidden;
  background:
    linear-gradient(145deg, oklch(0.98 0.018 95 / 0.18), transparent 44%),
    radial-gradient(circle at 80% 16%, oklch(0.72 0.16 72 / 0.3), transparent 14rem),
    oklch(0.19 0.026 105 / 0.82);
  box-shadow: 0 38px 100px oklch(0 0 0 / 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.artwork {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid oklch(1 0 0 / 0.18);
  border-radius: 12px;
  object-fit: cover;
  display: block;
  background: oklch(0.12 0.02 105 / 0.58);
  box-shadow: 0 26px 70px oklch(0 0 0 / 0.28);
  image-rendering: auto;
}

.artwork--fallback {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, oklch(0.75 0.15 72 / 0.28), transparent 34%),
    radial-gradient(circle at 20% 78%, oklch(0.64 0.13 178 / 0.2), transparent 38%),
    oklch(0.12 0.02 105 / 0.86);
}

.artwork--fallback::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(oklch(1 0 0 / 0.08) 1px, transparent 1px),
    linear-gradient(90deg, oklch(1 0 0 / 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle, black, transparent 72%);
}

.artwork-fallback__disc {
  position: relative;
  z-index: 1;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid oklch(1 0 0 / 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    repeating-radial-gradient(circle, transparent 0 8px, oklch(1 0 0 / 0.055) 9px, transparent 10px),
    conic-gradient(from 20deg, oklch(0.12 0.016 105), oklch(0.25 0.025 95), oklch(0.08 0.014 105), oklch(0.22 0.02 95), oklch(0.12 0.016 105));
  box-shadow:
    0 28px 58px oklch(0 0 0 / 0.42),
    inset 0 0 0 2px oklch(0 0 0 / 0.46),
    inset 0 0 38px oklch(0 0 0 / 0.56);
  will-change: transform;
}

.artwork-fallback__disc::after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: inherit;
  background: linear-gradient(112deg, transparent 38%, oklch(1 0 0 / 0.16) 48%, transparent 58%);
}

.artwork-fallback__label {
  position: relative;
  z-index: 1;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 34% 28%, oklch(1 0 0 / 0.5), transparent 16%),
    conic-gradient(from 110deg, var(--accent), var(--rose), var(--accent-2), var(--accent));
  box-shadow: 0 0 0 2px oklch(0 0 0 / 0.26);
}

.artwork-fallback__hole {
  width: 10%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: oklch(0.1 0.012 105);
  box-shadow: 0 0 0 2px oklch(1 0 0 / 0.22);
}

.artwork-attribution,
.result-artwork-attribution {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.result-artwork-credit {
  position: absolute;
  left: 10px;
  bottom: 10px;
  min-height: 30px;
  border: 1px solid oklch(1 0 0 / 0.22);
  border-radius: 999px;
  padding: 5px 9px 5px 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: oklch(0.98 0.01 95);
  background: oklch(0.1 0.02 105 / 0.78);
  backdrop-filter: blur(10px);
  font-size: 0.68rem;
  font-weight: 760;
}

.result-artwork-credit .service-logo {
  width: 18px;
  height: 18px;
}

.share-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 4px;
  color: oklch(0.72 0.012 95 / 0.58);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
}

.share-footer-brand,
.artwork-credit,
.artist-credit {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.share-footer .brand-orb {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.share-footer-separator {
  opacity: 0.5;
}

.artwork-credit .service-logo,
.artist-credit .service-logo {
  width: 15px;
  height: 15px;
  opacity: 0.66;
}

.share-facts {
  min-width: 0;
  align-self: start;
}
.track-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 8px;
}

.track-fact {
  min-width: 0;
  min-height: 58px;
  border: 1px solid oklch(1 0 0 / 0.14);
  border-radius: 12px;
  padding: 9px 10px;
  display: grid;
  align-content: center;
  gap: 3px;
  background: oklch(1 0 0 / 0.08);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.08);
}

.track-fact dt {
  color: oklch(0.7 0.018 95);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.track-fact-icon {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  color: oklch(0.72 0.018 95);
  stroke-width: 2.15;
}

.track-fact dd {
  margin: 0;
  color: oklch(0.97 0.012 95);
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.share-content {
  min-width: 0;
  grid-row: 1;
  display: grid;
  gap: clamp(22px, 3dvh, 34px);
  align-content: start;
}

.share-content .track-copy {
  gap: 12px;
}

.share-view--fitted-title .share-content {
  gap: clamp(18px, 2.4dvh, 28px);
}

.share-view--fitted-title .track-copy {
  gap: 10px;
}

.track-copy h1 {
  max-width: 100%;
  color: oklch(0.97 0.012 95);
  font-size: clamp(3rem, min(5.4vw, 8.2dvh), 5.2rem);
  font-weight: 800;
  letter-spacing: 0.004em;
  line-height: 0.9;
  text-wrap: balance;
}

.track-copy p:not(.eyebrow) {
  color: oklch(0.76 0.018 95);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.source-service {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: oklch(0.8 0.018 95);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1;
}

.source-service .service-logo {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.platform-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 10px;
}

.auxiliary-platforms {
  margin-top: 14px;
  border-top: 1px solid oklch(1 0 0 / 0.12);
  padding-top: 14px;
  display: grid;
  gap: 10px;
}

.auxiliary-platforms__label {
  margin: 0;
  color: oklch(0.7 0.018 95);
  font-size: 0.78rem;
  font-weight: 700;
}

.platform-link {
  min-height: 64px;
  border: 1px solid oklch(1 0 0 / 0.14);
  border-radius: 12px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: oklch(0.93 0.01 95);
  background: transparent;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms var(--ease-out),
    background-color 150ms var(--ease-out),
    border-color 150ms var(--ease-out);
}

.platform-link:active {
  transform: scale(0.98);
}

.platform-link[data-platform="spotify"] {
  --preferred-color: oklch(0.75 0.2 145);
}

.platform-link[data-platform="appleMusic"] {
  --preferred-color: oklch(0.68 0.23 20);
}

.platform-link[data-platform="youtubeMusic"] {
  --preferred-color: oklch(0.63 0.26 28);
}

.platform-link[data-platform="youtube"] {
  --preferred-color: oklch(0.63 0.26 28);
}

.platform-link[data-platform="deezer"] {
  --preferred-color: oklch(0.66 0.25 300);
}

.platform-link[data-platform="tidal"] {
  --preferred-color: oklch(0.82 0.14 195);
}

.platform-link[data-platform="amazonMusic"] {
  --preferred-color: oklch(0.68 0.18 295);
}

.platform-link.platform-link--preferred {
  border-color: var(--preferred-color);
  background: color-mix(in oklch, var(--preferred-color) 24%, transparent);
  box-shadow:
    inset 0 0 0 1px color-mix(in oklch, var(--preferred-color) 36%, transparent),
    0 10px 28px color-mix(in oklch, var(--preferred-color) 18%, transparent);
}

.platform-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.platform-brand span {
  overflow-wrap: anywhere;
}

.platform-action {
  display: inline-flex;
  align-items: center;
  color: oklch(0.68 0.018 95);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.platform-link--preferred .platform-action {
  color: color-mix(in oklch, var(--preferred-color) 72%, white);
}

.platform-link--search,
.platform-link--probable,
.platform-link--disabled {
  background: transparent;
}

.platform-link--disabled {
  border-color: oklch(1 0 0 / 0.09);
  color: oklch(0.62 0.012 95);
  cursor: not-allowed;
}

.share-actions {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.share-menu {
  position: relative;
}

.share-menu__panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(360px, calc(100vw - 32px));
  border: 1px solid oklch(1 0 0 / 0.16);
  border-radius: 22px;
  padding: 18px;
  color: oklch(0.96 0.01 95);
  background:
    radial-gradient(circle at 86% 10%, oklch(0.72 0.13 72 / 0.18), transparent 8rem),
    oklch(0.17 0.022 105 / 0.96);
  box-shadow: 0 28px 80px oklch(0 0 0 / 0.48);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 140ms var(--ease-out),
    transform 140ms var(--ease-out),
    visibility 0s linear 140ms;
  will-change: opacity, transform;
}

.share-menu__panel[data-state="open"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition:
    opacity 180ms var(--ease-out),
    transform 180ms var(--ease-out),
    visibility 0s linear 0s;
}

.share-menu__panel[hidden] {
  display: none;
}

.share-menu__header {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.share-menu__eyebrow {
  display: block;
  color: oklch(0.73 0.11 72);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.share-menu__title {
  margin: 7px 0 0;
  color: oklch(0.97 0.008 95);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.share-menu__close {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid oklch(1 0 0 / 0.12);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: oklch(0.74 0.012 95);
  background: oklch(1 0 0 / 0.05);
  font: inherit;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

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

.share-menu__channel {
  min-width: 0;
  min-height: 66px;
  border: 1px solid oklch(1 0 0 / 0.1);
  border-radius: 14px;
  padding: 11px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  color: oklch(0.92 0.012 95);
  background: oklch(1 0 0 / 0.045);
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
  transition:
    border-color 180ms var(--ease-out),
    background 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.share-menu__channel-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: white;
  background: oklch(0.5 0.12 180);
}

.share-menu__channel-logo {
  width: 17px;
  height: 17px;
  display: block;
}

[data-share-channel="whatsapp"] .share-menu__channel-mark {
  background: oklch(0.62 0.18 149);
}

[data-share-channel="telegram"] .share-menu__channel-mark {
  background: oklch(0.62 0.16 238);
}

[data-share-channel="facebook"] .share-menu__channel-mark {
  background: oklch(0.53 0.2 261);
}

[data-share-channel="email"] .share-menu__channel-mark {
  color: oklch(0.2 0.03 85);
  background: oklch(0.79 0.14 77);
}

.share-menu__channel-arrow {
  color: oklch(0.58 0.012 95);
  font-size: 0.74rem;
}

.share-menu__copy {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  border: 1px solid oklch(1 0 0 / 0.13);
  border-radius: 13px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: oklch(0.23 0.025 95);
  background: oklch(0.95 0.018 95);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 720;
  cursor: pointer;
  transition:
    background 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.share-menu__copy-icon {
  width: 15px;
  height: 15px;
}

.share-view-count {
  min-height: 42px;
  padding-inline: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: oklch(0.76 0.014 95);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.share-view-count__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  opacity: 0.78;
}

.button-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.share-icon-stack {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  position: relative;
  display: inline-grid;
  place-items: center;
}

.share-icon-stack .button-icon {
  position: absolute;
  inset: 0;
  transition:
    opacity 180ms var(--ease-out),
    transform 220ms var(--ease-out);
}

.button-icon--share {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.button-icon--check {
  opacity: 0;
  transform: rotate(-34deg) scale(0.35);
}

.button--share {
  min-height: 42px;
  padding: 0 13px;
  color: var(--ink);
  border-color: oklch(1 0 0 / 0.16);
  background: oklch(1 0 0 / 0.92);
}

.button--share.is-complete {
  color: oklch(0.26 0.1 153);
  border-color: oklch(0.72 0.08 153);
  background: oklch(0.93 0.05 153);
  animation: copy-confirm 420ms var(--ease-out);
}

.button--share.is-complete .button-icon--share {
  opacity: 0;
  transform: rotate(18deg) scale(0.4);
}

.button--share.is-complete .button-icon--check {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.button--new {
  min-height: 42px;
  justify-content: flex-start;
  padding: 0 13px;
  color: oklch(0.9 0.015 95);
  border-color: oklch(1 0 0 / 0.14);
  background: oklch(1 0 0 / 0.07);
}

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

@keyframes copy-confirm {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(0.94);
  }

  100% {
    transform: scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  input:hover,
  select:hover,
  .button--secondary:hover {
    border-color: var(--line-strong);
    background: oklch(1 0 0 / 0.92);
  }

  .button--primary:hover {
    background: var(--primary-hover);
    transform: translateY(-1px);
  }

  .home-shell .button--primary:hover {
    color: oklch(0.99 0.005 95);
    border-color: oklch(0.82 0.12 72 / 0.46);
    background: oklch(0.2 0.03 105);
  }

  .home-shell .button--secondary:hover {
    color: oklch(0.13 0.02 105);
    border-color: oklch(1 0 0 / 0.72);
    background: oklch(0.97 0.01 95 / 0.94);
  }

  .motion-card:hover {
    border-color: oklch(1 0 0 / 0.28);
    transform: translateY(-4px);
  }

  .result-platform:hover {
    background: oklch(1 0 0 / 0.13);
    transform: translateY(-1px);
  }

  .button--share:hover {
    border-color: oklch(1 0 0 / 0.34);
    background: oklch(1 0 0 / 0.98);
  }

  .share-menu__channel:hover {
    border-color: oklch(1 0 0 / 0.22);
    background: oklch(1 0 0 / 0.09);
    transform: translateY(-1px);
  }

  .share-menu__close:hover {
    color: white;
    border-color: oklch(1 0 0 / 0.24);
    background: oklch(1 0 0 / 0.1);
  }

  .share-menu__copy:hover {
    background: white;
    transform: translateY(-1px);
  }

  .button--new:hover {
    color: oklch(1 0 0);
    border-color: oklch(1 0 0 / 0.3);
    background: oklch(1 0 0 / 0.11);
  }

  .button--secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px oklch(0 0 0 / 0.06);
  }

  .service-bubble:hover {
    border-color: oklch(1 0 0 / 0.24);
    background: oklch(1 0 0 / 0.07);
    transform: translateY(-1px);
  }

  .platform-link:not(.platform-link--disabled):hover {
    border-color: oklch(1 0 0 / 0.24);
    background: oklch(1 0 0 / 0.07);
    transform: translateY(-1px);
  }

  .platform-link--preferred:not(.platform-link--disabled):hover {
    border-color: color-mix(in oklch, var(--preferred-color) 72%, white);
    background: color-mix(in oklch, var(--preferred-color) 30%, transparent);
  }

  .button--quiet:hover {
    background: oklch(0.93 0 0 / 0.8);
  }
}

@media (min-width: 760px) {
  .page-shell {
    grid-template-columns: 1fr;
    padding: 28px 0 60px;
  }

  .home-shell {
    padding-block: 28px;
  }

  .page-shell--narrow,
  .page-shell--share {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-shell--share {
    padding-top: 96px;
    padding-bottom: 84px;
  }

  .entry-panel {
    min-height: 0;
    padding: 42px;
    align-content: start;
  }

  h1 {
    font-size: 4.35rem;
  }

  .share-view {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  }

  .share-content {
    grid-column: 1;
    grid-row: 1;
  }

  .share-artwork,
  .share-facts {
    grid-column: 2;
    grid-row: 1;
  }

  .share-artwork {
    align-self: center;
  }

}

@media (max-width: 860px) {
  .home-shell {
    padding-block: 32px 72px;
  }

  .hero-section {
    grid-template-columns: 1fr;
    min-height: 0;
    row-gap: 48px;
    align-items: start;
  }

  .hero-card-stack {
    width: min(100%, 560px);
    height: auto;
    display: block;
    justify-self: center;
  }

  .hero-card-stack.has-result {
    height: auto;
    display: block;
  }

  .hero-card {
    height: auto;
    display: grid;
  }

  .hero-card--result {
    height: auto;
    min-height: 0;
    display: grid;
    margin-top: 0;
  }

}

@media (max-width: 759px) {
  .page-shell--share {
    align-content: start;
    padding-top: clamp(116px, 18vw, 136px);
  }

  .share-view {
    grid-template-columns: clamp(104px, 22vw, 144px) minmax(0, 1fr);
    column-gap: clamp(16px, 4vw, 24px);
    row-gap: 28px;
    align-items: center;
  }

  .share-content {
    display: contents;
  }

  .share-content .track-copy {
    grid-column: 1 / -1;
    grid-row: 1;
    align-content: center;
  }

  .share-view--with-artwork .track-copy {
    grid-column: 2;
  }

  .share-view--without-artwork .share-artwork {
    display: none;
  }

  .share-view--without-artwork.share-view--with-facts .share-artwork {
    display: contents;
  }

  .share-view--without-artwork .share-artwork .artwork--fallback {
    display: none;
  }

  .share-view--without-artwork .share-artwork .track-facts {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  }

  .share-artwork {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    border-radius: 18px;
    padding: 6px;
    gap: 8px;
  }

  .share-artwork .artwork {
    border-radius: 10px;
  }

  .share-artwork .track-facts {
    grid-template-columns: 1fr;
  }

  .share-facts {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .platform-list {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .share-view--with-facts .platform-list {
    grid-row: 3;
  }

  .auxiliary-platforms {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0;
  }

  .share-view--with-facts .auxiliary-platforms {
    grid-row: 4;
  }

  .track-copy h1 {
    font-size: clamp(2.4rem, 7vw, 3.3rem);
  }
}

@media (max-width: 600px) {
  .page-shell--share {
    padding-bottom: 104px;
  }

  .share-toolbar .share-brand {
    min-height: 42px;
    gap: 10px;
    font-size: 1.05rem;
  }

  .share-brand .brand-orb {
    width: 36px;
    height: 36px;
  }

  .share-actions {
    gap: 6px;
  }

  .share-actions .button-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .share-actions .button {
    width: 42px;
    padding: 0;
  }
}

@media (max-width: 759px), (hover: none), (pointer: coarse) {
  .share-menu__panel {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .share-menu__panel {
    transform: none;
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: min(100% - 24px, 1180px);
    padding: 12px 0 36px;
  }

  .home-shell {
    padding-block: 24px 64px;
  }

  .page-shell--share {
    padding-top: 112px;
    padding-bottom: 96px;
  }

  .share-footer {
    bottom: 12px;
    padding-inline: 4px;
  }

  .entry-panel,
  .panel {
    padding: 20px;
  }

  h1 {
    max-width: 10ch;
    font-size: 2.76rem;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.72rem, 15vw, 4.5rem);
  }

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 410px;
    border-radius: 22px;
    padding: 18px;
  }

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

  .hero-form > .button--primary {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-form .form-status {
    grid-column: 1;
  }

  .service-stack {
    grid-template-columns: 1fr;
  }

  .hero-card .service-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .create-section {
    padding: 56px 0;
  }

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

  .share-toolbar {
    top: 12px;
    gap: 8px;
  }

  .share-toolbar > .copy-status {
    top: 52px;
    right: 0;
    max-width: 100%;
    text-align: right;
  }

  .share-actions {
    gap: 6px;
  }

  .button--new {
    justify-content: center;
  }

  .platform-link {
    min-height: 64px;
  }

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

  .track-copy h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.5rem);
  }

  .result-track {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .result-track--no-artwork {
    grid-template-columns: minmax(0, 1fr);
  }

  .result-platforms {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) and (max-height: 720px) {
  .home-shell {
    width: min(100% - 20px, 1180px);
    padding-block: 24px 64px;
  }

  .hero-copy {
    gap: 10px;
  }

  .brand-mark {
    min-height: 48px;
  }

  .brand-orb {
    width: 40px;
    height: 40px;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 3.25rem);
  }

  .hero-lede {
    font-size: 1rem;
    line-height: 1.4;
  }

  .hero-form input,
  .hero-form .button {
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (prefers-reduced-transparency: reduce), (prefers-contrast: more) {
  .entry-panel,
  .share-view,
  .panel {
    background: var(--paper);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-color: var(--line);
  }
}
