/* /Components/Layout/MainLayout.razor.rz.scp.css */
.sv-header[b-y34oay6i0m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 1.25rem;
    width: max(100%, 980px);
    box-sizing: border-box;
    background: #0f172a;
    color: #f8fafc;
    border-bottom: 1px solid #1e293b;
}

.sv-header__title-link[b-y34oay6i0m] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f8fafc;
    text-decoration: none;
}

.sv-header__title-link:hover[b-y34oay6i0m] {
    color: #ffffff;
}

.sv-header__nav[b-y34oay6i0m] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-left: auto;
}

.sv-header__nav a[b-y34oay6i0m] {
    color: #cbd5e1;
    text-decoration: none;
    padding: 0.2rem 0.35rem;
    border-radius: 6px;
}

.sv-header__nav a:hover[b-y34oay6i0m] {
    color: #ffffff;
    background: #1e293b;
}

.sv-header__account[b-y34oay6i0m] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.sv-header__user-link[b-y34oay6i0m] {
    color: #cbd5e1;
    text-decoration: none;
    padding: 0.2rem 0.35rem;
    border-radius: 6px;
}

.sv-header__user-link:hover[b-y34oay6i0m] {
    color: #ffffff;
    background: #1e293b;
}

.sv-header__menu[b-y34oay6i0m] {
    position: relative;
}

.sv-header__menu summary[b-y34oay6i0m] {
    list-style: none;
    cursor: pointer;
    color: #cbd5e1;
    padding: 0.2rem 0.35rem;
    border-radius: 6px;
}

.sv-header__menu summary[b-y34oay6i0m]::-webkit-details-marker {
    display: none;
}

.sv-header__menu summary:hover[b-y34oay6i0m],
.sv-header__menu[open] summary[b-y34oay6i0m] {
    color: #ffffff;
    background: #1e293b;
}

.sv-header__menu-items[b-y34oay6i0m] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    display: flex;
    flex-direction: column;
    min-width: 220px;
    padding: 0.4rem;
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.3);
    z-index: 10;
}

.sv-header__menu-items a[b-y34oay6i0m] {
    white-space: nowrap;
}

.sv-header__logout[b-y34oay6i0m] {
    display: inline;
}

.sv-header__logout button[b-y34oay6i0m] {
    margin-left: 0.75rem;
    border: 1px solid #334155;
    background: #1e293b;
    color: #f8fafc;
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
    cursor: pointer;
}

main[b-y34oay6i0m] {
    max-width: 980px;
    margin: 1.5rem auto;
    padding: 0 1rem;
}

#blazor-error-ui[b-y34oay6i0m] {
    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-y34oay6i0m] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c9iztn8xvf],
.components-reconnect-repeated-attempt-visible[b-c9iztn8xvf],
.components-reconnect-failed-visible[b-c9iztn8xvf],
.components-pause-visible[b-c9iztn8xvf],
.components-resume-failed-visible[b-c9iztn8xvf],
.components-rejoining-animation[b-c9iztn8xvf] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-c9iztn8xvf {
    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/NederlandKaart.razor.rz.scp.css */
.nlk-shell[b-i0zls8yqtx] {
    position: relative;
    min-height: 0;
}

.nlk-reset[b-i0zls8yqtx] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
}

.nlk-canvas[b-i0zls8yqtx] {
    position: relative;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    background:
        radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.06), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    cursor: grab;
    user-select: none;
}

.nlk-canvas--dragging[b-i0zls8yqtx] {
    cursor: grabbing;
}

.nlk-svg[b-i0zls8yqtx] {
    width: 100%;
    height: 100%;
    display: block;
}

.nlk-leeg[b-i0zls8yqtx] {
    padding: 1rem;
    border: 1px dashed #94a3b8;
    border-radius: 0.75rem;
    color: #475569;
    background: #f8fafc;
}

.nlk-verbinding[b-i0zls8yqtx] {
    stroke: #475569;
    stroke-width: 1.2;
    opacity: 0.5;
}

.nlk-verbinding--highlighted[b-i0zls8yqtx],
.nlk-verbinding--selected[b-i0zls8yqtx] {
    stroke: #dc2626;
    stroke-width: 2.2;
    opacity: 0.8;
}

.nlk-marker[b-i0zls8yqtx] {
    cursor: pointer;
}

.nlk-marker circle[b-i0zls8yqtx] {
    fill: #0f172a;
    stroke: #f8fafc;
    stroke-width: 0.36;
    transition: fill 0.12s ease, stroke 0.12s ease, stroke-width 0.12s ease;
}

