.gstore-preorder-page--reference {
  --po-bg: #f7f9fb;
  --po-panel: rgba(255, 255, 255, 0.7);
  --po-panel-strong: rgba(255, 255, 255, 0.85);
  --po-surface-low: #f2f4f6;
  --po-surface-high: #e6e8ea;
  --po-text: #191c1e;
  --po-muted: #5c4037;
  --po-primary: #2f56d3;
  --po-primary-strong: #2346b6;
  --po-outline: rgba(230, 190, 178, 0.3);
  --po-white-line: rgba(255, 255, 255, 0.4);
  --po-shadow: rgba(0, 0, 0, 0.04);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 64px;
  color: var(--po-text);
}

.gstore-preorder-page--reference::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--po-bg);
}

.gstore-preorder-page--reference,
.gstore-preorder-page--reference * {
  box-sizing: border-box;
}

.gstore-preorder-anchor {
  display: block;
  position: relative;
  top: -14px;
  height: 1px;
  scroll-margin-top: 104px;
}

#pre-order-request,
#pre-order-ending {
  scroll-margin-top: 104px;
}

.gstore-preorder-hero {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(16px, 4vw, 32px) 0 32px;
}

.gstore-preorder-hero__backdrop {
  display: none;
}

.gstore-preorder-hero__panel,
.gstore-preorder-action-card,
.gstore-preorder-step-card,
.gstore-preorder-card,
.gstore-preorder-modal__dialog,
.gstore-preorder-empty {
  background: var(--po-panel);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--po-white-line);
  border-left: 1px solid var(--po-white-line);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 32px var(--po-shadow);
}

.gstore-preorder-hero__panel {
  position: relative;
  z-index: 1;
  padding: clamp(14px, 3vw, 48px);
  border-radius: clamp(1rem, 3vw, 3rem);
}

.gstore-preorder-hero__layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: clamp(10px, 2.5vw, 40px);
  width: 100%;
}

.gstore-preorder-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 38%;
  min-width: 0;
  text-align: left;
}

.gstore-preorder-eyebrow {
  display: block;
  margin-bottom: clamp(4px, 0.8vw, 12px);
  color: var(--po-primary);
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gstore-preorder-hero__content h1 {
  margin: 0 0 clamp(6px, 1.2vw, 24px);
  font: inherit;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--po-text);
}

.gstore-preorder-hero__content > p {
  margin: 0;
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--po-muted);
}

.gstore-preorder-hero__actions {
  display: flex;
  flex-direction: row;
  gap: clamp(8px, 1.5vw, 24px);
  flex: 1 1 62%;
  min-width: 0;
}

.gstore-preorder-action-card {
  background: rgba(255, 255, 255, 0.4);
  padding: clamp(10px, 1.6vw, 24px);
  border-radius: clamp(0.5rem, 1.2vw, 1rem);
  border: 1px solid var(--po-outline);
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.8vw, 12px);
  flex: 1;
  min-width: 0;
  text-align: left;
}

.gstore-preorder-action-card__header {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1vw, 12px);
  min-width: 0;
}

.gstore-preorder-action-card .material-symbols-outlined {
  color: var(--po-primary);
  font-size: clamp(14px, 1.8vw, 24px);
  flex-shrink: 0;
}

.gstore-preorder-action-card h2 {
  margin: 0;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--po-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gstore-preorder-action-card p {
  margin: 0;
  font: inherit;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--po-muted);
  flex: 1;
}

.gstore-preorder-inline-link {
  border: 1px solid rgba(47, 86, 211, 0.2);
  color: var(--po-primary);
  background: transparent;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: clamp(4px, 0.6vw, 8px) clamp(8px, 1.2vw, 16px);
  border-radius: 9999px;
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-start;
}

.gstore-preorder-inline-link:hover {
  background: var(--po-primary);
  color: #fff;
}

.gstore-preorder-inline-link .material-symbols-outlined {
  font-size: clamp(12px, 1.2vw, 16px);
}

.gstore-preorder-protocol,
.gstore-preorder-request,
.gstore-preorder-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 0;
}

