:root {
  --ink: #1f1733;
  --muted: #6e6680;
  --surface: rgba(253, 252, 255, 0.95);
  --surface-soft: #f7f3ff;
  --purple-950: #1d0d55;
  --purple-900: #2b126d;
  --purple-800: #431b93;
  --purple-700: #5b27b7;
  --purple-600: #7341d2;
  --pink: #d184af;
  --pink-light: #f4c9e3;
  --lime: #aaff32;
  --lime-dark: #67a80f;
  --yellow: #e9df79;
  --line: rgba(77, 38, 139, 0.14);
  --shadow: 0 30px 90px rgba(20, 7, 65, 0.32);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  background:
    linear-gradient(110deg, rgba(20, 8, 72, .84), rgba(70, 27, 144, .44)),
    url("images/background_darkpurple.png") center / cover fixed no-repeat;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  opacity: .34;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.x9840a945d727 { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

#constellation {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .72;
}
.x7c476f7c97cc {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,.08);
}
.x7c476f7c97cc span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--lime), #fff58f, var(--pink));
  box-shadow: 0 0 18px rgba(170,255,50,.8);
}

.xcadc0c05ec9c {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 34px));
  min-height: calc(100vh - 44px);
  margin: 22px auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}
main { flex: 1; }

.x7198c00c12ac {
  position: sticky;
  top: 10px;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin: 12px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(84, 38, 155, .12);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 36px rgba(57, 24, 111, .10);
  backdrop-filter: blur(18px);
}
.xa9db59fb82ba {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  line-height: 1;
}
.xa848ea1ebd21 {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px 14px 14px 4px;
  color: white;
  font-size: 1.35rem;
  font-weight: 900;
  background: linear-gradient(145deg, var(--pink), var(--purple-700));
  box-shadow: 0 10px 24px rgba(91,39,183,.28);
}
.xa9db59fb82ba > span:last-child { display: grid; gap: 3px; }
.xa9db59fb82ba strong { font-size: .98rem; letter-spacing: .07em; }
.xa9db59fb82ba small { color: var(--purple-700); font-size: .67rem; letter-spacing: .28em; }
.xe29415d12b61 { display: flex; align-items: center; justify-content: center; gap: 5px; }
.x25d9c695cc1d {
  position: relative;
  padding: 10px 12px;
  border-radius: 12px;
  color: #615871;
  font-size: .91rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.x25d9c695cc1d::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  transform: translate(-50%, 8px) scale(0);
  box-shadow: 0 0 0 4px rgba(170,255,50,.18);
  transition: transform .25s ease;
}
.x25d9c695cc1d:hover, .x25d9c695cc1d.xdace1809acbc { color: var(--purple-800); background: #f5efff; transform: translateY(-1px); }
.x25d9c695cc1d.xdace1809acbc::after { transform: translate(-50%, 0) scale(1); }
.x58bdd38e33e4 { margin: 0; }
.x5053019b994b, .x06d8df8755cc, .x0ed083309a1a {
  border: 0;
  color: #1e2d08;
  font-weight: 850;
  background: var(--lime);
  box-shadow: 0 12px 26px rgba(121, 187, 32, .25);
}
.x5053019b994b { padding: 11px 17px; border-radius: 13px; text-transform: uppercase; font-size: .77rem; letter-spacing: .04em; }
.xadf84b7a6c8b { position: relative; overflow: hidden; isolation: isolate; transition: transform .24s ease, box-shadow .24s ease; }
.xadf84b7a6c8b::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 150%;
  aspect-ratio: 1;
  left: -25%;
  top: 75%;
  border-radius: 42%;
  background: var(--purple-800);
  transform: rotate(0deg);
  transition: top .55s cubic-bezier(.22,.8,.25,1), transform .8s ease;
}
.xadf84b7a6c8b:hover { color: white; transform: translateY(-2px); box-shadow: 0 15px 34px rgba(67,27,147,.28); }
.xadf84b7a6c8b:hover::before { top: -85%; transform: rotate(180deg); }
.xadf84b7a6c8b span { position: relative; z-index: 1; }
.x4aeed060da2d { display: none; }

