/* /Components/Layout/AdminLayout.razor.rz.scp.css */

:root[b-sccjt50n87] {
    --green-100: rgb(124, 202, 174);
    --green-80: rgb(137, 204, 181);
    --green-60: rgb(166, 217, 200);
    --green-40: rgb(196, 229, 218);
    --green-20: rgb(225, 242, 237);
    --blue-100: rgb(0, 122, 195);
    --blue-80: rgb(51, 149, 207);
    --blue-60: rgb(102, 175, 219);
    --blue-40: rgb(153, 202, 231);
    --blue-20: rgb(204, 228, 243);
}

.topbar[b-sccjt50n87] {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 64px;
    background: var(--green-80);
    border-bottom: 2px solid rgb(0, 122, 195);
}

.topbar-inner[b-sccjt50n87] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-right[b-sccjt50n87] {
    margin-left: auto;
}

.topbar-left[b-sccjt50n87] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.topbar-logo[b-sccjt50n87] {
    height: 60px;
    object-fit: contain;
    cursor: pointer;
}

.topbar-title[b-sccjt50n87] {
    font-size: 1.5rem;
    font-weight: 600;
    color: black;
    white-space: nowrap;
}

.layout[b-sccjt50n87] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 300px 1fr;
    background: var(--blue-100);
    color: var(--blue-20);
}

/* Große Desktops (1400px+) */
@media (min-width: 1400px) {
    .topbar-inner[b-sccjt50n87] {
        padding: 0 40px;
    }
}

/* Tablets Landscape (1024px - 1199px) */
@media (max-width: 1199px) {
    .topbar-inner[b-sccjt50n87] {
        padding: 0 20px;
    }

    .topbar-title[b-sccjt50n87] {
        font-size: 1.25rem;
    }

    .layout[b-sccjt50n87] {
        grid-template-columns: 260px 1fr;
    }
}

/* Tablets Portrait (768px - 1023px) */
@media (max-width: 1023px) {
    .topbar[b-sccjt50n87] {
        height: 58px;
    }

    .topbar-logo[b-sccjt50n87] {
        height: 50px;
    }

    .topbar-title[b-sccjt50n87] {
        font-size: 1.1rem;
    }

    .topbar-inner[b-sccjt50n87] {
        padding: 0 16px;
    }

    .layout[b-sccjt50n87] {
        grid-template-columns: 220px 1fr;
    }
}

/* Große Handys (600px - 767px) */
@media (max-width: 767px) {
    .topbar[b-sccjt50n87] {
        height: 54px;
    }

    .topbar-logo[b-sccjt50n87] {
        height: 44px;
    }

    .topbar-title[b-sccjt50n87] {
        font-size: 1rem;
    }

    .topbar-inner[b-sccjt50n87] {
        padding: 0 14px;
        gap: 8px;
    }

    .layout[b-sccjt50n87] {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }
}

/* Kleine Handys (max 599px) */
@media (max-width: 599px) {
    .topbar[b-sccjt50n87] {
        height: 52px;
    }

    .topbar-logo[b-sccjt50n87] {
        height: 38px;
    }

    .topbar-title[b-sccjt50n87] {
        font-size: 0.9rem;
    }

    .topbar-inner[b-sccjt50n87] {
        padding: 0 12px;
    }
}

/* Sehr kleine Handys (max 380px) */
@media (max-width: 380px) {
    .topbar-title[b-sccjt50n87] {
        display: none;
    }

    .topbar-logo[b-sccjt50n87] {
        height: 34px;
    }
}
/* /Components/Layout/FormLayout.razor.rz.scp.css */
html[b-9pgvjnshms], body[b-9pgvjnshms]{
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

:root[b-9pgvjnshms] {
    --green-100: rgb(124, 202, 174);
    --green-80: rgb(137, 204, 181);
    --green-60: rgb(166, 217, 200);
    --green-40: rgb(196, 229, 218);
    --green-20: rgb(225, 242, 237);
    --blue-100: rgb(0, 122, 195);
    --blue-80: rgb(51, 149, 207);
    --blue-60: rgb(102, 175, 219);
    --blue-40: rgb(153, 202, 231);
    --blue-20: rgb(204, 228, 243);
}

.topbar[b-9pgvjnshms] {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 64px;
    background: var(--green-80);
    border-bottom: 2px solid rgb(0, 122, 195);
}

.topbar-inner[b-9pgvjnshms] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-right[b-9pgvjnshms] {
    margin-left: auto;
}

.topbar-left[b-9pgvjnshms] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.topbar-logo[b-9pgvjnshms] {
    height: 60px;
    object-fit: contain;
    cursor: pointer;
}

.topbar-title[b-9pgvjnshms] {
    font-size: 1.5rem;
    font-weight: 600;
    color: black;
    white-space: nowrap;
}

.layout[b-9pgvjnshms] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 300px 1fr;
    background: var(--blue-100);
    color: var(--blue-20);
}

.layout[b-9pgvjnshms] {
    display: grid;
    grid-template-columns: 260px 1fr;
    height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: auto;
}

/*Sidebar*/
.sidebar[b-9pgvjnshms] {
    background: linear-gradient(160deg, #0a2a5e 0%, #0057a8 60%, #0077cc 100%);
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    top: 0;
    height: 100%;
    position: sticky;
    overflow-y: auto;
    overflow: hidden;
}

.content[b-9pgvjnshms]{
    padding: 36px 40px;
    overflow-y: auto;
    height: 100%;
}

    .sidebar[b-9pgvjnshms]::before {
        content: '';
        position: absolute;
        top: -80px;
        right: -80px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(255,255,255,0.06);
        pointer-events: none;
    }

    .sidebar[b-9pgvjnshms]::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: -60px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(255,255,255,0.04);
        pointer-events: none;
    }

