@import '../_content/Community.Blazor.MapLibre/Community.Blazor.MapLibre.vicrawpt6h.bundle.scp.css';

/* app/Components/Map/FestivalMap.razor.rz.scp.css */
.map-wrapper[b-quqidymr09] {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*
 * Mobile:
 * MapPage has an exact viewport-relative height, so the map simply
 * fills it. There is no 600px limit on mobile.
 */
@media (max-width: 767.98px) {
    .map-wrapper[b-quqidymr09] {
        width: 100%;
        height: 100%;
        max-height: none;
        margin: 0;
        border-radius: 0;
    }
}

/*
 * Tablet and desktop:
 * Keep the 600px maximum. When the viewport is shorter, subtract
 * the header, normal layout padding, and a final 1rem bottom gap.
 */
@media (min-width: 768px) {
    .map-wrapper[b-quqidymr09] {
        height: min( 600px, calc( 100dvh - var(--app-header-height, 4rem) - var(--app-content-padding-top, 1rem) - var(--app-content-padding-bottom, 1rem) - 1rem ) );
    }
}

.map-locate-button[b-quqidymr09] {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 21;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    color: var(--color-ink-strong);
    border: 1px solid var(--shadow-soft);
    border-radius: 50%;
    background: var(--surface-glass);
    box-shadow: 0 0.4rem 1.5rem var(--shadow-strong);
    backdrop-filter: blur(8px);
}

    .map-locate-button svg[b-quqidymr09] {
        width: 1.4rem;
        height: 1.4rem;
    }

    .map-locate-button.is-locating[b-quqidymr09] {
        color: var(--color-muted);
        animation: map-locate-pulse-b-quqidymr09 1s ease-in-out infinite;
    }

    .map-locate-button:disabled[b-quqidymr09] {
        cursor: not-allowed;
    }

@keyframes map-locate-pulse-b-quqidymr09 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.45;
    }
}