.nlk-marker[b-i0zls8yqtx]  .nlk-marker-label {
    fill: #0f172a;
    font-size: 3px;
    paint-order: stroke;
    stroke: #f8fafc;
    stroke-width: 0.1px;
    stroke-linejoin: round;
    pointer-events: none;
}

.nlk-marker--hover circle[b-i0zls8yqtx] {
    fill: #2563eb;
}

.nlk-marker--dimmed[b-i0zls8yqtx] {
    opacity: 0.5;
}

.nlk-marker--highlighted circle[b-i0zls8yqtx] {
    fill: #f97316;
    stroke: #7c2d12;
    stroke-width: 0.45;
}

.nlk-marker--selected circle[b-i0zls8yqtx] {
    fill: #dc2626;
    stroke: #7f1d1d;
    stroke-width: 0.54;
}
/* /Components/Pages/Changelog.razor.rz.scp.css */
.changelog-release[b-38b200pj8h] {
    border-left: 4px solid #cbd5e1;
}

.changelog-release--current[b-38b200pj8h] {
    border-left-color: #0b5ed7;
    box-shadow: 0 8px 24px rgba(11, 94, 215, 0.08);
}

.changelog-release__header[b-38b200pj8h] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.changelog-release__title[b-38b200pj8h] {
    margin: 0.35rem 0 0;
    color: #475569;
}

.changelog-release__meta[b-38b200pj8h] {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    color: #475569;
    font-size: 0.92rem;
}

.changelog-release__badge[b-38b200pj8h] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 600;
}

.changelog-release__items[b-38b200pj8h] {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
}

.changelog-release__items li + li[b-38b200pj8h] {
    margin-top: 0.45rem;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.landing-page__hero[b-hgy894z66v] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.landing-page__eyebrow[b-hgy894z66v] {
    display: inline-block;
    margin-bottom: 0.4rem;
    color: #1d4ed8;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.landing-page__version[b-hgy894z66v] {
    margin: 0.5rem 0 0;
    color: #475569;
    font-size: 1rem;
}

.landing-page__release[b-hgy894z66v] {
    min-width: 180px;
    padding: 0.85rem 1rem;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: #f8fbff;
}

.landing-page__release span[b-hgy894z66v] {
    display: block;
    color: #475569;
    font-size: 0.9rem;
}

.landing-page__release strong[b-hgy894z66v] {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.1rem;
}

.landing-page__intro[b-hgy894z66v] {
    margin: 1rem 0 0;
    white-space: pre-line;
    line-height: 1.65;
}

.landing-page__actions[b-hgy894z66v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}

.landing-page__action[b-hgy894z66v] {
    display: block;
    padding: 1rem;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    background: #f8fafc;
    color: inherit;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.landing-page__action:hover[b-hgy894z66v] {
    background: #eff6ff;
    border-color: #93c5fd;
    transform: translateY(-1px);
}

.landing-page__action strong[b-hgy894z66v] {
    display: block;
    margin-bottom: 0.35rem;
}

.landing-page__action span[b-hgy894z66v] {
    color: #475569;
}
/* /Components/Pages/SignaleringsbeeldViewer.razor.rz.scp.css */
.sb-viewer[b-nu09623qpd] {
    position: fixed;
    top: var(--sv-header-height, 63px);
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.sb-content[b-nu09623qpd] {
    position: relative;
    flex: 1;
    min-height: 0;
}

.sb-toolbar[b-nu09623qpd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.4rem 1rem;
    background: #0f172a;
    border-bottom: 1px solid #334155;
    flex-shrink: 0;
    min-height: 44px;
}

.sb-toolbar__title[b-nu09623qpd] {
    color: #f8fafc;
    font-weight: 600;
    font-size: 0.95rem;
}

.sb-toolbar__desc[b-nu09623qpd] {
    color: #94a3b8;
    font-size: 0.85rem;
}

.sb-toolbar__toggle[b-nu09623qpd] {
    margin-left: auto;
}

.sb-svg-area[b-nu09623qpd] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1e293b;
    user-select: none;
}

.sb-diag-toggle[b-nu09623qpd] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    padding: 0.2rem 0.45rem;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    color: #e2e8f0;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    cursor: pointer;
}

.sb-diag-toggle:hover[b-nu09623qpd] {
    background: rgba(30, 41, 59, 0.92);
}

.sb-diag-panel[b-nu09623qpd] {
    position: absolute;
    top: 3.2rem;
    left: 1rem;
    z-index: 3;
    width: min(28rem, calc(100vw - 2rem));
    max-height: min(34rem, calc(100vh - 10rem));
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border-radius: 0.9rem;
    background: rgba(15, 23, 42, 0.94);
    color: #e2e8f0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.sb-diag-panel__header[b-nu09623qpd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.sb-diag-panel__close[b-nu09623qpd] {
    border: 0;
    background: transparent;
    color: #cbd5e1;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.sb-diag-panel__grid[b-nu09623qpd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 0.9rem;
    font-size: 0.8rem;
}

.sb-diag-panel__grid > div[b-nu09623qpd] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.sb-diag-panel details[b-nu09623qpd] {
    font-size: 0.8rem;
}

.sb-diag-panel summary[b-nu09623qpd] {
    cursor: pointer;
    color: #f8fafc;
    font-weight: 600;
}

.sb-diag-panel ul[b-nu09623qpd],
.sb-diag-panel__lijst[b-nu09623qpd] {
    margin: 0.55rem 0 0;
    padding-left: 1.15rem;
}

.sb-diag-panel__lijst[b-nu09623qpd] {
    display: grid;
    gap: 0.45rem;
}

.sb-diag-panel__lijst li[b-nu09623qpd] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.sb-diag-panel__lijst code[b-nu09623qpd] {
    color: #93c5fd;
    word-break: break-all;
}

.sb-diag-panel__item--verborgen[b-nu09623qpd] {
    color: #94a3b8;
}

.sb-kaart-panel[b-nu09623qpd] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: min(25rem, calc(100vw - 2rem));
    height: min(38rem, calc(100vh - 9rem));
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border-radius: 0.9rem;
    background: rgba(248, 250, 252, 0.97);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.28);
    transform: scale(0.45);
    transform-origin: top right;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    z-index: 2;
}

