@import '_content/SmartArbeitsschutz.Modules.Hazards.Web/SmartArbeitsschutz.Modules.Hazards.Web.0t4g4t8vgx.bundle.scp.css';
@import '_content/SmartArbeitsschutz.Modules.MasterData.Web/SmartArbeitsschutz.Modules.MasterData.Web.ftvhmeaw5n.bundle.scp.css';
@import '_content/SmartArbeitsschutz.Modules.Users.Web/SmartArbeitsschutz.Modules.Users.Web.loijuijz30.bundle.scp.css';
@import '_content/SmartArbeitsschutz.Shared/SmartArbeitsschutz.Shared.30xu96e2el.bundle.scp.css';

/* /Components/Layout/HazardsNavGroup.razor.rz.scp.css */
/* ── Group header: label link + chevron toggle ──────────────────────────────── */
.nav-group-header[b-qc0nzacrp0] {
    display: flex;
    align-items: center;
}

.nav-group-link[b-qc0nzacrp0] {
    flex: 1;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.15s ease;
}

.nav-group-link:hover[b-qc0nzacrp0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-group-link:hover .nav-group-label[b-qc0nzacrp0] {
    color: rgba(255, 255, 255, 0.75);
}

.nav-group-link.active[b-qc0nzacrp0] {
    background-color: rgba(255, 255, 255, 0.08);
}

.nav-group-toggle[b-qc0nzacrp0] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.15s ease;
}

.nav-group-toggle:hover[b-qc0nzacrp0] {
    background-color: rgba(255, 255, 255, 0.08);
}