.spot-location-panel[b-quqidymr09] {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    z-index: 21;
    width: min(calc(100% - 2rem), 32rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem;
    border: 1px solid var(--shadow-soft);
    border-radius: 0.75rem;
    background: var(--surface-glass);
    box-shadow: 0 0.4rem 1.5rem var(--shadow-strong);
    transform: translateX(-50%);
    backdrop-filter: blur(8px);
}

.spot-location-copy[b-quqidymr09] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

    .spot-location-copy strong[b-quqidymr09] {
        color: var(--color-ink-strong);
        font-size: 0.95rem;
    }

    .spot-location-copy span[b-quqidymr09] {
        color: var(--color-muted);
        font-size: 0.82rem;
        line-height: 1.3;
    }

.spot-location-actions[b-quqidymr09] {
    flex: 0 0 auto;
    display: flex;
    gap: 0.5rem;
}

.area-vertex-crosshair[b-quqidymr09] {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    width: 2rem;
    height: 2rem;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.14);
    box-shadow: 0 0 0 2px var(--bs-primary, #0d6efd), 0 0.2rem 0.5rem rgba(0, 0, 0, 0.28);
    pointer-events: none;
    transform: translate(-50%, -50%);
}

    .area-vertex-crosshair[b-quqidymr09]::before,
    .area-vertex-crosshair[b-quqidymr09]::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: var(--bs-primary, #0d6efd);
        transform: translate(-50%, -50%);
    }

    .area-vertex-crosshair[b-quqidymr09]::before {
        width: 2.8rem;
        height: 2px;
    }

    .area-vertex-crosshair[b-quqidymr09]::after {
        width: 2px;
        height: 2.8rem;
    }

.area-entry-panel[b-quqidymr09] {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    z-index: 21;
    width: min(calc(100% - 2rem), 38rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.85rem;
    border: 1px solid var(--shadow-soft);
    border-radius: 0.75rem;
    background: var(--surface-glass);
    box-shadow: 0 0.4rem 1.5rem var(--shadow-strong);
    transform: translateX(-50%);
    backdrop-filter: blur(8px);
}

.area-entry-heading[b-quqidymr09],
.area-entry-heading > div[b-quqidymr09] {
    display: flex;
}

.area-entry-heading[b-quqidymr09] {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .area-entry-heading > div[b-quqidymr09] {
        min-width: 0;
        flex-direction: column;
        gap: 0.15rem;
    }

    .area-entry-heading strong[b-quqidymr09] {
        color: var(--color-ink-strong);
        font-size: 0.95rem;
    }

    .area-entry-heading span[b-quqidymr09] {
        color: var(--color-muted);
        font-size: 0.82rem;
        line-height: 1.3;
    }

.area-vertex-count[b-quqidymr09] {
    flex: 0 0 auto;
    font-weight: 700;
}

.area-style-fields[b-quqidymr09] {
    display: grid;
    grid-template-columns: auto minmax(10rem, 1fr);
    align-items: end;
    gap: 1rem;
}

    .area-style-fields label[b-quqidymr09] {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        color: var(--color-muted);
        font-size: 0.8rem;
        font-weight: 650;
    }

.area-opacity-field[b-quqidymr09] {
    min-width: 0;
}

.area-entry-actions[b-quqidymr09] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (max-width: 575.98px) {
    .spot-location-panel[b-quqidymr09] {
        align-items: stretch;
        flex-direction: column;
    }

    .spot-location-actions[b-quqidymr09] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .area-entry-actions[b-quqidymr09] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
/* app/Components/Map/LocationPicker.razor.rz.scp.css */
.location-picker[b-1pswld0d2a] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.location-picker-search[b-1pswld0d2a] {
    max-width: 28rem;
}

.location-picker-results[b-1pswld0d2a] {
    max-height: min(50vh, 14rem);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.5rem;
    border: 1px solid var(--shadow-soft);
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}

.location-picker-result-row[b-1pswld0d2a] {
    padding: 0.4rem 0.5rem;
    border: 0;
    border-radius: 0.375rem;
    background: transparent;
    text-align: left;
    font-size: 0.85rem;
    cursor: pointer;
}

    .location-picker-result-row:hover[b-1pswld0d2a] {
        background: rgba(0, 0, 0, 0.04);
    }

.location-picker-map[b-1pswld0d2a] {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 0.5rem;
}

.location-picker-footer[b-1pswld0d2a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.location-picker-readout[b-1pswld0d2a] {
    color: var(--color-muted);
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
}
/* app/Components/Map/SpotListOverlay.razor.rz.scp.css */
.spots-overlay-backdrop[b-5m0jpy7mhc] {
    position: fixed;
    inset: var(--app-header-height, 4rem) 0 0;
    z-index: 900;
    border: 0;
    background: rgba(15, 23, 42, 0.42);
}

.spots-overlay[b-5m0jpy7mhc] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 950;
    max-height: min(72dvh, 38rem);
    display: flex;
    flex-direction: column;
    padding-bottom: env(safe-area-inset-bottom);
    border-radius: 1rem 1rem 0 0;
    background: #fff;
    box-shadow: 0 -0.75rem 2rem var(--shadow-strong);
}

.spots-overlay-header[b-5m0jpy7mhc] {
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid var(--color-border);
}

    .spots-overlay-header > div[b-5m0jpy7mhc] {
        display: flex;
        align-items: center;
        gap: 0.65rem;
    }

    .spots-overlay-header h2[b-5m0jpy7mhc] {
        margin: 0;
        color: var(--color-ink);
        font-size: 1.2rem;
        font-weight: 750;
    }

.spots-overlay-count[b-5m0jpy7mhc] {
    min-width: 2rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: var(--color-surface-muted);
    color: var(--color-muted);
    font-size: 0.82rem;
    text-align: center;
}

.spots-overlay-close[b-5m0jpy7mhc] {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--color-ink);
    cursor: pointer;
}

    .spots-overlay-close:hover[b-5m0jpy7mhc] {
        background: var(--color-surface-muted);
    }

    .spots-overlay-close svg[b-5m0jpy7mhc] {
        width: 1.35rem;
        height: 1.35rem;
    }

.spots-overlay-content[b-5m0jpy7mhc] {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 1rem 1rem;
}

.spots-empty-message[b-5m0jpy7mhc] {
    margin: 1rem 0;
    color: var(--color-muted);
}

.pin-list[b-5m0jpy7mhc] {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pin-list li[b-5m0jpy7mhc] {
        position: relative;
        padding: 0.9rem 0 0.9rem 1.25rem;
        border-bottom: 1px solid var(--color-surface-muted);
    }

.pin-color[b-5m0jpy7mhc] {
    position: absolute;
    top: 1.15rem;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}

.spot-name-link[b-5m0jpy7mhc] {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-link-blue);
    font: inherit;
    font-weight: 700;
    line-height: inherit;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
}

    .spot-name-link:hover[b-5m0jpy7mhc] {
        color: var(--color-link-blue-dark);
    }

.spot-edit-button[b-5m0jpy7mhc] {
    margin-left: 0.65rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-link-blue);
    font: inherit;
    font-size: 0.82rem;
    text-decoration: underline;
    cursor: pointer;
}

.spot-delete-button[b-5m0jpy7mhc] {
    margin-left: 0.65rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-danger);
    font: inherit;
    font-size: 0.82rem;
    text-decoration: underline;
    cursor: pointer;
}

.spot-description[b-5m0jpy7mhc] {
    margin-top: 0.25rem;
    color: var(--color-ink-strong);
    font-size: 0.9rem;
}

.spot-meta[b-5m0jpy7mhc] {
    margin-top: 0.25rem;
    color: var(--color-muted);
    font-size: 0.75rem;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .spots-overlay[b-5m0jpy7mhc] {
        top: var(--app-header-height, 4rem);
        right: max( 0px, calc((100vw - var(--app-max-width)) / 2) );
        bottom: 0;
        left: auto;
        width: min(26rem, 90vw);
        max-height: none;
        border-radius: 0;
        box-shadow: -0.75rem 0 2rem var(--shadow-strong);
    }
}

@media (min-width: 53rem) {
    .spots-overlay-backdrop[b-5m0jpy7mhc] {
        left: max( 0px, calc((100vw - var(--app-max-width)) / 2) );
        right: max( 0px, calc((100vw - var(--app-max-width)) / 2) );
    }
}
/* app/Components/Map/SpotSearchAndFiltering.razor.rz.scp.css */
.map-hint[b-ness2z16o7] {
    font-size: 0.9rem;
    color: var(--color-muted);
}

.form-group[b-ness2z16o7] {
    margin-bottom: 0.75rem;
}

    .form-group label[b-ness2z16o7] {
        display: block;
        margin-bottom: 0.25rem;
        font-weight: 600;
    }

.coordinates[b-ness2z16o7] {
    margin: 0.75rem 0;
    font-size: 0.85rem;
    color: var(--color-muted);
}

.pin-actions[b-ness2z16o7] {
    display: flex;
    gap: 0.5rem;
}

.spot-editor-backdrop[b-ness2z16o7] {
    position: fixed;
    inset: var(--app-header-height, 4rem) 0 0;
    z-index: 960;
    border: 0;
    background: rgba(15, 23, 42, 0.42);
}

.spot-editor-sheet[b-ness2z16o7] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 970;
    max-height: min(82dvh, 42rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.75rem 1rem calc(1rem + env(safe-area-inset-bottom));
    border-radius: 1rem 1rem 0 0;
    background: #fff;
    box-shadow: 0 -0.75rem 2rem var(--shadow-strong);
}

.spot-editor-handle[b-ness2z16o7] {
    width: 2.75rem;
    height: 0.3rem;
    margin: 0 auto 0.85rem;
    border-radius: 999px;
    background: var(--color-border-strong);
}

.spot-editor-sheet h4[b-ness2z16o7] {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .spot-editor-sheet[b-ness2z16o7] {
        right: auto;
        bottom: 1rem;
        left: 50%;
        width: min(30rem, calc(100% - 2rem));
        padding: 1rem;
        border-radius: 1rem;
        transform: translateX(-50%);
    }
}
/* app/Components/Map/SpotSearchFilterOverlay.razor.rz.scp.css */
.map-search-overlay[b-vrb10gcw1w] {
    position: absolute;
    top: 0.75rem;
    left: 50%;
    z-index: 30;
    width: min(calc(100% - 1.5rem), 34rem);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    pointer-events: none;
    transform: translateX(-50%);
}

    .map-search-overlay > *[b-vrb10gcw1w] {
        pointer-events: auto;
    }

.map-search-row[b-vrb10gcw1w] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
}

