:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #10201c;
  background: #f6f8f7;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html,
body,
#root {
  min-height: 100%;
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  touch-action: manipulation;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg {
  max-width: 100%;
}

button {
  border: 0;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.primary,
.secondary,
.danger-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  max-width: 100%;
  min-height: 42px;
  padding: 0 14px;
  text-align: center;
  white-space: normal;
}

.primary {
  background: #0f766e;
  color: white;
}

.secondary {
  background: #e5e7eb;
  color: #23312d;
}

.mini-button {
  min-height: 34px;
  padding: 0 10px;
}

.danger-button {
  background: #fff1f2;
  color: #be123c;
}

label {
  color: #52615d;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
}

input,
select,
textarea {
  background: #fbfdfc;
  border: 1px solid #cbd8d2;
  border-radius: 8px;
  color: #10201c;
  font-size: 16px;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

textarea {
  min-height: 78px;
}

.form-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.list {
  display: grid;
  gap: 8px;
}

.row {
  align-items: center;
  background: #f8faf9;
  border: 1px solid #e1e8e5;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px;
}

.row div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.row strong,
.row span,
.row small {
  overflow-wrap: anywhere;
}

.row-right {
  justify-items: end;
  text-align: right;
}

.row-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.notice {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  color: #065f46;
  padding: 10px;
}

.warning {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.empty-state {
  background: #f5f8f7;
  border: 1px dashed #cbd8d4;
  border-radius: 8px;
  color: #64706d;
  font-weight: 700;
  margin: 10px 0 0;
  padding: 14px;
  text-align: center;
}

.status-pill {
  background: #e5e7eb;
  border-radius: 999px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 9px;
}

.status-pill.done {
  background: #dcfce7;
  color: #166534;
}

.status-pill.idle {
  background: #fef3c7;
  color: #92400e;
}

.status-pill.canceled {
  background: #fee2e2;
  color: #991b1b;
}

.club-entry {
  align-items: center;
  background: #050505;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 100dvh;
  overflow: hidden;
  padding: 78px 28px 46px;
  position: relative;
  isolation: isolate;
}

.club-entry-media,
.club-entry-shade {
  inset: 0;
  position: absolute;
}

.club-entry-media {
  background: #050505;
  z-index: -3;
}

.club-entry-picture {
  animation: club-photo-loop 12s infinite both;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.035);
}

.club-entry-image {
  filter: saturate(.78) contrast(1.06);
  height: 100%;
  object-fit: cover;
  object-position: var(--club-desktop-position, center);
  width: 100%;
}

.club-entry-picture:nth-child(2) {
  animation-delay: 4s;
}

.club-entry-picture:nth-child(3) {
  animation-delay: 8s;
}

.club-entry-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .56) 0%, rgba(0, 0, 0, .08) 38%, rgba(0, 0, 0, .66) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .36), transparent 42%, rgba(0, 0, 0, .28));
  z-index: -2;
}