.sb-kaart-panel:hover[b-nu09623qpd],
.sb-kaart-panel:focus-within[b-nu09623qpd] {
    transform: scale(1);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.34);
}

.sb-kaart-panel__header[b-nu09623qpd] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    color: #0f172a;
}

.sb-kaart-panel__subtitle[b-nu09623qpd] {
    margin-top: 0.15rem;
    color: #475569;
    font-size: 0.78rem;
}

.sb-kaart-panel__status[b-nu09623qpd],
.sb-kaart-panel__empty[b-nu09623qpd],
.sb-kaart-panel__footer[b-nu09623qpd] {
    margin: 0;
    color: #334155;
    font-size: 0.8rem;
}

.sb-kaart-panel__kaart[b-nu09623qpd] {
    flex: 1;
    min-height: 0;
}

.sb-kaart-panel__kaart :deep(.nlk-reset)[b-nu09623qpd] {
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.sb-kaart-panel__footer[b-nu09623qpd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.sb-status[b-nu09623qpd] {
    color: #94a3b8;
    padding: 2rem;
    margin: 0;
}

@media (max-width: 900px) {
    .sb-kaart-panel[b-nu09623qpd] {
        width: min(22rem, calc(100vw - 2rem));
        height: min(18rem, calc(100vh - 10rem));
    }

    .sb-diag-panel[b-nu09623qpd] {
        width: min(24rem, calc(100vw - 2rem));
    }
}

@media (max-width: 640px) {
    .sb-toolbar[b-nu09623qpd] {
        flex-wrap: wrap;
    }

    .sb-toolbar__toggle[b-nu09623qpd] {
        margin-left: 0;
    }

    .sb-kaart-panel[b-nu09623qpd] {
        left: 1rem;
        right: 1rem;
        width: auto;
        height: min(16rem, calc(100vh - 12rem));
    }

    .sb-diag-panel[b-nu09623qpd] {
        right: 1rem;
        width: auto;
    }

    .sb-diag-panel__grid[b-nu09623qpd] {
        grid-template-columns: 1fr;
    }
}

/* Koppelknop: oranje bolletje licht iets op bij hover voor visuele feedback. */
:deep(.sb-element-aansluiting:hover circle:first-of-type + circle)[b-nu09623qpd] {
    fill: #fb923c;
}
/* /Components/Pages/TreinDetail.razor.rz.scp.css */
.td-terug[b-4410nvuc7e] {
    display: inline-block;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    color: #475569;
    text-decoration: none;
}

.td-terug:hover[b-4410nvuc7e] {
    color: #0b5ed7;
}

.td-meta[b-4410nvuc7e] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: #475569;
}

.td-acties[b-4410nvuc7e] {
    margin-top: 0.85rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* ── Volgordelijst ─────────────────────────────────────────────────────── */

.volgorde-lijst[b-4410nvuc7e] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.volgorde-item[b-4410nvuc7e] {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.volgorde-item--activiteit[b-4410nvuc7e] {
    border-left: 4px solid #dc2626;
}

.volgorde-item--rijweg[b-4410nvuc7e] {
    border-left: 4px solid #0b5ed7;
}

.volgorde-item__header[b-4410nvuc7e] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    background: #ffffff;
    user-select: none;
}

.volgorde-item--activiteit .volgorde-item__header:hover[b-4410nvuc7e] {
    background: #fef2f2;
}

.volgorde-item--rijweg .volgorde-item__header:hover[b-4410nvuc7e] {
    background: #eff6ff;
}

.volgorde-badge[b-4410nvuc7e] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex-shrink: 0;
}

.volgorde-badge--activiteit[b-4410nvuc7e] {
    background: #fee2e2;
    color: #991b1b;
}

.volgorde-badge--rijweg[b-4410nvuc7e] {
    background: #dbeafe;
    color: #1e40af;
}

.volgorde-item__tijd[b-4410nvuc7e] {
    font-family: monospace;
    font-size: 0.9rem;
    color: #475569;
    flex-shrink: 0;
}

.volgorde-item__soort[b-4410nvuc7e] {
    font-size: 0.85rem;
    color: #64748b;
    flex-shrink: 0;
}

.volgorde-item__drp[b-4410nvuc7e],
.volgorde-item__pplg[b-4410nvuc7e] {
    font-size: 0.95rem;
}

.volgorde-item__omschrijving[b-4410nvuc7e] {
    font-size: 0.9rem;
    color: #475569;
}

.volgorde-item__spoor[b-4410nvuc7e] {
    font-size: 0.82rem;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
}

.volgorde-item__volgnr[b-4410nvuc7e] {
    font-size: 0.85rem;
    color: #64748b;
    flex-shrink: 0;
}

.volgorde-item__sporen[b-4410nvuc7e] {
    font-family: monospace;
    font-size: 0.9rem;
}

.volgorde-item__dwang[b-4410nvuc7e] {
    font-size: 0.8rem;
    color: #92400e;
    background: #fef3c7;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
}

.volgorde-item__chevron[b-4410nvuc7e] {
    margin-left: auto;
    font-size: 0.75rem;
    color: #94a3b8;
    flex-shrink: 0;
}

/* ── Detail-uitklapvlak ───────────────────────────────────────────────── */

.volgorde-item__detail[b-4410nvuc7e] {
    border-top: 1px solid #e2e8f0;
    padding: 0.6rem 0.75rem;
    background: #f8fafc;
}

.detail-table[b-4410nvuc7e] {
    border-collapse: collapse;
    font-size: 0.88rem;
}

.detail-table th[b-4410nvuc7e],
.detail-table td[b-4410nvuc7e] {
    padding: 0.25rem 0.6rem 0.25rem 0;
    text-align: left;
    vertical-align: top;
}

.detail-table th[b-4410nvuc7e] {
    color: #64748b;
    font-weight: 600;
    white-space: nowrap;
    padding-right: 1rem;
}
/* /Components/Pages/TreinPlayback.razor.rz.scp.css */
.tp-viewer[b-ww52dzw2jl] {
    position: fixed;
    top: var(--sv-header-height, 63px);
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #0f172a;
}

.tp-toolbar[b-ww52dzw2jl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    background: #111827;
    border-bottom: 1px solid #334155;
    flex-shrink: 0;
}

.tp-toolbar__titleblock[b-ww52dzw2jl] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.tp-toolbar__title[b-ww52dzw2jl] {
    color: #f8fafc;
    font-weight: 700;
}

.tp-toolbar__meta[b-ww52dzw2jl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: #94a3b8;
    font-size: 0.85rem;
}

.tp-toolbar__controls[b-ww52dzw2jl] {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tp-status-shell[b-ww52dzw2jl] {
    padding: 1rem;
}

.tp-opstart-panel[b-ww52dzw2jl] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: 34rem;
}

.tp-opstart-panel h2[b-ww52dzw2jl] {
    margin: 0;
}

.tp-opstart-detail[b-ww52dzw2jl] {
    margin: 0;
    color: #475569;
}

.tp-opstart-meta[b-ww52dzw2jl] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    font-size: 0.88rem;
    color: #64748b;
}

