/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-qidfjvfvao] {
    position: relative;
    display: flex;
    flex-direction: row;
}

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

.sidebar[b-qidfjvfvao] {
    background-image: var(--gf-sidebar-bg);
}

/* ── Sidebar brand header ─────────────────────────────────────── */

.sidebar-header[b-qidfjvfvao] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    padding: 0 1rem;
    background: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    flex-shrink: 0;
}

.sidebar-brand[b-qidfjvfvao] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    min-width: 0;
    flex: 1;
}

.sidebar-brand:hover[b-qidfjvfvao] {
    text-decoration: none;
}

.sidebar-brand-icon[b-qidfjvfvao] {
    font-size: 1.6rem;
    line-height: 1;
    flex-shrink: 0;
}

.sidebar-brand-text[b-qidfjvfvao] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar-brand-name[b-qidfjvfvao] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    line-height: 1.15;
    letter-spacing: 0.01em;
}

.sidebar-brand-sub[b-qidfjvfvao] {
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
    line-height: 1.3;
}

@media (min-width: 641px) {
    .sidebar-header[b-qidfjvfvao] {
        height: 3.5rem;
    }
}

.top-row[b-qidfjvfvao] {
    background-color: var(--gf-toprow-bg);
    border-bottom: 1px solid var(--gf-toprow-border);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

@media (max-width: 640.98px) {
    .page[b-qidfjvfvao] {
        flex-direction: column;
    }

    .sidebar[b-qidfjvfvao] {
        width: 100%;
        height: auto;
        position: relative;
    }

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

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

    main[b-qidfjvfvao] {
        width: 100%;
    }

    .top-row[b-qidfjvfvao], article[b-qidfjvfvao] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

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

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

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

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

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

.content[b-qidfjvfvao] {
    padding-top: 1.1rem;
}

.navbar-toggler[b-qidfjvfvao] {
    display: none;
}

.navbar-toggler-label[b-qidfjvfvao] {
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    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);
    display: none;
    flex-shrink: 0;
    border-radius: 0.25rem;
    z-index: 100;
}

@media (max-width: 640px) {
    .navbar-toggler-label[b-qidfjvfvao] {
        display: block;
    }
}

.top-row[b-qidfjvfvao] {
    display: flex;
    align-items: center;
}

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

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

@media (min-width: 641px) {
    .nav-scrollable[b-qidfjvfvao] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}



[b-qidfjvfvao] [class*="-nav-menu"] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

[b-qidfjvfvao] .bi-house-door-fill-nav-menu {
    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");
}

[b-qidfjvfvao] .bi-trophy-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-trophy-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.398-.588-2.797-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.138-.388 2.537-.72 3.935z'/%3E%3C/svg%3E");
}

[b-qidfjvfvao] .bi-people-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z'/%3E%3Cpath d='M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

[b-qidfjvfvao] .bi-cart-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

[b-qidfjvfvao] .bi-key-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-key-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2zM2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

[b-qidfjvfvao] .bi-box-arrow-right-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

[b-qidfjvfvao] .bi-activity-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-activity' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 2a.5.5 0 0 1 .47.33L10 12.036l1.53-4.208A.5.5 0 0 1 12 7.5h3.5a.5.5 0 0 1 0 1h-3.171l-1.86 5.017a.5.5 0 0 1-.94 0L6 3.964 4.47 8.171A.5.5 0 0 1 4 8.5H.5a.5.5 0 0 1 0-1h3.171z'/%3E%3C/svg%3E");
}

[b-qidfjvfvao] .bi-journal-text-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-journal-text' viewBox='0 0 16 16'%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z'/%3E%3C/svg%3E");
}

[b-qidfjvfvao] .bi-shield-check-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-check' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z'/%3E%3Cpath d='M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

[b-qidfjvfvao] .bi-clipboard-data-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clipboard-data' viewBox='0 0 16 16'%3E%3Cpath d='M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zm-5 1a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V8z'/%3E%3Cpath d='M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5v-1zM3 2a1 1 0 0 0-1 1V14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-.5v.5A1.5 1.5 0 0 1 11 4H5a1.5 1.5 0 0 1-1.5-1.5V2H3z'/%3E%3C/svg%3E");
}

