:root {
  --ink: #ffe8b8;
  --cream: #ffe2a3;
  --gold: #ffc65b;
  --teal: #4f6dff;
  --coral: #ff8f75;
  --blue: #123d86;
  --deep: #071a34;
  --glass: rgba(255, 249, 234, 0.16);
  --line: rgba(255, 198, 91, 0.42);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: Optima, Candara, "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--deep);
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.login-world {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  padding: clamp(22px, 4vw, 52px);
  overflow: hidden;
}

picture,
.login-bg,
.starfield,
.light-wash,
.portal-rings {
  position: absolute;
  inset: 0;
}

picture {
  z-index: -6;
}

.login-bg {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center 24%;
  transform: translateY(-6%);
  filter: saturate(1.05) contrast(1.03);
}

.starfield {
  z-index: -4;
  mix-blend-mode: screen;
  opacity: 0.9;
}

.light-wash {
  z-index: -5;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.34), transparent 18%),
    radial-gradient(circle at 52% 51%, rgba(247, 201, 118, 0.18), transparent 28%),
    radial-gradient(circle at 18% 70%, rgba(63, 170, 255, 0.14), transparent 34%),
    radial-gradient(circle at 82% 68%, rgba(168, 65, 255, 0.12), transparent 30%),
    linear-gradient(to bottom, rgba(255, 249, 234, 0.02), transparent 42%, rgba(2, 8, 23, 0.3));
  animation: glowBreath 7s ease-in-out infinite alternate;
}

.portal-rings {
  z-index: -3;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.portal-rings span {
  position: absolute;
  width: min(64vw, 680px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 242, 208, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 36px rgba(255, 242, 208, 0.05);
  animation: ringPulse 8s ease-in-out infinite;
}

.portal-rings span:nth-child(2) {
  width: min(74vw, 820px);
  animation-delay: -2s;
}

.portal-rings span:nth-child(3) {
  width: min(84vw, 980px);
  animation-delay: -4s;
}

.login-panel {
  position: relative;
  width: min(620px, 100%);
  min-height: min(760px, 100svh - 44px);
  display: grid;
  align-content: end;
  justify-items: center;
  text-align: center;
  padding-bottom: clamp(2px, 1.2vh, 14px);
}

.lotus-mark {
  position: relative;
  width: clamp(150px, 22vw, 260px);
  aspect-ratio: 1.26;
  margin-bottom: clamp(18px, 2.4vh, 28px);
  filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 42px rgba(247, 201, 118, 0.38));
}

.petal {
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 32%;
  height: 72%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 80% 80% 42% 42%;
  transform-origin: 50% 90%;
  background: linear-gradient(to top, rgba(104, 233, 225, 0.78), rgba(255, 143, 117, 0.82), rgba(255, 235, 156, 0.94));
  opacity: 0.94;
  mix-blend-mode: screen;
}

.petal-1 {
  transform: translateX(-50%) rotate(0deg);
}

.petal-2 {
  transform: translateX(-50%) rotate(-36deg);
}

.petal-3 {
  transform: translateX(-50%) rotate(36deg);
}

.petal-4 {
  transform: translateX(-50%) rotate(-70deg);
  background: linear-gradient(to top, rgba(104, 233, 225, 0.88), rgba(58, 139, 168, 0.78), rgba(255, 235, 156, 0.72));
}

.petal-5 {
  transform: translateX(-50%) rotate(70deg);
  background: linear-gradient(to top, rgba(58, 139, 168, 0.78), rgba(255, 143, 117, 0.86), rgba(255, 235, 156, 0.74));
}

.petal-6 {
  transform: translateX(-50%) scale(0.72) rotate(0deg);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 203, 123, 0.88), rgba(255, 255, 255, 0.9));
}

.core {
  position: absolute;
  left: 50%;
  bottom: 22%;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 26px 12px rgba(255, 255, 255, 0.9), 0 0 70px 24px rgba(247, 201, 118, 0.6);
}

.brand-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 8vw, 6.9rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0, 32, 54, 0.36), 0 0 20px rgba(255, 242, 208, 0.34);
}

