.plain-link {
    color: inherit;
    text-decoration: none;
}

.plain-link:hover {
    text-decoration: underline;
}

.navbar-charcoal {
    background-color: #2c3e50;
}

.season-card {
    transition: box-shadow 0.15s ease, transform 0.15s ease;
    color: inherit;
}

.season-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* History page */
.history-card {
    border-left: 3px solid #0d6efd;
}

#history-nav {
    top: 70px;
}

#history-nav .nav-link {
    color: #6c757d;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    border-left: 2px solid transparent;
    border-radius: 0;
}

#history-nav .nav-link.active {
    color: #0d6efd;
    background-color: transparent;
    border-left: 2px solid #0d6efd;
    font-weight: 600;
}

.history-pullquote {
    border-left: 4px solid #0d6efd;
    padding: 0.75rem 1.25rem;
    margin: 1rem 0;
    font-style: italic;
    color: #495057;
    background-color: #f8f9fa;
    border-radius: 0 0.25rem 0.25rem 0;
}

#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #0d6efd;
    width: 0%;
    z-index: 1100;
    transition: width 0.1s;
}

#back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    z-index: 1050;
    display: none;
}