[b-qidfjvfvao] .bi-palette-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-palette' viewBox='0 0 16 16'%3E%3Cpath d='M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm4 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM5.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3Cpath d='M16 8c0 3.15-1.866 2.585-3.567 2.07C11.2 9.693 10 9.308 10 10.5c0 1.846-.836 3.5-2 3.5-4.418 0-8-3.582-8-8s3.582-8 8-8 8 3.582 8 8zm-8 7c.611 0 1.116-.756 1.419-1.668.373-1.127.3-2.373-.321-3.152-.324-.406-.8-.68-1.598-.68-1.457 0-2.4-.674-2.919-1.483-.487-.757-.62-1.676-.453-2.479.17-.816.646-1.478 1.37-1.872.755-.412 1.727-.49 2.704-.166 1.06.35 1.987 1.19 2.458 2.388C11.027 7.356 11.5 8.5 12 8.5c.47 0 .97-.165 1.484-.386.527-.227 1.014-.524 1.357-.814.198-.168.352-.335.451-.492C15.762 6.128 16 5.07 16 4 16 1.791 13.209 0 8 0S0 3.582 0 8s3.582 8 8 8z'/%3E%3C/svg%3E");
}

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

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

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

    [b-qidfjvfvao] .nav-item .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 10px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 1;
        width: 100%;
        padding: 0 0.85rem;
        font-size: 0.9rem;
        font-weight: 500;
        transition: background-color 0.18s ease, color 0.18s ease, transform 0.15s ease;
    }

    [b-qidfjvfvao] .nav-item a.active {
        background-color: rgba(255, 255, 255, 0.25);
        color: white;
    }

    [b-qidfjvfvao] .nav-item .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.12);
        color: white;
        transform: translateX(3px);
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rugkmeoz98] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-rugkmeoz98] {
    background-image: var(--gf-sidebar-bg);
}

.top-row[b-rugkmeoz98] {
    background-color: var(--gf-toprow-bg);
    border-bottom: 1px solid var(--gf-toprow-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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


/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mpremeispj] {
    display: none;
}

.navbar-toggler-label[b-mpremeispj] {
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    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);
    display: none;
    flex-shrink: 0;
    border-radius: 0.25rem;
}

@media (max-width: 640px) {
    .navbar-toggler-label[b-mpremeispj] {
        display: block;
    }
}

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

.navbar-brand[b-mpremeispj] {
    font-size: 1.1rem;
}

.bi[b-mpremeispj] {
    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-mpremeispj] {
    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-mpremeispj] {
    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-mpremeispj] {
    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-mpremeispj] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

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

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

    .nav-item[b-mpremeispj]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 10px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 1;
        width: 100%;
        padding: 0 0.85rem;
        font-size: 0.9rem;
        font-weight: 500;
        transition: background-color 0.18s ease, color 0.18s ease, transform 0.15s ease;
    }

.nav-item[b-mpremeispj]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-mpremeispj]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: white;
    transform: translateX(3px);
}

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

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

