/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dmbos780pg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dmbos780pg] {
    flex: 1;
}

.sidebar[b-dmbos780pg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dmbos780pg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dmbos780pg]  a, .top-row[b-dmbos780pg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

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

    .top-row[b-dmbos780pg]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dmbos780pg] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-dmbos780pg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

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

    #blazor-error-ui .dismiss[b-dmbos780pg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xx0g5aagog],
.components-reconnect-repeated-attempt-visible[b-xx0g5aagog],
.components-reconnect-failed-visible[b-xx0g5aagog],
.components-pause-visible[b-xx0g5aagog],
.components-resume-failed-visible[b-xx0g5aagog],
.components-rejoining-animation[b-xx0g5aagog] {
    display: none;
}

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


#components-reconnect-modal[b-xx0g5aagog] {
    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-xx0g5aagog 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

        .components-rejoining-animation div:nth-child(3)[b-xx0g5aagog] {
            animation-delay: 0.8s;
        }

@keyframes components-rejoining-animation-b-xx0g5aagog {
    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;
    }
}        

@keyframes reconnect-bounce-b-xx0g5aagog {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.4;
    }

    40% {
        transform: scale(1.0);
        opacity: 1;
    }
}

#components-reconnect-modal:focus-visible[b-xx0g5aagog] {
    outline: none;
}

#components-reconnect-modal[b-xx0g5aagog] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9999;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(18, 18, 24, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    padding: 0;
    max-width: 280px;
    width: 100%;
    color: inherit;
}

.components-reconnect-container[b-xx0g5aagog] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 24px;
    text-align: center;
}

/* Text */
.components-reconnect-container p[b-xx0g5aagog] {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

/* Buttons */
#components-reconnect-button[b-xx0g5aagog],
#components-resume-button[b-xx0g5aagog] {
    margin-top: 4px;
    padding: 6px 20px;
    border-radius: 6px;
    border: 1px solid var(--mud-palette-primary);
    background: transparent;
    color: var(--mud-palette-primary);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

    #components-reconnect-button:hover[b-xx0g5aagog],
    #components-resume-button:hover[b-xx0g5aagog] {
        background: var(--mud-palette-primary);
        color: #fff;
    }

/* Visibility states — Blazor toggles these classes on <body> */
.components-reconnect-first-attempt-visible[b-xx0g5aagog],
.components-reconnect-repeated-attempt-visible[b-xx0g5aagog],
.components-reconnect-failed-visible[b-xx0g5aagog],
.components-pause-visible[b-xx0g5aagog],
.components-resume-failed-visible[b-xx0g5aagog] {
    display: none;
}

body.components-reconnect-show .components-reconnect-first-attempt-visible[b-xx0g5aagog],
body.components-reconnect-show .components-rejoining-animation[b-xx0g5aagog] {
    display: flex;
}

body.components-reconnect-show .components-reconnect-first-attempt-visible[b-xx0g5aagog] {
    display: block;
}

body.components-reconnect-failed .components-reconnect-failed-visible[b-xx0g5aagog] {
    display: block;
}

body.components-reconnect-failed #components-reconnect-button[b-xx0g5aagog] {
    display: inline-block;
}

body.components-reconnect-rejected .components-reconnect-failed-visible[b-xx0g5aagog] {
    display: block;
}

body.components-reconnect-show .components-reconnect-repeated-attempt-visible[b-xx0g5aagog] {
    display: none;
}

body.components-reconnect-failed .components-reconnect-first-attempt-visible[b-xx0g5aagog] {
    display: none;
}

body.components-paused .components-pause-visible[b-xx0g5aagog] {
    display: block;
}

body.components-paused #components-resume-button[b-xx0g5aagog] {
    display: inline-block;
}

body.components-resume-failed .components-resume-failed-visible[b-xx0g5aagog] {
    display: block;
}