.club-entry::after {
  border: 1px solid rgba(255, 255, 255, .28);
  content: "";
  inset: 18px;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.club-entry-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.club-entry-eyebrow {
  animation: club-entry-reveal .8s 1.45s both;
  border-bottom: 1px solid rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 900;
  margin: 0 0 14px;
  padding: 0 0 7px;
  text-transform: uppercase;
}

.club-entry h1 {
  animation: club-title-reveal .9s 1.75s both;
  aspect-ratio: 1865 / 296;
  backface-visibility: hidden;
  color: #fff;
  font-weight: 400;
  margin: 0;
  max-width: 900px;
  transform: translateZ(0);
  will-change: opacity, transform;
  width: 100%;
}

.club-entry-wordmark {
  aspect-ratio: 1865 / 296;
  background: transparent;
  display: block;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  width: 100%;
}

.club-entry-actions {
  animation: club-entry-reveal .85s 2.2s both;
  display: grid;
  gap: 8px;
  margin-top: 32px;
  max-width: 390px;
  width: 100%;
}

.club-entry-action {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(5, 5, 5, .72);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 0;
  color: #fff;
  display: grid;
  gap: 13px;
  grid-template-columns: 50px minmax(0, 1fr);
  min-height: 66px;
  padding: 7px 14px 7px 8px;
  text-align: left;
  transition: background .22s ease, color .22s ease, transform .22s ease;
  width: 100%;
}

.club-entry-action:hover {
  background: #fff;
  color: #050505;
  transform: translateY(-2px);
}

.club-entry-action-light {
  background: rgba(255, 255, 255, .93);
  color: #080808;
}

.club-entry-action-light:hover {
  background: #d9ff43;
  border-color: #d9ff43;
}

.club-entry-action-icon {
  align-items: center;
  border: 1px solid currentColor;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.club-entry-action-copy {
  display: grid;
  gap: 2px;
}

.club-entry-action-copy strong {
  font-size: 16px;
  text-transform: uppercase;
}

.club-entry-action-copy small {
  font-size: 11px;
  font-weight: 700;
  opacity: .7;
  text-transform: uppercase;
}

.club-entry-progress {
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  height: 4px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 5;
}

.club-entry-progress span {
  animation: club-progress-loop 4s linear infinite;
  background: #d9ff43;
  display: block;
  height: 100%;
  transform-origin: left;
  width: 100%;
}

@keyframes club-photo-loop {
  0% {
    opacity: 0;
    transform: scale(1.035);
  }
  4%, 29% {
    opacity: 1;
  }
  36%, 100% {
    opacity: 0;
    transform: scale(1.11);
  }
}

@keyframes club-entry-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes club-title-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes club-progress-loop {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.club-shell {
  --club-ink: #12110f;
  --club-charcoal: #17140f;
  --club-gold: #c9962f;
  --club-gold-soft: #fff1bd;
  --club-emerald: #0f766e;
  --club-coral: #b45338;
  --club-platinum: #fbf8f0;
  --club-line: #ded4bd;
  background:
    linear-gradient(135deg, rgba(201, 150, 47, .16), transparent 38%),
    linear-gradient(180deg, #fff9ec 0%, #f4f7f1 48%, #eef5f2 100%);
  color: var(--club-ink);
  min-height: 100dvh;
  padding: 18px 16px 34px;
}

.club-topbar,
.club-register,
.club-dashboard,
.club-shell > .notice {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}

.club-topbar {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.club-brand {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  gap: 9px;
  min-height: 42px;
  text-decoration: none;
}

.club-brand {
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(222, 212, 189, .9);
  color: var(--club-charcoal);
  font-size: 18px;
  padding: 4px 12px 4px 4px;
}

.club-brand svg {
  margin-left: 6px;
}

.club-brand img {
  border-radius: 8px;
  height: 38px;
  width: 38px;
}

.club-shell .primary {
  background: linear-gradient(180deg, #d7ad4b 0%, #bd8524 100%);
  box-shadow: 0 12px 24px rgba(135, 91, 20, .24);
  color: #18120b;
}

.club-shell .secondary {
  background: #f3ead7;
  border: 1px solid #dfcda4;
  color: #241a0f;
}

.club-register {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
}

.club-intro {
  align-content: space-between;
  background:
    linear-gradient(145deg, rgba(201, 150, 47, .32), transparent 46%),
    linear-gradient(180deg, #17140f 0%, #242017 100%);
  border: 1px solid rgba(201, 150, 47, .42);
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(39, 31, 17, .18);
  color: #fff7df;
  display: grid;
  gap: 18px;
  min-height: 540px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.club-title-block {
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.club-kicker {
  align-items: center;
  background: rgba(255, 241, 189, .12);
  border: 1px solid rgba(255, 241, 189, .26);
  border-radius: 8px;
  color: var(--club-gold-soft);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  justify-self: start;
  margin: 0;
  padding: 7px 10px;
  text-transform: uppercase;
}

.club-intro h1 {
  color: #fff9ea;
  font-size: 40px;
  line-height: 1.02;
  max-width: 760px;
}

.club-lead {
  color: #f1dfad;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 620px;
}

.club-loyalty-card {
  background:
    linear-gradient(145deg, #fff8dc 0%, #e4bf61 52%, #a57728 100%);
  border: 1px solid rgba(255, 244, 195, .75);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .2);
  color: #1b140b;
  display: grid;
  gap: 10px;
  max-width: 500px;
  padding: 18px;
}

.club-card-top {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.club-card-top span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.club-card-top strong {
  background: rgba(23, 20, 15, .9);
  border-radius: 8px;
  color: var(--club-gold-soft);
  font-size: 22px;
  line-height: 1;
  padding: 8px 10px;
}

.club-loyalty-card h2 {
  font-size: 26px;
  line-height: 1.05;
  margin: 0;
}

.club-loyalty-card p {
  color: rgba(27, 20, 11, .76);
  font-weight: 800;
  line-height: 1.42;
  margin: 0;
}

.club-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.club-chip-row span {
  align-items: center;
  background: rgba(23, 20, 15, .11);
  border: 1px solid rgba(23, 20, 15, .18);
  border-radius: 8px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  min-height: 30px;
  padding: 0 9px;
}

.club-intro-grid,
.club-summary {
  display: grid;
  gap: 10px;
}

.club-intro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.club-mini-steps {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.club-mini-steps span {
  align-items: center;
  border-top: 1px solid rgba(255, 241, 189, .26);
  color: #fff3c9;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  min-height: 40px;
  text-transform: uppercase;
}

.club-mini-steps strong {
  align-items: center;
  background: rgba(255, 241, 189, .15);
  border: 1px solid rgba(255, 241, 189, .22);
  border-radius: 8px;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.club-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

.club-panel,
.club-metric {
  background: rgba(255, 254, 249, .96);
  border: 1px solid var(--club-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(42, 32, 18, .08);
  max-width: 100%;
  min-width: 0;
  padding: 14px;
}

.club-metric {
  border-left: 4px solid var(--club-emerald);
  display: grid;
  gap: 5px;
  min-height: 104px;
}

.club-metric.gold {
  border-left-color: var(--club-gold);
}

.club-metric.green {
  border-left-color: #16a34a;
}

.club-metric.coral {
  border-left-color: var(--club-coral);
}

.club-metric > span,
.club-panel-icon {
  align-items: center;
  background: #e6f3ef;
  border-radius: 8px;
  color: var(--club-emerald);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.club-metric.gold > span {
  background: #fff3cf;
  color: #9a6717;
}

.club-metric.coral > span {
  background: #fff1ed;
  color: var(--club-coral);
}

.club-metric small {
  color: #6d6557;
  font-weight: 900;
  text-transform: uppercase;
}

.club-metric strong {
  color: var(--club-ink);
  display: block;
  font-size: 20px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.club-intro .club-metric {
  background: rgba(255, 247, 223, .08);
  border-color: rgba(255, 241, 189, .18);
  border-left-color: var(--club-gold);
  box-shadow: none;
  min-height: 112px;
}

.club-intro .club-metric > span {
  background: rgba(255, 241, 189, .14);
  color: var(--club-gold-soft);
}

.club-intro .club-metric strong,
.club-intro .club-metric small {
  color: #fff7df;
}

.club-layout {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 330px minmax(0, 1fr);
}

.club-member-access {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  margin: 0 auto;
  max-width: 1000px;
}

.club-member-visual {
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.club-member-visual::after {
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .82) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.club-member-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.club-member-visual-copy {
  bottom: 28px;
  color: #fff;
  display: grid;
  gap: 7px;
  left: 28px;
  position: absolute;
  right: 28px;
  z-index: 1;
}

.club-member-visual-copy span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.club-member-visual-copy strong {
  font-size: 34px;
  line-height: 1;
  max-width: 460px;
}

.club-member-form {
  align-content: center;
}

.club-member-divider {
  align-items: center;
  color: #8b806d;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  grid-template-columns: 1fr auto 1fr;
  text-transform: uppercase;
}

.club-member-divider::before,
.club-member-divider::after {
  background: var(--club-line);
  content: "";
  height: 1px;
}

.club-member-divider span {
  padding: 0 10px;
}

.club-text-action {
  background: transparent;
  color: var(--club-emerald);
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  text-decoration: underline;
}

.club-work,
.club-form,
.club-ticket-form,
.club-profile {
  display: grid;
  gap: 12px;
}

.club-profile {
  position: sticky;
  top: 12px;
}

.club-panel-head {
  align-items: center;
  display: flex;
  gap: 10px;
}

.club-panel-head h2 {
  color: var(--club-ink);
  margin-bottom: 2px;
}

.club-panel-head small,
.club-form-note {
  color: #6d6557;
  font-weight: 800;
}

.club-form-note {
  background: #fff8e8;
  border: 1px solid #ead8a8;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  padding: 10px;
}

.club-check {
  align-items: start;
  background: #fbfaf5;
  border: 1px solid #e5dcc8;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 10px;
}

.club-check input {
  accent-color: var(--club-emerald);
  min-height: 18px;
  width: 18px;
}

.club-qr-card {
  background:
    linear-gradient(180deg, #fff9e8 0%, #fffefa 100%);
  border: 1px solid #ecd99f;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 14px;
  text-align: center;
}

.club-qr-card svg {
  height: auto;
  max-width: 100%;
}

.club-qr-card strong {
  color: var(--club-charcoal);
}

.club-consents {
  display: grid;
  gap: 7px;
}

.club-consent {
  background: #f3f1eb;
  border: 1px solid #d7d0c0;
  border-radius: 8px;
  color: #6d6557;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
}

.club-consent.on {
  background: #eaf8f2;
  border-color: #a7e4ce;
  color: #075f49;
}

.club-reward {
  background: #fbfaf5;
  border: 1px solid #e5dcc8;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.club-reward-head {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.club-reward-head span {
  color: #6d6557;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.club-progress {
  background: #e7e1d4;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.club-progress span {
  background: linear-gradient(90deg, var(--club-gold), var(--club-emerald));
  display: block;
  height: 100%;
}

.club-upload {
  align-items: center;
  background: #fbfaf5;
  border: 1px dashed #b9aa89;
  border-radius: 8px;
  color: #5d5549;
  cursor: pointer;
  display: grid;
  justify-items: center;
  min-height: 170px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.club-upload input {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
}

.club-upload span {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  font-weight: 900;
  gap: 8px;
}

.club-upload img {
  background: white;
  height: 220px;
  object-fit: contain;
  width: 100%;
}

.club-ticket-form .form-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.club-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.club-actions button {
  flex: 1 1 180px;
}

.club-history .status-pill {
  justify-self: end;
}

.club-member-nav {
  display: flex;
  gap: 6px;
  margin-left: auto;
}

.club-member-nav button {
  align-items: center;
  background: transparent;
  border: 1px solid #d4d8d5;
  border-radius: 8px;
  color: #4e5751;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 7px;
  min-height: 40px;
  padding: 0 12px;
}

.club-member-nav button.active {
  background: #111713;
  border-color: #111713;
  color: #caff40;
}

.club-catalog,
.club-catalog-state {
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
}

.club-catalog {
  display: grid;
  gap: 18px;
}

.club-catalog-head {
  align-items: end;
  background: #101411;
  color: #f7f9f7;
  display: flex;
  justify-content: space-between;
  min-height: 230px;
  padding: 34px;
}

.club-catalog-head > div:first-child {
  max-width: 720px;
}

.club-catalog-head p:first-child {
  color: #caff40;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 12px;
}

.club-catalog-head h1 {
  font-size: clamp(36px, 6vw, 66px);
  letter-spacing: 0;
  line-height: .96;
  margin-bottom: 14px;
}

.club-catalog-head p:last-child {
  color: #cbd1cc;
  line-height: 1.55;
  margin: 0;
}

.club-catalog-count {
  align-items: flex-end;
  border-left: 1px solid #3b433d;
  display: grid;
  justify-items: end;
  min-width: 150px;
  padding-left: 28px;
}

.club-catalog-count strong {
  color: #caff40;
  font-size: 42px;
  line-height: 1;
}

.club-catalog-count span {
  color: #aeb6b0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.club-catalog-tools {
  background: #fff;
  border: 1px solid #dce1dd;
  display: grid;
  gap: 12px;
  padding: 14px;
  position: sticky;
  top: 12px;
  z-index: 8;
}

.club-catalog-guide {
  align-items: center;
  background: #f2f7e8;
  border: 1px solid #c7db85;
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 16px 18px;
}

.club-catalog-guide-icon {
  align-items: center;
  background: #caff40;
  border-radius: 50%;
  color: #111713;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.club-catalog-guide strong,
.club-catalog-guide p { display: block; margin: 0; }
.club-catalog-guide strong { font-size: 16px; }
.club-catalog-guide p { color: #4f5d53; font-size: 14px; line-height: 1.45; margin-top: 3px; }
.club-catalog-guide-actions { display: flex; gap: 8px; }
.club-catalog-guide-actions button,
.club-catalog-filter-toggle,
.club-catalog-help {
  align-items: center;
  border: 1px solid #b9c3bc;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 7px;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
}
.club-catalog-guide-actions button:first-child,
.club-catalog-filter-toggle { background: #111713; color: #fff; }
.club-catalog-guide-actions button:last-child,
.club-catalog-help { background: #fff; color: #28322b; }

.club-catalog-primary-tools {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto 44px;
}

.club-catalog-search {
  align-items: center;
  background: #f3f5f3;
  border: 1px solid #d7ddd8;
  border-radius: 8px;
  color: #5b655e;
  display: flex;
  gap: 8px;
  padding: 0 11px;
}

.club-catalog-search input {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 46px;
  outline: 0;
  padding-left: 0;
}

.club-catalog-filters {
  display: none;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(150px, 1fr)) auto;
}

.club-catalog-filters.is-open { display: grid; }

.club-catalog-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.club-catalog-active-filters button {
  align-items: center;
  background: #eef3ef;
  border: 1px solid #cfd8d1;
  border-radius: 999px;
  color: #26332a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  min-height: 36px;
  padding: 0 11px;
}
.club-catalog-active-filters .clear-all { background: transparent; border-color: transparent; color: #536719; }

.club-catalog-filters select,
.club-catalog-clear,
.club-catalog-print {
  background: #fff;
  border: 1px solid #cfd6d1;
  border-radius: 8px;
  min-height: 42px;
}

.club-catalog-clear,
.club-catalog-print {
  align-items: center;
  color: #38423b;
  display: inline-flex;
  font-weight: 850;
  gap: 6px;
  justify-content: center;
  padding: 0 14px;
}

.club-catalog-print:disabled {
  cursor: wait;
  opacity: 0.65;
}

.club-catalog-print-status {
  color: #9a3d2f;
  font-size: 13px;
  font-weight: 750;
  margin: 0;
}

.club-catalog-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.club-product-card {
  background: #fff;
  border: 1px solid #d8ddd9;
  border-radius: 12px;
  color: #141a16;
  display: grid;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.club-product-card:hover,
.club-product-card:focus-visible {
  border-color: #81962e;
  box-shadow: 0 10px 28px rgba(21, 28, 23, .12);
  outline: 0;
}

.club-product-media {
  align-items: center;
  aspect-ratio: 4 / 5;
  background: #171b18;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.club-product-media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.club-product-media small {
  background: rgba(8, 10, 9, .86);
  border-radius: 999px;
  color: white;
  font-size: 12px;
  font-weight: 850;
  padding: 6px 9px;
  position: absolute;
  right: 9px;
  top: 9px;
}

.club-product-body {
  display: grid;
  gap: 7px;
  padding: 14px;
}

.club-product-body > small,
.club-product-info > small {
  color: #70801e;
  font-size: 12px;
  font-weight: 950;
}

.club-product-body > strong {
  display: -webkit-box;
  font-size: 17px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  min-height: 2.4em;
  overflow: hidden;
}

.club-product-body > span:not(.club-product-tags) {
  color: #59625c;
  font-size: 14px;
  font-weight: 750;
}

.club-product-tags,
.club-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.club-product-tags em,
.club-product-meta span {
  background: #edf0ed;
  border: 1px solid #dfe4e0;
  border-radius: 4px;
  color: #4b554e;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  padding: 4px 6px;
}

.club-catalog-more {
  background: #111713;
  border-radius: 8px;
  color: #caff40;
  font-weight: 900;
  justify-self: center;
  min-height: 46px;
  padding: 0 22px;
}

.club-catalog-empty,
.club-catalog-state {
  align-items: center;
  background: #fff;
  border: 1px solid #dce1dd;
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 260px;
  padding: 26px;
  text-align: center;
}

.club-catalog-empty button {
  background: transparent;
  color: #587012;
  font-weight: 900;
}

.club-catalog-spinner {
  animation: club-catalog-spin .8s linear infinite;
  border: 3px solid #dce2dd;
  border-radius: 50%;
  border-top-color: #78921d;
  height: 34px;
  width: 34px;
}

.club-product-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 40;
}

.club-product-backdrop {
  background: rgba(7, 9, 8, .8);
  inset: 0;
  position: absolute;
}

.club-product-detail {
  background: #fff;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
  max-height: calc(100vh - 36px);
  max-width: 1050px;
  overflow: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.club-product-close {
  align-items: center;
  background: #111713;
  border-radius: 50%;
  color: white;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 42px;
  z-index: 2;
}

.club-product-gallery {
  background: #171b18;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
}

.club-product-stage {
  align-items: center;
  display: flex;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.club-product-stage > img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.club-product-counter {
  background: rgba(8, 10, 9, .82);
  border-radius: 999px;
  bottom: 12px;
  color: white;
  font-size: 13px;
  font-weight: 850;
  left: 50%;
  padding: 6px 10px;
  position: absolute;
  transform: translateX(-50%);
}

.club-product-gallery-nav {
  background: rgba(255, 255, 255, .92);
  border-radius: 50%;
  color: #101411;
  font-size: 30px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
}
.club-product-gallery-nav.previous { left: 12px; }
.club-product-gallery-nav.next { right: 12px; }
.club-product-thumbnails { display: flex; gap: 8px; overflow-x: auto; padding: 10px; }
.club-product-thumbnails button { background: #252c27; border: 2px solid transparent; border-radius: 7px; flex: 0 0 68px; height: 68px; padding: 0; }
.club-product-thumbnails button.active { border-color: #caff40; }
.club-product-thumbnails img { height: 100%; object-fit: contain; width: 100%; }

.club-product-info h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.club-product-info {
  align-content: center;
  display: grid;
  gap: 12px;
  padding: 34px 24px;
}

.club-product-info h2 {
  font-size: 28px;
  line-height: 1.05;
  margin: 0;
}

.club-product-info p {
  color: #59625c;
  font-weight: 800;
  margin: 0;
}

@keyframes club-catalog-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 760px) {
.club-shell {
    padding: 12px 12px 28px;
  }

  .club-entry {
    align-items: flex-end;
    min-height: 100svh;
    padding: 92px 22px 52px;
  }

  .club-entry::after {
    inset: 10px;
  }

  .club-entry-content {
    align-items: stretch;
    text-align: left;
  }

  .club-entry-eyebrow {
    align-self: flex-start;
  }

  .club-entry h1 {
    max-width: 346px;
  }

  .club-entry-actions {
    margin-top: 25px;
    max-width: none;
  }

  .club-entry-action {
    min-height: 62px;
  }

  .club-entry-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .03) 34%, rgba(0, 0, 0, .9) 100%);
  }

  .club-entry-image {
    object-position: var(--club-mobile-position, center);
  }

  .club-topbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .club-member-nav {
    margin-left: 0;
    width: 100%;
  }

  .club-member-nav button {
    flex: 1;
    justify-content: center;
  }

  .club-catalog-head {
    align-items: start;
    display: grid;
    gap: 22px;
    min-height: 0;
    padding: 26px 18px;
  }

  .club-catalog-head h1 {
    font-size: 42px;
  }

  .club-catalog-count {
    align-items: baseline;
    border-left: 0;
    border-top: 1px solid #3b433d;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    padding-left: 0;
    padding-top: 16px;
  }

  .club-catalog-tools {
    position: static;
  }

  .club-catalog-guide {
    align-items: start;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 14px;
  }

  .club-catalog-guide-actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .club-catalog-guide-actions button { flex: 1; }

  .club-catalog-primary-tools {
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .club-catalog-filter-toggle {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .club-catalog-help { grid-column: 2; grid-row: 1; padding: 0; }

  .club-catalog-filters {
    background: #f6f8f6;
    border: 1px solid #dbe1dc;
    border-radius: 10px;
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .club-catalog-clear {
    grid-column: 1 / -1;
  }

  .club-catalog-print {
    grid-column: 1 / -1;
  }

  .club-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .club-product-body {
    gap: 8px;
    padding: 12px;
  }

  .club-product-body > strong {
    font-size: 16px;
  }

  .club-product-tags { display: none; }

  .club-product-detail {
    display: block;
    max-height: calc(100vh - 20px);
  }

  .club-product-stage { max-height: 62dvh; min-height: 420px; }
  .club-product-thumbnails { display: none; }

  .club-product-info {
    padding: 22px 18px;
  }

  .club-register,
  .club-member-access,
  .club-layout {
    grid-template-columns: 1fr;
  }

  .club-member-visual {
    min-height: 330px;
  }

  .club-member-visual-copy strong {
    font-size: 28px;
  }

  .club-intro {
    min-height: auto;
    gap: 14px;
    padding: 16px;
  }

  .club-intro h1 {
    font-size: 29px;
  }

  .club-intro-grid,
  .club-summary,
  .club-ticket-form .form-row {
    grid-template-columns: 1fr;
  }

  .club-intro-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .club-intro .club-metric {
    min-height: 92px;
    padding: 10px 8px;
  }

  .club-intro .club-metric > span {
    height: 30px;
    width: 30px;
  }

  .club-intro .club-metric small {
    font-size: 10px;
  }

  .club-intro .club-metric strong {
    font-size: 16px;
  }

  .club-lead {
    font-size: 16px;
    line-height: 1.45;
  }

  .club-loyalty-card {
    max-width: none;
    padding: 15px;
  }

  .club-loyalty-card h2 {
    font-size: 22px;
  }

  .club-loyalty-card p {
    font-size: 14px;
  }

  .club-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .club-profile {
    position: static;
  }

  .club-actions {
    display: grid;
  }
}

@media (max-width: 380px) {
.club-summary {
    grid-template-columns: 1fr;
  }

  .club-entry {
    padding-left: 18px;
    padding-right: 18px;
  }

  .club-entry h1 {
    max-width: 300px;
  }

  .club-entry-action {
    gap: 10px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding-left: 7px;
  }

  .club-entry-action-icon {
    height: 46px;
    width: 46px;
  }

  .club-brand {
    font-size: 15px;
    padding-right: 10px;
  }

  .club-intro h1 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
.club-entry-picture,
  .club-entry-eyebrow,
  .club-entry h1,
  .club-entry-actions,
  .club-entry-progress span {
    animation: none;
  }

  .club-entry-picture {
    display: none;
  }

  .club-entry-picture:first-child {
    display: block;
    opacity: 1;
    transform: none;
  }
}

/* ALLCAPP-IN CLUB: continuidad visual editorial entre portada y experiencia. */
.club-entry-action-light:hover {
  background: #e8e4db;
  border-color: #e8e4db;
}

.club-entry-progress span {
  background: #d2c5b5;
}

.club-shell {
  --club-ink: #121512;
  --club-charcoal: #0d120f;
  --club-gold: #7d654a;
  --club-gold-soft: #ece6dc;
  --club-emerald: #1d493a;
  --club-coral: #6f665d;
  --club-platinum: #f2f0ea;
  --club-line: #d3d0c7;
  background:
    radial-gradient(circle at 88% 4%, rgba(29, 73, 58, .09), transparent 27rem),
    linear-gradient(180deg, #f3f1eb 0%, #e9e7e0 100%);
  color: var(--club-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 20px 18px 40px;
}

.club-topbar {
  background: rgba(13, 18, 15, .97);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 12px 30px rgba(13, 18, 15, .12);
  min-height: 64px;
  padding: 9px 12px;
}

.club-brand {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #f4f2ec;
  gap: 12px;
  padding: 0 4px;
}

.club-brand:hover {
  color: #cfc7bc;
}

.club-brand img.club-brand-wordmark {
  border-radius: 0;
  height: auto;
  max-width: min(56vw, 255px);
  object-fit: contain;
  width: 255px;
}

.club-shell .primary {
  background: #173f32;
  border: 1px solid #173f32;
  box-shadow: 0 10px 22px rgba(17, 52, 41, .17);
  color: #fff;
  letter-spacing: .01em;
}

.club-shell .primary:hover:not(:disabled) {
  background: #0f3026;
}

.club-shell .secondary {
  background: #e5e2da;
  border: 1px solid #c9c5bb;
  color: #1c211e;
}

.club-shell .secondary:hover:not(:disabled) {
  background: #dcd8cf;
}

.club-shell > .notice {
  background: #f8f7f2;
  border-color: #cbc7bd;
  color: #26332d;
}

.club-register {
  gap: 20px;
}

.club-intro {
  align-content: space-between;
  background:
    linear-gradient(90deg, rgba(8, 12, 10, .96) 0%, rgba(8, 12, 10, .9) 43%, rgba(8, 12, 10, .4) 74%, rgba(8, 12, 10, .5) 100%),
    linear-gradient(180deg, rgba(8, 12, 10, .08), rgba(8, 12, 10, .76)),
    url("/club/intro-03-desktop.webp") 64% center / cover no-repeat;
  border: 1px solid #4a4d47;
  border-radius: 2px;
  box-shadow: 0 24px 54px rgba(13, 18, 15, .2);
  color: #f4f2ec;
  gap: 22px;
  min-height: 610px;
  padding: clamp(22px, 4vw, 42px);
}

.club-title-block {
  gap: 14px;
  max-width: 570px;
  position: relative;
  z-index: 1;
}

.club-section-wordmark {
  display: block;
  height: auto;
  margin-bottom: 7px;
  max-width: 430px;
  width: min(100%, 430px);
}

.club-kicker {
  background: rgba(244, 242, 236, .08);
  border-color: rgba(244, 242, 236, .3);
  border-radius: 2px;
  color: #e9e5dc;
  letter-spacing: .1em;
  padding: 7px 11px;
}

.club-intro h1 {
  color: #f8f7f3;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: .98;
  max-width: 570px;
  text-wrap: balance;
}

.club-lead {
  color: #d8d4ca;
  font-size: 16px;
  line-height: 1.55;
  max-width: 510px;
}

.club-loyalty-card {
  background: rgba(242, 240, 234, .95);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 2px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .26);
  color: #151a17;
  gap: 10px;
  max-width: 510px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.club-card-top {
  border-bottom: 1px solid #cec9bf;
  padding-bottom: 11px;
}

.club-card-top span {
  letter-spacing: .08em;
}

.club-card-top strong {
  background: #173f32;
  border-radius: 2px;
  color: #fff;
  font-size: 19px;
}

.club-loyalty-card h2 {
  color: #121512;
  font-size: 24px;
}

.club-loyalty-card p {
  color: #565b57;
  font-weight: 650;
}

.club-chip-row span {
  background: #e4e1d9;
  border-color: #cbc6bb;
  border-radius: 2px;
  color: #303632;
}

.club-intro-grid,
.club-mini-steps {
  position: relative;
  z-index: 1;
}

.club-mini-steps span {
  border-top-color: rgba(244, 242, 236, .35);
  color: #e7e3da;
  letter-spacing: .06em;
}

.club-mini-steps strong {
  background: rgba(244, 242, 236, .1);
  border-color: rgba(244, 242, 236, .3);
  border-radius: 2px;
}

.club-panel,
.club-metric {
  background: rgba(249, 248, 244, .98);
  border-color: var(--club-line);
  border-radius: 3px;
  box-shadow: 0 12px 28px rgba(21, 27, 23, .07);
}

.club-form {
  align-content: start;
  padding: clamp(18px, 3vw, 26px);
}

.club-metric {
  border-left: 3px solid #1d493a;
}

.club-metric.gold {
  border-left-color: #7d654a;
}

.club-metric.green {
  border-left-color: #315845;
}

.club-metric.coral {
  border-left-color: #777069;
}

.club-metric > span,
.club-panel-icon {
  background: #e3e9e5;
  border-radius: 2px;
  color: #1d493a;
}

.club-metric.gold > span {
  background: #e9e4dc;
  color: #735d44;
}

.club-metric.coral > span {
  background: #e8e5e0;
  color: #655f58;
}

.club-metric small {
  color: #626862;
  letter-spacing: .04em;
}

.club-intro .club-metric {
  background: rgba(12, 17, 14, .73);
  border-color: rgba(244, 242, 236, .24);
  border-left-color: #b0a493;
  border-radius: 2px;
  min-height: 108px;
}

.club-intro .club-metric > span {
  background: rgba(244, 242, 236, .1);
  color: #e8e3da;
}

.club-intro .club-metric strong,
.club-intro .club-metric small {
  color: #f0ede6;
}

.club-member-access {
  gap: 20px;
}

.club-member-visual {
  border: 1px solid #3f443f;
  box-shadow: 0 22px 46px rgba(13, 18, 15, .16);
}

.club-member-visual::after {
  background:
    linear-gradient(180deg, rgba(6, 9, 7, .08) 28%, rgba(6, 9, 7, .88) 100%),
    linear-gradient(90deg, rgba(23, 63, 50, .15), transparent 60%);
}

.club-member-visual img {
  filter: saturate(.72) contrast(1.04);
}

.club-member-visual-copy span {
  letter-spacing: .14em;
}

.club-member-visual-copy strong {
  letter-spacing: -.03em;
}

.club-member-form {
  padding: clamp(20px, 4vw, 34px);
}

.club-panel-head {
  border-bottom: 1px solid #dbd7ce;
  padding-bottom: 11px;
}

.club-panel-head h2 {
  letter-spacing: -.015em;
}

.club-panel-head small,
.club-form-note {
  color: #656b66;
}

.club-form-note {
  background: #efede7;
  border-color: #d5d1c7;
  border-radius: 2px;
}

.club-check {
  background: #f1efe9;
  border-color: #d8d4ca;
  border-radius: 2px;
}

.club-check input {
  accent-color: #1d493a;
}

.club-shell input,
.club-shell select,
.club-shell textarea {
  background: #fff;
  border-color: #c9c7bf;
  border-radius: 2px;
  color: #161b18;
}

.club-shell input:focus,
.club-shell select:focus,
.club-shell textarea:focus {
  border-color: #1d493a;
  box-shadow: 0 0 0 3px rgba(29, 73, 58, .12);
  outline: none;
}

.club-text-action {
  color: #1d493a;
}

.club-qr-card {
  background: #f1efe9;
  border-color: #cbc7bd;
  border-radius: 2px;
}

.club-consent {
  background: #eceae4;
  border-color: #d4d0c7;
  border-radius: 2px;
  color: #656962;
}

.club-consent.on {
  background: #e2eae5;
  border-color: #b8c9be;
  color: #214f3e;
}

.club-reward {
  background: #efede7;
  border-color: #d4d0c7;
  border-radius: 2px;
}

.club-progress {
  background: #d9d6ce;
}

.club-progress span {
  background: #1d493a;
}

.club-upload {
  background: #efede7;
  border-color: #989d96;
  border-radius: 2px;
  color: #4e5650;
}

.club-shell :is(button, a, input, select, textarea):focus-visible {
  outline: 3px solid rgba(29, 73, 58, .32);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .club-shell {
    padding: 10px 10px 28px;
  }

  .club-topbar {
    margin-bottom: 12px;
    min-height: 58px;
    padding: 8px 10px;
  }

  .club-brand img.club-brand-wordmark {
    max-width: min(66vw, 238px);
    width: 238px;
  }

  .club-register {
    gap: 12px;
  }

  .club-intro {
    background:
      linear-gradient(180deg, rgba(7, 11, 9, .48) 0%, rgba(7, 11, 9, .88) 31%, rgba(7, 11, 9, .97) 100%),
      url("/club/intro-03-mobile.webp") center top / cover no-repeat;
    gap: 17px;
    min-height: 680px;
    padding: 22px 17px;
  }

  .club-section-wordmark {
    margin-bottom: 3px;
    max-width: 330px;
  }

  .club-intro h1 {
    font-size: clamp(31px, 10vw, 41px);
  }

  .club-loyalty-card {
    padding: 16px;
  }

  .club-intro-grid {
    gap: 6px;
  }

  .club-intro .club-metric {
    min-height: 96px;
  }

  .club-mini-steps {
    gap: 5px;
  }

  .club-mini-steps span {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-top: 9px;
  }

  .club-member-visual-copy {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .club-panel,
  .club-metric {
    padding: 13px;
  }
}

@media (max-width: 380px) {
  .club-brand img.club-brand-wordmark {
    max-width: 70vw;
  }

  .club-section-wordmark {
    max-width: 290px;
  }

  .club-intro {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print {
.club-topbar,
  .club-catalog-tools,
  .club-catalog-more,
  .club-product-modal,
  .notice {
    display: none !important;
  }

  .club-shell {
    background: #fff;
    padding: 0;
  }

  .club-catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .club-product-card {
    break-inside: avoid;
    box-shadow: none;
  }
}