/* /Pages/Admin/Dashboard/Dashboard.razor.rz.scp.css */
.admin-dashboard[b-yruirfq3ft] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dash-section[b-yruirfq3ft] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dash-section__title[b-yruirfq3ft] {
    font-size: 0.95rem;
    font-weight: 800;
    color: #2d3748;
    padding: 0 4px;
}

.admin-news-card[b-yruirfq3ft] {
    background: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4a5568;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.news-icon[b-yruirfq3ft] {
    color: #2fb26a;
    font-size: 1.1rem;
}

.news-text[b-yruirfq3ft] {
    flex: 1;
}

.admin-banners[b-yruirfq3ft] {
    height: 180px;
}

.banner[b-yruirfq3ft] {
    height: 100%;
    background: linear-gradient(135deg, #2f5b70, #1a3a4a);
    border-radius: 16px;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.banner-content h3[b-yruirfq3ft] {
    margin: 0 0 4px;
    font-size: 1.2rem;
}

.banner-content p[b-yruirfq3ft] {
    margin: 0 0 12px;
    font-size: 0.85rem;
    opacity: 0.9;
}

.banner-btn[b-yruirfq3ft] {
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    backdrop-filter: blur(5px);
}

.actions-grid-container[b-yruirfq3ft] {
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.actions-grid[b-yruirfq3ft] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
}

.action-item[b-yruirfq3ft] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #4a5568;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    transition: transform 180ms ease, filter 180ms ease;
}

.action-item:hover[b-yruirfq3ft] {
    transform: translateY(-2px);
    filter: brightness(0.98);
}

.action-icon[b-yruirfq3ft] {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
}

.action-icon.purple[b-yruirfq3ft] { background-color: #9f7aea; }
.action-icon.green[b-yruirfq3ft] { background-color: #48bb78; }
.action-icon.blue[b-yruirfq3ft] { background-color: #4299e1; }
.action-icon.orange[b-yruirfq3ft] { background-color: #ed8936; }
.action-icon.teal[b-yruirfq3ft] { background-color: #38b2ac; }
.action-icon.pink[b-yruirfq3ft] { background-color: #ed64a6; }
.action-icon.cyan[b-yruirfq3ft] { background-color: #0bc5ea; }
.action-icon.yellow[b-yruirfq3ft] { background-color: #ecc94b; }

.section-header[b-yruirfq3ft] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}

.section-header h4[b-yruirfq3ft] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.section-header a[b-yruirfq3ft] {
    font-size: 0.8rem;
    color: #2fb26a;
    text-decoration: none;
}

.status-scroll[b-yruirfq3ft] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 4px;
    scrollbar-width: none;
}

.status-scroll[b-yruirfq3ft]::-webkit-scrollbar {
    display: none;
}

.status-card[b-yruirfq3ft] {
    background: #fff;
    min-width: 200px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.status-tag[b-yruirfq3ft] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 0.7rem;
    margin-bottom: 10px;
}

.status-tag.pending[b-yruirfq3ft] { background: #fffaf0; color: #ed8936; }
.status-tag.active[b-yruirfq3ft] { background: #f0fff4; color: #48bb78; }

.status-card h5[b-yruirfq3ft] {
    margin: 0 0 4px;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.status-card p[b-yruirfq3ft] {
    margin: 0;
    font-size: 0.75rem;
    color: #a0aec0;
}
/* /Pages/Admin/Sliders/Sliders.razor.rz.scp.css */
.admin-page-title[b-hs97qjtudb] {
    margin: 6px 0 14px;
    font-weight: 800;
    color: #1f3f52;
}

.sliders-shell[b-hs97qjtudb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.sliders-list[b-hs97qjtudb],
.sliders-editor[b-hs97qjtudb] {
    background: #fff;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.sliders-list__header[b-hs97qjtudb],
.sliders-editor__header[b-hs97qjtudb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.sliders-list__title[b-hs97qjtudb],
.sliders-editor__title[b-hs97qjtudb] {
    font-weight: 800;
    color: #2f5b70;
}

.sliders-empty[b-hs97qjtudb] {
    padding: 18px 10px;
    color: #718096;
}

.sliders-cards[b-hs97qjtudb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.slider-card[b-hs97qjtudb] {
    border: 1px solid #eef2f6;
    border-radius: 14px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 92px 1fr;
    background: #fff;
}

.slider-card__thumb[b-hs97qjtudb] {
    background: #f6f8fb;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 10;
}

.slider-card__thumb img[b-hs97qjtudb] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-card__thumb--empty[b-hs97qjtudb] {
    font-size: 0.75rem;
    color: #a0aec0;
}

.slider-card__body[b-hs97qjtudb] {
    padding: 10px;
}

.slider-card__title[b-hs97qjtudb] {
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 2px;
}

.slider-card__subtitle[b-hs97qjtudb] {
    color: #718096;
    font-size: 0.85rem;
}

.slider-card__meta[b-hs97qjtudb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    color: #718096;
    font-size: 0.8rem;
}

.slider-card__actions[b-hs97qjtudb] {
    grid-column: 1 / -1;
    padding: 10px;
    display: flex;
    gap: 8px;
    border-top: 1px solid #eef2f6;
}

.upload-hint[b-hs97qjtudb] {
    margin-top: 6px;
    font-size: 0.8rem;
    color: #718096;
}

.upload-guide[b-hs97qjtudb] {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f6fbff;
    border: 1px solid #e6f0f8;
    color: #35546a;
}

.upload-guide__title[b-hs97qjtudb] {
    font-weight: 800;
    margin-bottom: 6px;
    color: #1f3f52;
}

.upload-guide__text[b-hs97qjtudb] {
    font-size: 0.85rem;
    line-height: 1.6;
}

.image-preview[b-hs97qjtudb] {
    margin-top: 10px;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    overflow: hidden;
}

.image-preview img[b-hs97qjtudb] {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    display: block;
}

.image-preview__url[b-hs97qjtudb] {
    padding: 8px 10px;
    font-size: 0.8rem;
    color: #718096;
    direction: ltr;
    text-align: left;
    background: #fbfdff;
}

.confirm-overlay[b-hs97qjtudb] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(2px);
    padding: 20px;
}

.confirm-card[b-hs97qjtudb] {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
}

.confirm-header[b-hs97qjtudb] {
    background: #f6ad55;
    color: #fff;
    padding: 12px 16px;
    font-weight: 800;
}

.confirm-body[b-hs97qjtudb] {
    padding: 20px;
    color: #2d3748;
    line-height: 1.6;
}

.confirm-footer[b-hs97qjtudb] {
    padding: 12px 16px;
    background: #f8fafc;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #edf2f7;
}

/* /Pages/Admin/Sms/SmsPanel.razor.rz.scp.css */
/* ─── Container ─── */
.sms-container[b-cxcsh2yeqd] { padding: 0 0 80px; }

/* ─── Header & Tabs ─── */
.sms-header[b-cxcsh2yeqd] { position: sticky; top: 0; z-index: 50; background: var(--app-bg, #fff); padding-bottom: 0; }
.sms-header__top[b-cxcsh2yeqd] { padding: 16px 16px 0; }
.sms-header__title[b-cxcsh2yeqd] { font-size: 1.25rem; font-weight: 700; margin: 0; }

.sms-tabs[b-cxcsh2yeqd] { display: flex; gap: 4px; padding: 12px 12px 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.sms-tabs[b-cxcsh2yeqd]::-webkit-scrollbar { display: none; }

.sms-tab[b-cxcsh2yeqd] {
    display: flex; align-items: center; gap: 6px;
    padding: 10px 14px; border: none; border-radius: 10px 10px 0 0;
    background: transparent; color: #64748b; font-size: 0.8rem; font-weight: 500;
    white-space: nowrap; cursor: pointer; transition: all 0.2s;
    position: relative; touch-action: manipulation;
    min-height: 44px;
}
.sms-tab:hover[b-cxcsh2yeqd] { background: #f1f5f9; color: #1e293b; }
.sms-tab--active[b-cxcsh2yeqd] { background: #eef2ff; color: #4f46e5; font-weight: 700; }
.sms-tab--active[b-cxcsh2yeqd]::after {
    content: ''; position: absolute; bottom: 0; left: 8px; right: 8px;
    height: 3px; background: #4f46e5; border-radius: 3px 3px 0 0;
}
.sms-tab__badge[b-cxcsh2yeqd] {
    background: #ef4444; color: #fff; font-size: 0.65rem; font-weight: 700;
    padding: 1px 6px; border-radius: 10px; min-width: 18px; text-align: center;
}

/* ─── Sections ─── */
.sms-section[b-cxcsh2yeqd] { padding: 16px; }

/* ─── Dashboard Stats ─── */
.sms-dashboard[b-cxcsh2yeqd] { padding: 16px; }
.sms-stat-grid[b-cxcsh2yeqd] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
.sms-stat-card[b-cxcsh2yeqd] {
    display: flex; align-items: center; gap: 12px;
    background: #fff; border: 1px solid #eef2f6; border-radius: 14px;
    padding: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.sms-stat-card__icon[b-cxcsh2yeqd] {
    width: 42px; height: 42px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 1.1rem; color: #fff;
}
.sms-stat-card__icon--blue[b-cxcsh2yeqd] { background: #3b82f6; }
.sms-stat-card__icon--green[b-cxcsh2yeqd] { background: #10b981; }
.sms-stat-card__icon--amber[b-cxcsh2yeqd] { background: #f59e0b; }
.sms-stat-card__icon--red[b-cxcsh2yeqd] { background: #ef4444; }
.sms-stat-card__value[b-cxcsh2yeqd] { font-size: 1.2rem; font-weight: 800; color: #1e293b; line-height: 1.2; }
.sms-stat-card__label[b-cxcsh2yeqd] { font-size: 0.7rem; color: #94a3b8; font-weight: 500; }

/* ─── Alert ─── */
.sms-alert[b-cxcsh2yeqd] { display: flex; align-items: center; gap: 10px; padding: 14px; border-radius: 12px; font-size: 0.85rem; font-weight: 500; }
.sms-alert--warn[b-cxcsh2yeqd] { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.sms-alert--info[b-cxcsh2yeqd] { background: #dbeafe; color: #1e40af; border: 1px solid #bfdbfe; }
.sms-alert--danger[b-cxcsh2yeqd] { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

/* ─── Empty ─── */
.sms-empty[b-cxcsh2yeqd] { text-align: center; padding: 40px 16px; color: #94a3b8; font-size: 0.9rem; }
.sms-empty p[b-cxcsh2yeqd] { margin-bottom: 12px; }
.sms-loading[b-cxcsh2yeqd] { text-align: center; padding: 32px; color: #94a3b8; }

/* ─── Form ─── */
.sms-form[b-cxcsh2yeqd] { max-width: 500px; }
.sms-form__group[b-cxcsh2yeqd] { margin-bottom: 18px; }
.sms-form__label[b-cxcsh2yeqd] { display: block; font-size: 0.8rem; font-weight: 600; color: #374151; margin-bottom: 6px; }
.sms-form__hint[b-cxcsh2yeqd] { display: block; font-size: 0.7rem; color: #94a3b8; margin-top: 4px; }
.sms-form__static[b-cxcsh2yeqd] { padding: 10px 0; font-weight: 600; color: #1e293b; font-size: 0.95rem; }
.sms-form__toggle-label[b-cxcsh2yeqd] {
    display: flex; align-items: center; gap: 12px;
    font-size: 0.9rem; font-weight: 600; color: #374151; cursor: pointer;
    min-height: 44px;
}

/* ─── Toggle Switch ─── */
.sms-toggle[b-cxcsh2yeqd] { display: none; }
.sms-toggle-track[b-cxcsh2yeqd] {
    position: relative; width: 44px; height: 24px; background: #cbd5e1;
    border-radius: 12px; transition: background 0.2s; flex-shrink: 0;
}
.sms-toggle-track[b-cxcsh2yeqd]::after {
    content: ''; position: absolute; top: 2px; left: 2px;
    width: 20px; height: 20px; border-radius: 50%; background: #fff;
    transition: transform 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.sms-toggle:checked + .sms-toggle-track[b-cxcsh2yeqd] { background: #4f46e5; }
.sms-toggle:checked + .sms-toggle-track[b-cxcsh2yeqd]::after { transform: translateX(20px); }

/* ─── Inputs ─── */
.sms-input[b-cxcsh2yeqd] {
    width: 100%; padding: 10px 14px; border: 1.5px solid #e2e8f0;
    border-radius: 10px; font-size: 0.85rem; color: #1e293b;
    background: #fff; transition: border-color 0.2s; min-height: 44px;
}
.sms-input:focus[b-cxcsh2yeqd] { outline: none; border-color: #4f46e5; box-shadow: 0 0 0 3px rgba(79,70,229,0.1); }
.sms-input--search[b-cxcsh2yeqd] { padding-left: 36px; }
.sms-input--select[b-cxcsh2yeqd] { appearance: auto; }

/* ─── Toolbar ─── */
.sms-table-toolbar[b-cxcsh2yeqd] { display: flex; gap: 8px; margin-bottom: 14px; align-items: center; }
.sms-table-toolbar--wrap[b-cxcsh2yeqd] { flex-wrap: wrap; }
.sms-table-toolbar .sms-input[b-cxcsh2yeqd] { flex: 1; min-width: 0; }
.sms-table-toolbar .sms-input--select[b-cxcsh2yeqd] { flex: 0 0 auto; min-width: 120px; }

/* ─── Credit List ─── */
.sms-credit-list[b-cxcsh2yeqd] { display: flex; flex-direction: column; gap: 10px; }
.sms-credit-card[b-cxcsh2yeqd] {
    background: #fff; border: 1px solid #eef2f6; border-radius: 14px;
    padding: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.sms-credit-card__header[b-cxcsh2yeqd] { margin-bottom: 10px; }
.sms-credit-card__name[b-cxcsh2yeqd] { font-size: 0.9rem; font-weight: 700; color: #1e293b; }
.sms-credit-card__body[b-cxcsh2yeqd] { display: flex; gap: 20px; margin-bottom: 10px; }
.sms-credit-card__stat[b-cxcsh2yeqd] { display: flex; flex-direction: column; gap: 2px; }
.sms-credit-card__stat-label[b-cxcsh2yeqd] { font-size: 0.7rem; color: #94a3b8; font-weight: 500; }
.sms-credit-card__stat-value[b-cxcsh2yeqd] { font-size: 1rem; font-weight: 800; color: #1e293b; }
.sms-credit-card__actions[b-cxcsh2yeqd] { display: flex; gap: 8px; }

/* ─── Charge List ─── */
.sms-charge-list[b-cxcsh2yeqd] { display: flex; flex-direction: column; gap: 10px; }
.sms-charge-card[b-cxcsh2yeqd] {
    background: #fff; border: 1px solid #eef2f6; border-radius: 14px;
    padding: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    border-right: 4px solid #e2e8f0;
}
.sms-charge-card--pending[b-cxcsh2yeqd] { border-right-color: #f59e0b; }
.sms-charge-card--approved[b-cxcsh2yeqd] { border-right-color: #10b981; }
.sms-charge-card--rejected[b-cxcsh2yeqd] { border-right-color: #ef4444; }
.sms-charge-card__row[b-cxcsh2yeqd] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.sms-charge-card__workshop[b-cxcsh2yeqd] { font-weight: 700; font-size: 0.9rem; color: #1e293b; }
.sms-charge-card__amount[b-cxcsh2yeqd] { font-weight: 700; font-size: 1rem; color: #059669; }
.sms-charge-card__count[b-cxcsh2yeqd] { font-size: 0.8rem; color: #64748b; }
.sms-charge-card__desc[b-cxcsh2yeqd] { font-size: 0.8rem; color: #64748b; margin-bottom: 6px; padding: 6px 10px; background: #f8fafc; border-radius: 8px; }
.sms-charge-card__desc--rejected[b-cxcsh2yeqd] { color: #dc2626; background: #fef2f2; font-weight: 600; }
.sms-charge-card__meta[b-cxcsh2yeqd] { font-size: 0.7rem; color: #94a3b8; }
.sms-charge-card__actions[b-cxcsh2yeqd] { display: flex; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #eef2f6; }

/* ─── Log List ─── */
.sms-log-list[b-cxcsh2yeqd] { display: flex; flex-direction: column; gap: 10px; }
.sms-log-card[b-cxcsh2yeqd] {
    background: #fff; border: 1px solid #eef2f6; border-radius: 14px;
    padding: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.sms-log-card__header[b-cxcsh2yeqd] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.sms-log-card__workshop[b-cxcsh2yeqd] { font-weight: 700; font-size: 0.85rem; color: #1e293b; }
.sms-log-card__recipient[b-cxcsh2yeqd] { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: #64748b; direction: ltr; margin-bottom: 6px; }
.sms-log-card__text[b-cxcsh2yeqd] { font-size: 0.82rem; color: #334155; line-height: 1.6; margin-bottom: 8px; padding: 8px 10px; background: #f8fafc; border-radius: 8px; word-break: break-word; direction: ltr; text-align: right; unicode-bidi: embed; }
.sms-log-card__footer[b-cxcsh2yeqd] { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sms-log-card__cost[b-cxcsh2yeqd] { font-size: 0.75rem; font-weight: 600; color: #64748b; }
.sms-log-card__date[b-cxcsh2yeqd] { font-size: 0.7rem; color: #94a3b8; margin-right: auto; }
.sms-log-card__error[b-cxcsh2yeqd] { font-size: 0.75rem; color: #dc2626; margin-top: 6px; padding: 6px 10px; background: #fef2f2; border-radius: 8px; }

/* ─── Badge ─── */
.sms-badge[b-cxcsh2yeqd] { font-size: 0.68rem; font-weight: 600; padding: 2px 8px; border-radius: 6px; white-space: nowrap; }
.sms-badge--success[b-cxcsh2yeqd] { background: #d1fae5; color: #065f46; }
.sms-badge--danger[b-cxcsh2yeqd] { background: #fee2e2; color: #991b1b; }
.sms-badge--warn[b-cxcsh2yeqd] { background: #fef3c7; color: #92400e; }
.sms-badge--info[b-cxcsh2yeqd] { background: #dbeafe; color: #1e40af; }
.sms-badge--default[b-cxcsh2yeqd] { background: #f1f5f9; color: #475569; }
.sms-badge--delivery[b-cxcsh2yeqd] { font-size: 0.62rem; padding: 1px 6px; }

/* ─── Delivery Check ─── */
.sms-btn--check[b-cxcsh2yeqd] {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 6px 12px; border-radius: 8px; border: 1px solid #cbd5e1;
    background: #fff; color: #475569; font-size: 0.78rem; font-weight: 500;
    cursor: pointer; transition: all 0.12s ease;
}
.sms-btn--check:hover:not(:disabled)[b-cxcsh2yeqd] { background: #f1f5f9; border-color: #94a3b8; }
.sms-btn--check:disabled[b-cxcsh2yeqd] { opacity: 0.5; cursor: not-allowed; }
.sms-delivery-check-result[b-cxcsh2yeqd] {
    display: flex; align-items: center; gap: 6px;
    padding: 8px 12px; margin-top: 8px;
    background: #f0fdf4; border: 1px solid #86efac; border-radius: 8px;
    font-size: 0.78rem; color: #15803d; direction: rtl;
}

/* ─── Modal ─── */
.sms-modal-overlay[b-cxcsh2yeqd] {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4); z-index: 1000;
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
}
.sms-modal[b-cxcsh2yeqd] {
    background: #fff; border-radius: 16px; width: 100%; max-width: 400px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2); overflow: hidden;
}
.sms-modal__header[b-cxcsh2yeqd] { display: flex; justify-content: space-between; align-items: center; padding: 18px 18px 0; }
.sms-modal__header h3[b-cxcsh2yeqd] { margin: 0; font-size: 1rem; font-weight: 700; }
.sms-modal__body[b-cxcsh2yeqd] { padding: 18px; }
.sms-modal__footer[b-cxcsh2yeqd] { display: flex; gap: 10px; padding: 0 18px 18px; }
.sms-modal__footer .btn[b-cxcsh2yeqd] { flex: 1; }

/* ─── Section Title & Card ─── */
.sms-section-title[b-cxcsh2yeqd] { font-size: 0.95rem; font-weight: 700; color: #1e293b; margin: 0 0 4px; }
.sms-section-card[b-cxcsh2yeqd] { background: #fff; border: 1px solid #eef2f6; border-radius: 14px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }

/* ─── Module List ─── */
.sms-module-list[b-cxcsh2yeqd] { display: flex; flex-direction: column; gap: 10px; }
.sms-module-card[b-cxcsh2yeqd] {
    display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
    background: #fff; border: 1px solid #eef2f6; border-radius: 12px;
    padding: 12px 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.sms-module-card__info[b-cxcsh2yeqd] { flex: 1; min-width: 0; }
.sms-module-card__title[b-cxcsh2yeqd] { font-size: 0.85rem; font-weight: 600; color: #1e293b; }
.sms-module-card__actions[b-cxcsh2yeqd] { flex-shrink: 0; }
.sms-module-card__template[b-cxcsh2yeqd] { width: 100%; margin-top: 4px; }

/* ─── Own Credit ─── */
.sms-own-credit[b-cxcsh2yeqd] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.sms-own-credit__card[b-cxcsh2yeqd] {
    background: linear-gradient(135deg, #4f46e5, #6366f1); color: #fff;
    border-radius: 16px; padding: 24px; text-align: center; box-shadow: 0 4px 12px rgba(79,70,229,0.3);
}
.sms-own-credit__card--secondary[b-cxcsh2yeqd] { background: linear-gradient(135deg, #0891b2, #06b6d4); box-shadow: 0 4px 12px rgba(8,145,178,0.3); }
.sms-own-credit__card--pending[b-cxcsh2yeqd] { background: linear-gradient(135deg, #f59e0b, #f97316); box-shadow: 0 4px 12px rgba(245,158,11,0.3); }
.sms-own-credit__label[b-cxcsh2yeqd] { font-size: 0.75rem; opacity: 0.85; margin-bottom: 8px; }
.sms-own-credit__amount[b-cxcsh2yeqd] { font-size: 1.8rem; font-weight: 800; line-height: 1.2; }
.sms-own-credit__sub[b-cxcsh2yeqd] { font-size: 0.7rem; opacity: 0.7; margin-top: 4px; }

/* ─── Admin Workshop Selector ─── */
.sms-admin-credit[b-cxcsh2yeqd] {
    background: #fff; border: 1px solid #eef2f6; border-radius: 14px;
    padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.sms-admin-credit__select-row[b-cxcsh2yeqd] {
    display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.sms-admin-credit__select-label[b-cxcsh2yeqd] {
    font-size: 0.85rem; font-weight: 600; color: #374151; white-space: nowrap;
}
.sms-admin-credit__select[b-cxcsh2yeqd] {
    flex: 1; padding: 10px 14px; border: 1.5px solid #e2e8f0;
    border-radius: 10px; font-size: 0.85rem; color: #1e293b;
    background: #fff; min-height: 44px; cursor: pointer;
}
.sms-admin-credit__select:focus[b-cxcsh2yeqd] {
    outline: none; border-color: #4f46e5; box-shadow: 0 0 0 3px rgba(79,70,229,0.1);
}

/* ─── Textarea ─── */
.sms-input--textarea[b-cxcsh2yeqd] { resize: vertical; min-height: 60px; }
.ltr-input[b-cxcsh2yeqd] { direction: ltr; text-align: left; }

/* ─── Receipt link ─── */
.sms-charge-card__receipt[b-cxcsh2yeqd] { margin: 6px 0; }

/* ─── Receipt upload ─── */
.sms-receipt-upload[b-cxcsh2yeqd] {
    position: relative; display: flex; align-items: stretch;
    min-height: 48px; cursor: pointer;
}
.sms-receipt-upload[b-cxcsh2yeqd]  input[type=file] {
    position: absolute; inset: 0; opacity: 0; cursor: pointer; z-index: 3;
    font-size: 0; width: 100%; height: 100%;
}
.sms-receipt-upload__zone[b-cxcsh2yeqd] {
    display: flex; align-items: center; gap: 10px; width: 100%;
    padding: 12px 16px; border: 2px dashed #e2e8f0; border-radius: 12px;
    background: #f8fafc; color: #94a3b8; font-size: 0.85rem;
    transition: all 0.2s; min-height: 48px;
    pointer-events: none;
}
.sms-receipt-upload:hover .sms-receipt-upload__zone[b-cxcsh2yeqd] { border-color: #4f46e5; background: #eef2ff; }
.sms-receipt-upload__name[b-cxcsh2yeqd] { color: #1e293b; font-weight: 600; flex: 1; word-break: break-all; }
.sms-receipt-upload__zone .oi-cloud-upload[b-cxcsh2yeqd] { font-size: 1.3rem; flex-shrink: 0; }
.sms-receipt-upload__zone .oi-document[b-cxcsh2yeqd] { font-size: 1.1rem; flex-shrink: 0; color: #4f46e5; }
.sms-receipt-upload__remove[b-cxcsh2yeqd] {
    pointer-events: auto; flex-shrink: 0; z-index: 4; position: relative;
}
.sms-receipt-upload__preview[b-cxcsh2yeqd] {
    width: 40px; height: 40px; object-fit: cover; border-radius: 8px;
    flex-shrink: 0; border: 1px solid #e2e8f0;
}

/* ─── Module badge in log ─── */
.sms-log-card__module[b-cxcsh2yeqd] { margin-bottom: 6px; }

/* ─── Warning chip banner ─── */
.sms-warning-banner[b-cxcsh2yeqd] {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; margin-bottom: 14px;
    background: #fef3c7; border: 2px dashed #f59e0b; border-radius: 12px;
    font-size: 0.82rem; color: #92400e; font-weight: 600;
    white-space: nowrap; overflow: hidden;
}
.sms-warning-banner__text[b-cxcsh2yeqd] { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.sms-warning-banner__link[b-cxcsh2yeqd] {
    flex-shrink: 0; white-space: nowrap;
    display: inline-flex; align-items: center; gap: 4px;
    padding: 6px 14px; border-radius: 8px;
    background: #f59e0b; color: #fff; font-size: 0.78rem; font-weight: 700;
    text-decoration: none; cursor: pointer; border: none;
    transition: background 0.2s; min-height: 36px;
}
.sms-warning-banner__link:hover[b-cxcsh2yeqd] { background: #d97706; color: #fff; text-decoration: none; }
.sms-warning-banner__icon[b-cxcsh2yeqd] { font-size: 1rem; flex-shrink: 0; }
.sms-warning-banner__mobile-text[b-cxcsh2yeqd] { display: none; }
@media (max-width: 576px) {
    .sms-warning-banner[b-cxcsh2yeqd] { font-size: 0.75rem; padding: 8px 10px; gap: 6px; }
    .sms-warning-banner__desktop-text[b-cxcsh2yeqd] { display: none; }
    .sms-warning-banner__mobile-text[b-cxcsh2yeqd] { display: inline; }
    .sms-warning-banner__link[b-cxcsh2yeqd] { font-size: 0.7rem; padding: 4px 10px; }
}

/* ─── Responsive ─── */
@@media (min-width: 768px) {
    .sms-stat-grid[b-cxcsh2yeqd] { grid-template-columns: repeat(4, 1fr); }
    .sms-credit-list[b-cxcsh2yeqd] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .sms-form[b-cxcsh2yeqd] { max-width: 600px; }
}
/* /Pages/Index.razor.rz.scp.css */
.home-after-hero[b-xkqieg3w8r] {
    margin-top: 88px;
}

@media (max-width: 899.98px) {
    .home-after-hero[b-xkqieg3w8r] {
        margin-top: 24px;
    }
}

@media (min-width: 900px) {
    .home-after-hero[b-xkqieg3w8r] {
        margin-top: 120px;
    }
}
/* /Shared/AdminLayout.razor.rz.scp.css */
.admin-shell[b-3gjuhyhizv] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f4f7f9;
    font-family: 'Vazirmatn', sans-serif;
}

.admin-header[b-3gjuhyhizv] {
    background-color: #fff;
    height: 60px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.admin-header__content[b-3gjuhyhizv] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.admin-header__logo[b-3gjuhyhizv] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 1.1rem;
    color: #2f5b70;
}

.admin-header__logo img[b-3gjuhyhizv] {
    height: 32px;
}

.admin-header__actions[b-3gjuhyhizv] {
    display: flex;
    gap: 8px;
}

.icon-btn[b-3gjuhyhizv] {
    background: none;
    border: none;
    padding: 8px;
    color: #718096;
    font-size: 1.2rem;
    cursor: pointer;
}

.admin-main[b-3gjuhyhizv] {
    flex: 1;
    padding-bottom: 80px; /* Space for bottom nav */
}

.admin-container[b-3gjuhyhizv] {
    padding: 16px;
    max-width: 100%;
}



@media (min-width: 900px) {
    .admin-container[b-3gjuhyhizv] {
        max-width: 1200px;
        margin: 0 auto;
    }
}
/* /Shared/Components/ImageUploader.razor.rz.scp.css */
.modern-uploader[b-q9xmlpjs9r] {
    width: 100%;
    margin-bottom: 1rem;
}

.modern-uploader__container[b-q9xmlpjs9r] {
    position: relative;
    border: 2px dashed #e2e8f0;
    border-radius: 1.25rem;
    background-color: #f8fafc;
    transition: all 0.3s ease;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-uploader.has-image .modern-uploader__container[b-q9xmlpjs9r] {
    border-style: solid;
    border-color: #f1f5f9;
    background-color: #fff;
    padding: 10px;
}

.modern-uploader:not(.has-image) .modern-uploader__container:hover[b-q9xmlpjs9r] {
    border-color: #6366f1;
    background-color: #f1f5f9;
}

.modern-uploader__dropzone-wrapper[b-q9xmlpjs9r] {
    display: flex;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

.modern-uploader__dropzone[b-q9xmlpjs9r] {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2rem;
    margin: 0;
    border: 2px dashed #e2e8f0;
    border-radius: 1.25rem;
    background-color: #f8fafc;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.modern-uploader__dropzone:hover[b-q9xmlpjs9r] {
    border-color: #6366f1;
    background-color: #f1f5f9;
}

.modern-uploader__dropzone--camera[b-q9xmlpjs9r] {
    border-color: #10b981;
}

.modern-uploader__dropzone--camera:hover[b-q9xmlpjs9r] {
    border-color: #059669;
}

.modern-uploader__dropzone--camera .modern-uploader__icon-wrapper[b-q9xmlpjs9r] {
    background-color: #d1fae5;
}

.modern-uploader__dropzone--camera .modern-uploader__icon[b-q9xmlpjs9r] {
    color: #10b981;
}

.modern-uploader__icon-wrapper[b-q9xmlpjs9r] {
    width: 64px;
    height: 64px;
    border-radius: 1.25rem;
    background-color: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.modern-uploader__dropzone:hover .modern-uploader__icon-wrapper[b-q9xmlpjs9r] {
    transform: translateY(-5px);
}

.modern-uploader__icon[b-q9xmlpjs9r] {
    font-size: 1.75rem;
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-uploader__icon svg[b-q9xmlpjs9r] {
    width: 1.75rem;
    height: 1.75rem;
}

.modern-uploader__text[b-q9xmlpjs9r] {
    text-align: center;
}

.modern-uploader__title[b-q9xmlpjs9r] {
    display: block;
    font-weight: 800;
    font-size: 1.1rem;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.modern-uploader__hint[b-q9xmlpjs9r] {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
}

.modern-uploader__preview[b-q9xmlpjs9r] {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 1rem;
    overflow: hidden;
}

.modern-uploader__preview img[b-q9xmlpjs9r] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #f8fafc;
}

.modern-uploader__overlay[b-q9xmlpjs9r] {
    position: absolute;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-uploader__preview:hover .modern-uploader__overlay[b-q9xmlpjs9r] {
    opacity: 1;
}

.modern-uploader__action-btn[b-q9xmlpjs9r] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    transition: transform 0.2s ease, background-color 0.2s ease;
    background-color: #fff;
}

.modern-uploader__action-btn.delete[b-q9xmlpjs9r] {
    color: #ef4444;
}

.modern-uploader__action-btn.edit[b-q9xmlpjs9r] {
    color: #6366f1;
    margin: 0;
}

.modern-uploader__action-btn:hover[b-q9xmlpjs9r] {
    transform: scale(1.1);
}

.modern-uploader__progress[b-q9xmlpjs9r] {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 1.25rem;
    z-index: 10;
    font-weight: 700;
    color: #6366f1;
}

.modern-uploader__modal-overlay[b-q9xmlpjs9r] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    direction: rtl;
}

.modern-uploader__modal[b-q9xmlpjs9r] {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2rem;
    max-width: 420px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.modern-uploader__modal-icon[b-q9xmlpjs9r] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.modern-uploader__modal-text[b-q9xmlpjs9r] {
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    white-space: pre-line;
}

.modern-uploader__modal-actions[b-q9xmlpjs9r] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.modern-uploader__modal-btn[b-q9xmlpjs9r] {
    padding: 0.6rem 1.5rem;
    border-radius: 0.75rem;
    border: none;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: opacity 0.2s;
}

.modern-uploader__modal-btn.confirm[b-q9xmlpjs9r] {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: #fff;
}

.modern-uploader__modal-btn.cancel[b-q9xmlpjs9r] {
    background: #f1f5f9;
    color: #475569;
}

.modern-uploader__modal-btn:hover[b-q9xmlpjs9r] {
    opacity: 0.85;
}

.modern-uploader__modal-btn.confirm:hover[b-q9xmlpjs9r] {
    opacity: 0.9;
}
/* /Shared/Components/PopularBrandsRow.razor.rz.scp.css */
.brands-card[b-mt59u4f7bf] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 30px 0;
    margin: 2rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.brands-card__header[b-mt59u4f7bf] {
    text-align: center;
    margin-bottom: 20px;
}

.brands-card__title[b-mt59u4f7bf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    font-size: 1.15rem;
    color: #1e293b;
    position: relative;
}

.brands-card__spark[b-mt59u4f7bf] {
    font-size: 1.2rem;
    color: #f59e0b;
}

.brands-marquee[b-mt59u4f7bf] {
    position: relative;
    overflow: hidden;
    padding: 0;
    --brands-marquee-duration: 45s;
    direction: ltr; /* Ensure consistent behavior for marquee */
}

.brands-marquee__track[b-mt59u4f7bf] {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    will-change: transform;
    /* Move from left to right (natural feel for infinite loop) */
    animation: brands-marquee-scroll-b-mt59u4f7bf var(--brands-marquee-duration) linear infinite;
}

.brands-marquee__segment[b-mt59u4f7bf] {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 0 0 auto;
}

/* 
   To create a seamless loop:
   We render 10 segments. 
   We only need to scroll the width of ONE segment (1/10 = 10%)
   to make it look infinite without any jumps or gaps.
*/
@keyframes brands-marquee-scroll-b-mt59u4f7bf {
    from { transform: translateX(-10%); }
    to { transform: translateX(0); }
}

.brands-marquee:hover .brands-marquee__track[b-mt59u4f7bf] {
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
    .brands-marquee__track[b-mt59u4f7bf] {
        animation: none;
    }
}

.brand-item[b-mt59u4f7bf] {
    flex: 0 0 auto;
    width: 180px;
    text-decoration: none;
    padding: 0 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Faded vertical divider with sharp tips - mimicking reference exactly */
.brand-item:not(:last-child)[b-mt59u4f7bf]::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5%;
    bottom: 5%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.1) 85%, transparent 100%);
}

.brand-item__inner[b-mt59u4f7bf] {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-item:hover .brand-item__inner[b-mt59u4f7bf] {
    transform: translateY(-5px);
}

.brand-item__img[b-mt59u4f7bf] {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    filter: saturate(0.9) brightness(1.02);
    transition: all 0.3s ease;
    pointer-events: none;
    -webkit-user-drag: none;
}

.brand-item:hover .brand-item__img[b-mt59u4f7bf] {
    filter: saturate(1.1) brightness(1);
}

.brand-item__fallback[b-mt59u4f7bf] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #64748b;
    background: #f1f5f9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .brands-card[b-mt59u4f7bf] {
        padding: 20px 0;
        margin: 1.5rem 0;
    }
    
    .brands-card__header[b-mt59u4f7bf] {
        margin-bottom: 15px;
    }

    .brand-item[b-mt59u4f7bf] {
        width: 130px;
        padding: 0 15px;
    }
    
    .brand-item__inner[b-mt59u4f7bf] {
        height: 80px;
    }

    .brands-card__title[b-mt59u4f7bf] {
        font-size: 1rem;
    }
}


/* /Shared/Components/SomeCustomersRow.razor.rz.scp.css */
.customers-card[b-5jktn2j39o] {
    background: transparent;
    border: none;
    padding: 30px 0;
    margin: 2rem 0;
    box-shadow: none;
}

.customers-card__header[b-5jktn2j39o] {
    text-align: center;
    margin-bottom: 20px;
}

.customers-card__title[b-5jktn2j39o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    font-size: 1.15rem;
    color: #1e293b;
    position: relative;
}

.customers-card__spark[b-5jktn2j39o] {
    font-size: 1.2rem;
    color: #f59e0b;
}

.customers-marquee[b-5jktn2j39o] {
    position: relative;
    overflow: hidden;
    padding: 0;
    --customers-marquee-duration: 60s;
    direction: ltr;
}

.customers-marquee__track[b-5jktn2j39o] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: max-content;
    will-change: transform;
    animation: customers-marquee-scroll-b-5jktn2j39o var(--customers-marquee-duration) linear infinite;
}

.customers-marquee__segment[b-5jktn2j39o] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

@keyframes customers-marquee-scroll-b-5jktn2j39o {
    from { transform: translateX(-10%); }
    to { transform: translateX(0); }
}

.customers-marquee:hover .customers-marquee__track[b-5jktn2j39o] {
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
    .customers-marquee__track[b-5jktn2j39o] {
        animation: none;
    }
}

.customer-item[b-5jktn2j39o] {
    text-decoration: none;
    color: inherit;
    flex: 0 0 auto;
}

.customer-item__card[b-5jktn2j39o] {
    width: 220px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin-top: 15px;
}

.customer-item__badge[b-5jktn2j39o] {
    position: absolute;
    top: -12px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    z-index: 2;
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-item:hover .customer-item__card[b-5jktn2j39o] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: rgba(37, 99, 235, 0.2);
}

.customer-item__thumb[b-5jktn2j39o] {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
    transition: transform 0.3s ease;
}

.customer-item:hover .customer-item__thumb[b-5jktn2j39o] {
    transform: scale(1.05);
}

.customer-item__img[b-5jktn2j39o] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
}

.customer-item__fallback[b-5jktn2j39o] {
    font-weight: 900;
    color: #64748b;
    font-size: 1.5rem;
}

.customer-item__meta[b-5jktn2j39o] {
    width: 100%;
    text-align: center;
    margin-top: 4px;
}

.customer-item__name[b-5jktn2j39o] {
    font-weight: 900;
    color: #0f172a;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .customers-card[b-5jktn2j39o] {
        padding: 20px 0;
        margin: 1.5rem 0;
    }

    .customer-item__card[b-5jktn2j39o] {
        width: 180px;
        padding: 15px;
        gap: 8px;
    }

    .customer-item__thumb[b-5jktn2j39o] {
        width: 100px;
        height: 100px;
        border-radius: 16px;
    }

    .customer-item__name[b-5jktn2j39o] {
        font-size: 0.9rem;
    }

    .customer-item__badge[b-5jktn2j39o] {
        font-size: 0.7rem;
        padding: 3px 10px;
    }
}
/* /Shared/ErrorBoundaryLogger.razor.rz.scp.css */
.error-boundary-container[b-l0w5p94set] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Vazirmatn', sans-serif;
}

.error-boundary-card[b-l0w5p94set] {
    background: #fff;
    border-radius: 12px;
    width: min(600px, 100%);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.error-header[b-l0w5p94set] {
    background: #dc3545;
    color: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.error-header h3[b-l0w5p94set] {
    margin: 0;
    font-size: 1.25rem;
}

.error-body[b-l0w5p94set] {
    padding: 20px;
    color: #4a5568;
}

.error-details[b-l0w5p94set] {
    margin-top: 16px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    padding: 12px;
    border-radius: 8px;
}

.error-details pre[b-l0w5p94set] {
    margin-top: 8px;
    white-space: pre-wrap;
    word-break: break-all;
    font-size: 0.85rem;
    color: #e53e3e;
}

.stack-trace[b-l0w5p94set] {
    margin-top: 8px;
    font-size: 0.75rem;
    max-height: 200px;
    overflow-y: auto;
    background: #2d3748;
    color: #edf2f7;
    padding: 10px;
    border-radius: 4px;
}

.error-footer[b-l0w5p94set] {
    padding: 16px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    text-align: left;
}

.btn-reload[b-l0w5p94set] {
    background: #2f5b70;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.btn-reload:hover[b-l0w5p94set] {
    background: #1f3f52;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.public-shell[b-9wwjzb74ul] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.public-main[b-9wwjzb74ul] {
    flex: 1;
}

.public-content[b-9wwjzb74ul] {
    padding: 16px 12px 48px;
}

@media (min-width: 901px) {
    .public-content[b-9wwjzb74ul] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dssqo1oomg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dssqo1oomg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dssqo1oomg] {
    font-size: 1.1rem;
}

.oi[b-dssqo1oomg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dssqo1oomg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dssqo1oomg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dssqo1oomg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dssqo1oomg]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dssqo1oomg]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dssqo1oomg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dssqo1oomg] {
        display: none;
    }

    .collapse[b-dssqo1oomg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-dssqo1oomg] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/PublicHeader.razor.rz.scp.css */
.public-header[b-a41dlvjtp1] {
    background-color: #2f5b70;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Dark mode support for header */
[data-theme="dark"] .public-header[b-a41dlvjtp1] {
    background-color: #1e3a4f;
    color: #fff;
}

.public-header__container[b-a41dlvjtp1] {
    height: 56px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    width: 100%;
}

.public-header__right[b-a41dlvjtp1] {
    flex: 0 0 auto;
}

.public-header__brand[b-a41dlvjtp1] {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: 0.2px;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.public-header__brand:hover[b-a41dlvjtp1] {
    opacity: 0.85;
}

.public-header__nav[b-a41dlvjtp1] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    min-width: 0;
}

.public-header__search[b-a41dlvjtp1] {
    flex: 1 1 500px;
    max-width: 600px;
}

.public-header__link[b-a41dlvjtp1] {
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-header__link:hover[b-a41dlvjtp1] {
    color: #fff;
    text-decoration: underline;
}

.public-header__left[b-a41dlvjtp1] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.public-header__icon[b-a41dlvjtp1],
.public-header__menu[b-a41dlvjtp1] {
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 6px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.public-header__icon:hover[b-a41dlvjtp1],
.public-header__menu:hover[b-a41dlvjtp1] {
    opacity: 0.8;
}

.public-header__icon[b-a41dlvjtp1]  .oi,
.public-header__menu[b-a41dlvjtp1]  .oi {
    font-size: 1.05rem;
}

.public-header__login[b-a41dlvjtp1] {
    background-color: #2fb26a;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 999px;
    white-space: nowrap;
    transition: filter 0.2s ease;
}

.public-header__login:hover[b-a41dlvjtp1] {
    filter: brightness(1.05);
    color: #fff;
}

/* Mobile search section (Always visible on mobile) */
.public-header__mobile-search[b-a41dlvjtp1] {
    display: none;
    background-color: #2f5b70;
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

[data-theme="dark"] .public-header__mobile-search[b-a41dlvjtp1] {
    background-color: #1e3a4f;
    border-bottom-color: rgba(255,255,255,0.1);
}

.public-header__mobile[b-a41dlvjtp1] {
    display: none;
    padding: 10px 12px 12px;
    border-top: 1px solid rgba(255,255,255,0.18);
    background-color: #2f5b70;
}

[data-theme="dark"] .public-header__mobile[b-a41dlvjtp1] {
    background-color: #1e3a4f;
    border-top-color: rgba(255,255,255,0.1);
}

.public-header__mobile-link[b-a41dlvjtp1] {
    display: block;
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.public-header__mobile-link:last-child[b-a41dlvjtp1] {
    border-bottom: 0;
}

@media (max-width: 900px) {
    .public-header__nav[b-a41dlvjtp1] {
        display: none;
    }

    .public-header__search[b-a41dlvjtp1] {
        display: none;
    }

    .public-header__mobile-search[b-a41dlvjtp1] {
        display: block;
    }

    .public-header__menu[b-a41dlvjtp1] {
        display: inline-flex;
    }
}

@media (min-width: 901px) {
    .public-header__menu[b-a41dlvjtp1] {
        display: none;
    }
}

@media (max-width: 420px) {
    .public-header__login[b-a41dlvjtp1] {
        font-size: 0.85rem;
        padding: 6px 8px;
    }

    .public-header__brand[b-a41dlvjtp1] {
        font-size: 1.45rem;
    }
}
/* /Shared/PublicHero.razor.rz.scp.css */
.hero[b-081xjsvktl] {
    margin: 0;
}

.hero__wrap[b-081xjsvktl] {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

@media (min-width: 900px) {
    .hero__wrap[b-081xjsvktl] {
        padding-bottom: 14px;
    }
}

.hero__slider[b-081xjsvktl] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 480px;
    background-color: transparent;
    z-index: 2;
}

.hero__slide[b-081xjsvktl] {
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    background: transparent;
}

.hero__slide.is-active[b-081xjsvktl] {
    display: flex;
    animation: hero-fade-b-081xjsvktl 420ms ease both;
}

@keyframes hero-fade-b-081xjsvktl {
    from { opacity: 0; transform: translateY(2px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero__slide.is-active.hero__fx-fade[b-081xjsvktl] {
    animation: hero-fx-fade-b-081xjsvktl 520ms ease both;
}

.hero__slide.is-active.hero__fx-slide-up[b-081xjsvktl] {
    animation: hero-fx-slide-up-b-081xjsvktl 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__slide.is-active.hero__fx-slide-right[b-081xjsvktl] {
    animation: hero-fx-slide-right-b-081xjsvktl 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__slide.is-active.hero__fx-zoom[b-081xjsvktl] {
    animation: hero-fx-zoom-b-081xjsvktl 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__slide.is-active.hero__fx-soft-blur[b-081xjsvktl] {
    animation: hero-fx-soft-blur-b-081xjsvktl 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hero-fx-fade-b-081xjsvktl {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes hero-fx-slide-up-b-081xjsvktl {
    from { opacity: 0; transform: translate3d(0, 10px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes hero-fx-slide-right-b-081xjsvktl {
    from { opacity: 0; transform: translate3d(10px, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes hero-fx-zoom-b-081xjsvktl {
    from { opacity: 0; transform: scale(0.985); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes hero-fx-soft-blur-b-081xjsvktl {
    from { opacity: 0; filter: blur(5px); transform: translate3d(0, 6px, 0); }
    to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .hero__slide.is-active[b-081xjsvktl],
    .hero__slide.is-active.hero__fx-fade[b-081xjsvktl],
    .hero__slide.is-active.hero__fx-slide-up[b-081xjsvktl],
    .hero__slide.is-active.hero__fx-slide-right[b-081xjsvktl],
    .hero__slide.is-active.hero__fx-zoom[b-081xjsvktl],
    .hero__slide.is-active.hero__fx-soft-blur[b-081xjsvktl] {
        animation: none !important;
        transform: none !important;
        filter: none !important;
    }
}

.hero__media[b-081xjsvktl] {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: transparent;
}

.hero__imgFg[b-081xjsvktl] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero__caption[b-081xjsvktl] {
    z-index: 2;
    padding: 12px 12px;
    background: #ffffff;
    text-align: center;
}

.hero__typed[b-081xjsvktl] {
    display: grid;
    gap: 6px;
    justify-items: center;
}

.hero__typedTitle[b-081xjsvktl],
.hero__typedSubtitle[b-081xjsvktl] {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
}

.hero__typedTitle[b-081xjsvktl] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3em;
}

.hero__typedSubtitle[b-081xjsvktl] {
    white-space: normal;
}

.hero__typedTitle[b-081xjsvktl] {
    font-weight: 900;
    font-size: 1.15rem;
    color: #0f172a;
    line-height: 1.25;
}

.hero__typedSubtitle[b-081xjsvktl] {
    font-weight: 600;
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.6;
}

.hero__typedTitle.is-typing[b-081xjsvktl]::after,
.hero__typedSubtitle.is-typing[b-081xjsvktl]::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    background: rgba(15, 23, 42, 0.65);
    margin-inline-start: 6px;
    vertical-align: -2px;
    animation: hero-caret-b-081xjsvktl 900ms steps(2, end) infinite;
}

@keyframes hero-caret-b-081xjsvktl {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

.hero__contentCard[b-081xjsvktl] {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 12px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
    max-width: 100%;
    width: min(680px, 100%);
    margin: 0 auto;
}



@media (max-width: 899.98px) {
    .hero__wrap[b-081xjsvktl] {
        padding-bottom: 0;
    }
}

@media (min-width: 900px) {
    .hero__slider[b-081xjsvktl] {
        min-height: 480px;
        border-radius: 0;
    }

    .hero__caption[b-081xjsvktl] {
        padding: 6px 12px;
    }

    .hero__contentCard[b-081xjsvktl] {
        padding: 10px 12px;
        gap: 4px;
    }
}

@media (max-width: 420px) {
    .hero__caption[b-081xjsvktl] {
        padding: 10px 10px;
    }

    .hero__contentCard[b-081xjsvktl] {
        padding: 10px 10px;
        border-radius: 12px;
    }
}

@media (max-width: 899.98px) {
    .hero__slider[b-081xjsvktl] {
        margin: 0 8px;
        border-radius: 16px;
        min-height: unset;
        display: block;
        background-color: transparent;
        overflow: hidden;
    }

    .hero__slide[b-081xjsvktl] {
        position: relative;
        inset: auto;
        display: none;
        flex-direction: column;
        height: auto;
    }

    .hero__media[b-081xjsvktl] {
        flex: none;
        position: relative;
        width: 100%;
        height: 50vw;
        max-height: 480px;
        overflow: hidden;
        background: #e2e8f0;
    }

    .hero__imgFg[b-081xjsvktl] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero__caption[b-081xjsvktl] {
        padding: 10px 10px;
    }

    .hero__contentCard[b-081xjsvktl] {
        padding: 12px 12px;
        border-radius: 14px;
    }

    .hero__cards[b-081xjsvktl] {
        margin-top: 15px !important;
    }

    .hero__wrap[b-081xjsvktl] {
        padding-bottom: 0;
    }
}
