/* static/css/app.css */


body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    background-color: #f8f9fa;
}

.card {
    border-radius: 0.75rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
}

.navbar-brand {
    font-size: 1.25rem;
    letter-spacing: 0.3px;
}

.badge {
    font-weight: 500;
    padding: 0.4em 0.7em;
}

footer {
    font-size: 0.85rem;
    margin-top: 3rem;
}

.table-responsive table {
    font-size: 0.875rem;
}

.nav-tabs .nav-link {
    color: #495057;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
}

iframe {
    background: #f8f9fa;
}