:root {
  --ink: #00077e;
  --muted: #4f5872;
  --line: #dde3ea;
  --paper: #ffffff;
  --surface: #f3f6fb;
  --green: #00077e;
  --green-dark: #00045a;
  --gold: #72ccf5;
  --red: #00077e;
  --blue: #72ccf5;
  --shadow: 0 18px 45px rgba(16, 20, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(221, 227, 234, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-weight: 600;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #283242;
  font-size: 0.95rem;
  font-weight: 700;
}

.top-nav a,
.ghost-button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
}

.top-nav a:hover,
.ghost-button:hover {
  border-color: var(--line);
  background: #fff;
}

.ghost-button,
.icon-button,
.primary-button {
  cursor: pointer;
}

.ghost-button,
.icon-button {
  background: transparent;
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 120px);
  align-items: end;
  gap: 28px;
  padding: clamp(80px, 12vw, 148px) clamp(18px, 5vw, 64px) 42px;
  overflow: hidden;
  background: url("./assets/eintracht-volleyball-hero.png") center / cover no-repeat;
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  bottom: -1px;
  width: min(480px, 45vw);
  height: 5px;
  background: var(--gold);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.hero-panel .eyebrow {
  color: var(--blue);
}

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

h1 {
  max-width: 14ch;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 7vw, 6.3rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 58ch;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.13rem;
  line-height: 1.6;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 7, 126, 0.18);
}

.primary-button:hover {
  background: var(--green-dark);
}

.primary-button:disabled {
  cursor: not-allowed;
  background: #a9b4c0;
  box-shadow: none;
}

.primary-button.full {
  width: 100%;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.secondary-button:hover {
  border-color: #aeb9c8;
  background: #f8fafc;
}

.hero-panel {
  position: relative;
  z-index: 1;
  width: min(390px, 100%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(13, 20, 24, 0.62);
  backdrop-filter: blur(12px);
}

.hero-panel strong {
  display: block;
  margin-bottom: 6px;
}

.hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(86, 243, 156, 0.16);
}

.toolbar,
.planner,
.shop-layout {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.toolbar {
  display: grid;
  grid-template-columns: 190px 220px minmax(240px, 1fr);
  gap: 14px;
  margin-top: 30px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.planner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.planner-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.planner-form {
  display: grid;
  grid-template-columns: minmax(160px, 1.2fr) repeat(4, minmax(120px, 1fr)) 190px;
  gap: 12px;
  align-items: end;
}

.planner-preview {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.event-admin {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  background: #f8fbff;
}

.event-form {
  display: grid;
  grid-template-columns: 150px minmax(180px, 1.2fr) 150px 130px minmax(180px, 1fr) minmax(160px, 1fr) 180px;
  gap: 12px;
  align-items: end;
}

.event-admin-list {
  display: grid;
  gap: 8px;
}

.event-admin-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  background: #fff;
}

.event-admin-row strong,
.event-admin-row span {
  display: block;
}

.event-admin-row span {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 800;
}

.planner-actions,
.plan-block-header,
.seat-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.plan-preview,
.seat-map {
  display: grid;
  gap: 14px;
}

.plan-block,
.seat-block {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #dce4ee;
  border-radius: 8px;
  background: #fbfcfe;
}

.mini-rows,
.seat-rows {
  display: grid;
  gap: 6px;
}

.mini-row,
.seat-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.row-label {
  width: 28px;
  flex: 0 0 28px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.mini-seat,
.seat {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid #b8c3d1;
  border-radius: 4px;
  background: #fff;
}

.seat {
  width: 30px;
  height: 30px;
  color: #263344;
  font-size: 0.72rem;
  font-weight: 800;
}

.seat.available {
  cursor: pointer;
  background: #fff;
}

.seat.available:hover {
  border-color: var(--green);
  background: #eef9ff;
}

.seat.selected {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.seat.occupied {
  cursor: not-allowed;
  border-color: #ccd4de;
  background: #e4e8ee;
  color: #8994a3;
}

label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-size: 0.86rem;
  font-weight: 700;
}

input,
select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd7e2;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
}

input:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(30, 94, 255, 0.24);
  outline-offset: 2px;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
  padding: 32px 0 64px;
}

.section-heading {
  margin-bottom: 18px;
}

.match-list {
  display: grid;
  gap: 14px;
}

.match-card,
.cart {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 8px 24px rgba(16, 20, 29, 0.05);
}

.match-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  overflow: hidden;
}

.match-main {
  padding: 20px;
}

.match-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 13px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 0;
  background: #edf4ff;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.pill.green {
  background: #eef9ff;
  color: var(--ink);
}

