body {
  background: #f1f5f9;
  color: #0f172a;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 24px 96px;
}

.topbar {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.brand {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
}

.search {
  flex: 1;
}

.search input {
  width: 100%;
  font: inherit;
  font-size: 14px;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
}

.nav {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: #475569;
}

.nav a {
  text-decoration: none;
}

.hero h1 {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.hero p {
  font-size: 16px;
  color: #475569;
  margin: 0 0 32px;
}

.map {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.map svg {
  width: 100%;
  height: auto;
  display: block;
}

.pins circle {
  fill: #f97316;
  stroke: #fff;
  stroke-width: 2;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

.callout {
  position: absolute;
  top: 24%;
  left: 56%;
  background: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 240px;
}

.callout .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f97316;
}

.callout .sub {
  font-size: 12px;
  color: #64748b;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: #475569;
  margin-bottom: 32px;
}

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

.legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.dot.woo { background: #ef4444; }
.dot.hl { background: #f59e0b; }
.dot.lol { background: #3b82f6; }
.dot.ascs { background: #10b981; }
.dot.usac { background: #8b5cf6; }
.dot.ind { background: #94a3b8; }

.list {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}

.list header {
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list li {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
}

.list .region {
  font-size: 11px;
  font-weight: 700;
  color: #f97316;
  letter-spacing: 0.04em;
}

.list .time {
  font-variant-numeric: tabular-nums;
  color: #64748b;
}

.back {
  margin-top: 48px;
  font-size: 13px;
}

.back a {
  color: #475569;
}
