:root {
  color-scheme: light dark;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: #f6f7f9;
}

main {
  max-width: 22rem;
  width: 100%;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
}

.status {
  font-weight: 600;
}

.status--accepted { color: #1a7f37; }
.status--duplicate { color: #9a6700; }
.status--rejected,
.status--error { color: #cf222e; }

.progress-count {
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.path-svg {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}

.node-group--visited circle {
  fill: #1a7f37;
}

.node-group--visited {
  color: #fff;
}

.node-group--locked circle {
  fill: #fff;
  stroke: #b4b2a9;
  stroke-width: 2;
}

.node-group--locked {
  color: #6e7781;
}

.node-label {
  font-size: 10px;
  fill: #57606a;
}

.path-caption {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #6e7781;
  line-height: 1.5;
}

.eligibility {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #57606a;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: #f6f7f9;
}

.eligibility--reached {
  color: #1a7f37;
  background: #ecf9f1;
  font-weight: 600;
}

.claim-btn {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background: #1a7f37;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

.claim-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

ul {
  padding-left: 1.1rem;
}