.x1b39eb0bf7dd, .xd2992e747816 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 26px;
  padding: 24px 28px 34px;
}
.xd66c2b71974a { min-width: 0; }
.xb30125d86c7a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(270px, .82fr) minmax(300px, 1.18fr);
  gap: 28px;
  align-items: center;
  padding: 26px;
  overflow: hidden;
  border-radius: 28px;
  color: white;
  background:
    radial-gradient(circle at 92% 8%, rgba(209,132,175,.66), transparent 27%),
    linear-gradient(135deg, var(--purple-950), var(--purple-700));
  box-shadow: 0 24px 58px rgba(50,22,122,.24);
}
.xb30125d86c7a::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 45% 55% 58% 42%;
  animation: morph 10s ease-in-out infinite alternate;
}
@keyframes morph { 0% { transform: rotate(0deg) scale(.9); border-radius: 45% 55% 58% 42%; } 100% { transform: rotate(45deg) scale(1.08); border-radius: 62% 38% 42% 58%; } }
.x2d4ff998e5ac {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 24px;
  background: radial-gradient(circle at center, rgba(255,255,255,.15), rgba(255,255,255,.03) 58%);
  isolation: isolate;
}
.x1708e3b2541b {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  padding: 34px 18px 86px;
  text-align: center;
}
.x995048de4e45 {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-inline: 8px;
  color: white;
  font-size: clamp(2.7rem, 5.8vw, 4.7rem);
  font-weight: 950;
  line-height: .92;
  letter-spacing: -.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  text-transform: uppercase;
  text-shadow: 0 8px 30px rgba(5, 1, 25, .34);
  animation: product-name-float 4.8s ease-in-out infinite;
}
.x995048de4e45::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: -10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--lime), var(--pink-light), transparent);
  box-shadow: 0 0 18px rgba(170,255,50,.45);
  animation: identity-glow 2.8s ease-in-out infinite;
}
.xc3e02b3b6283 {
  width: 90px;
  height: 90px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(7,2,29,.42));
  animation: flag-float 4.2s ease-in-out infinite;
}
@keyframes product-name-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes flag-float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-9px) rotate(2deg); } }
@keyframes identity-glow { 0%,100% { opacity: .55; transform: scaleX(.82); } 50% { opacity: 1; transform: scaleX(1); } }
.xcde9063cc8fb { position: absolute; z-index: 1; border: 1px solid rgba(209,132,175,.55); border-radius: 50%; transform: rotate(-18deg); }
.xad1560a1da55 { width: 76%; height: 34%; animation: orbit-spin 13s linear infinite; }
.xa186ea0f7f8f { width: 58%; height: 58%; border-color: rgba(170,255,50,.38); animation: orbit-spin 18s linear infinite reverse; }
@keyframes orbit-spin { to { transform: rotate(342deg); } }
.x8263ffbf2bea { position: absolute; z-index: 4; width: 10px; height: 10px; border-radius: 50%; box-shadow: 0 0 22px currentColor; }
.xb2a35d284cad { top: 23%; left: 12%; color: var(--lime); background: currentColor; animation: dot-pulse 2s ease-in-out infinite; }
.xb127affa3835 { right: 11%; bottom: 25%; color: var(--pink-light); background: currentColor; animation: dot-pulse 2s .8s ease-in-out infinite; }
@keyframes dot-pulse { 50% { transform: scale(1.6); opacity: .55; } }
.x2d4ff998e5ac form { position: absolute; z-index: 6; left: 18px; right: 18px; bottom: 18px; }
.x0ed083309a1a { width: 100%; padding: 12px 16px; border-radius: 13px; }
.xdad91f41557a { position: relative; z-index: 2; align-self: start; padding-top: 2px; }
.xab4e98fe147e { margin: 0 0 9px; color: var(--purple-600); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.xdad91f41557a .xab4e98fe147e { color: var(--lime); }
.xdad91f41557a h1, .x5a7f1d0d051a h1, .xbdbc0008be77 h1 { margin: 0; line-height: 1.03; letter-spacing: -.045em; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.xdad91f41557a h1 span, .xbdbc0008be77 h1 span { display: block; color: var(--pink-light); }
.xd51fc720a92a { margin: 13px 0 0; color: rgba(255,255,255,.82); font-size: .98rem; }
.x85b03b75f20f { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.x85b03b75f20f div { padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.07); }
.x85b03b75f20f strong { display: block; color: white; font-size: 1.08rem; }
.x85b03b75f20f span { color: rgba(255,255,255,.58); font-size: .69rem; text-transform: uppercase; letter-spacing: .07em; }

.x4e5a33bd1f9c {
  position: relative;
  margin-top: 22px;
  padding: 32px 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: 0 16px 40px rgba(50,22,122,.07);
}
.x4e5a33bd1f9c::before, .x56eb09c4f6c4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: linear-gradient(225deg, var(--surface-soft) 50%, transparent 51%);
}
.xa596292b395c { position: absolute; right: 24px; top: 20px; color: rgba(91,39,183,.12); font-size: 4.5rem; font-weight: 950; line-height: 1; }
.x4e5a33bd1f9c h2 { margin: 0 0 16px; font-size: 2rem; letter-spacing: -.03em; }
.x4e5a33bd1f9c p { position: relative; margin: 0 0 15px; color: #51495f; }
.xafb16e30d31e { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding: 20px 24px; border-radius: 20px; background: #f0eaff; }
.xa22197e54146 { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; font-size: 1.4rem; background: var(--purple-700); }
.xafb16e30d31e span { display: block; color: var(--purple-600); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.xafb16e30d31e strong { display: block; font-size: .98rem; }

.x51cb10736a0c {
  position: sticky;
  top: 106px;
  align-self: start;
  padding: 27px 24px 24px;
  overflow: hidden;
  border: 1px solid rgba(209,132,175,.42);
  border-radius: 26px;
  background: linear-gradient(160deg, #fff 60%, #f5eeff);
  box-shadow: 0 24px 60px rgba(53,20,122,.13);
}
.x28d32dbdb855 { position: absolute; right: -60px; top: -76px; width: 180px; height: 180px; border: 24px solid rgba(170,255,50,.12); border-radius: 50%; }

/* Stable full-panel order-link overlay. Generated sites keep this selector unchanged. */
[data-order-hitbox] {
  position: absolute;
  inset: 0;
  z-index: 80;
  display: block;
  border-radius: inherit;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.x51cb10736a0c h2 { position: relative; margin: 0; max-width: 260px; font-size: 1.85rem; line-height: 1.05; letter-spacing: -.035em; }
.x67f86a75ab45 { position: relative; margin: 12px 0 19px; color: var(--muted); font-size: .84rem; }
.x7e5ee0af062a { position: relative; display: grid; gap: 10px; }
.x7e5ee0af062a label, .x4f230fa3b711 label { display: grid; gap: 5px; }
.x7e5ee0af062a label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.x7e5ee0af062a input, .x7e5ee0af062a select, .x4f230fa3b711 input, .x4f230fa3b711 textarea {
  width: 100%;
  outline: none;
  border: 1px solid #e0d9ec;
  border-radius: 11px;
  color: var(--ink);
  background: rgba(255,255,255,.84);
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}
.x7e5ee0af062a input, .x7e5ee0af062a select { height: 44px; padding: 0 13px; font-size: .79rem; }
.x7e5ee0af062a input:focus, .x7e5ee0af062a select:focus, .x4f230fa3b711 input:focus, .x4f230fa3b711 textarea:focus { border-color: var(--purple-600); box-shadow: 0 0 0 4px rgba(115,65,210,.12); background: white; }
.x06d8df8755cc { width: 100%; padding: 13px 18px; border-radius: 12px; margin-top: 4px; }
.x016e2459e8e1 { display: flex; gap: 7px; align-items: flex-start; margin: 15px 0 0; color: #81768f; font-size: .69rem; line-height: 1.4; }
.x016e2459e8e1 span { width: 7px; height: 7px; margin-top: 3px; flex: 0 0 auto; border-radius: 50%; background: var(--lime-dark); box-shadow: 0 0 0 4px rgba(170,255,50,.18); }

.xd2992e747816 { padding-top: 34px; }
.x5a7f1d0d051a { position: relative; padding: 42px 44px; overflow: hidden; border-radius: 28px; color: white; background: linear-gradient(120deg, var(--purple-950), var(--purple-700)); }
.x5a7f1d0d051a::after { content:""; position:absolute; width:250px; height:250px; right:-70px; top:-110px; border:1px solid rgba(255,255,255,.22); border-radius:50%; box-shadow: 0 0 0 34px rgba(255,255,255,.035), 0 0 0 72px rgba(255,255,255,.025); }
.x5a7f1d0d051a .xab4e98fe147e { color: var(--lime); }
.x5a7f1d0d051a h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
.x5a7f1d0d051a > p:not(.xab4e98fe147e) { position: relative; z-index: 2; max-width: 620px; margin: 17px 0 0; color: rgba(255,255,255,.74); }
.x32fc92843632 { position:absolute; left:44px; bottom:0; width:120px; height:5px; background:var(--lime); border-radius:999px 999px 0 0; }
.x62d6212eaf25 { display: grid; gap: 16px; margin-top: 20px; }
.x56eb09c4f6c4 { position: relative; display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 27px 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 30px rgba(49,19,118,.05); }
.x56eb09c4f6c4 > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--purple-700); font-size: .78rem; font-weight: 900; background: #f1eaff; }
.x56eb09c4f6c4 h2 { margin: 0 0 8px; font-size: 1.22rem; }
.x56eb09c4f6c4 p { margin: 0; color: #5b5367; }
.x3258942e8394 { position: relative; margin-top: 18px; padding: 28px 34px 28px 88px; overflow: hidden; border-radius: 22px; color: #2d2450; background: linear-gradient(120deg, var(--yellow), #fff4a2); }
.x3258942e8394 > span { position: absolute; left: 25px; top: -2px; color: rgba(67,27,147,.25); font-family: Georgia, serif; font-size: 6rem; line-height: 1; }
.x3258942e8394 p { margin: 0; font-weight: 800; }

.xbdbc0008be77 { display: grid; grid-template-columns: 1fr 230px; gap: 30px; align-items: center; margin: 34px 28px 0; padding: 50px 56px; border-radius: 30px; color: white; background: linear-gradient(125deg, var(--purple-950), var(--purple-700)); }
.xbdbc0008be77 .xab4e98fe147e { color: var(--lime); }
.xbdbc0008be77 h1 span { color: var(--pink-light); }
.xbdbc0008be77 p:not(.xab4e98fe147e) { max-width: 680px; color: rgba(255,255,255,.72); }
.xfabb632ccdfb { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: radial-gradient(circle, rgba(209,132,175,.55), rgba(255,255,255,.05) 60%); box-shadow: 0 0 0 20px rgba(255,255,255,.03), 0 0 0 42px rgba(255,255,255,.02); }
.xd79bcfadaa41 {
  width: 58%;
  height: 58%;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(20, 7, 54, .32));
  animation: flag-breathe 3.5s ease-in-out infinite;
}
@keyframes flag-breathe {
  0%, 100% { transform: translateY(0) scale(1) rotate(-2deg); }
  50% { transform: translateY(-8px) scale(1.07) rotate(2deg); }
}
.xa0800fbedd72 { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding: 24px 28px 38px; }
.x9073e9ab5ec1, .x4f230fa3b711 { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 18px 42px rgba(49,19,118,.07); }
.x9073e9ab5ec1 { overflow: hidden; }
.x9073e9ab5ec1 h2 { margin: 0 0 28px; font-size: 1.7rem; line-height: 1.2; }
.x67d541ebcc12 { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 16px 0; border-top: 1px solid #eee8f7; }
.x67d541ebcc12 > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: white; font-size: .68rem; font-weight: 900; background: var(--purple-700); }
.x67d541ebcc12 strong { display: block; font-size: .8rem; }
.x67d541ebcc12 a, .x67d541ebcc12 p { margin: 2px 0 0; color: var(--muted); text-decoration: none; }
.x67d541ebcc12 a:hover { color: var(--purple-700); }
.xa91a54b52db0 { position: absolute; width: 230px; height: 90px; right: -40px; bottom: -30px; opacity: .24; background: repeating-radial-gradient(ellipse at center, transparent 0 12px, var(--purple-600) 13px 15px, transparent 16px 25px); transform: rotate(-9deg); }
.x4f230fa3b711 { display: grid; gap: 16px; }
.x73462fe12311 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.x4f230fa3b711 label > span { color: #4f465c; font-size: .78rem; font-weight: 800; }
.x4f230fa3b711 label small { color: #978da3; font-weight: 500; }
.x4f230fa3b711 input, .x4f230fa3b711 textarea { padding: 12px 14px; }
.x4f230fa3b711 textarea { resize: vertical; min-height: 150px; }
.x4f230fa3b711 .x06d8df8755cc { max-width: 230px; }
.x7396b671f6a9 { margin: 0; color: #8b8197; font-size: .72rem; }
.x4d72e0f69dae { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.x5b72c323c71a { display: none; padding: 12px 14px; border-radius: 11px; font-size: .84rem; }
.x5b72c323c71a.x55a64bc7af61 { display: block; }
.x5b72c323c71a.x964812123b6f { color:#254e0b; background:#e9ffd6; border:1px solid #b8ed88; }
.x5b72c323c71a.xa1d5a2eb7060 { color:#7c1830; background:#ffe7ed; border:1px solid #f5aabd; }

.xc1038039a0b6 {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 20px 30px;
  color: #2f2751;
  background: linear-gradient(100deg, var(--yellow), #fff2a6 55%, #eadc72);
  border-top: 1px solid rgba(90,70,0,.12);
}
.xc1038039a0b6 .xd48ba1f2fda2 {
  justify-self: start;
  letter-spacing: .08em;
  font-size: .8rem;
}
.xc1038039a0b6 .x1c5f1e51de43 {
  justify-self: center;
  text-align: center;
  white-space: nowrap;
  font-size: .78rem;
}
.xc1038039a0b6 .x8de9e0f144f8 {
  justify-self: end;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.xc1038039a0b6 .x8de9e0f144f8:hover { color: var(--purple-700); }

.xf27eb0bb0f1e .xfcf9b294527d { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.xf27eb0bb0f1e .xfcf9b294527d.xe3706904581d { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .x1708e3b2541b { padding: 30px 18px 82px; }
  .x995048de4e45 { font-size: clamp(2.8rem, 10vw, 4.4rem); }
  .xc3e02b3b6283 { width: 82px; height: 82px; }

  .x7198c00c12ac { grid-template-columns: auto auto 1fr; }
  .xe29415d12b61 { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; padding: 10px; flex-direction: column; align-items: stretch; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.98); box-shadow:0 20px 45px rgba(32,12,88,.18); }
  .xe29415d12b61.x2279cc3c91e2, .xe29415d12b61[data-open="true"] { display: flex; }
  .x25d9c695cc1d { text-align: center; }
  .x4aeed060da2d { display: grid; width: 42px; height: 42px; place-content: center; gap: 4px; border: 0; border-radius: 12px; background:#f2ebff; }
  .x4aeed060da2d span { display:block; width:19px; height:2px; border-radius:2px; background:var(--purple-800); transition:transform .25s ease, opacity .25s ease; }
  .x4aeed060da2d[aria-expanded="true"] span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
  .x4aeed060da2d[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .x4aeed060da2d[aria-expanded="true"] span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
  .x58bdd38e33e4 { justify-self: end; }
  .x1b39eb0bf7dd, .xd2992e747816 { grid-template-columns: 1fr; }
  .x51cb10736a0c { position: relative; top: auto; width: min(640px, 100%); justify-self: center; }
  .x7e5ee0af062a { grid-template-columns: 1fr 1fr; }
  .x7e5ee0af062a .x06d8df8755cc, .x016e2459e8e1 { grid-column: 1 / -1; }
}

/* Keep the product name on ONE line on desktop/tablet.
   script.xf27eb0bb0f1e automatically reduces only the font size when a longer name needs it. */
@media (min-width: 761px) {
  .x2d4ff998e5ac {
    min-width: 0;
    container-type: inline-size;
  }
  .x1708e3b2541b {
    min-width: 0;
    max-width: 100%;
  }
  .x995048de4e45 {
    font-size: clamp(2.05rem, 4.2vw, 3.6rem);
    line-height: .95;
    letter-spacing: -.045em;
    white-space: nowrap;
  }
  @supports (font-size: 1cqw) {
    .x995048de4e45 {
      font-size: clamp(2.05rem, 18cqw, 3.6rem);
    }
  }
}

@media (max-width: 760px) {
  body { background-attachment: scroll; }
  .xcadc0c05ec9c { width: 100%; min-height: 100vh; margin: 0; border: 0; border-radius: 0; }
  .x7198c00c12ac {
    top: 0;
    margin: 8px;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 17px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand order";
  }
  .xa9db59fb82ba { grid-area: brand; min-width: 0; }
  .xa9db59fb82ba > span:last-child {
    display: flex;
    align-items: baseline;
    gap: 5px;
    min-width: 0;
    white-space: nowrap;
  }
  .x58bdd38e33e4 { grid-area: order; justify-self: end; }
  .x4aeed060da2d {
    position: absolute;
    left: 50%;
    top: calc(100% + 25px);
    z-index: 35;
    justify-self: auto;
    margin: 0;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255,255,255,.78);
    border-radius: 15px;
    background: linear-gradient(145deg, var(--purple-700), var(--purple-950));
    box-shadow: 0 14px 30px rgba(35,12,91,.34), 0 0 0 5px rgba(91,39,183,.10);
  }
  .x4aeed060da2d span { background: white; }
  .xe29415d12b61 { top: calc(100% + 72px); }
  .xa848ea1ebd21 { width: 38px; height: 38px; }
  .xa9db59fb82ba strong { font-size: .76rem; }
  .xa9db59fb82ba small {
    display: inline;
    color: var(--purple-700);
    font-size: .57rem;
    letter-spacing: .06em;
  }
  .x5053019b994b { padding: 10px 11px; font-size: .66rem; }
  .x1b39eb0bf7dd, .xd2992e747816 { padding: 16px 14px 26px; gap: 18px; }
  .xb30125d86c7a { grid-template-columns: 1fr; padding: 66px 18px 18px; }
  .x2d4ff998e5ac { min-height: 300px; }
  .x995048de4e45 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10.5vw, 3.15rem);
    line-height: .96;
    white-space: nowrap;
  }
  .xdad91f41557a h1 { font-size: 2.65rem; }
  .x85b03b75f20f { grid-template-columns: 1fr; }
  .x85b03b75f20f div { display:flex; align-items:center; justify-content:space-between; }
  .x4e5a33bd1f9c { padding: 26px 22px; }
  .x51cb10736a0c { padding: 25px 18px 20px; }
  .x7e5ee0af062a { grid-template-columns: 1fr; }
  .x7e5ee0af062a .x06d8df8755cc, .x016e2459e8e1 { grid-column: auto; }
  .x5a7f1d0d051a { padding: 34px 25px; }
  .x32fc92843632 { left:25px; }
  .x56eb09c4f6c4 { grid-template-columns: 1fr; padding: 24px 22px; }
  .x3258942e8394 { padding: 70px 22px 24px; }
  .x3258942e8394 > span { left:20px; top:2px; }
  .xbdbc0008be77 { grid-template-columns:1fr; margin:16px 14px 0; padding:34px 25px; }
  .xfabb632ccdfb { width:150px; justify-self:center; }
  .xa0800fbedd72 { grid-template-columns:1fr; padding:18px 14px 26px; }
  .x9073e9ab5ec1, .x4f230fa3b711 { padding:25px 20px; }
  .x73462fe12311 { grid-template-columns:1fr; }
  .x4f230fa3b711 .x06d8df8755cc { max-width:none; }
  .xc1038039a0b6 {
    min-height:72px;
    grid-template-columns:1fr;
    justify-items:center;
    gap:8px;
    padding:18px;
    text-align:center;
  }
  .xc1038039a0b6 .xd48ba1f2fda2,
  .xc1038039a0b6 .x1c5f1e51de43,
  .xc1038039a0b6 .x8de9e0f144f8 { justify-self:center; }
}

@media (max-width: 430px) {
  .xa9db59fb82ba { gap: 7px; }
  .xa9db59fb82ba strong { font-size: .72rem; letter-spacing: .045em; }
  .xa9db59fb82ba small { display:inline; font-size:.54rem; letter-spacing:.035em; }
  .x5053019b994b span { font-size:0; }
  .x5053019b994b span::after { content:"Commander"; font-size:.67rem; }
  .xdad91f41557a h1 { font-size:2.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  #constellation { display:none; }
  .xf27eb0bb0f1e .xfcf9b294527d { opacity:1; transform:none; }
}

/* =========================================================
   Template 3 Generator overrides — created automatically
   The original dark-purple image background remains fixed.
   ========================================================= */
:root {
  --ink: #1A2335;
  --muted: #667084;
  --surface: #F9FCFF;
  --surface-soft: #BCE4FF;
  --purple-950: #1D0B58;
  --purple-900: #1D0B58;
  --purple-800: #3A2A98;
  --purple-700: #5A45C7;
  --purple-600: #5B91DD;
  --pink: #8E9EEB;
  --pink-light: #BCE4FF;
  --lime: #87C9FF;
  --lime-dark: #3A2A98;
  --yellow: #DEECFF;
}

.xcadc0c05ec9c { background: #F9FCFF !important; }
.xa848ea1ebd21 { background: linear-gradient(145deg, #8E9EEB, #5A45C7) !important; }
.xa9db59fb82ba small { color: #5B91DD !important; }
.x25d9c695cc1d:hover, .x25d9c695cc1d.xdace1809acbc { color: #3A2A98 !important; }
.x25d9c695cc1d.xdace1809acbc::after { background: #87C9FF !important; }
.x5053019b994b { background: #87C9FF !important; color: #1A2335 !important; }
.x0ed083309a1a { background: #A3D8FF !important; color: #1A2335 !important; }
.x7e5ee0af062a .x06d8df8755cc { background: #87C9FF !important; color: #1A2335 !important; }
.x4f230fa3b711 .x06d8df8755cc { background: #BCE4FF !important; color: #1A2335 !important; }

.xb30125d86c7a,
.x5a7f1d0d051a,
.xbdbc0008be77 {
  background: radial-gradient(circle at 92% 8%, #8E9EEB, transparent 29%), linear-gradient(135deg, #1D0B58, #5A45C7) !important;
}

.xdad91f41557a h1,
.x5a7f1d0d051a h1,
.xbdbc0008be77 h1 {
  color: #EFF8FF !important;
  text-shadow: 0 2px 18px rgba(12, 4, 42, .18);
}

.x4e5a33bd1f9c,
.x56eb09c4f6c4,
.x9073e9ab5ec1,
.x4f230fa3b711,
.x51cb10736a0c { background: #FFFFFF !important; }

.x4e5a33bd1f9c h2,
.x56eb09c4f6c4 h2,
.x9073e9ab5ec1 h2,
.x51cb10736a0c h2 { color: #1C2942 !important; }
.x4e5a33bd1f9c p,
.x56eb09c4f6c4 p,
.x67f86a75ab45,
.x67d541ebcc12 a,
.x67d541ebcc12 p { color: #667084 !important; }

.x51cb10736a0c { border-color: #8E9EEB !important; }
.x51cb10736a0c .xab4e98fe147e,
.xafb16e30d31e span { color: #5B91DD !important; }
.x28d32dbdb855 { border-color: #BCE4FF !important; }

.xafb16e30d31e { background: #BCE4FF !important; color: #1A2335 !important; }
.xa22197e54146,
.x56eb09c4f6c4 > span,
.x67d541ebcc12 > span { background: #5A45C7 !important; color: white !important; }
.x3258942e8394 { background: linear-gradient(120deg, #DEECFF, #BCE4FF) !important; color: #1A2335 !important; }
.x32fc92843632 { background: #87C9FF !important; }

.xc1038039a0b6 { background: #DEECFF !important; color: #2B4768 !important; }
.xc1038039a0b6 a { color: #2B4768 !important; }

/* Full-panel order redirect: a real anchor sits above every field/button.
   data-order-hitbox is stable and is never affected by class randomization. */
.xca45caca0b64,
.xca45caca0b64 * { cursor: pointer !important; }
[data-order-hitbox] {
  position: absolute !important;
  inset: 0 !important;
  z-index: 80 !important;
  display: block !important;
  border-radius: inherit !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Product-name rule: ALWAYS stay on one line inside the artwork box.
   script.xf27eb0bb0f1e measures the real rendered width and reduces only font-size as needed,
   so future longer product names remain fully visible without wrapping. */
.x2d4ff998e5ac { min-width: 0 !important; width: 100% !important; overflow: hidden !important; }
.x1708e3b2541b { min-width: 0 !important; max-width: 100% !important; overflow: hidden !important; }
.x995048de4e45 {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-inline: 8px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}
.xdad91f41557a { min-width: 0 !important; position: relative; z-index: 3; }

@media (min-width: 761px) {
  .x995048de4e45 {
    font-size: clamp(2.05rem, 4.2vw, 3.6rem) !important;
    line-height: .95 !important;
    letter-spacing: -.045em !important;
  }
}

@media (max-width: 760px) {
  .x995048de4e45 {
    white-space: nowrap !important;
    overflow: hidden !important;
  }
}

@media (max-width: 760px) {
  /* Keep the burger in a dedicated strip BETWEEN the white header and the first card.
     These overrides are emitted into every generated website as an extra safeguard. */
  .x4aeed060da2d {
    top: calc(100% + 8px) !important;
    background: linear-gradient(145deg, #5A45C7, #1D0B58) !important;
    border-color: #BCE4FF !important;
  }
  .x4aeed060da2d span { background: white !important; }
  .xe29415d12b61 { top: calc(100% + 64px) !important; }
  [data-primary-nav][data-open="true"] { display: flex !important; }
  .x1b39eb0bf7dd, .xd2992e747816 { padding-top: 76px !important; }
  .xbdbc0008be77 { margin-top: 76px !important; }
}