/* /Components/Layout/MainLayout.razor.rz.scp.css */
.skip-to-content[b-gmvau0f68e] {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999;
}

.skip-to-content:focus[b-gmvau0f68e] {
    position: fixed;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 0.75rem 1.5rem;
    background: var(--bs-primary);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.page[b-gmvau0f68e] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-gmvau0f68e] {
    flex: 1;
    min-width: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.content[b-gmvau0f68e] {
    flex: 1;
    min-height: calc(100vh - 3.5rem - 4rem); /* viewport - topbar - footer */
}

.sidebar[b-gmvau0f68e] {
    background: linear-gradient(180deg, #37474f 0%, #263238 100%);
    transition: width 0.3s ease;
}

.top-row[b-gmvau0f68e] {
    background-color: var(--card-bg, #ffffff);
    border-bottom: 1px solid var(--border-color, #cfd2d6);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    position: relative;
    z-index: 1100;
}

    .top-row[b-gmvau0f68e]  a, .top-row[b-gmvau0f68e]  .btn-link {
        white-space: nowrap;
        margin-left: 1rem;
        text-decoration: none;
        color: var(--text-primary, #333);
    }

    .top-row[b-gmvau0f68e]  a:hover, .top-row[b-gmvau0f68e]  .btn-link:hover {
        text-decoration: underline;
    }

.top-row[b-gmvau0f68e]  .top-row-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .sidebar[b-gmvau0f68e] {
        display: none !important;
    }

    .top-row[b-gmvau0f68e] {
        display: none !important;
    }

    .top-row[b-gmvau0f68e]  a, .top-row[b-gmvau0f68e]  .btn-link {
        margin-left: 0;
    }

    /* Touch-friendly action items in top bar */
    .top-row[b-gmvau0f68e]  .top-row-actions > * {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .top-row[b-gmvau0f68e]  .top-row-link {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    article[b-gmvau0f68e] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    /* MBI-9: Space for bottom navigation bar */
    main[b-gmvau0f68e] {
        padding-bottom: 64px;
    }
}

@media (min-width: 768px) {
    .page[b-gmvau0f68e] {
        flex-direction: row;
    }

    .sidebar[b-gmvau0f68e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        transition: width 0.3s ease;
    }

    .page.sidebar-collapsed .sidebar[b-gmvau0f68e] {
        width: 70px;
    }

    .top-row[b-gmvau0f68e] {
        position: sticky;
        top: 0;
        z-index: 1100;
    }

    .top-row.auth[b-gmvau0f68e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gmvau0f68e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-gmvau0f68e] {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
}

#blazor-error-ui[b-gmvau0f68e] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gmvau0f68e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Show only the matching language in the error UI */
:global(html[lang="lt"]) #blazor-error-ui [lang="en"][b-gmvau0f68e] { display: none; }
:global(html[lang="en"]) #blazor-error-ui [lang="lt"][b-gmvau0f68e] { display: none; }
:global(html:not([lang="en"]):not([lang="lt"])) #blazor-error-ui [lang="en"][b-gmvau0f68e] { display: inline; }
:global(html:not([lang="en"]):not([lang="lt"])) #blazor-error-ui [lang="lt"][b-gmvau0f68e] { display: none; }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r3krwc44wn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    color: white;
    position: absolute;
    top: 0;
    right: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
    z-index: 10;
}

.navbar-toggler:checked[b-r3krwc44wn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-r3krwc44wn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.25);
}

.navbar-brand[b-r3krwc44wn] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-icon[b-r3krwc44wn] {
    font-size: 1.5rem;
    color: #fff;
    /* override .bi box-model — brand icon is a font glyph, not an SVG sprite */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: unset;
    margin-right: 0;
    top: 0;
    background: none;
    line-height: 1;
}

.brand-text[b-r3krwc44wn] {
    transition: opacity 0.3s ease, width 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.95rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.bi[b-r3krwc44wn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.nav-text[b-r3krwc44wn] {
    transition: opacity 0.3s ease, width 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
}

.bi-house-door-fill-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-newspaper-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v10.528c0 .3-.05.654-.238.972h.738a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 1 1 0v9a1.5 1.5 0 0 1-1.5 1.5H1.497A1.497 1.497 0 0 1 0 13.5zM12 14c.37 0 .654-.211.853-.441.092-.106.147-.279.147-.531V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v11c0 .278.223.5.497.5z'/%3E%3Cpath d='M2 3h10v2H2zm0 3h4v3H2zm0 4h4v1H2zm0 2h4v1H2zm5-3h5v1H7zm0 2h5v1H7zm0 2h5v1H7z'/%3E%3C/svg%3E");
}

.bi-pencil-square-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z'/%3E%3C/svg%3E");
}

/* Custom map icon - folded map with location pin (matching your icon) */
.bi-map-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 50 44'%3E%3Cpath d='M40.5 6.5c-3.6 0-6.5 2.9-6.5 6.5 0 4.3 6.5 11 6.5 11s6.5-6.7 6.5-11c0-3.6-2.9-6.5-6.5-6.5zm0 9c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5zM0 37l14-6V7L0 13v24zm16-6l12 6V13l-12-6v24zm14 6l14-6V7l-14 6v24z'/%3E%3C/svg%3E");
}

.bi-geo-alt-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E");
}

.bi-plus-circle-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3E%3C/svg%3E");
}

.bi-person-circle-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.bi-shield-lock-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-lock-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-building-fill-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-building-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h3v-3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V16h3a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H3Zm1 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z'/%3E%3C/svg%3E");
}

.bi-graph-up-nav-menu[b-r3krwc44wn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

.nav-item[b-r3krwc44wn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-r3krwc44wn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r3krwc44wn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r3krwc44wn]  .nav-link {
            color: #b0bec5;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%;
            overflow: hidden;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

    .nav-item[b-r3krwc44wn]  a.active {
        background-color: rgba(255,255,255,0.12);
        color: #ffffff;
    }

    .nav-item[b-r3krwc44wn]  .nav-link:hover {
        background-color: rgba(255,255,255,0.08);
        color: #ffffff;
    }

.nav-scrollable[b-r3krwc44wn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-r3krwc44wn] {
    display: block;
}

@media (min-width: 768px) {
    .navbar-toggler[b-r3krwc44wn] {
        display: none;
    }

    .nav-scrollable[b-r3krwc44wn] {
        display: block;
    }
}

/* Mobile nav items - larger touch targets */
@media (max-width: 767.98px) {
    .nav-item[b-r3krwc44wn]  .nav-link {
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 0.85rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .nav-scrollable[b-r3krwc44wn] {
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/* /Components/Pages/Clubs.razor.rz.scp.css */
/* Clubs listing — editorial gallery layout */
.clubs-page[b-lx2if7eocc] {
    padding-bottom: 2.5rem;
}

/* Page header */
.clubs-header[b-lx2if7eocc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0.5rem 0 1.25rem 0;
}
.clubs-title[b-lx2if7eocc] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--text-primary);
}

/* Filter bar */
.clubs-toolbar[b-lx2if7eocc] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
    align-items: stretch;
}

.clubs-toolbar .form-control[b-lx2if7eocc],
.clubs-toolbar .form-select[b-lx2if7eocc] {
    height: 42px;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    border-radius: 6px;
}

.clubs-toolbar .form-control:focus[b-lx2if7eocc],
.clubs-toolbar .form-select:focus[b-lx2if7eocc] {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

.clubs-search-wrap[b-lx2if7eocc] {
    position: relative;
}
.clubs-search-wrap .bi-search[b-lx2if7eocc] {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    pointer-events: none;
}
.clubs-search-wrap .form-control[b-lx2if7eocc] {
    padding-left: 2.35rem;
}

/* Card grid */
.clubs-grid[b-lx2if7eocc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.club-tile[b-lx2if7eocc] {
    position: relative;
    background: var(--tile-bg);
    border: 1px solid var(--tile-border);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(.2,.8,.2,1),
                box-shadow 0.3s ease,
                border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: var(--tile-title);
    box-shadow: var(--tile-shadow);
    isolation: isolate;
}

.club-tile[b-lx2if7eocc]::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, var(--tile-hover-ring), transparent 40%, transparent 60%, var(--tile-hover-ring));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.club-tile:hover[b-lx2if7eocc] {
    transform: translateY(-4px);
    box-shadow: var(--tile-shadow-hover), 0 0 0 1px var(--tile-hover-ring);
    color: var(--tile-title);
    text-decoration: none !important;
}
.club-tile:hover[b-lx2if7eocc]::before { opacity: 1; }

.club-tile-banner[b-lx2if7eocc] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: var(--tile-logo-bg);
    overflow: hidden;
}
.club-tile-banner[b-lx2if7eocc]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}
.club-tile-banner img[b-lx2if7eocc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.club-tile:hover .club-tile-banner img[b-lx2if7eocc] {
    transform: scale(1.06);
}
.club-tile-banner-placeholder[b-lx2if7eocc] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tile-placeholder-bg);
    color: var(--tile-subtle);
    font-size: 3rem;
}

/* Body */
.club-tile-body[b-lx2if7eocc] {
    padding: 1.1rem 1.25rem 1.1rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.club-tile-header[b-lx2if7eocc] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.club-tile-logo[b-lx2if7eocc] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--tile-logo-bg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tile-logo-border);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.club-tile-logo img[b-lx2if7eocc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.club-tile-logo-fallback[b-lx2if7eocc] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2196F3 0%, #1565C0 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.02em;
}

.club-tile-heading[b-lx2if7eocc] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

a.club-tile .club-tile-name[b-lx2if7eocc],
.club-tile .club-tile-name[b-lx2if7eocc] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--tile-title) !important;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}
a.club-tile:hover .club-tile-name[b-lx2if7eocc],
.club-tile:hover .club-tile-name[b-lx2if7eocc] {
    color: var(--tile-title) !important;
}

