/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-t3f491r8n8] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    background-color: #fafafa;
}

.app-main[b-t3f491r8n8] {
    flex: 1;
    padding: 0 0 2rem 0;
}

.app-container[b-t3f491r8n8] {
    width: 100%;
    /*max-width: 480px;*/
    margin: 0 auto;
    padding: 0 1rem;
}

#blazor-error-ui[b-t3f491r8n8] {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 16px;
    font-size: 0.875rem;
    display: none;
    z-index: 1000;
    gap: 0.75rem;
    align-items: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

    #blazor-error-ui.blazor-error-ui-show[b-t3f491r8n8] {
        display: flex;
    }

    #blazor-error-ui .reload[b-t3f491r8n8] {
        color: #6c63ff;
        text-decoration: none;
        font-weight: 600;
    }

    #blazor-error-ui .dismiss[b-t3f491r8n8] {
        cursor: pointer;
        opacity: 0.6;
        margin-right: auto;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.app-header[b-xb9c7popz4] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250, 250, 250, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header-inner[b-xb9c7popz4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    gap: 0.5rem;
}

.brand[b-xb9c7popz4] {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

    .brand img[b-xb9c7popz4] {
        height: 42px;
        width: auto;
        display: block;
    }

.header-start[b-xb9c7popz4] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    min-width: 0;
    flex: 1;
}

.header-end[b-xb9c7popz4] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex-shrink: 0;
}

.nav-desktop[b-xb9c7popz4] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
}

.nav-links[b-xb9c7popz4] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-links[b-xb9c7popz4]::-webkit-scrollbar {
    display: none;
}

.nav-links[b-xb9c7popz4]  a,
.nav-links a[b-xb9c7popz4] {
    color: #555;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.3rem 0.6rem;
    border-radius: 10px;
    transition: background 0.15s, color 0.15s;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

    .nav-links[b-xb9c7popz4]  a:hover,
    .nav-links a:hover[b-xb9c7popz4] {
        background: rgba(108, 99, 255, 0.08);
        color: #6c63ff;
    }

    .nav-links[b-xb9c7popz4]  a.active,
    .nav-links a.active[b-xb9c7popz4] {
        background: rgba(108, 99, 255, 0.1);
        color: #6c63ff;
        font-weight: 600;
    }

.nav-actions[b-xb9c7popz4] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-shrink: 0;
}

.nav-actions[b-xb9c7popz4]  .nav-icon-only span {
    display: none;
}

/* ─── Buttons ─── */
.btn-cta[b-xb9c7popz4] {
    background: #1a1a1a !important;
    color: #fff !important;
    padding: 0.35rem 0.85rem !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 0.78rem !important;
}

    .btn-cta:hover[b-xb9c7popz4] {
        background: #333 !important;
        color: #fff !important;
    }

.btn-login[b-xb9c7popz4] {
    background: #6c63ff;
    color: #fff !important;
    padding: 0.35rem 0.85rem !important;
    border-radius: 12px;
    font-weight: 600 !important;
    font-size: 0.78rem !important;
}

    .btn-login:hover[b-xb9c7popz4] {
        background: #5a52d5 !important;
        color: #fff !important;
    }

.nav-phone[b-xb9c7popz4] {
    color: #fff;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.35rem 0.7rem;
    border-radius: 12px;
    background: #6c63ff;
    direction: ltr;
    white-space: nowrap;
    transition: background 0.15s;
}

    .nav-phone:hover[b-xb9c7popz4] {
        background: #5a52d5;
        color: #fff;
    }

/* ─── Hamburger ─── */
.hamburger[b-xb9c7popz4] {
    background: none;
    border: none;
    cursor: pointer;
    color: #555;
    padding: 0.4rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: background 0.15s, color 0.15s;
}

    .hamburger:hover[b-xb9c7popz4] {
        background: rgba(108, 99, 255, 0.08);
        color: #6c63ff;
    }

.mobile-hamburger[b-xb9c7popz4] {
    display: none;
}

/* ─── Mobile Menu ─── */
.mobile-backdrop[b-xb9c7popz4] {
    position: fixed;
    inset: 0;
    z-index: 150;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    animation: fadeIn-b-xb9c7popz4 0.2s ease;
}

@keyframes fadeIn-b-xb9c7popz4 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mobile-panel[b-xb9c7popz4] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    width: min(300px, 80vw);
    background: #fff;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

    .mobile-panel.open[b-xb9c7popz4] {
        transform: translateX(0);
    }

.mobile-header[b-xb9c7popz4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    min-height: 56px;
}

.mobile-title[b-xb9c7popz4] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #1a1a1a;
}

.mobile-close[b-xb9c7popz4] {
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    padding: 0.4rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: background 0.15s, color 0.15s;
}

    .mobile-close:hover[b-xb9c7popz4] {
        background: rgba(108, 99, 255, 0.08);
        color: #6c63ff;
    }

.mobile-nav[b-xb9c7popz4] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 0;
}

.mobile-group[b-xb9c7popz4] {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.mobile-nav[b-xb9c7popz4]  .mobile-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    color: #444;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
}

    .mobile-nav[b-xb9c7popz4]  .mobile-link:hover {
        background: rgba(108, 99, 255, 0.06);
        color: #6c63ff;
    }

    .mobile-nav[b-xb9c7popz4]  .mobile-link.active {
        background: rgba(108, 99, 255, 0.1);
        color: #6c63ff;
        font-weight: 600;
    }

.mobile-nav[b-xb9c7popz4]  .mobile-cta {
    background: #6c63ff !important;
    color: #fff !important;
    font-weight: 700 !important;
}

    .mobile-nav[b-xb9c7popz4]  .mobile-cta:hover {
        background: #5a52d5 !important;
        color: #fff !important;
    }

.mobile-divider[b-xb9c7popz4] {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 0.75rem 1rem;
}

.mobile-logout-form[b-xb9c7popz4] {
    padding: 0 1rem;
}

.mobile-logout[b-xb9c7popz4] {
    width: 100%;
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    color: #dc2626;
    background: rgba(220, 38, 38, 0.06);
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-align: right;
    font-family: inherit;
    transition: background 0.15s;
}

    .mobile-logout:hover[b-xb9c7popz4] {
        background: rgba(220, 38, 38, 0.12);
    }

/* ─── Logout (desktop) ─── */
.logout-form[b-xb9c7popz4] {
    display: flex;
    align-items: center;
}

.btn-logout[b-xb9c7popz4] {
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    padding: 0.4rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: background 0.15s, color 0.15s;
}

    .btn-logout:hover[b-xb9c7popz4] {
        background: rgba(220, 38, 38, 0.08);
        color: #dc2626;
    }

/* ─── Admin Sidebar ─── */
.sidebar-backdrop[b-xb9c7popz4] {
    position: fixed;
    inset: 0;
    z-index: 150;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    animation: fadeIn-b-xb9c7popz4 0.2s ease;
}

.sidebar-panel[b-xb9c7popz4] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    width: min(320px, 85vw);
    background: #fff;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

    .sidebar-panel.open[b-xb9c7popz4] {
        transform: translateX(0);
    }

.sidebar-header[b-xb9c7popz4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    min-height: 56px;
}