/* Header */
.sidebar-header[b-9pgvjnshms] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    position: relative;
    z-index: 1;
}

.sidebar-label[b-9pgvjnshms] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

.sidebar-progress-text[b-9pgvjnshms] {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.1);
    padding: 3px 10px;
    border-radius: 999px;
}

/* Progress Bar */
.sidebar-progress-bar[b-9pgvjnshms] {
    height: 3px;
    background: rgba(255,255,255,0.12);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sidebar-progress-fill[b-9pgvjnshms] {
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.7), white);
    border-radius: 999px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

    .sidebar-progress-fill[b-9pgvjnshms]::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 0 6px white;
    }

/* Steps */
.steps[b-9pgvjnshms] {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
}

.step-item[b-9pgvjnshms] {
    display: flex;
    flex-direction: column;
}

.step[b-9pgvjnshms] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 14px;
    border-radius: 14px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.55);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    position: relative;
}

    .step:hover[b-9pgvjnshms] {
        background: rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.9);
        transform: translateX(3px);
    }

    .step.active[b-9pgvjnshms] {
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.2);
        color: white;
        font-weight: 700;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }

/* Step Icon */
.step-icon[b-9pgvjnshms] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s;
    color: rgba(255,255,255,0.6);
}

.step:hover .step-icon[b-9pgvjnshms] {
    background: rgba(255,255,255,0.18);
    color: white;
}

.step.active .step-icon[b-9pgvjnshms] {
    background: white;
    color: #0057a8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.step.completed .step-icon[b-9pgvjnshms],
.step:has(svg polyline) .step-icon[b-9pgvjnshms] {
    background: rgba(74, 222, 128, 0.2);
    color: #4ade80;
}

/* Step Text */
.step-text[b-9pgvjnshms] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
}

.step-num[b-9pgvjnshms] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    line-height: 1;
}

.step.active .step-num[b-9pgvjnshms] {
    color: rgba(255,255,255,0.65);
}

.step-name[b-9pgvjnshms] {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
}

/* Active Dot */
.step-active-dot[b-9pgvjnshms] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(255,255,255,0.8);
    animation: pulse-dot-b-9pgvjnshms 2s ease-in-out infinite;
}

@keyframes pulse-dot-b-9pgvjnshms {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(0.7);
    }
}

/* Connector between steps */
.step-connector[b-9pgvjnshms] {
    width: 2px;
    height: 18px;
    background: rgba(255,255,255,0.12);
    margin: 3px 0 3px 31px;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
    transition: background 0.4s;
}

    .step-connector.done[b-9pgvjnshms] {
        background: rgba(74, 222, 128, 0.4);
    }

        .step-connector.done[b-9pgvjnshms]::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, #4ade80, rgba(74,222,128,0.3));
            animation: fill-connector-b-9pgvjnshms 0.5s ease forwards;
        }

@keyframes fill-connector-b-9pgvjnshms {
    from {
        transform: scaleY(0);
        transform-origin: top;
    }

    to {
        transform: scaleY(1);
        transform-origin: top;
    }
}

/* Große Desktops (1400px+) */
@media (min-width: 1400px) {
    .topbar-inner[b-9pgvjnshms] {
        padding: 0 40px;
    }
}

/* Tablets Landscape (1024px - 1199px) */
@media (max-width: 1199px) {
    .topbar-inner[b-9pgvjnshms] {
        padding: 0 20px;
    }

    .topbar-title[b-9pgvjnshms] {
        font-size: 1.25rem;
    }

    .layout[b-9pgvjnshms] {
        grid-template-columns: 260px 1fr;
    }

    .sidebar[b-9pgvjnshms] {
        padding: 24px 16px;
        gap: 20px;
    }

    .step-icon[b-9pgvjnshms] {
        width: 32px;
        height: 32px;
        border-radius: 9px;
    }

    .step-name[b-9pgvjnshms] {
        font-size: 0.82rem;
    }

    .step[b-9pgvjnshms] {
        padding: 11px 12px;
        gap: 12px;
    }

    .content[b-9pgvjnshms] {
        padding: 28px 28px;
    }
}

/* Tablets Portrait (768px - 1023px) */
@media (max-width: 1023px) {
    .topbar[b-9pgvjnshms] {
        height: 58px;
    }

    .topbar-logo[b-9pgvjnshms] {
        height: 50px;
    }

    .topbar-title[b-9pgvjnshms] {
        font-size: 1.1rem;
    }

    .topbar-inner[b-9pgvjnshms] {
        padding: 0 16px;
    }

    .layout[b-9pgvjnshms] {
        grid-template-columns: 220px 1fr;
    }

    .sidebar[b-9pgvjnshms] {
        padding: 20px 14px;
        gap: 16px;
    }

        .sidebar[b-9pgvjnshms]::before, .sidebar[b-9pgvjnshms]::after {
            display: none;
        }

    .step-icon[b-9pgvjnshms] {
        width: 30px;
        height: 30px;
    }

    .step-name[b-9pgvjnshms] {
        font-size: 0.78rem;
    }

    .step-num[b-9pgvjnshms] {
        font-size: 0.6rem;
    }

    .step[b-9pgvjnshms] {
        padding: 10px 10px;
        gap: 10px;
        border-radius: 12px;
    }

    .step-connector[b-9pgvjnshms] {
        margin-left: 27px;
    }

    .content[b-9pgvjnshms] {
        padding: 24px 20px;
    }
}

