:root {
  color-scheme: dark;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at 10% 0%, rgba(58, 67, 86, 0.18), transparent 35%),
    radial-gradient(circle at 90% 20%, rgba(32, 41, 57, 0.2), transparent 30%),
    #05080f;
  color: #f4f7fb;
  font-family: "Inter", sans-serif;
}

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

.font-display {
  font-family: "Chakra Petch", "Inter", sans-serif;
}

.section-wrap {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: 1rem;
}

@media (min-width: 768px) {
  .section-wrap {
    padding-inline: 1.5rem;
  }
}

.field {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 0.5rem;
  background: rgba(2, 7, 16, 0.9);
  color: #ffffff;
  font-size: 0.85rem;
  padding: 0.65rem 0.8rem;
  outline: none;
}

.field::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.field:focus {
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.social-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.car-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  background: #f8f9fb;
  color: #0e121b;
  padding: 0.65rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.car-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(3, 8, 15, 0.36);
}

.car-card .text-white,
.car-card .text-white\/60,
.car-card .text-white\/55 {
  color: inherit !important;
}

.car-card .text-lg {
  color: #05080f !important;
}

.hero-car-glow {
  position: absolute;
  inset: auto 0 -16px;
  margin-inline: auto;
  width: min(88vw, 760px);
  height: 120px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(138, 153, 182, 0.32) 0%, rgba(5, 8, 15, 0) 72%);
  filter: blur(12px);
  pointer-events: none;
}

.hero-lights {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 14px;
  border-radius: 9999px;
  background: #f3f9ff;
  filter: blur(0.2px);
  box-shadow: 0 0 20px rgba(227, 242, 255, 0.72);
}

.hero-lights.left {
  left: 20%;
}

.hero-lights.right {
  right: 20%;
}

.table-shell {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  overflow: hidden;
}

.table-shell table {
  width: 100%;
  border-collapse: collapse;
}

.table-shell th,
.table-shell td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.7rem 0.65rem;
  text-align: left;
  font-size: 0.8rem;
}

.table-shell th {
  background: #f8f9fb;
  color: #0e121b;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status-chip {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.status-chip.active {
  color: #86f7b0;
}

.status-chip.done {
  color: #8af29e;
}

.status-chip.expired {
  color: #f39191;
}

.filter-pill {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.8);
}

.filter-pill.active {
  background: #ffffff;
  color: #0e121b;
  border-color: #ffffff;
}

@media (max-width: 767px) {
  .hero-lights.left {
    left: 10%;
  }

  .hero-lights.right {
    right: 10%;
  }
}