.club-tile-location[b-lx2if7eocc] {
    margin: 0;
    font-size: 0.78rem;
    color: var(--tile-subtle);
    display: flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.club-tile-location .bi-geo-alt-fill[b-lx2if7eocc] {
    color: var(--accent-color);
    font-size: 0.8rem;
    flex-shrink: 0;
}

.club-tile-desc[b-lx2if7eocc] {
    margin: 0;
    font-size: 0.85rem;
    color: var(--tile-muted);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.club-tile-meta[b-lx2if7eocc] {
    margin-top: auto;
    display: flex;
    gap: 0.5rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--tile-divider);
    font-size: 0.78rem;
}

.club-tile-meta-item[b-lx2if7eocc] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    background: var(--tile-chip-bg);
    border: 1px solid var(--tile-chip-border);
    border-radius: 999px;
    color: var(--tile-muted);
    transition: background 0.2s ease, border-color 0.2s ease;
}
.club-tile:hover .club-tile-meta-item[b-lx2if7eocc] {
    background: var(--tile-chip-hover-bg);
}
.club-tile-meta-item i[b-lx2if7eocc] {
    font-size: 0.8rem;
    color: var(--tile-subtle);
}
.club-tile-meta-item strong[b-lx2if7eocc] {
    color: var(--tile-title);
    font-weight: 600;
}

