@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

.supervisorio-header,
.topbar.supervisorio-header,
.hero.supervisorio-header,
.page-header.supervisorio-header {
    background: linear-gradient(120deg, #0f294f, #1a4278);
    color: #fff;
    border-radius: 10px;
    min-height: 72px;
    padding: 10px 14px;
    box-shadow: 0 12px 26px rgba(10, 26, 50, .28);
}

.supervisorio-header-title,
.supervisorio-header .supervisorio-header-title {
    line-height: 1.05;
    font-family: "Barlow", sans-serif;
}

.supervisorio-header-title h1,
.supervisorio-header .supervisorio-header-title h1 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: .06em;
}

.supervisorio-header-title p,
.supervisorio-header .supervisorio-header-title p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    opacity: .97;
}

.supervisorio-header-right,
.supervisorio-header .supervisorio-header-right {
    text-align: right;
    min-width: 185px;
    font-family: "Space Grotesk", sans-serif;
    font-size: .95rem;
    font-weight: 700;
}

.supervisorio-header-icons,
.supervisorio-header .supervisorio-header-icons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.supervisorio-header-icon-btn,
.supervisorio-header .supervisorio-header-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.09);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
}

.supervisorio-header-icon-btn:hover,
.supervisorio-header .supervisorio-header-icon-btn:hover {
    color: #fff;
    background: rgba(255,255,255,.16);
    text-decoration: none;
}

@media (max-width: 992px) {
    .supervisorio-header-title h1 { font-size: 1.5rem; }
    .supervisorio-header-title p { font-size: 1.2rem; }
}

@media (max-width: 640px) {
    .supervisorio-header {
        border-radius: 8px;
    }
}
