@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/BandTour.live/Shared/MainLayout.razor.rz.scp.css */
.page[b-167c9c7y9x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-167c9c7y9x] {
    flex: 1;
}

.sidebar[b-167c9c7y9x] {
    position: relative;
    background-color: var(--bs-dark);
    border-right: 1px solid var(--bs-border-color);
    transition: width 0.25s ease, transform 0.3s ease-in-out;
}

/* Desktop sidebar collapse/expand toggle */
.sidebar-expand-tab[b-167c9c7y9x] {
    display: none;
}

.sidebar-collapse-btn[b-167c9c7y9x] {
    color: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    font-size: 0.8rem;
    transition: color 0.15s ease;
}

.sidebar-collapse-btn:hover[b-167c9c7y9x] {
    color: rgba(255, 255, 255, 0.85);
}

/* Drag handle on sidebar right edge */
.sidebar-resize-handle[b-167c9c7y9x] {
    position: absolute;
    top: 0;
    right: -3px;
    width: 6px;
    height: 100%;
    cursor: col-resize;
    z-index: 1060;
    background: transparent;
    transition: background 0.15s ease;
}

.sidebar-resize-handle:hover[b-167c9c7y9x],
.sidebar-resize-handle.active[b-167c9c7y9x] {
    background: rgba(255, 255, 255, 0.25);
}

/* Hamburger button */
.hamburger-btn[b-167c9c7y9x] {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1100;
    background: rgba(var(--bs-primary-rgb), 0.9);
    border: none;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    display: none; /* Hidden by default, shown on mobile */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.hamburger-btn:hover[b-167c9c7y9x] {
    background: rgba(var(--bs-primary-rgb), 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hamburger-icon[b-167c9c7y9x] {
    width: 24px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Sidebar overlay */
.sidebar-overlay[b-167c9c7y9x] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.sidebar-overlay.show[b-167c9c7y9x] {
    opacity: 1;
    pointer-events: all;
}

article.content[b-167c9c7y9x] {
    padding: 1.25rem 1rem 2rem 1rem;
}

@media (max-width: 767px) {
    article.content[b-167c9c7y9x] {
        padding: 1rem 0.75rem 1.5rem 0.75rem;
        margin-top: 0;
    }
    
    /* Mobile: sidebar slides in from left */
    .sidebar[b-167c9c7y9x] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 280px;
        max-width: 85vw;
        z-index: 1050;
        transform: translateX(-100%);
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
        overflow-y: auto;
    }
    
    .sidebar.open[b-167c9c7y9x] {
        transform: translateX(0);
    }
    
    .hamburger-btn[b-167c9c7y9x] {
        display: flex !important;
    }

    .sidebar-resize-handle[b-167c9c7y9x] {
        display: none;
    }

    .sidebar-collapse-btn[b-167c9c7y9x],
    .sidebar-expand-tab[b-167c9c7y9x] {
        display: none !important;
    }

    .main-header[b-167c9c7y9x] {
        margin-left: 0;
        padding-left: 60px; /* Make room for hamburger */
    }
}

@media (min-width: 768px) {
    .page[b-167c9c7y9x] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    main[b-167c9c7y9x] {
        overflow-y: auto;
    }

    .sidebar[b-167c9c7y9x] {
        width: var(--sidebar-width, 250px);
        min-width: 180px;
        max-width: 400px;
        height: 100vh;
        flex-shrink: 0;
        position: sticky;
        top: 0;
        transform: translateX(0);
        overflow: hidden;
    }
    
    /* Desktop: hide hamburger and overlay */
    .hamburger-btn[b-167c9c7y9x] {
        display: none !important;
    }
    
    .sidebar-overlay[b-167c9c7y9x] {
        display: none !important;
    }

    /* Collapsed sidebar */
    .sidebar.collapsed[b-167c9c7y9x] {
        width: 0 !important;
        min-width: 0;
        overflow: hidden;
        border-right: none;
    }

    .sidebar.collapsed .sidebar-resize-handle[b-167c9c7y9x] {
        display: none;
    }

    /* Expand tab visible when sidebar is collapsed */
    .sidebar-expand-tab[b-167c9c7y9x] {
        display: none;
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1060;
        background: var(--bs-dark);
        border: 1px solid var(--bs-border-color);
        border-left: none;
        border-radius: 0 6px 6px 0;
        color: rgba(255, 255, 255, 0.6);
        padding: 12px 6px;
        cursor: pointer;
        font-size: 0.75rem;
        transition: color 0.15s ease, background 0.15s ease;
    }

    .sidebar-expand-tab:hover[b-167c9c7y9x] {
        color: white;
        background: #3a3f47;
    }

    .sidebar.collapsed ~ .sidebar-expand-tab[b-167c9c7y9x] {
        display: block;
    }

    article.content[b-167c9c7y9x] {
        padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    }
}
/* _content/BandTour.live/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-58hmaavesc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-58hmaavesc] {
    height: 3.5rem;
    background: #2a2f36;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-58hmaavesc] {
    font-size: 1.1rem;
}

.oi[b-58hmaavesc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-58hmaavesc]  a {
        color: rgba(255, 255, 255, 0.78);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-58hmaavesc]  a.active {
    background-color: rgba(var(--bs-primary-rgb), 0.28);
    color: white;
}

.nav-item[b-58hmaavesc]  a:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.16);
    color: white;
}

/* Sub-menu under Search */
.nav-item[b-58hmaavesc]  ul {
    list-style: none;
    margin: 0.25rem 0 0 0;
    padding: 0 0 0 2.5rem;
}

.nav-item[b-58hmaavesc]  ul .nav-link {
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 0.5rem;
    font-size: 0.85rem;
    border-radius: 4px;
}

/* Smart Navigator */
.smart-nav-input-wrapper[b-58hmaavesc] {
    position: relative;
    display: flex;
    align-items: center;
}

.smart-nav-icon[b-58hmaavesc] {
    position: absolute;
    left: 0.5rem;
    font-size: 0.8rem;
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
}

.smart-nav-input[b-58hmaavesc] {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.85rem !important;
    transition: all 0.2s ease;
}

.smart-nav-input:focus[b-58hmaavesc] {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(var(--bs-primary-rgb), 0.5) !important;
    box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), 0.15) !important;
}

.smart-nav-input[b-58hmaavesc]::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
}

