/* GENERATED — do not edit. Source: shared/css/studio.css, scope: #studio-root.
   Regenerate: node website/build-studio-css.js shared/css/studio.css studio.css '#studio-root' */
@import url('/shared/css/fonts.css');
#studio-root {
  
  --rb-pink: #FB02AB;
  --rb-lime: #CFFA2E;
  --rb-ink: #000000;
  --rb-bg: #FFFFFF;

  
  --bp-navy: #0B2C66;
  --bp-navy-deep: #07204D;
  --bp-navy-2: #0E3576;
  --bp-cyan: #6FB4FF;
  --bp-cyan-soft: #A9D2FF;
  --bp-grid: rgba(125,185,255,0.16);
  --bp-grid-strong: rgba(125,185,255,0.30);
  --bp-line: rgba(170,210,255,0.55);
  --bp-paper: #F4F8FF;

  --rb-font: 'Comfortaa', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-emph: cubic-bezier(0.2, 0, 0, 1);
  --ease-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}


#studio-root *, #studio-root *::before, #studio-root *::after { box-sizing: border-box; margin: 0; padding: 0; }


#studio-root {
  height: 100%;
  font-family: var(--rb-font);
  background: var(--bp-navy-deep);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}


#studio-root {
  position: fixed;
  inset: 0;
  overflow: hidden;
}



#studio-root .bp-field {
  background-color: var(--bp-navy);
  background-image:
    linear-gradient(var(--bp-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--bp-grid) 1px, transparent 1px),
    linear-gradient(var(--bp-grid-strong) 1px, transparent 1px),
    linear-gradient(90deg, var(--bp-grid-strong) 1px, transparent 1px),
    radial-gradient(120% 90% at 50% 0%, var(--bp-navy-2) 0%, var(--bp-navy) 45%, var(--bp-navy-deep) 100%);
  background-size: 28px 28px, 28px 28px, 140px 140px, 140px 140px, 100% 100%;
  background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px, 0 0;
}



#studio-root .bp-ticks::before, #studio-root .bp-ticks::after {
  content: "";
  position: absolute;
  width: 26px; height: 26px;
  border: 2px solid var(--bp-line);
  opacity: 0.5;
  pointer-events: none;
}

#studio-root .bp-ticks::before { top: 22px; left: 22px; border-right: none; border-bottom: none; }

#studio-root .bp-ticks::after { bottom: 22px; right: 22px; border-left: none; border-top: none; }



#studio-root .screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity 320ms var(--ease);
}

#studio-root .screen.active { opacity: 1; pointer-events: auto; z-index: 1; }



#studio-root .eyebrow {
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--bp-cyan);
}

#studio-root .annot {
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--bp-cyan-soft);
  font-variant-numeric: tabular-nums;
}

#studio-root .dim-line { stroke: var(--bp-line); stroke-width: 1.5; }



#studio-root .kbar {
  display: flex; align-items: center; gap: 20px;
  padding: 18px 34px;
  border-bottom: 1.5px solid var(--bp-line);
  position: relative; z-index: 5;
  flex: 0 0 auto;
}

#studio-root .kbar .logo { height: 26px; aspect-ratio: 1920 / 232; display: block; }

#studio-root [data-logo] { display: inline-block; line-height: 0; }

#studio-root [data-logo] svg { width: 100%; height: 100%; display: block; }



#studio-root .mini-bead {
  width: 26px; height: 26px; color: var(--bp-navy);
  display: grid; place-items: center; font-weight: 700; font-size: 15px;
}

#studio-root .kbar .bar-spacer { flex: 1; }

#studio-root .kbar .greet {
  font-size: 15px; font-weight: 600; color: var(--bp-cyan-soft);
  letter-spacing: 0.02em;
}

#studio-root .kbar .greet b { color: #fff; font-weight: 700; }


#studio-root .cart-pill {
  display: flex; align-items: center; gap: 12px;
  background: var(--rb-lime); color: #000;
  border-radius: 9999px; padding: 9px 10px 9px 20px;
  font-weight: 700; cursor: pointer; border: none;
  transition: transform 160ms var(--ease), background 160ms var(--ease);
}

#studio-root .cart-pill:active { transform: scale(0.96); }

#studio-root .cart-pill .ct-count {
  background: #000; color: var(--rb-lime);
  width: 30px; height: 30px; border-radius: 9999px;
  display: grid; place-items: center; font-size: 15px;
}

#studio-root .cart-pill .ct-total { font-variant-numeric: tabular-nums; }



#studio-root .btn {
  font-family: var(--rb-font); font-weight: 700;
  border: none; cursor: pointer; border-radius: 9999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  transition: transform 160ms var(--ease), background 160ms var(--ease), color 160ms var(--ease), box-shadow 160ms var(--ease), opacity 160ms var(--ease);
  letter-spacing: 0.01em; white-space: nowrap;
}

#studio-root .btn:active { transform: scale(0.97); }

#studio-root .btn-lg { font-size: 22px; padding: 20px 40px; }

#studio-root .btn-xl { font-size: 28px; padding: 26px 56px; }

#studio-root .btn-pink { background: var(--rb-pink); color: #fff; }

#studio-root .btn-pink:hover { background: var(--rb-lime); color: #000; }

#studio-root .btn-lime { background: var(--rb-lime); color: #000; }

#studio-root .btn-lime:hover { background: #fff; color: #000; }

#studio-root .btn-ghost {
  background: transparent; color: #fff;
  box-shadow: inset 0 0 0 2px var(--bp-line);
}

#studio-root .btn-ghost:hover { box-shadow: inset 0 0 0 2px #fff; background: rgba(255,255,255,0.06); }

#studio-root .btn[disabled] { opacity: 0.32; pointer-events: none; }

#studio-root .btn-locked, #studio-root .btn-locked:hover {
  background: rgba(255,255,255,0.12) !important;
  color: var(--bp-cyan-soft) !important;
  box-shadow: inset 0 0 0 1.5px var(--bp-line);
}


#studio-root .btn-arrow-back {
  width: 56px; height: 56px; border-radius: 9999px;
  background: transparent; box-shadow: inset 0 0 0 2px var(--bp-line);
  color: #fff; font-size: 24px; cursor: pointer; border: none;
  display: grid; place-items: center;
  transition: transform 160ms var(--ease), box-shadow 160ms;
}

#studio-root .btn-arrow-back:hover { box-shadow: inset 0 0 0 2px #fff; }

#studio-root .btn-arrow-back:active { transform: scale(0.94); }


#studio-root .btn-help {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 9999px;
  background: transparent; box-shadow: inset 0 0 0 1.5px var(--bp-line);
  color: var(--bp-cyan-soft); font-size: 20px; font-weight: 700; line-height: 1;
  cursor: pointer; border: none; display: grid; place-items: center;
  transition: transform 160ms var(--ease), box-shadow 160ms, color 160ms;
}

#studio-root .btn-help:hover { color: #fff; box-shadow: inset 0 0 0 1.5px var(--bp-cyan); }

#studio-root .btn-help:active { transform: scale(0.94); }



#studio-root #screen-start { align-items: center; justify-content: center; cursor: pointer; }

#studio-root .start-wrap { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; z-index: 2; }

#studio-root .start-logo { width: min(54vw, 620px); aspect-ratio: 1920 / 232; margin-bottom: 18px; }

#studio-root .start-sub { font-size: 19px; color: var(--bp-cyan-soft); max-width: 560px; letter-spacing: 0.02em; }

#studio-root #start-beadline { width: 100%; height: 300px; }

#studio-root .tap-start {
  margin-top: 26px;
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--rb-pink); color: #fff;
  font-size: 26px; font-weight: 700; padding: 22px 48px;
  border-radius: 9999px;
  animation: tapPulse 2.4s var(--ease) infinite;
}
@keyframes tapPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(251,2,171,0.55); }
  50% { transform: scale(1.04); box-shadow: 0 0 0 26px rgba(251,2,171,0); }
}

#studio-root .tap-hand { font-size: 28px; }

#studio-root .start-foot {
  position: absolute; bottom: 30px; left: 0; right: 0;
  text-align: center;
}



#studio-root #screen-name { align-items: center; }


#studio-root .name-stage { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; gap: 4px; }

#studio-root .name-prompt { font-size: clamp(26px, 3.4vh, 46px); font-weight: 700; letter-spacing: -0.01em; }

#studio-root .name-prompt .accent { color: var(--rb-lime); }

#studio-root .name-kbd-input { display: none; }   

#studio-root #name-3d { width: 100%; height: clamp(104px, 20vh, 200px); min-height: 0; display: block; }