@media (min-width: 641px) {
    .nav-scrollable[b-mpremeispj] {
        /* 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-bact6y3yqi],
.components-reconnect-repeated-attempt-visible[b-bact6y3yqi],
.components-reconnect-failed-visible[b-bact6y3yqi],
.components-pause-visible[b-bact6y3yqi],
.components-resume-failed-visible[b-bact6y3yqi],
.components-rejoining-animation[b-bact6y3yqi] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-bact6y3yqi {
    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/ThemeToggle.razor.rz.scp.css */
.btn-theme-toggle[b-bpqyuenlo8] {
    appearance: none;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 0.3rem 0.55rem;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-theme-toggle:hover[b-bpqyuenlo8] {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.08);
}

.btn-theme-toggle:active[b-bpqyuenlo8] {
    transform: scale(0.95);
}
/* /Components/Layout/UserLayout.razor.rz.scp.css */
.page[b-z3trgetxlg] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-z3trgetxlg] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

article[b-z3trgetxlg] {
    flex: 1;
}

.sidebar[b-z3trgetxlg] {
    background: var(--gf-sidebar-user-bg);
    box-shadow: var(--gf-sidebar-shadow);
}

@media (max-width: 640px) {
    article[b-z3trgetxlg] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

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

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

    article[b-z3trgetxlg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/* /Components/Layout/UserNavMenu.razor.rz.scp.css */
/* ── CSS custom properties ── */
:root[b-qch7z0a7o8] {
    --clr-nav-indigo: 99, 102, 241;
}

.navbar-toggler[b-qch7z0a7o8] {
    display: none;
}

.navbar-toggler-label[b-qch7z0a7o8] {
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    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);
    display: none;
    flex-shrink: 0;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

@media (max-width: 640px) {
    .navbar-toggler-label[b-qch7z0a7o8] {
        display: block;
    }
}

.top-row[b-qch7z0a7o8] {
    min-height: 3.5rem;
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-qch7z0a7o8] {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bi[b-qch7z0a7o8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.65rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-qch7z0a7o8] {
    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-qch7z0a7o8] {
    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-qch7z0a7o8] {
    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-scrollable[b-qch7z0a7o8] {
    padding: 0.5rem 0.75rem;
}

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

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

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

    .nav-item[b-qch7z0a7o8]  .nav-link {
        color: #b0b8e8;
        background: none;
        border: none;
        border-radius: 10px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 1;
        width: 100%;
        padding: 0 0.85rem;
        font-size: 0.9rem;
        font-weight: 500;
        transition: background-color 0.18s ease, color 0.18s ease, transform 0.15s ease;
    }

.nav-item[b-qch7z0a7o8]  a.active {
    background-color: rgba(var(--clr-nav-indigo), 0.3);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(var(--clr-nav-indigo), 0.25);
}

.nav-item[b-qch7z0a7o8]  .nav-link:hover {
    background-color: rgba(var(--clr-nav-indigo), 0.18);
    color: #e8eaff;
    transform: translateX(3px);
}

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

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

@media (min-width: 641px) {
    .nav-scrollable[b-qch7z0a7o8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

[b-qch7z0a7o8] .bi-search-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
}

[b-qch7z0a7o8] .bi-cart-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

/* Mobile cart button - visible on small screens */
.mobile-cart-button[b-qch7z0a7o8] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
    border: none;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-cart-button:hover[b-qch7z0a7o8] {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.6);
}

.mobile-cart-button:active[b-qch7z0a7o8] {
    transform: scale(0.95);
}

.mobile-cart-icon[b-qch7z0a7o8] {
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='white' class='bi bi-cart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-cart-badge[b-qch7z0a7o8] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ef4444;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    border: 2px solid white;
}

@media (min-width: 641px) {
    .mobile-cart-button[b-qch7z0a7o8] {
        display: none;
    }
}

/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
/* ============================================================
   Admin Dashboard – Section heading
   ============================================================ */

.dashboard-section-heading[b-yroglm1te1] {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gf-text-section);
    margin-bottom: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

/* ============================================================
   Admin Dashboard – Navigation action cards (Menu Amministrazione)
   ============================================================ */

.admin-nav-card[b-yroglm1te1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-radius: 14px;
    background: var(--gf-surface);
    border: 1px solid var(--gf-border-light);
    box-shadow: var(--gf-shadow-sm);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
    height: 100%;
    min-height: 72px;
    user-select: none;
    text-align: left;
}

.admin-nav-card:hover[b-yroglm1te1],
.admin-nav-card:focus-visible[b-yroglm1te1] {
    transform: translateY(-3px);
    box-shadow: var(--gf-shadow-md);
    outline: none;
}

.admin-nav-card:focus-visible[b-yroglm1te1] {
    outline: 3px solid #258cfb;
    outline-offset: 2px;
}

/* Coloured icon badge */
.admin-nav-card__icon[b-yroglm1te1] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    flex-shrink: 0;
}

/* Body: title + arrow */
.admin-nav-card__body[b-yroglm1te1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
}

.admin-nav-card__title[b-yroglm1te1] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gf-text);
    min-width: 0;
}

.admin-nav-card__arrow[b-yroglm1te1] {
    color: var(--gf-text-arrow);
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: transform 0.18s ease;
}

.admin-nav-card:hover .admin-nav-card__arrow[b-yroglm1te1] {
    transform: translateX(4px);
}

/* Colour variants */
.admin-nav-card--primary .admin-nav-card__icon[b-yroglm1te1]   { background: #1b6ec2; }
.admin-nav-card--success  .admin-nav-card__icon[b-yroglm1te1]   { background: #198754; }
.admin-nav-card--warning  .admin-nav-card__icon[b-yroglm1te1]   { background: #e67e22; }
.admin-nav-card--info     .admin-nav-card__icon[b-yroglm1te1]   { background: #0dcaf0; }
.admin-nav-card--secondary .admin-nav-card__icon[b-yroglm1te1]  { background: #6c757d; }
.admin-nav-card--purple   .admin-nav-card__icon[b-yroglm1te1]   { background: #6f42c1; }
.admin-nav-card--teal     .admin-nav-card__icon[b-yroglm1te1]   { background: #0d9488; }

.admin-nav-card--primary:hover[b-yroglm1te1],
.admin-nav-card--primary:focus-visible[b-yroglm1te1] { background: var(--gf-surface-hover-primary); border-color: #1b6ec2; }
.admin-nav-card--success:hover[b-yroglm1te1],
.admin-nav-card--success:focus-visible[b-yroglm1te1] { background: var(--gf-surface-hover-success); border-color: #198754; }
.admin-nav-card--warning:hover[b-yroglm1te1],
.admin-nav-card--warning:focus-visible[b-yroglm1te1] { background: var(--gf-surface-hover-warning); border-color: #e67e22; }
.admin-nav-card--info:hover[b-yroglm1te1],
.admin-nav-card--info:focus-visible[b-yroglm1te1]    { background: var(--gf-surface-hover-info, rgba(13,202,240,0.08)); border-color: #0dcaf0; }
.admin-nav-card--secondary:hover[b-yroglm1te1],
.admin-nav-card--secondary:focus-visible[b-yroglm1te1] { background: var(--gf-surface-hover-secondary, rgba(108,117,125,0.08)); border-color: #6c757d; }
.admin-nav-card--purple:hover[b-yroglm1te1],
.admin-nav-card--purple:focus-visible[b-yroglm1te1]  { background: var(--gf-surface-hover-primary); border-color: #6f42c1; }
.admin-nav-card--teal:hover[b-yroglm1te1],
.admin-nav-card--teal:focus-visible[b-yroglm1te1]    { background: rgba(13,148,136,0.08); border-color: #0d9488; }
.admin-nav-card--dark     .admin-nav-card__icon[b-yroglm1te1]   { background: #343a40; }
.admin-nav-card--dark:hover[b-yroglm1te1],
.admin-nav-card--dark:focus-visible[b-yroglm1te1]    { background: rgba(52,58,64,0.08); border-color: #343a40; }

/* ============================================================
   Admin Dashboard – KPI metric cards (Statistiche Rapide)
   ============================================================ */

.stat-metric-card[b-yroglm1te1] {
    background: var(--gf-surface);
    border-radius: 14px;
    padding: 1.25rem 1rem 1rem 1.2rem;
    border: 1px solid var(--gf-border-light);
    box-shadow: var(--gf-shadow-sm);
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.stat-metric-card:hover[b-yroglm1te1] {
    transform: translateY(-4px);
    box-shadow: var(--gf-shadow-lg);
}

/* Large decorative background icon */
.stat-metric-card__bg-icon[b-yroglm1te1] {
    position: absolute;
    top: 0.6rem;
    right: 0.9rem;
    font-size: 3rem;
    opacity: 0.08;
    pointer-events: none;
    line-height: 1;
}

.stat-metric-card__value[b-yroglm1te1] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    position: relative;
}

.stat-metric-card__label[b-yroglm1te1] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gf-text-label);
    margin-top: 0.3rem;
    position: relative;
}

/* Colour variants */
.stat-metric-card--blue[b-yroglm1te1]   { border-top: 3px solid #1b6ec2; }
.stat-metric-card--green[b-yroglm1te1]  { border-top: 3px solid #198754; }
.stat-metric-card--orange[b-yroglm1te1] { border-top: 3px solid #e67e22; }
.stat-metric-card--teal[b-yroglm1te1]   { border-top: 3px solid #0d9488; }
.stat-metric-card--purple[b-yroglm1te1] { border-top: 3px solid #6f42c1; }
.stat-metric-card--indigo[b-yroglm1te1] { border-top: 3px solid #3d5a99; }

.stat-metric-card--blue   .stat-metric-card__value[b-yroglm1te1] { color: #1b6ec2; }
.stat-metric-card--green  .stat-metric-card__value[b-yroglm1te1] { color: #198754; }
.stat-metric-card--orange .stat-metric-card__value[b-yroglm1te1] { color: #e67e22; }
.stat-metric-card--teal   .stat-metric-card__value[b-yroglm1te1] { color: #0d9488; }
.stat-metric-card--purple .stat-metric-card__value[b-yroglm1te1] { color: #6f42c1; }
.stat-metric-card--indigo .stat-metric-card__value[b-yroglm1te1] { color: #3d5a99; }

.stat-metric-card--blue   .stat-metric-card__bg-icon[b-yroglm1te1] { color: #1b6ec2; }
.stat-metric-card--green  .stat-metric-card__bg-icon[b-yroglm1te1] { color: #198754; }
.stat-metric-card--orange .stat-metric-card__bg-icon[b-yroglm1te1] { color: #e67e22; }
.stat-metric-card--teal   .stat-metric-card__bg-icon[b-yroglm1te1] { color: #0d9488; }
.stat-metric-card--purple .stat-metric-card__bg-icon[b-yroglm1te1] { color: #6f42c1; }
.stat-metric-card--indigo .stat-metric-card__bg-icon[b-yroglm1te1] { color: #3d5a99; }

/* ============================================================
   Responsive tweaks for very small screens
   ============================================================ */

@media (max-width: 400px) {
    .admin-nav-card__title[b-yroglm1te1] {
        font-size: 0.875rem;
    }

    .stat-metric-card__value[b-yroglm1te1] {
        font-size: 1.6rem;
    }
}
/* /Components/Pages/AdminLiveCarts.razor.rz.scp.css */
/* ============================================================
   Admin Live Carts – KPI metric cards (Snapshot attuale)
   Mirrors the stat-metric-card styles from AdminDashboard.razor.css
   ============================================================ */

.stat-metric-card[b-xaitjvut1p] {
    background: var(--gf-surface);
    border-radius: 14px;
    padding: 1.25rem 1rem 1rem 1.2rem;
    border: 1px solid var(--gf-border-light);
    box-shadow: var(--gf-shadow-sm);
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.stat-metric-card:hover[b-xaitjvut1p] {
    transform: translateY(-4px);
    box-shadow: var(--gf-shadow-lg);
}

.stat-metric-card__bg-icon[b-xaitjvut1p] {
    position: absolute;
    top: 0.6rem;
    right: 0.9rem;
    font-size: 3rem;
    opacity: 0.08;
    pointer-events: none;
    line-height: 1;
}

.stat-metric-card__value[b-xaitjvut1p] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    position: relative;
}

.stat-metric-card__label[b-xaitjvut1p] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gf-text-label);
    margin-top: 0.3rem;
    position: relative;
}

/* Colour variants */
.stat-metric-card--blue[b-xaitjvut1p]   { border-top: 3px solid #1b6ec2; }
.stat-metric-card--green[b-xaitjvut1p]  { border-top: 3px solid #198754; }
.stat-metric-card--orange[b-xaitjvut1p] { border-top: 3px solid #e67e22; }

.stat-metric-card--blue   .stat-metric-card__value[b-xaitjvut1p] { color: #1b6ec2; }
.stat-metric-card--green  .stat-metric-card__value[b-xaitjvut1p] { color: #198754; }
.stat-metric-card--orange .stat-metric-card__value[b-xaitjvut1p] { color: #e67e22; }

.stat-metric-card--blue   .stat-metric-card__bg-icon[b-xaitjvut1p] { color: #1b6ec2; }
.stat-metric-card--green  .stat-metric-card__bg-icon[b-xaitjvut1p] { color: #198754; }
.stat-metric-card--orange .stat-metric-card__bg-icon[b-xaitjvut1p] { color: #e67e22; }

/* ============================================================
   Admin Live Carts – Section heading (mirrors AdminDashboard)
   ============================================================ */

.dashboard-section-heading[b-xaitjvut1p] {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gf-text-section);
    margin-bottom: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

/* ============================================================
   Admin Live Carts – Footer info bar
   ============================================================ */

.live-carts-footer[b-xaitjvut1p] {
    border-radius: 12px;
    border: 1px solid var(--gf-border-light);
    background: var(--gf-surface);
    box-shadow: var(--gf-shadow-sm);
}
/* /Components/Pages/Cart.razor.rz.scp.css */
/* ── Cart item: product thumbnail ──────────────────────────── */
.cart-item-img[b-7koiu19i6h] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

/* ── Cart item wrapper: subtle hover lift ─────────────────── */
.cart-item[b-7koiu19i6h] {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    border-radius: 8px;
    padding: 0.5rem;
}

.cart-item:hover[b-7koiu19i6h] {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}

/* ── Cart item: text block (flex-grow, never overflows) ──────── */
.cart-item-info[b-7koiu19i6h] {
    flex: 1 1 0;
    min-width: 0; /* allows text truncation inside a flex container */
}

.cart-item-name[b-7koiu19i6h] {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.25rem;
}

/* ── Cart item: actions bar ──────────────────────────────────── */
.cart-item-actions[b-7koiu19i6h] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cart-item-total[b-7koiu19i6h] {
    flex: 1 1 auto;
    text-align: right;
    white-space: nowrap;
}

.cart-item-remove[b-7koiu19i6h] {
    flex-shrink: 0;
    white-space: nowrap;
}
/* /Components/Pages/Checkout.razor.rz.scp.css */
/* Checkout page styles */

.checkout-item-name[b-yqk5s8c2qi] {
    max-width: 65%;
}

/* ── Order Success Overlay ─────────────────────────────────────────────── */

.checkout-success-overlay[b-yqk5s8c2qi] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-body-bg, #fff);
    animation: overlayFadeIn-b-yqk5s8c2qi 0.35s ease-out both;
}

.checkout-success-content[b-yqk5s8c2qi] {
    text-align: center;
    padding: 2rem;
    max-width: 420px;
    width: 100%;
}

/* ── Animated SVG Checkmark ────────────────────────────────────────────── */

.checkout-success-icon[b-yqk5s8c2qi] {
    margin-bottom: 1.5rem;
}

.checkout-checkmark[b-yqk5s8c2qi] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.checkout-checkmark-circle[b-yqk5s8c2qi] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #198754;
    animation: checkmarkStroke-b-yqk5s8c2qi 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkout-checkmark-check[b-yqk5s8c2qi] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #198754;
    animation: checkmarkStroke-b-yqk5s8c2qi 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

/* ── Text ──────────────────────────────────────────────────────────────── */

.checkout-success-title[b-yqk5s8c2qi] {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--bs-body-color, #212529);
    margin-bottom: 0.5rem;
    opacity: 0;
    animation: textSlideUp-b-yqk5s8c2qi 0.45s ease-out 0.65s forwards;
}

.checkout-success-subtitle[b-yqk5s8c2qi] {
    font-size: 0.95rem;
    color: var(--gf-text-muted, #6c757d);
    margin-bottom: 2rem;
    opacity: 0;
    animation: textSlideUp-b-yqk5s8c2qi 0.45s ease-out 0.85s forwards;
}

/* ── Progress Bar ──────────────────────────────────────────────────────── */

.checkout-success-bar-track[b-yqk5s8c2qi] {
    width: 180px;
    height: 4px;
    background: var(--bs-border-color, #dee2e6);
    border-radius: 2px;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
    animation: textSlideUp-b-yqk5s8c2qi 0.3s ease-out 1s forwards;
}

.checkout-success-bar-fill[b-yqk5s8c2qi] {
    height: 100%;
    width: 0;
    background: #198754;
    border-radius: 2px;
    animation: barFill-b-yqk5s8c2qi 1.8s ease-in-out 1s forwards;
}

/* ── Keyframes ─────────────────────────────────────────────────────────── */

@keyframes overlayFadeIn-b-yqk5s8c2qi {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes checkmarkStroke-b-yqk5s8c2qi {
    to { stroke-dashoffset: 0; }
}

@keyframes textSlideUp-b-yqk5s8c2qi {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes barFill-b-yqk5s8c2qi {
    from { width: 0; }
    to   { width: 100%; }
}

/* ── Responsive ────────────────────────────────────────────────────────── */

@media (max-width: 576px) {
    .checkout-checkmark[b-yqk5s8c2qi] {
        width: 80px;
        height: 80px;
    }

    .checkout-success-title[b-yqk5s8c2qi] {
        font-size: 1.35rem;
    }

    .checkout-success-subtitle[b-yqk5s8c2qi] {
        font-size: 0.88rem;
    }
}
/* /Components/Pages/OrderManagement.razor.rz.scp.css */
/* uiGearSpin keyframe is defined globally in wwwroot/app.css */
.spin[b-8cshhyajpa] {
    display: inline-block;
    animation: uiGearSpin 0.8s linear infinite;
}