.map-search-input-group[b-vrb10gcw1w] {
    flex: 1 1 auto;
    min-width: 0;
    border-radius: 0.55rem;
    box-shadow: 0 0.25rem 1rem var(--shadow-strong);
}

    .map-search-input-group .form-control[b-vrb10gcw1w],
    .map-search-input-group .spot-filter-button[b-vrb10gcw1w] {
        background: var(--surface-glass);
        backdrop-filter: blur(8px);
    }

    .map-search-input-group .form-control[b-vrb10gcw1w] {
        min-height: 3rem;
    }

.spot-filter-button[b-vrb10gcw1w],
.spot-filter-button:hover[b-vrb10gcw1w],
.spot-filter-button:focus[b-vrb10gcw1w] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    color: var(--color-muted);
}

.spot-filter-icon[b-vrb10gcw1w] {
    width: 1rem;
    height: 1rem;
}

.spot-filter-active-dot[b-vrb10gcw1w] {
    position: absolute;
    top: 0.4rem;
    right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--color-danger);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.spot-reset-button[b-vrb10gcw1w] {
    flex: 0 0 auto;
    align-self: stretch;
    border-radius: 0.55rem;
    background: var(--surface-glass);
    box-shadow: 0 0.25rem 1rem var(--shadow-strong);
    backdrop-filter: blur(8px);
    white-space: nowrap;
}

.spot-type-filter-menu[b-vrb10gcw1w] {
    max-height: min(50vh, 22rem);
    max-height: min(50dvh, 22rem);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.65rem;
    border: 1px solid var(--shadow-soft);
    border-radius: 0.65rem;
    background: var(--surface-glass);
    box-shadow: 0 0.4rem 1.25rem var(--shadow-strong);
    backdrop-filter: blur(8px);
}

.spot-type-filter-divider[b-vrb10gcw1w] {
    width: 100%;
    margin: 0.35rem 0;
    border: 0;
    border-top: 1px solid var(--shadow-soft);
}

.spot-type-toggle-row[b-vrb10gcw1w] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0.35rem;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

    .spot-type-toggle-row:hover[b-vrb10gcw1w] {
        border-radius: 0.375rem;
        background: rgba(0, 0, 0, 0.04);
    }

.spot-type-toggle-label[b-vrb10gcw1w] {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.spot-type-color-dot[b-vrb10gcw1w] {
    width: 0.75rem;
    height: 0.75rem;
    flex: 0 0 0.75rem;
    border: 1px solid var(--shadow-soft);
    border-radius: 50%;
}

.spot-type-switch[b-vrb10gcw1w] {
    position: relative;
    width: 2.75rem;
    height: 1.5rem;
    flex: 0 0 2.75rem;
    border-radius: 999px;
    background: var(--color-border-strong);
    transition: background-color 0.15s ease-in-out;
}

    .spot-type-switch.is-on[b-vrb10gcw1w] {
        background: #198754;
    }

.spot-type-switch-knob[b-vrb10gcw1w] {
    position: absolute;
    top: 0.15rem;
    left: 0.15rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease-in-out;
}

.spot-type-switch.is-on .spot-type-switch-knob[b-vrb10gcw1w] {
    transform: translateX(1.25rem);
}
/* app/Components/Shared/Toast.razor.rz.scp.css */
.toast-stack[b-3g9gd55711] {
    position: fixed;
    top: max(0.75rem, env(safe-area-inset-top));
    left: 50%;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: min(24rem, calc(100% - 2rem));
    transform: translateX(-50%);
    pointer-events: none;
}

.toast-item[b-3g9gd55711] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--color-alert-danger-border);
    border-radius: 0.6rem;
    background: var(--color-alert-danger-bg);
    color: var(--color-alert-danger-text);
    box-shadow: 0 0.5rem 1.5rem var(--shadow-strong);
    pointer-events: auto;
}