/* Responsive breakpoints */
@media (max-width: 1199.98px) {
    .clubs-grid[b-lx2if7eocc] { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
    .clubs-grid[b-lx2if7eocc] { grid-template-columns: 1fr; gap: 1.25rem; }
    .clubs-toolbar[b-lx2if7eocc] { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575.98px) {
    .clubs-toolbar[b-lx2if7eocc] { grid-template-columns: 1fr; }
}
/* /Components/Pages/EventDetails.razor.rz.scp.css */
/* MOB-001: Responsive map height */
.event-map[b-nomolynvpq] {
    width: 100%;
    height: 200px;
}

@media (min-width: 576px) {
    .event-map[b-nomolynvpq] {
        height: 300px;
    }
}

/* MOB-006: Landscape orientation */
@media (orientation: landscape) and (max-height: 500px) {
    .event-map[b-nomolynvpq] {
        height: 180px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-qcrksldz1i] {
    position: relative;
    width: 100%;
    height: calc(100vh - 5.7rem);
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    border-radius: 1.25rem;
    background-color: #000;
}

.hero-video[b-qcrksldz1i] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    background-color: #000;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.hero-overlay[b-qcrksldz1i] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.hero-content[b-qcrksldz1i] {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    padding: 2rem;
}

.hero-title[b-qcrksldz1i] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    -webkit-font-smoothing: antialiased;
}

.hero-subtitle[b-qcrksldz1i] {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    opacity: 0.9;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-buttons[b-qcrksldz1i] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn[b-qcrksldz1i] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    letter-spacing: 0.5px;
}

.hero-btn:hover[b-qcrksldz1i] {
    background: #ffffff;
    color: #1a1a2e;
}

.hero-btn-secondary[b-qcrksldz1i] {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.9);
}