.gstore-preorder-protocol__head {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}

.gstore-preorder-protocol__head h2 {
  margin: 0 0 12px;
  font: inherit;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: var(--po-text);
}

.gstore-preorder-protocol__head p {
  margin: 0;
  font: inherit;
  font-size: clamp(12px, 1.4vw, 18px);
  line-height: 1.6;
  color: var(--po-muted);
}

.gstore-preorder-protocol__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gstore-preorder-step-card {
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gstore-preorder-step-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.gstore-preorder-step-card__icon .material-symbols-outlined {
  font-size: 32px;
}

.gstore-preorder-step-card__icon--primary {
  background: rgba(47, 86, 211, 0.12);
  color: var(--po-primary);
}

.gstore-preorder-step-card__icon--secondary {
  background: rgba(84, 100, 122, 0.12);
  color: #54647a;
}

.gstore-preorder-step-card__icon--tertiary {
  background: rgba(108, 116, 139, 0.14);
  color: #6c748b;
}

.gstore-preorder-step-card h3 {
  margin: 0 0 12px;
  font: inherit;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--po-text);
}

.gstore-preorder-step-card p {
  margin: 0;
  font: inherit;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--po-muted);
}

.gstore-preorder-request__form-shell {
  max-width: 860px;
  margin: 0 auto;
}

.gstore-preorder-request-card {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2ddd5;
  border-radius: 20px;
  padding: 28px 28px 24px;
}

.gstore-preorder-request-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.gstore-preorder-request-card__title {
  margin: 0;
  font: inherit;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #1a1714;
}

.gstore-preorder-request-card__title em {
  font-style: italic;
  color: var(--po-primary);
}

.gstore-preorder-request-card__badge {
  font: inherit;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--po-primary);
  background: rgba(47, 86, 211, 0.08);
  border: 1px solid rgba(47, 86, 211, 0.16);
  border-radius: 100px;
  padding: 3px 11px;
  white-space: nowrap;
  flex-shrink: 0;
}

.gstore-preorder-request-card__divider {
  height: 1px;
  background: #ede9e2;
  margin-bottom: 18px;
}

.gstore-preorder-form--mockup {
  display: block;
}

.gstore-preorder-form--mockup .gstore-preorder-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.gstore-preorder-field {
  position: relative;
}

.gstore-preorder-field input,
.gstore-preorder-field textarea {
  display: block;
  width: 100%;
  height: 50px;
  background: #faf9f7;
  border: 1px solid #e2ddd5;
  border-radius: 10px;
  padding: 17px 36px 5px 13px;
  font: inherit;
  font-size: 13.5px;
  line-height: 1.3;
  color: #1a1714;
  outline: none;
  transition: border-color .18s, background .18s, box-shadow .18s;
  caret-color: var(--po-primary);
  -webkit-appearance: none;
}

.gstore-preorder-field textarea {
  height: 88px;
  min-height: 88px;
  resize: none;
  padding-top: 19px;
  line-height: 1.5;
}

.gstore-preorder-field input::placeholder,
.gstore-preorder-field textarea::placeholder {
  color: transparent;
}

.gstore-preorder-field input:hover,
.gstore-preorder-field textarea:hover {
  border-color: #c9c0b3;
  background: #fff;
}

.gstore-preorder-field input:focus,
.gstore-preorder-field textarea:focus {
  border-color: var(--po-primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(47, 86, 211, 0.1);
}

.gstore-preorder-field label {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  font: inherit;
  font-size: 13.5px;
  line-height: 1.2;
  color: #a39b90;
  pointer-events: none;
  transform-origin: left center;
  transition: top .2s cubic-bezier(0.16, 1, 0.3, 1), transform .2s cubic-bezier(0.16, 1, 0.3, 1), color .15s;
  white-space: nowrap;
}

.gstore-preorder-field--textarea label {
  top: 16px;
  transform: none;
}

.gstore-preorder-field input:focus ~ label,
.gstore-preorder-field input:not(:placeholder-shown) ~ label {
  top: 8px;
  transform: translateY(0) scale(0.76);
  color: var(--po-primary);
  font-weight: 500;
}

.gstore-preorder-field--textarea textarea:focus ~ label,
.gstore-preorder-field--textarea textarea:not(:placeholder-shown) ~ label {
  top: 6px;
  transform: scale(0.76);
  color: var(--po-primary);
  font-weight: 500;
}

.gstore-preorder-field__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc5ba;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
  transition: color .18s;
}