.brand-copy p,
.welcome,
.form-kicker {
  margin: 16px 0 0;
  color: rgba(255, 249, 234, 0.86);
  font-size: clamp(0.78rem, 1.4vw, 1.03rem);
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 29, 48, 0.32);
}

.brand-copy p::before,
.brand-copy p::after,
.welcome::before,
.welcome::after {
  content: "";
  display: inline-block;
  width: clamp(28px, 6vw, 86px);
  height: 1px;
  margin: 0 16px 0 12px;
  vertical-align: middle;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.login-form {
  width: min(530px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
  align-items: end;
  margin-top: 0;
  transform: translateY(clamp(58px, 9vh, 96px));
  padding: 12px 14px 8px;
  border: 1px solid rgba(255, 242, 208, 0.24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 242, 208, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(255, 249, 234, 0.08), rgba(6, 18, 42, 0.5));
  box-shadow:
    0 24px 90px rgba(2, 8, 23, 0.48),
    0 0 34px rgba(247, 201, 118, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.form-kicker {
  grid-column: 1 / -1;
  margin: 0 0 1px;
  letter-spacing: 0.26em;
  color: rgba(255, 249, 234, 0.96);
}

.field > span:first-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.field input {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(247, 201, 118, 0.78);
  border-radius: 999px;
  outline: none;
  padding: 0 24px;
  background:
    linear-gradient(180deg, rgba(255, 238, 190, 0.26), rgba(12, 80, 99, 0.34)),
    rgba(6, 45, 64, 0.34);
  color: var(--cream);
  box-shadow:
    0 0 18px rgba(247, 201, 118, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -16px 28px rgba(0, 46, 66, 0.18);
  transition: box-shadow 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.field input::placeholder {
  color: rgba(255, 249, 234, 0.68);
}

.field input:focus {
  border-color: rgba(255, 226, 150, 0.98);
  box-shadow:
    0 0 0 3px rgba(247, 201, 118, 0.12),
    0 0 28px rgba(247, 201, 118, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.password-wrap {
  position: relative;
  display: block;
}

.password-wrap input {
  padding-right: 62px;
}

.icon-button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(255, 249, 234, 0.76);
  transform: translateY(-50%);
  cursor: pointer;
}

.icon-button svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-action {
  min-height: 40px;
  min-width: 132px;
  margin-top: 0;
  border: 1px solid rgba(255, 242, 208, 0.66);
  border-radius: 999px;
  color: #fffdf3;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background:
    linear-gradient(100deg, rgba(255, 184, 111, 0.9), rgba(247, 201, 118, 0.84) 28%, rgba(104, 233, 225, 0.58) 72%, rgba(11, 105, 133, 0.72)),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    0 16px 44px rgba(1, 37, 54, 0.34),
    0 0 28px rgba(247, 201, 118, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.primary-action:hover {
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.04);
  box-shadow:
    0 22px 58px rgba(1, 37, 54, 0.42),
    0 0 44px rgba(247, 201, 118, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.apply-line {
  grid-column: 1 / -1;
  margin: 1px 0 0;
  color: rgba(255, 249, 234, 0.86);
  font-size: clamp(0.86rem, 1.5vw, 0.98rem);
  line-height: 1.6;
  text-shadow: 0 2px 14px rgba(0, 29, 48, 0.34);
}

.apply-line a {
  color: var(--cream);
  font-weight: 800;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 242, 208, 0.62);
}

.welcome {
  margin-top: clamp(28px, 5vh, 44px);
  font-size: clamp(0.7rem, 1.2vw, 0.86rem);
}

@keyframes glowBreath {
  from {
    opacity: 0.82;
  }

  to {
    opacity: 1;
  }
}

@keyframes ringPulse {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.48;
    transform: scale(1.04);
  }
}

@media (max-width: 720px) {
  .login-world {
    place-items: start center;
    min-height: 100svh;
    padding: 0 16px 28px;
    background: #020817;
    overflow-y: auto;
  }

  .login-bg {
    width: 100%;
    height: 113svh;
    object-fit: cover;
    object-position: center top;
    transform: translateY(-6.5svh);
  }

  .light-wash,
  .portal-rings,
  .starfield {
    height: 100svh;
  }

  .light-wash {
    background:
      linear-gradient(to bottom, rgba(255, 249, 234, 0.02), transparent 54%, rgba(3, 24, 37, 0.28));
  }

  .login-panel {
    width: 100%;
    min-height: 100svh;
    align-content: end;
    padding-top: 0;
    padding-bottom: clamp(18px, 4vh, 34px);
  }

  .login-form {
    width: min(376px, 100%);
    grid-template-columns: 1fr;
    border-radius: 30px;
    padding: 14px 15px 11px;
    margin-bottom: 0;
    transform: translateY(clamp(54px, 9vh, 86px));
  }

  .form-kicker {
    letter-spacing: 0.18em;
  }
}

@media (max-width: 420px) {
  .brand-copy h1 {
    font-size: 2.2rem;
  }

  .lotus-mark {
    width: 132px;
  }

  .field input,
  .primary-action {
    min-height: 47px;
  }
}

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

/* Miracle polish shared by login, application and admin */
:root {
  --ink: #ffe8b8;
  --cream: #ffebb9;
  --gold: #ffc75f;
  --teal: #4f6dff;
  --blue: #243fae;
  --deep: #05091f;
  --glass: rgba(255, 232, 184, 0.13);
  --line: rgba(255, 199, 95, 0.5);
}

.login-world {
  background:
    radial-gradient(circle at 18% 18%, rgba(79, 109, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(159, 79, 255, 0.12), transparent 32%),
    #030716;
}

.light-wash {
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 244, 212, 0.28), transparent 18%),
    radial-gradient(circle at 52% 51%, rgba(255, 199, 95, 0.22), transparent 28%),
    radial-gradient(circle at 18% 70%, rgba(79, 109, 255, 0.16), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(159, 79, 255, 0.12), transparent 30%),
    linear-gradient(to bottom, rgba(255, 249, 234, 0.02), transparent 42%, rgba(3, 7, 22, 0.34));
}

.login-form,
.login-panel {
  border-color: rgba(255, 199, 95, 0.4);
}

.login-form {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 199, 95, 0.14), transparent 36%),
    radial-gradient(circle at 92% 18%, rgba(79, 109, 255, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 232, 184, 0.08), rgba(4, 13, 39, 0.72));
  box-shadow:
    0 24px 90px rgba(0, 0, 0, 0.42),
    0 0 44px rgba(255, 199, 95, 0.1),
    inset 0 1px 0 rgba(255, 244, 212, 0.2);
}

.brand-copy h1,
.welcome,
.form-kicker {
  color: #ffedc3;
  text-shadow: 0 0 22px rgba(255, 199, 95, 0.2), 0 2px 18px rgba(0, 0, 0, 0.36);
}

.field input,
.primary-action {
  border-color: rgba(255, 199, 95, 0.42);
}

.primary-action {
  color: #fff2cb;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 244, 212, 0.28), transparent 30%),
    linear-gradient(100deg, rgba(255, 199, 95, 0.82), rgba(35, 53, 155, 0.82));
  box-shadow: 0 0 34px rgba(255, 199, 95, 0.18), inset 0 1px 0 rgba(255, 244, 212, 0.28);
}

.password-world {
  align-items: center;
}

.password-card {
  width: min(520px, 100%);
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid rgba(255, 199, 95, 0.42);
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 199, 95, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(255, 232, 184, 0.08), rgba(4, 13, 39, 0.76));
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.46),
    0 0 58px rgba(255, 199, 95, 0.16),
    inset 0 1px 0 rgba(255, 244, 212, 0.22);
  backdrop-filter: blur(22px) saturate(1.14);
  -webkit-backdrop-filter: blur(22px) saturate(1.14);
}

.password-card h1 {
  margin: 8px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 8vw, 4rem);
  font-weight: 400;
  color: #ffedc3;
}

.password-card p {
  margin: 0 auto 22px;
  max-width: 34ch;
  color: rgba(255, 242, 208, 0.82);
  line-height: 1.6;
}

.password-set-form {
  display: grid;
  gap: 12px;
}

.password-set-form .field span {
  position: static;
  display: block;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0 0 7px;
  color: rgba(255, 232, 184, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.password-set-form .primary-action {
  width: min(240px, 100%);
  justify-self: center;
  margin-top: 6px;
}

.login-message {
  min-height: 0;
  margin: 0;
  color: rgba(255, 232, 184, 0.86);
}

.login-message:empty {
  display: none;
}

.login-message[data-type="error"] {
  color: #ffb0a0;
}

/* Noble action buttons */
.primary-action,
.password-set-form .primary-action {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff6dc;
  border: 1px solid rgba(255, 221, 143, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 248, 222, 0.18), transparent 44%),
    radial-gradient(circle at 50% -25%, rgba(255, 230, 168, 0.58), transparent 36%),
    linear-gradient(112deg, #ffe3a1 0%, #c78a2e 16%, #10205f 52%, #071238 100%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.4),
    0 0 34px rgba(255, 199, 95, 0.24),
    inset 0 1px 0 rgba(255, 252, 236, 0.48),
    inset 0 -1px 0 rgba(0, 0, 0, 0.32);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
}

.primary-action::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(105deg, transparent 0 20%, rgba(255, 255, 255, 0.34) 36%, transparent 52%),
    radial-gradient(circle at 82% 12%, rgba(255, 220, 139, 0.28), transparent 28%);
  opacity: 0.7;
}

.primary-action:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 238, 188, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 252, 235, 0.22), transparent 46%),
    radial-gradient(circle at 50% -25%, rgba(255, 235, 181, 0.66), transparent 38%),
    linear-gradient(112deg, #fff0bd 0%, #d69a3c 16%, #182d78 54%, #08143e 100%);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.46),
    0 0 46px rgba(255, 205, 102, 0.34),
    inset 0 1px 0 rgba(255, 252, 236, 0.56);
}

.bridge-completion-panel {
  border-color: rgba(255, 221, 143, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 221, 143, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(255, 249, 234, 0.1), rgba(4, 15, 40, 0.72));
}

.third-bridge-panel {
  scroll-margin-top: 24px;
}

.sternenfabrik-info-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sternenfabrik-info-grid article {
  border: 1px solid rgba(255, 221, 143, 0.2);
  border-radius: 18px;
  padding: 16px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 221, 143, 0.14), transparent 34%),
    rgba(255, 249, 234, 0.055);
}