.hero-btn-secondary:hover[b-qcrksldz1i] {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .hero-section[b-qcrksldz1i] {
        min-height: 420px;
        height: calc(100vh - 2.2rem);
        border-radius: 0.75rem;
    }

    .hero-content[b-qcrksldz1i] {
        padding: 1.25rem;
    }

    .hero-buttons[b-qcrksldz1i] {
        gap: 0.75rem;
    }

    .hero-btn[b-qcrksldz1i] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/MapView.razor.rz.scp.css */
/* Full-screen map layout — breaks out of .content padding */
.mapview-fullscreen[b-7gs47s7gfh] {
    position: relative;
    /* Break out of .content px-4 padding (1.5rem = 24px) */
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    /* Consume the .content padding-top (1.1rem) */
    margin-top: -1.1rem;
    /* Push footer off-screen */
    margin-bottom: -100px;
    /* Fill viewport below top-row */
    height: calc(100dvh - 3.5rem);
    overflow: hidden;
}

.mapview-loading[b-7gs47s7gfh] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Map fills the entire container */
.map-container[b-7gs47s7gfh] {
    width: 100%;
    height: 100%;
}

/* --- Floating island --- */
.mapview-island[b-7gs47s7gfh] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 340px;
    border-radius: 12px;
    background: var(--bg-primary, #fff);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}

.mapview-island.open[b-7gs47s7gfh] {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

/* Header / toggle button */
.mapview-island-header[b-7gs47s7gfh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 1rem;
    border: none;
    background: var(--bg-primary, #fff);
    color: var(--text-primary, #212529);
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    min-height: 44px;
    width: 100%;
    text-align: left;
    border-radius: 12px;
    transition: background-color 0.15s;
}

.mapview-island.open .mapview-island-header[b-7gs47s7gfh] {
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid var(--border-color, #dee2e6);
}

.mapview-island-header:hover[b-7gs47s7gfh] {
    background: var(--bg-secondary, #f0f0f0);
}

.mapview-island-title[b-7gs47s7gfh] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* Expandable body */
.mapview-island-body[b-7gs47s7gfh] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mapview-island.open .mapview-island-body[b-7gs47s7gfh] {
    max-height: 60dvh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* --- Event items --- */
.mapview-event-item[b-7gs47s7gfh] {
    padding: 0.625rem 1rem;
    border-bottom: 1px solid var(--border-color, #dee2e6);
    cursor: pointer;
    min-height: 44px;
    transition: background-color 0.15s;
}

.mapview-event-item:hover[b-7gs47s7gfh] {
    background: var(--bg-secondary, #f8f9fa);
}

.mapview-event-item.active[b-7gs47s7gfh] {
    background: rgba(13, 110, 253, 0.1);
}

.mapview-event-item.no-coords[b-7gs47s7gfh] {
    cursor: default;
}

.mapview-section-header[b-7gs47s7gfh] {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--border-color, #dee2e6);
    background: var(--bg-secondary, #f8f9fa);
}

/* --- Mobile responsive --- */
@media (max-width: 767.98px) {
    .mapview-island[b-7gs47s7gfh] {
        width: calc(100vw - 24px);
        max-width: 400px;
        right: 12px;
    }
}
/* /Components/Pages/News.razor.rz.scp.css */
/* News listing — editorial magazine layout */

.news-page[b-09dnml429u] {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

/* ---------- Header ---------- */
.news-header[b-09dnml429u] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--border-color);
}

.news-eyebrow[b-09dnml429u] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent-color);
}

.news-title[b-09dnml429u] {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    color: var(--text-primary);
}

.news-search[b-09dnml429u] {
    margin-top: 0.5rem;
    max-width: 420px;
}

/* ---------- Hero story ---------- */
.hero-story[b-09dnml429u] {
    position: relative;
    width: 100%;
    height: 420px;
    margin-bottom: 1.75rem;
    overflow: hidden;
    border-radius: 16px;
    background: var(--tile-bg);
    border: 1px solid var(--tile-border);
    box-shadow: var(--tile-shadow);
}

.hero-story-noimg[b-09dnml429u] {
    background: var(--tile-placeholder-bg);
}

.hero-story-link[b-09dnml429u] {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.hero-story-image[b-09dnml429u] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hero-story-link:hover .hero-story-image[b-09dnml429u] {
    transform: scale(1.03);
}

.hero-story-overlay[b-09dnml429u] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.55) 35%,
        rgba(0, 0, 0, 0.15) 70%,
        rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.hero-story-content[b-09dnml429u] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.75rem 2rem;
    color: #fff;
}

.hero-story-title[b-09dnml429u] {
    margin: 0 0 0.6rem 0;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    transition: color 0.2s ease;
}

.hero-story-link:hover .hero-story-title[b-09dnml429u] {
    color: var(--accent-color);
}

.hero-story-preview[b-09dnml429u] {
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    max-width: 780px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.hero-story-meta[b-09dnml429u] {
    color: rgba(255, 255, 255, 0.8);
}

/* ---------- Top stories row ---------- */
.top-stories-grid[b-09dnml429u] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.top-story-card[b-09dnml429u] {
    background: var(--tile-bg);
    border: 1px solid var(--tile-border);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s cubic-bezier(.2,.8,.2,1), border-color 0.3s ease;
    color: var(--tile-title);
    box-shadow: var(--tile-shadow);
}

.top-story-card:hover[b-09dnml429u] {
    box-shadow: var(--tile-shadow-hover), 0 0 0 1px var(--tile-hover-ring);
    transform: translateY(-4px);
}

.top-story-link[b-09dnml429u] {
    display: block;
    text-decoration: none;
    color: inherit;
}

.top-story-image-wrap[b-09dnml429u] {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: var(--bg-secondary);
}

.top-story-image[b-09dnml429u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.top-story-link:hover .top-story-image[b-09dnml429u] {
    transform: scale(1.03);
}

.top-story-body[b-09dnml429u] {
    padding: 1rem 1.15rem 1.15rem;
}

.top-story-title[b-09dnml429u] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
    color: var(--text-primary);
    transition: color 0.2s ease;
}

.top-story-link:hover .top-story-title[b-09dnml429u] {
    color: var(--accent-color);
}

.top-story-preview[b-09dnml429u] {
    margin: 0 0 0.65rem 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--text-muted);
}

/* ---------- Latest list (horizontal) ---------- */
.latest-list[b-09dnml429u] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.latest-item[b-09dnml429u] {
    border-bottom: 1px solid var(--border-color);
}

.latest-item-link[b-09dnml429u] {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.25rem;
    padding: 1.25rem 0;
    text-decoration: none;
    color: inherit;
    align-items: start;
}

.latest-item-image-wrap[b-09dnml429u] {
    width: 200px;
    height: 140px;
    overflow: hidden;
    border-radius: 4px;
    background: var(--bg-secondary);
}

.latest-item-image[b-09dnml429u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.latest-item-link:hover .latest-item-image[b-09dnml429u] {
    transform: scale(1.03);
}

.latest-item-body[b-09dnml429u] {
    min-width: 0;
}

.latest-item-title[b-09dnml429u] {
    margin: 0 0 0.45rem 0;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
    color: var(--text-primary);
    transition: color 0.2s ease;
}

.latest-item-link:hover .latest-item-title[b-09dnml429u] {
    color: var(--accent-color);
}

.latest-item-preview[b-09dnml429u] {
    margin: 0 0 0.6rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--text-muted);
}

/* ---------- Shared meta ---------- */
.story-meta[b-09dnml429u] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.story-meta-sep[b-09dnml429u] {
    opacity: 0.6;
}

.story-meta-tags[b-09dnml429u] {
    font-style: italic;
}

/* ---------- Count ---------- */
.news-count[b-09dnml429u] {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/* ---------- Mobile ---------- */
@media (max-width: 767.98px) {
    .news-title[b-09dnml429u] {
        font-size: 1.75rem;
    }

    .hero-story[b-09dnml429u] {
        height: 300px;
        margin-bottom: 1.25rem;
    }

    .hero-story-content[b-09dnml429u] {
        padding: 1.1rem 1.1rem 1.25rem;
    }

    .hero-story-title[b-09dnml429u] {
        font-size: 1.45rem;
    }

    .hero-story-preview[b-09dnml429u] {
        font-size: 0.9rem;
    }

    .top-stories-grid[b-09dnml429u] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-bottom: 1.5rem;
    }

    .top-story-image-wrap[b-09dnml429u] {
        height: 200px;
    }

    .latest-item-link[b-09dnml429u] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .latest-item-image-wrap[b-09dnml429u] {
        width: 100%;
        height: 200px;
    }

    .latest-item-title[b-09dnml429u] {
        font-size: 1.15rem;
    }
}

/* ---------- Two-column layout ---------- */
.news-layout[b-09dnml429u] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
    align-items: start;
}

.news-sidebar[b-09dnml429u] {
    position: sticky;
    top: 5.7rem;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
}

.sidebar-widget[b-09dnml429u] {
    background: var(--tile-bg);
    border: 1px solid var(--tile-border);
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: var(--tile-shadow);
}

.sidebar-title[b-09dnml429u] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent-color);
    margin: 0 0 1rem 0;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--border-color);
}

.most-read-list[b-09dnml429u] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.most-read-item[b-09dnml429u] {
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--border-color);
}
.most-read-item:last-child[b-09dnml429u] {
    border-bottom: none;
    padding-bottom: 0;
}

.most-read-link[b-09dnml429u] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-primary);
    transition: color 0.2s;
}
.most-read-link:hover[b-09dnml429u] {
    color: var(--accent-color);
}

