: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%; }
.x25c5e447c954 { 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;
}
.x552392500c93 {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,.08);
}
.x552392500c93 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);
}

.x2389d35b85ed {
  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; }

.xe6aa54502d90 {
  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);
}
.x1f61060a3284 {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  line-height: 1;
}
.x22971149c590 {
  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);
}
.x1f61060a3284 > span:last-child { display: grid; gap: 3px; }
.x1f61060a3284 strong { font-size: .98rem; letter-spacing: .07em; }
.x1f61060a3284 small { color: var(--purple-700); font-size: .67rem; letter-spacing: .28em; }
.x8c8f02960848 { display: flex; align-items: center; justify-content: center; gap: 5px; }
.x816b283998ad {
  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;
}
.x816b283998ad::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;
}
.x816b283998ad:hover, .x816b283998ad.xcb88714fd40e { color: var(--purple-800); background: #f5efff; transform: translateY(-1px); }
.x816b283998ad.xcb88714fd40e::after { transform: translate(-50%, 0) scale(1); }
.x7c2596b8b545 { margin: 0; }
.xd65daa4e02de, .xcf9050e6e81b, .x851037b4adec {
  border: 0;
  color: #1e2d08;
  font-weight: 850;
  background: var(--lime);
  box-shadow: 0 12px 26px rgba(121, 187, 32, .25);
}
.xd65daa4e02de { padding: 11px 17px; border-radius: 13px; text-transform: uppercase; font-size: .77rem; letter-spacing: .04em; }
.xddb6378b59dc { position: relative; overflow: hidden; isolation: isolate; transition: transform .24s ease, box-shadow .24s ease; }
.xddb6378b59dc::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;
}
.xddb6378b59dc:hover { color: white; transform: translateY(-2px); box-shadow: 0 15px 34px rgba(67,27,147,.28); }
.xddb6378b59dc:hover::before { top: -85%; transform: rotate(180deg); }
.xddb6378b59dc span { position: relative; z-index: 1; }
.x12ee1fcbe5d4 { display: none; }

.x3ebd10ace877, .xd4526bc342da {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 26px;
  padding: 24px 28px 34px;
}
.x679a5becae5e { min-width: 0; }
.x83b8bf0618af {
  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);
}
.x83b8bf0618af::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%; } }
.xadc1a799270e {
  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;
}
.xa84af6b16ed2 {
  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;
}
.x2615ae947bb5 {
  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;
}
.x2615ae947bb5::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;
}
.xda6b28e5eee4 {
  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); } }