.sidebar-title[b-xb9c7popz4] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #1a1a1a;
}

.sidebar-close[b-xb9c7popz4] {
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    padding: 0.4rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: background 0.15s, color 0.15s;
}

    .sidebar-close:hover[b-xb9c7popz4] {
        background: rgba(108, 99, 255, 0.08);
        color: #6c63ff;
    }

.sidebar-nav[b-xb9c7popz4] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 0;
}

.sidebar-group[b-xb9c7popz4] {
    padding: 0 1rem;
    margin-bottom: 0.5rem;
}

.sidebar-group-title[b-xb9c7popz4] {
    display: block;
    padding: 0.6rem 0.75rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sidebar-nav[b-xb9c7popz4]  .sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.75rem;
    border-radius: 12px;
    color: #444;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
    position: relative;
}

    .sidebar-nav[b-xb9c7popz4]  .sidebar-link:hover {
        background: rgba(108, 99, 255, 0.06);
        color: #6c63ff;
    }

    .sidebar-nav[b-xb9c7popz4]  .sidebar-link.active {
        background: rgba(108, 99, 255, 0.1);
        color: #6c63ff;
        font-weight: 600;
    }

        .sidebar-nav[b-xb9c7popz4]  .sidebar-link.active::before {
            content: "";
            position: absolute;
            right: -1rem;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 20px;
            background: #6c63ff;
            border-radius: 0 4px 4px 0;
        }

/* ─── Responsive ─── */
@media (max-width: 820px) {
    .nav-desktop[b-xb9c7popz4] {
        display: none;
    }

    .mobile-hamburger[b-xb9c7popz4] {
        display: flex;
    }

    .header-inner[b-xb9c7popz4] {
        height: 52px;
    }

    .brand img[b-xb9c7popz4] {
        height: 36px;
    }
}

@media (min-width: 821px) {
    .mobile-hamburger[b-xb9c7popz4],
    .mobile-backdrop[b-xb9c7popz4],
    .mobile-panel[b-xb9c7popz4] {
        display: none !important;
    }
}
/* /Components/Pages/CartPage.razor.rz.scp.css */
.orders-container[b-uiixsjvd2z] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: 80vh;
}

.orders-header[b-uiixsjvd2z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.orders-header h2[b-uiixsjvd2z] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.75rem;
    font-weight: 900;
}

.btn-new-order[b-uiixsjvd2z],
.btn-primary-large[b-uiixsjvd2z],
.btn-pay-all[b-uiixsjvd2z] {
    border: 0;
    border-radius: 16px;
    background: #1a1a1a;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-new-order[b-uiixsjvd2z] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
}

.btn-new-order:hover[b-uiixsjvd2z],
.btn-primary-large:hover[b-uiixsjvd2z],
.btn-pay-all:hover:not(:disabled)[b-uiixsjvd2z] {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.loading-state[b-uiixsjvd2z],
.empty-state[b-uiixsjvd2z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 4rem 1rem;
    text-align: center;
}

.empty-state[b-uiixsjvd2z] {
    gap: 1.5rem;
}

.spinner[b-uiixsjvd2z] {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(26, 26, 26, 0.1);
    border-top-color: #1a1a1a;
    border-radius: 50%;
    animation: spin-b-uiixsjvd2z 0.8s linear infinite;
}

.spinner.small[b-uiixsjvd2z] {
    width: 18px;
    height: 18px;
    border-width: 2px;
}

@keyframes spin-b-uiixsjvd2z {
    to { transform: rotate(360deg); }
}

.empty-icon[b-uiixsjvd2z] {
    display: inline-flex;
    width: 96px;
    height: 96px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #f7f7f9;
    color: #666;
}

.empty-state h3[b-uiixsjvd2z] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 900;
}

.empty-state p[b-uiixsjvd2z] {
    margin: 0;
    color: #666;
    font-size: 1rem;
}