body.components-resume-failed #components-resume-button[b-xx0g5aagog] {
    display: inline-block;
}
/* /Components/Pages/EventsPage.razor.rz.scp.css */
body[b-s51bzto42c] {
}

[b-s51bzto42c] .client-table {
    margin: auto;
    margin-top: 10px;
    max-width: 75vw;
    width: 80vw;
    width: 100%;
}

@media(max-width: 640px) {
    [b-s51bzto42c] .client-table {
        max-width: 90vw;
        width: 90vw;
    }
}
/* /Components/Pages/MapPage.razor.rz.scp.css */
/* Map Layout Container */
.map-wrapper[b-3htd44vpxe] {
    width: 100%;
    height: 100dvh; /* was 100vh */
}

/* Base layer for the map component */
.map-layer[b-3htd44vpxe] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Participant panel */
[b-3htd44vpxe] .participant-panel {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 350px;
    display: flex;
    flex-direction: column;
    z-index: 5000;
    background-color: rgb(var(--mud-palette-surface-rgb)) !important;
    max-height: 95vh;
}

[b-3htd44vpxe] .participant-list {
    overflow-y: auto;
    flex: 1;
}

/* Highlight selected row in the list */
[b-3htd44vpxe] .selected-participant-row {
    background: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
    border-left: 3px solid var(--mud-palette-primary) !important;
}

/* Search field */
[b-3htd44vpxe] .participant-search .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

/* Desktop center FAB */
[b-3htd44vpxe] .center-map-fab-desktop {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 5000;
}

/* Desktop event info — truncate long names */
.desktop-event-info[b-3htd44vpxe] {
    overflow: hidden;
    max-width: calc(350px - 48px - 32px);
}

    .desktop-event-info .mud-typography[b-3htd44vpxe] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Desktop header hidden on mobile */
[b-3htd44vpxe] .desktop-panel-header {
    display: flex;
}

/* Mobile action row — hidden on desktop */
.panel-mobile-actions[b-3htd44vpxe] {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
}

[b-3htd44vpxe] .panel-action-btn {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 50% !important;
}

