/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-utrp4biqzi] {
    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-utrp4biqzi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u7nd1mckyn] {
    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: 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);
}

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

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-u7nd1mckyn] {
        /* 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/Pages/Account/Register.razor.rz.scp.css */
.registration-step-card[b-qhpwjr39vj] {
    overflow: hidden;
}

.registration-binary-stack[b-qhpwjr39vj] {
    gap: 1rem;
}

.registration-binary-question[b-qhpwjr39vj] {
    gap: 0.6rem;
}

.registration-choice-row[b-qhpwjr39vj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.registration-choice-row .registration-choice-card[b-qhpwjr39vj] {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: start;
    gap: 0.2rem 0.6rem;
    min-height: 0;
    padding: 0.65rem 0.8rem;
}

.registration-choice-row .registration-choice-card input[type="radio"][b-qhpwjr39vj] {
    grid-row: 1 / span 2;
    align-self: center;
    margin-top: 0;
}

.registration-choice-row .registration-choice-title[b-qhpwjr39vj] {
    align-self: center;
    line-height: 1.2;
}

.registration-choice-row .registration-choice-copy[b-qhpwjr39vj] {
    line-height: 1.35;
    font-size: 0.86rem;
}

.registration-upload-meta[b-qhpwjr39vj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.55rem;
}

.registration-upload-meta .muted[b-qhpwjr39vj] {
    margin: 0;
}

@media (max-width: 860px) {
    .registration-choice-row[b-qhpwjr39vj] {
        grid-template-columns: 1fr;
    }

    .registration-upload-meta[b-qhpwjr39vj] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/Admin/ApplicationReview.razor.rz.scp.css */
.admin-review-stats[b-m9pz8890bt] {
    margin-bottom: 1.5rem;
}

.admin-detail-tab-nav[b-m9pz8890bt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.admin-detail-tab-panel[b-m9pz8890bt] {
    display: grid;
    gap: 1rem;
}

.admin-review-grid[b-m9pz8890bt] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-review-question-grid[b-m9pz8890bt] {
    display: grid;
    gap: 0.75rem;
}

.admin-review-question-grid .summary-row[b-m9pz8890bt] {
    gap: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(123, 92, 255, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
}

.admin-review-question-grid .summary-row span:last-child[b-m9pz8890bt] {
    text-align: right;
    max-width: 65ch;
}

.admin-review-notes-field[b-m9pz8890bt] {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.5rem;
}

.admin-review-notes-field textarea[b-m9pz8890bt] {
    min-height: 7rem;
}

.admin-review-empty[b-m9pz8890bt] {
    padding: 2rem;
}

@media (max-width: 720px) {
    .admin-review-grid[b-m9pz8890bt] {
        grid-template-columns: 1fr;
    }

    .admin-detail-tab-nav[b-m9pz8890bt] {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.25rem;
    }

    .admin-review-question-grid .summary-row[b-m9pz8890bt] {
        grid-template-columns: 1fr;
    }

    .admin-review-question-grid .summary-row span:last-child[b-m9pz8890bt] {
        text-align: left;
    }
}
/* /Components/Pages/Admin/Applications.razor.rz.scp.css */
.admin-products-filters[b-l5gg5px0vw] {
    grid-template-columns: minmax(0, 1.35fr) 220px auto;
    align-items: end;
}

@media (max-width: 800px) {
    .admin-products-filters[b-l5gg5px0vw] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/Categories.razor.rz.scp.css */
.admin-products-filters[b-rw7axbr5u8] {
    grid-template-columns: minmax(0, 1.35fr) 180px 180px;
}

.admin-product-editor[b-rw7axbr5u8] {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.8fr);
    align-items: start;
}

@media (max-width: 800px) {
    .admin-products-filters[b-rw7axbr5u8],
    .admin-product-editor[b-rw7axbr5u8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/ClinicDetail.razor.rz.scp.css */
.admin-clinic-detail-page[b-e6br4wxxw7] {
    display: grid;
    gap: 1.5rem;
}

.admin-review-empty[b-e6br4wxxw7] {
    padding: 2rem;
}

.admin-clinic-detail-stats[b-e6br4wxxw7] {
    margin-bottom: 1.5rem;
}

.admin-clinic-reset-panel[b-e6br4wxxw7] {
    display: grid;
    gap: 1rem;
}

.admin-clinic-reset-field[b-e6br4wxxw7] {
    display: grid;
    gap: 0.55rem;
}

.admin-clinic-reset-field textarea[b-e6br4wxxw7] {
    min-height: 6rem;
}

.admin-detail-tab-nav[b-e6br4wxxw7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.admin-detail-tab-panel[b-e6br4wxxw7] {
    display: grid;
    gap: 1rem;
}

.admin-clinic-question-grid[b-e6br4wxxw7] {
    display: grid;
    gap: 0.75rem;
}

.admin-clinic-question-grid .summary-row[b-e6br4wxxw7] {
    gap: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(123, 92, 255, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
}

.admin-clinic-question-grid .summary-row span:last-child[b-e6br4wxxw7] {
    text-align: right;
    max-width: 65ch;
}

.admin-clinic-notes-field[b-e6br4wxxw7] {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.5rem;
}

.admin-clinic-notes-field textarea[b-e6br4wxxw7] {
    min-height: 7rem;
}

.admin-clinic-address-grid[b-e6br4wxxw7] {
    margin-top: 0.5rem;
}

@media (max-width: 720px) {
    .admin-detail-tab-nav[b-e6br4wxxw7] {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.25rem;
    }

    .admin-clinic-question-grid .summary-row[b-e6br4wxxw7] {
        grid-template-columns: 1fr;
    }

    .admin-clinic-question-grid .summary-row span:last-child[b-e6br4wxxw7] {
        text-align: left;
    }
}
/* /Components/Pages/Admin/Clinics.razor.rz.scp.css */
.admin-clinics-page[b-zjoiixwn8c] {
    display: grid;
    gap: 1.5rem;
}

.admin-clinics-filters[b-zjoiixwn8c] {
    grid-template-columns: minmax(0, 1fr);
}

.admin-clinic-reset-panel[b-zjoiixwn8c] {
    display: grid;
    gap: 1rem;
}

.admin-clinic-reset-field[b-zjoiixwn8c] {
    display: grid;
    gap: 0.55rem;
}

.admin-clinic-reset-field textarea[b-zjoiixwn8c] {
    min-height: 6rem;
}
/* /Components/Pages/Admin/Documents.razor.rz.scp.css */
.admin-products-filters[b-qc8c73r4a5] {
    grid-template-columns: minmax(0, 1.35fr) minmax(180px, 1fr) 180px;
}

.admin-product-editor[b-qc8c73r4a5] {
    max-width: 44rem;
}

@media (max-width: 800px) {
    .admin-products-filters[b-qc8c73r4a5] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/EmailTemplates.razor.rz.scp.css */
.admin-email-templates-page[b-k5v7vyzshl] {
    margin: 0 -2rem -2rem;
}

.admin-email-templates-shell[b-k5v7vyzshl] {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.admin-email-template-tabs[b-k5v7vyzshl] {
    display: grid;
    gap: 0.65rem;
    padding: 0.75rem;
    position: sticky;
    top: 1rem;
    border: 1px solid rgba(214, 223, 217, 0.8);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.56);
}

.admin-email-template-tab[b-k5v7vyzshl] {
    width: 100%;
    border: 1px solid var(--border-color, #d9e0ea);
    border-radius: 1rem;
    background: #fff;
    padding: 0.9rem 1rem;
    text-align: left;
    display: grid;
    gap: 0.35rem;
    color: inherit;
}

.admin-email-template-tab strong[b-k5v7vyzshl] {
    font-size: 0.98rem;
}

.admin-email-template-tab span[b-k5v7vyzshl] {
    color: var(--muted-color, #627089);
    font-size: 0.88rem;
    line-height: 1.45;
}

.admin-email-template-tab.is-active[b-k5v7vyzshl] {
    border-color: #0f4c81;
    box-shadow: 0 0 0 1px rgba(15, 76, 129, 0.14);
    background: linear-gradient(180deg, rgba(15, 76, 129, 0.06), rgba(15, 76, 129, 0.01));
}

.admin-email-template-content[b-k5v7vyzshl] {
    display: grid;
    gap: 1rem;
}

.admin-email-template-meta[b-k5v7vyzshl] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    padding: 0.25rem 0;
}

.admin-email-template-tokens[b-k5v7vyzshl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: flex-end;
}

.admin-email-template-tokens code[b-k5v7vyzshl] {
    background: #f4f7fb;
    border: 1px solid #dde5ef;
    border-radius: 999px;
    padding: 0.25rem 0.6rem;
    font-size: 0.8rem;
}

.admin-email-template-workspace[b-k5v7vyzshl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.admin-email-template-editor[b-k5v7vyzshl] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(214, 223, 217, 0.85);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.58);
}

.admin-email-template-editor label[b-k5v7vyzshl] {
    display: grid;
    gap: 0.4rem;
    font-weight: 600;
}

.admin-email-template-editor input[b-k5v7vyzshl],
.admin-email-template-editor textarea[b-k5v7vyzshl] {
    width: 100%;
}

.admin-email-template-preview[b-k5v7vyzshl] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(214, 223, 217, 0.85);
    border-radius: 1.2rem;
    background: transparent;
}

.admin-email-template-preview-header[b-k5v7vyzshl] {
    display: grid;
    gap: 0.4rem;
}

.admin-email-template-test-send[b-k5v7vyzshl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: end;
}

.admin-email-template-test-send label[b-k5v7vyzshl] {
    display: grid;
    gap: 0.4rem;
    font-weight: 600;
}

.admin-email-template-preview-body[b-k5v7vyzshl] {
    border: 0;
    border-radius: 1rem;
    background: transparent;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .admin-email-templates-shell[b-k5v7vyzshl],
    .admin-email-template-workspace[b-k5v7vyzshl] {
        grid-template-columns: 1fr;
    }

    .admin-email-template-tabs[b-k5v7vyzshl] {
        position: static;
    }

    .admin-email-template-meta[b-k5v7vyzshl] {
        flex-direction: column;
    }

    .admin-email-template-tokens[b-k5v7vyzshl] {
        justify-content: flex-start;
    }

    .admin-email-template-test-send[b-k5v7vyzshl] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .admin-email-templates-page[b-k5v7vyzshl] {
        margin: 0 -1rem -1.5rem;
    }
}

@media (max-width: 640px) {
    .admin-email-templates-page[b-k5v7vyzshl] {
        margin: 0 -0.85rem -1.35rem;
    }
}
/* /Components/Pages/Admin/FeaturedProducts.razor.rz.scp.css */
.admin-featured-page[b-det2vfyjsa] {
    display: grid;
    gap: 1.25rem;
}

.admin-featured-filters[b-det2vfyjsa] {
    grid-template-columns: minmax(0, 1fr);
}

.admin-featured-section[b-det2vfyjsa] {
    display: grid;
    gap: 1rem;
}

.admin-featured-order-list[b-det2vfyjsa],
.admin-featured-library-grid[b-det2vfyjsa] {
    display: grid;
    gap: 1rem;
}

.admin-featured-order-card[b-det2vfyjsa],
.admin-featured-product-card[b-det2vfyjsa] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    padding: 1.2rem;
    border: 1px solid rgba(25, 49, 51, 0.08);
    border-radius: 1.35rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6faf7 100%);
}

.admin-featured-order-rank[b-det2vfyjsa] {
    display: grid;
    place-items: center;
    width: 3rem;
    min-width: 3rem;
    aspect-ratio: 1;
    border-radius: 999px;
    background: var(--sea);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
}

.admin-featured-order-main[b-det2vfyjsa],
.admin-featured-product-copy[b-det2vfyjsa] {
    display: grid;
    gap: 0.75rem;
}

.admin-featured-order-header[b-det2vfyjsa] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.admin-featured-order-header h4[b-det2vfyjsa] {
    margin: 0;
}

.admin-featured-order-summary[b-det2vfyjsa] {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.6;
}

.admin-featured-order-actions[b-det2vfyjsa],
.admin-featured-product-actions[b-det2vfyjsa] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
}

.admin-featured-product-card[b-det2vfyjsa] {
    grid-template-columns: minmax(0, 1fr) auto;
    background: #ffffff;
}

.admin-featured-empty[b-det2vfyjsa] {
    padding: 1.5rem;
}

@media (max-width: 800px) {
    .admin-featured-order-card[b-det2vfyjsa],
    .admin-featured-product-card[b-det2vfyjsa] {
        grid-template-columns: 1fr;
    }

    .admin-featured-order-header[b-det2vfyjsa],
    .admin-featured-order-actions[b-det2vfyjsa],
    .admin-featured-product-actions[b-det2vfyjsa] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/Admin/Index.razor.rz.scp.css */
.admin-dashboard[b-5m10mecy2k] {
    display: grid;
    gap: 1.5rem;
}

.admin-dashboard-shell[b-5m10mecy2k] {
    display: grid;
    gap: 1.25rem;
}

.admin-dashboard-hero[b-5m10mecy2k] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.95fr);
    gap: 1.25rem;
    padding: 1.6rem;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, #193133 0%, #214145 55%, #0f6c55 100%);
    border: 1px solid rgba(20, 236, 145, 0.18);
    box-shadow: 0 24px 64px rgba(25, 49, 51, 0.18);
}

.admin-dashboard-hero[b-5m10mecy2k]::before,
.admin-dashboard-hero[b-5m10mecy2k]::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.admin-dashboard-hero[b-5m10mecy2k]::before {
    width: 22rem;
    height: 22rem;
    top: -8rem;
    right: -6rem;
    background: radial-gradient(circle, rgba(20, 236, 145, 0.35) 0%, rgba(20, 236, 145, 0) 70%);
}

.admin-dashboard-hero[b-5m10mecy2k]::after {
    width: 18rem;
    height: 18rem;
    bottom: -8rem;
    left: -5rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 72%);
}

.admin-dashboard-hero-main[b-5m10mecy2k],
.admin-dashboard-priority[b-5m10mecy2k] {
    position: relative;
    z-index: 1;
}

.admin-dashboard-hero-main[b-5m10mecy2k] {
    display: grid;
    gap: 1.25rem;
}

.admin-dashboard-copy[b-5m10mecy2k] {
    display: grid;
    gap: 0.8rem;
}

.admin-dashboard-copy .eyebrow[b-5m10mecy2k] {
    color: rgba(255, 255, 255, 0.72);
}

.admin-dashboard-copy h2[b-5m10mecy2k] {
    margin: 0;
    font-size: clamp(1.85rem, 4vw, 2.6rem);
    line-height: 1.08;
    color: #ffffff;
}

.admin-dashboard-copy p[b-5m10mecy2k],
.admin-dashboard-priority p[b-5m10mecy2k],
.admin-dashboard-priority-item span[b-5m10mecy2k] {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.admin-dashboard-kpis[b-5m10mecy2k] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.admin-dashboard-kpi[b-5m10mecy2k] {
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.admin-dashboard-kpi span[b-5m10mecy2k] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.admin-dashboard-kpi strong[b-5m10mecy2k] {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    line-height: 1;
    color: #ffffff;
}

.admin-dashboard-kpi p[b-5m10mecy2k] {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.72);
}

.admin-dashboard-priority[b-5m10mecy2k] {
    display: grid;
    gap: 1rem;
    align-content: start;
    padding: 1.15rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
}

.admin-dashboard-hero .portal-chip[b-5m10mecy2k] {
    width: fit-content;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.admin-dashboard-priority h3[b-5m10mecy2k] {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.15;
    color: #ffffff;
}

.admin-dashboard-priority-list[b-5m10mecy2k] {
    display: grid;
    gap: 0.75rem;
}

.admin-dashboard-priority-item[b-5m10mecy2k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-dashboard-priority-item strong[b-5m10mecy2k],
.admin-dashboard-priority-item b[b-5m10mecy2k] {
    color: #ffffff;
}

.admin-dashboard-priority-item b[b-5m10mecy2k] {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    line-height: 1;
}

.admin-dashboard-actions[b-5m10mecy2k] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.admin-dashboard-actions .button[b-5m10mecy2k] {
    flex: 1 1 11rem;
    justify-content: center;
}

.admin-dashboard-actions .button.ghost[b-5m10mecy2k] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.admin-dashboard-actions .button.ghost:hover[b-5m10mecy2k] {
    background: rgba(255, 255, 255, 0.16);
}

.admin-dashboard-grid[b-5m10mecy2k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.admin-dashboard-card[b-5m10mecy2k] {
    display: grid;
    gap: 0.9rem;
    min-height: 100%;
    padding: 1.35rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(25, 49, 51, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f4faf7 100%);
    box-shadow: 0 18px 38px rgba(25, 49, 51, 0.05);
}

.admin-dashboard-card.is-priority[b-5m10mecy2k] {
    background: linear-gradient(180deg, #ffffff 0%, #ebfff5 100%);
}

.admin-dashboard-card.is-operations[b-5m10mecy2k] {
    background: linear-gradient(180deg, #ffffff 0%, #eef7fb 100%);
}

.admin-dashboard-card:hover[b-5m10mecy2k] {
    transform: translateY(-4px);
    border-color: rgba(20, 236, 145, 0.35);
    box-shadow: 0 24px 42px rgba(25, 49, 51, 0.08);
}

.admin-dashboard-card-header[b-5m10mecy2k] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.admin-dashboard-card .eyebrow[b-5m10mecy2k] {
    color: var(--text-secondary);
}

.admin-dashboard-card .portal-chip[b-5m10mecy2k] {
    background: rgba(20, 236, 145, 0.08);
    border-color: rgba(20, 236, 145, 0.16);
}

.admin-dashboard-card-value[b-5m10mecy2k] {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.35rem);
    line-height: 1;
    color: var(--sea);
}

.admin-dashboard-card-label[b-5m10mecy2k] {
    margin-top: 0.25rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.admin-dashboard-card h3[b-5m10mecy2k] {
    margin: 0;
    font-size: 1.08rem;
    color: var(--text-primary);
}

.admin-dashboard-card p[b-5m10mecy2k] {
    margin: 0;
    color: var(--muted);
}

.admin-dashboard-card-meta[b-5m10mecy2k] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: auto;
}

.admin-dashboard-card-meta span[b-5m10mecy2k] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(25, 49, 51, 0.08);
    color: var(--text-primary);
    font-size: 0.84rem;
    font-weight: 600;
}

@media (max-width: 960px) {
    .admin-dashboard-hero[b-5m10mecy2k] {
        grid-template-columns: 1fr;
    }

    .admin-dashboard-kpis[b-5m10mecy2k] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .admin-dashboard-hero[b-5m10mecy2k] {
        padding: 1.1rem;
    }

    .admin-dashboard-kpis[b-5m10mecy2k] {
        grid-template-columns: 1fr;
    }

    .admin-dashboard-priority[b-5m10mecy2k],
    .admin-dashboard-card[b-5m10mecy2k] {
        padding: 1.05rem;
    }

    .admin-dashboard-priority-item[b-5m10mecy2k],
    .admin-dashboard-card-header[b-5m10mecy2k] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/Admin/Orders.razor.rz.scp.css */
.admin-products-filters[b-9i2y3ogpn7] {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(140px, 1fr));
}

.admin-product-editor[b-9i2y3ogpn7] {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.95fr);
    align-items: start;
}

@media (max-width: 800px) {
    .admin-products-filters[b-9i2y3ogpn7],
    .admin-product-editor[b-9i2y3ogpn7] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/Products.razor.rz.scp.css */
.admin-product-editor-shell[b-tknsxl9zg3],
.admin-tier-list[b-tknsxl9zg3],
.admin-editor-image-card[b-tknsxl9zg3],
.admin-editor-upload-card[b-tknsxl9zg3],
.admin-editor-category-card[b-tknsxl9zg3],
.admin-tier-card[b-tknsxl9zg3],
.admin-tier-card-header[b-tknsxl9zg3],
.admin-document-composer[b-tknsxl9zg3],
.admin-document-composer-footer[b-tknsxl9zg3],
.admin-document-list[b-tknsxl9zg3],
.admin-document-card[b-tknsxl9zg3],
.admin-document-card-header[b-tknsxl9zg3],
.admin-editor-status-grid[b-tknsxl9zg3],
.admin-editor-status-card[b-tknsxl9zg3],
.admin-editor-card-header[b-tknsxl9zg3] {
    display: grid;
    gap: 0.9rem;
}

.admin-editor-media-grid[b-tknsxl9zg3],
.admin-editor-status-grid[b-tknsxl9zg3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.admin-editor-image-card[b-tknsxl9zg3],
.admin-editor-category-card[b-tknsxl9zg3],
.admin-tier-card[b-tknsxl9zg3],
.admin-document-card[b-tknsxl9zg3],
.admin-editor-status-card[b-tknsxl9zg3],
.admin-editor-helper-card[b-tknsxl9zg3] {
    padding: 1rem;
    border-radius: 1rem;
    background: #f7faf7;
    border: 1px solid rgba(25, 49, 51, 0.06);
}

.admin-editor-helper-card[b-tknsxl9zg3] {
    align-content: center;
}

.admin-editor-helper-card strong[b-tknsxl9zg3],
.admin-editor-helper-card p[b-tknsxl9zg3] {
    margin: 0;
}

.admin-editor-card-header[b-tknsxl9zg3],
.admin-tier-card-header[b-tknsxl9zg3],
.admin-document-card-header[b-tknsxl9zg3],
.admin-document-composer-footer[b-tknsxl9zg3] {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.admin-editor-card-header strong[b-tknsxl9zg3],
.admin-tier-card-header strong[b-tknsxl9zg3],
.admin-document-card-header strong[b-tknsxl9zg3] {
    display: block;
}

.admin-editor-image-preview[b-tknsxl9zg3] {
    min-height: 240px;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(135deg, #173f42 0%, #173b42 50%, #163338 100%);
}

.admin-editor-image-preview .product-visual[b-tknsxl9zg3] {
    width: 100%;
    height: 100%;
    min-height: 240px;
    border-radius: 0;
    aspect-ratio: auto;
}

.admin-editor-helper[b-tknsxl9zg3] {
    margin: 0;
    color: rgba(25, 49, 51, 0.68);
    font-size: 0.82rem;
    line-height: 1.5;
}

.admin-category-picker .button[b-tknsxl9zg3] {
    min-height: 2.6rem;
}

.admin-tier-row[b-tknsxl9zg3] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.75rem;
    align-items: end;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}

@media (max-width: 800px) {
    .admin-editor-media-grid[b-tknsxl9zg3],
    .admin-editor-status-grid[b-tknsxl9zg3],
    .admin-tier-row[b-tknsxl9zg3] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Cart.razor.rz.scp.css */
.cart-order-warning[b-zqtmv2i3p8] {
    margin: 1rem 0 0;
}

.cart-order-warning .button[disabled][b-zqtmv2i3p8] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Components/Pages/Product.razor.rz.scp.css */
/* ── Page ────────────────────────────────────────────── */
.product-page[b-gi6ujxfuof] {
    display: grid;
    gap: 1.5rem;
    margin: 2rem 0 5rem;
}

/* ── Split hero ──────────────────────────────────────── */
.product-hero[b-gi6ujxfuof] {
    display: grid;
    grid-template-columns: 55% 45%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow-sm);
}

/* Gallery — dark brand showcase */
.product-gallery[b-gi6ujxfuof] {
    background: linear-gradient(160deg, #1e3d40 0%, #193133 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    min-height: 500px;
}

/* Info panel */
.product-info[b-gi6ujxfuof] {
    background: #ffffff;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Category tag */
.product-info-tag-row[b-gi6ujxfuof] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.product-info-tag[b-gi6ujxfuof] {
    display: inline-flex;
    align-items: center;
    background: var(--accent-light);
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(20, 236, 145, 0.35);
}

/* Heading */
.product-info-heading[b-gi6ujxfuof] {
    display: grid;
    gap: 0.3rem;
}

.product-info-heading h1[b-gi6ujxfuof] {
    font-family: var(--font-heading);
    color: var(--ink);
    margin: 0;
    font-size: 2.1rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.product-info-sku[b-gi6ujxfuof] {
    margin: 0;
    font-size: 0.82rem;
    color: var(--muted);
    letter-spacing: 0.03em;
}

/* Price block */
.product-price-block[b-gi6ujxfuof] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1.25rem;
    background: var(--surface-soft);
    border-radius: var(--radius-md);
    border: 1px solid var(--stroke);
}

.product-price-label[b-gi6ujxfuof] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
}

.product-price-row[b-gi6ujxfuof] {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
}

.product-price[b-gi6ujxfuof] {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--ink);
    line-height: 1;
}

.product-price-unit[b-gi6ujxfuof] {
    font-size: 1rem;
    color: var(--muted);
}

.product-price-moq[b-gi6ujxfuof] {
    font-size: 0.8rem;
    color: var(--muted);
    margin-top: 0.15rem;
}

/* Quick specs */
.product-info-specs[b-gi6ujxfuof] {
    display: grid;
    gap: 0;
    border: 1px solid var(--stroke);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.product-info-spec[b-gi6ujxfuof] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--stroke);
}

.product-info-spec:last-child[b-gi6ujxfuof] {
    border-bottom: 0;
}

.product-info-spec span[b-gi6ujxfuof] {
    color: var(--muted);
}

.product-info-spec strong[b-gi6ujxfuof] {
    color: var(--ink);
    font-weight: 600;
}

/* Add to cart */
.product-add-btn[b-gi6ujxfuof] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
}

.product-add-to-cart[b-gi6ujxfuof] {
    width: 100%;
    min-height: 2.3rem;
    padding-block: 0.55rem;
    line-height: 1.2;
}

/* Description preview */
.product-info-description[b-gi6ujxfuof] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.7;
    padding-top: 0.75rem;
    border-top: 1px solid var(--stroke);
}

/* ── Accordion ───────────────────────────────────────── */
.product-details-accordion[b-gi6ujxfuof] {
    background: #ffffff;
    border: 1px solid var(--stroke);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.product-accordion-item[b-gi6ujxfuof] {
    border-bottom: 1px solid var(--stroke);
}

.product-accordion-item:last-child[b-gi6ujxfuof] {
    border-bottom: 0;
}

.product-accordion-item summary[b-gi6ujxfuof] {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.75rem;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--ink);
    transition: background var(--transition-base);
    user-select: none;
}

.product-accordion-item summary:hover[b-gi6ujxfuof] {
    background: var(--surface-soft);
}

.product-accordion-item summary[b-gi6ujxfuof]::-webkit-details-marker {
    display: none;
}

.product-accordion-item summary[b-gi6ujxfuof]::after {
    content: "";
    flex-shrink: 0;
    width: 1.1rem;
    height: 1.1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23587072' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform var(--transition-base);
}

.product-accordion-item[open] summary[b-gi6ujxfuof]::after {
    transform: rotate(180deg);
}

.product-accordion-content[b-gi6ujxfuof] {
    padding: 0 1.75rem 1.75rem;
    color: var(--muted);
}

.product-accordion-prose[b-gi6ujxfuof] {
    margin: 0;
    line-height: 1.75;
    font-size: 1rem;
    max-width: 72ch;
}

.product-accordion-empty[b-gi6ujxfuof] {
    margin: 0;
    color: var(--muted);
    font-style: italic;
}

/* ── Spec table (dosage & ordering) ─────────────────── */
.product-spec-table[b-gi6ujxfuof] {
    display: grid;
    gap: 0;
    max-width: 520px;
}

.product-spec-row[b-gi6ujxfuof] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--stroke);
    gap: 1rem;
}

.product-spec-row:last-child[b-gi6ujxfuof] {
    border-bottom: 0;
}

.product-spec-row span[b-gi6ujxfuof] {
    color: var(--muted);
}

.product-spec-row strong[b-gi6ujxfuof] {
    color: var(--ink);
    text-align: right;
}

/* ── Pricing cards ───────────────────────────────────── */
.product-pricing-grid[b-gi6ujxfuof] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
    max-width: 680px;
}

.product-pricing-card[b-gi6ujxfuof] {
    border: 1px solid var(--stroke);
    border-radius: var(--radius-md);
    padding: 1.5rem 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    text-align: center;
    background: var(--surface-soft);
    position: relative;
}

.product-pricing-card--featured[b-gi6ujxfuof] {
    background: var(--ink);
    border-color: var(--ink);
    box-shadow: 0 8px 24px rgba(25, 49, 51, 0.18);
}

.product-pricing-badge[b-gi6ujxfuof] {
    position: absolute;
    top: -0.65rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: var(--ink);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    white-space: nowrap;
}

.product-pricing-qty[b-gi6ujxfuof] {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--ink);
    line-height: 1;
}

.product-pricing-card--featured .product-pricing-qty[b-gi6ujxfuof] {
    color: #ffffff;
}

.product-pricing-units[b-gi6ujxfuof] {
    font-size: 0.78rem;
    color: var(--muted);
    margin-bottom: 0.6rem;
}

.product-pricing-card--featured .product-pricing-units[b-gi6ujxfuof] {
    color: rgba(255, 255, 255, 0.55);
}

.product-pricing-price[b-gi6ujxfuof] {
    font-family: var(--font-heading);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1;
}

.product-pricing-card--featured .product-pricing-price[b-gi6ujxfuof] {
    color: var(--accent);
}

.product-pricing-per[b-gi6ujxfuof] {
    font-size: 0.78rem;
    color: var(--muted);
}

.product-pricing-card--featured .product-pricing-per[b-gi6ujxfuof] {
    color: rgba(255, 255, 255, 0.55);
}

/* ── Shipping stack ──────────────────────────────────── */
.product-shipping-stack[b-gi6ujxfuof] {
    display: grid;
    gap: 1.25rem;
}

.product-shipping-section[b-gi6ujxfuof] {
    display: grid;
    gap: 0.45rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--stroke);
}

.product-shipping-section:last-child[b-gi6ujxfuof] {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-shipping-section strong[b-gi6ujxfuof] {
    font-family: var(--font-heading);
    color: var(--ink);
    font-size: 1rem;
}

.product-shipping-section p[b-gi6ujxfuof] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
}

/* ── Documents ───────────────────────────────────────── */
.product-document-list[b-gi6ujxfuof] {
    display: grid;
    gap: 0;
}

.product-document-item[b-gi6ujxfuof] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--stroke);
}