.xe1ac1a7d8235 { position: absolute; z-index: 1; border: 1px solid rgba(209,132,175,.55); border-radius: 50%; transform: rotate(-18deg); }
.x05f5083d8dac { width: 76%; height: 34%; animation: orbit-spin 13s linear infinite; }
.x4052737a9cbc { 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); } }
.x7c2c7947cc6c { position: absolute; z-index: 4; width: 10px; height: 10px; border-radius: 50%; box-shadow: 0 0 22px currentColor; }
.x074c3ef80271 { top: 23%; left: 12%; color: var(--lime); background: currentColor; animation: dot-pulse 2s ease-in-out infinite; }
.x39ec521bc92d { 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; } }
.xadc1a799270e form { position: absolute; z-index: 6; left: 18px; right: 18px; bottom: 18px; }
.x851037b4adec { width: 100%; padding: 12px 16px; border-radius: 13px; }
.x1bf230dcaa70 { position: relative; z-index: 2; align-self: start; padding-top: 2px; }
.x3f9140c2221f { margin: 0 0 9px; color: var(--purple-600); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.x1bf230dcaa70 .x3f9140c2221f { color: var(--lime); }
.x1bf230dcaa70 h1, .x35b7549cdd9f h1, .xeb7786e60ea6 h1 { margin: 0; line-height: 1.03; letter-spacing: -.045em; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.x1bf230dcaa70 h1 span, .xeb7786e60ea6 h1 span { display: block; color: var(--pink-light); }
.x7604510a9323 { margin: 13px 0 0; color: rgba(255,255,255,.82); font-size: .98rem; }
.x84712db27a18 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.x84712db27a18 div { padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.07); }
.x84712db27a18 strong { display: block; color: white; font-size: 1.08rem; }
.x84712db27a18 span { color: rgba(255,255,255,.58); font-size: .69rem; text-transform: uppercase; letter-spacing: .07em; }

.xf28f4228058c {
  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);
}
.xf28f4228058c::before, .x6c539af0ec6b::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: linear-gradient(225deg, var(--surface-soft) 50%, transparent 51%);
}
.x07283583070e { position: absolute; right: 24px; top: 20px; color: rgba(91,39,183,.12); font-size: 4.5rem; font-weight: 950; line-height: 1; }
.xf28f4228058c h2 { margin: 0 0 16px; font-size: 2rem; letter-spacing: -.03em; }
.xf28f4228058c p { position: relative; margin: 0 0 15px; color: #51495f; }
.x8388352ca48c { display: flex; align-items: center; gap: 16px; margin-top: 20px; padding: 20px 24px; border-radius: 20px; background: #f0eaff; }
.xa6c97ecf9bb6 { 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); }
.x8388352ca48c span { display: block; color: var(--purple-600); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.x8388352ca48c strong { display: block; font-size: .98rem; }

.xed163dd0ea10 {
  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);
}
.x75411ba2ecc6 { 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;
}
.xed163dd0ea10 h2 { position: relative; margin: 0; max-width: 260px; font-size: 1.85rem; line-height: 1.05; letter-spacing: -.035em; }
.x299c63f8a7ca { position: relative; margin: 12px 0 19px; color: var(--muted); font-size: .84rem; }
.x79c576f5eb27 { position: relative; display: grid; gap: 10px; }
.x79c576f5eb27 label, .x8ab552f1e33e label { display: grid; gap: 5px; }
.x79c576f5eb27 label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.x79c576f5eb27 input, .x79c576f5eb27 select, .x8ab552f1e33e input, .x8ab552f1e33e 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;
}
.x79c576f5eb27 input, .x79c576f5eb27 select { height: 44px; padding: 0 13px; font-size: .79rem; }
.x79c576f5eb27 input:focus, .x79c576f5eb27 select:focus, .x8ab552f1e33e input:focus, .x8ab552f1e33e textarea:focus { border-color: var(--purple-600); box-shadow: 0 0 0 4px rgba(115,65,210,.12); background: white; }
.xcf9050e6e81b { width: 100%; padding: 13px 18px; border-radius: 12px; margin-top: 4px; }
.xb7c700c7ea0d { display: flex; gap: 7px; align-items: flex-start; margin: 15px 0 0; color: #81768f; font-size: .69rem; line-height: 1.4; }
.xb7c700c7ea0d 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); }