.gstore-preorder-field input:focus ~ .gstore-preorder-field__icon {
  color: var(--po-primary);
}

.gstore-preorder-form--mockup .m-full {
  grid-column: 1 / -1;
}

.gstore-preorder-form--mockup .m-half {
  grid-column: span 1;
}

.gstore-preorder-bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0;
}

.gstore-preorder-cond-label {
  font: inherit;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  color: #bdb5aa;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gstore-preorder-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gstore-preorder-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px 5px 8px;
  border-radius: 100px;
  border: 1px solid #e2ddd5;
  background: #faf9f7;
  color: #7e776f;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
  user-select: none;
}

.gstore-preorder-pill:hover {
  border-color: #c9c0b3;
  background: #fff;
  color: #2e2b27;
}

.gstore-preorder-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gstore-preorder-pill__dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1.5px solid #ccc5ba;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color .15s, background .15s;
}

.gstore-preorder-pill:has(input:checked) {
  background: rgba(47, 86, 211, 0.08);
  border-color: #d5b78e;
  color: #6b4f28;
  font-weight: 500;
}

.gstore-preorder-pill:has(input:checked) .gstore-preorder-pill__dot {
  border-color: var(--po-primary);
  background: var(--po-primary);
}

.gstore-preorder-pill:has(input:checked) .gstore-preorder-pill__dot::after {
  content: '';
  display: block;
  width: 5px;
  height: 3px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg) translateY(-0.5px);
}

.gstore-preorder-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ede9e2;
}

.gstore-preorder-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: inherit;
  font-size: 11px;
  line-height: 1.2;
  color: #c0b8ae;
}

.gstore-preorder-page--reference .gstore-preorder-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  gap: 10px;
  padding: 10px 16px 10px 20px;
  border: none;
  border-radius: 100px;
  background: var(--po-primary);
  color: #fff;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.01em;
  box-shadow: none;
  transition: background .15s, transform .1s;
}

.gstore-preorder-page--reference .gstore-preorder-submit:hover {
  background: var(--po-primary-strong);
}

.gstore-preorder-page--reference .gstore-preorder-submit:active {
  transform: scale(0.98);
}

.gstore-preorder-page--reference .gstore-preorder-submit .material-symbols-outlined {
  margin-left: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform .15s;
  flex: 0 0 auto;
}

.gstore-preorder-page--reference .gstore-preorder-submit:hover .material-symbols-outlined {
  transform: translateX(2px);
}

.gstore-preorder-notice {
  margin-bottom: 16px;
  border-radius: 12px;
  padding: 12px 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.gstore-preorder-notice.is-success {
  background: rgba(34, 197, 94, 0.1);
  color: #166534;
}

.gstore-preorder-notice.is-error {
  background: rgba(239, 68, 68, 0.1);
  color: #991b1b;
}

.gstore-preorder-success-state {
  display: none;
  text-align: center;
  padding: 16px 0 8px;
}

.gstore-preorder-success-state[hidden] {
  display: none !important;
}

.gstore-preorder-success-state.is-visible {
  display: block;
}

.gstore-preorder-success-state__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eef7e9;
  border: 1px solid #bddcb0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 20px;
  color: #4a8c33;
}

.gstore-preorder-success-state__title {
  font: inherit;
  font-size: 21px;
  line-height: 1.2;
  color: #1a1714;
  margin-bottom: 5px;
}

.gstore-preorder-success-state__sub {
  margin: 0;
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  color: #a39b90;
}

.gstore-section-head {
  position: relative;
  margin-bottom: 28px;
}