.tp-progress[b-ww52dzw2jl] {
    width: 100%;
    height: 0.85rem;
    overflow: hidden;
    border-radius: 999px;
    background: #dbe4ee;
}

.tp-progress__bar[b-ww52dzw2jl] {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
    transition: width 0.2s ease;
}

.tp-timeline-panel[b-ww52dzw2jl] {
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid #334155;
    background: #111827;
}

.tp-timeline-panel__head[b-ww52dzw2jl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.65rem;
}

.tp-timeline-panel__head h2[b-ww52dzw2jl] {
    margin: 0;
    color: #f8fafc;
    font-size: 1rem;
}

.tp-timeline-panel__status[b-ww52dzw2jl] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: #cbd5e1;
    font-size: 0.85rem;
}

.tp-content[b-ww52dzw2jl] {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: 25rem minmax(0, 1fr) 24rem;
}

.tp-sidebar[b-ww52dzw2jl] {
    min-height: 0;
    overflow: auto;
    background: #f8fafc;
    border-right: 1px solid #cbd5e1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 0.85rem;
}

.tp-panel[b-ww52dzw2jl] {
    background: #ffffff;
    border: 1px solid #dbe4ee;
    border-radius: 0.9rem;
    padding: 0.9rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.tp-panel--fill[b-ww52dzw2jl] {
    flex: 1;
    min-height: 16rem;
    display: flex;
    flex-direction: column;
}

.tp-panel h2[b-ww52dzw2jl] {
    margin: 0;
    font-size: 1rem;
    color: #0f172a;
}

.tp-panel__head[b-ww52dzw2jl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.tp-current[b-ww52dzw2jl] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tp-current__title[b-ww52dzw2jl] {
    font-weight: 700;
    color: #0f172a;
}

.tp-current__subtitle[b-ww52dzw2jl] {
    color: #475569;
    font-size: 0.92rem;
}

.tp-grid[b-ww52dzw2jl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 0.9rem;
    font-size: 0.9rem;
}

.tp-grid--details[b-ww52dzw2jl] {
    margin-top: 0.75rem;
}

.tp-grid > div[b-ww52dzw2jl] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.tp-inline-status[b-ww52dzw2jl] {
    margin: 0;
}

.tp-timeline[b-ww52dzw2jl] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow: auto;
}

.tp-timeline--horizontal[b-ww52dzw2jl] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(16rem, 19rem);
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.2rem;
}