.btn-primary-large[b-uiixsjvd2z] {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.cart-section[b-uiixsjvd2z] {
    margin-bottom: 3rem;
}

.open-cart[b-uiixsjvd2z] {
    padding: 2rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.cart-header[b-uiixsjvd2z],
.order-header[b-uiixsjvd2z],
.order-header-actions[b-uiixsjvd2z],
.cart-title[b-uiixsjvd2z],
.cart-total[b-uiixsjvd2z],
.cart-actions[b-uiixsjvd2z],
.order-price[b-uiixsjvd2z] {
    display: flex;
    align-items: center;
}

.cart-header[b-uiixsjvd2z],
.order-header[b-uiixsjvd2z] {
    justify-content: space-between;
}

.cart-header[b-uiixsjvd2z] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cart-title[b-uiixsjvd2z],
.cart-total[b-uiixsjvd2z],
.order-header-actions[b-uiixsjvd2z],
.order-price[b-uiixsjvd2z],
.btn-add-more[b-uiixsjvd2z],
.btn-pay-all[b-uiixsjvd2z] {
    gap: 0.5rem;
}

.cart-title[b-uiixsjvd2z] {
    gap: 0.75rem;
}

.cart-icon[b-uiixsjvd2z] {
    font-size: 1.5rem;
}

.cart-title h3[b-uiixsjvd2z] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 900;
}

.badge[b-uiixsjvd2z] {
    padding: 0.35rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
}

.badge-warning[b-uiixsjvd2z] {
    background: #fff3cd;
    color: #856404;
}

.total-label[b-uiixsjvd2z],
.price-label[b-uiixsjvd2z],
.order-date[b-uiixsjvd2z],
.detail-label[b-uiixsjvd2z] {
    color: #666;
}

.total-label[b-uiixsjvd2z],
.price-label[b-uiixsjvd2z] {
    font-size: 0.9rem;
}

.total-amount[b-uiixsjvd2z] {
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 900;
}

.orders-list[b-uiixsjvd2z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.order-card[b-uiixsjvd2z] {
    padding: 1.5rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.order-card:hover[b-uiixsjvd2z] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.order-header[b-uiixsjvd2z] {
    gap: 1rem;
    margin-bottom: 1rem;
}

.order-header-actions[b-uiixsjvd2z] {
    gap: 0.75rem;
}

.order-id[b-uiixsjvd2z] {
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 900;
}

.order-date[b-uiixsjvd2z] {
    font-size: 0.85rem;
}

.btn-delete-order[b-uiixsjvd2z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
    padding: 0.375rem;
    border: 1px solid #fecaca;
    border-radius: 10px;
    background: transparent;
    color: #dc2626;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-delete-order:hover[b-uiixsjvd2z] {
    background: #fef2f2;
    border-color: #f87171;
    transform: scale(1.05);
}

.order-details[b-uiixsjvd2z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-row[b-uiixsjvd2z],
.detail-item[b-uiixsjvd2z],
.order-notes[b-uiixsjvd2z] {
    border-radius: 14px;
    background: #f7f7f9;
}

.detail-row[b-uiixsjvd2z],
.order-notes[b-uiixsjvd2z] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
}

.detail-icon[b-uiixsjvd2z] {
    font-size: 1.25rem;
}

.detail-content[b-uiixsjvd2z] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-label[b-uiixsjvd2z] {
    font-size: 0.8rem;
    font-weight: 700;
}

.detail-value[b-uiixsjvd2z] {
    color: #1a1a1a;
    font-weight: 700;
}

.detail-grid[b-uiixsjvd2z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.detail-item[b-uiixsjvd2z] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem;
}

.order-notes[b-uiixsjvd2z] {
    background: #f0f9ff;
}

.notes-icon[b-uiixsjvd2z] {
    font-size: 1.1rem;
}

.notes-content[b-uiixsjvd2z] {
    flex: 1;
    color: #1a1a1a;
    font-size: 0.9rem;
    line-height: 1.5;
    white-space: pre-wrap;
}

.order-footer[b-uiixsjvd2z] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.price-amount[b-uiixsjvd2z] {
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 900;
}

.cart-actions[b-uiixsjvd2z] {
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-add-more[b-uiixsjvd2z],
.btn-pay-all[b-uiixsjvd2z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.5rem;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-add-more[b-uiixsjvd2z] {
    border: 2px solid #1a1a1a;
    background: #fff;
    color: #1a1a1a;
}

.btn-add-more:hover[b-uiixsjvd2z] {
    background: #1a1a1a;
    color: #fff;
    transform: translateY(-2px);
}

.btn-pay-all[b-uiixsjvd2z] {
    flex: 1;
}

.btn-pay-all:disabled[b-uiixsjvd2z] {
    opacity: 0.6;
    cursor: not-allowed;
}

.alert-error[b-uiixsjvd2z] {
    margin-top: 1rem;
    border: 0;
    border-radius: 16px;
    background: #fef2f2;
    color: #991b1b;
}

.modal-overlay[b-uiixsjvd2z] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    animation: fadeIn-b-uiixsjvd2z 0.2s ease;
}

@keyframes fadeIn-b-uiixsjvd2z {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-uiixsjvd2z] {
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: slideUp-b-uiixsjvd2z 0.3s ease;
}

@keyframes slideUp-b-uiixsjvd2z {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.modal-header[b-uiixsjvd2z],
.modal-body[b-uiixsjvd2z] {
    text-align: center;
}

.modal-header[b-uiixsjvd2z] {
    padding: 1.5rem;
    border-bottom: 1px solid #f3f4f6;
}

.modal-icon[b-uiixsjvd2z] {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    border-radius: 50%;
}

.modal-icon.warning[b-uiixsjvd2z] {
    background: #fef3c7;
    color: #f59e0b;
}

.modal-header h3[b-uiixsjvd2z] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 800;
}

.modal-body[b-uiixsjvd2z] {
    padding: 1.5rem;
}

.modal-body p[b-uiixsjvd2z] {
    margin: 0 0 0.75rem;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
}

.modal-warning[b-uiixsjvd2z] {
    color: #dc2626 !important;
    font-size: 0.875rem !important;
    font-weight: 700;
}

.modal-actions[b-uiixsjvd2z] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.5rem 1.5rem;
}

.btn-modal[b-uiixsjvd2z] {
    display: flex;
    flex: 1;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border: 0;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cancel[b-uiixsjvd2z] {
    background: #f3f4f6;
    color: #4b5563;
}

.btn-cancel:hover[b-uiixsjvd2z] {
    background: #e5e7eb;
}

.btn-confirm-delete[b-uiixsjvd2z] {
    background: #dc2626;
    color: #fff;
}

.btn-confirm-delete:hover[b-uiixsjvd2z] {
    background: #b91c1c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

@media (max-width: 768px) {
    .orders-header[b-uiixsjvd2z],
    .cart-header[b-uiixsjvd2z],
    .cart-actions[b-uiixsjvd2z],
    .order-header[b-uiixsjvd2z] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .detail-grid[b-uiixsjvd2z] {
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-actions[b-uiixsjvd2z] {
        flex-direction: column;
    }
}
/* /Components/Pages/OrdersPage.razor.rz.scp.css */
.orders-container[b-oxcqhegzkj] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: 80vh;
}

.orders-header[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.orders-header h2[b-oxcqhegzkj] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.75rem;
    font-weight: 900;
}

.btn-new-order[b-oxcqhegzkj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: 0;
    border-radius: 16px;
    background: #1a1a1a;
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-new-order:hover[b-oxcqhegzkj] {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.loading-state[b-oxcqhegzkj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 4rem 1rem;
    text-align: center;
}

.spinner[b-oxcqhegzkj] {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(26, 26, 26, 0.1);
    border-top-color: #1a1a1a;
    border-radius: 50%;
    animation: spin-b-oxcqhegzkj 0.8s linear infinite;
}

.spinner.small[b-oxcqhegzkj] {
    width: 18px;
    height: 18px;
    border-width: 2px;
}

@keyframes spin-b-oxcqhegzkj {
    to { transform: rotate(360deg); }
}

.empty-state[b-oxcqhegzkj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 4rem 1rem;
    text-align: center;
}

.empty-icon[b-oxcqhegzkj] {
    display: inline-flex;
    width: 96px;
    height: 96px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #f7f7f9;
    color: #666;
}

.empty-state h3[b-oxcqhegzkj] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 900;
}

.empty-state p[b-oxcqhegzkj] {
    margin: 0;
    color: #666;
    font-size: 1rem;
}

.btn-primary-large[b-oxcqhegzkj] {
    padding: 1rem 2rem;
    border: 0;
    border-radius: 16px;
    background: #1a1a1a;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary-large:hover[b-oxcqhegzkj] {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-section[b-oxcqhegzkj] {
    margin-bottom: 3rem;
}

.open-cart[b-oxcqhegzkj] {
    padding: 2rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.cart-header[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cart-title[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cart-icon[b-oxcqhegzkj] {
    font-size: 1.5rem;
}

.cart-title h3[b-oxcqhegzkj] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 900;
}

.badge[b-oxcqhegzkj] {
    padding: 0.35rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
}

.badge-warning[b-oxcqhegzkj] {
    background: #fff3cd;
    color: #856404;
}

.badge-success[b-oxcqhegzkj] {
    background: #d4edda;
    color: #155724;
}

.cart-total[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.total-label[b-oxcqhegzkj] {
    color: #666;
    font-size: 0.9rem;
}

.total-amount[b-oxcqhegzkj] {
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 900;
}

.orders-list[b-oxcqhegzkj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.order-card[b-oxcqhegzkj] {
    padding: 1.5rem;
    border-radius: 20px;
    background: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.order-card:hover[b-oxcqhegzkj] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.order-card.compact[b-oxcqhegzkj] {
    padding: 1rem;
}

.order-header[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.order-id[b-oxcqhegzkj] {
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 900;
}

.order-date[b-oxcqhegzkj] {
    color: #666;
    font-size: 0.85rem;
}

.order-details[b-oxcqhegzkj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-row[b-oxcqhegzkj] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 14px;
    background: #f7f7f9;
}

.detail-icon[b-oxcqhegzkj] {
    font-size: 1.25rem;
}

.detail-content[b-oxcqhegzkj] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.detail-label[b-oxcqhegzkj] {
    color: #666;
    font-size: 0.8rem;
    font-weight: 700;
}

.detail-value[b-oxcqhegzkj] {
    color: #1a1a1a;
    font-weight: 700;
}

.detail-grid[b-oxcqhegzkj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.detail-grid.compact[b-oxcqhegzkj] {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.5rem;
}

.detail-item[b-oxcqhegzkj] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem;
    border-radius: 12px;
    background: #f7f7f9;
}

.order-notes[b-oxcqhegzkj] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 14px;
    background: #f0f9ff;
}

.notes-icon[b-oxcqhegzkj] {
    font-size: 1.1rem;
}

.notes-content[b-oxcqhegzkj] {
    flex: 1;
    color: #1a1a1a;
    font-size: 0.9rem;
    line-height: 1.5;
    white-space: pre-wrap;
}

.order-footer[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.order-price[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.price-label[b-oxcqhegzkj] {
    color: #666;
    font-size: 0.9rem;
}

.price-amount[b-oxcqhegzkj] {
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 900;
}

.cart-actions[b-oxcqhegzkj] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-add-more[b-oxcqhegzkj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    border: 2px solid #1a1a1a;
    border-radius: 16px;
    background: white;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-add-more:hover[b-oxcqhegzkj] {
    background: #1a1a1a;
    color: white;
    transform: translateY(-2px);
}

.btn-pay-all[b-oxcqhegzkj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    border: 0;
    border-radius: 16px;
    background: #1a1a1a;
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 1;
}

.btn-pay-all:hover:not(:disabled)[b-oxcqhegzkj] {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-pay-all:disabled[b-oxcqhegzkj] {
    opacity: 0.6;
    cursor: not-allowed;
}

.paid-carts[b-oxcqhegzkj] {
    margin-top: 3rem;
}

.section-title[b-oxcqhegzkj] {
    margin: 0 0 1.5rem;
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 900;
}

.cart-summary[b-oxcqhegzkj] {
    margin-bottom: 1rem;
    border-radius: 20px;
    background: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.summary-header[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.summary-header:hover[b-oxcqhegzkj] {
    background: #fafafa;
}

.summary-info[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.summary-icon[b-oxcqhegzkj] {
    font-size: 1.5rem;
}

.summary-title[b-oxcqhegzkj] {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 900;
}

.summary-meta[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
    color: #666;
    font-size: 0.85rem;
}

.summary-amount[b-oxcqhegzkj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.summary-amount strong[b-oxcqhegzkj] {
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 900;
}

.expand-icon[b-oxcqhegzkj] {
    transition: transform 0.2s ease;
}

.expand-icon.expanded[b-oxcqhegzkj] {
    transform: rotate(180deg);
}

.summary-details[b-oxcqhegzkj] {
    padding: 0 1.5rem 1.5rem;
    border-top: 1px solid #f0f0f0;
}

.summary-details .order-card[b-oxcqhegzkj] {
    margin-top: 1rem;
}

.payment-info[b-oxcqhegzkj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f0f0f0;
    color: #666;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .orders-header[b-oxcqhegzkj] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .cart-header[b-oxcqhegzkj] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .cart-actions[b-oxcqhegzkj] {
        flex-direction: column;
    }

    .detail-grid[b-oxcqhegzkj] {
        grid-template-columns: repeat(2, 1fr);
    }

    .summary-header[b-oxcqhegzkj] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .summary-amount[b-oxcqhegzkj] {
        justify-content: space-between;
    }
}

.btn-track[b-oxcqhegzkj] {
    flex-shrink: 0;
    margin-right: 0.25rem;
    padding: 0.4rem 0.8rem;
    border: 0;
    border-radius: 12px;
    background: #1a1a1a;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.btn-track:hover[b-oxcqhegzkj] {
    opacity: 0.85;
}
/* /Components/Pages/PaymentResult.razor.rz.scp.css */
.payment-result-container[b-gvtwfan2as] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: #fafafa;
}

.result-card[b-gvtwfan2as] {
    background: white;
    border-radius: 24px;
    padding: 3rem 2rem;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
}

.result-icon[b-gvtwfan2as] {
    margin: 0 auto 1.5rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-icon.success[b-gvtwfan2as] {
    background: #e8f5e9;
    color: #2e7d32;
}

.result-icon.error[b-gvtwfan2as] {
    background: #ffebee;
    color: #c62828;
}

.result-title[b-gvtwfan2as] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-family: 'Vazirmatn', sans-serif;
}

.result-title.success[b-gvtwfan2as] {
    color: #2e7d32;
}

.result-title.error[b-gvtwfan2as] {
    color: #c62828;
}

.result-message[b-gvtwfan2as] {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.result-details[b-gvtwfan2as] {
    background: #f7f7f9;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: right;
}

.detail-row[b-gvtwfan2as] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}

.detail-row:not(:last-child)[b-gvtwfan2as] {
    border-bottom: 1px solid #e0e0e0;
}

.detail-label[b-gvtwfan2as] {
    font-size: 0.95rem;
    color: #666;
}

.detail-value[b-gvtwfan2as] {
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 600;
}

.result-actions[b-gvtwfan2as] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-primary[b-gvtwfan2as],
.btn-secondary[b-gvtwfan2as] {
    width: 100%;
    padding: 1rem;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Vazirmatn', sans-serif;
}

.btn-primary[b-gvtwfan2as] {
    background: #2e7d32;
    color: white;
}

.btn-primary:hover[b-gvtwfan2as] {
    background: #1b5e20;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
}

.btn-secondary[b-gvtwfan2as] {
    background: #f7f7f9;
    color: #1a1a1a;
}

.btn-secondary:hover[b-gvtwfan2as] {
    background: #e0e0e0;
}

@media (max-width: 480px) {
    .result-card[b-gvtwfan2as] {
        padding: 2rem 1.5rem;
    }

    .result-title[b-gvtwfan2as] {
        font-size: 1.5rem;
    }

    .result-icon[b-gvtwfan2as] {
        width: 64px;
        height: 64px;
    }

    .result-icon svg[b-gvtwfan2as] {
        width: 48px;
        height: 48px;
    }
}
/* /Components/Pages/PrintWizard.razor.rz.scp.css */
.print-wizard-container[b-rb7jud60m1] {
    --wizard-bg: #fafafa;
    --wizard-card: #ffffff;
    --wizard-text: #1a1a1a;
    --wizard-muted: #727272;
    --wizard-line: rgba(26, 26, 26, 0.08);
    --wizard-primary: #111827;
    max-width: 600px;
    margin: 1.25rem auto 3rem;
    padding: 0 1rem;
    color: var(--wizard-text);
}

.wizard-header[b-rb7jud60m1] {
    text-align: center;
    margin-bottom: 1.25rem;
}

.wizard-eyebrow[b-rb7jud60m1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin: 0 0 0.75rem;
    padding: 0.25rem 0.85rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--wizard-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.wizard-header h2[b-rb7jud60m1] {
    margin: 0 0 1.25rem;
    color: var(--wizard-text);
    font-size: clamp(1.55rem, 4vw, 2.2rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.wizard-body[b-rb7jud60m1] {
    min-height: 400px;
    padding: 1rem;
    border-radius: 24px;
    background: var(--wizard-card);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
    .print-wizard-container[b-rb7jud60m1] {
        margin-top: 2rem;
    }

    .wizard-body[b-rb7jud60m1] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/TrackPage.razor.rz.scp.css */
/* Track page styles are shared via scoped rules below. */
/* /Components/Print/OrderSummaryBar.razor.rz.scp.css */
.order-summary-bar[b-oy7f065h69] {
    margin: -0.5rem auto 1rem;
    padding: 0.85rem 1.1rem;
    border-radius: 16px;
    background: #f8f9fc;
    max-width: 600px;
    width: 100%;
}

.summary-header[b-oy7f065h69] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
    color: #727272;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.summary-items[b-oy7f065h69] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.summary-item[b-oy7f065h69] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.5;
}

.summary-item-label[b-oy7f065h69] {
    color: #727272;
    font-weight: 500;
    flex-shrink: 0;
}

.summary-item-value[b-oy7f065h69] {
    color: #1a1a1a;
    font-weight: 700;
    direction: ltr;
    text-align: left;
}

.summary-change-btn[b-oy7f065h69] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-inline-start: auto;
    padding: 0.2rem 0.55rem;
    border: 0;
    border-radius: 8px;
    background: #eef0f5;
    color: #4a4a4a;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.summary-change-btn:hover[b-oy7f065h69] {
    background: #e2e4ea;
    color: #111827;
}

.summary-change-btn:active[b-oy7f065h69] {
    transform: scale(0.96);
}

.summary-tax-note[b-oy7f065h69] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.65rem;
    padding-top: 0.55rem;
    border-top: 1px solid #e2e4ea;
    color: #888;
    font-size: 0.7rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .order-summary-bar[b-oy7f065h69] {
        padding: 1rem 1.25rem;
    }

    .summary-header[b-oy7f065h69] {
        font-size: 0.82rem;
    }

    .summary-items[b-oy7f065h69] {
        gap: 0.65rem;
    }

    .summary-item[b-oy7f065h69] {
        font-size: 0.88rem;
    }

    .summary-change-btn[b-oy7f065h69] {
        padding: 0.25rem 0.65rem;
        font-size: 0.74rem;
    }
}
/* /Components/Print/PrintStepIndicator.razor.rz.scp.css */
.step-indicator[b-be8wffj730] {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.4rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 0 0 1px rgba(26, 26, 26, 0.05);
}

.step-item[b-be8wffj730] {
    display: flex;
    flex: 1;
    max-width: 130px;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.2rem;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: #8a8a8a;
    cursor: default;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.step-item.clickable[b-be8wffj730] {
    cursor: pointer;
}

.step-item.clickable:hover[b-be8wffj730] {
    background: #f7f7f9;
}

.step-item.disabled[b-be8wffj730] {
    opacity: 0.42;
    cursor: not-allowed;
}

.step-item.active.disabled[b-be8wffj730] {
    opacity: 1;
    cursor: default;
}

.step-number[b-be8wffj730] {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f1f2f4;
    color: #777;
    font-size: 0.86rem;
    font-weight: 900;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.step-item.clickable:hover .step-number[b-be8wffj730] {
    transform: translateY(-1px) scale(1.04);
}

.step-item.active .step-number[b-be8wffj730],
.step-item.completed .step-number[b-be8wffj730] {
    background: #1a1a1a;
    color: #fff;
}

.step-label[b-be8wffj730] {
    overflow: hidden;
    max-width: 100%;
    color: inherit;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.step-item.active[b-be8wffj730] {
    background: #f7f7f9;
    color: #1a1a1a;
}

@media (min-width: 768px) {
    .step-indicator[b-be8wffj730] {
        gap: 0.65rem;
        padding: 0.6rem;
    }

    .step-item[b-be8wffj730] {
        padding: 0.65rem 0.35rem;
        max-width: 160px;
    }

    .step-number[b-be8wffj730] {
        width: 40px;
        height: 40px;
    }

    .step-label[b-be8wffj730] {
        font-size: 0.82rem;
    }
}
/* /Components/Print/Steps/DesignRequestStep.razor.rz.scp.css */
.step-content[b-uz0pcqsmq9] {
    padding: 0.5rem 0;
}

.step-heading[b-uz0pcqsmq9] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.step-heading p[b-uz0pcqsmq9] {
    margin: 0 0 0.35rem;
    color: #777;
    font-size: 0.82rem;
    font-weight: 800;
}

.step-heading h4[b-uz0pcqsmq9] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 900;
}

.step-heading span[b-uz0pcqsmq9] {
    display: block;
    margin-top: 0.5rem;
    color: #777;
    font-size: 0.9rem;
}

.design-form[b-uz0pcqsmq9] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.field-group[b-uz0pcqsmq9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field-group label[b-uz0pcqsmq9] {
    color: #1a1a1a;
    font-size: 0.9rem;
    font-weight: 800;
}

.required[b-uz0pcqsmq9] {
    color: #b42318;
}

.form-input[b-uz0pcqsmq9] {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 0;
    border-radius: 16px;
    background: #f7f7f9;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 0.95rem;
    resize: vertical;
    transition: box-shadow 0.18s ease;
}

.form-input:focus[b-uz0pcqsmq9] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1);
}

.form-input[b-uz0pcqsmq9]::placeholder {
    color: #aaa;
}

.field-error[b-uz0pcqsmq9] {
    color: #b42318;
    font-size: 0.82rem;
    font-weight: 600;
}

.file-input[b-uz0pcqsmq9] {
    display: none;
}

.upload-label[b-uz0pcqsmq9] {
    display: flex;
    min-height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    border: 1.5px dashed rgba(26, 26, 26, 0.16);
    border-radius: 20px;
    background: #f7f7f9;
    text-align: center;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.upload-label:hover[b-uz0pcqsmq9] {
    transform: translateY(-1px);
    border-color: #1a1a1a;
    background: #f1f2f4;
}

.upload-label.small .upload-icon[b-uz0pcqsmq9] {
    width: 40px;
    height: 40px;
    border-radius: 14px;
}

.upload-label.small .upload-text[b-uz0pcqsmq9] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a1a;
}

.btn-remove-file[b-uz0pcqsmq9] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.85rem;
    border: 0;
    border-radius: 12px;
    background: #fff1f2;
    color: #b42318;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.18s ease;
}

.btn-remove-file:hover[b-uz0pcqsmq9] {
    background: #fde8ea;
}

.soft-alert[b-uz0pcqsmq9] {
    margin-top: 0.5rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #f7f7f9;
    color: #666;
    text-align: center;
}

.soft-alert.danger[b-uz0pcqsmq9] {
    background: #fff1f2;
    color: #b42318;
}
/* /Components/Print/Steps/ExtraServicesStep.razor.rz.scp.css */
.step-content[b-zie56cjctr] {
    padding: 0.5rem 0;
}

.step-heading[b-zie56cjctr] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.step-heading p[b-zie56cjctr] {
    margin: 0 0 0.35rem;
    color: #777;
    font-size: 0.82rem;
    font-weight: 800;
}

.step-heading h4[b-zie56cjctr] {
    margin: 0 0 0.4rem;
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 900;
}

.step-heading span[b-zie56cjctr] {
    color: #777;
    font-size: 0.92rem;
}

.loading-state[b-zie56cjctr],
.soft-alert[b-zie56cjctr] {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 24px;
    background: #f7f7f9;
    color: #777;
    text-align: center;
}

.spinner[b-zie56cjctr] {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(26, 26, 26, 0.16);
    border-top-color: #1a1a1a;
    border-radius: 999px;
    animation: spin-b-zie56cjctr 0.8s linear infinite;
}

.services-grid[b-zie56cjctr] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.service-card[b-zie56cjctr] {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem;
    border: 0;
    border-radius: 22px;
    background: #f7f7f9;
    color: #1a1a1a;
    text-align: right;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.service-card:hover[b-zie56cjctr] {
    transform: translateY(-1px);
    background: #f1f2f4;
}

.service-card.selected[b-zie56cjctr] {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 12px 28px rgba(26, 26, 26, 0.16);
}

.service-checkbox[b-zie56cjctr] {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
    border-radius: 10px;
    background: #fff;
    color: #1a1a1a;
}

.service-card.selected .service-checkbox[b-zie56cjctr] {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.service-info[b-zie56cjctr] {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 0.35rem;
}

.service-info strong[b-zie56cjctr] {
    font-size: 1rem;
    font-weight: 900;
}

.service-info small[b-zie56cjctr] {
    color: inherit;
    line-height: 1.8;
    opacity: 0.7;
}

.service-price[b-zie56cjctr] {
    margin-top: 0.2rem;
    font-weight: 900;
}

.selected-summary[b-zie56cjctr] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 24px;
    background: #f7f7f9;
}

.summary-row[b-zie56cjctr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0.2rem;
    color: #777;
    font-weight: 800;
}

.summary-row.total[b-zie56cjctr] {
    margin-top: 0.4rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #1a1a1a;
    color: #fff;
}

@media (min-width: 720px) {
    .services-grid[b-zie56cjctr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@keyframes spin-b-zie56cjctr {
    to { transform: rotate(360deg); }
}
/* /Components/Print/Steps/FileReadyChoiceStep.razor.rz.scp.css */
.step-content[b-uyd5g33siy] {
    padding: 0.5rem 0;
}

.step-heading[b-uyd5g33siy] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.step-heading p[b-uyd5g33siy] {
    margin: 0 0 0.35rem;
    color: #777;
    font-size: 0.82rem;
    font-weight: 800;
}

.step-heading h4[b-uyd5g33siy] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 900;
}

.step-heading span[b-uyd5g33siy] {
    display: block;
    margin-top: 0.5rem;
    color: #777;
    font-size: 0.9rem;
}

.choice-cards[b-uyd5g33siy] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: 520px;
    margin: 0 auto;
}

.choice-card[b-uyd5g33siy] {
    display: flex;
    width: 100%;
    min-height: 140px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 1.25rem;
    border: 0;
    border-radius: 24px;
    background: #f7f7f9;
    color: #1a1a1a;
    text-align: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.choice-card:hover[b-uyd5g33siy] {
    transform: translateY(-2px);
    background: #f1f2f4;
}

.choice-card.selected[b-uyd5g33siy] {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 16px 36px rgba(26, 26, 26, 0.16);
}

.choice-icon[b-uyd5g33siy] {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #fff;
    color: currentColor;
}

.choice-card.selected .choice-icon[b-uyd5g33siy] {
    background: rgba(255, 255, 255, 0.12);
}

.choice-title[b-uyd5g33siy] {
    font-size: 1.15rem;
    font-weight: 900;
}

.choice-desc[b-uyd5g33siy] {
    color: inherit;
    font-size: 0.82rem;
    opacity: 0.65;
}

@media (min-width: 640px) {
    .choice-cards[b-uyd5g33siy] {
        flex-direction: row;
    }

    .choice-card[b-uyd5g33siy] {
        flex: 1;
    }
}
/* /Components/Print/Steps/FileUploadStep.razor.rz.scp.css */
.step-content[b-3dzfkv89lc] {
    padding: 0.5rem 0;
}

.step-heading[b-3dzfkv89lc] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.step-heading p[b-3dzfkv89lc] {
    margin: 0 0 0.35rem;
    color: #777;
    font-size: 0.82rem;
    font-weight: 800;
}

.step-heading h4[b-3dzfkv89lc] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 900;
}

.upload-area[b-3dzfkv89lc] {
    margin-bottom: 1rem;
}

.file-input[b-3dzfkv89lc] {
    display: none;
}

.upload-label[b-3dzfkv89lc] {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 1rem;
    border: 1.5px dashed rgba(26, 26, 26, 0.16);
    border-radius: 24px;
    background: #f7f7f9;
    text-align: center;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.upload-label:hover[b-3dzfkv89lc] {
    transform: translateY(-2px);
    border-color: #1a1a1a;
    background: #f1f2f4;
}

.upload-icon[b-3dzfkv89lc] {
    display: inline-flex;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #fff;
    color: #1a1a1a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.upload-text strong[b-3dzfkv89lc],
.upload-text small[b-3dzfkv89lc] {
    display: block;
}

.upload-text strong[b-3dzfkv89lc] {
    margin-bottom: 0.35rem;
    color: #1a1a1a;
    font-size: 1.05rem;
    font-weight: 900;
}

.upload-text small[b-3dzfkv89lc] {
    color: #777;
}

.soft-alert[b-3dzfkv89lc] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #f7f7f9;
    color: #666;
    text-align: center;
}

.soft-alert.danger[b-3dzfkv89lc] {
    background: #fff1f2;
    color: #b42318;
}

.upload-progress-list[b-3dzfkv89lc] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1rem;
}

.upload-progress-card[b-3dzfkv89lc] {
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.2s ease;
}

.upload-progress-card.is-error[b-3dzfkv89lc] {
    background: #fff1f2;
    box-shadow: 0 4px 20px rgba(180, 35, 24, 0.08);
}

.upload-progress-head[b-3dzfkv89lc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.upload-progress-file[b-3dzfkv89lc] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    flex: 1;
}

.upload-progress-name[b-3dzfkv89lc] {
    overflow: hidden;
    color: #1a1a1a;
    font-weight: 900;
    font-size: 0.92rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upload-progress-check[b-3dzfkv89lc] {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
}

.upload-progress-percent[b-3dzfkv89lc] {
    flex-shrink: 0;
    color: #1a1a1a;
    font-weight: 900;
    font-size: 0.92rem;
}

.upload-progress-retry[b-3dzfkv89lc] {
    border: 0;
    border-radius: 12px;
    background: #1a1a1a;
    color: #fff;
    padding: 0.35rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.upload-progress-retry:hover[b-3dzfkv89lc] {
    opacity: 0.85;
}

.upload-progress-track[b-3dzfkv89lc] {
    width: 100%;
    height: 11px;
    border-radius: 999px;
    background: #f0f0f3;
    overflow: hidden;
}

.upload-progress-fill[b-3dzfkv89lc] {
    height: 100%;
    border-radius: 999px;
    background: #1a1a1a;
    transition: width 0.18s ease-out;
}

.upload-progress-card.is-error .upload-progress-fill[b-3dzfkv89lc] {
    background: #dc2626;
}

.upload-progress-card.is-done .upload-progress-fill[b-3dzfkv89lc] {
    background: #16a34a;
}

.upload-progress-meta[b-3dzfkv89lc] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.75rem;
    margin-top: 0.6rem;
    color: #777;
    font-size: 0.8rem;
    font-weight: 700;
}

.upload-progress-speed[b-3dzfkv89lc],
.upload-progress-eta[b-3dzfkv89lc] {
    color: #999;
}

.upload-progress-done[b-3dzfkv89lc] {
    color: #16a34a;
    font-weight: 900;
}

.upload-progress-error[b-3dzfkv89lc] {
    color: #b42318;
    font-weight: 800;
}

.upload-progress-cancel[b-3dzfkv89lc] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.65rem;
    padding: 0.35rem 0.7rem;
    border: 0;
    border-radius: 12px;
    background: #f7f7f9;
    color: #b42318;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.upload-progress-cancel:hover[b-3dzfkv89lc] {
    background: #fee2e3;
}

.uploaded-files[b-3dzfkv89lc] {
    margin-top: 1.25rem;
}

.section-title[b-3dzfkv89lc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.section-title h5[b-3dzfkv89lc] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 900;
}

.section-title span[b-3dzfkv89lc] {
    color: #777;
    font-size: 0.82rem;
    font-weight: 800;
}

.file-list[b-3dzfkv89lc] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.file-item[b-3dzfkv89lc] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.file-icon[b-3dzfkv89lc] {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f7f7f9;
    color: #1a1a1a;
}

.file-info[b-3dzfkv89lc] {
    min-width: 0;
    flex: 1;
}

.file-name[b-3dzfkv89lc] {
    overflow: hidden;
    color: #1a1a1a;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-meta[b-3dzfkv89lc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.25rem;
    color: #777;
    font-size: 0.8rem;
}

.page-count-editor[b-3dzfkv89lc] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.65rem;
    color: #777;
    font-size: 0.82rem;
    font-weight: 800;
}

.page-count-input-wrapper[b-3dzfkv89lc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.page-count-btn[b-3dzfkv89lc] {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: #f7f7f9;
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.page-count-btn:hover:not(:disabled)[b-3dzfkv89lc] {
    background: #e0e0e0;
    transform: scale(1.05);
}

.page-count-btn:disabled[b-3dzfkv89lc] {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-count-editor input[b-3dzfkv89lc] {
    flex: 1;
    min-height: 36px;
    border: 0;
    border-radius: 14px;
    background: #f7f7f9;
    color: #1a1a1a;
    font-weight: 900;
    text-align: center;
}

.page-count-editor input:focus[b-3dzfkv89lc] {
    box-shadow: 0 0 0 4px rgba(26, 26, 26, 0.08);
}

.btn-remove[b-3dzfkv89lc] {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: #fff1f2;
    color: #b42318;
    cursor: pointer;
}

@keyframes spin-b-3dzfkv89lc {
    to { transform: rotate(360deg); }
}
/* /Components/Print/Steps/OrderTypeStep.razor.rz.scp.css */
.step-content[b-to2zvkvzto] {
    padding: 0.5rem 0;
}

.step-heading[b-to2zvkvzto] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.step-heading p[b-to2zvkvzto] {
    margin: 0 0 0.35rem;
    color: #777;
    font-size: 0.82rem;
    font-weight: 800;
}

.step-heading h4[b-to2zvkvzto] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.loading-text[b-to2zvkvzto],
.soft-alert[b-to2zvkvzto] {
    margin: 0;
    padding: 1rem;
    border-radius: 18px;
    background: #f7f7f9;
    color: #666;
    text-align: center;
}

.order-type-grid[b-to2zvkvzto] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    max-width: 520px;
    margin: 0 auto;
}

.order-type-card[b-to2zvkvzto] {
    display: flex;
    width: 100%;
    min-height: 142px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 1.25rem;
    border: 0;
    border-radius: 24px;
    background: #f7f7f9;
    color: #1a1a1a;
    text-align: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.order-type-card:hover[b-to2zvkvzto] {
    transform: translateY(-2px);
    background: #f1f2f4;
}

.order-type-card.selected[b-to2zvkvzto] {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 16px 36px rgba(26, 26, 26, 0.16);
}

.card-icon[b-to2zvkvzto] {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #fff;
    color: currentColor;
}

.order-type-card.selected .card-icon[b-to2zvkvzto] {
    background: rgba(255, 255, 255, 0.12);
}

.card-title[b-to2zvkvzto] {
    font-size: 1.15rem;
    font-weight: 900;
}

.card-caption[b-to2zvkvzto] {
    color: inherit;
    font-size: 0.82rem;
    opacity: 0.65;
}

@media (min-width: 640px) {
    .order-type-grid[b-to2zvkvzto] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Print/Steps/PrintOptionsStep.razor.rz.scp.css */
.step-content[b-snwoz0q04v] {
    padding: 0.5rem 0;
}

.step-heading[b-snwoz0q04v] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.step-heading p[b-snwoz0q04v] {
    margin: 0 0 0.35rem;
    color: #777;
    font-size: 0.82rem;
    font-weight: 800;
}

.step-heading h4[b-snwoz0q04v] {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 900;
}

.loading-state[b-snwoz0q04v] {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #777;
}

.spinner[b-snwoz0q04v] {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(26, 26, 26, 0.16);
    border-top-color: #1a1a1a;
    border-radius: 999px;
    animation: spin-b-snwoz0q04v 0.8s linear infinite;
}

.options-form[b-snwoz0q04v] {
    max-width: 560px;
    margin: 0 auto;
}

.form-group[b-snwoz0q04v] {
    margin-bottom: 1.35rem;
}

.form-group label[b-snwoz0q04v] {
    display: block;
    margin-bottom: 0.65rem;
    color: #1a1a1a;
    font-weight: 900;
}

.option-grid[b-snwoz0q04v] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.materials-grid[b-snwoz0q04v] {
    grid-template-columns: 1fr;
}

.option-btn[b-snwoz0q04v] {
    min-height: 48px;
    padding: 0.75rem 0.85rem;
    border: 0;
    border-radius: 16px;
    background: #f7f7f9;
    color: #1a1a1a;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.option-btn:hover[b-snwoz0q04v] {
    transform: translateY(-1px);
    background: #f1f2f4;
}

.option-btn.selected[b-snwoz0q04v] {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 12px 24px rgba(26, 26, 26, 0.14);
}

.copies-group[b-snwoz0q04v] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

.soft-input[b-snwoz0q04v] {
    width: 100%;
    min-height: 52px;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 16px;
    background: #f7f7f9;
    color: #1a1a1a;
    font-weight: 900;
    outline: none;
}

.soft-input:focus[b-snwoz0q04v] {
    box-shadow: 0 0 0 4px rgba(26, 26, 26, 0.08);
}

.price-summary[b-snwoz0q04v] {
    max-width: 560px;
    margin: 1.5rem auto 0;
    padding: 1rem;
    border-radius: 24px;
    background: #f7f7f9;
}

.price-row[b-snwoz0q04v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0.2rem;
    color: #1a1a1a;
    font-weight: 800;
}

.price-row.muted[b-snwoz0q04v] {
    color: #777;
    font-size: 0.92rem;
}

.price-row.total[b-snwoz0q04v] {
    margin-top: 0.4rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: #1a1a1a;
    color: #fff;
    font-size: 1.05rem;
}

.soft-alert.warning[b-snwoz0q04v] {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #fff7ed;
    color: #9a3412;
    text-align: center;
}

@media (min-width: 640px) {
    .option-grid[b-snwoz0q04v] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .materials-grid[b-snwoz0q04v] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .copies-group[b-snwoz0q04v] {
        grid-template-columns: 1fr 180px;
        align-items: center;
    }
}

@keyframes spin-b-snwoz0q04v {
    to { transform: rotate(360deg); }
}

.price-row.total.with-discount[b-snwoz0q04v] {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    padding: 1rem;
}

.price-with-discount[b-snwoz0q04v] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.original-price[b-snwoz0q04v] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: line-through;
    font-weight: 600;
}

.discounted-price-wrapper[b-snwoz0q04v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.discounted-price[b-snwoz0q04v] {
    font-size: 1.15rem;
    color: #fff;
    font-weight: 900;
}

.discount-badge[b-snwoz0q04v] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}
.copies-input-wrapper[b-snwoz0q04v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.copies-btn[b-snwoz0q04v] {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: #f7f7f9;
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.copies-btn:hover:not(:disabled)[b-snwoz0q04v] {
    background: #e0e0e0;
    transform: scale(1.05);
}

.copies-btn:disabled[b-snwoz0q04v] {
    opacity: 0.4;
    cursor: not-allowed;
}

.copies-input-wrapper .soft-input[b-snwoz0q04v] {
    flex: 1;
    text-align: center;
}

/* حذف دکمه‌های پیش‌فرض spinner در همه دستگاه‌ها */
.copies-input-wrapper input[type="number"][b-snwoz0q04v]::-webkit-inner-spin-button,
.copies-input-wrapper input[type="number"][b-snwoz0q04v]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.copies-input-wrapper input[type="number"][b-snwoz0q04v] {
    -moz-appearance: textfield;
}

/* Banner dimension inputs */
.dimension-row[b-snwoz0q04v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dimension-field[b-snwoz0q04v] {
    flex: 1;
}

.dim-label[b-snwoz0q04v] {
    display: block;
    margin-bottom: 0.35rem;
    color: #777;
    font-size: 0.82rem;
    font-weight: 700;
}

.dim-sep[b-snwoz0q04v] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 1.2rem;
}

/* Fixed info box (for book, sticker) */
.fixed-info-box[b-snwoz0q04v] {
    padding: 1rem;
    border-radius: 18px;
    background: #f7f7f9;
}

.fixed-info-row[b-snwoz0q04v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: #1a1a1a;
    font-weight: 800;
}

.fixed-info-row + .fixed-info-row[b-snwoz0q04v] {
    border-top: 1px solid rgba(0,0,0,0.04);
}

.fixed-info-row span[b-snwoz0q04v] {
    color: #777;
}

/* 2-column grid variant */
.option-grid.cols-2[b-snwoz0q04v] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Info alert */
.soft-alert.info[b-snwoz0q04v] {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #f0f7ff;
    color: #1e40af;
    text-align: center;
}
/* /Components/Print/Steps/ReviewStep.razor.rz.scp.css */
.step-content[b-sf5q1ktzld] {
    padding: 0.5rem 0;
}

.step-heading[b-sf5q1ktzld] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.step-heading p[b-sf5q1ktzld] {
    margin: 0 0 0.35rem;
    color: #777;
    font-size: 0.82rem;
    font-weight: 800;
}

.step-heading h4[b-sf5q1ktzld] {
    margin: 0 0 0.4rem;
    color: #1a1a1a;
    font-size: 1.3rem;
    font-weight: 900;
}

.step-heading span[b-sf5q1ktzld] {
    color: #777;
    font-size: 0.92rem;
}

.loading-state[b-sf5q1ktzld] {
    display: flex;
    min-height: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #777;
}

.spinner[b-sf5q1ktzld] {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(26, 26, 26, 0.16);
    border-top-color: #1a1a1a;
    border-radius: 999px;
    animation: spin-b-sf5q1ktzld 0.8s linear infinite;
}

.spinner.small[b-sf5q1ktzld] {
    width: 18px;
    height: 18px;
    border-color: rgba(255, 255, 255, 0.28);
    border-top-color: #fff;
}

.review-sections[b-sf5q1ktzld] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: 680px;
    margin: 0 auto;
}

.review-section[b-sf5q1ktzld] {
    padding: 1rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.review-section h5[b-sf5q1ktzld] {
    margin: 0 0 0.85rem;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 900;
}

.review-content[b-sf5q1ktzld] {
    color: #444;
}

.strong-content[b-sf5q1ktzld] {
    font-weight: 900;
}

.simple-list[b-sf5q1ktzld] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.simple-list li[b-sf5q1ktzld],
.option-row[b-sf5q1ktzld],
.price-row[b-sf5q1ktzld] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.simple-list li:last-child[b-sf5q1ktzld],
.option-row:last-child[b-sf5q1ktzld],
.price-row:last-child[b-sf5q1ktzld] {
    border-bottom: 0;
}

.simple-list small[b-sf5q1ktzld],
.muted-text[b-sf5q1ktzld] {
    color: #777;
    font-size: 0.84rem;
}

.option-row span[b-sf5q1ktzld],
.price-row span[b-sf5q1ktzld] {
    color: #777;
}

.price-section[b-sf5q1ktzld] {
    background: #f7f7f9;
}

.price-row.delivery-note[b-sf5q1ktzld] {
    font-size: 0.86rem;
}

.price-row.delivery-note strong[b-sf5q1ktzld] {
    color: #2563eb;
    font-weight: 700;
}

.price-row.total[b-sf5q1ktzld] {
    margin-top: 0.5rem;
    padding: 0.95rem 1rem;
    border: 0;
    border-radius: 18px;
    background: #1a1a1a;
    color: #fff;
}

.price-row.total span[b-sf5q1ktzld],
.price-row.total strong[b-sf5q1ktzld] {
    color: #fff;
}

.soft-alert[b-sf5q1ktzld] {
    max-width: 680px;
    margin: 1rem auto 0;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    text-align: center;
}

.soft-alert.warning[b-sf5q1ktzld] {
    background: #fff7ed;
    color: #9a3412;
}

.soft-alert.info[b-sf5q1ktzld] {
    background: #eff6ff;
    color: #1d4ed8;
}

.soft-alert.danger[b-sf5q1ktzld] {
    background: #fff1f2;
    color: #b42318;
}

.submit-section[b-sf5q1ktzld] {
    max-width: 680px;
    margin: 1rem auto 0;
}

.submit-btn[b-sf5q1ktzld] {
    display: inline-flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border: 0;
    border-radius: 18px;
    background: #1a1a1a;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(26, 26, 26, 0.16);
}

.submit-btn:disabled[b-sf5q1ktzld] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

@keyframes spin-b-sf5q1ktzld {
    to { transform: rotate(360deg); }
}