.sternenfabrik-info-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 221, 143, 0.32);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.sternenfabrik-info-grid strong {
  display: block;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.sternenfabrik-info-grid p {
  margin: 8px 0 0;
  color: rgba(255, 249, 234, 0.78);
}

.light-source-grid article {
  min-height: 150px;
}

.light-wallet-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.light-wallet-summary span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 221, 143, 0.2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 214, 121, 0.14), transparent 46%),
    rgba(255, 249, 234, 0.055);
}

.light-wallet-summary strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 400;
}

.light-wallet-summary small {
  color: rgba(255, 249, 234, 0.68);
}

.creator-product-grid {
  display: grid;
  gap: 13px;
  margin: 24px auto;
  max-width: 600px;
}

.creator-product-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(246, 202, 112, 0.56);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 213, 130, 0.2), transparent 32%),
    radial-gradient(circle at 8% 98%, rgba(85, 73, 150, 0.28), transparent 42%),
    linear-gradient(145deg, rgba(41, 39, 68, 0.94), rgba(8, 12, 38, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 218, 0.18),
    inset 0 0 30px rgba(255, 217, 138, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.34);
}

.creator-product-card summary {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  min-height: 0;
  padding: 16px 18px;
}

.creator-product-card summary::-webkit-details-marker {
  display: none;
}