/* Große Handys (600px - 767px) */
@media (max-width: 767px) {
    .topbar[b-9pgvjnshms] {
        height: 54px;
    }

    .topbar-logo[b-9pgvjnshms] {
        height: 44px;
    }

    .topbar-title[b-9pgvjnshms] {
        font-size: 1rem;
    }

    .topbar-inner[b-9pgvjnshms] {
        padding: 0 14px;
        gap: 8px;
    }

    .layout[b-9pgvjnshms] {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .sidebar[b-9pgvjnshms] {
        position: relative;
        height: auto;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 12px 16px;
        gap: 4px;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .sidebar-header[b-9pgvjnshms] {
        display: none;
    }

    .sidebar-progress-bar[b-9pgvjnshms] {
        display: none;
    }

    .steps[b-9pgvjnshms] {
        flex-direction: row;
        gap: 4px;
        width: 100%;
        justify-content: space-between;
    }

    .step-item[b-9pgvjnshms] {
        flex-direction: row;
        align-items: center;
        flex: 1;
    }

    .step[b-9pgvjnshms] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 8px 6px;
        border-radius: 10px;
        gap: 5px;
        flex: 1;
        transform: none !important;
    }

        .step:hover[b-9pgvjnshms] {
            transform: none !important;
        }

    .step-text[b-9pgvjnshms] {
        align-items: center;
    }

    .step-num[b-9pgvjnshms] {
        display: none;
    }

    .step-name[b-9pgvjnshms] {
        font-size: 0.65rem;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70px;
    }

    .step-icon[b-9pgvjnshms] {
        width: 28px;
        height: 28px;
        border-radius: 8px;
    }

    .step-active-dot[b-9pgvjnshms] {
        display: none;
    }

    /* Connector wird horizontal */
    .step-connector[b-9pgvjnshms] {
        width: 100%;
        height: 2px;
        margin: 0;
        flex: 1;
        min-width: 8px;
        max-width: 20px;
    }

    .content[b-9pgvjnshms] {
        padding: 20px 16px;
    }
}

/* Kleine Handys (max 599px) */
@media (max-width: 599px) {
    .topbar[b-9pgvjnshms] {
        height: 52px;
    }

    .topbar-logo[b-9pgvjnshms] {
        height: 38px;
    }

    .topbar-title[b-9pgvjnshms] {
        font-size: 0.9rem;
    }

    .topbar-inner[b-9pgvjnshms] {
        padding: 0 12px;
    }

    .sidebar[b-9pgvjnshms] {
        padding: 10px 12px;
    }

    .step-name[b-9pgvjnshms] {
        font-size: 0.6rem;
        max-width: 56px;
    }

    .step-icon[b-9pgvjnshms] {
        width: 26px;
        height: 26px;
    }

    .step[b-9pgvjnshms] {
        padding: 6px 4px;
        border-radius: 8px;
    }

    .content[b-9pgvjnshms] {
        padding: 16px 14px;
    }
}

/* Kleine Handys (max 479px) */
@media (max-width: 479px) {
    .sidebar[b-9pgvjnshms] {
        padding: 8px 10px;
    }

    .step-name[b-9pgvjnshms] {
        display: none;
    }

    .step[b-9pgvjnshms] {
        padding: 6px;
        flex: 0;
    }

    .step-icon[b-9pgvjnshms] {
        width: 32px;
        height: 32px;
    }

    .steps[b-9pgvjnshms] {
        justify-content: center;
        gap: 6px;
    }

    .step-connector[b-9pgvjnshms] {
        min-width: 12px;
        max-width: 24px;
    }

    .content[b-9pgvjnshms] {
        padding: 14px 12px;
    }
}

/* Sehr kleine Handys (max 380px) */
@media (max-width: 380px) {
    .topbar-title[b-9pgvjnshms] {
        display: none;
    }

    .topbar-logo[b-9pgvjnshms] {
        height: 34px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */

:root[b-1zfugtbg0u] {
    --green-100: rgb(124, 202, 174);
    --green-80: rgb(137, 204, 181);
    --green-60: rgb(166, 217, 200);
    --green-40: rgb(196, 229, 218);
    --green-20: rgb(225, 242, 237);
    --blue-100: rgb(0, 122, 195);
    --blue-80: rgb(51, 149, 207);
    --blue-60: rgb(102, 175, 219);
    --blue-40: rgb(153, 202, 231);
    --blue-20: rgb(204, 228, 243);
}

.topbar[b-1zfugtbg0u] {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 64px;
    background: var(--green-80);
    border-bottom: 2px solid rgb(0, 122, 195);
}

.topbar-inner[b-1zfugtbg0u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-right[b-1zfugtbg0u] {
    margin-left: auto;
}

.topbar-left[b-1zfugtbg0u] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.topbar-logo[b-1zfugtbg0u] {
    height: 60px;
    object-fit: contain;
    cursor: pointer;
}

.topbar-title[b-1zfugtbg0u] {
    font-size: 1.5rem;
    font-weight: 600;
    color: black;
    white-space: nowrap;
}

.layout[b-1zfugtbg0u] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 300px 1fr;
    background: var(--blue-100);
    color: var(--blue-20);
}

/* Große Desktops (1400px+) */
@media (min-width: 1400px) {
    .topbar-inner[b-1zfugtbg0u] {
        padding: 0 40px;
    }
}

/* Tablets Landscape (1024px - 1199px) */
@media (max-width: 1199px) {
    .topbar-inner[b-1zfugtbg0u] {
        padding: 0 20px;
    }

    .topbar-title[b-1zfugtbg0u] {
        font-size: 1.25rem;
    }

    .layout[b-1zfugtbg0u] {
        grid-template-columns: 260px 1fr;
    }
}

/* Tablets Portrait (768px - 1023px) */
@media (max-width: 1023px) {
    .topbar[b-1zfugtbg0u] {
        height: 58px;
    }

    .topbar-logo[b-1zfugtbg0u] {
        height: 50px;
    }

    .topbar-title[b-1zfugtbg0u] {
        font-size: 1.1rem;
    }

    .topbar-inner[b-1zfugtbg0u] {
        padding: 0 16px;
    }

    .layout[b-1zfugtbg0u] {
        grid-template-columns: 220px 1fr;
    }
}

/* Große Handys (600px - 767px) */
@media (max-width: 767px) {
    .topbar[b-1zfugtbg0u] {
        height: 54px;
    }

    .topbar-logo[b-1zfugtbg0u] {
        height: 44px;
    }

    .topbar-title[b-1zfugtbg0u] {
        font-size: 1rem;
    }

    .topbar-inner[b-1zfugtbg0u] {
        padding: 0 14px;
        gap: 8px;
    }

    .layout[b-1zfugtbg0u] {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }
}

/* Kleine Handys (max 599px) */
@media (max-width: 599px) {
    .topbar[b-1zfugtbg0u] {
        height: 52px;
    }

    .topbar-logo[b-1zfugtbg0u] {
        height: 38px;
    }

    .topbar-title[b-1zfugtbg0u] {
        font-size: 0.9rem;
    }

    .topbar-inner[b-1zfugtbg0u] {
        padding: 0 12px;
    }
}

/* Sehr kleine Handys (max 380px) */
@media (max-width: 380px) {
    .topbar-title[b-1zfugtbg0u] {
        display: none;
    }

    .topbar-logo[b-1zfugtbg0u] {
        height: 34px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ya1xy5ewz1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ya1xy5ewz1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ya1xy5ewz1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ya1xy5ewz1] {
    font-size: 1.1rem;
}

.bi[b-ya1xy5ewz1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ya1xy5ewz1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ya1xy5ewz1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ya1xy5ewz1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ya1xy5ewz1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ya1xy5ewz1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ya1xy5ewz1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ya1xy5ewz1]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ya1xy5ewz1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ya1xy5ewz1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ya1xy5ewz1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ya1xy5ewz1] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ya1xy5ewz1] {
        display: none;
    }

    .nav-scrollable[b-ya1xy5ewz1] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-is8o3b30vi],
.components-reconnect-repeated-attempt-visible[b-is8o3b30vi],
.components-reconnect-failed-visible[b-is8o3b30vi],
.components-pause-visible[b-is8o3b30vi],
.components-resume-failed-visible[b-is8o3b30vi],
.components-rejoining-animation[b-is8o3b30vi] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-is8o3b30vi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-is8o3b30vi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-is8o3b30vi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-is8o3b30vi],
#components-reconnect-modal.components-reconnect-retrying[b-is8o3b30vi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-is8o3b30vi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-is8o3b30vi],
#components-reconnect-modal.components-reconnect-failed[b-is8o3b30vi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-is8o3b30vi] {
    display: block;
}


