/* _content/Lusigfox/Components/Account/Pages/Login.razor.rz.scp.css */
.lp[b-kojilctxn7] {
    max-width: 1080px;
    margin: 0 auto;
}

/* ---------- Layout: Hauptspalte + Anmeldung rechts oben ---------- */

.lp-layout[b-kojilctxn7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 22px;
    align-items: start;
}

.lp-haupt[b-kojilctxn7] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ---------- Hero ---------- */

.lp-hero[b-kojilctxn7] {
    background-image: linear-gradient(135deg, #052767 0%, #2a1350 55%, #3a0647 100%);
    color: #fff;
    border-radius: 14px;
    padding: 30px 34px 26px;
    position: relative;
    overflow: hidden;
}

    .lp-hero[b-kojilctxn7]::after {
        content: "";
        position: absolute;
        right: -70px;
        top: -70px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle at 30% 30%, rgba(245, 158, 11, 0.35), transparent 65%);
        pointer-events: none;
    }

.lp-marke[b-kojilctxn7] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.lp-logo[b-kojilctxn7] {
    width: 38px;
    height: 38px;
}

.lp-wortmarke[b-kojilctxn7] {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.lp-hero h1[b-kojilctxn7] {
    margin: 0 0 6px;
    font-size: 1.7rem;
    color: #fff;
}

.lp-tagline[b-kojilctxn7] {
    margin: 0 0 12px;
    font-size: 1.05rem;
    color: #dbe4f5;
}

.lp-text[b-kojilctxn7] {
    margin: 0;
    color: #c7d0e4;
    line-height: 1.55;
    font-size: 0.9rem;
}

/* ---------- Feature-Kacheln ---------- */

.lp-features[b-kojilctxn7] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lp-kachel[b-kojilctxn7] {
    display: flex;
    gap: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 15px 18px;
}

    .lp-kachel h3[b-kojilctxn7] {
        margin: 0 0 3px;
        font-size: 1rem;
    }

    .lp-kachel p[b-kojilctxn7] {
        margin: 0;
        font-size: 0.85rem;
        color: #6b7280;
        line-height: 1.45;
    }

.lp-icon[b-kojilctxn7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.lp-icon-blau[b-kojilctxn7] {
    background: #e0edff;
    color: #1d4ed8;
}

.lp-icon-amber[b-kojilctxn7] {
    background: #fef3c7;
    color: #b45309;
}

.lp-icon-gruen[b-kojilctxn7] {
    background: #dcfce7;
    color: #15803d;
}

/* ---------- Anmeldung (rechte Spalte, oben) ---------- */

.lp-anmeldung[b-kojilctxn7] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 22px 22px 18px;
    position: sticky;
    top: 1rem;
}

    .lp-anmeldung h2[b-kojilctxn7] {
        margin: 0 0 14px;
        font-size: 1.25rem;
    }

.lp-fuss[b-kojilctxn7] {
    margin: 20px 0 0;
    text-align: center;
    font-size: 0.82rem;
    color: #6b7280;
}

@media (max-width: 900px) {
    .lp-layout[b-kojilctxn7] {
        grid-template-columns: 1fr;
    }

    .lp-anmeldung[b-kojilctxn7] {
        order: -1;
        position: static;
    }
}
/* _content/Lusigfox/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-noq0zcggwb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

.top-row-rechts[b-noq0zcggwb] {
    display: flex;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
    margin-left: auto;
}

    .top-row[b-noq0zcggwb]  a, .top-row[b-noq0zcggwb]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

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

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

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

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

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

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

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

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

#blazor-error-ui[b-noq0zcggwb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-noq0zcggwb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Lusigfox/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u958ai1k8f] {
    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: rgba(255, 255, 255, 0.1) url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
}

.navbar-toggler:checked[b-u958ai1k8f] {
    background-color: rgba(255, 255, 255, 0.3);
}

.top-row[b-u958ai1k8f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u958ai1k8f] {
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand-logo[b-u958ai1k8f] {
    width: 1.6rem;
    height: 1.6rem;
}

.bi[b-u958ai1k8f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    margin-right: 0.6rem;
    font-size: 1.05rem;
    line-height: 1;
    flex-shrink: 0;
}

    .bi[b-u958ai1k8f]::before {
        vertical-align: 0;
    }

.nav-item[b-u958ai1k8f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-u958ai1k8f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u958ai1k8f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u958ai1k8f]  .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-u958ai1k8f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-gruppe-btn[b-u958ai1k8f],
.nav-zurueck[b-u958ai1k8f] {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.nav-gruppe-btn[b-u958ai1k8f] {
    height: 3rem;
    line-height: 3rem;
}

    .nav-gruppe-btn:hover[b-u958ai1k8f] {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

.nav-chevron[b-u958ai1k8f] {
    margin-left: auto;
    margin-right: 0;
    width: auto;
    font-size: 0.8rem;
    opacity: 0.55;
}

.nav-zurueck[b-u958ai1k8f] {
    color: #9ba5b6;
    font-size: 0.85rem;
    padding: 0.4rem 0;
    margin-bottom: 0.25rem;
}

    .nav-zurueck:hover[b-u958ai1k8f] {
        color: white;
    }

.nav-scrollable[b-u958ai1k8f] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-u958ai1k8f] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u958ai1k8f] {
        display: none;
    }

    .nav-scrollable[b-u958ai1k8f] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Lusigfox/Components/Layout/SyncStatusBanner.razor.rz.scp.css */
.sync-warnbanner[b-1e1as5fula] {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    background: #fef2f2;
    border-bottom: 2px solid #dc2626;
    color: #7f1d1d;
    padding: 0.65rem 2rem;
    font-size: 0.9rem;
    line-height: 1.4;
}

    .sync-warnbanner .bi[b-1e1as5fula] {
        flex-shrink: 0;
        font-size: 1.05rem;
        line-height: 1.4;
    }

    .sync-warnbanner a[b-1e1as5fula] {
        color: #7f1d1d;
        font-weight: 600;
        white-space: nowrap;
        margin-left: 0.35rem;
    }
/* _content/Lusigfox/Components/Pages/Home.razor.rz.scp.css */
.dash-kopf[b-8ofkakhmru] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

    .dash-kopf h1[b-8ofkakhmru] {
        margin: 0 0 2px;
    }

.dash-nl[b-8ofkakhmru] {
    margin: 0;
    color: #6b7280;
    font-size: 1.05rem;
}

.dash-abschnitt[b-8ofkakhmru] {
    margin: 26px 0 4px;
    font-size: 1.15rem;
}

.dash-abschnitt-link[b-8ofkakhmru] {
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: 10px;
    white-space: nowrap;
}

.dash-hinweis[b-8ofkakhmru] {
    margin: 0 0 12px;
    color: #6b7280;
    font-size: 0.85rem;
}

.dash-swatch[b-8ofkakhmru] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 2px;
}

.dash-grid[b-8ofkakhmru] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}
/* _content/Lusigfox/Components/Shared/DashboardDonut.razor.rz.scp.css */
.donut-card[b-7hnlda3xu0] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.donut-head[b-7hnlda3xu0] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.donut-titel[b-7hnlda3xu0] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #111827;
}

.donut-body[b-7hnlda3xu0] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.donut-svg[b-7hnlda3xu0] {
    width: 108px;
    height: 108px;
    flex-shrink: 0;
}

.donut-ring[b-7hnlda3xu0] {
    stroke: #eceef1;
}

.donut-mitte[b-7hnlda3xu0] {
    font-size: 8px;
    font-weight: 700;
    fill: #374151;
}

.donut-legende[b-7hnlda3xu0] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 0.85rem;
    min-width: 0;
}

    .donut-legende li[b-7hnlda3xu0] {
        display: flex;
        align-items: center;
        gap: 7px;
    }

.donut-punkt[b-7hnlda3xu0] {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex-shrink: 0;
}

.donut-legende-label[b-7hnlda3xu0] {
    color: #4b5563;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.donut-legende-wert[b-7hnlda3xu0] {
    margin-left: auto;
    font-weight: 600;
    color: #111827;
}
