@import '_content/MITRA.Web.Features/MITRA.Web.Features.8u4a2anzzw.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout scoped styles - minimal, main styles in mitra-theme.css */

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

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-ovcezdr6jk {
    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/Home.razor.rz.scp.css */
/* ═══════════════════════════════════════
   Dashboard Layout
   ═══════════════════════════════════════ */

.home-dashboard[b-vapaho2rt2] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem;
    height: 100%;
    overflow-y: auto;
}

/* ── Willkommen ── */

.dash-welcome[b-vapaho2rt2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.dash-welcome h4[b-vapaho2rt2] {
    font-weight: 600;
    margin: 0;
}

.dash-welcome-right[b-vapaho2rt2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dash-eye-btn[b-vapaho2rt2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.dash-eye-btn:hover[b-vapaho2rt2] {
    background: #f3f4f6;
    border-color: #9ca3af;
    color: #374151;
}

.dash-quick-actions[b-vapaho2rt2] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.dash-quick-btn[b-vapaho2rt2] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.dash-quick-btn:hover[b-vapaho2rt2] {
    background: #f3f4f6;
    border-color: #9ca3af;
    color: #111827;
    text-decoration: none;
}

/* ── KPI Kacheln ── */

.dash-kpis[b-vapaho2rt2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.dash-kpi[b-vapaho2rt2] {
    flex: 1 1 120px;
    min-width: 120px;
    max-width: 200px;
    padding: 0.875rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    border-left: 3px solid #6b7280;
}

.kpi-value[b-vapaho2rt2] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}

.kpi-label[b-vapaho2rt2] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* KPI color accents */
.kpi-blue[b-vapaho2rt2] { border-left-color: #3b82f6; }
.kpi-green[b-vapaho2rt2] { border-left-color: #22c55e; }
.kpi-amber[b-vapaho2rt2] { border-left-color: #f59e0b; }
.kpi-teal[b-vapaho2rt2] { border-left-color: #14b8a6; }
.kpi-red[b-vapaho2rt2] { border-left-color: #ef4444; }
.kpi-purple[b-vapaho2rt2] { border-left-color: #8b5cf6; }
.kpi-orange[b-vapaho2rt2] { border-left-color: #f97316; }

/* ── Widget Grid ── */

.dash-widgets[b-vapaho2rt2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1rem;
}

.dash-widget[b-vapaho2rt2] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-height: 400px;
    background: #fff;
}

.dash-widget-timetracking[b-vapaho2rt2] {
    order: -1;
}

.dash-widget-header[b-vapaho2rt2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 8px 8px 0 0;
}

.dash-widget-title[b-vapaho2rt2] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #111827;
}

.dash-widget-link[b-vapaho2rt2] {
    font-size: 0.75rem;
    color: #3b82f6;
    text-decoration: none;
}

.dash-widget-link:hover[b-vapaho2rt2] {
    text-decoration: underline;
}

.dash-widget-body[b-vapaho2rt2] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.dash-widget-empty[b-vapaho2rt2] {
    padding: 1.5rem 1rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.875rem;
}

/* ── Widget Items ── */

.dash-widget-item[b-vapaho2rt2] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.625rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    text-decoration: none;
    color: inherit;
    transition: background 0.1s ease;
}

.dash-widget-item:last-child[b-vapaho2rt2] {
    border-bottom: none;
}

.dash-widget-item:hover[b-vapaho2rt2] {
    background: #f9fafb;
    text-decoration: none;
    color: inherit;
}

.item-main[b-vapaho2rt2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.item-no[b-vapaho2rt2] {
    font-size: 0.75rem;
    color: #6b7280;
    font-family: monospace;
    white-space: nowrap;
}

.item-title[b-vapaho2rt2] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-meta[b-vapaho2rt2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
}

.item-tag[b-vapaho2rt2] {
    color: #6b7280;
    background: #f3f4f6;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-size: 0.6875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

.item-amount[b-vapaho2rt2] {
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
}

.item-date[b-vapaho2rt2] {
    color: #9ca3af;
    white-space: nowrap;
}

.item-progress[b-vapaho2rt2] {
    color: #6b7280;
    white-space: nowrap;
}

/* ── Badge overrides ── */

.badge[b-vapaho2rt2] {
    font-size: 0.6875rem;
    font-weight: 500;
    padding: 0.15rem 0.4rem;
}

/* ── Time Tracking Card ── */

.time-tracking-card[b-vapaho2rt2] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.time-progress[b-vapaho2rt2] {
    width: 100%;
}

/* Running badge */
.tt-running-badge[b-vapaho2rt2] {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 600;
    color: #fff;
    background: #22c55e;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    margin-left: 0.5rem;
    vertical-align: middle;
    animation: tt-blink-b-vapaho2rt2 1.5s ease-in-out infinite;
}

@keyframes tt-blink-b-vapaho2rt2 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Row: Label + Value */
.tt-row[b-vapaho2rt2] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.tt-label[b-vapaho2rt2] {
    font-size: 0.75rem;
    color: #6b7280;
}

.tt-value[b-vapaho2rt2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.tt-pulse[b-vapaho2rt2] {
    animation: tt-blink-b-vapaho2rt2 1.5s ease-in-out infinite;
}

/* Stats grid: Soll / Gebucht / Saldo */
.tt-stats[b-vapaho2rt2] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.tt-stat[b-vapaho2rt2] {
    flex: 1;
    text-align: center;
    padding: 0.375rem 0.25rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.tt-stat-label[b-vapaho2rt2] {
    display: block;
    font-size: 0.625rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.tt-stat-value[b-vapaho2rt2] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #111827;
}

/* Running info */
.tt-running-info[b-vapaho2rt2] {
    font-size: 0.75rem;
    color: #22c55e;
    font-weight: 500;
}

/* Assignments list */
.tt-assignments[b-vapaho2rt2] {
    border-top: 1px solid #f3f4f6;
    padding-top: 0.5rem;
}

.tt-assignments-header[b-vapaho2rt2] {
    font-size: 0.6875rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.375rem;
}

.tt-assignment[b-vapaho2rt2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    font-size: 0.8125rem;
}

.tt-assignment-name[b-vapaho2rt2] {
    color: #374151;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.tt-assignment-activity[b-vapaho2rt2] {
    color: #9ca3af;
    margin-left: 0.375rem;
    font-size: 0.75rem;
}

.tt-assignment-duration[b-vapaho2rt2] {
    font-weight: 600;
    color: #111827;
    margin-left: 0.75rem;
    white-space: nowrap;
}

/* ── Responsive ── */

@media (max-width: 768px) {
    .home-dashboard[b-vapaho2rt2] {
        padding: 0.75rem;
        gap: 1rem;
    }

    .dash-welcome[b-vapaho2rt2] {
        flex-direction: column;
        align-items: flex-start;
    }

    .dash-welcome-right[b-vapaho2rt2] {
        width: 100%;
        justify-content: space-between;
    }

    .dash-widgets[b-vapaho2rt2] {
        grid-template-columns: 1fr;
    }

    .dash-widget[b-vapaho2rt2] {
        max-height: none;
    }

    .dash-kpi[b-vapaho2rt2] {
        max-width: none;
        min-width: 0;
        flex-basis: calc(50% - 0.375rem);
    }

    /* ── Time Tracking mobile ── */

    .time-tracking-card[b-vapaho2rt2] {
        padding: 0.75rem;
    }

    .tt-value[b-vapaho2rt2] {
        font-size: 1.125rem;
    }

    .tt-stats[b-vapaho2rt2] {
        flex-wrap: wrap;
        gap: 0.375rem;
    }

    .tt-stat[b-vapaho2rt2] {
        flex: 1 1 calc(33% - 0.375rem);
        min-width: 80px;
        padding: 0.3rem 0.15rem;
    }

    .tt-stat-label[b-vapaho2rt2] {
        font-size: 0.5625rem;
    }

    .tt-stat-value[b-vapaho2rt2] {
        font-size: 0.75rem;
    }

    .tt-assignment[b-vapaho2rt2] {
        font-size: 0.75rem;
        flex-wrap: wrap;
        gap: 0.125rem;
    }

    .tt-assignment-name[b-vapaho2rt2] {
        flex-basis: 100%;
        white-space: normal;
    }

    .tt-assignment-activity[b-vapaho2rt2] {
        display: none;
    }

    .tt-assignment-duration[b-vapaho2rt2] {
        margin-left: 0;
        font-size: 0.75rem;
    }
}
/* /Components/Pages/LoginPage.razor.rz.scp.css */
/* ─── Full-page background (Keycloak-Style) ─── */
.login-page[b-uz2k0cjvqv] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 2rem 1rem;
    font-family: 'Inter', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ─── Wrapper: Logo + Card vertikal zentriert ─── */
.login-wrapper[b-uz2k0cjvqv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

/* ─── Brand: Logo + Text über der Karte ─── */
.login-brand[b-uz2k0cjvqv] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.diamond-grid[b-uz2k0cjvqv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    width: 52px;
    height: 52px;
}

.diamond[b-uz2k0cjvqv] {
    width: 22px;
    height: 22px;
    background: #E4FE99;
    transform: rotate(45deg);
    justify-self: center;
    align-self: center;
}

.login-brand-text[b-uz2k0cjvqv] {
    font-weight: 300;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* ─── Card (Keycloak-Style: weiß, Border-Top Akzent) ─── */
.login-card[b-uz2k0cjvqv] {
    background: #ffffff;
    border-radius: 4px;
    border-top: 3px solid #E4FE99;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 40px 48px;
    width: 100%;
}

/* ─── Titel ─── */
.login-title[b-uz2k0cjvqv] {
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
}

/* ─── Error message ─── */
.login-error[b-uz2k0cjvqv] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fdf2f2;
    border: 1px solid #c9190b;
    border-left: 3px solid #c9190b;
    color: #7d1007;
    padding: 12px 16px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.login-error-icon[b-uz2k0cjvqv] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 1px;
    color: #c9190b;
}

/* ─── Form ─── */
.login-form[b-uz2k0cjvqv] {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ─── Field (Label + Input) ─── */
.login-field[b-uz2k0cjvqv] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.login-label[b-uz2k0cjvqv] {
    font-size: 14px;
    font-weight: 600;
    color: #151515;
    line-height: 1.3;
}

/* ─── Input ─── */
.login-input[b-uz2k0cjvqv] {
    width: 100%;
    padding: 6px 12px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    color: #151515;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
}

.login-input:focus[b-uz2k0cjvqv] {
    border-color: #E4FE99;
    box-shadow: 0 0 0 1px #E4FE99;
}

.login-input[b-uz2k0cjvqv]::placeholder {
    color: #8a8d90;
}

/* ─── Button (volle Breite, Keycloak-Style) ─── */
.login-btn[b-uz2k0cjvqv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px;
    height: 36px;
    background: #1a1a2e;
    color: #E4FE99;
    border: none;
    border-radius: 3px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, opacity 0.15s ease;
    gap: 8px;
}

.login-btn:hover:not(:disabled)[b-uz2k0cjvqv] {
    background: #16213e;
}

.login-btn:active:not(:disabled)[b-uz2k0cjvqv] {
    background: #0f3460;
}

.login-btn:disabled[b-uz2k0cjvqv] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ─── Loading spinner ─── */
.login-spinner[b-uz2k0cjvqv] {
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #E4FE99;
    border-radius: 50%;
    animation: spin-b-uz2k0cjvqv 0.6s linear infinite;
}

@keyframes spin-b-uz2k0cjvqv {
    to {
        transform: rotate(360deg);
    }
}

/* ─── Divider ("oder") ─── */
.login-divider[b-uz2k0cjvqv] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 28px 0;
}

.login-divider[b-uz2k0cjvqv]::before,
.login-divider[b-uz2k0cjvqv]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #d2d2d2;
}

.login-divider-text[b-uz2k0cjvqv] {
    font-size: 13px;
    color: #8a8d90;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ─── Provider-Liste ─── */
.login-provider-list[b-uz2k0cjvqv] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-provider-btn[b-uz2k0cjvqv] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #151515;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    text-align: left;
}

.login-provider-btn:hover:not(:disabled)[b-uz2k0cjvqv] {
    border-color: #1a1a2e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
}

.login-provider-btn:active:not(:disabled)[b-uz2k0cjvqv] {
    background: #f0f0f0;
}

.login-provider-btn:disabled[b-uz2k0cjvqv] {
    opacity: 0.6;
    cursor: not-allowed;
}

.login-provider-logo[b-uz2k0cjvqv] {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.login-provider-icon[b-uz2k0cjvqv] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #6a6e73;
}

.login-provider-name[b-uz2k0cjvqv] {
    flex: 1;
}

/* ─── Responsive ─── */
@media (max-width: 540px) {
    .login-page[b-uz2k0cjvqv] {
        padding: 1rem;
        align-items: flex-start;
        padding-top: 3rem;
    }

    .login-brand[b-uz2k0cjvqv] {
        margin-bottom: 24px;
    }

    .login-brand-text[b-uz2k0cjvqv] {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .diamond-grid[b-uz2k0cjvqv] {
        width: 40px;
        height: 40px;
    }

    .diamond[b-uz2k0cjvqv] {
        width: 17px;
        height: 17px;
    }

    .login-card[b-uz2k0cjvqv] {
        padding: 24px 20px;
    }

    .login-title[b-uz2k0cjvqv] {
        font-size: 18px;
    }
}
/* /Components/Pages/RegistrationCallbackPage.razor.rz.scp.css */
/* ─── Full-page background (gleich wie LoginPage) ─── */
.login-page[b-sxqed3mt7p] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 2rem 1rem;
    font-family: 'Inter', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.login-wrapper[b-sxqed3mt7p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

.login-brand[b-sxqed3mt7p] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.diamond-grid[b-sxqed3mt7p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    width: 52px;
    height: 52px;
}

.diamond[b-sxqed3mt7p] {
    width: 22px;
    height: 22px;
    background: #E4FE99;
    transform: rotate(45deg);
    justify-self: center;
    align-self: center;
}

.login-brand-text[b-sxqed3mt7p] {
    font-weight: 300;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.login-card[b-sxqed3mt7p] {
    background: #ffffff;
    border-radius: 4px;
    border-top: 3px solid #E4FE99;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 40px 48px;
    width: 100%;
}

.login-title[b-sxqed3mt7p] {
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
}

.login-error[b-sxqed3mt7p] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fdf2f2;
    border: 1px solid #c9190b;
    border-left: 3px solid #c9190b;
    color: #7d1007;
    padding: 12px 16px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.login-spinner[b-sxqed3mt7p] {
    width: 24px;
    height: 24px;
    border: 2px solid transparent;
    border-top-color: #1a1a2e;
    border-radius: 50%;
    animation: spin-b-sxqed3mt7p 0.6s linear infinite;
    display: inline-block;
}

@keyframes spin-b-sxqed3mt7p {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 540px) {
    .login-page[b-sxqed3mt7p] {
        padding: 1rem;
        align-items: flex-start;
        padding-top: 3rem;
    }

    .login-brand[b-sxqed3mt7p] {
        margin-bottom: 24px;
    }

    .login-brand-text[b-sxqed3mt7p] {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .diamond-grid[b-sxqed3mt7p] {
        width: 40px;
        height: 40px;
    }

    .diamond[b-sxqed3mt7p] {
        width: 17px;
        height: 17px;
    }

    .login-card[b-sxqed3mt7p] {
        padding: 24px 20px;
    }

    .login-title[b-sxqed3mt7p] {
        font-size: 18px;
    }
}
/* /Components/Pages/RegistrationPage.razor.rz.scp.css */
/* ─── Full-page background (gleich wie LoginPage) ─── */
.login-page[b-i21qs0vysu] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 2rem 1rem;
    font-family: 'Inter', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ─── Wrapper: Logo + Card vertikal zentriert ─── */
.login-wrapper[b-i21qs0vysu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

/* ─── Brand: Logo + Text ─── */
.login-brand[b-i21qs0vysu] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.diamond-grid[b-i21qs0vysu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    width: 52px;
    height: 52px;
}

.diamond[b-i21qs0vysu] {
    width: 22px;
    height: 22px;
    background: #E4FE99;
    transform: rotate(45deg);
    justify-self: center;
    align-self: center;
}

.login-brand-text[b-i21qs0vysu] {
    font-weight: 300;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* ─── Card ─── */
.login-card[b-i21qs0vysu] {
    background: #ffffff;
    border-radius: 4px;
    border-top: 3px solid #E4FE99;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 40px 48px;
    width: 100%;
}

/* ─── Titel ─── */
.login-title[b-i21qs0vysu] {
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
}

/* ─── Error message ─── */
.login-error[b-i21qs0vysu] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fdf2f2;
    border: 1px solid #c9190b;
    border-left: 3px solid #c9190b;
    color: #7d1007;
    padding: 12px 16px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.login-error-icon[b-i21qs0vysu] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 1px;
    color: #c9190b;
}

/* ─── Form ─── */
.login-form[b-i21qs0vysu] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ─── Field (Label + Input) ─── */
.login-field[b-i21qs0vysu] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.login-label[b-i21qs0vysu] {
    font-size: 14px;
    font-weight: 600;
    color: #151515;
    line-height: 1.3;
}

/* ─── Input ─── */
.login-input[b-i21qs0vysu] {
    width: 100%;
    padding: 6px 12px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    color: #151515;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
}

.login-input:focus[b-i21qs0vysu] {
    border-color: #E4FE99;
    box-shadow: 0 0 0 1px #E4FE99;
}

.login-input[b-i21qs0vysu]::placeholder {
    color: #8a8d90;
}

/* ─── Button (volle Breite) ─── */
.login-btn[b-i21qs0vysu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px;
    height: 36px;
    background: #1a1a2e;
    color: #E4FE99;
    border: none;
    border-radius: 3px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, opacity 0.15s ease;
    gap: 8px;
}

.login-btn:hover:not(:disabled)[b-i21qs0vysu] {
    background: #16213e;
}

.login-btn:active:not(:disabled)[b-i21qs0vysu] {
    background: #0f3460;
}

.login-btn:disabled[b-i21qs0vysu] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ─── Loading spinner ─── */
.login-spinner[b-i21qs0vysu] {
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #E4FE99;
    border-radius: 50%;
    animation: spin-b-i21qs0vysu 0.6s linear infinite;
    display: inline-block;
}

@keyframes spin-b-i21qs0vysu {
    to {
        transform: rotate(360deg);
    }
}

/* ═══════════════════════════════════════════════
   Registration-spezifische Styles
   ═══════════════════════════════════════════════ */

/* ─── Begrüßungstext ─── */
.reg-greeting[b-i21qs0vysu] {
    text-align: center;
    color: #6a6e73;
    font-size: 14px;
    margin: 0 0 24px 0;
    line-height: 1.5;
}

/* ─── Info-Box (E-Mail, Provider) ─── */
.reg-info[b-i21qs0vysu] {
    background: #f5f5f6;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 12px 16px;
    margin-bottom: 24px;
}

.reg-info-row[b-i21qs0vysu] {
    display: flex;
    gap: 8px;
    align-items: baseline;
    font-size: 13px;
    line-height: 1.6;
}

.reg-info-label[b-i21qs0vysu] {
    color: #6a6e73;
    font-weight: 600;
    white-space: nowrap;
}

.reg-info-value[b-i21qs0vysu] {
    color: #151515;
    word-break: break-all;
}

/* ─── Provider-Liste ─── */
.reg-provider-list[b-i21qs0vysu] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.reg-provider-btn[b-i21qs0vysu] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #151515;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    text-align: left;
}

.reg-provider-btn:hover:not(:disabled)[b-i21qs0vysu] {
    border-color: #1a1a2e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
}

.reg-provider-btn:active:not(:disabled)[b-i21qs0vysu] {
    background: #f0f0f0;
}

.reg-provider-btn:disabled[b-i21qs0vysu] {
    opacity: 0.6;
    cursor: not-allowed;
}

.reg-provider-logo[b-i21qs0vysu] {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.reg-provider-icon[b-i21qs0vysu] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #6a6e73;
}

.reg-provider-name[b-i21qs0vysu] {
    flex: 1;
}

/* ─── Zurück-Button ─── */
.reg-back-row[b-i21qs0vysu] {
    margin-bottom: 16px;
}

.reg-back-btn[b-i21qs0vysu] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: none;
    border: none;
    color: #0066cc;
    font-family: inherit;
    font-size: 13px;
    cursor: pointer;
    transition: color 0.15s ease;
}

.reg-back-btn:hover:not(:disabled)[b-i21qs0vysu] {
    color: #004080;
    text-decoration: underline;
}

.reg-back-btn:disabled[b-i21qs0vysu] {
    opacity: 0.5;
    cursor: not-allowed;
}

.reg-back-btn svg[b-i21qs0vysu] {
    color: currentColor;
}

/* ─── Ablauf-Hinweis ─── */
.reg-expires[b-i21qs0vysu] {
    text-align: center;
    margin: 0;
    font-size: 12px;
    color: #8a8d90;
}

/* ─── Kein Provider vorhanden ─── */
.reg-no-providers[b-i21qs0vysu] {
    text-align: center;
    color: #6a6e73;
    font-size: 13px;
    margin: 16px 0;
}

/* ─── Erfolgs-Anzeige ─── */
.reg-success[b-i21qs0vysu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px 0 24px 0;
    text-align: center;
}

.reg-success svg[b-i21qs0vysu] {
    color: #3e8635;
}

.reg-success p[b-i21qs0vysu] {
    color: #6a6e73;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* ─── Link ─── */
.reg-link[b-i21qs0vysu] {
    color: #0066cc;
    font-size: 13px;
    text-decoration: none;
}

.reg-link:hover[b-i21qs0vysu] {
    text-decoration: underline;
}

/* ─── Responsive ─── */
@media (max-width: 540px) {
    .login-page[b-i21qs0vysu] {
        padding: 1rem;
        align-items: flex-start;
        padding-top: 3rem;
    }

    .login-brand[b-i21qs0vysu] {
        margin-bottom: 24px;
    }

    .login-brand-text[b-i21qs0vysu] {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .diamond-grid[b-i21qs0vysu] {
        width: 40px;
        height: 40px;
    }

    .diamond[b-i21qs0vysu] {
        width: 17px;
        height: 17px;
    }

    .login-card[b-i21qs0vysu] {
        padding: 24px 20px;
    }

    .login-title[b-i21qs0vysu] {
        font-size: 18px;
    }
}