.tp-timeline__item[b-ww52dzw2jl] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    width: 100%;
    text-align: left;
    padding: 0.7rem 0.8rem;
    border: 1px solid #d1d5db;
    border-radius: 0.75rem;
    background: #f8fafc;
    color: #0f172a;
    cursor: pointer;
}

.tp-timeline__item:hover[b-ww52dzw2jl] {
    border-color: #93c5fd;
    background: #eff6ff;
}

.tp-timeline__item--actief[b-ww52dzw2jl] {
    border-color: #2563eb;
    background: #dbeafe;
    box-shadow: inset 0 0 0 1px #2563eb;
}

.tp-timeline__meta[b-ww52dzw2jl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #475569;
}

.tp-timeline__sub[b-ww52dzw2jl],
.tp-timeline__hint[b-ww52dzw2jl] {
    font-size: 0.82rem;
    color: #64748b;
}

.tp-playing-indicator[b-ww52dzw2jl] {
    color: #166534;
    font-size: 0.85rem;
    font-weight: 600;
}

.tp-step-type-badge[b-ww52dzw2jl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tp-step-type-badge--activiteit[b-ww52dzw2jl] {
    color: #1d4ed8;
    background: #dbeafe;
}

.tp-step-type-badge--rijweg[b-ww52dzw2jl] {
    color: #92400e;
    background: #ffedd5;
}

.tp-stage[b-ww52dzw2jl] {
    position: relative;
    min-width: 0;
    min-height: 0;
    background: #1e293b;
}

.tp-svg-area[b-ww52dzw2jl] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1e293b;
    user-select: none;
}

.tp-stage__status[b-ww52dzw2jl] {
    margin: 0;
    padding: 1rem;
    color: #e2e8f0;
}

