/* Custom styles for arXiv Archive */

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

.card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

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

.navbar-brand {
    font-weight: 600;
}

.display-4 {
    font-weight: 700;
}

.badge {
    font-weight: 500;
}

/* Paper card specific */
.card-title a {
    color: inherit;
    text-decoration: none;
}

.card-title a:hover {
    color: #0d6efd;
}

/* Footer */
footer {
    margin-top: auto;
}

/* Search results */
.search-result-item {
    border-left: 4px solid #0d6efd;
}

/* Dashboard metrics */
.metric-card {
    border-radius: 0.5rem;
    padding: 1.5rem;
    color: white;
}

/* Chart containers */
canvas {
    max-height: 400px;
}

/* Paper detail page */
.breadcrumb {
    background: none;
    padding: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem;
    }
    
    .card-body {
        padding: 1rem;
    }
}