.most-read-rank[b-09dnml429u] {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--border-color);
    line-height: 1;
    min-width: 1.5rem;
    flex-shrink: 0;
}

.most-read-title[b-09dnml429u] {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
}

/* ---------- Article type border accent ---------- */
.latest-item[data-type="news"][b-09dnml429u] {
    border-left: 3px solid var(--accent-color);
    padding-left: 0.75rem;
}
.latest-item[data-type="eventreview"][b-09dnml429u] {
    border-left: 3px solid #e67e22;
    padding-left: 0.75rem;
}

/* ---------- Tag pills ---------- */
.tag-pill[b-09dnml429u] {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    font-size: 0.75rem;
    color: var(--text-muted);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
    margin-right: 0.25rem;
}
.tag-pill:hover[b-09dnml429u] {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

/* ---------- Skeleton loaders ---------- */
@keyframes shimmer-b-09dnml429u {
    0% { background-position: -600px 0; }
    100% { background-position: 600px 0; }
}

.skeleton[b-09dnml429u] {
    background: linear-gradient(90deg, var(--bg-secondary) 25%, var(--border-color) 50%, var(--bg-secondary) 75%);
    background-size: 1200px 100%;
    animation: shimmer-b-09dnml429u 1.4s infinite linear;
    border-radius: 4px;
}

.skeleton-hero[b-09dnml429u] {
    height: 420px;
    margin-bottom: 1.75rem;
    border-radius: 6px;
}

.skeleton-grid[b-09dnml429u] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.skeleton-card[b-09dnml429u] {
    height: 320px;
    border-radius: 6px;
}

.skeleton-row[b-09dnml429u] {
    height: 140px;
    margin-bottom: 1.25rem;
    border-radius: 4px;
}

.skeleton-sidebar-title[b-09dnml429u] {
    height: 1.5rem;
    width: 60%;
    margin-bottom: 1rem;
}

.skeleton-sidebar-item[b-09dnml429u] {
    height: 3rem;
    margin-bottom: 0.75rem;
    border-radius: 4px;
}

/* ---------- Back to top ---------- */
.back-to-top[b-09dnml429u] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--accent-color);
    color: #fff;
    border: none;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.18);
    z-index: 900;
    transition: opacity 0.25s, transform 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-top:hover[b-09dnml429u] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.22);
}