.toast-message[b-3g9gd55711] {
    flex: 1 1 auto;
    font-size: 0.9rem;
    line-height: 1.35;
}

.toast-dismiss[b-3g9gd55711] {
    flex: 0 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: inherit;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

    .toast-dismiss:hover[b-3g9gd55711] {
        background: rgba(155, 28, 28, 0.1);
    }

    .toast-dismiss:focus-visible[b-3g9gd55711] {
        outline: 2px solid var(--color-alert-danger-text);
        outline-offset: 2px;
    }
/* app/Layout/AdminLayout.razor.rz.scp.css */
/*
 * Unlike MainLayout, the admin shell intentionally opts out of
 * --app-max-width: it is a wide, desktop-optimized surface with a
 * persistent left sidebar rather than a phone-width column.
 */
.admin-layout[b-df94fkyjra] {
    display: flex;
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--color-surface-muted);
}

.admin-sidebar[b-df94fkyjra] {
    position: sticky;
    top: 0;
    flex: 0 0 16rem;
    width: 16rem;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.5rem 1rem;
    border-right: 1px solid var(--color-border);
    background: #fff;
}

.admin-brand[b-df94fkyjra] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0.5rem 1.5rem;
    color: var(--color-ink);
    font-size: 1.2rem;
    font-weight: 750;
}

.admin-brand-logo[b-df94fkyjra] {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.4rem;
    object-fit: cover;
}

.admin-user[b-df94fkyjra] {
    margin: 0 0 1rem;
    padding: 0.9rem;
    border-radius: 0.75rem;
    background: var(--color-surface-alt);
}

