/* _content/TheTicketport-Blazor/Shared/DashLayout.razor.rz.scp.css */
body[b-wh5ik0r32c] {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: white;
    font-family: 'Raleway', sans-serif;
}

    body h1[b-wh5ik0r32c] {
        text-align: center;
        margin-top: 35px;
        color: hsla(0,0%,20%,1);
        letter-spacing: 1px;
        text-shadow: 1px 1px hsla(212, 5%, 95%, 1), -1px -1px hsla(212, 5%, 95%, 1);
    }

.nav[b-wh5ik0r32c] {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.icon[b-wh5ik0r32c] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 990;
    height: 100%;
    background: hsla(0,0%,15%,1);
}

    .icon ul[b-wh5ik0r32c] {
        margin: 0;
        padding: 0;
    }

    .icon li[b-wh5ik0r32c] {
        border-bottom: 1px solid hsla(0,0%,0%,.3);
        list-style-type: none;
    }

    .icon a[b-wh5ik0r32c] {
        display: block;
        width: 64px;
        height: 50px;
        line-height: 35px;
        text-align: center;
        font-size: 1.5em;
        color: hsla(0,0%,60%,1);
        text-shadow: 0 1px 0 hsla(0,0%,0%,1);
        transition: all .5s ease-out;
        text-decoration: none;
    }

        .icon a:hover[b-wh5ik0r32c] {
            color: hsla(255,255%,255%,1);
            transform: translateX(10px) scale(1.2);
        }

.nav:hover .text[b-wh5ik0r32c] {
    transform: rotateY(0deg);
}

.text[b-wh5ik0r32c] {
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 980;
    height: 100%;
    background: hsla(0,0%,15%,1);
    border-right: 1px solid hsla(0,0%,0%,.3);
    transition: transform .24s linear;
    backface-visibility: hidden;
    transform-origin: left;
    transform: perspective(1000px) rotateY(90deg);
}

    .text ul[b-wh5ik0r32c] {
        margin: 0;
        padding: 0;
    }

    .text li[b-wh5ik0r32c] {
        border-bottom: 1px solid hsla(0,0%,0%,.3);
        list-style-type: none;
    }

    .text a[b-wh5ik0r32c] {
        display: block;
        width: 225px;
        height: 50px;
        line-height: 35px;
        text-indent: 1em;
        font-size: 1.0em;
        text-decoration: none;
        color: hsla(0,0%,60%,1);
        text-shadow: 0 1px 0 hsla(0,0%,0%,1);
        transition: all .5s ease;
    }

        .text a:hover[b-wh5ik0r32c] {
            color: hsla(255,255%,255%,1);
            transform: translateX(-14px);
        }

.nav:hover .info[b-wh5ik0r32c] {
    left: 0;
    opacity: 1;
    transition: opacity .5s ease-in .1s;
}

.info[b-wh5ik0r32c] {
    position: absolute;
    padding-left: 2em;
    bottom: 30px;
    z-index: 999;
    width: 264px;
    color: hsla(255,255%,255%,1);
    text-align: center;
    line-height: 1.6;
    opacity: 0;
}

    .info .logo p[b-wh5ik0r32c] {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        background: hsla(0,0%,15%,1);
        color: hsla(0,0%,26%,1);
        opacity: .6;
        overflow: hidden;
        text-align: center;
        transition: all .5s ease;
        font-size: 2em;
        text-shadow: -1px -1px hsla(0,0%,31%,1),1px 1px hsla(0,0%,7%,1);
    }

        .info .logo p:hover[b-wh5ik0r32c] {
            opacity: 1;
            color: hsla(255,255%,255%,1);
            text-shadow: -1px -1px hsla(0,0%,34%,1), 1px 1px hsla(0,0%,7%,1);
        }

    .info .name[b-wh5ik0r32c] {
        font-size: 2em;
        font-weight: bold;
        letter-spacing: 2px;
        color: hsla(0,0%,26%,1);
        text-shadow: -1px -1px hsla(0,0%,31%,1), 1px 1px hsla(0,0%,7%,1);
    }

    .info .quote[b-wh5ik0r32c] {
        color: #444;
        text-shadow: 1px 1px hsla(0,0%,7%,1);
    }

    .info .social a[b-wh5ik0r32c] {
        font-size: 2em;
        color: hsla(0,0%,20%,1);
        letter-spacing: .5em;
        text-shadow: 1px 1px hsla(0,0%,27%,1), -1px -1px hsla(0,0%,7%,1);
        transition: all .5s ease;
    }

        .info .social a:hover[b-wh5ik0r32c] {
            color: hsla(255,255%,255%,1);
            text-shadow: -1px -1px hsla(0,0%,34%,1), 1px 1px hsla(0,0%,7%,1);
        }