/* Mobile: stack sidebar below main content */
@media (max-width: 767.98px) {
    .news-layout[b-09dnml429u] {
        grid-template-columns: 1fr;
    }
    .news-sidebar[b-09dnml429u] {
        position: static;
        max-height: none;
    }
    .skeleton-grid[b-09dnml429u] {
        grid-template-columns: 1fr;
    }
    .skeleton-hero[b-09dnml429u] {
        height: 300px;
    }
}
/* /Components/Shared/BottomNav.razor.rz.scp.css */
.bottom-nav[b-fr4708r6sp] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: var(--card-bg, #ffffff);
    border-top: 1px solid var(--border-color, #dee2e6);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    padding-bottom: env(safe-area-inset-bottom);
}

.bottom-nav-item[b-fr4708r6sp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 6px 4px 4px;
    text-decoration: none;
    color: var(--text-secondary, #6c757d);
    background: none;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.15s ease;
    /* Ensure 44px min touch target */
    min-width: 44px;
}

.bottom-nav-item .bi[b-fr4708r6sp] {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 2px;
}

.bottom-nav-label[b-fr4708r6sp] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Active state for NavLink */
.bottom-nav-item.active[b-fr4708r6sp],
.bottom-nav-item:active[b-fr4708r6sp] {
    color: var(--accent-color, var(--bs-primary, #0d6efd));
}

/* Hover on non-touch devices */
@media (hover: hover) {
    .bottom-nav-item:hover[b-fr4708r6sp] {
        color: var(--accent-color, var(--bs-primary, #0d6efd));
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .bottom-nav-item[b-fr4708r6sp] {
        transition: none;
    }
}

/* --- MOB-005: More panel styles --- */
.more-backdrop[b-fr4708r6sp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 56px;
    bottom: calc(56px + env(safe-area-inset-bottom));
    background: rgba(0, 0, 0, 0.4);
    z-index: 1044;
}

.more-panel[b-fr4708r6sp] {
    position: fixed;
    bottom: 56px;
    bottom: calc(56px + env(safe-area-inset-bottom));
    left: 0;
    right: 0;
    max-height: 60vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    background: var(--card-bg, #1a1d23);
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
    z-index: 1045;
    padding-bottom: 8px;
}

.more-drag-handle[b-fr4708r6sp] {
    display: flex;
    justify-content: center;
    padding: 10px 0 4px 0;
}

.more-drag-bar[b-fr4708r6sp] {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: var(--text-secondary, rgba(128, 128, 128, 0.4));
}

.more-header[b-fr4708r6sp] {
    padding: 8px 24px 12px 24px;
    border-bottom: 1px solid var(--border-color, rgba(128, 128, 128, 0.2));
}

.more-header-brand[b-fr4708r6sp] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.more-brand-icon[b-fr4708r6sp] {
    font-size: 1.4rem;
    color: var(--accent-color, #4dabf7);
}

.more-brand-text[b-fr4708r6sp] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary, #fff);
}

.more-footer[b-fr4708r6sp] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.more-nav-item[b-fr4708r6sp] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px;
    min-height: 44px;
    min-width: 44px;
    color: var(--text-primary, #fff);
    text-decoration: none;
    border-bottom: 1px solid var(--border-color, rgba(128, 128, 128, 0.2));
    font-size: 0.95rem;
}

.more-nav-icon[b-fr4708r6sp] {
    font-size: 1.25rem;
    opacity: 0.8;
}

.more-section-label[b-fr4708r6sp] {
    margin-top: 8px;
    border-top: 1px solid var(--border-color, rgba(128, 128, 128, 0.2));
}

.more-logout-btn[b-fr4708r6sp] {
    color: #ff6b6b;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

/* --- MOB-006: Landscape orientation --- */
@media (orientation: landscape) and (max-height: 500px) {
    .bottom-nav[b-fr4708r6sp] {
        min-height: 44px;
    }

    .bottom-nav-item[b-fr4708r6sp] {
        min-height: 44px;
        padding: 4px 4px 2px;
    }

    .bottom-nav-item .bi[b-fr4708r6sp] {
        font-size: 1.1rem;
    }

    .bottom-nav-label[b-fr4708r6sp] {
        font-size: 0.6rem;
    }

    .more-panel[b-fr4708r6sp] {
        max-height: 50vh;
    }
}
/* /Components/Shared/ConfirmDialog.razor.rz.scp.css */
[b-3d0uy3gchp] .modal-footer .btn:focus-visible,
[b-3d0uy3gchp] .modal-header .btn-close:focus-visible {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
    box-shadow: none;
}
/* /Components/Shared/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent-banner[b-3hc5jane55] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a2e;
    border-top: 1px solid #444;
    z-index: 9999;
    color: #f0f0f0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-consent-banner a[b-3hc5jane55] {
    color: #7db4ff;
}

/* Mobile: raise banner above the 56px bottom nav */
@media (max-width: 767.98px) {
    .cookie-consent-banner[b-3hc5jane55] {
        bottom: 56px;
        bottom: calc(56px + env(safe-area-inset-bottom));
    }
}

/* MB2-M2: Stack buttons vertically on narrow phones */
@media (max-width: 576px) {
    .cookie-consent-banner .d-flex.gap-2[b-3hc5jane55] {
        flex-direction: column;
        gap: 0.5rem !important;
        width: 100%;
    }

    .cookie-consent-banner .d-flex.gap-2 .btn[b-3hc5jane55] {
        width: 100%;
    }
}

/* MOB-v11-002: OLED true-black for cookie banner */
@media (prefers-color-scheme: dark) {
    :global([data-theme="dark"]) .cookie-consent-banner[b-3hc5jane55] {
        background: #000;
    }
}
/* /Components/Shared/EventImageGallery.razor.rz.scp.css */
/* Fixed aspect-ratio container for single/fallback event images */
.event-image-container[b-36qz8xo3wv] {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--bg-secondary, #f0f0f0);
}

.event-image-container img[b-36qz8xo3wv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 575.98px) {
    .event-image-container[b-36qz8xo3wv] {
        height: 250px;
        border-radius: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .event-image-container[b-36qz8xo3wv] {
        height: 320px;
    }
}
/* /Components/Shared/InfoTooltip.razor.rz.scp.css */
.info-tooltip[b-8zd2m11e7c] {
    font-size: 0.85rem;
    color: var(--bs-secondary);
    cursor: help;
    margin-left: 0.35rem;
    vertical-align: middle;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.info-tooltip:hover[b-8zd2m11e7c],
.info-tooltip:focus[b-8zd2m11e7c] {
    opacity: 1;
    color: var(--bs-primary);
}
/* /Components/Shared/LanguageSelector.razor.rz.scp.css */
/* No scoped CSS needed — styles are inline to avoid Blazor CSS isolation issues */
/* /Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loading-overlay[b-qfaej0vrb8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-overlay .spinner-border[b-qfaej0vrb8] {
    width: 3rem;
    height: 3rem;
}

.loading-overlay p[b-qfaej0vrb8] {
    color: white;
}