.tp-stage__placeholder-shell[b-ww52dzw2jl] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.tp-stage__placeholder[b-ww52dzw2jl] {
    width: min(34rem, 100%);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    text-align: left;
}

.tp-stage__placeholder h2[b-ww52dzw2jl] {
    margin: 0;
}

.tp-stage__placeholder-text[b-ww52dzw2jl] {
    margin: 0;
}

.tp-stage__placeholder-diag[b-ww52dzw2jl] {
    border-top: 1px solid #dbe4ee;
    padding-top: 0.75rem;
}

.tp-map-panel[b-ww52dzw2jl] {
    min-height: 0;
    overflow: auto;
    background: rgba(248, 250, 252, 0.98);
    border-left: 1px solid #cbd5e1;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.85rem;
}

.tp-map-panel__header[b-ww52dzw2jl] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    color: #0f172a;
}

.tp-map-panel__subtitle[b-ww52dzw2jl] {
    margin-top: 0.15rem;
    color: #475569;
    font-size: 0.78rem;
}

.tp-map-panel__status[b-ww52dzw2jl],
.tp-map-panel__empty[b-ww52dzw2jl],
.tp-map-panel__footer[b-ww52dzw2jl] {
    margin: 0;
    color: #334155;
    font-size: 0.82rem;
}

.tp-map-panel__kaart[b-ww52dzw2jl] {
    flex: 1;
    min-height: 20rem;
}

.tp-map-panel__kaart :deep(.nlk-reset)[b-ww52dzw2jl] {
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.tp-map-panel__footer[b-ww52dzw2jl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.tp-diag-list[b-ww52dzw2jl],
.tp-route-list[b-ww52dzw2jl] {
    margin: 0.75rem 0 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.4rem;
}

.tp-route-list li[b-ww52dzw2jl] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.tp-route-list code[b-ww52dzw2jl] {
    color: #1d4ed8;
    word-break: break-all;
}

.tp-route-list__item--muted[b-ww52dzw2jl] {
    color: #94a3b8;
}

@media (max-width: 1600px) {
    .tp-content[b-ww52dzw2jl] {
        grid-template-columns: 22rem minmax(0, 1fr) 21rem;
    }
}

@media (max-width: 1280px) {
    .tp-content[b-ww52dzw2jl] {
        grid-template-columns: 22rem minmax(0, 1fr);
    }

    .tp-map-panel[b-ww52dzw2jl] {
        display: none;
    }
}

@media (max-width: 760px) {
    .tp-toolbar[b-ww52dzw2jl] {
        flex-wrap: wrap;
    }

    .tp-toolbar__controls[b-ww52dzw2jl] {
        margin-left: 0;
    }

    .tp-content[b-ww52dzw2jl] {
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(18rem, 1fr);
    }

    .tp-timeline-panel__head[b-ww52dzw2jl] {
        flex-direction: column;
        align-items: flex-start;
    }

    .tp-timeline-panel__status[b-ww52dzw2jl] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .tp-timeline--horizontal[b-ww52dzw2jl] {
        grid-auto-columns: minmax(14rem, 16rem);
    }

    .tp-sidebar[b-ww52dzw2jl] {
        border-right: 0;
        border-bottom: 1px solid #cbd5e1;
    }
}
/* /Components/Pages/Zoeken.razor.rz.scp.css */
/* Inline expansierij: geen cursor, geen bovenrand */
tr.row--detail[b-8hyzdc13lh] {
    cursor: default;
}

tr.row--detail > td[b-8hyzdc13lh] {
    padding: 0;
    border-top: none;
}

/* Geselecteerde rij: geen onderrand zodat de expansierij naadloos aansluit */
tr.row--selected > td[b-8hyzdc13lh] {
    border-bottom: none;
}

.zoek-kaart-panel[b-8hyzdc13lh] {
    margin: 1rem 0 1.25rem;
    padding: 1rem;
    border: 1px solid var(--border-color, #d0d7de);
    border-radius: 0.75rem;
    background: var(--surface-color, #fff);
}

.zoek-kaart-panel__header[b-8hyzdc13lh] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.zoek-kaart-panel__header h3[b-8hyzdc13lh] {
    margin: 0;
}

.zoek-kaart-panel__subtitle[b-8hyzdc13lh],
.zoek-kaart-panel__status[b-8hyzdc13lh] {
    margin: 0.35rem 0 0;
}

.zoek-kaart-panel__kaart[b-8hyzdc13lh] {
    height: clamp(24rem, 60vh, 36rem);
    margin-top: 1rem;
}