.product-document-item:last-child[b-gi6ujxfuof] {
    border-bottom: 0;
    padding-bottom: 0;
}

.product-document-item strong[b-gi6ujxfuof] {
    display: block;
    color: var(--ink);
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
}

.product-document-item p[b-gi6ujxfuof] {
    margin: 0;
    font-size: 0.87rem;
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 900px) {
    .product-hero[b-gi6ujxfuof] {
        grid-template-columns: 1fr;
    }

    .product-gallery[b-gi6ujxfuof] {
        min-height: 360px;
    }

    .product-pricing-grid[b-gi6ujxfuof] {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .product-info[b-gi6ujxfuof] {
        padding: 1.5rem;
        gap: 1.25rem;
    }

    .product-info-heading h1[b-gi6ujxfuof] {
        font-size: 1.75rem;
    }

    .product-price[b-gi6ujxfuof] {
        font-size: 2rem;
    }

    .product-accordion-item summary[b-gi6ujxfuof],
    .product-accordion-content[b-gi6ujxfuof] {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .product-document-item[b-gi6ujxfuof] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/Shop.razor.rz.scp.css */
.catalogue-intro[b-0gplasqt7a] {
    grid-template-columns: minmax(0, 1fr);
    padding: clamp(2rem, 4vw, 3rem);
}

.catalogue-intro .catalogue-hero-copy[b-0gplasqt7a] {
    max-width: 920px;
}

.catalogue-intro h1[b-0gplasqt7a] {
    max-width: 18ch;
    font-size: clamp(2.35rem, 5vw, 4.6rem);
    line-height: 1.02;
}

.catalogue-hero-note[b-0gplasqt7a] {
    margin: 0;
    max-width: 70ch;
    color: rgba(31, 41, 51, 0.72);
    font-weight: 700;
    line-height: 1.55;
}

.catalogue-intro-badges[b-0gplasqt7a] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.catalogue-intro-badges span[b-0gplasqt7a] {
    display: inline-flex;
    align-items: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(46, 125, 107, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--text-primary);
    font-weight: 800;
    line-height: 1.2;
}

.catalogue-intro-actions[b-0gplasqt7a] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 0.4rem;
}

.catalogue-featured-carousel[b-0gplasqt7a] {
    display: grid;
    gap: 1rem;
}

.catalogue-order-warning[b-0gplasqt7a] {
    margin-bottom: 1.5rem;
    border-color: rgba(214, 154, 52, 0.3);
    background: rgba(214, 154, 52, 0.12);
}

.catalogue-featured-carousel[b-0gplasqt7a]  .carousel-controls {
    justify-content: flex-end;
    gap: 0.85rem;
    padding-top: 1rem;
}

.catalogue-featured-carousel[b-0gplasqt7a]  .carousel-dots {
    flex: 1 1 auto;
}

.catalogue-featured-carousel[b-0gplasqt7a]  .carousel-btn {
    background: #ffffff;
    border-color: rgba(31, 41, 51, 0.12);
    color: var(--text-primary);
    box-shadow: 0 12px 30px rgba(31, 41, 51, 0.08);
}

.catalogue-featured-carousel[b-0gplasqt7a]  .carousel-btn:hover {
    background: #f4faf7;
    border-color: rgba(46, 125, 107, 0.22);
}

.catalogue-featured-carousel[b-0gplasqt7a]  .carousel-dot {
    background: rgba(31, 41, 51, 0.18);
}

.catalogue-featured-carousel[b-0gplasqt7a]  .carousel-dot.active {
    background: var(--text-primary);
}

@media (max-width: 640px) {
    .catalogue-intro h1[b-0gplasqt7a] {
        max-width: 100%;
        font-size: clamp(2rem, 12vw, 3rem);
    }

    .catalogue-intro-badges[b-0gplasqt7a] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .catalogue-intro-badges span[b-0gplasqt7a],
    .catalogue-intro-actions .button[b-0gplasqt7a] {
        width: 100%;
        justify-content: center;
    }

    .catalogue-featured-carousel[b-0gplasqt7a]  .carousel-controls {
        flex-wrap: wrap;
        justify-content: center;
    }

    .catalogue-featured-carousel[b-0gplasqt7a]  .carousel-dots {
        order: -1;
        width: 100%;
    }
}
/* /Components/Pages/Terms.razor.rz.scp.css */
.terms-page[b-yn6io6axak] {
    padding-top: 1.5rem;
}

.terms-shell[b-yn6io6axak] {
    width: min(100%, 900px);
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
}

.terms-hero[b-yn6io6axak] {
    display: grid;
    gap: 0.85rem;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(7, 50, 66, 0.08), rgba(0, 126, 167, 0.04));
    border: 1px solid rgba(7, 50, 66, 0.12);
    border-radius: var(--radius-lg);
}

.terms-hero h1[b-yn6io6axak] {
    margin: 0;
}

.terms-hero .lead[b-yn6io6axak] {
    margin: 0;
    max-width: 65ch;
}

.terms-card[b-yn6io6axak] {
    display: grid;
    gap: 0;
    background: #ffffff;
    border: 1px solid var(--stroke);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.terms-section[b-yn6io6axak] {
    padding: 1.1rem 1.5rem;
    display: grid;
    gap: 0.55rem;
}

.terms-section + .terms-section[b-yn6io6axak] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.terms-section h2[b-yn6io6axak],
.terms-section p[b-yn6io6axak],
.terms-section ul[b-yn6io6axak] {
    margin: 0;
}

.terms-section h2[b-yn6io6axak] {
    font-size: 1.08rem;
}

.terms-section ul[b-yn6io6axak] {
    padding-left: 1.2rem;
    display: grid;
    gap: 0.25rem;
}

.terms-section li[b-yn6io6axak] {
    line-height: 1.45;
}

@media (max-width: 640px) {
    .terms-hero[b-yn6io6axak],
    .terms-section[b-yn6io6axak] {
        padding: 1rem;
    }
}
/* /Components/Shared/AdminDialog.razor.rz.scp.css */
.admin-dialog-overlay[b-0ltgko6og4] {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(16, 28, 29, 0.42);
    backdrop-filter: blur(8px);
}

.admin-dialog[b-0ltgko6og4] {
    width: 100%;
    max-height: calc(100vh - 3rem);
    overflow: auto;
    border-radius: 1.9rem;
    border: 1px solid rgba(25, 49, 51, 0.12);
    background: rgba(252, 254, 253, 0.98);
    box-shadow: 0 32px 80px rgba(12, 22, 24, 0.16);
}

.admin-dialog-wide[b-0ltgko6og4] {
    width: min(100%, 1100px);
}

.admin-dialog-compact[b-0ltgko6og4] {
    width: min(100%, 560px);
}

.admin-dialog-header[b-0ltgko6og4],
.admin-dialog-footer[b-0ltgko6og4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 1.25rem 1.4rem;
    border-bottom: 1px solid rgba(25, 49, 51, 0.08);
}

.admin-dialog-footer[b-0ltgko6og4] {
    border-top: 1px solid rgba(25, 49, 51, 0.08);
    border-bottom: 0;
}

.admin-dialog-body[b-0ltgko6og4] {
    padding: 1.4rem;
}

@media (max-width: 800px) {
    .admin-dialog-overlay[b-0ltgko6og4] {
        padding: 0.75rem;
    }

    .admin-dialog[b-0ltgko6og4] {
        max-height: calc(100vh - 1.5rem);
    }

    .admin-dialog-header[b-0ltgko6og4],
    .admin-dialog-footer[b-0ltgko6og4] {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .admin-dialog-body[b-0ltgko6og4] {
        padding: 1rem;
    }

    .admin-dialog[b-0ltgko6og4] {
        border-radius: 1.3rem;
    }
}
/* /Components/Shared/CartStickySummary.razor.rz.scp.css */
.cart-sticky-warning[b-kuqy7ps8qq] {
    margin-top: 1rem;
}

.cart-sticky-summary .button[disabled][b-kuqy7ps8qq] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Components/Shared/PortalTopbar.razor.rz.scp.css */
.portal-topbar[b-s13fzex7gi] {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: #071820;
    color: #ffffff;
}

.portal-topbar-primary[b-s13fzex7gi] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    min-height: 14.75rem;
    padding: 3.05rem clamp(1.9rem, 7vw, 5.1rem) 1.85rem;
    background-color: #071820;
    background-image: url("/images/footer-gradient.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.portal-topbar-brand-stack[b-s13fzex7gi] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    margin-left: clamp(0.55rem, 2.4vw, 1.4rem);
    transform: none;
    transform-origin: top left;
}

.brand[b-s13fzex7gi] {
    --portal-subtitle-scale: 0.9;
    position: relative;
    display: inline-block;
    padding-bottom: 1.1rem;
    gap: 0.25rem;
    color: #ffffff;
    text-decoration: none;
    white-space: normal;
}

.brand-top[b-s13fzex7gi] {
    display: flex;
    align-items: center;
    gap: 0.82rem;
    width: max-content;
}

.brand-logo[b-s13fzex7gi] {
    width: 5.2rem;
    height: auto;
    flex: 0 0 auto;
}

.brand-title[b-s13fzex7gi] {
    color: #ffffff;
    font-size: clamp(3.65rem, 5.3vw, 4.5rem);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: 0;
}

.brand-subtitle[b-s13fzex7gi] {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(100% / var(--portal-subtitle-scale));
    margin-top: 0.1rem;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    white-space: nowrap;
    transform: scaleX(var(--portal-subtitle-scale));
    transform-origin: left bottom;
}

.portal-page-title[b-s13fzex7gi] {
    margin: 1.5rem 0 0;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.2vw, 2.55rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
}

.portal-topbar-actions[b-s13fzex7gi] {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.86rem;
    padding-top: 0.2rem;
}

.portal-topnav[b-s13fzex7gi] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.86rem;
}

.portal-topnav[b-s13fzex7gi]  .nav-pill {
    min-height: 2.65rem;
    padding: 0 1.4rem;
    border-radius: 999px;
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(2, 20, 20, 0.18);
}

.portal-topnav[b-s13fzex7gi]  .nav-pill.nav-pill-primary {
    min-width: 6.3rem;
    justify-content: center;
    background: #14EC91;
    border-color: #14EC91;
    color: #064138;
    box-shadow: 0 16px 30px rgba(20, 236, 145, 0.22);
}

.portal-topnav[b-s13fzex7gi]  .nav-pill.nav-pill-primary:hover,
.portal-topnav[b-s13fzex7gi]  .nav-pill.nav-pill-primary.active {
    background: #14EC91;
    border-color: #14EC91;
    color: #064138;
}

.portal-topnav[b-s13fzex7gi]  .nav-pill.nav-pill-secondary {
    min-width: 7.6rem;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(20, 236, 145, 0.7);
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
}

.portal-topnav[b-s13fzex7gi]  .nav-pill.nav-pill-secondary:hover,
.portal-topnav[b-s13fzex7gi]  .nav-pill.nav-pill-secondary.active {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(20, 236, 145, 0.95);
    color: #ffffff;
}

[b-s13fzex7gi] .cart-button {
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    justify-content: center;
    gap: 0;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(20, 236, 145, 0.72);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 28px rgba(2, 20, 20, 0.18);
    backdrop-filter: blur(14px);
}

[b-s13fzex7gi] .cart-button:hover {
    border-color: rgba(20, 236, 145, 0.96);
    background: rgba(255, 255, 255, 0.13);
}

[b-s13fzex7gi] .cart-icon-svg {
    width: 1.26rem;
    height: 1.26rem;
    color: currentColor;
}

[b-s13fzex7gi] .cart-count-badge {
    position: absolute;
    top: -0.27rem;
    right: -0.27rem;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.24rem;
    background: #14ec91;
    color: #064138;
    font-size: 0.74rem;
}

.portal-signout-button[b-s13fzex7gi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.65rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    box-shadow: none;
}

.portal-signout-button:hover[b-s13fzex7gi] {
    background: transparent;
    color: #ffffff;
}

@media (max-width: 960px) {
    .portal-topbar-primary[b-s13fzex7gi] {
        min-height: auto;
        align-items: center;
        gap: 1rem;
        padding: 1.15rem 1.1rem;
    }

    .portal-topbar-brand-stack[b-s13fzex7gi] {
        margin-left: 0;
        transform: none;
    }

    .brand-logo[b-s13fzex7gi] {
        width: 3.8rem;
    }

    .brand-title[b-s13fzex7gi] {
        font-size: 2.48rem;
    }

    .brand-subtitle[b-s13fzex7gi] {
        max-width: 14rem;
        font-size: 0.7rem;
    }

    .portal-page-title[b-s13fzex7gi] {
        margin-top: 0.65rem;
        font-size: 1.35rem;
    }

    .portal-topbar-actions[b-s13fzex7gi] {
        gap: 0.55rem;
        padding-top: 0;
    }

    .portal-topnav[b-s13fzex7gi] {
        display: none;
    }

    .portal-signout-button[b-s13fzex7gi] {
        display: none;
    }

    [b-s13fzex7gi] .cart-button {
        width: 2.45rem;
        height: 2.45rem;
        min-width: 2.45rem;
    }
}

@media (max-width: 520px) {
    .portal-topbar-primary[b-s13fzex7gi] {
        padding: 0.95rem 0.9rem;
    }

    .brand-top[b-s13fzex7gi] {
        gap: 0.5rem;
    }

    .brand-logo[b-s13fzex7gi] {
        width: 3.05rem;
    }

    .brand-title[b-s13fzex7gi] {
        font-size: 2.08rem;
    }

    .brand-subtitle[b-s13fzex7gi] {
        max-width: 11rem;
        font-size: 0.61rem;
    }

    .portal-page-title[b-s13fzex7gi] {
        font-size: 1.18rem;
    }
}
