@font-face {
  font-family: "29LT Adir";
  src: url("assets/29LTAdir-Bold.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Burbank Big";
  src: url("assets/burbank-big-bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pricedown";
  src: url("assets/pricedown-bl.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Minecrafter";
  src: url("assets/minecrafter-alt.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Luckiest Guy";
  src: url("assets/luckiest-guy.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Sugo Pro Classic";
  src: url("assets/sugo-pro-classic-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pokemon";
  src: url("assets/pokemon.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Star Jedi";
  src: url("assets/starjedi-creator-v2.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Super Mario 256";
  src: url("assets/supermario256.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Bartex";
  src: url("assets/bartex.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Twitchy TV";
  src: url("assets/twitchy-tv.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Valorant";
  src: url("assets/valorant-font.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "QT Friz Quadrata";
  src: url("assets/QTFrizQuad.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Simpsonfont";
  src: url("assets/simpsonfont-demo.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

:root { color-scheme: light; font-family: Arial, sans-serif; color: #161616; }
* { box-sizing: border-box; }
.svg-defs { height: 0; overflow: hidden; position: absolute; width: 0; }
html, body { margin: 0; overflow: hidden; background: transparent; }
.customizer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: minmax(300px, 390px) minmax(0, 1fr); gap: clamp(24px, 3.2vw, 44px); align-items: start; padding: 36px 0; border-radius: 24px; background-color: #f6f6f6; background-image: var(--creator-background, none); background-position: center; background-size: cover; background-repeat: no-repeat; }
.panel { min-width: 0; padding: 28px; border: 1px solid #e5e2dc; border-radius: 22px; background: #fff; box-shadow: 0 18px 50px #2222220d; }
.eyebrow { color: #e62117; font-family: "Sugo Pro Classic", Arial, sans-serif; font-weight: 400; letter-spacing: .14em; font-size: 16px; }
h1 { font-family: "Sugo Pro Classic", Arial, sans-serif; font-weight: 400; font-size: clamp(36px, 4vw, 52px); line-height: .94; margin: 10px 0 16px; }
.intro { color: #666; line-height: 1.5; margin: 0 0 24px; }
.primary-name-field { margin: 0 0 24px; padding: 16px; border: 1px solid #efc7c3; border-radius: 14px; background: transparent; }
.primary-name-field label { margin-bottom: 10px; color: #a91d16; font-size: 17px; }
.primary-name-field input { border-color: #e62117; font-size: 21px; font-weight: 700; box-shadow: 0 0 0 4px #e6211710; }
.primary-name-field .hint { margin-bottom: 0; }
.style-picker { margin: 0 0 20px; }
.logo-picker { margin: -8px 0 20px; }
.character-picker { margin: -8px 0 20px; }
.minecraft-options { margin: -8px 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.minecraft-options[hidden] { display: none; }
.starwars-options { margin: -8px 0 20px; }
.starwars-options[hidden] { display: none; }
.simpsons-options { margin: -8px 0 20px; }
.simpsons-options[hidden] { display: none; }
.supermario-options { margin: -8px 0 20px; }
.supermario-options[hidden] { display: none; }
.tiktok-options { margin: -8px 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tiktok-options[hidden] { display: none; }
.valorant-options { margin: -8px 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.valorant-options[hidden] { display: none; }
.wow-options { margin: -8px 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wow-options[hidden] { display: none; }
.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; right: 18px; top: 50%; width: 8px; height: 8px; border-right: 2px solid #555; border-bottom: 2px solid #555; transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.style-picker select, .logo-picker select, .character-picker select, .minecraft-options select, .starwars-options select, .simpsons-options select, .supermario-options select, .tiktok-options select, .valorant-options select, .wow-options select { width: 100%; appearance: none; border: 2px solid #ddd; border-radius: 12px; background: #fff; padding: 13px 48px 13px 15px; font: inherit; font-size: 16px; font-weight: 700; outline: none; cursor: pointer; }
.style-picker select:focus, .logo-picker select:focus, .minecraft-options select:focus, .tiktok-options select:focus, .valorant-options select:focus { border-color: #e62117; box-shadow: 0 0 0 4px #e6211720; }
.style-option { position: relative; display: grid; grid-template-columns: 58px 1fr 24px; align-items: center; gap: 13px; padding: 12px; background: #fff; border: 2px solid #ddd; border-radius: 12px; cursor: pointer; transition: .2s; }
.style-option.selected { border-color: #e62117; box-shadow: 0 0 0 4px #e6211712; }
.style-option input { position: absolute; opacity: 0; pointer-events: none; }
.style-logo { height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #f6f6f6; }
.style-logo img { max-width: 43px; max-height: 32px; }
.style-option strong, .style-option small { display: block; }
.style-option small { color: #777; font-size: 12px; margin-top: 3px; }
.checkmark { width: 22px; height: 22px; display: none; place-items: center; border-radius: 50%; background: #e62117; color: #fff; font-size: 13px; font-weight: 800; }
.style-option.selected .checkmark { display: grid; }
label { display: block; font-weight: 700; margin-bottom: 9px; }
.input-row { position: relative; }
input { width: 100%; border: 2px solid #ddd; border-radius: 12px; background: white; padding: 14px 68px 14px 15px; font-size: 18px; outline: none; transition: .2s; }
input:focus { border-color: #e62117; box-shadow: 0 0 0 4px #e6211720; }
#counter { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #777; font-size: 14px; }
#counter-line-2 { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #777; font-size: 14px; }
.second-line-field { margin-top: 20px; }
.second-line-field[hidden] { display: none; }
.hint { color: #777; font-size: 13px; margin-top: 8px; }
.preview-card { width: 100%; min-width: 0; align-self: start; background: transparent; border: 0; border-radius: 0; padding: 0; box-shadow: none; }
.work-area { position: relative; width: 100%; aspect-ratio: 33 / 30; border: 0; border-radius: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: transparent; padding: 6%; }
.sign { display: flex; align-items: flex-end; justify-content: center; gap: 12px; white-space: nowrap; width: max-content; transform-origin: center; filter: drop-shadow(5px 0 #fff) drop-shadow(-5px 0 #fff) drop-shadow(0 5px #fff) drop-shadow(0 -5px #fff) drop-shadow(4px 4px #fff) drop-shadow(-4px 4px #fff) drop-shadow(4px -4px #fff) drop-shadow(-4px -4px #fff); }
.sign.is-positioning { opacity: 0; }
.sign.is-design-changing { animation: creator-design-change 320ms cubic-bezier(0.22, 1, 0.36, 1); }
.sign.is-typing-pulse { animation: creator-typing-pulse 150ms ease-out; }
@keyframes creator-design-change {
  from { opacity: 0.12; scale: 0.94; translate: 0 8px; }
  to { opacity: 1; scale: 1; translate: 0 0; }
}
@keyframes creator-typing-pulse {
  0%, 100% { scale: 1; }
  45% { scale: 1.025; }
}
@media (prefers-reduced-motion: reduce) {
  .sign.is-design-changing,
  .sign.is-typing-pulse { animation: none; }
}
.sign.fortnite-style { filter: none; }
.sign.gta-style { filter: none; }
.sign.minnie-style { align-items: center; gap: 0; filter: none; }
.sign.minnie-style > img { height: 167px; margin-right: -4px; }
.sign.pokemon-style { position: relative; display: block; filter: none; }
.sign.pokemon-style > img { position: absolute; z-index: 2; height: 103px; transform: none; cursor: grab; touch-action: none; user-select: none; }
.sign.pokemon-style > img.dragging { cursor: grabbing; }
.sign > img { width: auto; min-width: 0; height: 90px; object-fit: contain; transform: translateY(-29%); }
.glyph-name { display: flex; align-items: baseline; gap: 6px; height: 112px; }
.glyph-name.is-placeholder {
  display: flex;
  align-items: center;
  height: auto;
  color: #161616;
  font-family: "Sugo Pro Classic", Arial, sans-serif;
  font-size: clamp(88px, 12vw, 150px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .92;
  text-shadow: none;
  -webkit-text-stroke: 0;
  filter: none;
}
.glyph { display: block; height: 100%; width: auto; min-width: 0; object-fit: contain; }
.glyph.upper { transform: translateY(-7%); }
.glyph[data-char="e"] { margin-left: -3px; }
.glyph[data-char="k"] + .glyph[data-char="e"] { margin-left: -5px; }
.glyph[data-char="i"] { margin-right: 3px; }
.glyph.space { width: 34px; }
.glyph-name.fortnite-name { height: auto; display: block; }
.fortnite-svg { display: block; overflow: visible; }
.fortnite-svg text { font-family: "Burbank Big", Impact, sans-serif; font-size: 112px; font-weight: 700; }
.fortnite-svg .outline-layer { fill: none; stroke: #159ee9; stroke-width: 26px; stroke-linejoin: round; stroke-linecap: round; stroke-miterlimit: 1; }
.fortnite-svg .fill-layer { stroke: none; }
.fortnite-canvas { display: block; }
.glyph-name.gta-name { height: auto; display: block; }
.gta-svg { display: block; overflow: visible; }
.gta-svg text { font-family: "Pricedown", Impact, sans-serif; font-size: 135px; font-weight: 700; }
.gta-svg .outline-layer { fill: none; stroke: #000; stroke-width: 28px; stroke-linejoin: round; stroke-linecap: round; stroke-miterlimit: 1; }
.gta-svg .fill-layer { fill: #fff; stroke: none; }
.glyph-name.minecraft-name { height: auto; display: block; }
.minecraft-svg { display: block; overflow: visible; }
.minecraft-svg text { font-family: "Minecrafter", Impact, sans-serif; font-size: 112px; font-weight: 700; }
.minecraft-svg .outline-layer { fill: none; stroke: #000; stroke-width: 23px; stroke-linejoin: round; stroke-linecap: round; stroke-miterlimit: 1; }
.minecraft-svg .fill-layer { stroke: none; }
.glyph-name.minnie-name { height: auto; display: block; }
.minnie-svg { display: block; overflow: visible; }
.minnie-svg text { font-family: "Luckiest Guy", Impact, sans-serif; font-size: 102px; letter-spacing: 5.5px; fill: #e30b2e; stroke: #fff; stroke-width: 15px; paint-order: stroke fill; stroke-linejoin: round; }
.glyph-name.pokemon-name { height: auto; display: block; }
.pokemon-svg { display: block; overflow: visible; }
.pokemon-svg text { font-family: "Pokemon", Impact, sans-serif; font-size: 148px; font-weight: 400; }
.pokemon-svg text { pointer-events: visiblePainted; }
.pokemon-svg .outline-layer { fill: none; stroke: #3466b3; stroke-width: 19px; stroke-linejoin: round; stroke-linecap: round; paint-order: stroke; }
.pokemon-svg .fill-layer { fill: #ffcb05; stroke: none; }
.sign.starwars-style { filter: none; }
.glyph-name.starwars-name { height: auto; display: block; }
.starwars-svg { display: block; overflow: visible; }
.starwars-svg text { font-family: "Star Jedi", Impact, sans-serif; font-size: 104px; font-weight: 400; letter-spacing: -1px; }
.starwars-svg .outline-layer { fill: none; stroke: #ffd400; stroke-width: 15px; stroke-linejoin: round; stroke-linecap: round; }
.starwars-svg .fill-layer { fill: #050505; stroke: none; }
.sign.simpsons-style { filter: none; }
.glyph-name.simpsons-name { height: auto; display: block; }
.simpsons-svg { display: block; overflow: visible; }
.simpsons-svg text { font-family: "Simpsonfont", cursive; font-size: 118px; font-weight: 400; }
.simpsons-svg .extrusion-layer { fill: #080808; stroke: none; }
.simpsons-svg .fill-layer { fill: #ffd400; stroke: none; }
.sign.supermario-style { filter: none; }
.sign.tiktok-style { filter: none; }
.sign.youtube-style { filter: none; }
.sign.instagram-style { filter: none; }
.sign.facebook-style { filter: none; }
.glyph-name.tiktok-name { display: block; height: auto; }
.tiktok-svg { display: block; overflow: visible; }
.glyph-name.supermario-name { height: auto; display: block; }
.supermario-svg { display: block; overflow: visible; }
.supermario-svg text { font-family: "Super Mario 256", Impact, sans-serif; font-size: 112px; font-weight: 400; stroke: #080808; stroke-width: 16px; paint-order: stroke fill; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 10; }
.sign.barbie-style { filter: none; }
.glyph-name.barbie-name { height: auto; display: block; }
.barbie-svg { display: block; overflow: visible; }
.barbie-svg text { font-family: "Bartex", Georgia, serif; font-size: 150px; font-weight: 400; stroke: #f00091; stroke-width: 33px; paint-order: stroke fill; stroke-linejoin: round; stroke-linecap: round; }
.barbie-svg .outline-layer { fill: none; }
.barbie-svg .fill-layer { fill: #fff; stroke: none; }
.sign.twitch-style { position: relative; top: 0; display: block; padding-inline: 117px; filter: none; }
.sign.twitch-style > img { position: absolute; z-index: 0; height: 86px; transform: none; cursor: grab; touch-action: none; user-select: none; }
.sign.twitch-style > img.dragging { cursor: grabbing; }
.glyph-name.twitch-name { position: relative; z-index: 1; height: auto; display: block; pointer-events: none; }
.twitch-empty-anchor { display: block; width: 220px; height: 210px; }
.twitch-svg { display: block; overflow: visible; }
.twitch-svg text { font-family: "Twitchy TV", Impact, sans-serif; font-size: 78px; font-weight: 400; stroke: #9147ff; stroke-width: 22px; paint-order: stroke fill; stroke-linejoin: miter; stroke-linecap: butt; }
.twitch-svg .outline-layer { fill: none; }
.twitch-svg .fill-layer { fill: #fff; stroke: none; }
.sign.valorant-style {
  position: relative;
  display: block;
  padding-top: 138px;
  filter: none;
}

.sign.valorant-style > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 170px;
  object-fit: contain;
  transform: translateX(-50%);
  filter: none;
}
.glyph-name.valorant-name { height: auto; display: block; }
.valorant-svg { display: block; overflow: visible; }
.valorant-svg text { font-family: "Valorant", Impact, sans-serif; font-size: 112px; font-weight: 400; paint-order: stroke fill; stroke-linejoin: round; stroke-linecap: round; }
.valorant-svg .outline-layer { fill: none; stroke-width: 20px; stroke-linejoin: round; stroke-linecap: round; }
.valorant-svg .fill-layer { stroke: none; }
.sign.wow-style { filter: none; }
.glyph-name.wow-name { height: auto; display: block; }
.wow-svg { display: block; overflow: visible; }
.wow-svg text { font-family: "QT Friz Quadrata", Georgia, serif; font-size: 125px; font-weight: 400; stroke: #050505; stroke-width: 20px; paint-order: stroke fill; stroke-linejoin: round; stroke-linecap: round; }
.sign.is-empty-preview { position: static; top: auto; display: flex; align-items: center; gap: 12px; padding: 0; }
.measure { display: flex; align-items: center; gap: 8px; color: #999; font-size: 12px; margin-bottom: 10px; }
.measure::before, .measure::after { content: ""; height: 1px; background: #ddd; flex: 1; }
.dimensions { position: absolute; top: 16px; right: 16px; z-index: 3; display: flex; justify-content: center; align-items: baseline; margin: 0; padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, .88); box-shadow: 0 6px 18px #1112; backdrop-filter: blur(6px); }
.dimensions[hidden] { display: none; }
.dimensions strong { font-size: 16px; color: #161616; }
.background-picker { width: min(100%, 620px); margin: 16px auto 0; padding: 12px; border-radius: 14px; background: rgba(17, 24, 39, .82); box-shadow: 0 12px 30px #1113; backdrop-filter: blur(10px); }
.background-picker-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 9px; color: #fff; }
.background-picker-heading strong { font-size: 13px; }
.background-picker-heading span { color: #d0d5dd; font-size: 11px; }
.background-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.background-option { min-width: 0; padding: 4px; border: 2px solid transparent; border-radius: 10px; background: #ffffff14; color: #fff; font: inherit; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.background-option:hover { transform: translateY(-1px); }
.background-option.is-selected { border-color: #e62117; background: #fff; color: #111827; }
.background-thumb { display: block; width: 100%; aspect-ratio: 3 / 2; border-radius: 7px; background-position: center; background-size: cover; }
.background-thumb-none { background: linear-gradient(135deg, #f4f3f0 0 47%, #d6d3ce 47% 53%, #fff 53%); }
.background-option small { display: block; margin-top: 4px; overflow: hidden; font-size: 10px; font-weight: 700; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 820px) { .customizer { width: min(620px, calc(100% - 24px)); grid-template-columns: 1fr; gap: 20px; padding: 20px 0; } .panel { padding: 24px; } }
@media (max-width: 560px) { .panel { padding: 22px 18px; text-align: center; } label, .hint { text-align: left; } h1 { font-size: 38px; } .minecraft-options, .tiktok-options, .valorant-options, .wow-options { grid-template-columns: 1fr; } .dimensions { top: 10px; right: 10px; padding: 6px 9px; } .dimensions strong { font-size: 13px; } .background-picker-heading span { display: none; } .background-options { grid-template-columns: repeat(5, 88px); overflow-x: auto; padding-bottom: 3px; } }

.commerce-panel { width:100%; margin:24px 0 0; padding:16px; display:grid; gap:12px; border:1px solid #d9dde5; border-radius:14px; background:#f8f9fb; text-align:left; }
.commerce-label { display:block; margin-bottom:3px; color:#667085; font-size:13px; }
.commerce-panel > div { grid-column:1 / -1; width:100%; }
.commerce-price { display:block; width:100%; color:#101828; font-size:24px; text-align:center; }
.commerce-price.is-notice { color:#667085; }
#creator-add-to-cart { width:100%; min-height:48px; border:0; border-radius:10px; background:#111827; color:#fff; font:inherit; font-weight:700; cursor:pointer; }
#creator-add-to-cart:disabled { cursor:not-allowed; opacity:.5; }
.commerce-status { min-height:20px; margin:0; color:#475467; font-size:14px; }
.commerce-status.is-error { color:#b42318; }
.commerce-status.is-success { color:#067647; }

/* Wide creator layout */
body { background: transparent; }
.customizer {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 28px 0 56px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: transparent;
  background-image: none;
  box-shadow: none;
}
.creator-heading {
  order: 0;
  display: block;
  width: 100%;
  align-self: stretch;
  padding: 4px 18px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.creator-heading > div { width: 100%; }
.creator-heading .eyebrow { margin: 0 0 4px; font-size: 11px; }
.creator-heading h1 { margin: 0; font-size: clamp(38px, 4vw, 52px); font-weight: 700; line-height: 1; }
.creator-heading .intro { margin: 10px 0 0; font-size: 16px; }
.preview-card { order: 1; }
.work-area {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 16 / 5.35;
  min-height: 390px;
  padding: 4%;
  border: 1px solid #d8dadd;
  border-radius: 26px;
  background-color: #eeeeee;
  background-image: var(--creator-background, none);
  background-position: center;
  background-size: cover;
  box-shadow: none;
}
.background-picker {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.background-picker-heading { margin-bottom: 12px; color: #161616; }
.background-picker-heading strong { font-size: 16px; }
.background-picker-heading strong span, .section-title span { color: #e62117; }
.background-picker-heading span { color: #777; }
.background-options { max-width: 1040px; margin: 0 auto; gap: 10px; }
.background-option {
  padding: 3px;
  border: 1px solid #d8d5cf;
  border-radius: 10px;
  background: #fff;
  color: #161616;
}
.background-option.is-selected { border-color: #e62117; box-shadow: 0 0 0 2px #e6211712; }
.background-thumb { aspect-ratio: 16 / 5; border-radius: 7px; }
.background-option small { margin: 5px 0 1px; font-size: 11px; }
.panel {
  order: 2;
  display: grid;
  width: calc(100% - 48px);
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 40px;
  padding: 24px;
  border: 1px solid #d9dde5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 35, 38, 0.14);
}
@media (min-width: 1100px) {
  .panel {
    width: min(calc(100% - 48px), 1124px);
    grid-template-columns: 290px 290px 384px;
    justify-content: center;
  }
}
.section-title, .summary-title {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.primary-name-field { grid-column: 1; grid-row: 1; margin: 0; padding: 0; border: 0; }
.primary-name-field label { color: inherit; font-size: inherit; }
.primary-name-field input { border-color: #cfd4dc; box-shadow: none; }
.primary-name-field .input-row input { height: 46px; min-height: 46px; }
.second-line-field .input-row input { height: 46px; min-height: 46px; }
.panel .primary-name-field .input-row input:focus {
  border-color: #e62117;
  box-shadow: 0 0 0 4px #e6211720;
}
.style-picker { grid-column: 2; grid-row: 1; margin: 0; }
.second-line-field { grid-column: 1; grid-row: 2; margin: 0; }
.second-line-field input { font-weight: 700; }
@media (min-width: 768px) {
  .panel:has(.simpsons-options:not([hidden]) .choice-button:first-child.is-selected) .second-line-field[hidden],
  .panel:has(.starwars-options:not([hidden]) .choice-button:first-child.is-selected) .second-line-field[hidden],
  .panel:has(.supermario-options:not([hidden]) .choice-button:first-child.is-selected) .second-line-field[hidden] {
    display: block;
    visibility: hidden;
    pointer-events: none;
  }
}
.logo-picker, .character-picker, .simpsons-options, .starwars-options, .supermario-options,
.minecraft-options, .tiktok-options, .valorant-options, .wow-options {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: start;
  margin: 0;
}
.minecraft-options, .tiktok-options, .valorant-options, .wow-options {
  grid-template-columns: 1fr;
}
.tiktok-options:not([hidden]), .valorant-options:not([hidden]) { display: contents; }
.tiktok-options > div:first-child { grid-column: 2; grid-row: 2; }
.tiktok-options > div:nth-child(2) { grid-column: 1; grid-row: 2; }
.valorant-options > div:first-child { grid-column: 1; grid-row: 2; }
.valorant-options > div:nth-child(2) { grid-column: 2; grid-row: 2; }
.commerce-panel {
  grid-column: 3;
  grid-row: 1 / span 3;
  align-self: stretch;
  margin: 0;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
  gap: 14px;
  border: 1px solid #d9dde5;
  border-radius: 16px;
  background: #fafafa;
}
.summary-title { margin: 0; font-size: 16px; }
#creator-add-to-cart { margin: 0; background: #2f3337; color: #fff; box-shadow: none; }
#creator-add-to-cart:hover,
#creator-add-to-cart:focus,
#creator-add-to-cart:active { background: #202327; color: #fff; }
.commerce-status { grid-column: 1; margin: 0; }
.enhanced-select { display: none; }
.select-wrap.is-enhanced { display: none; }
.choice-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.choice-button {
  min-height: 44px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d4d8df;
  border-radius: 10px;
  background: #fff;
  color: #20242b;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.choice-button:hover { border-color: #9ca3af; }
.choice-button.is-selected { border-color: #e62117; box-shadow: 0 0 0 2px #e6211714; }
.color-swatch { width: 20px; height: 20px; flex: 0 0 20px; border: 1px solid #c9cdd4; border-radius: 50%; }
.color-choices.is-compact { grid-template-columns: repeat(6, 38px); justify-content: start; }
.color-choices.is-compact .choice-button { width: 38px; min-height: 38px; padding: 6px; border-radius: 50%; }
.color-choices.is-compact .choice-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.color-choices.is-compact .color-swatch { width: 24px; height: 24px; flex-basis: 24px; }
.color-choices.is-compact .choice-button.is-selected { border-color: #e62117; box-shadow: none; }
.layout-icon { width: 28px; height: 20px; display: inline-block; background: linear-gradient(#31343a 0 0) center / 24px 4px no-repeat; }
.layout-icon-2 { background: linear-gradient(#31343a 0 0) center 5px / 24px 4px no-repeat, linear-gradient(#31343a 0 0) center 13px / 18px 4px no-repeat; }
.primary-name-field .input-row,
.second-line-field .input-row,
.style-picker .select-wrap,
.logo-picker .select-wrap,
.character-picker .select-wrap,
.layout-choices {
  width: min(100%, 290px);
  margin-right: auto;
}
.background-picker {
  display: none;
}
@media (max-width: 980px) {
  .customizer {
    width: 100%;
    border: 0;
    box-shadow: none;
  }
  .work-area { min-height: 330px; aspect-ratio: 16 / 8; }
  .panel { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .panel > .section-title, .primary-name-field, .logo-picker, .character-picker, .minecraft-options, .simpsons-options, .starwars-options, .supermario-options, .tiktok-options, .valorant-options, .wow-options, .second-line-field { grid-column: 1 / 3; grid-row: auto; }
  .style-picker { grid-column: 1 / 3; grid-row: auto; }
  .commerce-panel { grid-column: 1 / 3; grid-row: auto; }
}
@media (max-width: 560px) {
  .customizer {
    width: 100%;
    gap: 14px;
    padding-top: 14px;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 22px;
    box-shadow: none;
  }
  .creator-heading { padding: 12px 16px 0; }
  .creator-heading .intro { display: block; }
  .work-area {
    width: calc(100% - 12px);
    min-height: 280px;
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }
  .background-picker {
    width: calc(100% - 12px);
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .background-options { grid-template-columns: repeat(5, 107px); gap: 8px; overflow-x: auto; }
  .background-thumb { aspect-ratio: 3 / 2; }
  .panel {
    display: flex;
    flex-direction: column;
    padding: 12px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
  }
  .panel > * + * { margin-top: 10px; }
  .panel label { margin-bottom: 6px; }
  .panel .primary-name-field .input-row input,
  .panel .second-line-field .input-row input,
  .panel select {
    height: 44px;
    min-height: 44px;
  }
  .primary-name-field { order: 1; }
  .second-line-field { order: 2; }
  .style-picker { order: 3; }
  .panel > :not(.primary-name-field):not(.second-line-field):not(.style-picker):not(.commerce-panel) { order: 4; }
  .commerce-panel { order: 5; }
  .tiktok-options:not([hidden]), .valorant-options:not([hidden]) { display: block; }
  .tiktok-options > div + div, .valorant-options > div + div { margin-top: 10px; }
  .commerce-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding-bottom: 10px;
  }
  .commerce-panel .summary-title { grid-column: 1 / -1; }
  #creator-add-to-cart { grid-column: 1 / -1; }
  .commerce-status:empty { min-height: 6px; }

}

/* Compact mobile entry when Creator is embedded below the home hero. */
.creator-mobile-step { display: none; }
.creator-mobile-progress { display: none; }

@media (max-width: 560px) {
  html,
  body {
    background: #f6f6f6;
  }

  .customizer {
    padding-top: 22px;
    border-radius: 32px 32px 0 0;
    background: #f6f6f6;
  }

  .background-picker {
    display: none;
  }

  .creator-heading {
    padding: 8px 20px 4px;
  }

  .creator-heading h1,
  .creator-heading .intro {
    display: none;
  }

  .creator-mobile-step {
    display: block;
    margin: 0;
    color: #17181c;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.1;
  }

  .creator-mobile-step::after {
    content: "";
    display: none;
    width: 38px;
    height: 3px;
    margin: 7px auto 0;
    border-radius: 999px;
    background: #e62117;
  }

  .creator-mobile-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 9px auto 1px;
    color: #777a80;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .creator-mobile-progress span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
  }

  .creator-mobile-progress b {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9bbc0;
    border-radius: 50%;
    color: #696c72;
    background: transparent;
    font-size: 10px;
  }

  .creator-mobile-progress .is-active { color: #777a80; }

  .creator-mobile-progress .is-active b {
    border-color: #e62117;
    color: #fff;
    background: #e62117;
  }

  .creator-mobile-progress i {
    width: 16px;
    height: 1px;
    background: #c9c7c2;
  }

  .work-area {
    width: calc(100% - 40px);
    border-radius: 20px;
    background-color: #e5e5e5;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 34px rgba(24, 24, 27, 0.14);
  }

  .panel {
    padding: 14px 20px 28px;
  }
}

/* Premium mobile composition: preview and controls read as one product builder. */
@media (max-width: 560px) {
  .customizer {
    --creator-background: none !important;
    gap: 0;
    padding: 12px 0 32px;
  }

  .creator-heading {
    margin-bottom: 9px;
    padding-top: 4px;
  }

  .creator-mobile-step {
    font-family: "Sugo Pro Classic", "Arial Narrow", Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .creator-mobile-step span {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: 800;
  }

  .preview-card {
    width: 100%;
    margin: 0;
    padding: 14px 18px 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 18px 44px rgba(24, 24, 27, 0.12);
  }

  .work-area {
    width: 100%;
    height: 150px;
    min-height: 150px;
    margin: 0;
    aspect-ratio: auto;
    border: 0;
    border-radius: 16px;
    background-color: #e5e5e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .glyph-name.is-placeholder {
    max-width: 100%;
    font-size: clamp(36px, 11.5vw, 48px);
    white-space: nowrap;
  }

  .sign.minecraft-two-lines .minecraft-svg {
    transform: translateY(16px);
  }

  .panel {
    width: 100%;
    margin: 0;
    padding: 20px 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-top: 0;
    border-radius: 0 0 22px 22px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 12px 24px rgba(24, 24, 27, 0.10);
  }

  .panel label {
    color: #232326;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .panel .primary-name-field .input-row input,
  .panel .second-line-field .input-row input,
  .panel select {
    border: 1px solid #c9c7c2;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 2px rgba(24, 24, 27, 0.04);
  }

  .panel .input-row,
  .panel .select-wrap {
    width: 100%;
    max-width: none;
  }

  #creator-add-to-cart {
    min-height: 52px;
    border-radius: 14px;
    background: #2f3337;
    color: #fff;
    box-shadow: none;
    font-size: 16px;
    letter-spacing: 0.01em;
  }
}