.creator-product-card[open] {
  border-color: rgba(255, 225, 152, 0.72);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 217, 138, 0.16), transparent 34%),
    radial-gradient(circle at 85% 72%, rgba(97, 77, 164, 0.28), transparent 42%),
    linear-gradient(145deg, rgba(33, 35, 73, 0.98), rgba(3, 10, 37, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 225, 152, 0.18),
    0 0 42px rgba(255, 190, 89, 0.24),
    0 22px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 252, 236, 0.2);
}

.creator-product-card.is-locked {
  opacity: 0.66;
}

.creator-product-image {
  min-height: 150px;
  border: 1px solid rgba(255, 221, 143, 0.28);
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 0 34px rgba(0, 0, 0, 0.38),
    0 0 22px rgba(255, 204, 107, 0.08);
}

.creator-product-orb {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 216, 138, 0.78);
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  box-shadow:
    0 0 28px rgba(255, 202, 101, 0.22),
    inset 0 0 20px rgba(4, 11, 39, 0.34);
}

.creator-product-body {
  display: grid;
  gap: 5px;
  align-content: center;
  min-width: 0;
}

.creator-product-topline {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
}

.creator-product-topline b {
  color: #fff5d8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 3.2vw, 1.74rem);
  font-weight: 400;
}

.creator-product-topline em {
  color: #ffd98a;
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-style: normal;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2.4vw, 1.24rem);
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(255, 199, 89, 0.28);
}