#studio-root .name-display {
  min-height: clamp(54px, 8.5vh, 96px); min-width: 340px;
  display: flex; align-items: center; justify-content: center;
  font-size: clamp(40px, 6.6vh, 64px); font-weight: 700; letter-spacing: 0.04em;
  color: #fff; text-transform: uppercase;
}

#studio-root .name-display .caret {
  display: inline-block; width: 4px; height: 56px; background: var(--rb-lime);
  margin-left: 6px; animation: blink 1s steps(1) infinite; border-radius: 2px;
}

#studio-root .name-display .placeholder { color: rgba(170,210,255,0.4); text-transform: none; letter-spacing: 0; font-weight: 600; font-size: 30px; }
@keyframes blink { 50% { opacity: 0; } }



#studio-root .kbd {
  --kbd-gap: clamp(6px, 1vh, 10px);
  width: 100%; max-width: 980px; margin: 0 auto;
  display: flex; flex-direction: column; gap: clamp(6px, 1.1vh, 10px);
  padding: 0 24px 8px;
}

#studio-root .kbd-row { display: flex; gap: var(--kbd-gap); justify-content: center; }


#studio-root .kbd .key { height: clamp(46px, 7.4vh, 66px); }


#studio-root #name-kbd .key { flex: 0 0 calc((100% - 9 * var(--kbd-gap)) / 10); }

#studio-root #name-kbd .key.wide { flex: 0 0 calc((100% - 9 * var(--kbd-gap)) / 5 + var(--kbd-gap)); }

#studio-root #name-kbd .key.space { flex: 0 0 calc((100% - 9 * var(--kbd-gap)) / 2 + 4 * var(--kbd-gap)); }

#studio-root .key {
  flex: 1 1 0; min-width: 0;
  height: 66px; border-radius: 12px;
  background: rgba(255,255,255,0.06);
  box-shadow: inset 0 0 0 1.5px var(--bp-line);
  color: #fff; font-size: 24px; font-weight: 600;
  display: grid; place-items: center; cursor: pointer; border: none;
  font-family: var(--rb-font);
  transition: transform 90ms var(--ease), background 120ms, color 120ms, box-shadow 120ms;
}

#studio-root .key:hover { background: rgba(255,255,255,0.12); }

#studio-root .key:active { transform: scale(0.92); background: var(--rb-lime); color: #000; }

#studio-root .key.wide { flex: 2 1 0; font-size: 17px; letter-spacing: 0.08em; }

#studio-root .key.accent { background: var(--rb-lime); color: #000; box-shadow: none; }

#studio-root .key.accent:hover { background: #fff; }



#studio-root #screen-cart { }

#studio-root .cart-body { flex: 1; display: flex; flex-direction: column; min-height: 0; padding: 22px 34px 0; }

#studio-root .cart-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 14px; }

#studio-root .cart-title { font-size: 34px; font-weight: 700; letter-spacing: -0.01em; }

#studio-root .cart-title .accent { color: var(--rb-lime); }

#studio-root .cart-subtitle { font-size: 14px; color: var(--bp-cyan-soft); margin-top: 4px; }


#studio-root .tile-scroll { flex: 1; min-height: 0; overflow-y: auto; overflow-x: hidden; padding: 6px 4px 18px; }

#studio-root .tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

#studio-root .tile {
  position: relative;
  aspect-ratio: 4 / 3.1;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  box-shadow: inset 0 0 0 1.5px var(--bp-line);
  overflow: hidden;
  transition: transform 200ms var(--ease-back), box-shadow 160ms;
  animation: tilePop 360ms var(--ease-back) both;
}
@keyframes tilePop { 0% { transform: scale(0.8); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }

#studio-root .tile.design { cursor: pointer; background: #fff; }

@media (hover: hover) {
  
#studio-root:not(.env-kiosk) .tile.design:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,0.35), inset 0 0 0 2px var(--rb-lime); }
}

#studio-root .tile.design:active { transform: scale(0.98); }

#studio-root .tile.blank { background: repeating-linear-gradient(135deg, rgba(125,185,255,0.05) 0 12px, transparent 12px 24px); box-shadow: inset 0 0 0 1.5px rgba(125,185,255,0.18); }

#studio-root .tile-thumb { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; }

#studio-root .tile-thumb svg { width: 100%; height: auto; }

#studio-root .tile-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--bp-navy); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 9999px;
}

#studio-root .tile-qty {
  position: absolute; top: 10px; right: 10px;
  background: var(--rb-pink); color: #fff; font-weight: 700; font-size: 14px;
  min-width: 30px; height: 30px; padding: 0 8px; border-radius: 9999px;
  display: grid; place-items: center;
}

#studio-root .tile-foot {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; background: #000; color: #fff;
}

#studio-root .tile-foot .nm { font-weight: 700; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#studio-root .tile-foot .sz { font-size: 12px; color: var(--bp-cyan-soft); font-weight: 600; }



#studio-root .tile.add {
  cursor: pointer;
  background: var(--rb-lime);
  box-shadow: none;
  
  container-type: inline-size;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(8px, 5cqw, 18px); padding: clamp(8px, 6cqw, 22px); text-align: center;
}

#studio-root .tile.add:hover { transform: translateY(-4px) scale(1.01); }

#studio-root .tile.add:active { transform: scale(0.98); }

#studio-root .tile.add .plus {
  width: clamp(40px, 26cqw, 84px); height: clamp(40px, 26cqw, 84px);
  border-radius: 9999px; background: #000; color: var(--rb-lime);
  display: grid; place-items: center; font-size: clamp(28px, 17cqw, 54px); font-weight: 700; line-height: 1;
  transition: transform 240ms var(--ease-back);
}

#studio-root .tile.add:hover .plus { transform: rotate(90deg); }

#studio-root .tile.add .add-label { color: #000; font-weight: 700; font-size: clamp(11px, 7cqw, 16px); letter-spacing: 0.04em; line-height: 1.2; }



#studio-root .cart-footer {
  flex: 0 0 auto;
  display: flex; align-items: center; gap: 24px;
  padding: 16px 34px;
  border-top: 1.5px solid var(--bp-line);
  background: var(--bp-navy-deep);
}

#studio-root .upsell {
  flex: 1; min-width: 0;
  display: flex; align-items: center; gap: 16px;
}

#studio-root .upsell-spark {
  flex: 0 0 auto; width: 50px; height: 50px; display: grid; place-items: center;
  animation: sparkSpin 6s linear infinite;   
}
@keyframes sparkSpin { to { transform: rotate(360deg); } }

#studio-root .upsell-text { line-height: 1.3; }

#studio-root .upsell-text .big { font-size: clamp(20px, 2.2vw, 27px); font-weight: 700; }

#studio-root .upsell-text .big .hl { color: var(--rb-lime); }

#studio-root .upsell-text .sm { font-size: clamp(14px, 1.5vw, 17px); color: #cfe4ff; font-weight: 600; margin-top: 2px; }



#studio-root .upsell.free .upsell-text .big { font-size: clamp(23px, 2.8vw, 33px); }

#studio-root .upsell.free .upsell-text .big .hl { background: var(--rb-lime); color: #000; padding: 0 0.32em; border-radius: 7px; }

#studio-root .upsell.free .upsell-spark {
  animation: sparkSpin 6s linear infinite;   
}
@keyframes freePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(207,250,46,0.55); }
  50%      { box-shadow: 0 0 0 12px rgba(207,250,46,0); }
}

#studio-root .cart-total-block { text-align: right; }

#studio-root .cart-total-block .lbl { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bp-cyan-soft); font-weight: 700; }

#studio-root .cart-total-block .amt { font-size: 40px; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; }

#studio-root .cart-total-block .amt .strike { font-size: 20px; color: var(--bp-cyan-soft); text-decoration: line-through; margin-right: 8px; font-weight: 600; }



#studio-root #screen-designer { }

#studio-root .designer-top {
  flex: 0 0 auto; display: flex; align-items: center; gap: 18px;
  padding: 14px 28px;
  border-bottom: 1.5px solid var(--bp-line);
}

#studio-root .designer-top .d-title { font-size: 20px; font-weight: 700; }

#studio-root .designer-top .d-title .accent { color: var(--rb-lime); }

#studio-root .designer-top .spacer { flex: 1; }



#studio-root .size-seg { display: flex; gap: 0; border-radius: 9999px; box-shadow: inset 0 0 0 2px var(--bp-line); overflow: hidden; flex: 0 0 auto; }

#studio-root .size-seg button {
  border: none; background: transparent; color: #fff; cursor: pointer;
  font-family: var(--rb-font); font-weight: 700; font-size: 15px;
  padding: 11px 20px; transition: background 160ms, color 160ms;
  display: flex; flex-direction: column; align-items: center; line-height: 1.1; gap: 2px;
}