.smart-nav-clear[b-58hmaavesc] {
    position: absolute;
    right: 0.25rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0.25rem;
    font-size: 0.7rem;
    line-height: 1;
}

.smart-nav-clear:hover[b-58hmaavesc] {
    color: rgba(255, 255, 255, 0.8);
}

.smart-nav-results[b-58hmaavesc] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(20, 20, 30, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    margin-top: 4px;
    max-height: 380px;
    overflow-y: auto;
    z-index: 1050;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.smart-nav-section-label[b-58hmaavesc] {
    padding: 0.5rem 0.85rem 0.25rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 600;
}

.smart-nav-result-item[b-58hmaavesc] {
    display: flex;
    align-items: center;
    padding: 0.55rem 0.85rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.1s ease;
    gap: 0.65rem;
}

.smart-nav-result-item:last-child[b-58hmaavesc] {
    border-bottom: none;
}

.smart-nav-result-item:hover[b-58hmaavesc],
.smart-nav-result-item.smart-nav-active[b-58hmaavesc] {
    background: rgba(var(--bs-primary-rgb), 0.18);
}

.smart-nav-result-icon[b-58hmaavesc] {
    width: 1.5rem;
    text-align: center;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.smart-nav-active .smart-nav-result-icon[b-58hmaavesc] {
    color: rgba(255, 255, 255, 0.8);
}

.smart-nav-result-content[b-58hmaavesc] {
    flex: 1;
    min-width: 0;
}

.smart-nav-result-label[b-58hmaavesc] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.smart-nav-result-desc[b-58hmaavesc] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.72rem;
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.smart-nav-result-category[b-58hmaavesc] {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    text-align: right;
}

.smart-nav-badge[b-58hmaavesc] {
    font-size: 0.6rem;
    padding: 0.1rem 0.35rem;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.smart-nav-badge-action[b-58hmaavesc] {
    background: rgba(var(--bs-primary-rgb), 0.25);
    color: rgba(var(--bs-primary-rgb), 1);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.35);
}

.smart-nav-badge-quick[b-58hmaavesc] {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.smart-nav-no-results[b-58hmaavesc] {
    padding: 1.25rem 0.85rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

.smart-nav-suggestions[b-58hmaavesc] {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.3);
}

/* Copyright Notice - pinned at bottom of sidebar */
.nav-copyright[b-58hmaavesc] {
    flex-shrink: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-copyright small[b-58hmaavesc] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
}

/* Nav scrollable - works at all screen sizes */
.nav-scrollable[b-58hmaavesc] {
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

/* Always show nav content — sidebar visibility is controlled by transform in MainLayout */
.collapse[b-58hmaavesc] {
    display: block;
}

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