.creator-product-body small,
.creator-product-body p {
  color: rgba(255, 249, 234, 0.76);
}

.creator-product-teaser {
  color: rgba(255, 229, 169, 0.8);
  font-size: 0.92rem;
  line-height: 1.35;
}

.creator-product-body p {
  margin: 0;
}

.creator-product-light {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.creator-product-light i {
  padding: 7px 10px;
  border: 1px solid rgba(255, 221, 143, 0.28);
  border-radius: 999px;
  color: #ffd98a;
  font-size: 0.82rem;
  font-style: normal;
  background: rgba(255, 221, 143, 0.09);
}

.creator-product-body ul {
  display: grid;
  gap: 6px;
  margin: 4px 0;
  padding-left: 18px;
  color: rgba(255, 249, 234, 0.8);
}

.creator-product-body li::marker {
  color: var(--gold-bright);
}

.creator-product-body > strong {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffe5a9;
  background: linear-gradient(135deg, rgba(255, 221, 143, 0.12), rgba(68, 138, 255, 0.08));
  border: 1px solid rgba(255, 221, 143, 0.28);
}

.creator-product-expanded {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 16px;
  border: 0;
  background: transparent;
}

.creator-product-select {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 221, 143, 0.36);
  border-radius: 999px;
  color: #ffe5a9;
  background: rgba(255, 221, 143, 0.1);
  cursor: pointer;
}

.creator-product-select.disabled {
  opacity: 0.56;
  cursor: not-allowed;
}

.creator-product-select input {
  accent-color: #f5c66d;
}

.creator-product-select:has(input:checked) {
  border-color: rgba(255, 221, 143, 0.68);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 221, 143, 0.24), transparent 56%),
    rgba(255, 221, 143, 0.12);
  box-shadow: 0 0 24px rgba(255, 200, 98, 0.16);
}

.creator-product-promise {
  margin: 0;
  color: rgba(255, 249, 234, 0.82);
}

.creator-product-showcase {
  position: relative;
  display: grid;
  min-height: 260px;
  overflow: hidden;
  align-items: end;
  padding: 20px;
  border: 1px solid rgba(255, 221, 143, 0.28);
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 -90px 90px rgba(3, 10, 31, 0.78),
    inset 0 0 80px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(255, 202, 100, 0.1);
}

.creator-product-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 221, 143, 0.18), transparent 34%),
    linear-gradient(180deg, transparent, rgba(3, 10, 31, 0.68));
}

.creator-product-showcase span {
  position: relative;
  z-index: 1;
  color: #fff5d8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 5vw, 2.8rem);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.6);
}

.creator-product-decision {
  display: grid;
  gap: 14px;
  align-content: start;
}