#studio-root .size-seg button .cnt { font-size: 10.5px; font-weight: 600; color: var(--bp-cyan-soft); letter-spacing: 0.04em; }

#studio-root .size-seg button.on { background: var(--rb-lime); color: #000; }

#studio-root .size-seg button.on .cnt { color: rgba(0,0,0,0.6); }



#studio-root .bead-meter { display: flex; align-items: center; gap: 12px; }

#studio-root .bead-meter .track { width: 150px; height: 12px; border-radius: 9999px; background: rgba(255,255,255,0.1); overflow: hidden; box-shadow: inset 0 0 0 1.5px var(--bp-line); }

#studio-root .bead-meter .fill { height: 100%; width: 0%; background: var(--rb-lime); border-radius: 9999px; transition: width 240ms var(--ease-back), background 200ms; }

#studio-root .bead-meter.full .fill { background: var(--rb-lime); }

#studio-root .bead-meter .count { font-weight: 700; font-size: 17px; font-variant-numeric: tabular-nums; }

#studio-root .bead-meter .count .need { color: var(--bp-cyan-soft); }

#studio-root .bead-meter .count .need::before { content: "/"; margin: 0 3px; }   

#studio-root .bead-meter.full .count { color: var(--rb-lime); }




#studio-root .studio-stage { flex: 1; position: relative; min-height: 0; touch-action: none; overscroll-behavior: none; }

#studio-root #studio-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: none; }

#studio-root .studio-hint {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  font-size: 13px; color: var(--bp-cyan-soft); letter-spacing: 0.08em;
  pointer-events: none; text-align: center;
  background: rgba(7,32,77,0.6); padding: 8px 18px; border-radius: 9999px;
  box-shadow: inset 0 0 0 1px var(--bp-line);
}

#studio-root .studio-blueprint-label {
  position: absolute; left: 26px; top: 18px; pointer-events: none;
}

#studio-root .studio-blueprint-label .eyebrow { display: block; }

#studio-root .studio-blueprint-label .spec { font-size: 12px; color: var(--bp-cyan-soft); margin-top: 4px; font-variant-numeric: tabular-nums; }

#studio-root .trash-zone {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%) translateY(20px);
  width: 220px; height: 60px; border-radius: 16px;
  box-shadow: inset 0 0 0 2px rgba(251,2,171,0.6);
  background: rgba(251,2,171,0.12);
  display: flex; align-items: center; justify-content: center; gap: 10px;
  color: #fff; font-weight: 700; font-size: 15px; letter-spacing: 0.06em;
  opacity: 0; pointer-events: none; transition: opacity 180ms, transform 180ms;
}

#studio-root .trash-zone.show { opacity: 1; transform: translateX(-50%) translateY(0); }

#studio-root .trash-zone.hot { background: var(--rb-pink); box-shadow: inset 0 0 0 2px #fff; }



#studio-root .dock {
  flex: 0 0 auto;
  background: var(--bp-navy-deep);
  border-top: 1.5px solid var(--bp-line);
  padding: 14px 22px 18px;
  display: flex; flex-direction: column; gap: 12px;
}

#studio-root .dock-controls { display: flex; align-items: center; gap: 12px; }

#studio-root .mode-tabs { display: flex; gap: 8px; }

#studio-root .mode-tab {
  border: none; cursor: pointer; font-family: var(--rb-font); font-weight: 700; font-size: 15px;
  padding: 11px 22px; border-radius: 9999px; color: #fff;
  background: rgba(255,255,255,0.06); box-shadow: inset 0 0 0 1.5px var(--bp-line);
  transition: background 160ms, color 160ms, transform 120ms;
}

#studio-root .mode-tab:active { transform: scale(0.95); }

#studio-root .mode-tab.on { background: #fff; color: #000; box-shadow: none; }

#studio-root .dock-controls .spacer { flex: 1; }



#studio-root .dir-seg { display: flex; gap: 6px; align-items: center; background: rgba(255,255,255,0.05); border-radius: 9999px; padding: 5px; box-shadow: inset 0 0 0 1.5px var(--bp-line); }

#studio-root .dir-seg .dlabel { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: var(--bp-cyan-soft); padding: 0 8px 0 12px; text-transform: uppercase; }

#studio-root .dir-btn {
  width: 50px; height: 42px; border-radius: 9999px; border: none; cursor: pointer;
  background: transparent; color: #fff; font-size: 20px; display: grid; place-items: center;
  transition: background 140ms, color 140ms, transform 100ms;
}

#studio-root .dir-btn.on { background: var(--rb-pink); color: #fff; }

#studio-root .dir-btn:active { transform: scale(0.9); }


#studio-root #designer-bksp { display: none; }



#studio-root .glitter-toggle {
  display: inline-flex; align-items: center; gap: 12px; cursor: pointer;
  padding: 14px 40px; border-radius: 9999px; border: none; font-family: var(--rb-font);
  font-weight: 700; font-size: 18px; color: #fff; letter-spacing: 0.04em; text-transform: lowercase;
  background: rgba(255,255,255,0.06); box-shadow: inset 0 0 0 1.5px var(--bp-line);
  transition: background 160ms, color 160ms, transform 120ms;
}

#studio-root .glitter-toggle .dotled { width: 18px; height: 18px; border-radius: 9999px; background: rgba(255,255,255,0.25); transition: background 160ms, box-shadow 160ms; }

#studio-root .glitter-toggle.on { background: linear-gradient(90deg, #ff5fae, #ffe03a, #7fc9ff); color: #000; box-shadow: none; }

#studio-root .glitter-toggle.on .dotled { background: #000; box-shadow: 0 0 0 3px rgba(255,255,255,0.4); }

#studio-root .glitter-toggle:active { transform: scale(0.96); }



#studio-root .key-tray { display: none; }

#studio-root .key-tray.on { display: block; }

#studio-root .tray-grid { display: grid; gap: 9px; }

#studio-root .tray-grid { display: grid; gap: 9px; min-height: 190px; }

#studio-root .tray-grid.letters { grid-template-columns: repeat(13, 1fr); }


#studio-root .tray-grid.keys { display: flex; flex-direction: column; gap: 9px; }

#studio-root .kb-digits { display: grid; grid-template-columns: repeat(11, 1fr); gap: 9px; width: 84.6%; margin: 0 auto; }

#studio-root .kb-letters { display: grid; grid-template-columns: repeat(13, 1fr); gap: 9px; }

#studio-root .kb-letters.qwerty { display: flex; justify-content: center; gap: 9px; }   

#studio-root .kb-letters.qwerty .bkey { flex: 0 0 calc((100% - 81px) / 10); }            

#studio-root .tray-grid.keys .bkey.digit { background: #eef2f8; }

#studio-root .tray-grid.digits { grid-template-columns: repeat(11, 1fr); grid-auto-rows: 60px; max-width: 760px; margin: 0 auto; }


#studio-root .tray-grid.colors { display: flex; flex-direction: column; gap: 12px; }

#studio-root .glitter-row { display: flex; justify-content: center; }

#studio-root .color-swatches { display: grid; grid-template-columns: repeat(5, 1fr); grid-auto-rows: 1fr; gap: 11px; flex: 1; }

#studio-root .color-swatches .ckey { height: 100%; min-height: 56px; }

#studio-root .bkey {
  height: 58px; border-radius: 12px; border: none; cursor: pointer;
  background: #fff; color: #000; font-family: var(--rb-font); font-weight: 700; font-size: 22px;
  display: grid; place-items: center; position: relative;
  box-shadow: 0 3px 0 rgba(0,0,0,0.55);
  transition: transform 90ms var(--ease), box-shadow 90ms;
  touch-action: none;   
}

#studio-root .bkey:active { transform: translateY(3px); box-shadow: 0 0 0 rgba(0,0,0,0.55); }

#studio-root .bkey.bksp { background: var(--bp-navy); color: #fff; box-shadow: 0 3px 0 rgba(0,0,0,0.6); font-size: 24px; }


#studio-root .ckey {
  height: 58px; border-radius: 12px; cursor: pointer; border: none; position: relative;
  box-shadow: 0 3px 0 rgba(0,0,0,0.55), inset 0 0 0 1.5px rgba(0,0,0,0.15);
  transition: transform 90ms var(--ease), box-shadow 90ms, outline 90ms;
  overflow: hidden;
  touch-action: none;   
}

#studio-root .ckey:active { transform: translateY(3px); box-shadow: 0 0 0 rgba(0,0,0,0.55); }

#studio-root .ckey .ck-name {
  position: absolute; left: 0; right: 0; bottom: 0; font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.02em; text-transform: uppercase; padding: 3px 2px; text-align: center;
  background: rgba(0,0,0,0.55); color: #fff;
}