.gstore-section-head__inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.gstore-section-head__icon-wrap {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.gstore-section-head__icon-wrap .material-symbols-outlined {
  font-size: 22px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.gstore-section-head--urgent .gstore-section-head__icon-wrap {
  background: linear-gradient(145deg, #ff6b35 0%, #f23a6b 100%);
  box-shadow: 0 4px 16px rgba(242, 58, 107, 0.28);
}

.gstore-section-head--picks .gstore-section-head__icon-wrap {
  background: linear-gradient(145deg, #3b4fe4 0%, #7c3aed 100%);
  box-shadow: 0 4px 16px rgba(59, 79, 228, 0.28);
}

.gstore-section-head__text {
  flex: 1;
  padding-top: 2px;
}

.gstore-section-head__eyebrow {
  margin: 0 0 3px;
  font: inherit;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gstore-section-head--urgent .gstore-section-head__eyebrow { color: #d63060; }
.gstore-section-head--picks .gstore-section-head__eyebrow { color: #3b4fe4; }

.gstore-section-head__title {
  margin: 0;
  font: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0f0f0f;
}

.gstore-section-head__sub {
  margin: 4px 0 0;
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  color: #6b6b6b;
}

.gstore-section-head__badge {
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.gstore-section-head--urgent .gstore-section-head__badge {
  background: #fff0f3;
  color: #d63060;
  border: 1px solid rgba(214, 48, 96, 0.2);
}

.gstore-section-head--picks .gstore-section-head__badge {
  background: #eef0ff;
  color: #3b4fe4;
  border: 1px solid rgba(59, 79, 228, 0.2);
}

.gstore-section-divider {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.gstore-section-divider__track {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(59, 79, 228, 0.12) 20%, rgba(59, 79, 228, 0.22) 50%, rgba(59, 79, 228, 0.12) 80%, transparent 100%);
}

.gstore-section-divider__center {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  flex-shrink: 0;
}

.gstore-section-divider__gem {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #3b4fe4, #7c3aed);
  opacity: 0.5;
}

.gstore-section-divider__gem--center {
  width: 11px;
  height: 11px;
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(59, 79, 228, 0.12);
}

.gstore-section-divider--urgent .gstore-section-divider__track {
  background: linear-gradient(90deg, transparent 0%, rgba(214, 48, 96, 0.12) 20%, rgba(214, 48, 96, 0.22) 50%, rgba(214, 48, 96, 0.12) 80%, transparent 100%);
}

.gstore-section-divider--urgent .gstore-section-divider__gem {
  background: linear-gradient(135deg, #ff6b35, #f23a6b);
}

.gstore-section-divider--urgent .gstore-section-divider__gem--center {
  box-shadow: 0 0 0 3px rgba(214, 48, 96, 0.12);
}

.gstore-preorder-grid {
  display: grid;
  gap: 24px;
}

.gstore-preorder-grid--ending,
.gstore-preorder-grid--manual {
  grid-template-columns: repeat(4, 180px);
  justify-content: center;
}

.gstore-preorder-card {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all .3s ease;
}

.gstore-preorder-card:hover {
  background: var(--po-panel-strong);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.gstore-preorder-card__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(47, 86, 211, 0.2);
}

.gstore-preorder-card__progress span {
  display: block;
  height: 100%;
  background: var(--po-primary);
}

.gstore-preorder-card__main {
  border: 0;
  background: transparent;
  padding: 0;
  display: grid;
  gap: 6px;
  text-align: left;
  cursor: pointer;
}

.gstore-preorder-card__thumb {
  position: relative;
  aspect-ratio: 1 / 0.72;
  margin-bottom: 0;
  padding: 30px 24px;
  border-radius: 10px;
  background: var(--po-surface-low);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gstore-preorder-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  opacity: .9;
  transition: transform .5s ease;
}

.gstore-preorder-card:hover .gstore-preorder-card__thumb img {
  transform: scale(1.05);
}

.gstore-preorder-page .gstore-preorder-countdown {
  position: absolute;
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding: 2px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(145, 111, 101, 0.18);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  min-height: 0;
  width: auto;
  max-width: calc(100% - 16px);
  white-space: nowrap;
}

.gstore-preorder-page .gstore-preorder-countdown__time {
  font-size: 8px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .04em;
}

.gstore-preorder-page .gstore-badge {
  padding: 2px 5px;
  border-radius: 999px;
  font-size: 8px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .04em;
}

.gstore-preorder-card__body {
  display: grid;
  gap: 2px;
  flex-grow: 1;
}

.gstore-preorder-page--reference .gstore-preorder-card__title {
  margin: 0;
  font: inherit;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--po-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.25em * 2);
}

.gstore-preorder-page--reference .gstore-preorder-card__meta {
  margin: 0 0 4px;
  font: inherit;
  font-size: 9px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--po-muted);
}

.gstore-preorder-card__meta--badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 16px;
  padding: 0 5px;
  border-radius: 999px;
  background: rgba(47, 86, 211, 0.08);
  color: var(--po-primary);
  font-size: 8px;
  line-height: 1.1;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 4;
}

.gstore-preorder-page--reference .gstore-preorder-card__price,
.gstore-preorder-page--reference .gstore-preorder-modal__price {
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--po-primary);
}

.gstore-preorder-card__price del,
.gstore-preorder-modal__price del {
  color: #7d8793;
  margin-right: 6px;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: line-through;
}

.gstore-preorder-card__price ins,
.gstore-preorder-modal__price ins {
  text-decoration: none;
}

.gstore-preorder-card__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 6px;
  border-top: 1px solid rgba(145, 111, 101, 0.12);
}

.gstore-preorder-page--reference .gstore-preorder-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  border: 0;
  font: inherit;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .05em;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease, opacity .2s ease;
  white-space: nowrap;
}

.gstore-preorder-card__action-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.gstore-preorder-btn--icon {
  position: relative;
  width: 22px;
  min-width: 22px;
  min-height: 22px;
  padding: 0;
  border-radius: 4px;
}

.gstore-preorder-btn--icon .material-symbols-outlined {
  font-size: 12px;
  line-height: 1;
}

.gstore-preorder-btn--ghost {
  background: rgba(47, 86, 211, 0.1);
  color: var(--po-primary);
}

.gstore-preorder-btn--primary {
  background: var(--po-primary);
  color: #fff;
}

.gstore-preorder-btn:hover {
  transform: translateY(-1px) scale(1.03);
}

.gstore-preorder-btn--primary:hover {
  background: var(--po-primary-strong);
}

.gstore-preorder-btn--icon.is-loading {
  opacity: .7;
  transform: scale(.96);
}

.gstore-preorder-btn--icon.is-loading::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 7px;
  border: 2px solid rgba(47, 86, 211, 0.14);
  border-top-color: rgba(47, 86, 211, 0.85);
  animation: gstorePreorderOutlineSpin .8s linear infinite;
}

.gstore-preorder-btn--icon.is-success {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  box-shadow: 0 6px 14px rgba(34, 197, 94, 0.12);
}

.gstore-preorder-btn--icon[data-preorder-open]:hover .material-symbols-outlined {
  animation: gstorePreorderEyePulse .45s ease;
}

@keyframes gstorePreorderOutlineSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes gstorePreorderEyePulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

.gstore-preorder-empty {
  padding: 24px;
  border-radius: 16px;
  color: var(--po-muted);
  font: inherit;
  font-size: 16px;
}

.gstore-preorder-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.gstore-preorder-modal.is-open {
  display: block;
}

.gstore-preorder-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 28, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gstore-preorder-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 32px));
  margin: 5vh auto 0;
  overflow: hidden;
  border-radius: 16px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
}