.creator-product-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.creator-product-detail-card {
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(255, 217, 138, 0.4);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 214, 121, 0.14), transparent 34%),
    radial-gradient(circle at 94% 42%, rgba(113, 80, 170, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(34, 35, 73, 0.9), rgba(3, 11, 39, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 218, 0.14),
    0 26px 60px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.creator-product-detail-top {
  position: relative;
  display: grid;
  width: 100%;
  justify-items: center;
}

.creator-product-detail-price {
  position: absolute;
  top: 6px;
  right: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffd98a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  font-weight: 700;
}

.creator-product-detail-image {
  display: block;
  width: min(168px, 46vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 217, 138, 0.72);
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  box-shadow:
    0 0 38px rgba(255, 205, 102, 0.18),
    inset 0 0 28px rgba(4, 11, 39, 0.38);
}

.creator-product-detail-card h4 {
  margin: 0;
  color: #fff5d8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 6vw, 2.45rem);
  font-weight: 400;
}

.creator-product-detail-sub {
  margin: -8px 0 0;
  color: rgba(255, 231, 174, 0.82);
  font-size: 1rem;
}

.creator-product-divider {
  display: grid;
  width: min(100%, 380px);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  color: #ffd98a;
}

.creator-product-divider::before,
.creator-product-divider::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 217, 138, 0.52), transparent);
}

.creator-product-description {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 246, 224, 0.8);
  line-height: 1.65;
}

.creator-checkout-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 221, 143, 0.2);
  border-radius: 17px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 221, 143, 0.13), transparent 46%),
    rgba(3, 11, 32, 0.42);
}

.creator-checkout-price span {
  color: rgba(255, 249, 234, 0.78);
}

.creator-checkout-price strong {
  color: #ffd98a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 400;
  white-space: nowrap;
}

.creator-product-sections {
  display: grid;
  gap: 12px;
}

.creator-product-sections article {
  padding: 13px;
  border: 1px solid rgba(255, 221, 143, 0.18);
  border-radius: 17px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 221, 143, 0.09), transparent 36%),
    rgba(255, 249, 234, 0.045);
}

.creator-product-sections h5 {
  margin: 0 0 8px;
  color: var(--gold-bright);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.creator-product-sections ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 249, 234, 0.78);
}

.creator-product-sections li::marker {
  color: var(--gold-bright);
}

.creator-light-calculator {
  display: grid;
  width: min(100%, 440px);
  gap: 14px;
  margin-top: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 217, 138, 0.35);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 214, 121, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(255, 249, 234, 0.08), rgba(5, 13, 43, 0.54));
  text-align: left;
}

.creator-calculator-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #fff5d8;
}

.creator-calculator-head span {
  color: #ffe4a1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.creator-calculator-head strong {
  padding: 5px 10px;
  border: 1px solid rgba(255, 221, 143, 0.28);
  border-radius: 999px;
  color: #ffd98a;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.creator-light-calculator label {
  display: grid;
  gap: 8px;
  color: rgba(255, 249, 234, 0.78);
}

.creator-light-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid rgba(255, 221, 143, 0.32);
  border-radius: 12px;
  background: rgba(3, 11, 32, 0.55);
}

.creator-light-entry input {
  border: 0;
  background: transparent;
}

.creator-light-entry i {
  padding-right: 12px;
  color: #ffd98a;
  font-style: normal;
  white-space: nowrap;
}

.creator-light-calculator input {
  width: 100%;
  border: 1px solid rgba(255, 221, 143, 0.28);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--cream);
  background: rgba(3, 11, 32, 0.55);
  outline: none;
}

.creator-light-calculator input[type="range"] {
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  accent-color: #ffd98a;
  background: linear-gradient(90deg, rgba(255, 217, 138, 0.85), rgba(72, 160, 255, 0.44));
}

.creator-light-number {
  max-width: 240px;
}

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

.creator-calculator-stats span {
  display: grid;
  gap: 3px;
  padding: 11px;
  border: 1px solid rgba(255, 221, 143, 0.16);
  border-radius: 15px;
  background: rgba(3, 11, 32, 0.38);
}