#studio-root .ckey.light .ck-name { background: rgba(0,0,0,0.4); }


#studio-root .bkey.unavailable {
  background: #c9cfd8; color: #8a92a0; box-shadow: 0 3px 0 rgba(0,0,0,0.22);
  text-decoration: line-through; text-decoration-thickness: 2px;
}

#studio-root .ckey.unavailable { filter: grayscale(1) brightness(0.6); }

#studio-root .ckey.unavailable::before {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(135deg, transparent 44%, rgba(0,0,0,0.5) 47%, rgba(0,0,0,0.5) 53%, transparent 56%);
}

#studio-root .ckey.unavailable .ck-name { background: rgba(0,0,0,0.62); }

#studio-root .ckey.glitter::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.9) 1px, transparent 1.4px);
  background-size: 7px 7px; opacity: 0.55; mix-blend-mode: screen;
  animation: glint 2.5s linear infinite;
}
@keyframes glint { 0%,100% { opacity: 0.35; } 50% { opacity: 0.7; } }

#studio-root .ckey.disabled { opacity: 0.22; pointer-events: none; }



#studio-root .sheet { flex: 1; min-height: 0; display: flex; flex-direction: column; padding: 26px 60px 0; }

#studio-root .sheet-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 18px; }

#studio-root .sheet-title { font-size: 38px; font-weight: 700; letter-spacing: -0.01em; }

#studio-root .checkout-cols { flex: 1; min-height: 0; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; }

#studio-root .lines { overflow-y: auto; padding-right: 10px; }

#studio-root .line {
  display: flex; align-items: center; gap: 18px;
  padding: 14px 0; border-bottom: 1.5px solid rgba(170,210,255,0.2);
}

#studio-root .line-thumb { flex: 0 0 auto; width: 130px; height: 64px; background: #fff; border-radius: 12px; display: grid; place-items: center; padding: 8px; }

#studio-root .line-thumb svg { width: 100%; height: auto; }

#studio-root .line-info { flex: 1; min-width: 0; }

#studio-root .line-info .nm { font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 0.05em; }

#studio-root .line-info .meta { font-size: 13px; color: var(--bp-cyan-soft); margin-top: 3px; }

#studio-root .line-qty { display: flex; align-items: center; gap: 12px; }

#studio-root .qty-btn { width: 40px; height: 40px; border-radius: 9999px; border: none; cursor: pointer; background: rgba(255,255,255,0.08); box-shadow: inset 0 0 0 1.5px var(--bp-line); color: #fff; font-size: 22px; font-weight: 700; display: grid; place-items: center; transition: transform 100ms, background 140ms; }

#studio-root .qty-btn:active { transform: scale(0.9); }

#studio-root .qty-btn:hover { background: rgba(255,255,255,0.16); }

#studio-root .line-qty .q { font-weight: 700; font-size: 19px; min-width: 26px; text-align: center; font-variant-numeric: tabular-nums; }



#studio-root .summary {
  background: rgba(255,255,255,0.04); border-radius: 18px;
  box-shadow: inset 0 0 0 1.5px var(--bp-line);
  padding: 26px; display: flex; flex-direction: column; gap: 14px;
  align-self: start;
}

#studio-root .summary h3 { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bp-cyan); }

#studio-root .summary .row { display: flex; justify-content: space-between; font-size: 16px; }

#studio-root .summary .row.muted { color: var(--bp-cyan-soft); font-size: 14px; }

#studio-root .summary .save { color: var(--rb-lime); font-weight: 700; }

#studio-root .summary .divider { height: 1.5px; background: rgba(170,210,255,0.22); margin: 4px 0; }

#studio-root .summary .grand { display: flex; justify-content: space-between; align-items: baseline; }

#studio-root .summary .grand .lbl { font-size: 16px; font-weight: 700; }

#studio-root .summary .grand .amt { font-size: 44px; font-weight: 700; font-variant-numeric: tabular-nums; }


#studio-root .coupon-row { display: flex; gap: 8px; margin: 10px 0 2px; align-items: stretch; }

#studio-root .coupon-row input {
  flex: 1; min-width: 0; padding: 10px 12px; border-radius: 10px;
  border: 1.5px solid var(--bp-line); background: transparent; color: inherit;
  text-transform: uppercase; font-weight: 700; font-family: inherit;
}

#studio-root #coupon-apply { flex: 0 0 auto; padding: 10px 20px; border-radius: 9999px; font-size: 14px; }


#studio-root .tv-optin {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 13px; font-size: 12px; color: var(--bp-cyan-soft);
  cursor: pointer; opacity: 0.82;
}

#studio-root .tv-optin input { width: 18px; height: 18px; accent-color: var(--rb-lime); cursor: pointer; flex: 0 0 auto; }



#studio-root #screen-confirm { align-items: center; justify-content: center; text-align: center; }

#studio-root .confirm-wrap { display: flex; flex-direction: column; align-items: center; gap: 18px; z-index: 2; max-width: 760px; padding: 0 30px; }

#studio-root .confirm-num {
  font-size: 22px; font-weight: 700; letter-spacing: 0.3em; color: #000;
  background: var(--rb-lime); padding: 14px 34px; border-radius: 9999px;
}

#studio-root .confirm-h {
  font-size: clamp(40px, 7vw, 86px); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em;
}

#studio-root .confirm-h .accent { color: var(--rb-lime); }

#studio-root .confirm-sub { font-size: 21px; color: var(--bp-cyan-soft); line-height: 1.5; }

#studio-root .confirm-steps { display: flex; gap: 16px; margin-top: 10px; flex-wrap: wrap; justify-content: center; }

#studio-root .cstep { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.05); box-shadow: inset 0 0 0 1.5px var(--bp-line); border-radius: 9999px; padding: 12px 22px; font-weight: 600; }

#studio-root .cstep .n { width: 30px; height: 30px; border-radius: 9999px; background: var(--rb-pink); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 15px; }

#studio-root #confirm-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }

#studio-root .confirm-return { margin-top: 6px; display: flex; flex-direction: column; align-items: center; gap: 12px; width: min(440px, 82vw); }

#studio-root .confirm-return .cr-bar { width: 100%; height: 8px; border-radius: 9999px; background: rgba(170,210,255,0.22); overflow: hidden; }

#studio-root .confirm-return .cr-fill { height: 100%; width: 100%; border-radius: 9999px; background: linear-gradient(90deg, var(--rb-lime), var(--rb-pink)); }

#studio-root .confirm-return .cr-text { font-size: 17px; font-weight: 600; color: var(--bp-cyan-soft); letter-spacing: 0.02em; }

#studio-root .confirm-return .cr-num {
  display: inline-grid; place-items: center; min-width: 1.9em; height: 1.9em; padding: 0 0.35em;
  margin-left: 4px; border-radius: 9999px; background: var(--rb-pink); color: #fff;
  font-weight: 700; font-size: 1.05em; font-variant-numeric: tabular-nums;
}



#studio-root .toast {
  position: fixed; left: 50%; bottom: 130px; transform: translateX(-50%) translateY(20px);
  background: var(--rb-pink); color: #fff; font-weight: 700; font-size: 17px;
  padding: 16px 28px; border-radius: 9999px; z-index: 50;
  opacity: 0; pointer-events: none; transition: opacity 220ms, transform 220ms var(--ease-back);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

#studio-root .toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }



#studio-root .burst-bead {
  position: fixed; width: 30px; height: 30px; border-radius: 7px; z-index: 60;
  pointer-events: none; box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}



#studio-root .hidden { display: none !important; }

#studio-root .center-col { display: flex; flex-direction: column; align-items: center; }


#studio-root #screen-save .center-col, #studio-root #screen-email .center-col { padding-bottom: 20px; }

#studio-root.rb-kbd-open #screen-save .center-col, #studio-root.rb-kbd-open #screen-email .center-col { padding-bottom: calc(var(--kbd-h, 0px) + 20px); }



#studio-root .tile-scroll::-webkit-scrollbar, #studio-root .lines::-webkit-scrollbar { width: 10px; }

#studio-root .tile-scroll::-webkit-scrollbar-thumb, #studio-root .lines::-webkit-scrollbar-thumb { background: rgba(170,210,255,0.3); border-radius: 9999px; }



#studio-root .pay-wrap {
  height: 100%; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 6px; padding: 24px; text-align: center;
}


#studio-root #screen-pay .btn-arrow-back:disabled { opacity: 0.32; pointer-events: none; }

#studio-root .pay-amount {
  font-size: clamp(60px, 13vw, 116px); font-weight: 800; color: #fff;
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1;
}

#studio-root #pay-3d { width: min(720px, 92vw); height: clamp(200px, 34vh, 320px); display: block; }