.nav-group-label[b-qc0nzacrp0] {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.nav-chevron[b-qc0nzacrp0] {
    color: rgba(255, 255, 255, 0.35);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.nav-chevron.open[b-qc0nzacrp0] {
    transform: rotate(180deg);
}

.nav-group-items[b-qc0nzacrp0] {
    margin-top: 4px;
}

/* ── Disabled nav link (placeholder for future pages) ──────────────────────── */
.nav-link--disabled[b-qc0nzacrp0] {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
/* /Components/Layout/IdleTimer.razor.rz.scp.css */
.idle-overlay[b-fomflawrcc] {
    position: fixed;
    inset: 0;
    background: rgba(31, 40, 50, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 24px;
}

.idle-dialog[b-fomflawrcc] {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px 28px;
    max-width: 380px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.idle-icon[b-fomflawrcc] {
    margin-bottom: 16px;
}

.idle-title[b-fomflawrcc] {
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F2832;
    margin: 0 0 10px;
}

.idle-message[b-fomflawrcc] {
    font-size: 0.9375rem;
    color: #5B6573;
    line-height: 1.6;
    margin: 0 0 24px;
}

.idle-message strong[b-fomflawrcc] {
    color: #C4633F;
    font-weight: 600;
}

.idle-actions[b-fomflawrcc] {
    display: flex;
    justify-content: center;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ── Shell layout ──────────────────────────────────────────────────────────── */
.app-shell[b-i49v43mu6m] {
    display: flex;
    min-height: 100vh;
    background-color: var(--color-slate);
}

/* ── Sidebar ───────────────────────────────────────────────────────────────── */
.sidebar[b-i49v43mu6m] {
    width: 240px;
    min-height: 100vh;
    background-color: var(--color-slate);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.sidebar-logo[b-i49v43mu6m] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-wordmark[b-i49v43mu6m] {
    font-family: var(--font-body);
    font-weight: var(--font-weight-semibold);
    font-size: 15px;
    letter-spacing: -0.1px;
    color: #ffffff;
    line-height: 1;
}

/* ── Main area ─────────────────────────────────────────────────────────────── */
.main-area[b-i49v43mu6m] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: var(--color-background);
}

/* ── Top bar ───────────────────────────────────────────────────────────────── */
.top-bar[b-i49v43mu6m] {
    height: 56px;
    background-color: #ffffff;
    border-bottom: 1px solid var(--color-divider);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 100;
    flex-shrink: 0;
}

.top-bar-left[b-i49v43mu6m] {
    flex: 1;
}

.top-bar-right[b-i49v43mu6m] {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* ── Hamburger button ──────────────────────────────────────────────────────── */
.hamburger-btn[b-i49v43mu6m] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 6px;
    background: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: var(--color-text);
}

.hamburger-btn:hover[b-i49v43mu6m] {
    background-color: var(--color-divider);
}

.hamburger-bar[b-i49v43mu6m] {
    display: block;
    width: 20px;
    height: 2px;
    background-color: currentColor;
    border-radius: 2px;
    transition: opacity 0.15s ease;
}

/* ── Content area ──────────────────────────────────────────────────────────── */
.content-area[b-i49v43mu6m] {
    flex: 1;
    padding: 28px 32px;
}

@media (max-width: 640px) {
    .content-area[b-i49v43mu6m] {
        padding: 16px;
    }

    .top-bar[b-i49v43mu6m] {
        padding: 0 16px;
    }
}

/* ── Sidebar footer (Impressum / Datenschutz links) ────────────────────────── */
.sidebar-footer[b-i49v43mu6m] {
    display: flex;
    gap: 16px;
    padding: 12px 20px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.sidebar-footer__link[b-i49v43mu6m] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.15s ease;
}

.sidebar-footer__link:hover[b-i49v43mu6m] {
    color: rgba(255, 255, 255, 0.7);
}

/* ── Error UI ──────────────────────────────────────────────────────────────── */
#blazor-error-ui[b-i49v43mu6m] {
    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-i49v43mu6m] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* ── Responsive: hamburger overlay below 1024px ────────────────────────────── */
@media (max-width: 1023px) {
    .hamburger-btn[b-i49v43mu6m] {
        display: flex;
    }

    .sidebar[b-i49v43mu6m] {
        /* Slide in from left as fixed overlay; hidden by default */
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 300;
        transform: translateX(-100%);
        transition: transform 0.22s ease;
        /* Keep width so content is not squished */
        min-height: 100vh;
    }

    .sidebar--open[b-i49v43mu6m] {
        transform: translateX(0);
        /* Ensure sidebar is above backdrop */
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18);
    }

    /* Dim backdrop shown behind the overlay */
    .nav-backdrop[b-i49v43mu6m] {
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 200;
        animation: backdrop-fade-in-b-i49v43mu6m 0.18s ease;
    }

    @keyframes backdrop-fade-in-b-i49v43mu6m {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
}

/* On desktop the backdrop and hamburger are never shown */
@media (min-width: 1024px) {
    .hamburger-btn[b-i49v43mu6m] {
        display: none;
    }

    .nav-backdrop[b-i49v43mu6m] {
        display: none;
    }
}
/* /Components/Layout/MasterDataNavGroup.razor.rz.scp.css */
/* ── Group header: label link + chevron toggle ──────────────────────────────── */
.nav-group-header[b-yyjs2g9uge] {
    display: flex;
    align-items: center;
}

.nav-group-link[b-yyjs2g9uge] {
    flex: 1;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.15s ease;
}

.nav-group-link:hover[b-yyjs2g9uge] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-group-link:hover .nav-group-label[b-yyjs2g9uge] {
    color: rgba(255, 255, 255, 0.75);
}

.nav-group-link.active[b-yyjs2g9uge] {
    background-color: rgba(255, 255, 255, 0.08);
}

.nav-group-toggle[b-yyjs2g9uge] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.15s ease;
}

.nav-group-toggle:hover[b-yyjs2g9uge] {
    background-color: rgba(255, 255, 255, 0.08);
}

.nav-group-label[b-yyjs2g9uge] {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.nav-chevron[b-yyjs2g9uge] {
    color: rgba(255, 255, 255, 0.35);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.nav-chevron.open[b-yyjs2g9uge] {
    transform: rotate(180deg);
}

.nav-group-items[b-yyjs2g9uge] {
    margin-top: 4px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-oeshyokn1p] {
    padding: 12px 0;
    flex: 1;
}

/* ── Sections ──────────────────────────────────────────────────────────────── */
/* ::deep lets these selectors reach into child components (MasterDataNavGroup) */
.nav-menu[b-oeshyokn1p]  .nav-section {
    padding: 4px 12px;
}

.nav-menu[b-oeshyokn1p]  .nav-section + .nav-section {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── Individual nav items ──────────────────────────────────────────────────── */
.nav-menu[b-oeshyokn1p]  .nav-item {
    margin: 2px 0;
}

.nav-menu[b-oeshyokn1p]  .nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.nav-menu[b-oeshyokn1p]  .nav-item .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nav-menu[b-oeshyokn1p]  .nav-item .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* Sub-items (under Stammdaten) */
.nav-menu[b-oeshyokn1p]  .nav-item--sub .nav-link {
    padding-left: 20px;
    font-size: 13px;
    font-weight: var(--font-weight-regular);
    color: rgba(255, 255, 255, 0.6);
}

.nav-menu[b-oeshyokn1p]  .nav-item--sub .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.08);
}

.nav-menu[b-oeshyokn1p]  .nav-item--sub .nav-link.active {
    background-color: rgba(196, 99, 63, 0.25);
    color: #ffffff;
}

/* ── Icons ─────────────────────────────────────────────────────────────────── */
.nav-menu[b-oeshyokn1p]  .nav-icon {
    flex-shrink: 0;
    opacity: 0.8;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yudqcg4lb3],
.components-reconnect-repeated-attempt-visible[b-yudqcg4lb3],
.components-reconnect-failed-visible[b-yudqcg4lb3],
.components-pause-visible[b-yudqcg4lb3],
.components-resume-failed-visible[b-yudqcg4lb3],
.components-rejoining-animation[b-yudqcg4lb3] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-yudqcg4lb3 {
    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/Layout/UserMenu.razor.rz.scp.css */
/* User menu trigger */
.user-menu[b-kdl1t0utnv] {
    position: relative;
}

.user-menu-trigger[b-kdl1t0utnv] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 8px;
    color: var(--color-anthracite);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    transition: background-color 0.15s ease;
}

.user-menu-trigger:hover[b-kdl1t0utnv] {
    background-color: var(--color-background);
}

.user-avatar[b-kdl1t0utnv] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--color-slate);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: var(--font-weight-semibold);
    flex-shrink: 0;
}

.user-name[b-kdl1t0utnv] {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chevron[b-kdl1t0utnv] {
    color: var(--color-text-light);
    transition: transform 0.15s ease;
    flex-shrink: 0;
}

.chevron.open[b-kdl1t0utnv] {
    transform: rotate(180deg);
}

/* Transparent full-screen backdrop rendered behind the dropdown.
   Captures clicks outside the menu and closes it without JS interop. */
.dropdown-backdrop[b-kdl1t0utnv] {
    position: fixed;
    inset: 0;
    z-index: 199; /* one below .user-menu-dropdown (z-index: 200) */
}

/* User menu dropdown */
.user-menu-dropdown[b-kdl1t0utnv] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background-color: #ffffff;
    border: 1px solid var(--color-divider);
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    min-width: 200px;
    padding: 6px;
    z-index: 200;
}

/* Section label for customer switcher inside dropdown */
.user-menu-section-label[b-kdl1t0utnv] {
    padding: 4px 10px 6px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--color-text-light);
}

.user-menu-item[b-kdl1t0utnv] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: var(--font-weight-regular);
    color: var(--color-anthracite);
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.1s ease;
}

.user-menu-item:hover[b-kdl1t0utnv] {
    background-color: var(--color-background);
}

.user-menu-item--disabled[b-kdl1t0utnv] {
    color: var(--color-text-light);
    cursor: default;
}

.user-menu-item--disabled:hover[b-kdl1t0utnv] {
    background: none;
}

.user-menu-item--logout[b-kdl1t0utnv] {
    color: var(--color-text-secondary);
}

/* Customer items inside the dropdown */
.user-menu-item--customer[b-kdl1t0utnv] {
    font-size: 13px;
    gap: 8px;
}

.user-menu-item--customer-active[b-kdl1t0utnv] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: var(--font-weight-medium);
    color: var(--color-slate);
    cursor: default;
}