.pill.gold {
  background: #eef9ff;
  color: var(--ink);
}

.match-details {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.ticket-options {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-left: 1px solid var(--line);
  background: #fbfcfe;
}

.ticket-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 98px;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #dce4ee;
  border-radius: 8px;
  background: #fff;
}

.ticket-row strong,
.cart-line strong {
  display: block;
  margin-bottom: 3px;
  overflow-wrap: anywhere;
}

.ticket-row small,
.cart-line small {
  color: var(--muted);
  font-weight: 600;
}

.stepper {
  display: grid;
  grid-template-columns: 32px 34px 32px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #cfd7e2;
  border-radius: 8px;
}

.stepper button {
  width: 32px;
  height: 34px;
  border: 0;
  background: #f2f5f9;
  color: var(--ink);
  font-weight: 800;
}

.stepper button:disabled {
  color: #aab3bd;
}

.stepper output {
  text-align: center;
  font-weight: 800;
}

.cart {
  position: sticky;
  top: 98px;
  padding: 18px;
}

.cart-header,
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.icon-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 1;
}

.cart-items {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cart-empty {
  margin: 18px 0;
  padding: 18px;
  border: 1px dashed #bdc8d5;
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.summary {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.summary dt {
  color: var(--muted);
}

.summary dd {
  margin: 0;
  font-weight: 800;
}

.summary .total {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.14rem;
}

dialog {
  width: min(460px, calc(100% - 28px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  box-shadow: var(--shadow);
}

dialog::backdrop {
  background: rgba(16, 20, 29, 0.56);
}

.seat-dialog {
  width: min(980px, calc(100% - 28px));
}

.seat-modal {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.stage {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.seat-block {
  overflow-x: auto;
}

.seat-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.seat-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.seat-legend .seat {
  width: 16px;
  height: 16px;
}

.checkout-form {
  display: grid;
  gap: 16px;
  padding: 22px;
}

fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

legend {
  padding: 0 6px;
  color: #344054;
  font-weight: 800;
}

.radio-row,
.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 700;
}

.radio-row input,
.checkbox-row input {
  width: auto;
  min-height: auto;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  max-width: min(360px, calc(100% - 36px));
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  transform: translateY(0);
  opacity: 1;
}

.no-results {
  padding: 26px;
  border: 1px dashed #bdc8d5;
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 900px) {
  .site-header,
  .top-nav {
    align-items: flex-start;
  }

  .site-header {
    position: static;
    flex-direction: column;
  }

  .top-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 680px;
  }

  .toolbar,
  .planner,
  .shop-layout,
  .match-card,
  .event-form {
    grid-template-columns: 1fr;
  }

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

  .ticket-options {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .cart {
    position: static;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand strong {
    max-width: 150px;
  }

  .hero {
    min-height: 620px;
    padding-top: 72px;
  }

  h1 {
    font-size: clamp(2.5rem, 16vw, 4.6rem);
  }

  .toolbar {
    width: calc(100% - 24px);
    margin-top: 18px;
  }

  .planner,
  .shop-layout {
    width: calc(100% - 24px);
  }

  .planner-form {
    grid-template-columns: 1fr;
  }

  .match-main,
  .ticket-options,
  .cart {
    padding: 14px;
  }
}

/* Eintracht Spontent CI pass: draft tokens from the local Vault note. */
:root {
  --ink: #00077e;
  --muted: #4f5872;
  --line: #c9d6ea;
  --paper: #ffffff;
  --surface: #f3f6fb;
  --green: #00077e;
  --green-dark: #00045a;
  --gold: #72ccf5;
  --red: #cc2f2f;
  --blue: #72ccf5;
  --shadow: 0 14px 34px rgba(0, 7, 126, 0.14);
}

body {
  font-family: "PP Formula Light", "PP Formula", "Helvetica Neue", Arial, sans-serif;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 2px solid var(--ink);
}

.brand {
  min-width: 260px;
}

.brand-mark {
  width: 120px;
  height: auto;
  border-radius: 0;
  background: transparent;
}

.brand strong,
h1,
h2,
h3 {
  font-family: "Round8", "Arial Black", Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.brand small,
.eyebrow,
.pill,
.ticket-row small,
.cart-line small,
.match-details,
.summary dt,
label {
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0;
}

.top-nav a,
.ghost-button,
.primary-button,
.secondary-button,
.icon-button,
input,
select,
.toolbar,
.planner,
.match-card,
.cart,
.ticket-row,
.plan-block,
.seat-block,
dialog,
.hero-panel,
.toast,
.no-results,
fieldset,
.stage {
  border-radius: 0;
}

.hero {
  min-height: calc(100vh - 220px);
  padding: clamp(36px, 6vw, 72px) clamp(18px, 5vw, 64px) 28px;
  background: url("./assets/eintracht-volleyball-hero.png") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 7, 126, 0.68);
}

.hero::after {
  background: var(--blue);
}

.hero-logo {
  display: block;
  width: min(170px, 52vw);
  margin-bottom: 14px;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero .eyebrow,
.hero-panel .eyebrow {
  color: var(--blue);
}

h1 {
  max-width: 16ch;
  font-size: clamp(2.7rem, 5vw, 3.8rem);
}

.hero-copy {
  color: rgba(255, 255, 255, 0.9);
}

.primary-button,
.secondary-button,
.ghost-button {
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.primary-button {
  background: var(--blue);
  color: var(--ink);
  box-shadow: none;
}

.primary-button:hover {
  background: #ffffff;
  color: var(--ink);
}

.secondary-button {
  border-color: var(--ink);
  color: var(--ink);
}

.secondary-button:hover,
.top-nav a:hover,
.ghost-button:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--ink);
}

.hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  bottom: 28px;
  border-color: rgba(114, 204, 245, 0.8);
  background: rgba(0, 7, 126, 0.72);
}

.status-dot {
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(114, 204, 245, 0.22);
}

.image-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 36px));
  margin: 28px auto 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: #fff;
}

.image-band figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-right: 2px solid var(--ink);
}

.image-band figure:last-child {
  border-right: 0;
}

.image-band img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.image-band figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  background: var(--ink);
  color: #fff;
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.toolbar,
.planner,
.match-card,
.cart,
.event-admin,
.event-admin-row {
  border-width: 2px;
  box-shadow: none;
}

.pill {
  border-radius: 0;
  background: #eef9ff;
  color: var(--ink);
}

.pill.green,
.pill.gold {
  background: var(--blue);
  color: var(--ink);
}

.ticket-options,
.stepper button,
.plan-block,
.seat-block {
  background: #f8fbff;
}

.stepper {
  border-radius: 0;
}

.seat {
  border-radius: 0;
}

.seat.available:hover,
.seat.selected {
  border-color: var(--ink);
  background: var(--blue);
  color: var(--ink);
}

.seat.occupied {
  background: #d9dee8;
}

.stage {
  background: var(--ink);
  color: #fff;
}

@media (max-width: 900px) {
  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
  }

  .image-band {
    grid-template-columns: 1fr;
  }

  .image-band figure {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .image-band figure:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 96px;
  }

  .hero-logo {
    width: 220px;
  }
}

.price-overview {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.4fr);
  gap: 22px;
  width: min(1180px, calc(100% - 36px));
  margin: 28px auto 0;
  padding: 18px;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.price-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.price-card {
  display: grid;
  gap: 6px;
  min-height: 118px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #f8fbff;
}

.price-card span,
.price-card small {
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card strong {
  color: var(--ink);
  font-family: "Round8", "Arial Black", Impact, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.price-card small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.event-info,
.ticketing-monitor {
  width: min(1180px, calc(100% - 36px));
  margin: 28px auto 0;
  padding: 18px;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.event-info {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.4fr);
  gap: 22px;
}

.event-info-copy {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.55;
}

.event-info-copy p {
  margin: 0;
}

.ticketing-metrics,
.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.ticketing-metrics article,
.dashboard-stats article {
  display: grid;
  gap: 7px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #f8fbff;
}

.ticketing-metrics span,
.dashboard-stats span {
  color: var(--muted);
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ticketing-metrics strong,
.dashboard-stats strong {
  align-self: end;
  color: var(--ink);
  font-family: "Round8", "Arial Black", Impact, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.shop-layout.events-only {
  grid-template-columns: 1fr;
  padding-top: 32px;
}

.event-card {
  grid-template-columns: 180px minmax(0, 1fr) 220px;
  align-items: stretch;
}

.match-date {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  border-right: 1px solid var(--line);
  background: #f8fbff;
}

.match-date strong {
  font-family: "Round8", "Arial Black", Impact, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.match-date span {
  color: var(--muted);
  font-weight: 800;
}

.event-action {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 20px;
  border-left: 1px solid var(--line);
}

.event-action small {
  color: var(--muted);
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.seat-picker-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  align-items: start;
}

.seat-selection {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 2px solid var(--ink);
  background: #fff;
}

.hover-price,
.selection-empty {
  padding: 12px;
  border: 1px dashed var(--line);
  color: var(--muted);
  font-weight: 800;
}

.reservation-box {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  background: #eef9ff;
}

.reservation-box strong {
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.reservation-box span {
  color: var(--muted);
  font-weight: 800;
}

.selected-seats {
  display: grid;
  gap: 8px;
  max-height: 280px;
  overflow: auto;
}

.selected-seat-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.selected-seat-line span {
  overflow-wrap: anywhere;
}

.selected-seat-line small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.inline-ticket-type {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.inline-ticket-type span {
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.inline-ticket-type select {
  min-height: 36px;
  padding: 7px 8px;
  font-size: 0.85rem;
}

.selection-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  border-top: 2px solid var(--ink);
  color: var(--ink);
  font-family: "Round8", "Arial Black", Impact, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.selection-breakdown {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.selection-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.selection-breakdown dt,
.selection-breakdown dd {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.dashboard-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
}

.dashboard-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}

.dashboard-table th,
.dashboard-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.dashboard-table th {
  background: #eef9ff;
  color: var(--ink);
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.dashboard-table td strong,
.dashboard-table td span {
  display: block;
}

.dashboard-table td span,
.dashboard-table small {
  color: var(--muted);
  font-weight: 800;
}

.meter {
  width: min(170px, 100%);
  height: 10px;
  margin-bottom: 6px;
  border: 1px solid var(--ink);
  background: #fff;
}

.meter span {
  display: block;
  height: 100%;
  background: var(--blue);
}

.checkout-page {
  padding: 42px 0 72px;
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 22px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.checkout-shell > div:first-child {
  grid-column: 1 / -1;
}

.checkout-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.checkout-steps li {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-steps .done,
.checkout-steps .active {
  border-color: var(--ink);
  background: #eef9ff;
  color: var(--ink);
}

.payment-overview,
.payment-form,
.order-confirmation {
  border: 2px solid var(--ink);
  background: #fff;
}

.payment-overview {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.checkout-summary {
  display: grid;
  gap: 10px;
}

.checkout-summary .selected-seat-line {
  grid-template-columns: minmax(0, 1fr) auto;
}

.checkout-event {
  display: grid;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
}

.checkout-event strong {
  color: var(--ink);
  font-family: "Round8", "Arial Black", Impact, sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  text-transform: uppercase;
}

.checkout-event span {
  color: var(--muted);
  font-weight: 800;
}

.checkout-event small,
.muted-copy {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.5;
}

.legal-row {
  align-items: flex-start;
}

.checkout-timer {
  padding: 10px 12px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-family: "PP Formula Extended", "Arial Narrow", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-timer.expired {
  border-color: var(--red);
  background: #fff;
  color: var(--red);
}

.payment-form {
  align-self: start;
}

.order-confirmation {
  grid-column: 1 / -1;
  padding: 22px;
}

@media (max-width: 900px) {
  .price-overview,
  .price-list,
  .event-info,
  .ticketing-metrics,
  .dashboard-stats,
  .event-card,
  .seat-picker-layout,
  .checkout-shell {
    grid-template-columns: 1fr;
  }

  .match-date,
  .event-action {
    border: 0;
    border-top: 1px solid var(--line);
  }

  .match-date {
    border-top: 0;
  }
}

@media (max-width: 560px) {
  .price-overview,
  .event-info,
  .ticketing-monitor,
  .checkout-shell {
    width: calc(100% - 24px);
  }

  .selected-seat-line {
    grid-template-columns: 1fr;
  }
}
