/* =====================================================================
   Premium Store v2 — Valhalla
   Glassmorphism · gold + deep blue · timeline · richer cards
   Loaded after site-v2.css
   ===================================================================== */
:root {
  --vc-gold:        #f5c45e;
  --vc-gold-soft:   #ffe8a8;
  --vc-gold-deep:   #c69a36;
  --vc-blue:        #1a2440;
  --vc-blue-deep:   #0a1126;
  --vc-blue-glow:   rgba(74, 148, 255, 0.18);
  --vc-glass-bg:    rgba(12, 20, 38, 0.66);
  --vc-glass-border:rgba(245, 196, 94, 0.22);
  --vc-glass-shadow:0 22px 48px -18px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.04);
}

/* Generic glass utility (kept for product detail / orders / admin) */
.glass {
  background: var(--vc-glass-bg);
  border: 1px solid var(--vc-glass-border);
  border-radius: 18px;
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  box-shadow: var(--vc-glass-shadow);
  padding: 28px;
}

/* ==================================================================
   STORE SHELL — full-width canvas
   ================================================================== */
.store-shell {
  width: 100%;
  max-width: 1480px;
  margin: 28px auto 64px;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 720px) {
  .store-shell { padding: 0 16px; gap: 24px; }
}

/* ==================================================================
   HERO v2
   ================================================================== */
.store-hero-v2 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  gap: 32px;
  padding: 38px 44px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(74,148,255,0.18), transparent 55%),
    radial-gradient(110% 130% at 100% 100%, rgba(245,196,94,0.12), transparent 60%),
    linear-gradient(135deg, rgba(10,17,38,0.92) 0%, rgba(18,28,54,0.92) 100%);
  border: 1px solid rgba(245,196,94,0.28);
  box-shadow:
    0 36px 60px -28px rgba(0,0,0,0.65),
    inset 0 1px 0 rgba(255,255,255,0.06);
}
.store-hero-v2::before {
  /* Top edge gold filament */
  content: "";
  position: absolute; inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,196,94,0.6), transparent);
}
.hero-runes {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 18% 30%, rgba(245,196,94,0.10) 0, transparent 16%),
    radial-gradient(circle at 82% 78%, rgba(74,148,255,0.10) 0, transparent 18%);
  pointer-events: none;
  opacity: 0.85;
}
@media (max-width: 980px) {
  .store-hero-v2 { grid-template-columns: 1fr; padding: 28px; }
}

/* Hero copy */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--vc-gold);
  padding: 7px 14px; border-radius: 999px;
  background: rgba(245,196,94,0.06);
  border: 1px solid rgba(245,196,94,0.22);
}
.dot-glow {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--vc-gold);
  box-shadow: 0 0 10px var(--vc-gold), 0 0 22px rgba(245,196,94,0.45);
}
.hero-title {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.1;
  margin: 14px 0 12px;
  background: linear-gradient(120deg, #fff 0%, var(--vc-gold-soft) 55%, var(--vc-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 30px rgba(245,196,94,0.18);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.hero-sub {
  color: rgba(255,255,255,0.78);
  max-width: 64ch; line-height: 1.6;
  font-size: 15px;
}
.hero-sub strong { color: var(--vc-gold-soft); font-weight: 600; }

.hero-meta {
  display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px;
}
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.85);
  text-decoration: none; font-size: 13px;
  transition: all .2s ease;
}
.hero-pill svg { width: 16px; height: 16px; color: var(--vc-gold); }
.hero-pill:hover {
  border-color: rgba(245,196,94,0.45);
  background: rgba(245,196,94,0.08);
  transform: translateY(-1px);
}