.admin-user-label[b-df94fkyjra] {
    margin-bottom: 0.15rem;
    color: var(--color-muted);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.admin-user-name[b-df94fkyjra] {
    overflow: hidden;
    color: var(--color-ink);
    font-size: 0.93rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-nav[b-df94fkyjra] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

    .admin-nav[b-df94fkyjra]  a {
        min-height: 2.9rem;
        display: flex;
        align-items: center;
        gap: 0.85rem;
        padding: 0.65rem 0.9rem;
        border-radius: 0.7rem;
        color: var(--color-text);
        font-weight: 600;
        text-decoration: none;
    }

        .admin-nav[b-df94fkyjra]  a:hover {
            background: var(--color-primary-tint-weak);
            color: var(--color-primary-dark);
        }

        .admin-nav[b-df94fkyjra]  a.active {
            background: var(--color-primary-tint);
            color: var(--color-primary-dark);
        }

        .admin-nav[b-df94fkyjra]  a svg {
            width: 1.35rem;
            height: 1.35rem;
            flex: 0 0 1.35rem;
        }

.admin-sidebar-spacer[b-df94fkyjra] {
    flex: 1;
}

.admin-logout[b-df94fkyjra] {
    min-height: 2.9rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.65rem 0.9rem;
    border: 0;
    border-radius: 0.7rem;
    background: transparent;
    color: var(--color-danger);
    font: inherit;
    font-weight: 650;
    text-align: left;
    cursor: pointer;
}

    .admin-logout:hover[b-df94fkyjra] {
        background: var(--color-danger-tint);
    }

    .admin-logout svg[b-df94fkyjra] {
        width: 1.35rem;
        height: 1.35rem;
    }

.admin-main[b-df94fkyjra] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.admin-header[b-df94fkyjra] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4rem;
    box-sizing: border-box;
    padding: 0 2rem;
    border-bottom: 1px solid var(--color-border);
    background: var(--surface-glass);
    backdrop-filter: blur(12px);
}

.admin-header-title[b-df94fkyjra] {
    color: var(--color-ink);
    font-size: 1.15rem;
    font-weight: 750;
}

.admin-header-actions[b-df94fkyjra] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.admin-content[b-df94fkyjra] {
    flex: 1;
    box-sizing: border-box;
    padding: 2rem;
}

/*
 * Shared chrome for admin PAGE content, rendered through @Body.
 * Centralized here so the admin pages (Festivals, Users, Festival
 * Create) don't each redeclare the same header/table/form/button
 * styles - the same approach AuthLayout uses for its own pages.
 * ::deep reaches past the child page's own CSS-isolation scope.
 * .form-group (and its descendants) is also used by the map's spot
 * editor under MainLayout, so those rules are additionally anchored
 * to .admin-content to keep them from leaking outside this layout.
 */

[b-df94fkyjra] .admin-festivals-page,
[b-df94fkyjra] .admin-users-page {
    width: 100%;
    max-width: 64rem;
}

[b-df94fkyjra] .admin-festival-form-page {
    width: 100%;
    max-width: 40rem;
}

[b-df94fkyjra] .admin-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

    [b-df94fkyjra] .admin-page-header h1 {
        margin: 0 0 0.35rem;
        color: var(--color-ink);
        font-size: 1.75rem;
        font-weight: 750;
    }

    [b-df94fkyjra] .admin-page-header p {
        margin: 0;
        color: var(--color-muted);
    }

[b-df94fkyjra] .admin-primary-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    min-height: 2.75rem;
    padding: 0 1.1rem;
    border: 1px solid var(--color-primary);
    border-radius: 0.75rem;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

    [b-df94fkyjra] .admin-primary-button:hover {
        border-color: var(--color-primary-dark);
        background: var(--color-primary-dark);
        color: #fff;
    }

    [b-df94fkyjra] .admin-primary-button svg {
        width: 1.15rem;
        height: 1.15rem;
    }

[b-df94fkyjra] .admin-secondary-button {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 2.75rem;
    padding: 0 1.1rem;
    border: 1px solid var(--color-border-strong);
    border-radius: 0.75rem;
    background: #fff;
    color: var(--color-text);
    font-size: 0.95rem;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

    [b-df94fkyjra] .admin-secondary-button:hover {
        border-color: #b7bec7;
        background: var(--color-surface-muted);
        color: var(--color-text);
    }

[b-df94fkyjra] .admin-status {
    padding: 2rem 1rem;
    color: var(--color-muted);
    text-align: center;
}

[b-df94fkyjra] .admin-table-container {
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}

[b-df94fkyjra] .admin-table {
    width: 100%;
    border-collapse: collapse;
}

    [b-df94fkyjra] .admin-table th,
    [b-df94fkyjra] .admin-table td {
        padding: 0.85rem 1.25rem;
        text-align: left;
    }

    [b-df94fkyjra] .admin-table thead th {
        border-bottom: 1px solid var(--color-border);
        background: var(--color-surface-muted);
        color: var(--color-muted);
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    [b-df94fkyjra] .admin-table tbody tr:not(:last-child) td {
        border-bottom: 1px solid var(--color-surface-muted);
    }

    [b-df94fkyjra] .admin-table tbody tr:hover td {
        background: var(--color-surface-muted);
    }

    [b-df94fkyjra] .admin-table td {
        color: var(--color-text);
    }

    [b-df94fkyjra] .admin-table td.admin-table-primary {
        color: var(--color-ink);
        font-weight: 650;
    }

[b-df94fkyjra] .admin-form-card {
    padding: 1.75rem;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}

[b-df94fkyjra] .admin-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.admin-content[b-df94fkyjra]  .form-group {
    margin-bottom: 1.1rem;
}

    .admin-content[b-df94fkyjra]  .form-group label {
        display: block;
        margin-bottom: 0.35rem;
        color: var(--color-text);
        font-size: 0.9rem;
        font-weight: 650;
    }

    .admin-content[b-df94fkyjra]  .form-group .validation-message {
        display: block;
        margin-top: 0.3rem;
        color: var(--color-danger);
        font-size: 0.85rem;
    }

[b-df94fkyjra] .admin-form-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
    [b-df94fkyjra] .admin-form-row {
        grid-template-columns: 1fr;
    }
}
/* app/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-8bhs47yy62] {
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    place-items: center;
    padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    background: #fff;
}

.auth-shell[b-8bhs47yy62] {
    width: 100%;
    max-width: 28rem;
    min-width: 0;
}

/*
 * The actual page markup is supplied through @Body.
 * ::deep allows the isolated layout CSS to reach that markup.
 */

[b-8bhs47yy62] .auth-page {
    min-height: calc(100svh - 2rem);
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}

[b-8bhs47yy62] .auth-brand {
    margin: 0.75rem 0 2rem;
    text-align: center;
}

[b-8bhs47yy62] .auth-logo {
    display: block;
    width: min(72%, 15rem);
    max-height: 12rem;
    margin: 0 auto;
    object-fit: contain;
}

[b-8bhs47yy62] .auth-intro {
    margin-bottom: 1.75rem;
    text-align: center;
}

    [b-8bhs47yy62] .auth-intro h1 {
        margin: 0 0 0.35rem;
        font-size: 1.85rem;
        font-weight: 750;
        color: var(--color-ink);
    }

    [b-8bhs47yy62] .auth-intro p {
        max-width: 21rem;
        margin: 0 auto;
        color: var(--color-ink-strong);
        font-size: 1rem;
        line-height: 1.4;
    }

[b-8bhs47yy62] .auth-form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

[b-8bhs47yy62] .auth-field {
    margin-bottom: 1rem;
}

[b-8bhs47yy62] .auth-field-shell {
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    border: 2px solid #e7e7e7;
    border-radius: 0.8rem;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    [b-8bhs47yy62] .auth-field-shell:focus-within {
        border-color: var(--color-primary);
        box-shadow: 0 0 0 0.2rem rgba(23, 129, 51, 0.12);
    }

[b-8bhs47yy62] .auth-field-icon {
    width: 3.25rem;
    flex: 0 0 3.25rem;
    display: grid;
    place-items: center;
    color: var(--color-ink-strong);
}

    [b-8bhs47yy62] .auth-field-icon svg {
        width: 1.5rem;
        height: 1.5rem;
    }

[b-8bhs47yy62] .auth-input {
    min-width: 0;
    flex: 1;
    min-height: 3.5rem;
    padding: 0.75rem 0.75rem 0.75rem 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--color-ink-strong);
    font: inherit;
    font-size: 1rem;
    font-weight: 550;
}

    [b-8bhs47yy62] .auth-input::placeholder {
        color: var(--color-muted);
        opacity: 1;
    }

[b-8bhs47yy62] select.auth-input {
    padding-right: 2.5rem;
}

[b-8bhs47yy62] .auth-field-action {
    width: 3.25rem;
    min-height: 3.5rem;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--color-ink-strong);
    cursor: pointer;
}

    [b-8bhs47yy62] .auth-field-action svg {
        width: 1.5rem;
        height: 1.5rem;
    }

[b-8bhs47yy62] .auth-validation {
    display: block;
    margin: 0.3rem 0.25rem 0;
    color: var(--color-danger);
    font-size: 0.82rem;
}

[b-8bhs47yy62] .auth-form-spacer {
    flex: 1 1 3rem;
    min-height: 1.5rem;
}

[b-8bhs47yy62] .auth-primary-button,
[b-8bhs47yy62] .auth-secondary-button {
    width: 100%;
    min-height: 3.75rem;
    border-radius: 0.75rem;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

[b-8bhs47yy62] .auth-primary-button {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}

    [b-8bhs47yy62] .auth-primary-button:hover {
        background: var(--color-primary-dark);
        border-color: var(--color-primary-dark);
    }

    [b-8bhs47yy62] .auth-primary-button:disabled {
        opacity: 0.65;
        cursor: default;
    }

[b-8bhs47yy62] .auth-secondary-button {
    display: grid;
    place-items: center;
    border: 2px solid var(--color-primary);
    background: #fff;
    color: var(--color-primary);
    text-decoration: none;
}

    [b-8bhs47yy62] .auth-secondary-button:hover {
        background: #f2faf4;
        color: var(--color-primary-dark);
    }

[b-8bhs47yy62] .auth-separator {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
    color: var(--color-ink-strong);
}

    [b-8bhs47yy62] .auth-separator::before,
    [b-8bhs47yy62] .auth-separator::after {
        content: "";
        flex: 1;
        height: 2px;
        background: #ddd;
    }

[b-8bhs47yy62] .auth-alert {
    margin-bottom: 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.6rem;
    font-size: 0.9rem;
}

[b-8bhs47yy62] .auth-alert-error {
    border: 1px solid var(--color-alert-danger-border);
    background: var(--color-alert-danger-bg);
    color: var(--color-alert-danger-text);
}

[b-8bhs47yy62] .auth-alert-success {
    border: 1px solid var(--color-alert-success-border);
    background: var(--color-alert-success-bg);
    color: var(--color-primary-dark);
}

[b-8bhs47yy62] .auth-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

[b-8bhs47yy62] .route-loading {
    padding: 3rem 0;
    text-align: center;
    color: var(--color-muted);
}

@media (min-width: 576px) {
    .auth-shell[b-8bhs47yy62] {
        padding: 1.25rem;
        border: 1px solid #ededed;
        border-radius: 1.5rem;
        background: #fff;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
    }

    [b-8bhs47yy62] .auth-page {
        min-height: 42rem;
    }
}
/* app/Layout/MainLayout.razor.rz.scp.css */
.app-layout[b-4bxamlkj0v] {
    /*
     * The header consists of a 4rem content area plus an optional
     * safe area at the top of devices with a notch.
     */
    --app-header-height: calc(4rem + env(safe-area-inset-top));
    width: 100%;
    max-width: var(--app-max-width);
    min-height: 100vh;
    min-height: 100dvh;
    margin-inline: auto;
    background: var(--color-surface-muted);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
}

.app-header[b-4bxamlkj0v] {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--app-header-height);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    align-items: center;
    gap: 0.5rem;
    /*
     * The safe-area padding is included in --app-header-height.
     * The remaining height is the regular 4rem top bar.
     */
    padding: env(safe-area-inset-top) max(1rem, env(safe-area-inset-right)) 0 max(1rem, env(safe-area-inset-left));
    border-bottom: 1px solid var(--color-border);
    background: var(--surface-glass);
    backdrop-filter: blur(12px);
}

.menu-button[b-4bxamlkj0v] {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--color-ink);
    cursor: pointer;
}

    .menu-button:hover[b-4bxamlkj0v] {
        background: var(--color-surface-muted);
    }

    .menu-button:focus-visible[b-4bxamlkj0v] {
        outline: 2px solid var(--color-focus-blue);
        outline-offset: 2px;
    }