/* Main content area - positioned to avoid nav overlap */
.main-content[b-wh5ik0r32c] {
    margin-left: 80px; /* Ensure content never overlaps with nav (64px nav + 16px buffer) */
    padding: 2% 2% 2% 1%;
    background-color: white;
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

    .main-content main[b-wh5ik0r32c] {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

/* Responsive adjustments */
@media screen and (max-height: 550px) {
    .info[b-wh5ik0r32c] {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .main-content[b-wh5ik0r32c] {
        margin-left: 70px; /* Slightly reduce margin on smaller screens */
    }

        .main-content main[b-wh5ik0r32c] {
            padding: 0 1rem;
        }

    body h1[b-wh5ik0r32c] {
        font-size: 7.5vw;
    }
}

@media screen and (max-width: 450px) {
    .main-content[b-wh5ik0r32c] {
        margin-left: 25px; /* Minimal margin for very small screens */
    }

    .icon a[b-wh5ik0r32c] {
        width: 50px;
        font-size: 1.2em;
    }

    .text a[b-wh5ik0r32c] {
        width: 165px;
        font-size: 0.9em;
    }
}

/* Ensure nav expands smoothly without affecting main content */
.nav:hover ~ .main-content[b-wh5ik0r32c] {
    /* Main content stays in place when nav expands */
    margin-left: 80px;
}
/* _content/TheTicketport-Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-0kodhcchw9] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-0kodhcchw9] {
    flex: 1;
    padding: 1rem;
}

/* ==================================================
   IMAGE RESPONSIVENESS - Global Fix
================================================== */
.img-fluid[b-0kodhcchw9] {
    max-width: 100%;
    height: auto;
}

img[b-0kodhcchw9] {
    max-width: 100%;
    height: auto;
}

/* ==================================================
   COMPLETE FIX - ABSOLUTE POSITIONED MOBILE MENU
   NO DOCUMENT FLOW IMPACT - NO BLANK SPACE ANYWHERE
================================================== */

/* Mobile Menu Button - Clean & Compact */
.mobile-menu-btn[b-0kodhcchw9] {
    border: 2px solid #fff !important;
    padding: 8px 12px !important;
    background: linear-gradient(135deg, #1c89f0 0%, #0d6efd 100%) !important;
    border-radius: 6px !important;
    outline: none !important;
    min-width: 48px !important;
    min-height: 48px !important;
    position: relative !important;
    box-shadow: 0 2px 8px rgba(28, 137, 240, 0.3) !important;
    transition: all 0.3s ease !important;
}

    .mobile-menu-btn:hover[b-0kodhcchw9] {
        transform: scale(1.05) !important;
        box-shadow: 0 3px 12px rgba(28, 137, 240, 0.5) !important;
    }

    .mobile-menu-btn:focus[b-0kodhcchw9] {
        box-shadow: 0 0 0 0.2rem rgba(28, 137, 240, 0.4) !important;
        outline: none !important;
    }

/* Hamburger Lines */
.hamburger-line[b-0kodhcchw9] {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background: #fff !important;
    margin: 3px 0 !important;
    transition: all 0.3s ease !important;
    border-radius: 1px !important;
}

/* Hamburger Animation */
.mobile-menu-btn.active .hamburger-line:nth-child(1)[b-0kodhcchw9] {
    transform: rotate(45deg) translate(5px, 5px) !important;
}

.mobile-menu-btn.active .hamburger-line:nth-child(2)[b-0kodhcchw9] {
    opacity: 0 !important;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3)[b-0kodhcchw9] {
    transform: rotate(-45deg) translate(7px, -6px) !important;
}

/* COMPLETE FIX: ABSOLUTE POSITIONED MOBILE MENU - NO DOCUMENT FLOW IMPACT */
.mobile-menu-collapse[b-0kodhcchw9] {
    /* CRITICAL: Absolute positioning removes from document flow */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    /* Background overlay */
    background: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    /* Hidden by default */
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    /* Smooth transitions */
    transition: all 0.3s ease !important;
    /* Padding for content */
    padding: 20px !important;
    /* Enable scrolling for long menus */
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

    /* SHOW STATE - When menu is visible */
    .mobile-menu-collapse.show[b-0kodhcchw9] {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

/* Mobile Menu Content Container */
.mobile-menu-content[b-0kodhcchw9] {
    background: linear-gradient(135deg, #1c89f0 0%, #0d6efd 100%) !important;
    border: 2px solid #fff !important;
    border-radius: 15px !important;
    padding: 20px !important;
    margin-top: 80px !important; /* Space from top */
    width: 100% !important;
    max-width: 400px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

/* Mobile Menu Header */
.mobile-menu-header[b-0kodhcchw9] {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

    .mobile-menu-header[b-0kodhcchw9]::before {
        content: 'MENU';
        color: #fff;
        font-weight: 600;
        font-size: 1.1rem;
        letter-spacing: 1px;
    }

.mobile-close-btn[b-0kodhcchw9] {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 22px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
}

    .mobile-close-btn:hover[b-0kodhcchw9] {
        background: #fff !important;
        color: #1c89f0 !important;
        transform: rotate(90deg) scale(1.1) !important;
    }

/* Navigation Items - Clean & Touch-Friendly */
.mobile-nav-item[b-0kodhcchw9] {
    width: 100% !important;
    margin: 8px 0 !important;
    padding: 0 !important;
}

.mobile-nav-link[b-0kodhcchw9] {
    color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    display: block !important;
    text-decoration: none !important;
    min-height: 50px !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
}

    .mobile-nav-link:hover[b-0kodhcchw9],
    .mobile-nav-link:focus[b-0kodhcchw9],
    .mobile-nav-link:active[b-0kodhcchw9] {
        background: rgba(255, 255, 255, 0.9) !important;
        color: #1c89f0 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
        text-decoration: none !important;
        border-color: #fff !important;
    }

/* Mobile Dropdown */
.mobile-dropdown[b-0kodhcchw9] {
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin-top: 10px !important;
    border: 2px solid #fff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

.mobile-dropdown-item[b-0kodhcchw9] {
    color: #1c89f0 !important;
    font-weight: 600 !important;
    padding: 12px 18px !important;
    text-align: center !important;
    font-size: 1rem !important;
    border-radius: 8px !important;
    margin: 4px 0 !important;
    background: rgba(28, 137, 240, 0.1) !important;
    border: 1px solid rgba(28, 137, 240, 0.3) !important;
    transition: all 0.3s ease !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

    .mobile-dropdown-item:hover[b-0kodhcchw9],
    .mobile-dropdown-item:focus[b-0kodhcchw9],
    .mobile-dropdown-item:active[b-0kodhcchw9] {
        background: linear-gradient(135deg, #1c89f0 0%, #0d6efd 100%) !important;
        color: #fff !important;
        transform: scale(1.03) !important;
        text-decoration: none !important;
        box-shadow: 0 4px 12px rgba(28, 137, 240, 0.4) !important;
        border-color: #1c89f0 !important;
    }

/* ==================================================
   CRITICAL FIX - ENSURE NO LAYOUT IMPACT FROM MENU
================================================== */

/* Ensure navbar doesn't create spacing issues */
.navbar[b-0kodhcchw9] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.header-lover[b-0kodhcchw9] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Ensure main content has no extra spacing */
main[b-0kodhcchw9] {
    margin-top: 0 !important;
    padding-top: 1rem !important;
}

/* Remove any transitions that could cause layout shifts */
.navbar-collapse[b-0kodhcchw9] {
    transition: none !important;
}

    .navbar-collapse.collapsing[b-0kodhcchw9] {
        display: none !important;
    }

/* Prevent any Bootstrap collapse effects on our absolute positioned menu */
.mobile-menu-collapse.collapsing[b-0kodhcchw9] {
    display: none !important;
}

/* ==================================================
   FOOTER VERTICAL SPACING FIXES - ONLY TOP/BOTTOM SPACING
================================================== */

/* FOOTER TITLES - Remove top and bottom margins/padding */
.footer-title[b-0kodhcchw9] {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* FOOTER LINKS - Remove vertical spacing around links */
.footer-link[b-0kodhcchw9] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .footer-link li[b-0kodhcchw9] {
        margin-top: 0 !important;
        margin-bottom: 2px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .footer-link li a[b-0kodhcchw9] {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding-top: 2px !important;
            padding-bottom: 2px !important;
        }

/* FOOTER SOCIAL SECTION - Remove vertical spacing */
.footer-social[b-0kodhcchw9] {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* FOOTER ADDRESS - Remove vertical spacing */
.footer-address[b-0kodhcchw9] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .footer-address li[b-0kodhcchw9] {
        margin-top: 0 !important;
        margin-bottom: 2px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .footer-address li a[b-0kodhcchw9] {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding-top: 2px !important;
            padding-bottom: 2px !important;
        }

/* FOOTER ADDRESS TEXT - Remove vertical spacing around paragraphs */
.footer-upper p[b-0kodhcchw9] {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ==================================================
   RESPONSIVE BREAKPOINTS
================================================== */

/* Desktop - Standard navbar behavior */
@media (min-width: 992px) {
    .mobile-menu-btn[b-0kodhcchw9],
    .mobile-menu-header[b-0kodhcchw9],
    .mobile-close-btn[b-0kodhcchw9],
    .mobile-menu-content[b-0kodhcchw9] {
        display: none !important;
    }

    .mobile-menu-collapse[b-0kodhcchw9] {
        position: static !important;
        background: none !important;
        backdrop-filter: none !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 0 !important;
        margin-top: 0 !important;
        overflow-y: visible !important;
        z-index: auto !important;
    }

    .mobile-nav-item[b-0kodhcchw9] {
        width: auto !important;
        margin: 0 5px !important;
    }

    .mobile-nav-link[b-0kodhcchw9] {
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        text-align: left !important;
        padding: 6px 14px !important;
        border-radius: 0 !important;
        background: none !important;
        border: none !important;
        display: inline-block !important;
        min-height: auto !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        box-shadow: none !important;
    }

        .mobile-nav-link:hover[b-0kodhcchw9],
        .mobile-nav-link:focus[b-0kodhcchw9] {
            color: #1c89f0 !important;
            background: none !important;
            transform: none !important;
            box-shadow: none !important;
        }

    .mobile-dropdown[b-0kodhcchw9] {
        position: absolute !important;
        width: auto !important;
        margin-top: 0 !important;
        border: 0 !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
        background-color: #1c89f0 !important;
        border-radius: 0.375rem !important;
        padding: 0.5rem 0 !important;
        min-width: 200px !important;
    }

    .mobile-dropdown-item[b-0kodhcchw9] {
        color: #fff !important;
        font-weight: 500 !important;
        padding: 8px 16px !important;
        text-align: left !important;
        font-size: 12px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        background: none !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        min-height: auto !important;
        display: block !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
    }

        .mobile-dropdown-item:hover[b-0kodhcchw9] {
            background: rgba(255, 255, 255, 0.1) !important;
            color: #fff !important;
            transform: none !important;
            padding-left: 24px !important;
            box-shadow: none !important;
        }
}

/* Tablet and Mobile - Ensure absolute positioning works */
@media (max-width: 991.98px) {
    .container[b-0kodhcchw9] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-menu-btn[b-0kodhcchw9] {
        display: block !important;
    }

    /* Wrap navbar content in container for absolute menu */
    .navbar-nav[b-0kodhcchw9] {
        display: none; /* Hide default navbar on mobile */
    }

    .mobile-menu-collapse .navbar-nav[b-0kodhcchw9] {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
}

/* Small Mobile Adjustments */
@media (max-width: 575.98px) {
    .container[b-0kodhcchw9] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile-menu-content[b-0kodhcchw9] {
        margin-top: 60px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        width: calc(100% - 20px) !important;
    }

    .mobile-nav-link[b-0kodhcchw9] {
        font-size: 1rem !important;
        padding: 12px 16px !important;
        min-height: 46px !important;
    }

    .mobile-dropdown-item[b-0kodhcchw9] {
        font-size: 0.95rem !important;
        padding: 10px 16px !important;
        min-height: 42px !important;
    }
}

/* ==================================================
   FOOTER RESPONSIVENESS
================================================== */
@media (max-width: 767.98px) {
    .footer-upper .row > div[b-0kodhcchw9] {
        margin-bottom: 25px;
        text-align: center;
    }

    .footer-title[b-0kodhcchw9] {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .footer-social[b-0kodhcchw9] {
        justify-content: center;
        display: flex;
        gap: 10px;
    }

    .footer-copyright[b-0kodhcchw9] {
        padding: 20px 0;
    }

        .footer-copyright p[b-0kodhcchw9] {
            font-size: 0.9rem;
        }
}

/* ==================================================
   GENERAL MOBILE OPTIMIZATIONS
================================================== */
@media (max-width: 767.98px) {
    a[b-0kodhcchw9],
    button[b-0kodhcchw9],
    .btn[b-0kodhcchw9] {
        min-height: 44px;
        min-width: 44px;
        padding: 10px 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    input[b-0kodhcchw9],
    select[b-0kodhcchw9],
    textarea[b-0kodhcchw9] {
        font-size: 16px !important;
        min-height: 44px;
    }

    body[b-0kodhcchw9] {
        overflow-x: hidden;
    }

    p[b-0kodhcchw9], li[b-0kodhcchw9], span[b-0kodhcchw9] {
        line-height: 1.6;
    }

    .card[b-0kodhcchw9], .content-block[b-0kodhcchw9], .section[b-0kodhcchw9] {
        margin-bottom: 20px;
    }
}


/* ==================================================
   ACCESSIBILITY & FOCUS STATES
================================================== */
.nav-link:focus[b-0kodhcchw9],
.btn:focus[b-0kodhcchw9],
button:focus[b-0kodhcchw9] {
    outline: 2px solid #1c89f0 !important;
    outline-offset: 2px !important;
}

@media (prefers-reduced-motion: reduce) {
    *[b-0kodhcchw9] {
        transition: none !important;
        animation: none !important;
    }
}
/* _content/TheTicketport-Blazor/Shared/NavMenu.razor.rz.scp.css */
/* Mobile-First Styles */
.navbar-toggler[b-y5xp94sba1] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    border-radius: 0.25rem;
    display: block;
}

.top-row[b-y5xp94sba1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0 1rem;
}

.navbar-nav[b-y5xp94sba1] {
    padding: 0;
    margin: 0;
    width: 100%;
}

.nav-item[b-y5xp94sba1] {
    width: 100%;
}

.nav-link[b-y5xp94sba1] {
    display: block;
    padding: 0.75rem 1rem;
    color: rgba(255,255,255,0.8);
    border-radius: 4px;
    margin: 0.25rem 0;
}

    .nav-link:hover[b-y5xp94sba1] {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

/* Mobile menu styles */
@media (max-width: 640.98px) {
    .top-row[b-y5xp94sba1] {
        position: fixed;
        width: 100%;
    }

    .navbar-toggler[b-y5xp94sba1] {
        position: absolute;
        right: 1rem;
        top: 0.75rem;
    }

    .collapse:not(.show)[b-y5xp94sba1] {
        display: none;
    }

    .collapse.show[b-y5xp94sba1] {
        display: block;
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.9);
        z-index: 99;
        padding: 1rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-scrollable[b-y5xp94sba1] {
        height: calc(100vh - 3.5rem);
        padding-top: 1rem;
    }

    /* Larger tap targets */
    .nav-item a[b-y5xp94sba1] {
        padding: 15px;
        font-size: 1.1rem;
        min-height: 50px;
        display: flex;
        align-items: center;
    }
}

/* Desktop styles */
@media (min-width: 641px) {
    .navbar-toggler[b-y5xp94sba1] {
        display: none;
    }

    .collapse[b-y5xp94sba1] {
        display: block !important;
        height: 100% !important;
    }

    .nav-scrollable[b-y5xp94sba1] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .navbar-nav[b-y5xp94sba1] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .nav-item[b-y5xp94sba1] {
        width: auto;
    }
}