/* Hero wallet */
.hero-wallet-v2 {
  position: relative;
  padding: 26px 24px;
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(245,196,94,0.10) 0%, rgba(74,148,255,0.04) 100%),
    rgba(10,17,38,0.78);
  border: 1px solid rgba(245,196,94,0.30);
  display: flex; flex-direction: column; gap: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 18px 40px -22px rgba(245,196,94,0.35);
}
.wallet-frame {
  position: absolute; top: -22px; right: 22px;
  width: 64px; height: 64px;
  display: grid; place-items: center;
}
.wallet-ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,196,94,0.45), transparent 70%);
  filter: blur(8px);
}
.wallet-coin {
  position: relative;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(140deg, #fff3cb 0%, var(--vc-gold) 50%, var(--vc-gold-deep) 100%);
  color: #2a1c00; font-weight: 800; font-size: 15px;
  display: grid; place-items: center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 0 -2px 0 rgba(0,0,0,0.18),
    0 8px 22px -6px rgba(245,196,94,0.55);
  letter-spacing: 0.03em;
}

.wallet-amount { display: flex; flex-direction: column; gap: 4px; }
.wallet-label-2 {
  font-size: 11px; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.6); text-transform: uppercase;
}
.wallet-value-2 {
  font-size: 42px; font-weight: 800; color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 20px rgba(245,196,94,0.25);
}
.wallet-currency { color: var(--vc-gold); font-size: 13px; letter-spacing: 0.04em; }

.wallet-metrics {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  padding-top: 16px;
  border-top: 1px dashed rgba(245,196,94,0.20);
}
.metric { display: flex; flex-direction: column; gap: 2px; }
.metric span {
  font-size: 10px; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.55); text-transform: uppercase;
}
.metric strong {
  font-size: 22px; color: #fff;
  font-weight: 700;
}
.metric strong em { font-style: normal; color: rgba(255,255,255,0.35); font-size: 14px; }

.wallet-cta {
  display: inline-block;
  font-size: 13px; color: var(--vc-gold);
  text-decoration: none;
  padding-top: 6px;
  letter-spacing: 0.02em;
}
.wallet-cta:hover { color: var(--vc-gold-soft); }

/* ==================================================================
   PHASE TIMELINE
   ================================================================== */
.phase-timeline {
  padding: 22px 28px;
  border-radius: 18px;
  background: rgba(10,17,38,0.55);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(8px) saturate(120%);
}
.timeline-rail {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  position: relative;
}
.timeline-rail::before {
  content: "";
  position: absolute;
  left: 8%; right: 8%; top: 22px;
  height: 2px;
  background: linear-gradient(90deg,
    var(--vc-gold) 0%, var(--vc-gold) 33%,
    rgba(255,255,255,0.10) 33%, rgba(255,255,255,0.10) 100%);
  opacity: 0.6;
}
.t-step {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 8px;
  position: relative; z-index: 1;
}
.t-node {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,0.12);
  background: var(--vc-blue-deep);
  color: rgba(255,255,255,0.55);
}
.t-node svg { width: 20px; height: 20px; }
.t-step.is-on .t-node {
  background: linear-gradient(140deg, var(--vc-gold), var(--vc-gold-deep));
  color: #2a1c00;
  border-color: var(--vc-gold);
  box-shadow: 0 0 0 4px rgba(245,196,94,0.12), 0 8px 22px -6px rgba(245,196,94,0.55);
}
.t-copy strong {
  display: block; color: #fff; font-size: 13px;
  letter-spacing: 0.04em;
}
.t-copy small {
  display: block; color: rgba(255,255,255,0.55); font-size: 11px;
  margin-top: 2px;
}
.t-state {
  display: inline-block; margin-top: 4px;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  font-style: normal;
  padding: 3px 9px; border-radius: 999px;
}
.t-step.is-on .t-state {
  color: #7be3a4; background: rgba(83,200,120,0.10);
  border: 1px solid rgba(83,200,120,0.32);
}
.t-step.is-off .t-state {
  color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
}

/* ==================================================================
   PHASE BLOCKS
   ================================================================== */
.phase-block {
  position: relative;
  padding: 30px 32px 34px;
  border-radius: 22px;
  background: rgba(10,17,38,0.45);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(10px) saturate(120%);
}
.phase-block.phase-on::before {
  content: "";
  position: absolute; inset: 0 auto 0 0;
  width: 3px; border-radius: 22px 0 0 22px;
  background: linear-gradient(180deg, var(--vc-gold), transparent);
  opacity: 0.7;
}
.phase-block.phase-off { background: rgba(10,17,38,0.30); }

