body {
    font-family: 'League Spartan', sans-serif;
    background-color: #f3f3f3;
    letter-spacing: 0.5px;
}

.button {
    background: #ffd700;
    border: none;
    padding: 20px 25px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    color: #222;
}

.disabled {
    pointer-events: none;
    color: #aaa;
    opacity: 0.5;
}

.highlight {
    text-decoration: underline;
    text-decoration-color: #ffd700;
    text-underline-offset: 12px;
    text-decoration-thickness: 5px;
}

/* Pilot Banner */
.pilot-banner {
    background-color: #ffcc00;
    color: #222;
    text-align: center;
    padding: 5px 0;
    font-weight: 500;
}

.pilot-banner .report a {
    text-decoration: underline;
    cursor: pointer;
    color: #222;
    text-decoration: underline;
    text-decoration-color: #222;
    text-underline-offset: 1px;
    text-decoration-thickness: 2px;
}

.legal {
  color: #999;
  font-size: 14px;
}

.legal a {
  color: #999;
  text-decoration: none;
}

.legal .highlight {
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}