/* /Components/Eventcard.razor.rz.scp.css */
.event-card[b-3xfoxwboef] {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    min-height: 100%;
    overflow: visible;
    border: 1px solid #ded9cf;
    border-radius: 0.8rem;
    background: white;
    box-shadow: 0 8px 25px rgba(30, 25, 18, 0.055);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

    .event-card:hover[b-3xfoxwboef] {
        transform: translateY(-3px);
        box-shadow: 0 14px 35px rgba(30, 25, 18, 0.1);
    }

.event-date[b-3xfoxwboef] {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.25rem 0.5rem;
    background: #171717;
    color: white;
}

    .event-date span[b-3xfoxwboef] {
        color: #d5a348;
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 0.09em;
        text-transform: uppercase;
    }

    .event-date strong[b-3xfoxwboef] {
        font-size: 1.75rem;
        line-height: 1.1;
    }

.event-content[b-3xfoxwboef] {
    padding: 1.2rem;
    padding-right: 3.5rem; /* room for heart */
}

.event-meta[b-3xfoxwboef] {
    margin-bottom: 0.5rem;
    color: #98651f;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.event-content h3[b-3xfoxwboef] {
    margin-bottom: 0.35rem;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
}

.event-subtitle[b-3xfoxwboef] {
    margin-top: 0.25rem;
    color: #6f675d;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
}

.event-location[b-3xfoxwboef] {
    margin-bottom: 0.75rem;
    color: #746e65;
    font-size: 0.86rem;
}

.event-content p[b-3xfoxwboef] {
    margin-bottom: 0.9rem;
    color: #625d55;
    font-size: 0.9rem;
    line-height: 1.55;
}

.event-content a[b-3xfoxwboef] {
    color: #8a5818;
    font-size: 0.88rem;
    font-weight: 750;
    text-decoration: none;
}

    .event-content a:hover[b-3xfoxwboef] {
        text-decoration: underline;
    }

/* ---------- Favorites ---------- */

/* ---------- Favorites ---------- */

.favorite-button[b-3xfoxwboef] {
    position: absolute;
    top: 0.8rem;
    right: 0.9rem;
    z-index: 5;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: #8c8c8c;
    font-size: 1.3rem;
    opacity: 0.25;
    cursor: pointer;
    transition: color 150ms ease, transform 150ms ease, opacity 150ms ease;
}

    .event-card:hover .favorite-button[b-3xfoxwboef],
    .favorite-button:focus-visible[b-3xfoxwboef],
    .favorite-button.active[b-3xfoxwboef] {
        opacity: 1;
    }

    .favorite-button:hover[b-3xfoxwboef] {
        color: #dc3545;
        transform: scale(1.15);
    }

    .favorite-button.active[b-3xfoxwboef] {
        color: #dc3545;
    }

    .favorite-button:focus-visible[b-3xfoxwboef] {
        outline: 2px solid #dc3545;
        outline-offset: 3px;
        border-radius: 50%;
    }

    .favorite-button i[b-3xfoxwboef] {
        pointer-events: none;
    }

.event-card[b-3xfoxwboef] {
    cursor: pointer;
}

    .event-card:focus-visible[b-3xfoxwboef] {
        outline: 3px solid rgba(213, 163, 72, 0.75);
        outline-offset: 3px;
    }

    .event-card:hover .event-content h3[b-3xfoxwboef] {
        color: #8a5818;
    }

.event-content h3[b-3xfoxwboef] {
    transition: color 150ms ease;
}

.favorite-button[b-3xfoxwboef],
.event-content a[b-3xfoxwboef] {
    cursor: pointer;
}

.event-content h3 .event-title-link[b-3xfoxwboef] {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
}

    .event-content h3 .event-title-link:hover[b-3xfoxwboef] {
        color: #8a5818;
    }

.event-artist-link[b-3xfoxwboef] {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #98651f;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

    .event-artist-link:hover[b-3xfoxwboef] {
        color: #6f4514;
        text-decoration: underline;
    }

.event-venue-link[b-3xfoxwboef] {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

    .event-venue-link:hover[b-3xfoxwboef] {
        color: #c99231;
        text-decoration: underline;
        text-underline-offset: 0.18rem;
    }

.event-reminder-panel[b-3xfoxwboef] {
    position: absolute;
    top: 3.75rem;
    right: 1rem;
    width: 290px;
    padding: 18px;
    background: #fff;
    border: 1px solid #d8d3ca;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    z-index: 20;
    color: #111;
    line-height: 1.4;
}

    .event-reminder-panel > strong[b-3xfoxwboef] {
        display: block;
        margin-bottom: 12px;
        font-size: 1.05rem;
    }

    .event-reminder-panel .form-check[b-3xfoxwboef] {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 9px 0;
    }

    .event-reminder-panel .form-check-input[b-3xfoxwboef] {
        flex: 0 0 auto;
        margin: 0;
    }

    .event-reminder-panel .form-check-label[b-3xfoxwboef] {
        margin: 0;
        white-space: nowrap;
    }

    .event-reminder-panel .form-control[b-3xfoxwboef] {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0;
        padding: 8px 10px;
    }

    .event-reminder-panel .btn[b-3xfoxwboef] {
        margin-top: 10px;
        padding: 8px 14px;
    }


.reminder-panel-close[b-3xfoxwboef] {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

    .reminder-panel-close:hover[b-3xfoxwboef] {
        opacity: 0.6;
    }

.reminder-button.active[b-3xfoxwboef] {
    color: #c88700;
}

.reminder-button[b-3xfoxwboef] {
    position: absolute;
    top: 3rem;
    right: 1rem;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8c8c8c;
    opacity: 0.55;
    font-size: 1rem;
    cursor: pointer;
    z-index: 5;
    transition: color 150ms ease, opacity 150ms ease, transform 150ms ease;
}

    .reminder-button:hover[b-3xfoxwboef] {
        opacity: 1;
        transform: scale(1.1);
    }

    .reminder-button.active[b-3xfoxwboef] {
        color: #c88700;
        opacity: 1;
    }

    .reminder-button i[b-3xfoxwboef] {
        pointer-events: none;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-wwnk7szmid] {
    min-height: 100vh;
    background: #f6f4ef;
}

.site-header[b-wwnk7szmid] {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #111;
}

.site-header-inner[b-wwnk7szmid] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 2rem;
}

.site-brand[b-wwnk7szmid] {
    color: white;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
    white-space: nowrap;
}

    .site-brand:hover[b-wwnk7szmid],
    .site-brand:focus[b-wwnk7szmid] {
        color: white;
        text-decoration: none;
    }

.site-nav[b-wwnk7szmid] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

    .site-nav[b-wwnk7szmid]  a {
        position: relative;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.92rem;
        font-weight: 700;
        text-decoration: none;
        transition: color 180ms ease;
    }

        .site-nav[b-wwnk7szmid]  a:hover,
        .site-nav[b-wwnk7szmid]  a:focus,
        .site-nav[b-wwnk7szmid]  a.active {
            color: white;
            text-decoration: none;
        }

        .site-nav[b-wwnk7szmid]  a::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -8px;
            left: 0;
            height: 2px;
            background: #d5a348;
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 180ms ease;
        }

        .site-nav[b-wwnk7szmid]  a:hover::after,
        .site-nav[b-wwnk7szmid]  a.active::after {
            transform: scaleX(1);
        }

.mobile-menu-button[b-wwnk7szmid] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.45rem;
    background: transparent;
    color: white;
    font-size: 1.15rem;
}

.site-main[b-wwnk7szmid] {
    width: 100%;
}

@media (max-width: 700px) {
    .site-header-inner[b-wwnk7szmid] {
        min-height: 64px;
        gap: 1rem;
    }

    .site-brand[b-wwnk7szmid] {
        max-width: calc(100% - 3.5rem);
        overflow: hidden;
        font-size: 1rem;
        text-overflow: ellipsis;
    }

    .mobile-menu-button[b-wwnk7szmid] {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .site-nav[b-wwnk7szmid] {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 0.6rem 1rem 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: #111;
    }

        .site-nav.open[b-wwnk7szmid] {
            display: flex;
        }

        .site-nav[b-wwnk7szmid]  a {
            display: block;
            padding: 0.85rem 0.25rem;
            font-size: 1rem;
        }

            .site-nav[b-wwnk7szmid]  a::after {
                right: auto;
                bottom: 0.45rem;
                width: 2.5rem;
            }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t83fdc10zz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    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);
}

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

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

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

.bi[b-t83fdc10zz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-t83fdc10zz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' 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-plus-square-fill-nav-menu[b-t83fdc10zz] {
    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-t83fdc10zz] {
    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");
}

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

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

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

    .nav-item[b-t83fdc10zz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-t83fdc10zz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-t83fdc10zz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

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

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

    .nav-scrollable[b-t83fdc10zz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1uc54ibyyd],
.components-reconnect-repeated-attempt-visible[b-1uc54ibyyd],
.components-reconnect-failed-visible[b-1uc54ibyyd],
.components-pause-visible[b-1uc54ibyyd],
.components-resume-failed-visible[b-1uc54ibyyd],
.components-rejoining-animation[b-1uc54ibyyd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1uc54ibyyd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1uc54ibyyd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1uc54ibyyd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1uc54ibyyd],
#components-reconnect-modal.components-reconnect-retrying[b-1uc54ibyyd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1uc54ibyyd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1uc54ibyyd],
#components-reconnect-modal.components-reconnect-failed[b-1uc54ibyyd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1uc54ibyyd] {
    display: block;
}


#components-reconnect-modal[b-1uc54ibyyd] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1uc54ibyyd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1uc54ibyyd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1uc54ibyyd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1uc54ibyyd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1uc54ibyyd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1uc54ibyyd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1uc54ibyyd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1uc54ibyyd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1uc54ibyyd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1uc54ibyyd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1uc54ibyyd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1uc54ibyyd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1uc54ibyyd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1uc54ibyyd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1uc54ibyyd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1uc54ibyyd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1uc54ibyyd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1uc54ibyyd {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ArtistPage.razor.rz.scp.css */
.artist-page[b-ya8y1p3v4v] {
    min-height: 100vh;
    background: #f6f4ef;
    color: #171717;
}

.artist-hero[b-ya8y1p3v4v] {
    padding: 4rem 0 3.5rem;
    background: radial-gradient( circle at 75% 25%, rgba(197, 145, 55, 0.22), transparent 30%), linear-gradient( 135deg, #0b0b0b 0%, #171717 55%, #241a0d 100%);
    color: white;
}

    .artist-hero h1[b-ya8y1p3v4v] {
        margin-bottom: 0.8rem;
        font-size: clamp(2.5rem, 7vw, 5rem);
        font-weight: 850;
        letter-spacing: -0.045em;
    }

    .artist-hero p[b-ya8y1p3v4v] {
        max-width: 720px;
        margin: 1rem 0 0;
        color: rgba(255, 255, 255, 0.76);
        font-size: 1.05rem;
        line-height: 1.65;
    }

.tribute-note[b-ya8y1p3v4v] {
    color: #d5a348;
    font-size: 1rem;
    font-weight: 750;
}

.artist-links[b-ya8y1p3v4v] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

    .artist-links a[b-ya8y1p3v4v] {
        padding: 0.6rem 0.9rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 999px;
        color: white;
        font-size: 0.88rem;
        font-weight: 700;
        text-decoration: none;
    }

        .artist-links a:hover[b-ya8y1p3v4v] {
            border-color: #d5a348;
            color: #d5a348;
        }

.artist-events-heading[b-ya8y1p3v4v] {
    margin-bottom: 1.5rem;
}

    .artist-events-heading h2[b-ya8y1p3v4v] {
        margin: 0;
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        font-weight: 800;
        letter-spacing: -0.035em;
    }

.artist-status[b-ya8y1p3v4v] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 180px;
}

.artist-empty[b-ya8y1p3v4v] {
    padding: 3rem 2rem;
    border: 1px solid #ded8cd;
    border-radius: 0.9rem;
    background: white;
    text-align: center;
}

    .artist-empty h1[b-ya8y1p3v4v],
    .artist-empty h3[b-ya8y1p3v4v] {
        font-weight: 800;
    }

    .artist-empty p[b-ya8y1p3v4v] {
        color: #6f675d;
    }

.event-grid[b-ya8y1p3v4v] {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(290px, 1fr));
    gap: 1rem;
}