.menu-icon[b-4bxamlkj0v] {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.app-header-title[b-4bxamlkj0v] {
    min-width: 0;
    overflow: hidden;
    color: var(--color-ink);
    font-size: 1.15rem;
    font-weight: 750;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-header-actions[b-4bxamlkj0v] {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
}

    .app-header-actions[b-4bxamlkj0v]  .header-spots-button {
        position: relative;
        overflow: visible;
        width: 2.75rem;
        height: 2.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: transparent;
        color: var(--color-ink);
        cursor: pointer;
    }

        .app-header-actions[b-4bxamlkj0v]  .header-spots-button:hover,
        .app-header-actions[b-4bxamlkj0v]  .header-spots-button.is-open {
            background: #eef5ff;
            color: var(--color-accent-blue);
        }

        .app-header-actions[b-4bxamlkj0v]  .header-spots-button:focus-visible {
            outline: 2px solid var(--color-focus-blue);
            outline-offset: 2px;
        }

    .app-header-actions[b-4bxamlkj0v]  .header-spots-icon {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
    }

    .app-header-actions[b-4bxamlkj0v]  .header-spots-count {
        position: absolute;
        top: 0.05rem;
        right: -0.1rem;
        min-width: 1.15rem;
        height: 1.15rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.2rem;
        border: 2px solid #fff;
        border-radius: 999px;
        background: var(--color-accent-blue);
        color: #fff;
        font-size: 0.625rem;
        font-weight: 700;
        line-height: 1;
        box-sizing: border-box;
        pointer-events: none;
    }

.app-content[b-4bxamlkj0v] {
    /*
     * Child pages inherit these values. Map.razor uses them to cancel
     * the normal content padding only on small screens.
     */
    --app-content-padding-top: 1rem;
    --app-content-padding-right: max( 1rem, env(safe-area-inset-right) );
    --app-content-padding-bottom: max( 1rem, env(safe-area-inset-bottom) );
    --app-content-padding-left: max( 1rem, env(safe-area-inset-left) );
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: var(--app-content-padding-top) var(--app-content-padding-right) var(--app-content-padding-bottom) var(--app-content-padding-left);
}

@media (min-width: 992px) {
    .app-content[b-4bxamlkj0v] {
        --app-content-padding-top: 1.5rem;
        --app-content-padding-right: 2rem;
        --app-content-padding-bottom: 2rem;
        --app-content-padding-left: 2rem;
    }
}

@media (min-width: 53rem) {
    .app-layout[b-4bxamlkj0v] {
        border-right: 1px solid var(--color-border-strong);
        border-left: 1px solid var(--color-border-strong);
    }
}
/* app/Layout/NavMenu.razor.rz.scp.css */
.nav-backdrop[b-w7f3jvtgiz] {
    position: fixed;
    inset: 0;
    z-index: 1090;
    border: 0;
    background: rgba(15, 23, 42, 0.52);
}

.mobile-drawer[b-w7f3jvtgiz] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    width: min(84vw, 20rem);
    display: flex;
    flex-direction: column;
    padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
    background: #fff;
    box-shadow: 1rem 0 2.5rem var(--shadow-strong);
    transform: translateX(-105%);
    visibility: hidden;
    transition: transform 0.2s ease, visibility 0.2s ease;
}

    .mobile-drawer.is-open[b-w7f3jvtgiz] {
        transform: translateX(0);
        visibility: visible;
    }

.drawer-header[b-w7f3jvtgiz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 3rem;
    padding-bottom: 0.75rem;
}

.drawer-brand[b-w7f3jvtgiz] {
    color: var(--color-ink);
    font-size: 1.2rem;
    font-weight: 750;
}

.drawer-close[b-w7f3jvtgiz] {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

    .drawer-close:hover[b-w7f3jvtgiz] {
        background: var(--color-surface-muted);
    }

    .drawer-close svg[b-w7f3jvtgiz] {
        width: 1.4rem;
        height: 1.4rem;
    }

.drawer-user[b-w7f3jvtgiz] {
    margin: 0.5rem 0 1rem;
    padding: 0.9rem;
    border-radius: 0.75rem;
    background: var(--color-surface-alt);
}

.drawer-user-label[b-w7f3jvtgiz] {
    margin-bottom: 0.15rem;
    color: var(--color-muted);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.drawer-user-name[b-w7f3jvtgiz] {
    overflow: hidden;
    color: var(--color-ink);
    font-size: 0.93rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drawer-nav[b-w7f3jvtgiz] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

    .drawer-nav[b-w7f3jvtgiz]  a {
        min-height: 3.25rem;
        display: flex;
        align-items: center;
        gap: 0.85rem;
        padding: 0.75rem 0.9rem;
        border-radius: 0.7rem;
        color: var(--color-text);
        font-weight: 600;
        text-decoration: none;
    }

        .drawer-nav[b-w7f3jvtgiz]  a:hover {
            background: var(--color-primary-tint-weak);
            color: var(--color-primary-dark);
        }

        .drawer-nav[b-w7f3jvtgiz]  a.active {
            background: var(--color-primary-tint);
            color: var(--color-primary-dark);
        }

        .drawer-nav[b-w7f3jvtgiz]  a svg {
            width: 1.45rem;
            height: 1.45rem;
            flex: 0 0 1.45rem;
        }

.drawer-spacer[b-w7f3jvtgiz] {
    flex: 1;
}

.drawer-logout[b-w7f3jvtgiz] {
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.75rem 0.9rem;
    border: 0;
    border-radius: 0.7rem;
    background: transparent;
    color: var(--color-danger);
    font: inherit;
    font-weight: 650;
    text-align: left;
    cursor: pointer;
}

    .drawer-logout:hover[b-w7f3jvtgiz] {
        background: var(--color-danger-tint);
    }

    .drawer-logout svg[b-w7f3jvtgiz] {
        width: 1.45rem;
        height: 1.45rem;
    }

@media (min-width: 53rem) {
    .mobile-drawer[b-w7f3jvtgiz] {
        left: max( 0px, calc((100vw - var(--app-max-width)) / 2) );
    }
}
/* app/Pages/Admin/AdminFestivalDetails.razor.rz.scp.css */
.admin-festival-detail-page[b-3d3eppaxcq] {
    width: 100%;
    max-width: 72rem;
}

.admin-back-link[b-3d3eppaxcq] {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: var(--color-muted);
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none;
}

    .admin-back-link:hover[b-3d3eppaxcq] {
        color: var(--color-primary-dark);
    }

.admin-spots-button[b-3d3eppaxcq] {
    cursor: pointer;
}

.admin-festival-map[b-3d3eppaxcq] {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
}

.admin-map-actions[b-3d3eppaxcq] {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    z-index: 35;
    display: flex;
    gap: 0.65rem;
    transform: translateX(-50%);
}

.admin-map-action-button[b-3d3eppaxcq] {
    min-width: 9rem;
    min-height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.22);
}

    .admin-map-action-button svg[b-3d3eppaxcq] {
        width: 1.15rem;
        height: 1.15rem;
    }

@media (max-width: 575.98px) {
    .admin-map-actions[b-3d3eppaxcq] {
        width: calc(100% - 2rem);
    }

    .admin-map-action-button[b-3d3eppaxcq] {
        min-width: 0;
        flex: 1 1 0;
    }
}
/* app/Pages/Admin/AdminFestivals.razor.rz.scp.css */
.admin-selectable-row[b-337htngwry] {
    cursor: pointer;
}

    .admin-selectable-row:focus-visible[b-337htngwry] {
        outline: 2px solid var(--color-accent-blue);
        outline-offset: -2px;
    }

.admin-festival-link[b-337htngwry] {
    color: inherit;
    text-decoration: none;
}

    .admin-festival-link:hover[b-337htngwry] {
        color: var(--color-primary-dark);
        text-decoration: underline;
    }

.admin-table-action[b-337htngwry] {
    width: 2rem;
    color: var(--color-muted);
    text-align: right;
}

    .admin-table-action svg[b-337htngwry] {
        display: block;
        width: 1.15rem;
        height: 1.15rem;
        margin-left: auto;
    }
/* app/Pages/Festivals.razor.rz.scp.css */
.festival-selection-page[b-1h2wxnxdfq] {
    width: min(100%, 48rem);
    margin: 0 auto;
}

.festival-selection-header[b-1h2wxnxdfq] {
    margin: 1rem 0 1.5rem;
    text-align: center;
}

    .festival-selection-header h1[b-1h2wxnxdfq] {
        margin-bottom: 0.4rem;
        color: var(--color-ink);
        font-size: clamp(1.75rem, 7vw, 2.4rem);
        font-weight: 750;
    }

    .festival-selection-header p[b-1h2wxnxdfq] {
        max-width: 28rem;
        margin: 0 auto;
        color: var(--color-muted);
        line-height: 1.45;
    }

.festival-selection-status[b-1h2wxnxdfq] {
    padding: 2rem 1rem;
    color: var(--color-muted);
    text-align: center;
}

.festival-card-list[b-1h2wxnxdfq] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.festival-card[b-1h2wxnxdfq] {
    overflow: hidden;
    border: 1px solid var(--color-surface-muted);
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}

.festival-card-image[b-1h2wxnxdfq] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    background: var(--color-surface-muted);
}

.festival-card-content[b-1h2wxnxdfq] {
    padding: 1rem;
}

    .festival-card-content h2[b-1h2wxnxdfq] {
        margin: 0 0 0.75rem;
        color: var(--color-ink-strong);
        font-size: 1.25rem;
        font-weight: 700;
    }

.festival-card-meta[b-1h2wxnxdfq] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 1.25rem;
}

.festival-meta-row[b-1h2wxnxdfq] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--color-muted);
    font-size: 0.95rem;
}

    .festival-meta-row svg[b-1h2wxnxdfq] {
        width: 1.15rem;
        height: 1.15rem;
        flex: 0 0 1.15rem;
        color: var(--color-muted);
    }

