body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f8f9fa;
}

/* Date slider wrapper with reset button */
.date-slider-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 10px;
}

.date-slider-container {
    flex: 1;
}

.date-slider {
    width: 100%;
}

.date-slider-reset-btn {
    padding: 4px 8px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.date-slider-reset-btn i {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.public-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 2rem;
}

.public-header h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.public-header p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.timeline-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.timeline {
}

.empty-state {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

.empty-state i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.footer {
    margin-top: 3rem;
    padding: 2rem 0;
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.stats-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.stats-info .badge {
    margin: 0 0.5rem;
}