.user-menu-divider[b-kdl1t0utnv] {
    height: 1px;
    background-color: var(--color-divider);
    margin: 4px 0;
}

.user-menu-form[b-kdl1t0utnv] {
    display: contents;
}

/* Responsive */
@media (max-width: 767px) {
    .user-name[b-kdl1t0utnv] {
        display: none;
    }
}
/* /Components/Pages/Datenschutz.razor.rz.scp.css */
.ds-page[b-z5yrlo10o3] {
    max-width: 720px;
}

.ds-title[b-z5yrlo10o3] {
    font-size: 1.5rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    margin-bottom: 2rem;
}

.ds-section[b-z5yrlo10o3] {
    margin-bottom: 2rem;
}

.ds-heading[b-z5yrlo10o3] {
    font-size: 1rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    margin-bottom: 0.5rem;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid var(--color-divider);
}

.ds-address[b-z5yrlo10o3] {
    font-style: normal;
    line-height: 1.7;
    color: var(--color-text);
    margin-bottom: 0.75rem;
}

.ds-page p[b-z5yrlo10o3] {
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.ds-page p:last-child[b-z5yrlo10o3] {
    margin-bottom: 0;
}

.ds-list[b-z5yrlo10o3] {
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}

.ds-page a[b-z5yrlo10o3] {
    color: var(--color-primary);
    text-decoration: none;
}

.ds-page a:hover[b-z5yrlo10o3] {
    text-decoration: underline;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ── Page header ────────────────────────────────────────────────────────────── */

.home-header[b-h9dtp3axqk] {
    margin-bottom: 2rem;
}

.home-greeting[b-h9dtp3axqk] {
    font-family: var(--font-headline);
    font-size: 28px;
    font-weight: var(--font-weight-bold);
    color: var(--color-anthracite);
    line-height: var(--line-height-tight);
    margin-bottom: 0.25rem;
}

.home-subtitle[b-h9dtp3axqk] {
    color: var(--color-text-secondary);
    margin-bottom: 0;
}

/* ── Onboarding card (shown when tenant has 0 substances) ────────────────────── */

.onboarding-card[b-h9dtp3axqk] {
    max-width: 520px;
    border: 1.5px solid var(--color-divider);
    border-radius: 10px;
    background-color: #fff;
}

.onboarding-card__title[b-h9dtp3axqk] {
    font-family: var(--font-headline);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    color: var(--color-anthracite);
    margin-bottom: 0.5rem;
}

.onboarding-card__body[b-h9dtp3axqk] {
    color: var(--color-text-secondary);
    margin-bottom: 0;
}

/* ── Module tile grid ────────────────────────────────────────────────────────── */

.module-tiles[b-h9dtp3axqk] {
    max-width: 900px;
}

.module-tile[b-h9dtp3axqk] {
    border: 1.5px solid var(--color-divider);
    border-radius: 10px;
    background-color: #fff;
    color: var(--color-anthracite);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.module-tile:hover[b-h9dtp3axqk],
.module-tile:focus[b-h9dtp3axqk] {
    border-color: var(--color-terracotta);
    box-shadow: 0 4px 16px rgba(196, 99, 63, 0.12);
    color: var(--color-anthracite);
}

.module-tile__icon[b-h9dtp3axqk] {
    color: var(--color-terracotta);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--color-warm-light);
    border-radius: 8px;
}

.module-tile__name[b-h9dtp3axqk] {
    font-family: var(--font-headline);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    color: var(--color-anthracite);
}

/* ── Status hint under tile name ─────────────────────────────────────────────── */

.module-tile__hint[b-h9dtp3axqk] {
    font-size: 13px;
    font-weight: var(--font-weight-medium);
    color: var(--color-text-secondary);
    margin-top: -0.5rem;
}

.module-tile__hint--warn[b-h9dtp3axqk] {
    color: var(--color-terracotta);
}

.module-tile__hint--ok[b-h9dtp3axqk] {
    color: #3a7d44; /* accessible green – no design-token exists yet for success colour */
}

/* ── Preview / "In Planung" tile ─────────────────────────────────────────────── */

.module-tile--preview[b-h9dtp3axqk] {
    border-style: dashed;
    background-color: transparent;
    cursor: default;
    pointer-events: none;
}

.module-tile--preview:hover[b-h9dtp3axqk],
.module-tile--preview:focus[b-h9dtp3axqk] {
    border-color: var(--color-divider);
    box-shadow: none;
}

.module-tile__icon--preview[b-h9dtp3axqk] {
    color: var(--color-text-light);
    background-color: var(--color-divider);
}

.module-tile__name--preview[b-h9dtp3axqk] {
    color: var(--color-text-secondary);
}
/* /Components/Pages/Impressum.razor.rz.scp.css */
.imp-page[b-llasg1sbjs] {
    max-width: 720px;
}

.imp-title[b-llasg1sbjs] {
    font-size: 1.5rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    margin-bottom: 2rem;
}

.imp-section[b-llasg1sbjs] {
    margin-bottom: 2rem;
}

.imp-heading[b-llasg1sbjs] {
    font-size: 1rem;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
    margin-bottom: 0.5rem;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid var(--color-divider);
}

.imp-address[b-llasg1sbjs] {
    font-style: normal;
    line-height: 1.7;
    color: var(--color-text);
}

.imp-page p[b-llasg1sbjs] {
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: 0;
}

.imp-page a[b-llasg1sbjs] {
    color: var(--color-primary);
    text-decoration: none;
}

.imp-page a:hover[b-llasg1sbjs] {
    text-decoration: underline;
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-page[b-wypz29ea36] {
    max-width: 520px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.profile-card[b-wypz29ea36] {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    padding: 2rem;
}

.profile-title[b-wypz29ea36] {
    font-family: var(--font-headline);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 1.5rem;
}

.profile-section[b-wypz29ea36] {
    margin-bottom: 0;
}

.profile-section-title[b-wypz29ea36] {
    font-family: var(--font-headline);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 0.3rem;
}

.profile-section-hint[b-wypz29ea36] {
    font-size: 0.85rem;
    color: var(--color-muted);
    margin-bottom: 1.1rem;
}

.profile-divider[b-wypz29ea36] {
    border-top: 1px solid #E5E7EB;
    margin: 1.75rem 0;
}

.field-group[b-wypz29ea36] {
    margin-bottom: 1.1rem;
}

.field-group label[b-wypz29ea36] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text);
    margin-bottom: 0.35rem;
}

.field-input[b-wypz29ea36] {
    width: 100%;
    padding: 0.6rem 0.875rem;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--color-text);
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
    outline: none;
}

.field-input:focus[b-wypz29ea36] {
    border-color: var(--color-slate);
    box-shadow: 0 0 0 3px rgba(58, 74, 92, 0.12);
}

.field-error[b-wypz29ea36] {
    display: block;
    font-size: 0.8rem;
    color: #B91C1C;
    margin-top: 0.3rem;
}

.alert-success[b-wypz29ea36] {
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    border-radius: 6px;
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
    color: #166534;
    margin-bottom: 1.25rem;
}

.alert-error[b-wypz29ea36] {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 6px;
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
    color: #B91C1C;
    margin-bottom: 1.25rem;
}

@media (max-width: 640px) {
    .profile-page[b-wypz29ea36] { padding: 0; }
    .profile-card[b-wypz29ea36] { padding: 1.25rem; }
}