.festival-select-button[b-1h2wxnxdfq] {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--color-primary);
    border-radius: 0.75rem;
    background: var(--color-primary);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

    .festival-select-button:hover[b-1h2wxnxdfq] {
        border-color: var(--color-primary-dark);
        background: var(--color-primary-dark);
        color: #fff;
    }

@media (min-width: 720px) {
    .festival-card-list[b-1h2wxnxdfq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* app/Pages/Map.razor.rz.scp.css */
.map-page[b-calponsxz1] {
    position: relative;
    min-width: 0;
    box-sizing: border-box;
    padding-bottom: 0;
}

.map-add-spot-button[b-calponsxz1] {
    position: fixed;
    left: 50%;
    bottom: calc(2.75rem + env(safe-area-inset-bottom));
    z-index: 1035;
    min-width: 11rem;
    min-height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding-inline: 1.4rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.22);
    transform: translateX(-50%);
}

    .map-add-spot-button svg[b-calponsxz1] {
        width: 1.25rem;
        height: 1.25rem;
    }

    .map-add-spot-button:hover:not(:disabled)[b-calponsxz1] {
        transform: translateX(-50%) translateY(-1px);
    }

    .map-add-spot-button:active:not(:disabled)[b-calponsxz1] {
        transform: translateX(-50%) translateY(0);
    }

/*
 * Mobile:
 * Cancel MainLayout's normal content padding so the map becomes
 * full-bleed and occupies exactly the area below the header.
 */
@media (max-width: 767.98px) {
    .map-page[b-calponsxz1] {
        width: calc( 100% + var(--app-content-padding-left, 1rem) + var(--app-content-padding-right, 1rem) );
        height: calc( 100vh - var(--app-header-height, 4rem) );
        height: calc( 100dvh - var(--app-header-height, 4rem) );
        margin-top: calc( 0px - var(--app-content-padding-top, 1rem) );
        margin-right: calc( 0px - var(--app-content-padding-right, 1rem) );
        margin-bottom: calc( 0px - var(--app-content-padding-bottom, 1rem) );
        margin-left: calc( 0px - var(--app-content-padding-left, 1rem) );
        padding: 0;
        overflow: hidden;
    }
}

/* Keep some breathing room around the map on larger screens. */
@media (min-width: 768px) {
    .map-page[b-calponsxz1] {
        padding-bottom: 1rem;
    }
}