#studio-root .pay-headline { font-size: clamp(20px, 3.4vw, 30px); font-weight: 700; color: var(--lime, #CFFA2E); }

#studio-root .pay-status { min-height: 22px; font-size: 15px; color: rgba(255,255,255,0.75); }

#studio-root .pay-prompt { min-height: 20px; font-size: 17px; font-weight: 700; color: #FFD92E; }


#studio-root .pay-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 10px; width: 100%; }

#studio-root .pay-actions .btn { flex: 1 1 auto; max-width: 340px; }
@media (max-width: 520px) {
  
#studio-root .pay-actions, #studio-root .pay-choice { flex-direction: column; align-items: stretch; }
  
#studio-root .pay-actions .btn, #studio-root .pay-choice .btn { max-width: none; width: 100%; }
}

#studio-root .pay-receipt { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 8px; }

#studio-root .pay-receipt-title { font-size: 20px; font-weight: 700; color: #fff; }

#studio-root .pay-receipt-btns { display: flex; gap: 14px; align-items: center; }

#studio-root #pay-receipt-input {
  width: min(420px, 80vw); padding: 14px 18px; border-radius: 14px; border: 2px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.94); color: #10143c; font: inherit; font-size: 19px; text-align: center;
}

#studio-root #pay-receipt-input:focus { outline: none; border-color: var(--lime, #CFFA2E); }

#studio-root #pay-receipt-skip { padding: 12px 22px; }


#studio-root .pay-choice { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; margin-top: 8px; }

#studio-root .pay-choice .btn { flex: 1 1 140px; min-width: 0; }




#studio-root .kbd-dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 450; display: none;
  padding: 10px 0 max(12px, env(safe-area-inset-bottom));
  background: rgba(8, 12, 42, 0.97); border-top: 1.5px solid var(--bp-line);
  box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.5);
}

#studio-root .kbd-dock.show { display: block; }

#studio-root .kbd-dock .kbd { padding-bottom: 0; }

#studio-root .kbd-dock .key { height: clamp(40px, 6.4vh, 58px); font-size: clamp(17px, 2.4vh, 22px); }

#studio-root .kbd-dock .key.wide { font-size: clamp(13px, 1.7vh, 16px); }


#studio-root .kbd-email .key, #studio-root .kbd-code .key { flex: 0 0 calc((100% - 9 * var(--kbd-gap)) / 10); }

#studio-root .kbd-email .key.wide, #studio-root .kbd-code .key.wide { flex: 0 0 calc((100% - 9 * var(--kbd-gap)) / 5 + var(--kbd-gap)); }


#studio-root.rb-kbd-open .modal-root { padding-bottom: var(--kbd-h, 40vh); align-items: center; }



#studio-root .version-badge {
  position: fixed; right: 9px; bottom: 6px; z-index: 300; display: none;
  flex-direction: column; align-items: flex-end; gap: 1px; text-align: right;
  font-size: 10px; line-height: 1.3; letter-spacing: 0.02em;
  color: rgba(255,255,255,0.30); font-variant-numeric: tabular-nums; pointer-events: none;
}

#studio-root .version-badge.show { display: flex; }



#studio-root .reader-glance {
  position: absolute; right: 14px; bottom: 42px; display: none;
  align-items: center; gap: 6px; opacity: 0.5; font-size: 11px;
  color: rgba(255,255,255,0.65); font-variant-numeric: tabular-nums;
}

#studio-root .reader-glance.show { display: flex; }

#studio-root .reader-glance .rg-batt {
  width: 22px; height: 11px; border: 1.5px solid currentColor; border-radius: 3px;
  position: relative; color: rgba(255,255,255,0.65);
}

#studio-root .reader-glance .rg-batt::after {           
  content: ""; position: absolute; right: -4px; top: 2.5px; width: 2.5px; height: 4px;
  background: currentColor; border-radius: 1px;
}

#studio-root .reader-glance .rg-fill { position: absolute; left: 1.5px; top: 1.5px; bottom: 1.5px; border-radius: 1.5px; }


#studio-root .reader-glance .rg-name { letter-spacing: 0.06em; font-weight: 700; }

#studio-root .reader-glance.rg-off .rg-batt { color: #4a6fa5; }        

#studio-root .reader-glance.rg-off .rg-batt::before {                  
  content: ""; position: absolute; left: -3px; top: 4px; width: 26px; height: 1.5px;
  background: #4a6fa5; transform: rotate(-25deg);
}



#studio-root .modal-root {
  
  position: fixed; inset: 0; z-index: 400;
  display: none; align-items: center; justify-content: center;
  background: rgba(5,18,46,0.74);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}

#studio-root .modal-root.show { display: flex; }

#studio-root .modal-card {
  width: min(520px, 86vw);
  background: var(--bp-navy); color: #fff;
  border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,0,0.5), inset 0 0 0 1.5px var(--bp-line);
  padding: 40px 38px 32px; text-align: center;
  animation: modalPop 260ms var(--ease-back) both;
}
@keyframes modalPop { 0% { transform: scale(0.85) translateY(12px); opacity: 0; } 100% { transform: scale(1) translateY(0); opacity: 1; } }

#studio-root .modal-emoji { font-size: 44px; line-height: 1; margin-bottom: 12px; }

#studio-root .modal-emoji:empty { display: none; }

#studio-root .modal-title { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 10px; }

#studio-root .modal-title .accent { color: var(--rb-lime); }

#studio-root .modal-msg { font-size: 17px; line-height: 1.5; color: var(--bp-cyan-soft); margin-bottom: 26px; }

#studio-root .modal-msg b { color: #fff; }


#studio-root .modal-qr { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 20px; }

#studio-root .modal-qr img { width: 160px; height: 160px; padding: 12px; background: #fff; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.35); }

#studio-root .modal-qr span { font-size: 15px; font-weight: 700; color: var(--rb-lime); letter-spacing: 0.01em; }

#studio-root .modal-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

#studio-root .modal-actions .btn { font-size: 18px; padding: 16px 30px; }



#studio-root .idle-root {
  position: fixed; inset: 0; z-index: 500;
  display: none; align-items: center; justify-content: center;
  background: rgba(5,18,46,0.74);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}

#studio-root .idle-root.show { display: flex; }

#studio-root .idle-card {
  width: min(520px, 86vw);
  background: var(--bp-navy); color: #fff;
  border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,0,0.5), inset 0 0 0 1.5px var(--bp-line);
  padding: 40px 38px 32px; text-align: center;
  animation: modalPop 260ms var(--ease-back) both;
}

#studio-root .idle-title { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 10px; }

#studio-root .idle-msg { font-size: 17px; line-height: 1.5; color: var(--bp-cyan-soft); margin-bottom: 26px; }

#studio-root .idle-msg b { color: #fff; }

#studio-root .idle-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

#studio-root .idle-actions .btn { font-size: 18px; padding: 16px 30px; }



#studio-root .lang-globe {
  position: absolute; top: calc(22px + env(safe-area-inset-top)); right: 24px; z-index: 20;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 16px; border-radius: 999px;
  background: rgba(11, 44, 102, 0.55); color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  font-size: 15px; font-weight: 700; letter-spacing: .01em; cursor: pointer;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}

#studio-root .lang-globe svg { width: 22px; height: 22px; }

#studio-root .lang-globe:active { transform: scale(0.97); }

#studio-root .lang-overlay {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center;
  background: rgba(5, 18, 46, 0.74);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
}

#studio-root .lang-overlay.show { display: flex; }

#studio-root .lang-card {
  width: min(720px, 92vw); max-height: 86vh; overflow: auto;
  background: var(--bp-navy); color: #fff;
  border-radius: 24px; border: 1.5px solid var(--bp-line);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  padding: 30px 26px; text-align: center;
  animation: modalPop 240ms var(--ease-back) both;
}

#studio-root .lang-title { font-size: 24px; font-weight: 800; margin-bottom: 20px; }

#studio-root .lang-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }

#studio-root .lang-opt {
  padding: 18px 14px; border-radius: 14px;
  background: rgba(255, 255, 255, 0.06); color: #fff;
  border: 1.5px solid var(--bp-line); font-size: 19px; font-weight: 700; cursor: pointer;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

#studio-root .lang-opt:active { transform: scale(0.97); }

#studio-root .lang-opt.on { background: var(--rb-lime); color: #08210a; border-color: var(--rb-lime); }



#studio-root .modal-title:empty { display: none; }                 

#studio-root .egg-img {                                             
  display: block; margin: 2px auto 0;
  width: auto; height: auto;
  max-width: 100%; max-height: 56vh;                   
  border-radius: 14px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

#studio-root .egg-rain {                                            
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; transition: opacity 0.2s linear;
}



