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

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

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

.x7935f593ab82, .x10eb4753e9ea {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 26px;
  padding: 24px 28px 34px;
}
.xb488bc00f8a7 { min-width: 0; }
.xe1ed00be0b0b {
  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);
}
.xe1ed00be0b0b::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%; } }
.xacc2c8b1db3a {
  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;
}
.x4cfe069913dd {
  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;
}
.xdee294566b9a {
  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;
}
.xdee294566b9a::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;
}
.x8af6294d5c4e {
  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); } }
.xc273769980ff { position: absolute; z-index: 1; border: 1px solid rgba(209,132,175,.55); border-radius: 50%; transform: rotate(-18deg); }
.xf708451c039c { width: 76%; height: 34%; animation: orbit-spin 13s linear infinite; }
.xaceba355a73f { 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); } }
.x3f2adc27d395 { position: absolute; z-index: 4; width: 10px; height: 10px; border-radius: 50%; box-shadow: 0 0 22px currentColor; }
.x104cb32130c2 { top: 23%; left: 12%; color: var(--lime); background: currentColor; animation: dot-pulse 2s ease-in-out infinite; }
.x593b504e070a { 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; } }
.xacc2c8b1db3a form { position: absolute; z-index: 6; left: 18px; right: 18px; bottom: 18px; }
.x2126ad97064b { width: 100%; padding: 12px 16px; border-radius: 13px; }
.x7b6033826f1c { position: relative; z-index: 2; align-self: start; padding-top: 2px; }
.x3e3b077a50a3 { margin: 0 0 9px; color: var(--purple-600); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.x7b6033826f1c .x3e3b077a50a3 { color: var(--lime); }
.x7b6033826f1c h1, .x93b37fc123f6 h1, .xbf039ed07a78 h1 { margin: 0; line-height: 1.03; letter-spacing: -.045em; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.x7b6033826f1c h1 span, .xbf039ed07a78 h1 span { display: block; color: var(--pink-light); }
.x18356c695924 { margin: 13px 0 0; color: rgba(255,255,255,.82); font-size: .98rem; }
.x97756465df7c { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.x97756465df7c div { padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.07); }
.x97756465df7c strong { display: block; color: white; font-size: 1.08rem; }
.x97756465df7c span { color: rgba(255,255,255,.58); font-size: .69rem; text-transform: uppercase; letter-spacing: .07em; }

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

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

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

.xbf039ed07a78 { 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)); }
.xbf039ed07a78 .x3e3b077a50a3 { color: var(--lime); }
.xbf039ed07a78 h1 span { color: var(--pink-light); }
.xbf039ed07a78 p:not(.x3e3b077a50a3) { max-width: 680px; color: rgba(255,255,255,.72); }
.x0d6516bcda18 { 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); }
.xf34986f25365 {
  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); }
}
.xd98dffb3ae17 { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding: 24px 28px 38px; }
.x87502852f2b0, .xa19ec0229f96 { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 18px 42px rgba(49,19,118,.07); }
.x87502852f2b0 { overflow: hidden; }
.x87502852f2b0 h2 { margin: 0 0 28px; font-size: 1.7rem; line-height: 1.2; }
.xc3bc448e374c { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 16px 0; border-top: 1px solid #eee8f7; }
.xc3bc448e374c > 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); }
.xc3bc448e374c strong { display: block; font-size: .8rem; }
.xc3bc448e374c a, .xc3bc448e374c p { margin: 2px 0 0; color: var(--muted); text-decoration: none; }
.xc3bc448e374c a:hover { color: var(--purple-700); }
.x778c02b963f7 { 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); }
.xa19ec0229f96 { display: grid; gap: 16px; }
.xba41eb99e71e { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.xa19ec0229f96 label > span { color: #4f465c; font-size: .78rem; font-weight: 800; }
.xa19ec0229f96 label small { color: #978da3; font-weight: 500; }
.xa19ec0229f96 input, .xa19ec0229f96 textarea { padding: 12px 14px; }
.xa19ec0229f96 textarea { resize: vertical; min-height: 150px; }
.xa19ec0229f96 .x6ed58ffd0804 { max-width: 230px; }
.xa981da80450a { margin: 0; color: #8b8197; font-size: .72rem; }
.xc38b225e95c0 { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.xaf6173956e36 { display: none; padding: 12px 14px; border-radius: 11px; font-size: .84rem; }
.xaf6173956e36.xc8014f6afaa8 { display: block; }
.xaf6173956e36.x7fb98406bd25 { color:#254e0b; background:#e9ffd6; border:1px solid #b8ed88; }
.xaf6173956e36.xe8d4a64d15ad { color:#7c1830; background:#ffe7ed; border:1px solid #f5aabd; }

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

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

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

  .x8554f7f550bb { grid-template-columns: auto auto 1fr; }
  .xe85eb11d965f { 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); }
  .xe85eb11d965f.x31e15e64f241, .xe85eb11d965f[data-open="true"] { display: flex; }
  .x1b4da68b71d1 { text-align: center; }
  .xe907b6a5756a { display: grid; width: 42px; height: 42px; place-content: center; gap: 4px; border: 0; border-radius: 12px; background:#f2ebff; }
  .xe907b6a5756a span { display:block; width:19px; height:2px; border-radius:2px; background:var(--purple-800); transition:transform .25s ease, opacity .25s ease; }
  .xe907b6a5756a[aria-expanded="true"] span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
  .xe907b6a5756a[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .xe907b6a5756a[aria-expanded="true"] span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
  .x9511dc3421be { justify-self: end; }
  .x7935f593ab82, .x10eb4753e9ea { grid-template-columns: 1fr; }
  .x2cda20fd34fb { position: relative; top: auto; width: min(640px, 100%); justify-self: center; }
  .x3ad1ab54dd04 { grid-template-columns: 1fr 1fr; }
  .x3ad1ab54dd04 .x6ed58ffd0804, .x56c319f85a45 { grid-column: 1 / -1; }
}

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

@media (max-width: 760px) {
  body { background-attachment: scroll; }
  .x34783b23c9fc { width: 100%; min-height: 100vh; margin: 0; border: 0; border-radius: 0; }
  .x8554f7f550bb {
    top: 0;
    margin: 8px;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 17px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand order";
  }
  .xb9f878298c5b { grid-area: brand; min-width: 0; }
  .xb9f878298c5b > span:last-child {
    display: flex;
    align-items: baseline;
    gap: 5px;
    min-width: 0;
    white-space: nowrap;
  }
  .x9511dc3421be { grid-area: order; justify-self: end; }
  .xe907b6a5756a {
    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);
  }
  .xe907b6a5756a span { background: white; }
  .xe85eb11d965f { top: calc(100% + 72px); }
  .x8c59401d9ef7 { width: 38px; height: 38px; }
  .xb9f878298c5b strong { font-size: .76rem; }
  .xb9f878298c5b small {
    display: inline;
    color: var(--purple-700);
    font-size: .57rem;
    letter-spacing: .06em;
  }
  .x41d8b4d4e088 { padding: 10px 11px; font-size: .66rem; }
  .x7935f593ab82, .x10eb4753e9ea { padding: 16px 14px 26px; gap: 18px; }
  .xe1ed00be0b0b { grid-template-columns: 1fr; padding: 66px 18px 18px; }
  .xacc2c8b1db3a { min-height: 300px; }
  .xdee294566b9a {
    max-width: 100%;
    font-size: clamp(2.15rem, 10.5vw, 3.15rem);
    line-height: .96;
    white-space: nowrap;
  }
  .x7b6033826f1c h1 { font-size: 2.65rem; }
  .x97756465df7c { grid-template-columns: 1fr; }
  .x97756465df7c div { display:flex; align-items:center; justify-content:space-between; }
  .xf45979170069 { padding: 26px 22px; }
  .x2cda20fd34fb { padding: 25px 18px 20px; }
  .x3ad1ab54dd04 { grid-template-columns: 1fr; }
  .x3ad1ab54dd04 .x6ed58ffd0804, .x56c319f85a45 { grid-column: auto; }
  .x93b37fc123f6 { padding: 34px 25px; }
  .xc78a9f751d99 { left:25px; }
  .xeef374adf241 { grid-template-columns: 1fr; padding: 24px 22px; }
  .x2a1a01e37e42 { padding: 70px 22px 24px; }
  .x2a1a01e37e42 > span { left:20px; top:2px; }
  .xbf039ed07a78 { grid-template-columns:1fr; margin:16px 14px 0; padding:34px 25px; }
  .x0d6516bcda18 { width:150px; justify-self:center; }
  .xd98dffb3ae17 { grid-template-columns:1fr; padding:18px 14px 26px; }
  .x87502852f2b0, .xa19ec0229f96 { padding:25px 20px; }
  .xba41eb99e71e { grid-template-columns:1fr; }
  .xa19ec0229f96 .x6ed58ffd0804 { max-width:none; }
  .x1b635787d594 {
    min-height:72px;
    grid-template-columns:1fr;
    justify-items:center;
    gap:8px;
    padding:18px;
    text-align:center;
  }
  .x1b635787d594 .xb904836fb840,
  .x1b635787d594 .xb077c7c4cade,
  .x1b635787d594 .x12ebad72006a { justify-self:center; }
}

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

/* =========================================================
   Template 3 Generator overrides — created automatically
   The original dark-purple image background remains fixed.
   ========================================================= */
:root {
  --ink: #2B1F34;
  --muted: #786A78;
  --surface: #FFF9FD;
  --surface-soft: #FFC3E2;
  --purple-950: #260D59;
  --purple-900: #260D59;
  --purple-800: #4C1F91;
  --purple-700: #6A2FB7;
  --purple-600: #E05A9F;
  --pink: #D779B5;
  --pink-light: #FFC3E2;
  --lime: #FF8FC8;
  --lime-dark: #4C1F91;
  --yellow: #FFE0EF;
}

.x34783b23c9fc { background: #FFF9FD !important; }
.x8c59401d9ef7 { background: linear-gradient(145deg, #D779B5, #6A2FB7) !important; }
.xb9f878298c5b small { color: #E05A9F !important; }
.x1b4da68b71d1:hover, .x1b4da68b71d1.xcd70186b7671 { color: #4C1F91 !important; }
.x1b4da68b71d1.xcd70186b7671::after { background: #FF8FC8 !important; }
.x41d8b4d4e088 { background: #FF8FC8 !important; color: #2B1F34 !important; }
.x2126ad97064b { background: #FFA9D5 !important; color: #2B1F34 !important; }
.x3ad1ab54dd04 .x6ed58ffd0804 { background: #FF8FC8 !important; color: #2B1F34 !important; }
.xa19ec0229f96 .x6ed58ffd0804 { background: #FFC3E2 !important; color: #2B1F34 !important; }

.xe1ed00be0b0b,
.x93b37fc123f6,
.xbf039ed07a78 {
  background: radial-gradient(circle at 92% 8%, #D779B5, transparent 29%), linear-gradient(135deg, #260D59, #6A2FB7) !important;
}

.x7b6033826f1c h1,
.x93b37fc123f6 h1,
.xbf039ed07a78 h1 {
  color: #FFF0F8 !important;
  text-shadow: 0 2px 18px rgba(12, 4, 42, .18);
}

.xf45979170069,
.xeef374adf241,
.x87502852f2b0,
.xa19ec0229f96,
.x2cda20fd34fb { background: #FFFFFF !important; }

.xf45979170069 h2,
.xeef374adf241 h2,
.x87502852f2b0 h2,
.x2cda20fd34fb h2 { color: #39213F !important; }
.xf45979170069 p,
.xeef374adf241 p,
.x65256cad6e1a,
.xc3bc448e374c a,
.xc3bc448e374c p { color: #786A78 !important; }

.x2cda20fd34fb { border-color: #D779B5 !important; }
.x2cda20fd34fb .x3e3b077a50a3,
.x1661d1db67a6 span { color: #E05A9F !important; }
.xbb7893c27804 { border-color: #FFC3E2 !important; }

.x1661d1db67a6 { background: #FFC3E2 !important; color: #2B1F34 !important; }
.xfc7de7821bb7,
.xeef374adf241 > span,
.xc3bc448e374c > span { background: #6A2FB7 !important; color: white !important; }
.x2a1a01e37e42 { background: linear-gradient(120deg, #FFE0EF, #FFC3E2) !important; color: #2B1F34 !important; }
.xc78a9f751d99 { background: #FF8FC8 !important; }

.x1b635787d594 { background: #FFE0EF !important; color: #6B3651 !important; }
.x1b635787d594 a { color: #6B3651 !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. */
.x71bc00c6ed1e,
.x71bc00c6ed1e * { 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.xaf2f46738575 measures the real rendered width and reduces only font-size as needed,
   so future longer product names remain fully visible without wrapping. */
.xacc2c8b1db3a { min-width: 0 !important; width: 100% !important; overflow: hidden !important; }
.x4cfe069913dd { min-width: 0 !important; max-width: 100% !important; overflow: hidden !important; }
.xdee294566b9a {
  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;
}
.x7b6033826f1c { min-width: 0 !important; position: relative; z-index: 3; }

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

@media (max-width: 760px) {
  .xdee294566b9a {
    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. */
  .xe907b6a5756a {
    top: calc(100% + 8px) !important;
    background: linear-gradient(145deg, #6A2FB7, #260D59) !important;
    border-color: #FFC3E2 !important;
  }
  .xe907b6a5756a span { background: white !important; }
  .xe85eb11d965f { top: calc(100% + 64px) !important; }
  [data-primary-nav][data-open="true"] { display: flex !important; }
  .x7935f593ab82, .x10eb4753e9ea { padding-top: 76px !important; }
  .xbf039ed07a78 { margin-top: 76px !important; }
}