@media (max-width: 700px) {
    .artist-hero[b-ya8y1p3v4v] {
        padding: 3rem 0 2.75rem;
    }

        .artist-hero h1[b-ya8y1p3v4v] {
            font-size: clamp(2.5rem, 14vw, 4rem);
            line-height: 0.98;
        }

    .event-grid[b-ya8y1p3v4v] {
        grid-template-columns: 1fr;
    }
}

.artist-badge[b-ya8y1p3v4v] {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.03em;
}

    .artist-badge:hover[b-ya8y1p3v4v] {
        color: #fff;
        opacity: 0.85;
    }

.tribute-target-link[b-ya8y1p3v4v] {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

    .tribute-target-link:hover[b-ya8y1p3v4v] {
        color: #d5a348;
    }
.artist-follow[b-ya8y1p3v4v] {
    max-width: 620px;
    margin-top: 1.75rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
}

.artist-follow-heading[b-ya8y1p3v4v] {
    margin-bottom: 0.35rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
}

.artist-follow p[b-ya8y1p3v4v] {
    margin: 0 0 0.65rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}

.artist-follow-defaults[b-ya8y1p3v4v] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.artist-follow-form[b-ya8y1p3v4v] {
    display: grid;
    gap: 0.8rem;
}

    .artist-follow-form .form-control[b-ya8y1p3v4v] {
        width: 100%;
        min-height: 44px;
        padding: 0.65rem 0.8rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 7px;
        font-size: 0.95rem;
    }

    .artist-follow-form .btn[b-ya8y1p3v4v] {
        width: fit-content;
        min-width: 125px;
        padding: 0.6rem 1rem;
        font-weight: 700;
    }

    .artist-follow-form .form-check[b-ya8y1p3v4v] {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .artist-follow-form .form-check-input[b-ya8y1p3v4v] {
        flex: 0 0 auto;
        margin-top: 0.2rem;
    }

    .artist-follow-form .form-check-label[b-ya8y1p3v4v] {
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.82rem;
        line-height: 1.35;
    }

.artist-follow-privacy[b-ya8y1p3v4v] {
    margin-top: 0.8rem;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.75rem;
}
/* /Components/Pages/Artists.razor.rz.scp.css */
.artists-page[b-6xfludml9n] {
    min-height: 100vh;
    background: #f6f4ef;
    color: #171717;
}

.artists-header[b-6xfludml9n] {
    padding: 3.5rem 0 3rem;
    background: radial-gradient( circle at 75% 25%, rgba(197, 145, 55, 0.20), transparent 30%), linear-gradient( 135deg, #0b0b0b 0%, #171717 55%, #241a0d 100%);
    color: white;
}

    .artists-header h1[b-6xfludml9n] {
        margin-bottom: 0.75rem;
        font-size: clamp(2.5rem, 6vw, 4.5rem);
        font-weight: 850;
        letter-spacing: -0.045em;
    }

    .artists-header p[b-6xfludml9n] {
        max-width: 650px;
        margin: 0;
        color: rgba(255, 255, 255, .72);
        font-size: 1rem;
    }

.artists-heading[b-6xfludml9n] {
    margin-bottom: 1.5rem;
    margin-top: 28px;
}


    .artists-heading h2[b-6xfludml9n] {
        margin: 0;
        font-size: 2rem;
        font-weight: 800;
    }

.artist-grid[b-6xfludml9n] {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(250px, 310px) );
    gap: 1rem;
}

@media (max-width: 640px) {
    .artist-grid[b-6xfludml9n] {
        grid-template-columns: 1fr;
    }
}
    
.artist-card[b-6xfludml9n] {
    display: block;
    padding: 1.4rem;
    border: 1px solid #e0dbd1;
    border-radius: 0.8rem;
    background: white;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(30, 25, 18, .05);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

    .artist-card:hover[b-6xfludml9n] {
        transform: translateY(-3px);
        border-color: #d5a348;
        color: inherit;
        text-decoration: none;
        box-shadow: 0 14px 32px rgba(30, 25, 18, .10);
    }

    .artist-card:focus-visible[b-6xfludml9n] {
        outline: 3px solid rgba(213, 163, 72, .30);
        outline-offset: 3px;
    }

    .artist-card h3[b-6xfludml9n] {
        margin-bottom: 0.65rem;
        font-size: 1.15rem;
        font-weight: 800;
    }

.tribute-label[b-6xfludml9n] {
    display: inline-block;
    margin-bottom: 0.45rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #171717;
    color: white;
    font-size: 0.72rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tribute-artist[b-6xfludml9n] {
    margin-bottom: 0.75rem;
    color: #797269;
    font-size: 0.88rem;
}

.artist-link-text[b-6xfludml9n] {
    display: block;
    margin-top: 0.75rem;
    color: #8a5818;
    font-size: 0.86rem;
    font-weight: 750;
}

.artists-status[b-6xfludml9n] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    min-height: 180px;
}

.artists-empty[b-6xfludml9n] {
    padding: 3rem 2rem;
    border: 1px solid #ded8cd;
    border-radius: 0.9rem;
    background: white;
    text-align: center;
}

@media (max-width: 700px) {
    .artist-grid[b-6xfludml9n] {
        grid-template-columns: 1fr;
    }
}



.artist-filters[b-6xfludml9n] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 12px;
    margin-bottom: 0;
    align-items: center;
}

    .artist-filters .form-control[b-6xfludml9n],
    .artist-filters .form-select[b-6xfludml9n] {
        height: 46px;
        margin-bottom: 0;
    }

.artists-heading[b-6xfludml9n] {
    margin-top: 32px;
    margin-bottom: 1.5rem;
}

    .artists-heading h2[b-6xfludml9n] {
        margin: 0;
        font-size: 2rem;
        font-weight: 800;
    }



@media (max-width: 700px) {
    .artist-filters[b-6xfludml9n] {
        grid-template-columns: 1fr;
    }
}

.artist-badges[b-6xfludml9n] {
    margin-top: 6px;
    margin-bottom: 8px;
}

.artist-badge[b-6xfludml9n] {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.active-filter[b-6xfludml9n] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid #d8d1c5;
    border-radius: 999px;
    background: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
}

    .active-filter span[b-6xfludml9n] {
        color: #171717;
    }

    .active-filter a[b-6xfludml9n] {
        color: #8a5818;
        font-weight: 750;
        text-decoration: none;
    }

        .active-filter a:hover[b-6xfludml9n] {
            text-decoration: underline;
        }
.active-filter-label[b-6xfludml9n] {
    color: #797269 !important;
    font-weight: 500;
}

.active-filter strong[b-6xfludml9n] {
    font-size: 0.78rem;
    letter-spacing: 0.035em;
}
.artist-name-link[b-6xfludml9n] {
    color: inherit;
    text-decoration: none;
}

    .artist-name-link:hover[b-6xfludml9n] {
        color: #8a5818;
    }

.artist-badge[b-6xfludml9n] {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
}

    .artist-badge:hover[b-6xfludml9n] {
        background: #8a5818;
        color: #fff;
        text-decoration: none;
    }
/* /Components/Pages/Favorites.razor.rz.scp.css */
.favorites-page[b-llw4qiwzig] {
    min-height: 100vh;
    background: #f6f4ef;
    color: #171717;
}

.favorites-header[b-llw4qiwzig] {
    padding: 4rem 0 3.25rem;
    background: radial-gradient( circle at 75% 25%, rgba(197, 145, 55, 0.25), transparent 28%), linear-gradient( 135deg, #0b0b0b 0%, #171717 55%, #241a0d 100%);
    color: white;
}

    .favorites-header h1[b-llw4qiwzig] {
        margin-bottom: 0.8rem;
        font-size: clamp(2.4rem, 6vw, 4.5rem);
        font-weight: 850;
        letter-spacing: -0.045em;
    }

    .favorites-header p[b-llw4qiwzig] {
        max-width: 650px;
        margin: 0;
        color: rgba(255, 255, 255, 0.76);
        font-size: 1.1rem;
        line-height: 1.65;
    }

.favorites-status[b-llw4qiwzig] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 180px;
}

.empty-favorites[b-llw4qiwzig] {
    padding: 4rem 2rem;
    border: 1px solid #ded8cd;
    border-radius: 0.9rem;
    background: white;
    text-align: center;
}

    .empty-favorites i[b-llw4qiwzig] {
        margin-bottom: 1rem;
        color: #dc3545;
        font-size: 2.8rem;
    }

    .empty-favorites h2[b-llw4qiwzig] {
        margin-bottom: 0.75rem;
        font-weight: 800;
    }

    .empty-favorites p[b-llw4qiwzig] {
        margin-bottom: 1.5rem;
        color: #6f675d;
    }

.favorites-heading[b-llw4qiwzig] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}

    .favorites-heading h2[b-llw4qiwzig] {
        margin: 0;
        font-size: clamp(1.75rem, 4vw, 2.5rem);
        font-weight: 800;
        letter-spacing: -0.035em;
    }

.date-group[b-llw4qiwzig] {
    margin-bottom: 2.5rem;
}

    .date-group > h3[b-llw4qiwzig] {
        margin-bottom: 1rem;
        color: #5e574d;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0.035em;
        text-transform: uppercase;
    }

.event-grid[b-llw4qiwzig] {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(290px, 1fr));
    gap: 1rem;
}
.favorites-heading[b-llw4qiwzig] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 2rem;
}}