#studio-root .tile.design.qty0 { opacity: 0.6; }

#studio-root .tile.design.qty0 .tile-foot { background: #2a3550; }

#studio-root .tile-del {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  width: 32px; height: 32px; border-radius: 9999px; border: none; cursor: pointer;
  background: rgba(0,0,0,0.55); color: #fff; font-size: 17px; line-height: 1;
  display: grid; place-items: center;
  transition: background 140ms, transform 120ms;
}

#studio-root .tile-del:hover { background: var(--rb-pink); }

#studio-root .tile-del:active { transform: scale(0.9); }


#studio-root .tile-dup {
  position: absolute; top: 10px; right: 50px; z-index: 3;
  width: 32px; height: 32px; border-radius: 9999px; border: none; cursor: pointer;
  background: rgba(0,0,0,0.55); color: #fff;
  display: grid; place-items: center;
  transition: background 140ms, transform 120ms;
}

#studio-root .tile-dup svg { display: block; }

#studio-root .tile-dup:hover { background: var(--rb-lime); color: #000; }

#studio-root .tile-dup:active { transform: scale(0.9); }


#studio-root .tile-warn {
  position: absolute; top: 10px; right: 90px; z-index: 3;
  width: 32px; height: 32px; border-radius: 9999px; border: none; cursor: pointer;
  background: rgba(0,0,0,0.55); color: #ff6b6b;
  display: grid; place-items: center;
  transition: background 140ms, color 140ms, transform 120ms;
}

#studio-root .tile-warn svg { display: block; }

#studio-root .tile-warn:hover { background: #e8412e; color: #fff; }

#studio-root .tile-warn:active { transform: scale(0.9); }

#studio-root .tile.design.invalid { outline: 2px solid #e8412e; outline-offset: -2px; }

#studio-root .tile-foot .tile-qty-step {
  display: flex; align-items: center; gap: 16px;
}

#studio-root .tile-qty-step button {
  width: 30px; height: 30px; border-radius: 9999px; border: none; cursor: pointer;
  background: rgba(255,255,255,0.16); color: #fff; font-size: 18px; font-weight: 700;
  display: grid; place-items: center; line-height: 1;
  transition: background 140ms, transform 100ms;
}

#studio-root .tile-qty-step button:hover { background: var(--rb-lime); color: #000; }

#studio-root .tile-qty-step button:active { transform: scale(0.88); }


#studio-root .tile-qty-step .q {
  font-weight: 700; font-size: 16px; min-width: 30px; text-align: center;
  font-variant-numeric: tabular-nums; cursor: pointer; padding: 5px 8px; border-radius: 8px;
  transition: background 140ms;
}

#studio-root .tile-qty-step .q:hover { background: rgba(255,255,255,0.14); }


#studio-root .qty-input { max-width: 180px; margin-left: auto; margin-right: auto; }



#studio-root .line.q0 { opacity: 0.5; }

#studio-root .line.q0 .nm { text-decoration: line-through; }



#studio-root .btn-exit {
  background: transparent; color: var(--bp-cyan-soft); border: none; cursor: pointer;
  font-family: var(--rb-font); font-weight: 700; font-size: 14px; letter-spacing: 0.04em;
  padding: 9px 20px; border-radius: 9999px; box-shadow: inset 0 0 0 1.5px var(--bp-line);
  transition: background 140ms, color 140ms, box-shadow 140ms, transform 120ms;
}

#studio-root .btn-exit:hover { background: var(--rb-pink); color: #fff; box-shadow: none; }

#studio-root .btn-exit:active { transform: scale(0.96); }



#studio-root .kbd-ghost {
  position: fixed; z-index: 200; pointer-events: none;
  width: 66px; height: 66px; margin-left: -33px; margin-top: -33px;
  border-radius: 15px; display: grid; place-items: center;
  font-weight: 700; font-size: 30px; font-family: var(--rb-font);
  box-shadow: 0 12px 28px rgba(0,0,0,0.5);
  transform: scale(1.05) rotate(-4deg);
}

#studio-root .bkey.keydragging, #studio-root .ckey.keydragging { opacity: 0.4; }



#studio-root .coach-ov { position: fixed; inset: 0; z-index: 120; }

#studio-root .coach-spot {
  position: fixed; border-radius: 14px;
  box-shadow: 0 0 0 9999px rgba(5,18,46,0.82);
  outline: 2px solid var(--rb-lime); outline-offset: 0;
  transition: left 260ms var(--ease), top 260ms var(--ease), width 260ms var(--ease), height 260ms var(--ease);
  pointer-events: none;
}

#studio-root .coach-call {
  position: fixed; width: 360px;
  background: var(--bp-navy); color: #fff;
  border-radius: 16px; padding: 20px 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.5), inset 0 0 0 1.5px var(--bp-line);
  animation: modalPop 240ms var(--ease-back) both;
}

#studio-root .coach-title { font-size: 21px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.01em; }

#studio-root .coach-text { font-size: 15px; color: var(--bp-cyan-soft); line-height: 1.45; margin-bottom: 16px; }

#studio-root .coach-actions { display: flex; align-items: center; justify-content: space-between; }

#studio-root .coach-step { font-size: 12px; color: var(--bp-cyan-soft); font-weight: 700; letter-spacing: 0.16em; }

#studio-root .coach-next { font-size: 16px; padding: 11px 24px; }



#studio-root .email-sub { color: var(--bp-cyan-soft); font-size: 15px; line-height: 1.5; margin: 0 0 4px; }

#studio-root .email-input {
  width: 100%; box-sizing: border-box; margin-top: 14px;
  padding: 16px 18px; font-family: 'Comfortaa', sans-serif; font-size: 20px;
  border: 2px solid var(--bp-line); border-radius: 12px;
  background: rgba(255, 255, 255, 0.06); color: var(--bp-paper);
  text-align: center; outline: none;
}

#studio-root .email-input::placeholder { color: var(--bp-cyan-soft); opacity: 0.65; }

#studio-root .email-input:focus { border-color: var(--rb-lime); }

#studio-root .email-err { color: #ff7a7a; font-size: 14px; margin-top: 10px; }

#studio-root .btn-email-login {
  background: transparent; color: var(--bp-cyan-soft);
  border: 2px solid var(--bp-line); font-size: 15px; padding: 11px 22px;
}

#studio-root .btn-email-login:hover { color: #fff; border-color: var(--bp-cyan); }

#studio-root .email-input.shake { animation: emailShake 0.4s; }
@keyframes emailShake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-7px); }
  40%, 80% { transform: translateX(7px); }
}


#studio-root .magic-wait { display: flex; align-items: center; justify-content: center; gap: 10px;
  color: var(--rb-lime); font-size: 15px; font-weight: 600; margin: 16px 0 6px; }

#studio-root .magic-spinner { width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25); border-top-color: var(--rb-lime);
  animation: magicSpin 0.8s linear infinite; }
@keyframes magicSpin { to { transform: rotate(360deg); } }

#studio-root .email-hint { color: var(--bp-cyan-soft); font-size: 13px; opacity: 0.8; margin: 4px 0 0; }


#studio-root .email-screen-sub { color: var(--bp-cyan-soft); font-size: 16px; line-height: 1.5; max-width: 440px; margin: 12px auto 0; text-align: center; }

#studio-root .email-input-lg { max-width: 440px; margin: 22px auto 0; font-size: 24px; padding: 18px 22px; }


#studio-root .demo-flag { color: #ff8a8a; font-size: 12px; font-weight: 700; letter-spacing: .03em; margin-top: 14px;
  border: 1px dashed rgba(255, 138, 138, 0.55); border-radius: 8px; padding: 8px 12px; text-align: center; }



#studio-root .welcome-stage { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; align-items: center;
  justify-content: center; width: 100%; gap: 8px; padding: 0 24px; }

#studio-root .welcome-prompt { font-size: clamp(28px, 4vh, 48px); font-weight: 700; letter-spacing: -0.01em; text-align: center; }

#studio-root .welcome-prompt .accent { color: var(--rb-lime); }

#studio-root .welcome-sub { color: var(--bp-cyan-soft); font-size: clamp(15px, 2.1vh, 19px); text-align: center; margin-bottom: 14px; }

#studio-root .welcome-choices { display: flex; gap: 20px; width: 100%; max-width: 740px; justify-content: center; flex-wrap: wrap; }

#studio-root .welcome-card {
  flex: 1 1 280px; max-width: 340px; min-width: 0;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px;
  padding: 30px 26px; border-radius: 18px; cursor: pointer;
  background: rgba(255,255,255,0.05); color: #fff;
  border: 2px solid var(--bp-line);
  transition: transform 160ms var(--ease), border-color 160ms var(--ease), background 160ms var(--ease), box-shadow 160ms var(--ease);
  font-family: 'Comfortaa', sans-serif;
}