.phase-head-v2 { margin-bottom: 22px; max-width: 880px; }
.phase-title-line { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.phase-num {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  color: rgba(245,196,94,0.55);
  font-size: 14px; letter-spacing: 0.10em;
}
.phase-title {
  margin: 0;
  font-size: 24px; color: #fff;
  display: inline-flex; align-items: center; gap: 14px;
  font-weight: 600;
}
.phase-badge {
  display: inline-flex; align-items: center;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
  font-weight: 600;
}
.phase-badge.b-on  { background: rgba(83,200,120,0.13); color: #7be3a4; border: 1px solid rgba(83,200,120,0.35); }
.phase-badge.b-off { background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.12); }
.phase-desc {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.55;
}

/* ==================================================================
   PRODUCT GRID & CARDS v2
   ================================================================== */
.store-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

.pcard {
  position: relative;
  display: flex; flex-direction: column;
  padding: 18px 18px 20px;
  border-radius: 16px;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(74,148,255,0.12), transparent 55%),
    linear-gradient(180deg, rgba(18,28,54,0.85) 0%, rgba(10,17,38,0.95) 100%);
  border: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
  min-height: 360px;
}
.pcard-glow {
  position: absolute; inset: -1px;
  border-radius: 16px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(245,196,94,0.0), rgba(245,196,94,0.0));
  transition: background .3s ease;
}
.pcard:hover {
  transform: translateY(-5px);
  border-color: rgba(245,196,94,0.45);
  box-shadow:
    0 22px 44px -16px rgba(245,196,94,0.30),
    0 8px 18px -10px rgba(0,0,0,0.7);
}
.pcard:hover .pcard-glow {
  background: linear-gradient(135deg, rgba(245,196,94,0.10), rgba(74,148,255,0.06));
}

.pcard-locked {
  filter: saturate(0.9);
  opacity: 0.92;
}
.pcard-locked::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,17,38,0.05), rgba(10,17,38,0.45));
  pointer-events: none;
  border-radius: 16px;
}

.pcard-top {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  position: relative; z-index: 1;
}
.pcard-cat   { color: var(--vc-gold); }
.pcard-phase { color: rgba(255,255,255,0.40); }

/* Icon block — emblem replaces the old "first letter" */
.pcard-icon {
  margin: 14px auto 16px;
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 40%, rgba(245,196,94,0.18), transparent 55%),
    linear-gradient(160deg, #142042 0%, #0a1126 100%);
  border: 1px solid rgba(245,196,94,0.16);
  display: grid; place-items: center;
  position: relative; z-index: 1;
  overflow: hidden;
}
.pcard-icon img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 12px;
}
.pcard-icon::before {
  /* subtle ornament */
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 100%, rgba(74,148,255,0.18), transparent 40%),
    radial-gradient(circle at 80% 0%, rgba(245,196,94,0.10), transparent 40%);
  pointer-events: none;
}
.pcard-emblem {
  width: 70px; height: 70px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,196,94,0.20), transparent 70%);
  color: var(--vc-gold);
  filter: drop-shadow(0 0 12px rgba(245,196,94,0.45));
  position: relative; z-index: 1;
}
.pcard-emblem svg { width: 36px; height: 36px; }

.pcard-body { flex: 1; position: relative; z-index: 1; }
.pcard-name {
  margin: 4px 0 6px;
  font-size: 17px; color: #fff;
  font-weight: 600; letter-spacing: 0.005em;
}
.pcard-desc {
  color: rgba(255,255,255,0.62); font-size: 13px;
  line-height: 1.5;
  min-height: 36px;
  margin: 0;
}

.pcard-foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
  position: relative; z-index: 1;
  gap: 10px;
}
.pcard-price {
  display: flex; align-items: baseline; gap: 4px;
}
.pcard-price-amount {
  font-size: 22px; font-weight: 700; color: var(--vc-gold);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  text-shadow: 0 0 18px rgba(245,196,94,0.25);
}
.pcard-price-cur { color: rgba(245,196,94,0.7); font-size: 12px; }

