.store-shell { max-width: 1180px; }
.store-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.store-heading h1 { margin: 0 0 10px; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -.055em; }
.store-heading p { max-width: 720px; margin: 0; color: var(--copy); line-height: 1.75; }
.store-heading > a { flex: none; }
.store-coins-link { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; color: var(--copy); font-size: 13px; font-weight: 650; text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 3px; }
.store-coins-link:hover { color: var(--pink-strong); text-decoration-color: currentColor; }
.store-notice { padding: 14px 16px; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--panel); }
.store-notice strong { color: var(--text); }
.store-notice p { margin: 5px 0 0; color: var(--copy); line-height: 1.65; }
.store-state { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 54px; }
.store-state p,.store-updated { color: var(--muted); font-size: 13px; line-height: 1.6; }
.store-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.store-grid:empty { display: none; }
.store-card { display: flex; flex-direction: column; min-width: 0; min-height: 330px; padding: clamp(22px,4vw,36px); border: 1px solid var(--line-strong); border-radius: 16px; background: var(--panel); box-shadow: var(--shadow-soft,none); transition: border-color .18s ease, box-shadow .18s ease; }
.store-card.is-on-sale { border-color: color-mix(in srgb, var(--pink) 28%, var(--line-strong)); box-shadow: 0 0 18px color-mix(in srgb, var(--pink) 8%, transparent); }
.store-card.is-on-sale:hover { border-color: color-mix(in srgb, var(--pink) 48%, var(--line-strong)); box-shadow: 0 0 24px color-mix(in srgb, var(--pink) 13%, transparent); }
.store-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.store-demo-label,.store-sale-label,.staff-store-status-label { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 9px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel-2); color: var(--copy); font-size: 11px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.store-sale-label[data-sale-state="active"] { border-color: color-mix(in srgb, var(--pink) 58%, var(--line)); background: color-mix(in srgb, var(--pink) 12%, var(--panel-2)); color: var(--pink-strong); box-shadow: 0 0 14px color-mix(in srgb, var(--pink) 22%, transparent); }
.store-card h2 { margin: 0 0 12px; font-size: clamp(1.45rem,3vw,2rem); line-height: 1.2; letter-spacing: -.035em; overflow-wrap: anywhere; }
.store-description { margin: 0; color: var(--copy); line-height: 1.75; white-space: pre-line; overflow-wrap: anywhere; }
.store-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; padding-top: 26px; margin-top: auto; }
.store-price strong { color: var(--text); font-size: clamp(2rem,4vw,3rem); letter-spacing: -.045em; }
.store-card.is-on-sale .store-price strong { color: var(--pink-strong); }
.store-price del { color: var(--muted); }
.store-sale-copy { min-height: 4.8em; margin: 9px 0 0; color: var(--copy); font-size: 13px; line-height: 1.6; }
.store-sale-copy.is-placeholder { visibility: hidden; }
.store-updated { margin: 18px 0 0; }
.store-updated:empty { display: none; }
@media (prefers-reduced-motion: reduce) { .store-card { transition: none; } }
.store-page a:focus-visible,.store-page button:focus-visible,.staff-store a:focus-visible,.staff-store button:focus-visible,.staff-store input:focus-visible,.staff-store textarea:focus-visible,.staff-store select:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }

.staff-store { display: grid; gap: 18px; }
.staff-store-heading,.staff-store-toolbar,.staff-store-card-head,.staff-store-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.staff-store-heading h2,.staff-store-editor h3 { margin: 0; color: var(--text); }
.staff-store-heading p { max-width: 700px; margin: 5px 0 0; color: var(--copy); line-height: 1.6; }
.staff-store-feedback { min-height: 24px; margin: 0; color: var(--muted); line-height: 1.6; }
.staff-store-feedback.is-error { color: var(--danger); }
.staff-store-list { display: grid; gap: 12px; }
.staff-store-card,.staff-store-editor { padding: 20px; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--panel); }
.staff-store-card h3 { margin: 0 0 4px; color: var(--text); overflow-wrap: anywhere; }
.staff-store-card p { color: var(--copy); overflow-wrap: anywhere; }
.staff-store-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 0; margin: 14px 0; color: var(--muted); font-size: 12px; list-style: none; }
.staff-store-actions { justify-content: flex-start; }
.staff-store-actions .button-v3 { min-height: 44px; }
.staff-store-form { display: grid; gap: 15px; }
.staff-store-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.staff-store-field { display: grid; gap: 6px; color: var(--copy); font-size: 13px; font-weight: 700; }
.staff-store-field.is-wide { grid-column: 1 / -1; }
.staff-store-field :is(input,textarea,select) { min-width: 0; width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--panel-2); color: var(--text); font: inherit; }
.staff-store-field textarea { min-height: 105px; resize: vertical; }
.staff-store-check { display: flex; align-items: center; gap: 9px; color: var(--copy); font-weight: 700; }
.staff-store-check input { width: 20px; height: 20px; }
.staff-store-help { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
@media (max-width: 760px) {
  .store-heading { align-items: start; flex-direction: column; gap: 8px; }
  .store-grid,.staff-store-fields { grid-template-columns: minmax(0,1fr); }
  .store-card { min-height: 0; }
  .store-sale-copy.is-placeholder { display: none; }
  .staff-store-field.is-wide { grid-column: auto; }
}