#studio-root .welcome-card:hover { transform: translateY(-4px); border-color: var(--rb-lime);
  box-shadow: 0 14px 34px rgba(0,0,0,0.34), inset 0 0 0 1px rgba(207,250,46,0.35); background: rgba(255,255,255,0.08); }

#studio-root .welcome-card:active { transform: translateY(-1px) scale(0.99); }

#studio-root .welcome-card .wc-emoji { font-size: 40px; line-height: 1; }

#studio-root .welcome-card .wc-title { font-size: 21px; font-weight: 700; }



#studio-root.env-kiosk .welcome-choices { flex-direction: column; align-items: center; gap: 22px; }

#studio-root.env-kiosk #welcome-new { flex: 0 0 auto; width: min(440px, 86%); max-width: none; padding: 44px 30px; }

#studio-root.env-kiosk #welcome-new .wc-emoji { font-size: 52px; }

#studio-root.env-kiosk #welcome-new .wc-title { font-size: 27px; }

#studio-root.env-kiosk #welcome-returning {
  flex: 0 0 auto; flex-direction: row; gap: 10px; width: auto; max-width: none;
  padding: 14px 30px; border-radius: 9999px;
}

#studio-root.env-kiosk #welcome-returning .wc-emoji { font-size: 22px; }

#studio-root.env-kiosk #welcome-returning .wc-title { font-size: 16px; }



#studio-root.env-web #cart-greet { display: none; }


#studio-root.env-web #checkout-greet { display: none; }



#studio-root .save-optin {
  display: flex; align-items: center; gap: 11px; cursor: pointer;
  max-width: 440px; margin: 18px auto 0; padding: 12px 16px;
  border-radius: 12px; background: rgba(207,250,46,0.08);
  box-shadow: inset 0 0 0 1.5px rgba(207,250,46,0.35);
  color: var(--bp-paper); font-size: 15px; line-height: 1.4; text-align: left;
}

#studio-root .save-optin input { width: 20px; height: 20px; accent-color: var(--rb-lime); cursor: pointer; flex: 0 0 auto; }


#studio-root .save-optins { display: flex; flex-direction: column; align-items: center; width: 100%; gap: 4px; }


#studio-root.env-kiosk #screen-save .name-stage { justify-content: flex-start; overflow-y: auto; }

#studio-root.env-kiosk #screen-save .save-optin { margin-top: 8px; padding: 8px 14px; font-size: 14px; }


#studio-root.env-kiosk #screen-save .save-optins {
  flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 10px;
}

#studio-root.env-kiosk #screen-save .save-optins .save-optin { margin: 0; max-width: 400px; flex: 0 1 auto; }

#studio-root.env-kiosk #screen-save .center-col {
  flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;
}


#studio-root.env-kiosk #screen-save .center-col .btn-skip-danger { order: -1; }


#studio-root.env-kiosk #screen-save .kbd .key { height: clamp(38px, 5.4vh, 50px); }

@media (max-height: 740px) {
  
#studio-root.env-kiosk #screen-save .email-screen-sub { display: none; }
  
#studio-root.env-kiosk #screen-save .kbd .key { height: clamp(32px, 4.6vh, 44px); }
  
#studio-root.env-kiosk #screen-save .kbd { gap: 5px; padding-bottom: 4px; }
  
#studio-root.env-kiosk #screen-save .save-optin { margin-top: 6px; padding: 6px 12px; font-size: 13px; }
  
#studio-root.env-kiosk #screen-save .center-col { padding-bottom: 10px; }
  
  
#studio-root.env-kiosk #screen-save .email-input-lg { margin-top: 10px; padding: 12px 18px; font-size: 21px; }
}


#studio-root .btn-skip-danger {
  background: transparent; color: #ff8a8a;
  box-shadow: inset 0 0 0 1.5px rgba(255, 122, 122, 0.45);
  font-size: 14px; padding: 11px 22px; font-weight: 600; opacity: 0.82;
}

#studio-root .btn-skip-danger:hover { color: #fff; background: rgba(220, 60, 60, 0.55); box-shadow: inset 0 0 0 1.5px rgba(255,122,122,0.7); opacity: 1; }


@media (max-width: 600px) {

  
  
#studio-root .kbar { gap: 10px; padding: 12px 16px; }
  
#studio-root .kbar .logo { height: 22px; }
  
#studio-root .kbar .greet { font-size: 13px; }
  
  
#studio-root #screen-cart .kbar .greet { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

  
  
#studio-root #screen-name .kbar, #studio-root #screen-email .kbar, #studio-root #screen-welcome .kbar, #studio-root #screen-save .kbar { padding: 12px 16px; gap: 10px; }
  
#studio-root .btn-arrow-back { width: 46px; height: 46px; font-size: 20px; }
  
#studio-root .name-prompt { font-size: clamp(22px, 6vw, 34px); }
  
#studio-root .name-display { min-width: 0; font-size: clamp(34px, 11vw, 52px); }
  
#studio-root #name-3d { height: clamp(90px, 16vh, 150px); }

  
  
#studio-root .welcome-prompt { font-size: clamp(24px, 7vw, 34px); }
  
#studio-root .welcome-choices { flex-direction: column; gap: 14px; max-width: 100%; }
  
#studio-root .welcome-card { flex: 1 1 auto; max-width: 100%; padding: 22px 20px; }
  
#studio-root .welcome-card .wc-emoji { font-size: 34px; }
  
#studio-root .save-optin { font-size: 14px; padding: 11px 14px; }

  
  
#studio-root .cart-body { padding: 14px 16px 0; }
  
#studio-root .cart-head { margin-bottom: 10px; flex-wrap: wrap; gap: 6px; }
  
#studio-root .cart-title { font-size: 26px; }
  
#studio-root .cart-head .annot { display: none; }   
  
#studio-root .tile-grid { grid-template-columns: 1fr; gap: 14px; }   
  
#studio-root .tile { aspect-ratio: 4 / 1.55; }                       
  
#studio-root .tile.blank { display: none; }                          

  
  
#studio-root .cart-footer {
    flex-wrap: wrap; gap: 10px 14px; padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
  }
  
#studio-root .cart-footer .upsell { flex: 1 1 100%; order: 1; gap: 12px; }
  
#studio-root .cart-footer .upsell-spark { width: 40px; height: 40px; }
  
#studio-root .cart-footer .upsell-text .big { font-size: 16px; }
  
#studio-root .cart-footer .upsell-text .sm { font-size: 13px; }
  
#studio-root .cart-footer .cart-total-block { order: 2; flex: 0 0 auto; text-align: left; }
  
#studio-root .cart-footer .cart-total-block .amt { font-size: 30px; }
  
#studio-root .cart-footer #to-checkout { order: 3; flex: 1 1 auto; margin-left: auto; }
  
  
#studio-root .cart-footer .btn-lg { font-size: 17px; padding: 15px 26px; }

  
  
  
#studio-root .designer-top { flex-wrap: wrap; gap: 8px; padding: 8px 12px; }
  
#studio-root .designer-top .d-title { font-size: 15px; }
  
#studio-root .designer-top .spacer { display: none; }   
  
#studio-root .designer-top .btn-arrow-back { width: 32px; height: 32px; font-size: 18px; }
  
#studio-root .btn-help { width: 32px; height: 32px; font-size: 16px; }
  
#studio-root .designer-top #add-to-cart { order: 1; margin-left: auto; flex: 0 0 auto;
    font-size: 12.5px; padding: 8px 12px; }
  
#studio-root .designer-top .size-seg { order: 2; flex: 0 0 auto; }
  
#studio-root .designer-top .bead-meter { order: 3; flex: 1 1 0; min-width: 0; }
  
#studio-root .size-seg button { padding: 7px 10px; font-size: 12px; }
  
#studio-root .size-seg button .cnt { font-size: 9px; }
  
#studio-root .bead-meter { gap: 8px; }
  
#studio-root .bead-meter .track { flex: 1 1 auto; width: auto; }
  
#studio-root .bead-meter .count { font-size: 14px; }

  
  
#studio-root .dock { padding: 8px 12px 12px; padding-bottom: calc(10px + env(safe-area-inset-bottom)); gap: 8px; }
  
#studio-root .dock-controls { flex-wrap: nowrap; gap: 8px; justify-content: flex-start; }
  
#studio-root .dock-controls .spacer { display: none; }
  
#studio-root #designer-bksp { display: none; }          
  
#studio-root .dock-controls .dir-seg { order: -1; }     
  
#studio-root .mode-tab { padding: 8px 12px; font-size: 13px; }
  
