/* _content/AqarOS.Web/Layouts/AdminLayout.razor.rz.scp.css */
.admin-layout .admin-sidebar[b-aw9cm5dncc] {
    background-image: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
}

.admin-brand[b-aw9cm5dncc] {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* _content/AqarOS.Web/Layouts/AuthenticationLayout.razor.rz.scp.css */
.auth-layout[b-eoaljfg2cj] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #052767 0%, #3a0647 100%);
    padding: 2rem;
}

.auth-card[b-eoaljfg2cj] {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
/* _content/AqarOS.Web/Layouts/MainLayout.razor.rz.scp.css */
.page[b-tlsgrcu8hh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

    .top-row[b-tlsgrcu8hh]  a, .top-row .btn-link[b-tlsgrcu8hh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tlsgrcu8hh] {
        display: none;
    }

    .top-row.auth[b-tlsgrcu8hh] {
        justify-content: space-between;
    }

    .top-row a[b-tlsgrcu8hh], .top-row .btn-link[b-tlsgrcu8hh] {
        margin-left: 0;
    }
}

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

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

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

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