#components-reconnect-modal[b-is8o3b30vi] {
    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-is8o3b30vi 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-is8o3b30vi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-is8o3b30vi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-is8o3b30vi]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-is8o3b30vi 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-is8o3b30vi {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-is8o3b30vi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-is8o3b30vi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-is8o3b30vi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-is8o3b30vi] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-is8o3b30vi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-is8o3b30vi] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-is8o3b30vi] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-is8o3b30vi] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-is8o3b30vi] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-is8o3b30vi 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-is8o3b30vi] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-is8o3b30vi {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AccountManagement/Login.razor.rz.scp.css */

.login-wrap[b-vhdhj762ez] {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f4f9 0%, #e8f0fb 100%);
}

/* Hintergrund-Formen */
.login-bg-shapes[b-vhdhj762ez] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.login-shape[b-vhdhj762ez] {
    position: absolute;
    border-radius: 50%;
    opacity: 0.06;
    background: #0057a8;
}

.login-shape-1[b-vhdhj762ez] {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    animation: float1-b-vhdhj762ez 8s ease-in-out infinite;
}

.login-shape-2[b-vhdhj762ez] {
    width: 280px;
    height: 280px;
    bottom: -80px;
    left: -80px;
    opacity: 0.05;
    animation: float2-b-vhdhj762ez 10s ease-in-out infinite;
}

.login-shape-3[b-vhdhj762ez] {
    width: 180px;
    height: 180px;
    bottom: 20%;
    right: 10%;
    opacity: 0.04;
    animation: float1-b-vhdhj762ez 12s ease-in-out infinite reverse;
}

@keyframes float1-b-vhdhj762ez {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes float2-b-vhdhj762ez {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(15px) rotate(-5deg);
    }
}

/* Login Card */
.login-card[b-vhdhj762ez] {
    background: white;
    border-radius: 24px;
    padding: 48px 44px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 8px 40px rgba(0, 87, 168, 0.12), 0 2px 8px rgba(0, 87, 168, 0.08);
    border: 1px solid rgba(0, 87, 168, 0.08);
    position: relative;
    z-index: 1;
    animation: card-in-b-vhdhj762ez 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes card-in-b-vhdhj762ez {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.login-header[b-vhdhj762ez] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
    text-align: center;
}

.login-logo[b-vhdhj762ez] {
    height: 52px;
    width: auto;
    object-fit: contain;
    margin-bottom: 4px;
}

.login-header h1[b-vhdhj762ez] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f1f3d;
    margin: 0;
    letter-spacing: -0.02em;
}

.login-header p[b-vhdhj762ez] {
    font-size: 0.875rem;
    color: #6b7b8d;
    margin: 0;
    line-height: 1.5;
}

/* Error */
.login-error[b-vhdhj762ez] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 12px 16px;
    color: #dc2626;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    animation: shake-b-vhdhj762ez 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}

@keyframes shake-b-vhdhj762ez {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-6px);
    }

    40% {
        transform: translateX(6px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}

/* Fields */
.login-fields[b-vhdhj762ez] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

/* Login Button */
.login-btn[b-vhdhj762ez] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #0057a8;
    color: white;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(0, 87, 168, 0.35);
    letter-spacing: 0.01em;
}

    .login-btn:hover[b-vhdhj762ez] {
        background: #004a8f;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 87, 168, 0.45);
    }

    .login-btn:active[b-vhdhj762ez] {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(0, 87, 168, 0.3);
    }

    .login-btn svg[b-vhdhj762ez] {
        transition: transform 0.2s;
    }

    .login-btn:hover svg[b-vhdhj762ez] {
        transform: translateX(4px);
    }