#studio-root .dir-seg { padding: 4px; gap: 4px; }
  
#studio-root .dir-seg .dlabel { padding: 0 3px 0 7px; font-size: 10px; }
  
#studio-root .dir-btn { width: 38px; height: 34px; font-size: 16px; }
  
  
#studio-root .tray-grid { gap: 6px; min-height: 0; }
  
#studio-root .tray-grid.keys { gap: 6px; }
  
#studio-root .kb-digits, #studio-root .kb-letters { gap: 6px; }
  
#studio-root .kb-digits { width: 100%; }                
  
#studio-root .kb-letters.qwerty { display: flex; justify-content: center; gap: 6px; }
  
#studio-root .kb-letters.qwerty .bkey { flex: 0 0 calc((100% - 54px) / 10); }  
  
#studio-root .bkey { height: 44px; font-size: 17px; border-radius: 9px; }
  
#studio-root .bkey.bksp { font-size: 19px; }
  
#studio-root .ckey { height: 50px; border-radius: 9px; }
  
#studio-root .color-swatches { gap: 8px; }
  
#studio-root .color-swatches .ckey { min-height: 48px; }
  
#studio-root .glitter-toggle { padding: 11px 24px; font-size: 15px; }
  
#studio-root .studio-hint { font-size: 11px; padding: 6px 12px; max-width: 84vw; }
  
#studio-root .studio-blueprint-label { left: 14px; top: 12px; }

  
  
#studio-root .sheet { padding: 18px 16px 0; }
  
#studio-root .sheet-head { margin-bottom: 12px; flex-wrap: wrap; gap: 8px; }
  
#studio-root .sheet-title { font-size: 28px; }
  
#studio-root .sheet-head .annot { display: none; }
  
#studio-root .checkout-cols {
    display: flex; flex-direction: column; gap: 16px;
    overflow-y: auto; padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
  
#studio-root .checkout-cols .lines { overflow: visible; padding-right: 0; flex: 0 0 auto; }
  
#studio-root .checkout-cols .summary { align-self: stretch; padding: 20px; }
  
#studio-root .summary .grand .amt { font-size: 44px; }   
  
#studio-root .line-thumb { width: 96px; height: 54px; }
  
  
#studio-root .line-info { min-width: 0; }
  
#studio-root .line-info .nm { font-size: 16px; overflow-wrap: anywhere; word-break: break-word; }
  
#studio-root .line { gap: 12px; }

  
  
#studio-root .confirm-wrap { gap: 14px; padding: 0 18px; max-width: 100%; }
  
#studio-root .confirm-h { font-size: clamp(32px, 9vw, 48px); }
  
#studio-root .confirm-sub { font-size: 17px; }
  
#studio-root .confirm-steps { gap: 10px; }
  
#studio-root .cstep { padding: 10px 16px; font-size: 14px; }
  
#studio-root .confirm-num { font-size: 18px; padding: 12px 24px; }

  
  
#studio-root .modal-card { padding: 30px 22px 26px; }
  
#studio-root .modal-title { font-size: 24px; }
  
#studio-root .modal-msg { font-size: 16px; }
  
#studio-root .coach-call { width: min(340px, calc(100vw - 24px)); padding: 18px 18px; }

  
  
#studio-root .lang-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
}



#studio-root .upsell-spark .mini-bead { display: grid; place-items: center; width: 100%; height: 100%; }

#studio-root .upsell-spark .mini-bead svg { width: 82%; height: auto; display: block; }


@media (max-width: 600px) {
  
  
#studio-root.env-web #screen-name .name-stage { flex: 0 0 auto; min-height: 0; justify-content: flex-start; padding-top: 0; gap: 8px; }
  
#studio-root.env-web #screen-name .name-prompt { font-size: 22px; }
  
#studio-root.env-web #screen-name #name-3d { height: 80px; }   
  
#studio-root.env-web #screen-name .center-col { padding: 4px 0 8px; }
  
  
#studio-root.env-web #screen-save .name-stage { flex: 0 0 auto; min-height: 0; justify-content: flex-start; padding-top: 0; gap: 6px; }
  
#studio-root.env-web #screen-save .name-prompt { font-size: 20px; }
  
#studio-root.env-web #screen-save .email-screen-sub { font-size: 13px; margin-top: 0; }
  
#studio-root.env-web #screen-save .email-input-lg { padding: 12px 14px; font-size: 17px; }
  
#studio-root.env-web #screen-save .save-optin { margin-top: 6px; padding: 7px 11px; font-size: 13px; }
  
#studio-root.env-web #screen-save .center-col { padding: 4px 0 8px; gap: 6px; }
  
#studio-root.env-web #screen-save .btn-lg { padding: 12px 26px; font-size: 16px; }
  
#studio-root.env-web #screen-save .btn-skip-danger { padding: 8px 18px; font-size: 13px; }
  
  
#studio-root.env-web #screen-email .name-stage { flex: 0 0 auto; min-height: 0; justify-content: flex-start; padding-top: 0; gap: 6px; }
  
#studio-root.env-web #screen-email .name-prompt { font-size: 22px; }
  
#studio-root.env-web #screen-email .email-screen-sub { font-size: 13px; margin-top: 0; }
  
#studio-root.env-web #screen-email .email-input-lg { padding: 12px 14px; font-size: 17px; margin-top: 10px; }
  
#studio-root.env-web #screen-email .center-col { padding: 4px 0 8px; }
  
#studio-root.env-web #screen-email .btn-lg { padding: 12px 26px; font-size: 16px; }
  
  
#studio-root #screen-cart .kbar .logo, #studio-root #screen-checkout .kbar .logo { display: none; }
  
  
#studio-root.env-web .kbar { padding-left: 58px; }
  
#studio-root.env-web .designer-top { padding-left: 58px; }
  
  
#studio-root.env-web .designer-top .d-title { display: none; }
  
#studio-root.env-web .dir-seg .dlabel { display: none; }
  
  
#studio-root.env-web .designer-top { flex-wrap: nowrap; gap: 8px; }
  
#studio-root.env-web .designer-top .size-seg { order: 1; flex: 0 0 auto; }
  
#studio-root.env-web .designer-top .size-seg button { padding: 7px 8px; }
  
#studio-root.env-web .designer-top .bead-meter { order: 2; flex: 0 0 auto; margin-left: auto; }
  
#studio-root.env-web .designer-top .bead-meter .track { display: none; }   
  
  
#studio-root.env-web .designer-top .bead-meter .count { display: flex; flex-direction: column; align-items: center; line-height: 1.04; font-size: 13px; }
  
#studio-root.env-web .designer-top .bead-meter .count .need::before { content: none; }
  
#studio-root.env-web .designer-top .bead-meter .count .need { border-top: 1.5px solid currentColor; padding-top: 1px; min-width: 1.7em; text-align: center; }
  
  
#studio-root.env-web .dock-controls #add-to-cart { order: 2; flex: 0 0 auto; padding: 9px 11px; font-size: 12.5px; min-height: 0; }
  
#studio-root.env-web .dock-controls { justify-content: flex-start; gap: 6px; }   
  
  
#studio-root.env-web .dir-seg { padding: 3px; gap: 3px; }
  
#studio-root.env-web .dir-btn { width: 31px; height: 32px; font-size: 15px; }
  
#studio-root.env-web .mode-tabs { gap: 6px; }
  
  
#studio-root .bead-meter .track { flex: 1 1 auto; width: auto; }
  
  
#studio-root .studio-hint { display: none; }
  
  
#studio-root .dock-controls { justify-content: center; }
  
#studio-root .dock-controls .spacer { display: none; }
  
  
#studio-root .toast { left: 14px; right: 14px; transform: translateY(20px); max-width: none; white-space: normal;
           text-align: center; border-radius: 16px; font-size: 15px; padding: 12px 16px; bottom: 47vh; }
  
#studio-root .toast.show { transform: translateY(0); }
  
  
#studio-root .line { flex-wrap: wrap; }
  
#studio-root .line-thumb { width: 104px; height: 52px; }
  
#studio-root .line .line-qty { margin-left: auto; }
  
  
#studio-root.env-web .kbar .btn-arrow-back, #studio-root.env-web .sheet-head .btn-arrow-back { width: 40px; height: 40px; font-size: 18px; }
  
  
#studio-root.env-web #screen-checkout .kbar { display: none; }
  
#studio-root.env-web #screen-checkout .sheet { padding-top: 10px; }
  
#studio-root.env-web #screen-checkout .sheet-head { padding-left: 58px; }
}


#studio-root .tile-scroll, #studio-root .lines, #studio-root .checkout-cols, #studio-root .lang-card { overscroll-behavior: contain; }