.clear-favorites-button[b-llw4qiwzig] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .65rem 1rem;
    border: 1px solid #d7d7d7;
    border-radius: .65rem;
    background: #fafafa;
    color: #666;
    font-size: .90rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .12s ease, box-shadow .18s ease;
}

    .clear-favorites-button:hover[b-llw4qiwzig] {
        background: #fff5f5;
        border-color: #c94b4b;
        color: #b32323;
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
    }

    .clear-favorites-button:active[b-llw4qiwzig] {
        transform: translateY(1px);
    }

    .clear-favorites-button:focus-visible[b-llw4qiwzig] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(180,35,35,.18), 0 2px 8px rgba(0,0,0,.08);
    }

    .clear-favorites-button i[b-llw4qiwzig] {
        font-size: .95rem;
    }

@media (max-width:700px) {

    .favorites-heading[b-llw4qiwzig] {
        flex-direction: column;
        align-items: stretch;
    }

    .clear-favorites-button[b-llw4qiwzig] {
        justify-content: center;
        width: 100%;
    }
}
/* /Components/Pages/Home.Razor.rz.scp.css */
.home-page[b-dacd4abdjs] {
    min-height: 100vh;
    background: #f6f4ef;
    color: #171717;
}

.hero[b-dacd4abdjs] {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 4.5rem;
    background: radial-gradient(circle at 75% 25%, rgba(197, 145, 55, 0.25), transparent 28%), linear-gradient(135deg, #0b0b0b 0%, #171717 55%, #241a0d 100%);
    color: white;
}

.hero-content[b-dacd4abdjs] {
    position: relative;
    z-index: 1;
}

.hero-kicker[b-dacd4abdjs],
.section-label[b-dacd4abdjs] {
    margin-bottom: 0.65rem;
    color: #b98732;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero h1[b-dacd4abdjs] {
    max-width: 760px;
    margin-bottom: 1.25rem;
    font-size: clamp(3rem, 8vw, 5.8rem);
    font-weight: 850;
    line-height: 0.95;
    letter-spacing: -0.055em;
}

    .hero h1 span[b-dacd4abdjs] {
        display: block;
        color: #d5a348;
    }

.hero p[b-dacd4abdjs] {
    max-width: 650px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.2rem;
    line-height: 1.7;
}

.hero-search[b-dacd4abdjs] {
    max-width: 1040px;
    margin-top: 2rem;
}

    .hero-search > label[b-dacd4abdjs] {
        display: block;
        margin-bottom: 0.65rem;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.8rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

.hero-search-row[b-dacd4abdjs],
.date-picker-row[b-dacd4abdjs] {
    display: flex;
    gap: 0.7rem;
}

    .hero-search-row input[b-dacd4abdjs] {
        min-height: 3.5rem;
        border: 1px solid rgba(255, 255, 255, 0.22);
        font-size: 1.05rem;
    }

        .hero-search-row input:focus[b-dacd4abdjs],
        .date-picker-row input:focus[b-dacd4abdjs] {
            border-color: #d5a348;
            box-shadow: 0 0 0 0.2rem rgba(213, 163, 72, 0.2);
        }

.hero-search-button[b-dacd4abdjs] {
    min-width: 110px;
    border-color: #c69136;
    background: #c69136;
    color: #111;
    font-weight: 800;
}

    .hero-search-button:hover[b-dacd4abdjs],
    .hero-search-button:focus[b-dacd4abdjs] {
        border-color: #d5a348;
        background: #d5a348;
        color: #111;
    }

.hero-clear-button[b-dacd4abdjs] {
    border-color: rgba(255, 255, 255, 0.35);
    color: white;
}

    .hero-clear-button:hover[b-dacd4abdjs],
    .hero-clear-button:focus[b-dacd4abdjs] {
        border-color: white;
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }

.filter-group[b-dacd4abdjs] {
    margin-top: 1.2rem;
}

.filter-label[b-dacd4abdjs] {
    margin-bottom: 0.55rem;
    color: #d5a348;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.quick-filters[b-dacd4abdjs],
.more-filters[b-dacd4abdjs] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.more-filters[b-dacd4abdjs] {
    margin-top: 0.65rem;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.045);
}

.quick-filter[b-dacd4abdjs] {
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

    .quick-filter:hover[b-dacd4abdjs] {
        border-color: #d5a348;
        background: rgba(213, 163, 72, 0.15);
        transform: translateY(-1px);
    }

    .quick-filter.active[b-dacd4abdjs] {
        border-color: #d5a348;
        background: #d5a348;
        color: #111;
    }

.date-picker-row[b-dacd4abdjs] {
    max-width: 420px;
    margin-top: 0.7rem;
}

    .date-picker-row input[b-dacd4abdjs] {
        min-height: 2.8rem;
    }

.hero-stats[b-dacd4abdjs] {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

    .hero-stats div[b-dacd4abdjs] {
        display: flex;
        flex-direction: column;
    }

    .hero-stats strong[b-dacd4abdjs] {
        font-size: 1.75rem;
    }

    .hero-stats span[b-dacd4abdjs] {
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.85rem;
    }

.home-section[b-dacd4abdjs],
.venue-section[b-dacd4abdjs] {
    margin-bottom: 5rem;
    scroll-margin-top: 1rem;
}

.section-heading[b-dacd4abdjs] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

    .section-heading h2[b-dacd4abdjs] {
        margin: 0;
        font-size: clamp(1.75rem, 4vw, 2.6rem);
        font-weight: 800;
        letter-spacing: -0.035em;
    }

.section-count[b-dacd4abdjs] {
    color: #6c665d;
    font-weight: 600;
}

.event-grid[b-dacd4abdjs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1rem;
}

.date-group[b-dacd4abdjs] {
    margin-bottom: 2.5rem;
}

    .date-group > h3[b-dacd4abdjs] {
        margin-bottom: 1rem;
        color: #5e574d;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0.035em;
        text-transform: uppercase;
    }

.venue-grid[b-dacd4abdjs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.venue-card[b-dacd4abdjs] {
    display: block;
    padding: 1.4rem;
    border: 1px solid #e0dbd1;
    border-radius: 0.8rem;
    background: white;
    box-shadow: 0 8px 25px rgba(30, 25, 18, 0.05);
    text-decoration: none;
    color: inherit;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    cursor: pointer;
}

    .venue-card:hover[b-dacd4abdjs] {
        transform: translateY(-3px);
        border-color: #d5a348;
        box-shadow: 0 14px 32px rgba(30, 25, 18, 0.10);
        text-decoration: none;
        color: inherit;
    }

    .venue-card:focus-visible[b-dacd4abdjs] {
        outline: 3px solid rgba(213, 163, 72, 0.30);
        outline-offset: 3px;
    }

    .venue-card h3[b-dacd4abdjs] {
        margin-bottom: 0.55rem;
        font-size: 1.1rem;
        font-weight: 800;
        color: #171717;
    }

    .venue-card div[b-dacd4abdjs] {
        color: #9a6722;
        font-weight: 700;
    }

    .venue-card span[b-dacd4abdjs] {
        color: #797269;
        font-size: 0.85rem;
    }
.loading-panel[b-dacd4abdjs],
.empty-state[b-dacd4abdjs],
.empty-section[b-dacd4abdjs] {
    padding: 2rem;
    border: 1px solid #ded8cd;
    border-radius: 0.8rem;
    background: white;
    text-align: center;
}

.loading-panel[b-dacd4abdjs] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 700px) {
    .hero[b-dacd4abdjs] {
        padding: 4rem 0 3rem;
    }

    .hero-search-row[b-dacd4abdjs],
    .date-picker-row[b-dacd4abdjs] {
        flex-direction: column;
    }

    .hero-search-button[b-dacd4abdjs],
    .hero-clear-button[b-dacd4abdjs] {
        width: 100%;
    }

    .date-picker-row[b-dacd4abdjs] {
        max-width: none;
    }

    .hero-stats[b-dacd4abdjs] {
        gap: 1.4rem;
    }

    .section-heading[b-dacd4abdjs] {
        align-items: start;
        flex-direction: column;
    }
}
@media (max-width: 700px) {
    .hero[b-dacd4abdjs] {
        padding: 3rem 0 2.75rem;
    }

        .hero h1[b-dacd4abdjs] {
            max-width: 100%;
            font-size: clamp(2.7rem, 15vw, 4.25rem);
            line-height: 0.95;
        }

        .hero p[b-dacd4abdjs] {
            max-width: 100%;
            font-size: 1rem;
        }

    .hero-search-row[b-dacd4abdjs] {
        align-items: stretch;
        flex-direction: column;
    }

        .hero-search-row .form-control[b-dacd4abdjs],
        .hero-search-button[b-dacd4abdjs],
        .hero-clear-button[b-dacd4abdjs] {
            width: 100%;
        }

    .quick-filters[b-dacd4abdjs],
    .more-filters[b-dacd4abdjs] {
        gap: 0.55rem;
    }

    .quick-filter[b-dacd4abdjs] {
        min-height: 2.5rem;
    }

    .date-picker-row[b-dacd4abdjs] {
        align-items: stretch;
        flex-direction: column;
    }

        .date-picker-row .form-control[b-dacd4abdjs],
        .date-picker-row .btn[b-dacd4abdjs] {
            width: 100%;
        }

    .venue-select[b-dacd4abdjs] {
        max-width: none;
        width: 100%;
    }

    .hero-stats[b-dacd4abdjs] {
        grid-template-columns: 1fr;
    }

    .event-grid[b-dacd4abdjs],
    .venue-grid[b-dacd4abdjs] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/MyAlerts.razor.rz.scp.css */
.my-alerts-list[b-xayzw2eu67] {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.5rem;
    max-width: 760px;
}

.my-alert-card[b-xayzw2eu67] {
    background: #202020;
    border: 1px solid #414141;
    border-radius: 12px;
    padding: 1.5rem;
    color: #f5f5f5;
}

    .my-alert-card h3[b-xayzw2eu67] {
        margin: 0 0 1rem;
        font-size: 1.4rem;
        font-weight: 700;
    }

        .my-alert-card h3 a[b-xayzw2eu67] {
            color: #ffffff;
            text-decoration: none;
        }

            .my-alert-card h3 a:hover[b-xayzw2eu67] {
                text-decoration: underline;
            }

    .my-alert-card .form-check[b-xayzw2eu67] {
        margin-bottom: 0.55rem;
    }

    .my-alert-card .form-check-label[b-xayzw2eu67] {
        margin-left: 0.25rem;
    }

    .my-alert-card .btn[b-xayzw2eu67] {
        font-weight: 600;
    }
/* /Components/Pages/Search.razor.rz.scp.css */
.search-page[b-st5iex4zye] {
    min-height: 100vh;
    background: #f6f4ef;
    color: #171717;
}

.search-header[b-st5iex4zye] {
    padding: 4rem 0 2.8rem;
    background: radial-gradient(circle at 80% 20%, rgba(197, 145, 55, 0.24), transparent 30%), linear-gradient(135deg, #0b0b0b, #21190e);
    color: white;
}

    .search-header h1[b-st5iex4zye] {
        margin-bottom: 0.75rem;
        font-size: clamp(2.8rem, 7vw, 5rem);
        font-weight: 850;
        letter-spacing: -0.055em;
    }

    .search-header p[b-st5iex4zye] {
        max-width: 650px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 1.05rem;
    }

.section-label[b-st5iex4zye] {
    color: #d5a348;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.search-controls[b-st5iex4zye],
.date-picker-row[b-st5iex4zye] {
    display: flex;
    gap: 0.7rem;
    margin-top: 1.6rem;
}

    .search-controls input[b-st5iex4zye] {
        min-height: 3.25rem;
        font-size: 1rem;
    }

    .search-controls .btn-primary[b-st5iex4zye],
    .date-picker-row .btn-primary[b-st5iex4zye] {
        border-color: #c69136;
        background: #c69136;
        color: #111;
        font-weight: 750;
    }

.filter-group[b-st5iex4zye] {
    margin-top: 1.2rem;
}

.filter-label[b-st5iex4zye] {
    margin-bottom: 0.55rem;
    color: #d5a348;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.quick-filters[b-st5iex4zye],
.more-filters[b-st5iex4zye] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.more-filters[b-st5iex4zye] {
    margin-top: 0.65rem;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.045);
}

.quick-filter[b-st5iex4zye] {
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
}

    .quick-filter:hover[b-st5iex4zye] {
        border-color: #d5a348;
        background: rgba(213, 163, 72, 0.15);
    }

    .quick-filter.active[b-st5iex4zye] {
        border-color: #d5a348;
        background: #d5a348;
        color: #111;
    }

.date-picker-row[b-st5iex4zye] {
    max-width: 420px;
    margin-top: 0.7rem;
}

    .date-picker-row input[b-st5iex4zye] {
        min-height: 2.8rem;
    }

.results-heading[b-st5iex4zye] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .results-heading h2[b-st5iex4zye] {
        margin: 0;
        font-size: clamp(1.8rem, 4vw, 2.8rem);
        font-weight: 800;
        letter-spacing: -0.035em;
    }

.result-count[b-st5iex4zye] {
    color: #6c655c;
    font-weight: 700;
}

.date-group[b-st5iex4zye] {
    margin-bottom: 2.75rem;
}

    .date-group > h3[b-st5iex4zye] {
        margin-bottom: 1rem;
        color: #5e574d;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0.035em;
        text-transform: uppercase;
    }

.event-grid[b-st5iex4zye] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1rem;
}

.search-status[b-st5iex4zye],
.empty-results[b-st5iex4zye] {
    padding: 2.5rem;
    border: 1px solid #ddd6ca;
    border-radius: 0.9rem;
    background: white;
    text-align: center;
}

.search-status[b-st5iex4zye] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.empty-results h3[b-st5iex4zye] {
    font-weight: 800;
}

@media (max-width: 650px) {
    .search-controls[b-st5iex4zye],
    .date-picker-row[b-st5iex4zye] {
        flex-direction: column;
    }

    .date-picker-row[b-st5iex4zye] {
        max-width: none;
    }

    .results-heading[b-st5iex4zye] {
        align-items: start;
        flex-direction: column;
    }
}
.venue-select[b-st5iex4zye] {
    max-width: 420px;
    border-color: rgba(255, 255, 255, 0.28);
    background-color: rgba(255, 255, 255, 0.96);
    font-weight: 600;
}

    .venue-select:focus[b-st5iex4zye] {
        border-color: #c69136;
        box-shadow: 0 0 0 0.2rem rgba(198, 145, 54, 0.22);
    }

@media (max-width: 700px) {
    .search-header[b-st5iex4zye] {
        padding: 3rem 0 2.75rem;
    }

        .search-header h1[b-st5iex4zye] {
            font-size: clamp(2.7rem, 15vw, 4.25rem);
            line-height: 0.95;
        }

    .search-controls[b-st5iex4zye] {
        align-items: stretch;
        flex-direction: column;
    }

        .search-controls .form-control[b-st5iex4zye],
        .search-controls .btn[b-st5iex4zye] {
            width: 100%;
        }

    .quick-filters[b-st5iex4zye],
    .more-filters[b-st5iex4zye] {
        gap: 0.55rem;
    }

    .quick-filter[b-st5iex4zye] {
        min-height: 2.5rem;
    }

    .date-picker-row[b-st5iex4zye] {
        align-items: stretch;
        flex-direction: column;
    }

        .date-picker-row .form-control[b-st5iex4zye],
        .date-picker-row .btn[b-st5iex4zye],
        .venue-select[b-st5iex4zye] {
            max-width: none;
            width: 100%;
        }

    .results-heading[b-st5iex4zye] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .event-grid[b-st5iex4zye] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/VenuePage.razor.rz.scp.css */
.venue-page[b-bq8v3h6949] {
    min-height: 100vh;
    background: #f6f4ef;
    color: #171717;
}

.venue-hero[b-bq8v3h6949] {
    padding: 4rem 0 3.5rem;
    background: radial-gradient( circle at 75% 25%, rgba(197, 145, 55, 0.22), transparent 30%), linear-gradient( 135deg, #0b0b0b 0%, #171717 55%, #241a0d 100%);
    color: white;
}

    .venue-hero h1[b-bq8v3h6949] {
        margin-bottom: 0.8rem;
        font-size: clamp(2.5rem, 7vw, 5rem);
        font-weight: 850;
        letter-spacing: -0.045em;
    }

.venue-location[b-bq8v3h6949] {
    color: #d5a348;
    font-size: 1.05rem;
    font-weight: 750;
}

.venue-address[b-bq8v3h6949] {
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}

.venue-links[b-bq8v3h6949] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

    .venue-links a[b-bq8v3h6949] {
        padding: 0.6rem 0.9rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 999px;
        color: white;
        font-size: 0.88rem;
        font-weight: 700;
        text-decoration: none;
    }

        .venue-links a:hover[b-bq8v3h6949] {
            border-color: #d5a348;
            color: #d5a348;
        }

.venue-events-heading[b-bq8v3h6949] {
    margin-bottom: 1.5rem;
}

    .venue-events-heading h2[b-bq8v3h6949] {
        margin: 0;
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        font-weight: 800;
        letter-spacing: -0.035em;
    }

.venue-status[b-bq8v3h6949] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 180px;
}

.venue-empty[b-bq8v3h6949] {
    padding: 3rem 2rem;
    border: 1px solid #ded8cd;
    border-radius: 0.9rem;
    background: white;
    text-align: center;
}

    .venue-empty h1[b-bq8v3h6949],
    .venue-empty h3[b-bq8v3h6949] {
        font-weight: 800;
    }

    .venue-empty p[b-bq8v3h6949] {
        color: #6f675d;
    }

.event-grid[b-bq8v3h6949] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (max-width: 700px) {
    .venue-hero[b-bq8v3h6949] {
        padding: 3rem 0 2.75rem;
    }

        .venue-hero h1[b-bq8v3h6949] {
            font-size: clamp(2.5rem, 14vw, 4rem);
            line-height: 0.98;
        }

   
}
/* /Components/Pages/Venues.razor.rz.scp.css */
.venues-page[b-llmim3cgrp] {
    min-height: 100vh;
    background: #f6f4ef;
    color: #171717;
}

.venues-header[b-llmim3cgrp] {
    padding: 3.5rem 0 3rem;
    background: radial-gradient( circle at 75% 25%, rgba(197, 145, 55, 0.20), transparent 30%), linear-gradient( 135deg, #0b0b0b 0%, #171717 55%, #241a0d 100%);
    color: white;
}

    .venues-header h1[b-llmim3cgrp] {
        margin-bottom: 0.75rem;
        font-size: clamp(2.5rem, 6vw, 4.5rem);
        font-weight: 850;
        letter-spacing: -0.045em;
    }

    .venues-header p[b-llmim3cgrp] {
        max-width: 650px;
        margin: 0;
        color: rgba(255,255,255,.72);
        font-size: 1rem;
    }

.venues-heading[b-llmim3cgrp] {
    margin-bottom: 1.5rem;
}

    .venues-heading h2[b-llmim3cgrp] {
        margin: 0;
        font-size: 2rem;
        font-weight: 800;
    }

.venue-grid[b-llmim3cgrp] {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.venue-card[b-llmim3cgrp] {
    display: block;
    padding: 1.4rem;
    border: 1px solid #e0dbd1;
    border-radius: 0.8rem;
    background: white;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(30,25,18,.05);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

    .venue-card:hover[b-llmim3cgrp] {
        transform: translateY(-3px);
        border-color: #d5a348;
        color: inherit;
        text-decoration: none;
        box-shadow: 0 14px 32px rgba(30,25,18,.10);
    }

    .venue-card h3[b-llmim3cgrp] {
        margin-bottom: 0.5rem;
        font-size: 1.15rem;
        font-weight: 800;
    }

.venue-location[b-llmim3cgrp] {
    margin-bottom: 0.35rem;
    color: #98651f;
    font-weight: 700;
}

.venue-address[b-llmim3cgrp] {
    margin-bottom: 1rem;
    color: #797269;
    font-size: 0.88rem;
}

.venue-link-text[b-llmim3cgrp] {
    color: #8a5818;
    font-size: 0.86rem;
    font-weight: 750;
}

.venues-status[b-llmim3cgrp] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    min-height: 180px;
}

.venues-empty[b-llmim3cgrp] {
    padding: 3rem 2rem;
    border: 1px solid #ded8cd;
    border-radius: 0.9rem;
    background: white;
    text-align: center;
}

@media (max-width: 700px) {
    .venue-grid[b-llmim3cgrp] {
        grid-template-columns: 1fr;
    }
}