.xd4526bc342da { padding-top: 34px; }
.x35b7549cdd9f { position: relative; padding: 42px 44px; overflow: hidden; border-radius: 28px; color: white; background: linear-gradient(120deg, var(--purple-950), var(--purple-700)); }
.x35b7549cdd9f::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); }
.x35b7549cdd9f .x3f9140c2221f { color: var(--lime); }
.x35b7549cdd9f h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
.x35b7549cdd9f > p:not(.x3f9140c2221f) { position: relative; z-index: 2; max-width: 620px; margin: 17px 0 0; color: rgba(255,255,255,.74); }
.xbb8e08637ced { position:absolute; left:44px; bottom:0; width:120px; height:5px; background:var(--lime); border-radius:999px 999px 0 0; }
.x12ea97959257 { display: grid; gap: 16px; margin-top: 20px; }
.x6c539af0ec6b { 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); }
.x6c539af0ec6b > 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; }
.x6c539af0ec6b h2 { margin: 0 0 8px; font-size: 1.22rem; }
.x6c539af0ec6b p { margin: 0; color: #5b5367; }
.xe88a97dab5dc { position: relative; margin-top: 18px; padding: 28px 34px 28px 88px; overflow: hidden; border-radius: 22px; color: #2d2450; background: linear-gradient(120deg, var(--yellow), #fff4a2); }
.xe88a97dab5dc > span { position: absolute; left: 25px; top: -2px; color: rgba(67,27,147,.25); font-family: Georgia, serif; font-size: 6rem; line-height: 1; }
.xe88a97dab5dc p { margin: 0; font-weight: 800; }

.xeb7786e60ea6 { 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)); }
.xeb7786e60ea6 .x3f9140c2221f { color: var(--lime); }
.xeb7786e60ea6 h1 span { color: var(--pink-light); }
.xeb7786e60ea6 p:not(.x3f9140c2221f) { max-width: 680px; color: rgba(255,255,255,.72); }
.x03e73ba8d2e3 { 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); }
.xfd293bf70ebf {
  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); }
}
.x957dffa946f0 { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding: 24px 28px 38px; }
.x5d5d41bbb05c, .x8ab552f1e33e { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 18px 42px rgba(49,19,118,.07); }
.x5d5d41bbb05c { overflow: hidden; }
.x5d5d41bbb05c h2 { margin: 0 0 28px; font-size: 1.7rem; line-height: 1.2; }
.xc1527df8749f { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 16px 0; border-top: 1px solid #eee8f7; }
.xc1527df8749f > 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); }
.xc1527df8749f strong { display: block; font-size: .8rem; }
.xc1527df8749f a, .xc1527df8749f p { margin: 2px 0 0; color: var(--muted); text-decoration: none; }
.xc1527df8749f a:hover { color: var(--purple-700); }
.x018f4ea94f20 { 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); }
.x8ab552f1e33e { display: grid; gap: 16px; }
.xfc1fa87b499d { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.x8ab552f1e33e label > span { color: #4f465c; font-size: .78rem; font-weight: 800; }
.x8ab552f1e33e label small { color: #978da3; font-weight: 500; }
.x8ab552f1e33e input, .x8ab552f1e33e textarea { padding: 12px 14px; }
.x8ab552f1e33e textarea { resize: vertical; min-height: 150px; }
.x8ab552f1e33e .xcf9050e6e81b { max-width: 230px; }
.xa0965d386a6a { margin: 0; color: #8b8197; font-size: .72rem; }
.xd925cff9aaee { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.x837836d2dd27 { display: none; padding: 12px 14px; border-radius: 11px; font-size: .84rem; }
.x837836d2dd27.xf9615b086424 { display: block; }
.x837836d2dd27.x140fc0ff64b4 { color:#254e0b; background:#e9ffd6; border:1px solid #b8ed88; }
.x837836d2dd27.x0dfe3b693c54 { color:#7c1830; background:#ffe7ed; border:1px solid #f5aabd; }

.x458a108fad03 {
  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);
}
.x458a108fad03 .xefff781387e8 {
  justify-self: start;
  letter-spacing: .08em;
  font-size: .8rem;
}
.x458a108fad03 .x79ce4bc0049a {
  justify-self: center;
  text-align: center;
  white-space: nowrap;
  font-size: .78rem;
}
.x458a108fad03 .x444d91064479 {
  justify-self: end;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.x458a108fad03 .x444d91064479:hover { color: var(--purple-700); }

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

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

  .xe6aa54502d90 { grid-template-columns: auto auto 1fr; }
  .x8c8f02960848 { 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); }
  .x8c8f02960848.xdf4fd0fa1032, .x8c8f02960848[data-open="true"] { display: flex; }
  .x816b283998ad { text-align: center; }
  .x12ee1fcbe5d4 { display: grid; width: 42px; height: 42px; place-content: center; gap: 4px; border: 0; border-radius: 12px; background:#f2ebff; }
  .x12ee1fcbe5d4 span { display:block; width:19px; height:2px; border-radius:2px; background:var(--purple-800); transition:transform .25s ease, opacity .25s ease; }
  .x12ee1fcbe5d4[aria-expanded="true"] span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
  .x12ee1fcbe5d4[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .x12ee1fcbe5d4[aria-expanded="true"] span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
  .x7c2596b8b545 { justify-self: end; }
  .x3ebd10ace877, .xd4526bc342da { grid-template-columns: 1fr; }
  .xed163dd0ea10 { position: relative; top: auto; width: min(640px, 100%); justify-self: center; }
  .x79c576f5eb27 { grid-template-columns: 1fr 1fr; }
  .x79c576f5eb27 .xcf9050e6e81b, .xb7c700c7ea0d { grid-column: 1 / -1; }
}

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

@media (max-width: 760px) {
  body { background-attachment: scroll; }
  .x2389d35b85ed { width: 100%; min-height: 100vh; margin: 0; border: 0; border-radius: 0; }
  .xe6aa54502d90 {
    top: 0;
    margin: 8px;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 17px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand order";
  }
  .x1f61060a3284 { grid-area: brand; min-width: 0; }
  .x1f61060a3284 > span:last-child {
    display: flex;
    align-items: baseline;
    gap: 5px;
    min-width: 0;
    white-space: nowrap;
  }
  .x7c2596b8b545 { grid-area: order; justify-self: end; }
  .x12ee1fcbe5d4 {
    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);
  }
  .x12ee1fcbe5d4 span { background: white; }
  .x8c8f02960848 { top: calc(100% + 72px); }
  .x22971149c590 { width: 38px; height: 38px; }
  .x1f61060a3284 strong { font-size: .76rem; }
  .x1f61060a3284 small {
    display: inline;
    color: var(--purple-700);
    font-size: .57rem;
    letter-spacing: .06em;
  }
  .xd65daa4e02de { padding: 10px 11px; font-size: .66rem; }
  .x3ebd10ace877, .xd4526bc342da { padding: 16px 14px 26px; gap: 18px; }
  .x83b8bf0618af { grid-template-columns: 1fr; padding: 66px 18px 18px; }
  .xadc1a799270e { min-height: 300px; }
  .x2615ae947bb5 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10.5vw, 3.15rem);
    line-height: .96;
    white-space: nowrap;
  }
  .x1bf230dcaa70 h1 { font-size: 2.65rem; }
  .x84712db27a18 { grid-template-columns: 1fr; }
  .x84712db27a18 div { display:flex; align-items:center; justify-content:space-between; }
  .xf28f4228058c { padding: 26px 22px; }
  .xed163dd0ea10 { padding: 25px 18px 20px; }
  .x79c576f5eb27 { grid-template-columns: 1fr; }
  .x79c576f5eb27 .xcf9050e6e81b, .xb7c700c7ea0d { grid-column: auto; }
  .x35b7549cdd9f { padding: 34px 25px; }
  .xbb8e08637ced { left:25px; }
  .x6c539af0ec6b { grid-template-columns: 1fr; padding: 24px 22px; }
  .xe88a97dab5dc { padding: 70px 22px 24px; }
  .xe88a97dab5dc > span { left:20px; top:2px; }
  .xeb7786e60ea6 { grid-template-columns:1fr; margin:16px 14px 0; padding:34px 25px; }
  .x03e73ba8d2e3 { width:150px; justify-self:center; }
  .x957dffa946f0 { grid-template-columns:1fr; padding:18px 14px 26px; }
  .x5d5d41bbb05c, .x8ab552f1e33e { padding:25px 20px; }
  .xfc1fa87b499d { grid-template-columns:1fr; }
  .x8ab552f1e33e .xcf9050e6e81b { max-width:none; }
  .x458a108fad03 {
    min-height:72px;
    grid-template-columns:1fr;
    justify-items:center;
    gap:8px;
    padding:18px;
    text-align:center;
  }
  .x458a108fad03 .xefff781387e8,
  .x458a108fad03 .x79ce4bc0049a,
  .x458a108fad03 .x444d91064479 { justify-self:center; }
}

@media (max-width: 430px) {
  .x1f61060a3284 { gap: 7px; }
  .x1f61060a3284 strong { font-size: .72rem; letter-spacing: .045em; }
  .x1f61060a3284 small { display:inline; font-size:.54rem; letter-spacing:.035em; }
  .xd65daa4e02de span { font-size:0; }
  .xd65daa4e02de span::after { content:"Commander"; font-size:.67rem; }
  .x1bf230dcaa70 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; }
  .x6dc63da484e4 .xa041a85a3345 { opacity:1; transform:none; }
}

/* =========================================================
   Template 3 Generator overrides — created automatically
   The original dark-purple image background remains fixed.
   ========================================================= */
:root {
  --ink: #1F1733;
  --muted: #6E6680;
  --surface: #FDFCFF;
  --surface-soft: #C6FF79;
  --purple-950: #1D0D55;
  --purple-900: #1D0D55;
  --purple-800: #431B93;
  --purple-700: #5B27B7;
  --purple-600: #7341D2;
  --pink: #D184AF;
  --pink-light: #C6FF79;
  --lime: #AAFF32;
  --lime-dark: #431B93;
  --yellow: #E9DF79;
}

.x2389d35b85ed { background: #FDFCFF !important; }
.x22971149c590 { background: linear-gradient(145deg, #D184AF, #5B27B7) !important; }
.x1f61060a3284 small { color: #7341D2 !important; }
.x816b283998ad:hover, .x816b283998ad.xcb88714fd40e { color: #431B93 !important; }
.x816b283998ad.xcb88714fd40e::after { background: #AAFF32 !important; }
.xd65daa4e02de { background: #AAFF32 !important; color: #1F1733 !important; }
.x851037b4adec { background: #AAFF32 !important; color: #1F1733 !important; }
.x79c576f5eb27 .xcf9050e6e81b { background: #AAFF32 !important; color: #1F1733 !important; }
.x8ab552f1e33e .xcf9050e6e81b { background: #C6FF79 !important; color: #1F1733 !important; }

.x83b8bf0618af,
.x35b7549cdd9f,
.xeb7786e60ea6 {
  background: radial-gradient(circle at 92% 8%, #D184AF, transparent 29%), linear-gradient(135deg, #1D0D55, #5B27B7) !important;
}

.x1bf230dcaa70 h1,
.x35b7549cdd9f h1,
.xeb7786e60ea6 h1 {
  color: #FFFDFB !important;
  text-shadow: 0 2px 18px rgba(12, 4, 42, .18);
}

.xf28f4228058c,
.x6c539af0ec6b,
.x5d5d41bbb05c,
.x8ab552f1e33e,
.xed163dd0ea10 { background: #FFFFFF !important; }

.xf28f4228058c h2,
.x6c539af0ec6b h2,
.x5d5d41bbb05c h2,
.xed163dd0ea10 h2 { color: #2B1850 !important; }
.xf28f4228058c p,
.x6c539af0ec6b p,
.x299c63f8a7ca,
.xc1527df8749f a,
.xc1527df8749f p { color: #6E6680 !important; }

.xed163dd0ea10 { border-color: #D184AF !important; }
.xed163dd0ea10 .x3f9140c2221f,
.x8388352ca48c span { color: #7341D2 !important; }
.x75411ba2ecc6 { border-color: #C6FF79 !important; }

.x8388352ca48c { background: #C6FF79 !important; color: #1F1733 !important; }
.xa6c97ecf9bb6,
.x6c539af0ec6b > span,
.xc1527df8749f > span { background: #5B27B7 !important; color: white !important; }
.xe88a97dab5dc { background: linear-gradient(120deg, #E9DF79, #C6FF79) !important; color: #1F1733 !important; }
.xbb8e08637ced { background: #AAFF32 !important; }

.x458a108fad03 { background: #E9DF79 !important; color: #2F2751 !important; }
.x458a108fad03 a { color: #2F2751 !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. */
.xe1b3ab1b2463,
.xe1b3ab1b2463 * { 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.x6dc63da484e4 measures the real rendered width and reduces only font-size as needed,
   so future longer product names remain fully visible without wrapping. */
.xadc1a799270e { min-width: 0 !important; width: 100% !important; overflow: hidden !important; }
.xa84af6b16ed2 { min-width: 0 !important; max-width: 100% !important; overflow: hidden !important; }
.x2615ae947bb5 {
  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;
}
.x1bf230dcaa70 { min-width: 0 !important; position: relative; z-index: 3; }

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

@media (max-width: 760px) {
  .x2615ae947bb5 {
    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. */
  .x12ee1fcbe5d4 {
    top: calc(100% + 8px) !important;
    background: linear-gradient(145deg, #5B27B7, #1D0D55) !important;
    border-color: #C6FF79 !important;
  }
  .x12ee1fcbe5d4 span { background: white !important; }
  .x8c8f02960848 { top: calc(100% + 64px) !important; }
  [data-primary-nav][data-open="true"] { display: flex !important; }
  .x3ebd10ace877, .xd4526bc342da { padding-top: 76px !important; }
  .xeb7786e60ea6 { margin-top: 76px !important; }
}