.pcard-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 14px;
  background: linear-gradient(135deg, var(--vc-gold) 0%, var(--vc-gold-deep) 100%);
  color: #1a1106;
  font-weight: 700; font-size: 13px;
  border-radius: 10px; text-decoration: none;
  border: 1px solid rgba(255,229,160,0.35);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    0 10px 22px -10px rgba(245,196,94,0.65);
  transition: transform .15s ease, box-shadow .15s ease;
}
.pcard-btn svg { width: 14px; height: 14px; }
.pcard-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    0 16px 28px -12px rgba(245,196,94,0.75);
}

.pcard-locked-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 14px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,229,160,0.75);
  background: rgba(245,196,94,0.06);
  border: 1px solid rgba(245,196,94,0.20);
  border-radius: 10px;
}
.pcard-locked-btn svg { width: 13px; height: 13px; }

/* ==================================================================
   Rest (product detail / orders / order / admin) — unchanged from v1
   Slight retouch only.
   ================================================================== */

/* ---------- Product detail ---------- */
.store-product { margin: 24px auto; max-width: 1200px; }
.sp-head { display:flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.back-link { color: var(--vc-gold); text-decoration: none; font-size: 13px; }
.back-link:hover { text-decoration: underline; }
.wallet-pill {
  padding: 6px 12px; border-radius: 999px;
  background: rgba(245,196,94,0.10); color: var(--vc-gold);
  font-size: 13px; border: 1px solid rgba(245,196,94,0.25);
}
.sp-body { display: grid; grid-template-columns: 360px 1fr; gap: 32px; }
@media (max-width: 720px) { .sp-body { grid-template-columns: 1fr; } }
.sp-media img, .sp-media-fallback {
  width: 100%; aspect-ratio: 1/1; border-radius: 16px;
  border: 1px solid rgba(245,196,94,0.20); object-fit: cover;
}
.sp-media-fallback {
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(140deg, var(--vc-blue), var(--vc-blue-deep));
}
.sp-media-fallback span {
  font-size: 96px; color: var(--vc-gold-soft); font-weight: 800;
  text-shadow: 0 0 32px rgba(245,196,94,0.5);
}
.sp-info h1 { margin: 0 0 6px; color: #fff; font-size: 30px; }
.sp-short { color: rgba(255,255,255,0.78); }
.sp-desc { margin: 12px 0; color: rgba(255,255,255,0.65); }
.sp-price { display: flex; gap: 12px; align-items: baseline; margin: 14px 0; }
.sp-price span { font-size: 11px; letter-spacing: .18em; color: rgba(255,255,255,0.5); text-transform: uppercase; }
.sp-price strong { font-size: 28px; color: var(--vc-gold); }
.sp-locked {
  margin-top: 8px; padding: 12px 14px; border-radius: 12px;
  background: rgba(255,90,90,0.08); color: #ffbcbc;
  border: 1px solid rgba(255,90,90,0.25); font-size: 13px;
}
.sp-form { display: flex; flex-direction: column; gap: 14px; margin-top: 12px; }
.field-label {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.char-pick { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.char-radio input { display: none; }
.char-radio .char-card {
  display: block; padding: 12px 14px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.25);
  cursor: pointer; transition: all .2s ease;
}
.char-radio input:checked + .char-card {
  border-color: var(--vc-gold);
  background: rgba(245,196,94,0.10);
  box-shadow: 0 0 0 1px rgba(245,196,94,0.35), 0 8px 24px -12px rgba(245,196,94,0.45);
}
.char-row { display: flex; justify-content: space-between; align-items: baseline; }
.char-row small { color: rgba(255,255,255,0.6); }
.char-row-sub { display: block; font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 4px; }
.sp-form select, .inline-form input[type=text], .inline-form input[type=number] {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff; padding: 10px 12px; border-radius: 10px; font-size: 14px;
}
.button-primary {
  background: linear-gradient(135deg, var(--vc-gold), var(--vc-gold-deep));
  color: #1a1106; font-weight: 700; border: none;
  padding: 12px 18px; border-radius: 12px; cursor: pointer;
  box-shadow: 0 12px 28px -10px rgba(245,196,94,0.55);
  transition: transform .15s ease;
}
.button-primary:hover { transform: translateY(-1px); }
.sp-disclaimer { font-size: 12px; color: rgba(255,255,255,0.48); }

/* ---------- Kit preview ---------- */
.kit-preview {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px dashed rgba(245,196,94,0.20);
}
.kit-preview h2 { margin: 0 0 6px; color: #fff; }
.kit-meta { color: rgba(255,255,255,0.55); font-size: 13px; }
.kit-meta code { color: var(--vc-gold); }
.kit-table { width: 100%; margin-top: 12px; border-collapse: collapse; font-size: 13px; }
.kit-table th, .kit-table td {
  padding: 8px 10px; text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.78);
}
.kit-table th { color: var(--vc-gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- Orders & detail ---------- */
.store-orders, .store-order-detail { max-width: 1200px; margin: 24px auto; }
.orders-head { display:flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.orders-head h1 { margin: 0; flex: 1; color: #fff; }
.orders-table, .admin-table {
  width: 100%; border-collapse: collapse; margin-top: 10px;
}
.orders-table th, .orders-table td,
.admin-table th, .admin-table td {
  padding: 10px 12px; text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.78); font-size: 13px;
}
.orders-table th, .admin-table th {
  color: var(--vc-gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
}
.empty { color: rgba(255,255,255,0.55); padding: 18px 0; }
.status {
  display: inline-block; padding: 4px 10px; border-radius: 999px;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
}
.status-pending    { background: rgba(255,200,80,0.12); color: #ffd07a; border: 1px solid rgba(255,200,80,0.30); }
.status-processing { background: rgba(80,160,255,0.12); color: #93c1ff; border: 1px solid rgba(80,160,255,0.30); }
.status-completed  { background: rgba(83,200,120,0.15); color: #7be3a4; border: 1px solid rgba(83,200,120,0.35); }
.status-failed     { background: rgba(255,90,90,0.12); color: #ff9f9f; border: 1px solid rgba(255,90,90,0.28); }
.status-retry      { background: rgba(180,120,255,0.12); color: #c9a8ff; border: 1px solid rgba(180,120,255,0.30); }

.order-meta { display: grid; grid-template-columns: 140px 1fr; gap: 6px 16px; margin: 16px 0; }
.order-meta dt { color: rgba(255,255,255,0.5); font-size: 12px; }
.order-meta dd { color: #fff; margin: 0; font-size: 13px; }
.order-meta dd.err { color: #ffbcbc; }

.order-log { list-style: none; padding: 0; margin: 0; }
.order-log li {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 12px; padding: 6px 10px; border-radius: 6px;
  color: rgba(255,255,255,0.78);
  background: rgba(0,0,0,0.22); margin-bottom: 4px;
  border-left: 3px solid rgba(255,255,255,0.10);
}
.order-log li span { color: rgba(255,255,255,0.4); margin-right: 8px; }
.log-success { border-left-color: #53c878; }
.log-error   { border-left-color: #ff5a5a; color: #ffbcbc; }
.log-warn    { border-left-color: #ffc850; }

/* ---------- Admin ---------- */
.admin-store { max-width: 1280px; margin: 24px auto; }
.admin-store h2 { margin: 24px 0 8px; color: #fff; font-size: 18px; border-bottom: 1px solid rgba(245,196,94,0.18); padding-bottom: 6px; }
.inline-form { display: inline-flex; gap: 6px; align-items: center; }
.inline-form input[type=text] { width: 220px; }
.err { color: #ffbcbc; }

/* legacy class — keep for backwards-compat with any inherited markup */
.button {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 14px;
  background: linear-gradient(135deg, var(--vc-gold), var(--vc-gold-deep));
  color: #1a1106; font-weight: 700; font-size: 13px;
  border-radius: 10px; text-decoration: none;
  box-shadow: 0 10px 22px -10px rgba(245,196,94,0.65);
}
.button-secondary {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 13px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
  border-radius: 10px; text-decoration: none; font-size: 12px;
}