.creator-calculator-stats .creator-final-price {
  border-color: rgba(255, 221, 143, 0.32);
  background: linear-gradient(140deg, rgba(255, 221, 143, 0.14), rgba(3, 11, 32, 0.38));
}

.creator-calculator-stats strong {
  color: #ffe4a1;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.creator-calculator-stats small,
.creator-light-calculator p {
  color: rgba(255, 249, 234, 0.62);
}

.creator-light-calculator p {
  margin: 0;
}

.creator-final-amount {
  display: grid;
  gap: 4px;
  margin-top: 4px;
}

.creator-final-amount small {
  color: rgba(255, 249, 234, 0.7);
}

.creator-final-amount strong {
  color: #ffd98a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 7vw, 2.4rem);
  font-weight: 400;
  text-shadow: 0 0 20px rgba(255, 200, 93, 0.24);
}

.creator-payment-button {
  width: 100%;
  margin-top: 4px;
}

@media (min-width: 880px) {
  .sternenfabrik-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .creator-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .creator-product-card[open] {
    grid-column: 1 / -1;
  }

  .creator-product-checkout {
    grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  }

  .creator-product-sections {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .light-wallet-summary {
    grid-template-columns: 1fr;
  }

  .creator-booking-hero h4 {
    font-size: 1.55rem;
  }

  .creator-booking-hero p {
    font-size: 0.95rem;
  }

  .creator-product-grid {
    gap: 11px;
    margin: 16px 0;
  }

  .creator-product-card {
    padding: 0;
    border-radius: 16px;
  }

  .creator-product-card summary {
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-height: 0;
    padding: 12px 13px;
  }

  .creator-product-card[open] summary {
    min-height: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 221, 143, 0.12);
  }

  .creator-product-image {
    display: none;
  }

  .creator-product-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 12px;
  }

  .creator-product-topline b {
    overflow: hidden;
    font-size: 1.12rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .creator-product-topline em {
    padding: 0;
    border: 0;
    font-size: 0.92rem;
    background: transparent;
  }

  .creator-product-summary {
    display: none;
  }

  .creator-product-teaser {
    overflow: hidden;
    max-width: 100%;
    color: rgba(255, 249, 234, 0.64);
    font-size: 0.8rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .creator-product-light {
    display: none;
  }

  .creator-product-body {
    gap: 3px;
  }

  .creator-product-body > strong {
    display: none;
  }

  .creator-product-expanded {
    margin: 0;
    padding: 12px;
    border-width: 0;
    border-top: 1px solid rgba(255, 221, 143, 0.12);
    border-radius: 0 0 16px 16px;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 214, 121, 0.12), transparent 36%),
      rgba(3, 11, 32, 0.24);
  }

  .creator-product-checkout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .creator-product-decision {
    min-width: 0;
    gap: 10px;
  }

  .creator-checkout-price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 10px;
    padding: 10px 11px;
  }

  .creator-product-orb {
    width: 56px;
    height: 56px;
  }

  .creator-product-detail-card {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .creator-product-detail-price {
    top: 2px;
    right: 0;
    font-size: 1rem;
  }

  .creator-product-description {
    line-height: 1.55;
  }

  .creator-checkout-price span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .creator-checkout-price strong {
    font-size: 1.08rem;
  }

  .creator-product-select {
    width: 100%;
    justify-content: center;
    padding: 9px 12px;
  }

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

  .creator-calculator-stats .creator-final-price {
    grid-column: 1 / -1;
  }

  .creator-product-showcase {
    min-height: 145px;
    padding: 12px;
    border-radius: 14px;
  }

  .creator-product-showcase span {
    font-size: 1.22rem;
  }

  .creator-light-number {
    max-width: none;
  }

  .creator-light-calculator {
    gap: 11px;
    padding: 14px;
    border-radius: 14px;
    min-width: 0;
  }

  .creator-calculator-head span {
    font-size: 1rem;
  }

  .creator-product-sections {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
  }

  .creator-product-sections article {
    padding: 10px;
    border-radius: 14px;
  }
}