.gstore-preorder-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(145, 111, 101, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.gstore-preorder-modal__media {
  position: relative;
  min-height: 420px;
  padding: 40px;
  background: var(--po-surface-low);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gstore-preorder-modal__media img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

.gstore-preorder-modal__content {
  padding: 40px;
  display: grid;
  align-content: start;
  gap: 16px;
}

.gstore-preorder-modal__sku {
  display: inline-block;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(12, 18, 28, 0.06);
  color: var(--po-muted);
  font: inherit;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}

.gstore-preorder-modal__meta {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(47, 86, 211, 0.08);
  border: 1px solid rgba(47, 86, 211, 0.14);
  color: var(--po-primary);
  font: inherit;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
}


.gstore-preorder-modal__shortdesc {
  display: grid;
  gap: 12px;
}

.gstore-preorder-modal__shortdesc p {
  margin: 0;
  font: inherit;
  font-size: 14px;
  line-height: 1.6;
  color: var(--po-muted);
}

.gstore-preorder-modal__shortdesc ul,
.gstore-preorder-modal__shortdesc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gstore-preorder-modal__shortdesc [data-gstore-short-description] .gstore-short-specs,
.gstore-preorder-modal__shortdesc .gstore-short-specs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  margin: 0;
}

.gstore-preorder-modal__shortdesc [data-gstore-short-description] .spec,
.gstore-preorder-modal__shortdesc .spec {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  transition: all .2s ease;
}

.gstore-preorder-modal__shortdesc [data-gstore-short-description] .spec:hover,
.gstore-preorder-modal__shortdesc .spec:hover {
  border-color: var(--po-primary);
  box-shadow: 0 4px 12px rgba(47, 86, 211, 0.1);
}

.gstore-preorder-modal__shortdesc [data-gstore-short-description] .spec .icon,
.gstore-preorder-modal__shortdesc .spec .icon {
  font-size: 20px;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

.gstore-preorder-modal__shortdesc [data-gstore-short-description] .spec small,
.gstore-preorder-modal__shortdesc .spec small {
  display: block;
  font-size: 10px;
  color: #6b7280;
  margin-bottom: 2px;
  line-height: 1.2;
}

.gstore-preorder-modal__shortdesc [data-gstore-short-description] .spec strong,
.gstore-preorder-modal__shortdesc .spec strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gstore-preorder-modal__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gstore-preorder-modal__spec-box {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(145, 111, 101, 0.12);
}

.gstore-preorder-modal__spec-box span {
  display: block;
  margin-bottom: 4px;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 700;
  color: var(--po-muted);
}

.gstore-preorder-modal__spec-box strong {
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--po-text);
}

.gstore-preorder-modal__spec-box--price strong {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  color: var(--po-primary);
  line-height: 1.15;
  overflow: visible;
}

.gstore-preorder-modal__spec-box--price strong .woocommerce-Price-amount,
.gstore-preorder-modal__spec-box--price strong bdi,
.gstore-preorder-modal__spec-box--price strong .woocommerce-Price-currencySymbol {
  display: inline;
  white-space: nowrap;
  font-size: inherit;
  line-height: 1.15;
  vertical-align: baseline;
  color: inherit;
}

.gstore-preorder-modal__spec-box--price strong del {
  margin-right: 6px;
  font-size: 11px;
  color: #7d8793;
}

.gstore-preorder-modal__spec-box--price strong ins {
  text-decoration: none;
}

.gstore-preorder-modal__actions {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gstore-preorder-modal__primary,
.gstore-preorder-modal__secondary {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  border: 1px solid transparent;
  box-shadow: 0 8px 20px rgba(12, 18, 28, 0.08);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

.gstore-preorder-modal__primary {
  background: var(--po-primary);
  color: #fff;
}

.gstore-preorder-modal__primary:hover {
  background: var(--po-primary-strong);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(47, 86, 211, 0.18);
}

.gstore-preorder-modal__secondary {
  border-color: rgba(12, 18, 28, 0.14);
  color: var(--po-text);
  background: rgba(255, 255, 255, 0.82);
}

.gstore-preorder-modal__secondary:hover {
  background: #fff;
  border-color: rgba(47, 86, 211, 0.22);
  color: var(--po-primary);
  transform: translateY(-1px);
}

@media (min-width: 680px) {
  .gstore-preorder-request-card {
    max-width: 800px;
    padding: 32px 36px 28px;
  }

  .gstore-preorder-form--mockup .gstore-preorder-form__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .gstore-preorder-form--mockup .d-1 {
    grid-column: span 1;
  }

  .gstore-preorder-form--mockup .d-2 {
    grid-column: span 2;
  }

  .gstore-preorder-form--mockup .d-3 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1100px) {
  .gstore-preorder-protocol__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gstore-preorder-grid--ending,
  .gstore-preorder-grid--manual {
    grid-template-columns: repeat(2, 180px);
  }

  .gstore-preorder-modal__dialog {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .gstore-preorder-page--reference {
    padding: 0 16px 48px;
  }

  .gstore-preorder-hero__panel {
    padding: 24px;
  }

  .gstore-preorder-request-card {
    padding: 24px;
  }

  .gstore-preorder-protocol__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .gstore-preorder-step-card {
    padding: 14px 10px;
    border-radius: 12px;
  }

  .gstore-preorder-step-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .gstore-preorder-step-card__icon .material-symbols-outlined {
    font-size: 20px;
  }

  .gstore-preorder-protocol__head {
    margin: 0 auto 20px;
  }

  .gstore-preorder-protocol__head h2 {
    line-height: 0.4;
  }

  .gstore-preorder-step-card h3 {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 0.5;
  }

  .gstore-preorder-step-card p {
    font-size: 8px;
    line-height: 1.4;
  }

  .gstore-preorder-modal__specs {
    grid-template-columns: 1fr;
  }

  .gstore-preorder-grid--ending,
  .gstore-preorder-grid--manual {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 180px;
    grid-template-columns: none;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding: 4px 2px 10px;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .gstore-preorder-grid--ending::-webkit-scrollbar,
  .gstore-preorder-grid--manual::-webkit-scrollbar {
    height: 6px;
  }

  .gstore-preorder-grid--ending::-webkit-scrollbar-thumb,
  .gstore-preorder-grid--manual::-webkit-scrollbar-thumb {
    background: rgba(59, 79, 228, 0.2);
    border-radius: 999px;
  }

  .gstore-preorder-grid--ending > *,
  .gstore-preorder-grid--manual > * {
    scroll-snap-align: start;
  }

  .gstore-preorder-card__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gstore-preorder-protocol__button,
  .gstore-preorder-btn,
  .gstore-preorder-modal__primary,
  .gstore-preorder-modal__secondary {
    width: 100%;
  }

  .gstore-preorder-modal__dialog {
    width: min(100vw - 12px, 640px);
    max-height: calc(100vh - 24px);
    margin: 12px auto 0;
    border-radius: 14px;
  }

  .gstore-preorder-modal__close {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
  }

  .gstore-preorder-modal__media {
    min-height: 200px;
    padding: 14px;
  }

  .gstore-preorder-modal__media img {
    max-height: 180px;
  }

  .gstore-preorder-modal__content {
    padding: 16px;
    gap: 10px;
    max-height: calc(100vh - 236px);
    overflow-y: auto;
  }

  .gstore-preorder-modal__specs {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .gstore-preorder-modal__spec-box {
    padding: 10px;
  }

  .gstore-preorder-modal__spec-box span {
    font-size: 10px;
  }

  .gstore-preorder-modal__spec-box strong {
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gstore-preorder-modal__spec-box--price strong,
  .gstore-preorder-modal__spec-box--price strong .woocommerce-Price-amount,
  .gstore-preorder-modal__spec-box--price strong bdi,
  .gstore-preorder-modal__spec-box--price strong .woocommerce-Price-currencySymbol {
    font-size: 14px;
  }

  .gstore-preorder-modal__sku {
    font-size: 11px;
    padding: 5px 9px;
  }

  .gstore-preorder-modal__meta {
    min-height: 22px;
    padding: 0 8px;
    font-size: 10px;
  }

  .gstore-preorder-modal__actions {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    gap: 8px;
  }

  .gstore-preorder-modal__primary,
  .gstore-preorder-modal__secondary {
    min-height: 40px;
    font-size: 9px;
    line-height: 1.1;
    padding: 0;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 679px) {
  .gstore-preorder-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .gstore-preorder-secure {
    justify-content: center;
  }

  .gstore-preorder-page--reference .gstore-preorder-submit {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .gstore-section-head__inner {
    gap: 12px;
  }

  .gstore-section-head__icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .gstore-section-head__icon-wrap .material-symbols-outlined {
    font-size: 19px;
  }

  .gstore-section-head__title {
    font-size: 18px;
  }

  .gstore-section-head__sub {
    font-size: 12px;
  }

  .gstore-section-head__badge {
    font-size: 10px;
    padding: 3px 8px;
  }
}

@media (max-width: 480px) {
  .gstore-preorder-modal__dialog {
    width: calc(100vw - 8px);
    max-height: calc(100vh - 12px);
    margin-top: 6px;
  }

  .gstore-preorder-modal__media {
    min-height: 152px;
    padding: 8px;
  }

  .gstore-preorder-modal__media img {
    max-height: 134px;
  }

  .gstore-preorder-modal__meta {
    top: 8px;
    left: 8px;
    min-height: 20px;
    padding: 0 7px;
    font-size: 9px;
  }

  .gstore-preorder-modal__content {
    padding: 10px;
    gap: 8px;
    max-height: calc(100vh - 174px);
  }

  .gstore-preorder-modal__spec-box {
    padding: 8px;
  }
}

@media (max-width: 640px) {
  .gstore-preorder-modal__shortdesc .gstore-short-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .gstore-preorder-modal__shortdesc .spec {
    min-width: 0;
    padding: 6px;
    gap: 5px;
  }

  .gstore-preorder-modal__shortdesc .spec .icon {
    font-size: 14px;
    width: 14px;
  }

  .gstore-preorder-modal__shortdesc .spec small {
    font-size: 8px;
    line-height: 1.1;
  }

  .gstore-preorder-modal__shortdesc .spec strong {
    font-size: 8px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 100%;
  }

  .gstore-preorder-hero__layout {
    flex-direction: column;
    gap: 16px;
  }

  .gstore-preorder-hero__content {
    flex: none;
  }

  .gstore-preorder-hero__actions {
    flex-direction: row;
    gap: 12px;
  }

  .gstore-preorder-eyebrow {
    font-size: 11px;
  }

  .gstore-preorder-hero__content h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .gstore-preorder-hero__content > p {
    font-size: 12px;
  }

  .gstore-preorder-modal h2 {
    font-size: 18px;
    line-height: 1.15;
  }

  .gstore-preorder-protocol__head h2 {
    font-size: 28px;
  }

  .gstore-preorder-protocol__head p {
    font-size: 12px;
  }

  .gstore-preorder-action-card {
    padding: 14px;
    border-radius: .75rem;
    gap: 8px;
  }

  .gstore-preorder-action-card .material-symbols-outlined {
    font-size: 20px;
  }

  .gstore-preorder-action-card h2 {
    font-size: 12px;
    white-space: normal;
  }

  .gstore-preorder-action-card p {
    font-size: 12px;
  }

  .gstore-preorder-inline-link {
    font-size: 11px;
    padding: 6px 12px;
  }

  .gstore-preorder-inline-link .material-symbols-outlined {
    font-size: 14px;
  }
}

@media (max-width: 405px) {
  .gstore-preorder-hero__panel {
    padding: 12px;
  }

  .gstore-preorder-hero__actions {
    flex-direction: column;
    gap: 8px;
  }

  .gstore-preorder-action-card {
    padding: 10px;
    gap: 6px;
    border-radius: .6rem;
  }

  .gstore-preorder-action-card__header {
    gap: 6px;
  }

  .gstore-preorder-action-card .material-symbols-outlined {
    font-size: 15px;
  }

  .gstore-preorder-action-card h2 {
    font-size: 10px;
    letter-spacing: 0;
  }

  .gstore-preorder-action-card p {
    font-size: 10px;
    line-height: 1.35;
  }

  .gstore-preorder-inline-link {
    font-size: 9px;
    padding: 4px 9px;
  }

  .gstore-preorder-inline-link .material-symbols-outlined {
    font-size: 12px;
  }

  .gstore-preorder-eyebrow {
    font-size: 9px;
    margin-bottom: 3px;
  }

  .gstore-preorder-hero__content h1 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .gstore-preorder-hero__content > p {
    font-size: 11px;
    line-height: 1.4;
  }
}
