:root {
  --fightdeck-primary: #111827;
  --fightdeck-secondary: #f97316;
  --fightdeck-surface: #f8fafc;
  --fightdeck-border: #e5e7eb;
  --fightdeck-text: #1f2937;
}

body {
  font-family: 'Segoe UI', sans-serif;
  color: var(--fightdeck-text);
  background: #fff;
}

.fightdeck-navbar {
  background: #0b0d10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
}

.impersonation-banner {
  background: #92400e;
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
}

.fightdeck-brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 800;
  gap: 0.65rem;
  letter-spacing: 0;
  text-decoration: none;
}

.fightdeck-brand:hover,
.fightdeck-brand:focus { color: #fff; }

.fightdeck-brand-logo {
  display: block;
  height: 3.25rem;
  max-width: min(18rem, 48vw);
  object-fit: contain;
  width: auto;
}

.fightdeck-navbar .nav-link {
  color: rgba(255, 255, 255, 0.72);
  padding-inline: 0.75rem;
}

.fightdeck-navbar .nav-link:hover,
.fightdeck-navbar .nav-link:focus { color: #fff; }

.fightdeck-navbar .btn-primary,
.fightdeck-partnerships .btn-primary {
  background: var(--fightdeck-secondary);
  border-color: var(--fightdeck-secondary);
}

.fightdeck-navbar .btn-primary:hover,
.fightdeck-navbar .btn-primary:focus,
.fightdeck-partnerships .btn-primary:hover,
.fightdeck-partnerships .btn-primary:focus {
  background: #ea580c;
  border-color: #ea580c;
}

.fightdeck-footer {
  background: #0b0d10;
  color: rgba(255, 255, 255, 0.72);
}

.fightdeck-footer-brand { font-size: 1.5rem; }
.fightdeck-footer-brand .fightdeck-brand-logo { height: 3.5rem; }
.fightdeck-footer-tagline { max-width: 24rem; color: rgba(255, 255, 255, 0.55); }
.fightdeck-footer-heading { color: #fff; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; }
.fightdeck-footer-links { list-style: none; margin: 1rem 0 0; padding: 0; }
.fightdeck-footer-links li + li { margin-top: 0.6rem; }
.fightdeck-footer-links a { color: rgba(255, 255, 255, 0.62); text-decoration: none; }
.fightdeck-footer-links a:hover, .fightdeck-footer-links a:focus { color: #fff; }
.fightdeck-footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: space-between; gap: 1rem; }
.fightdeck-footer-bottom a { color: #fff; text-decoration: none; }

.fightdeck-partnerships { background: #fff7ed; }
.fightdeck-partnerships-note { align-items: center; color: #6b7280; display: flex; font-size: 0.9rem; gap: 0.6rem; }
.fightdeck-partnerships-dot { background: var(--fightdeck-secondary); border-radius: 50%; height: 0.55rem; width: 0.55rem; }

@media (max-width: 991.98px) {
  .fightdeck-navbar { padding: 0.75rem 0; }
  .fightdeck-navbar .navbar-collapse { padding-top: 1rem; }
  .fightdeck-navbar .btn { margin: 0.5rem 0 0; width: 100%; }
  .fightdeck-footer-bottom { flex-direction: column; }
  .fightdeck-brand-logo { height: 2.75rem; max-width: min(15rem, 70vw); }
  .fightdeck-footer-brand .fightdeck-brand-logo { height: 3rem; }
}

.hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.min-vh-75 {
  min-height: 75vh;
}

.btn-primary {
  background-color: var(--fightdeck-primary);
  border-color: var(--fightdeck-primary);
}

.btn-primary:hover {
  background-color: #1f2937;
  border-color: #1f2937;
}

.btn-outline-secondary {
  border-color: #cbd5e1;
  color: var(--fightdeck-primary);
}

.dashboard-card,
.feature-card,
.pricing-card {
  background: #ffffff;
  border: 1px solid var(--fightdeck-border);
  border-radius: 18px;
}

.dashboard-card {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.live-checkin-event { border-bottom: 1px solid var(--fightdeck-border); padding: 1rem 0; }
.live-checkin-event--latest { border: 0; padding: 0; }
.attendance-member-row { align-items: center; border-bottom: 1px solid var(--fightdeck-border); display: flex; gap: 1rem; justify-content: space-between; min-height: 4.5rem; padding: .8rem 0; }
.attendance-member-row:last-child { border-bottom: 0; }
.attendance-member-row.is-present { background: #f0fdf4; }
.attendance-touch { min-height: 2.75rem; min-width: 7rem; }
@media (max-width: 575.98px) { .live-checkin-event .d-flex { flex-direction: column; } .live-checkin-event .text-end { text-align: left !important; } .attendance-member-row { align-items: stretch; flex-direction: column; } .attendance-touch { width: 100%; } }

.kiosk-shell { background: radial-gradient(circle at top, color-mix(in srgb, var(--kiosk-primary) 88%, white), var(--kiosk-primary)); color: #fff; display: grid; grid-template-rows: auto 1fr auto; min-height: 100vh; padding: clamp(1rem, 2.5vw, 2rem); }
.kiosk-brand { align-items: center; display: flex; font-size: clamp(.9rem, 2vw, 1.15rem); gap: .75rem; justify-content: center; letter-spacing: .08em; text-transform: uppercase; }
.kiosk-brand img { max-height: 3.25rem; max-width: 12rem; object-fit: contain; }
.kiosk-content { align-self: center; justify-self: center; max-width: 900px; text-align: center; width: 100%; }
.kiosk-eyebrow { color: color-mix(in srgb, var(--kiosk-accent) 75%, white); font-size: .75rem; font-weight: 800; letter-spacing: .16em; margin: .5rem 0; text-transform: uppercase; }
.kiosk-content h1 { font-size: clamp(2.3rem, 6vh, 4.5rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; margin: 0; }
.kiosk-instruction { color: rgba(255,255,255,.75); font-size: clamp(1rem, 2vw, 1.25rem); margin: .75rem 0 1.25rem; }
.kiosk-qr-grid { display: grid; justify-content: center; }
.kiosk-qr-grid--dual { gap: clamp(1rem, 3vw, 2rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kiosk-qr-card h2 { color: rgba(255,255,255,.8); font-size: .8rem; font-weight: 800; letter-spacing: .12em; margin-bottom: .6rem; text-transform: uppercase; }
.kiosk-qr-frame { background: #fff; border-radius: 18px; box-shadow: 0 1.25rem 3rem rgba(0,0,0,.2); display: inline-flex; padding: clamp(.8rem, 2vw, 1.25rem); }
.kiosk-qr-frame img { display: block; height: auto; max-height: min(42vh, 390px); max-width: min(42vh, 390px); width: min(32vw, 390px); }
.kiosk-tagline { color: rgba(255,255,255,.7); font-size: .82rem; letter-spacing: .12em; margin: 1.2rem 0 0; text-transform: uppercase; }
.kiosk-footer { align-items: center; color: rgba(255,255,255,.65); display: flex; font-size: .78rem; justify-content: space-between; }
.kiosk-footer a { color: rgba(255,255,255,.65); text-decoration: none; }
.kiosk-footer a:hover, .kiosk-footer a:focus { color: #fff; }
@media (max-width: 767.98px) { .kiosk-qr-grid--dual { grid-template-columns: repeat(2, minmax(0, 1fr)); } .kiosk-qr-frame img { width: min(35vw, 300px); } }
@media (max-width: 480px), (max-height: 620px) { .kiosk-shell { min-height: 100svh; } .kiosk-qr-grid--dual { grid-template-columns: 1fr; } .kiosk-qr-grid--dual .kiosk-qr-frame img { max-height: 24vh; width: min(55vw, 240px); } .kiosk-tagline { display: none; } .kiosk-footer { margin-top: .75rem; } }

.stat-box {
  background: #f3f4f6;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.stat-box span {
  color: #6b7280;
  font-size: 0.85rem;
}

.stat-box strong {
  font-size: 1.5rem;
}

.showcase-shot {
  background: #fff;
  border: 1px solid var(--fightdeck-border);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.showcase-shot img {
  display: block;
  height: auto;
  width: 100%;
}

.showcase-caption {
  color: var(--fightdeck-text);
  font-weight: 600;
  margin: 1rem 0 0;
  text-align: center;
}

.feature-card,
.pricing-card {
  padding: 1.5rem;
}

.feature-card h3,
.pricing-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.price {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.price span {
  font-size: 1rem;
  color: #6b7280;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    font-size: 1.25rem;
  }
}
