body {
    margin: 0;
    background: #1e1e1e;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    box-sizing: border-box;
}

.card {
    font-family: monospace;
    padding: 1.5rem;
    width: 100%;
    max-width: 480px;
    margin-top: 10rem;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 0 0 18px rgba(255, 200, 50, 0.06), 0 0 4px rgba(255, 200, 50, 0.04);
    box-sizing: border-box;
}

.error {
    color: #c0605c;
    margin: 0;
}

.loading {
    font-size: 0.8em;
    opacity: 0.45;
    margin: 0;
}

.elapsed {
    font-size: 0.8em;
    opacity: 0.45;
    margin-top: 0;
}

.etd-table {
    margin-bottom: 0.5rem;
}

.etd-row {
    display: flex;
    align-items: center;
    padding: 0.35rem 0;
    gap: 0.75rem;
}

.etd-dot {
    flex-shrink: 0;
}

.destination {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.times {
    white-space: nowrap;
    flex-shrink: 0;
}

.picker select {
    width: 100%;
    font-family: monospace;
    font-size: 1.17em;
    font-weight: bold;
    background: #2a2a2a;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 0.5rem;
}

.station-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.25rem;
}

.station-header h3 {
    margin: 0;
}

.change-station {
    background: none;
    border: none;
    color: #555;
    font-family: monospace;
    font-size: 1.2em;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.change-station:hover {
    color: #fff;
}

@media (max-width: 600px) {
    .card {
        margin-top: 2rem;
        font-size: 1.1rem;
    }
}