/* Chevron rotation */
[b-3htd44vpxe] .chevron-btn {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    [b-3htd44vpxe] .chevron-btn:not(.chevron-collapsed) {
        transform: rotate(180deg);
    }

/* Mobile event info — truncate long names */
.event-info-mobile[b-3htd44vpxe] {
    overflow: hidden;
    max-width: calc(100% - 110px);
}

    .event-info-mobile .mud-typography[b-3htd44vpxe] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* ============================================================
   Participant Detail Card (bottom-center)
   ============================================================ */

.participant-detail-card[b-3htd44vpxe] {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(16px);
    z-index: 5000;
    width: min(420px, calc(100vw - 48px));
    background: rgba(18, 18, 24, 0.82);
    backdrop-filter: blur(20px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(255,255,255,0.06) inset;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

    .participant-detail-card.detail-card-visible[b-3htd44vpxe] {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

/* SOS banner */
.detail-sos-banner[b-3htd44vpxe] {
    display: flex;
    justify-content: center;
    padding: 8px 16px 0;
}

/* Inner layout */
.detail-card-inner[b-3htd44vpxe] {
    padding: 14px 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Identity row */
.detail-identity[b-3htd44vpxe] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.detail-bib[b-3htd44vpxe] {
    flex-shrink: 0;
    text-align: center;
    padding: 4px 10px;
    border-radius: 10px;
    background: rgba(var(--mud-palette-primary-rgb), 0.15);
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.3);
}

.detail-name-block[b-3htd44vpxe] {
    min-width: 0;
    flex: 1;
}

/* Stats grid */
.detail-stats-grid[b-3htd44vpxe] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.detail-stat[b-3htd44vpxe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 8px 4px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    text-align: center;
}

    .detail-stat .mud-typography[b-3htd44vpxe] {
        line-height: 1.2;
    }

/* Action row */
.detail-actions[b-3htd44vpxe] {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-3htd44vpxe] .detail-replay-btn {
    flex: 1;
    border-radius: 10px !important;
}

[b-3htd44vpxe] .detail-center-btn {
    border-radius: 10px !important;
}

[b-3htd44vpxe] .detail-close-btn {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
}

/* ============================================================
   Mobile breakpoint
   ============================================================ */
@media (max-width: 960px) {
    [b-3htd44vpxe] .desktop-panel-header {
        display: none !important;
    }

    .panel-mobile-actions[b-3htd44vpxe] {
        display: flex;
    }

    [b-3htd44vpxe] .participant-panel {
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 40dvh; 
        border-radius: 24px 24px 0 0 !important;
        transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

        [b-3htd44vpxe] .participant-panel.panel-collapsed {
            height: 70px;
            overflow: hidden;
        }

    /* On mobile the detail card sits just above the panel */
    .participant-detail-card[b-3htd44vpxe] {
        bottom: calc(40dvh + 12px);
        width: calc(100vw - 24px);
        border-radius: 16px;
    }

        /* When panel is collapsed the card moves down */
        .panel-collapsed ~ .participant-detail-card[b-3htd44vpxe],
        .participant-detail-card.panel-collapsed-offset[b-3htd44vpxe] {
            bottom: calc(70px + 12px);
        }

    .detail-card-inner[b-3htd44vpxe] {
        padding: 10px 12px 10px;
        gap: 8px;
    }

    .detail-stats-grid[b-3htd44vpxe] {
        gap: 6px;
    }

    .detail-stat[b-3htd44vpxe] {
        padding: 6px 4px;
    }

    .detail-actions[b-3htd44vpxe] {
        gap: 4px;
    }
    .detail-bib[b-3htd44vpxe] {
        padding: 3px 8px;
    }

    .detail-identity[b-3htd44vpxe] {
        gap: 10px;
    }
}

/* Flash animation (kept here for colocation) */
@keyframes flash-b-3htd44vpxe {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}
/* /Components/Pages/ParticipantReplay.razor.rz.scp.css */
.map-wrapper[b-d76su5k3il] {
    width: 100%;
    height: 100dvh; 
}

.map-layer[b-d76su5k3il] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

[b-d76su5k3il] .replay-panel {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: min(480px, calc(100vw - 32px));
    z-index: 1000;
    background-color: rgb(var(--mud-palette-surface-rgb)) !important;
}

@media (max-width: 960px) {
    [b-d76su5k3il] .replay-panel {
        bottom: 0;
        border-radius: 24px 24px 0 0 !important;
        width: 100%;
        max-height: 45dvh;
        overflow-y: auto;
        left: 0;
        transform: none;
    }
}
/* /Components/Pages/UsersPage.razor.rz.scp.css */
body[b-ocudc11564] {
}

[b-ocudc11564] .client-table {
    margin: auto;
    margin-top: 10px;
    max-width: 75vw;
    width: 80vw;
    width: 100%;
}

@media(max-width: 640px) {
    [b-ocudc11564] .client-table {
        max-width: 90vw;
        width: 90vw;
    }
}
/* /Components/Shared/Dialogs/ParticipantLocationsDialog.razor.rz.scp.css */
body[b-75ku1xku0b] {
}

.stats-grid[b-75ku1xku0b] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.stat-card[b-75ku1xku0b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 10px 6px;
    border-radius: 12px;
    background: rgba(var(--mud-palette-primary-rgb), 0.05);
    border: 1px solid rgba(var(--mud-palette-lines-default-rgb), 1);
    text-align: center;
}

[b-75ku1xku0b] .day-table th {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

[b-75ku1xku0b] .positions-expansion {
    border: 1px solid rgba(var(--mud-palette-lines-default-rgb), 1);
    border-radius: 8px !important;
    overflow: hidden;
}

.positions-list[b-75ku1xku0b] {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 240px;
    overflow-y: auto;
    font-size: 0.78rem;
    font-family: monospace;
}

    .positions-list li[b-75ku1xku0b] {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 2px 0;
        border-bottom: 1px solid rgba(var(--mud-palette-lines-default-rgb), 1);
    }

.position-text[b-75ku1xku0b] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Shared/LeafletMap.razor.rz.scp.css */
/* LeafletMap.razor.css — scoped component styles */

/* ── Container ─────────────────────────────────────────────────────────────── */

.lm-wrapper[b-iois7jl5t6] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255 255 255 / .08),
                0 4px 24px rgba(0 0 0 / .45);
}

.lm-map[b-iois7jl5t6] {
    width:  100%;
    height: 100%;
    background: #0f172a;   /* dark fallback while tiles load */
}

/* ── Leaflet attribution – darker theme ───────────────────────────────────── */

:global(.leaflet-control-attribution)[b-iois7jl5t6] {
    background: rgba(15 23 42 / .85) !important;
    color: #64748b !important;
    font-size: 10px !important;
    backdrop-filter: blur(4px);
}

:global(.leaflet-control-attribution a)[b-iois7jl5t6] {
    color: #38bdf8 !important;
}

/* ── Zoom control ─────────────────────────────────────────────────────────── */

:global(.leaflet-control-zoom a)[b-iois7jl5t6] {
    background: rgba(15 23 42 / .9) !important;
    color: #94a3b8 !important;
    border-color: rgba(255 255 255 / .1) !important;
    backdrop-filter: blur(4px);
    transition: color .15s, background .15s;
}

:global(.leaflet-control-zoom a:hover)[b-iois7jl5t6] {
    background: rgba(30 41 59 / .95) !important;
    color: #f1f5f9 !important;
}

/* ── Dot markers ──────────────────────────────────────────────────────────── */

:global(.lm-dot)[b-iois7jl5t6] {
    display: block;
    border-radius: 50%;
    border: 2px solid rgba(255 255 255 / .25);
    position: relative;
    transition: transform .2s ease;
}

:global(.lm-dot:hover)[b-iois7jl5t6] {
    transform: scale(1.35);
}

/* Pulse ring */
:global(.lm-pulse-ring)[b-iois7jl5t6] {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid;            /* colour set inline */
    opacity: 0;
    animation: lm-pulse 2s ease-out infinite;
}

/* ── Tooltip ──────────────────────────────────────────────────────────────── */

:global(.lm-tooltip)[b-iois7jl5t6] {
    background: rgba(15 23 42 / .92) !important;
    border: 1px solid rgba(255 255 255 / .1) !important;
    color: #e2e8f0 !important;
    font-family: 'JetBrains Mono', 'Fira Code', monospace !important;
    font-size: 11px !important;
    border-radius: 4px !important;
    padding: 3px 7px !important;
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px rgba(0 0 0 / .4) !important;
    white-space: nowrap;
}

:global(.lm-tooltip::before)[b-iois7jl5t6] {
    border-top-color: rgba(255 255 255 / .1) !important;
}

/* ── Popup ────────────────────────────────────────────────────────────────── */

:global(.lm-popup .leaflet-popup-content-wrapper)[b-iois7jl5t6] {
    background: rgba(15 23 42 / .95) !important;
    border: 1px solid rgba(255 255 255 / .1) !important;
    color: #e2e8f0 !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 32px rgba(0 0 0 / .5) !important;
    backdrop-filter: blur(8px);
}

:global(.lm-popup .leaflet-popup-tip)[b-iois7jl5t6] {
    background: rgba(15 23 42 / .95) !important;
}

:global(.lm-popup .leaflet-popup-close-button)[b-iois7jl5t6] {
    color: #64748b !important;
}

:global(.lm-icon-wrapper)[b-iois7jl5t6] {
    background: none !important;
    border: none !important;
}

:global(.leaflet-div-icon)[b-iois7jl5t6] {
    background: none !important;
    border: none !important;
}
