body {
    font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

.app-navbar .nav-link {
    font-size: .92rem;
    padding: .5rem .7rem;
    border-radius: .35rem;
    margin: 0 .1rem;
    color: rgba(255,255,255,.85);
}

.app-navbar .nav-link:hover {
    color: #fff;
    background-color: rgba(255,255,255,.12);
}

.app-navbar .nav-link.active {
    color: #fff;
    font-weight: 600;
    background-color: rgba(255,255,255,.22);
}

.app-logo-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.35);
}

.app-login-bg {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
}

.report-card {
    transition: transform .15s ease, box-shadow .15s ease;
}

.report-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.12) !important;
}

.report-icon {
    width: 46px;
    height: 46px;
    border-radius: .6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.table > :not(caption) > * > * {
    padding: .6rem .75rem;
}