/* Footer */
.login-footer[b-vhdhj762ez] {
    text-align: center;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e8eef5;
}

    .login-footer span[b-vhdhj762ez] {
        font-size: 0.75rem;
        color: #9ba8b5;
        letter-spacing: 0.02em;
    }


@media (max-width: 480px) {
    .login-card[b-vhdhj762ez] {
        padding: 36px 28px;
        border-radius: 20px;
    }

    .login-header h1[b-vhdhj762ez] {
        font-size: 1.4rem;
    }

    .login-logo[b-vhdhj762ez] {
        height: 44px;
    }
}

@media (max-width: 360px) {
    .login-card[b-vhdhj762ez] {
        padding: 28px 20px;
    }

    .login-header h1[b-vhdhj762ez] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.dash[b-jklzceevz1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 36px;
    width: 100%;
}

/* Header */
.dash-header[b-jklzceevz1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.dash-title[b-jklzceevz1] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f1f3d;
    margin: 0 0 3px;
    letter-spacing: -0.02em;
}

.dash-sub[b-jklzceevz1] {
    font-size: 13px;
    color: #6b7b8d;
    margin: 0;
}

.dash-export[b-jklzceevz1] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1.5px solid #dde6f0;
    background: white;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

    .dash-export:hover[b-jklzceevz1] {
        border-color: rgb(0,122,195);
        color: rgb(0,122,195);
        background: #e8f0fb;
    }

/* Stats */
.dash-stats[b-jklzceevz1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.dash-stat[b-jklzceevz1] {
    background: white;
    border: 1px solid #dde6f0;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 1px 4px rgba(0,87,168,0.06);
    transition: box-shadow 0.2s;
}

    .dash-stat:hover[b-jklzceevz1] {
        box-shadow: 0 4px 16px rgba(0,87,168,0.1);
    }

.dash-stat-icon[b-jklzceevz1] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dash-stat-num[b-jklzceevz1] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f1f3d;
    line-height: 1;
}

.dash-stat-label[b-jklzceevz1] {
    font-size: 11px;
    color: #6b7b8d;
    font-weight: 600;
    margin-top: 3px;
}

/* Toolbar */
.dash-toolbar[b-jklzceevz1] {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.dash-search[b-jklzceevz1] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    border: 1.5px solid #dde6f0;
    border-radius: 10px;
    padding: 0 14px;
    flex: 1;
    min-width: 180px;
    color: #9ba8b5;
    transition: border-color 0.2s;
}

    .dash-search:focus-within[b-jklzceevz1] {
        border-color: rgb(0,122,195);
        box-shadow: 0 0 0 3px rgba(0,122,195,0.08);
    }

    .dash-search input[b-jklzceevz1] {
        border: none;
        outline: none;
        font-size: 13px;
        padding: 10px 0;
        flex: 1;
        background: transparent;
        color: #0f1f3d;
        font-family: inherit;
    }

.dash-toolbar select[b-jklzceevz1] {
    padding: 10px 14px;
    border: 1.5px solid #dde6f0;
    border-radius: 10px;
    font-size: 13px;
    background: white;
    color: #374151;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    transition: border-color 0.2s;
}

    .dash-toolbar select:focus[b-jklzceevz1] {
        border-color: rgb(0,122,195);
    }

/* Table */
.dash-table-wrap[b-jklzceevz1] {
    background: white;
    border: 1px solid #dde6f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,87,168,0.06);
}

.dash-table[b-jklzceevz1] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    .dash-table thead tr[b-jklzceevz1] {
        background: #f5f8fc;
        border-bottom: 1px solid #dde6f0;
    }

    .dash-table th[b-jklzceevz1] {
        padding: 11px 16px;
        text-align: left;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #6b7b8d;
        white-space: nowrap;
    }

    .dash-table tbody tr[b-jklzceevz1] {
        border-bottom: 1px solid #f0f4f9;
        cursor: pointer;
        transition: background 0.15s;
    }

        .dash-table tbody tr:last-child[b-jklzceevz1] {
            border-bottom: none;
        }

        .dash-table tbody tr:hover[b-jklzceevz1] {
            background: #f5f8ff;
        }

        .dash-table tbody tr.row-selected[b-jklzceevz1] {
            background: #e8f0fb;
        }

    .dash-table td[b-jklzceevz1] {
        padding: 13px 16px;
        color: #374151;
        vertical-align: middle;
    }

.col-id[b-jklzceevz1] {
    color: #c5d0db;
    font-size: 11px;
    font-weight: 700;
    width: 36px;
}

.col-email[b-jklzceevz1] {
    color: #6b7b8d;
    font-size: 12px;
}

.col-muted[b-jklzceevz1] {
    color: #6b7b8d;
    font-size: 12px;
}

.col-date[b-jklzceevz1] {
    color: #9ba8b5;
    font-size: 12px;
    white-space: nowrap;
}

.col-name[b-jklzceevz1] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.col-avatar[b-jklzceevz1] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e8f0fb;
    color: rgb(0,122,195);
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.col-fullname[b-jklzceevz1] {
    font-weight: 600;
    color: #0f1f3d;
    font-size: 13px;
}

.col-gender[b-jklzceevz1] {
    font-size: 11px;
    color: #9ba8b5;
    margin-top: 1px;
}

.pill[b-jklzceevz1] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.pill-blue[b-jklzceevz1] {
    background: #e8f0fb;
    color: rgb(0,87,168);
}

.pill-green[b-jklzceevz1] {
    background: #e0f4ec;
    color: #0d5c42;
}

.row-btn[b-jklzceevz1] {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    border: 1px solid #dde6f0;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7b8d;
    transition: all 0.15s;
}

    .row-btn:hover[b-jklzceevz1] {
        background: #e8f0fb;
        border-color: rgb(0,122,195);
        color: rgb(0,122,195);
    }

/* Loading / Empty */
.dash-loading[b-jklzceevz1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 80px;
    color: #6b7b8d;
    font-size: 13px;
    font-weight: 600;
}

.dash-empty[b-jklzceevz1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 80px;
    color: #9ba8b5;
    font-size: 14px;
    background: white;
    border: 1px solid #dde6f0;
    border-radius: 14px;
}

/* Detail Panel */
.panel-overlay[b-jklzceevz1] {
    position: fixed;
    inset: 0;
    background: rgba(15,31,61,0.4);
    z-index: 500;
    display: flex;
    justify-content: flex-end;
    animation: ov-in-b-jklzceevz1 0.2s ease;
}

@keyframes ov-in-b-jklzceevz1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel[b-jklzceevz1] {
    background: white;
    width: 420px;
    height: 100vh;
    overflow-y: auto;
    box-shadow: -6px 0 32px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    animation: panel-in-b-jklzceevz1 0.25s cubic-bezier(0.4,0,0.2,1);
}

@keyframes panel-in-b-jklzceevz1 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.panel-head[b-jklzceevz1] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 22px;
    border-bottom: 1px solid #e8eef5;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.panel-avatar[b-jklzceevz1] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e8f0fb;
    color: rgb(0,122,195);
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.panel-head h2[b-jklzceevz1] {
    font-size: 14px;
    font-weight: 700;
    color: #0f1f3d;
    margin: 0 0 2px;
}

.panel-head p[b-jklzceevz1] {
    font-size: 12px;
    color: #6b7b8d;
    margin: 0;
}

.panel-close[b-jklzceevz1] {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #dde6f0;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7b8d;
    flex-shrink: 0;
    transition: all 0.15s;
}

    .panel-close:hover[b-jklzceevz1] {
        background: #fef2f2;
        border-color: #fca5a5;
        color: #dc2626;
    }

.panel-body[b-jklzceevz1] {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.panel-section[b-jklzceevz1] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.panel-section-title[b-jklzceevz1] {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgb(0,122,195);
    padding-bottom: 8px;
    border-bottom: 1px solid #e8eef5;
}

.panel-grid[b-jklzceevz1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.panel-item[b-jklzceevz1] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.panel-full[b-jklzceevz1] {
    grid-column: 1 / -1;
}

.panel-item span[b-jklzceevz1] {
    font-size: 10px;
    color: #9ba8b5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.panel-item strong[b-jklzceevz1] {
    font-size: 13px;
    color: #0f1f3d;
    font-weight: 600;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 1023px) {
    .dash-stats[b-jklzceevz1] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .dash-stats[b-jklzceevz1] {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .panel[b-jklzceevz1] {
        width: 100vw;
    }

    .dash-table th:nth-child(4)[b-jklzceevz1],
    .dash-table td:nth-child(4)[b-jklzceevz1],
    .dash-table th:nth-child(6)[b-jklzceevz1],
    .dash-table td:nth-child(6)[b-jklzceevz1] {
        display: none;
    }
}

@media (max-width: 479px) {
    .dash-stats[b-jklzceevz1] {
        grid-template-columns: 1fr 1fr;
    }

    .dash-stat[b-jklzceevz1] {
        padding: 12px 14px;
        gap: 10px;
    }

    .dash-stat-icon[b-jklzceevz1] {
        width: 36px;
        height: 36px;
    }
}
/* /Components/Pages/Done.razor.rz.scp.css */
.done-page[b-2lgk6evwry] {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    background: radial-gradient(circle at top left, rgba(0, 87, 168, 0.08), transparent 28%), linear-gradient(to bottom, #f8fbff, #f3f6fb);
}

.done-card[b-2lgk6evwry] {
    width: 100%;
    max-width: 820px;
    background: #ffffff;
    border: 1px solid #dfe7f1;
    border-radius: 24px;
    padding: 42px 36px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(15, 31, 61, 0.08), 0 2px 10px rgba(15, 31, 61, 0.05);
}

.done-icon-wrap[b-2lgk6evwry] {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.done-icon[b-2lgk6evwry] {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #19b36b, #0b8f52);
    color: white;
    box-shadow: 0 10px 25px rgba(25, 179, 107, 0.28);
}

    .done-icon svg[b-2lgk6evwry] {
        width: 38px;
        height: 38px;
    }

.done-badge[b-2lgk6evwry] {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e9f8f0;
    color: #0b8f52;
    font-size: 0.9rem;
    font-weight: 700;
    border: 1px solid #cceedd;
}

.done-card h1[b-2lgk6evwry] {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    line-height: 1.15;
    color: #10213f;
    font-weight: 800;
}

.done-lead[b-2lgk6evwry] {
    margin: 0 auto 28px;
    max-width: 640px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4b5b76;
}

.done-info[b-2lgk6evwry] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
    text-align: left;
}

.done-info-item[b-2lgk6evwry] {
    background: #f8fbff;
    border: 1px solid #dde8f5;
    border-radius: 16px;
    padding: 18px 16px;
}

    .done-info-item h3[b-2lgk6evwry] {
        margin: 0 0 8px;
        font-size: 1rem;
        color: #0f1f3d;
        font-weight: 700;
    }

    .done-info-item p[b-2lgk6evwry] {
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #5b6b85;
    }

.done-note[b-2lgk6evwry] {
    margin-top: 8px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff8e8;
    border: 1px solid #f1dfae;
    color: #7a5b00;
    font-size: 0.95rem;
    line-height: 1.5;
}

.done-actions[b-2lgk6evwry] {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.done-btn[b-2lgk6evwry] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 14px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s ease;
}

.primary-btn[b-2lgk6evwry] {
    background: #0057a8;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 87, 168, 0.22);
}

    .primary-btn:hover[b-2lgk6evwry] {
        background: #00488c;
        transform: translateY(-2px);
    }

.secondary-btn[b-2lgk6evwry] {
    background: white;
    color: #0f1f3d;
    border: 1px solid #d7e0eb;
}

    .secondary-btn:hover[b-2lgk6evwry] {
        background: #f7faff;
        transform: translateY(-2px);
    }

@media (max-width: 800px) {
    .done-info[b-2lgk6evwry] {
        grid-template-columns: 1fr;
    }

    .done-card[b-2lgk6evwry] {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .done-actions[b-2lgk6evwry] {
        flex-direction: column;
    }

    .done-btn[b-2lgk6evwry] {
        width: 100%;
    }
}
/* /Components/Pages/LandingPage.razor.rz.scp.css */

.lp-wrap[b-iggsuzmr0u] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 24px 80px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}


.lp-hero[b-iggsuzmr0u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 10px 0;
}

.lp-hero-text[b-iggsuzmr0u] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lp-tag[b-iggsuzmr0u] {
    display: inline-block;
    background: #e8f0fb;
    color: #0057a8;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    width: fit-content;
}

.lp-hero-text h1[b-iggsuzmr0u] {
    font-size: clamp(1.8rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0f1f3d;
    margin: 0;
}

    .lp-hero-text h1 span[b-iggsuzmr0u] {
        color: #0057a8;
    }

.lp-hero-text p[b-iggsuzmr0u] {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

.lp-muted[b-iggsuzmr0u] {
    color: #888;
    font-size: 0.9em;
}


.lp-btn-primary[b-iggsuzmr0u] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0057a8;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    width: fit-content;
    box-shadow: 0 4px 14px rgba(0,87,168,0.3);
}

    .lp-btn-primary:hover[b-iggsuzmr0u] {
        background: #004a8f;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,87,168,0.4);
    }

    .lp-btn-primary svg[b-iggsuzmr0u] {
        transition: transform 0.2s;
    }

    .lp-btn-primary:hover svg[b-iggsuzmr0u] {
        transform: translateX(4px);
    }


.lp-hero-visual[b-iggsuzmr0u] {
    position: relative;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-visual-ring[b-iggsuzmr0u] {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(0, 87, 168, 0.12);
}

.lp-ring-1[b-iggsuzmr0u] {
    width: 260px;
    height: 260px;
}

.lp-ring-2[b-iggsuzmr0u] {
    width: 180px;
    height: 180px;
    border-color: rgba(0, 87, 168, 0.2);
}

.lp-visual-card[b-iggsuzmr0u] {
    position: absolute;
    background: white;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    font-size: 13px;
}

    .lp-visual-card span:first-child[b-iggsuzmr0u] {
        font-size: 1.6rem;
    }

    .lp-visual-card strong[b-iggsuzmr0u] {
        display: block;
        color: #0f1f3d;
        font-weight: 600;
    }

    .lp-visual-card small[b-iggsuzmr0u] {
        color: #888;
    }

.lp-vc-1[b-iggsuzmr0u] {
    top: 20px;
    left: 0;
}

.lp-vc-2[b-iggsuzmr0u] {
    bottom: 40px;
    right: 0;
}

.lp-vc-3[b-iggsuzmr0u] {
    bottom: 10px;
    left: 20px;
}


.lp-info-strip[b-iggsuzmr0u] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    background: #f5f8ff;
    border: 1px solid #dce8f8;
    border-radius: 16px;
    padding: 28px 40px;
    flex-wrap: wrap;
}

.lp-info-item[b-iggsuzmr0u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

    .lp-info-item strong[b-iggsuzmr0u] {
        font-size: 1.4rem;
        font-weight: 700;
        color: #0057a8;
    }

    .lp-info-item span[b-iggsuzmr0u] {
        font-size: 0.85rem;
        color: #666;
    }

.lp-divider[b-iggsuzmr0u] {
    width: 1px;
    height: 40px;
    background: #ccd9ec;
}


.lp-sections[b-iggsuzmr0u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.lp-section[b-iggsuzmr0u] {
    background: white;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .lp-section:hover[b-iggsuzmr0u] {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    }

.lp-section-icon[b-iggsuzmr0u] {
    font-size: 2rem;
}

.lp-section h3[b-iggsuzmr0u] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f1f3d;
    margin: 0;
}

.lp-section p[b-iggsuzmr0u] {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}


.lp-cta-banner[b-iggsuzmr0u] {
    background: linear-gradient(135deg, #0057a8 0%, #003d7a 100%);
    border-radius: 20px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.lp-cta-text h2[b-iggsuzmr0u] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0 0 8px;
}

.lp-cta-text p[b-iggsuzmr0u] {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.lp-cta-text .lp-muted[b-iggsuzmr0u] {
    color: rgba(255,255,255,0.55);
}

.lp-cta-banner .lp-btn-primary[b-iggsuzmr0u] {
    background: white;
    color: #0057a8;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    flex-shrink: 0;
}

    .lp-cta-banner .lp-btn-primary:hover[b-iggsuzmr0u] {
        background: #f0f6ff;
    }

/*LOGOUT BUTTON*/
.logout-btn[b-iggsuzmr0u] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: black;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    letter-spacing: 0.01em;
}

    .logout-btn svg[b-iggsuzmr0u] {
        transition: transform 0.2s ease;
        opacity: 0.85;
    }

    .logout-btn:hover[b-iggsuzmr0u] {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.6);
        color: black;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

        .logout-btn:hover svg[b-iggsuzmr0u] {
            transform: translateX(3px);
            opacity: 1;
        }

    .logout-btn:active[b-iggsuzmr0u] {
        transform: translateY(0);
        box-shadow: none;
    }

/*RESPONSIVE*/
@media (max-width: 479px) {
    .logout-btn span[b-iggsuzmr0u] {
        display: none;
    }

    .logout-btn[b-iggsuzmr0u] {
        padding: 8px 10px;
        border-radius: 50%;
    }
}

/*MEDIA*/
/* Große Desktops (1200px+) */
@media (min-width: 1200px) {
    .lp-wrap[b-iggsuzmr0u] {
        max-width: 1100px;
        padding: 20px 40px 100px;
        gap: 70px;
    }

    .lp-hero[b-iggsuzmr0u] {
        gap: 60px;
        padding: 20px 0;
    }

    .lp-info-strip[b-iggsuzmr0u] {
        gap: 60px;
        padding: 32px 60px;
    }
}


/* Tablets Landscape (768px - 1023px) */
@media (max-width: 1023px) {
    .lp-hero[b-iggsuzmr0u] {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .lp-hero-visual[b-iggsuzmr0u] {
        height: 260px;
    }

    .lp-ring-1[b-iggsuzmr0u] {
        width: 200px;
        height: 200px;
    }

    .lp-ring-2[b-iggsuzmr0u] {
        width: 140px;
        height: 140px;
    }

    .lp-info-strip[b-iggsuzmr0u] {
        gap: 28px;
        padding: 24px 28px;
    }

    .lp-sections[b-iggsuzmr0u] {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-cta-banner[b-iggsuzmr0u] {
        padding: 36px;
    }
}

/* Tablets Portrait (600px - 767px) */
@media (max-width: 767px) {
    .lp-wrap[b-iggsuzmr0u] {
        padding: 10px 20px 60px;
        gap: 40px;
    }

    .lp-hero[b-iggsuzmr0u] {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 0;
    }

    .lp-hero-visual[b-iggsuzmr0u] {
        display: none;
    }

    .lp-hero-text h1[b-iggsuzmr0u] {
        font-size: clamp(1.6rem, 6vw, 2.4rem);
    }

    .lp-info-strip[b-iggsuzmr0u] {
        gap: 20px;
        padding: 20px 24px;
    }

    .lp-info-item strong[b-iggsuzmr0u] {
        font-size: 1.2rem;
    }

    .lp-divider[b-iggsuzmr0u] {
        display: none;
    }

    .lp-sections[b-iggsuzmr0u] {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .lp-section[b-iggsuzmr0u] {
        padding: 20px 18px;
    }

    .lp-cta-banner[b-iggsuzmr0u] {
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .lp-cta-text h2[b-iggsuzmr0u] {
        font-size: 1.3rem;
    }

    .lp-btn-primary[b-iggsuzmr0u] {
        width: 100%;
        justify-content: center;
    }
}

/* Große Handys (480px - 599px) */
@media (max-width: 599px) {
    .lp-wrap[b-iggsuzmr0u] {
        padding: 8px 16px 48px;
        gap: 32px;
    }

    .lp-tag[b-iggsuzmr0u] {
        font-size: 10px;
        padding: 5px 12px;
    }

    .lp-info-strip[b-iggsuzmr0u] {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
        align-items: flex-start;
    }

    .lp-info-item[b-iggsuzmr0u] {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

        .lp-info-item strong[b-iggsuzmr0u] {
            font-size: 1.1rem;
        }

    .lp-sections[b-iggsuzmr0u] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .lp-section[b-iggsuzmr0u] {
        padding: 18px 16px;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .lp-section-icon[b-iggsuzmr0u] {
        font-size: 1.6rem;
        flex-shrink: 0;
    }

    .lp-cta-banner[b-iggsuzmr0u] {
        padding: 24px 18px;
        border-radius: 16px;
    }
}

/* Kleine Handys (max 479px) */
@media (max-width: 479px) {
    .lp-wrap[b-iggsuzmr0u] {
        padding: 6px 12px 40px;
        gap: 28px;
    }

    .lp-hero-text h1[b-iggsuzmr0u] {
        font-size: clamp(1.4rem, 7vw, 1.8rem);
    }

    .lp-hero-text p[b-iggsuzmr0u] {
        font-size: 0.9rem;
    }

    .lp-btn-primary[b-iggsuzmr0u] {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .lp-cta-text h2[b-iggsuzmr0u] {
        font-size: 1.1rem;
    }

    .lp-cta-text p[b-iggsuzmr0u] {
        font-size: 0.85rem;
    }

    .lp-section h3[b-iggsuzmr0u] {
        font-size: 0.9rem;
    }

    .lp-section p[b-iggsuzmr0u] {
        font-size: 0.82rem;
    }
}
