/* ===========================================================
   Dima Shop - Compiled Inline CSS
   Generated: 2026-07-11 18:07:21
   Total Files: 105
   Total Size: 207.09 KB
   =========================================================== */


/* ─── From: admin/ai-generator.php ─── */

/* Source: admin/ai-generator.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-ai-page { max-width: 1000px; }
.ai-stats-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 20px 0; }
.ai-stat-card { background: white; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; display: flex; align-items: center; gap: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.ai-stat-card .stat-icon { font-size: 32px; }
.ai-stat-card .stat-value { font-size: 24px; font-weight: 800; color: #4f46e5; }
.ai-stat-card .stat-label { font-size: 13px; color: #6b7280; }

.ai-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 20px; border-bottom: 2px solid #e5e7eb; padding-bottom: 10px; }
.ai-tab { padding: 10px 18px; background: white; border: 1px solid #e5e7eb; border-radius: 8px 8px 0 0; cursor: pointer; font-weight: 600; transition: all 0.2s; }
.ai-tab:hover { background: #f9fafb; }
.ai-tab.active { background: #4f46e5; color: white; border-color: #4f46e5; }

.ai-tab-panel { display: none; background: white; padding: 30px; border-radius: 12px; border: 1px solid #e5e7eb; }
.ai-tab-panel.active { display: block; }
.ai-tab-panel h2 { margin-top: 0; color: #1f2937; }

.ai-form { margin: 20px 0; }
.ai-form .form-group { margin-bottom: 16px; }
.ai-form label { display: block; font-weight: 600; margin-bottom: 6px; color: #374151; }
.ai-form input[type="text"], .ai-form textarea, .ai-form select { width: 100%; padding: 10px 14px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 14px; }
.ai-form input:focus, .ai-form textarea:focus, .ai-form select:focus { outline: none; border-color: #4f46e5; box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }

.ai-result { margin-top: 24px; background: #f9fafb; border: 2px solid #4f46e5; border-radius: 12px; padding: 20px; }
.ai-result .result-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #e5e7eb; }
.ai-result .result-header h3 { margin: 0; color: #4f46e5; }
.ai-result .result-content { background: white; padding: 16px; border-radius: 8px; line-height: 1.8; white-space: pre-wrap; max-height: 500px; overflow-y: auto; }

.title-suggestions { list-style: none; padding: 0; }
.title-suggestions li { background: white; padding: 12px 16px; margin-bottom: 8px; border-radius: 8px; border-right: 4px solid #4f46e5; cursor: pointer; transition: all 0.2s; }
.title-suggestions li:hover { background: #f3f4f6; transform: translateX(-5px); }

.image-preview { text-align: center; }
.image-preview img { max-width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }

.ai-loading { text-align: center; padding: 40px; }
.ai-loading .spinner { float: none; margin: 0 auto 15px; }



/* ─── From: admin/coupons.php ─── */

/* Source: admin/coupons.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-form-box { background: white; padding: 24px; border-radius: 12px; margin-bottom: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; }
.dima-form-box h2 { margin-top: 0; padding-bottom: 15px; border-bottom: 2px solid #f3f4f6; }



/* ─── From: admin/dashboard.php ─── */

/* Source: admin/dashboard.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-dashboard { max-width: 1400px; }
.dima-license-banner { background: white; border-radius: 12px; padding: 20px; margin: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-right: 4px solid #e5e7eb; }
.dima-license-banner.active { border-color: #10b981; background: linear-gradient(135deg, #f0fdfa 0%, white 100%); }
.dima-license-banner.inactive { border-color: #f59e0b; background: linear-gradient(135deg, #fffbeb 0%, white 100%); }
.banner-content { display: flex; align-items: center; gap: 20px; }
.banner-icon { font-size: 40px; }
.banner-icon .dashicons { width: 40px; height: 40px; font-size: 40px; }
.dima-license-banner.active .banner-icon .dashicons { color: #10b981; }
.dima-license-banner.inactive .banner-icon .dashicons { color: #f59e0b; }
.banner-info { flex: 1; }
.banner-info h3 { margin: 0 0 5px; }
.banner-info p { margin: 0; color: #6b7280; }
.dima-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 20px 0; }
.dima-stat-card { background: white; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-right: 4px solid #667eea; }
.dima-stat-card.products { border-color: #3b82f6; }
.dima-stat-card.orders { border-color: #f59e0b; }
.dima-stat-card.revenue { border-color: #10b981; }
.dima-stat-card.month-revenue { border-color: #8b5cf6; }
.stat-icon { float: right; margin-left: 15px; }
.stat-icon .dashicons { width: 40px; height: 40px; font-size: 40px; color: #667eea; }
.dima-stat-card.products .stat-icon .dashicons { color: #3b82f6; }
.dima-stat-card.orders .stat-icon .dashicons { color: #f59e0b; }
.dima-stat-card.revenue .stat-icon .dashicons { color: #10b981; }
.dima-stat-card.month-revenue .stat-icon .dashicons { color: #8b5cf6; }
.stat-value { font-size: 28px; font-weight: 700; color: #1f2937; }
.stat-label { color: #6b7280; font-size: 13px; }
.stat-footer { margin-top: 10px; padding-top: 10px; border-top: 1px solid #e5e7eb; font-size: 12px; color: #6b7280; }
.dima-dashboard-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; margin-top: 20px; }
.dima-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); overflow: hidden; }
.card-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; display: flex; justify-content: space-between; align-items: center; }
.card-header h2 { margin: 0; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.card-header h2 .dashicons { color: #667eea; }
.card-body { padding: 20px; }
.empty-state { text-align: center; padding: 40px 20px; color: #6b7280; }
.empty-state .dashicons { font-size: 40px; width: 40px; height: 40px; opacity: 0.3; }
.quick-links-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.quick-link { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 15px; background: #f9fafb; border-radius: 10px; text-decoration: none; color: #4b5563; transition: all 0.2s; }
.quick-link:hover { background: linear-gradient(135deg, #667eea, #764ba2); color: white; transform: translateY(-3px); }
.quick-link .dashicons { font-size: 24px; width: 24px; height: 24px; }
@media (max-width: 782px) {
    .dima-dashboard-grid { grid-template-columns: 1fr; }
    .banner-content { flex-direction: column; text-align: center; }
}



/* ─── From: admin/database-tools.php ─── */

/* Source: admin/database-tools.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-db-tools { max-width: 1400px; }
.dima-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 20px 0; }
.stat-card { background: white; padding: 20px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 15px; border-right: 4px solid #667eea; }
.stat-card.warning { border-color: #f59e0b; background: #fffbeb; }
.stat-icon { font-size: 32px; }
.stat-value { font-size: 24px; font-weight: 900; color: #1f2937; }
.stat-label { color: #6b7280; font-size: 12px; margin-top: 3px; }
.dima-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin: 20px 0; overflow: hidden; }
.dima-card.info { background: #eff6ff; border-right: 4px solid #3b82f6; }
.card-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
.card-header h2 { margin: 0; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.card-body { padding: 20px; }
.actions-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.dima-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 8px; border: none; cursor: pointer; font-size: 14px; font-weight: 600; transition: all 0.2s; }
.dima-btn.primary { background: linear-gradient(135deg, #667eea, #764ba2); color: white; }
.dima-btn.success { background: linear-gradient(135deg, #10b981, #059669); color: white; }
.dima-btn.info { background: linear-gradient(135deg, #3b82f6, #2563eb); color: white; }
.dima-btn.warning { background: linear-gradient(135deg, #f59e0b, #d97706); color: white; }
.dima-btn.danger { background: linear-gradient(135deg, #ef4444, #dc2626); color: white; }
.dima-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.dima-table { width: 100%; border-collapse: collapse; }
.dima-table th { background: #f9fafb; padding: 12px; text-align: right; font-weight: 700; color: #374151; border-bottom: 2px solid #e5e7eb; }
.dima-table td { padding: 12px; border-bottom: 1px solid #e5e7eb; }
.dima-table tr.missing { background: #fef2f2; }
.dima-table tr:hover { background: #f9fafb; }
.status-badge { display: inline-block; padding: 4px 10px; border-radius: 12px; font-size: 11px; font-weight: 700; }
.status-badge.success { background: #d1fae5; color: #065f46; }
.status-badge.error { background: #fee2e2; color: #991b1b; }
.help-list { list-style: none; padding: 0; }
.help-list li { padding: 10px 0; border-bottom: 1px solid #dbeafe; line-height: 1.8; }
.help-list li:last-child { border-bottom: none; }
code { background: #f3f4f6; padding: 2px 6px; border-radius: 4px; font-family: monospace; font-size: 12px; }



/* ─── From: admin/export.php ─── */

/* Source: admin/export.php */
/* Extracted: 2026-07-11 18:07:21 */

.export-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; }
.export-card { background: white; padding: 30px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; text-align: center; }
.export-icon { font-size: 48px; margin-bottom: 15px; }
.export-card h2 { margin: 10px 0; color: #1f2937; }
.export-card p { color: #6b7280; margin-bottom: 20px; }
.dima-section { background: white; padding: 24px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; }



/* ─── From: admin/flash-sales.php ─── */

/* Source: admin/flash-sales.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-form-box { background: white; padding: 24px; border-radius: 12px; margin-bottom: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; }
.dima-form-box h2 { margin-top: 0; padding-bottom: 15px; border-bottom: 2px solid #f3f4f6; }



/* ─── From: admin/guide.php ─── */

/* Source: admin/guide.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-guide-page { max-width: 100%; }
.guide-license-banner { background: white; border-radius: 12px; padding: 20px; margin: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-right: 4px solid #e5e7eb; }
.guide-license-banner.active { border-color: #10b981; }
.guide-license-banner.inactive { border-color: #f59e0b; }
.banner-content { display: flex; align-items: center; gap: 20px; }
.banner-icon { font-size: 40px; }
.banner-info { flex: 1; }
.banner-info h3 { margin: 0 0 5px; }
.banner-info p { margin: 0; color: #6b7280; }
.guide-section { background: white; border-radius: 12px; padding: 25px; margin: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.guide-section h2 { margin: 0 0 20px; padding-bottom: 10px; border-bottom: 2px solid #e5e7eb; color: #1f2937; }
.guide-steps { display: flex; flex-direction: column; gap: 20px; }
.step { display: flex; gap: 20px; padding: 20px; background: #f9fafb; border-radius: 10px; border-right: 4px solid #667eea; }
.step-number { width: 40px; height: 40px; background: linear-gradient(135deg, #667eea, #764ba2); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px; flex-shrink: 0; }
.step-content { flex: 1; }
.step-content h3 { margin: 0 0 10px; color: #1f2937; }
.step-content p { margin: 0 0 10px; color: #4b5563; }
.step-content ol, .step-content ul { margin: 10px 0; padding-right: 20px; color: #4b5563; line-height: 2; }
.step-content a { color: #667eea; text-decoration: none; font-weight: 600; }
.shortcodes-grid, .modules-grid, .links-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 15px; margin-top: 15px; }
.shortcode-card { background: #f9fafb; padding: 15px; border-radius: 10px; border-right: 4px solid #667eea; }
.shortcode-card.pro { border-color: #8b5cf6; background: #faf5ff; }
.shortcode-card h3 { margin: 0 0 10px; font-size: 15px; }
.shortcode-card code { display: block; background: #1e293b; color: #e2e8f0; padding: 8px 12px; border-radius: 6px; font-family: monospace; font-size: 12px; margin-bottom: 10px; word-break: break-all; }
.shortcode-card p { margin: 0; color: #6b7280; font-size: 13px; }
.module-card { display: flex; align-items: center; gap: 15px; padding: 15px; background: #f9fafb; border-radius: 10px; border-right: 4px solid #e5e7eb; }
.module-card.active { border-color: #10b981; background: #f0fdfa; }
.module-card.locked { opacity: 0.7; }
.module-icon { font-size: 30px; flex-shrink: 0; }
.module-info { flex: 1; }
.module-info h4 { margin: 0 0 3px; }
.module-info p { margin: 0; font-size: 12px; color: #6b7280; }
.module-info small { color: #9ca3af; font-size: 11px; }
.status-badge { padding: 4px 10px; border-radius: 12px; font-size: 11px; font-weight: 700; }
.status-badge.active { background: #d1fae5; color: #065f46; }
.status-badge.locked { background: #fee2e2; color: #991b1b; }
.link-card { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 20px; background: #f9fafb; border-radius: 10px; text-decoration: none; color: #4b5563; transition: all 0.2s; }
.link-card:hover { background: linear-gradient(135deg, #667eea, #764ba2); color: white; transform: translateY(-3px); }
.link-card .dashicons { font-size: 30px; width: 30px; height: 30px; }



/* ─── From: admin/license-settings.php ─── */

/* Source: admin/license-settings.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-license-page { max-width: 100%; }
.dima-license-status { background: white; border-radius: 12px; padding: 25px; margin: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-right: 4px solid #e5e7eb; }
.dima-license-status.active { border-color: #10b981; }
.dima-license-status.inactive { border-color: #f59e0b; }
.status-header { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.status-info { flex: 1; }
.status-info h2 { margin: 0 0 5px; }
.status-info p { margin: 0; color: #6b7280; }
.status-badge { padding: 8px 16px; border-radius: 20px; font-weight: 900; font-size: 13px; color: white; }
.status-badge.free { background: #6b7280; }
.status-badge.basic { background: #3b82f6; }
.status-badge.pro { background: #8b5cf6; }
.status-badge.business { background: #f59e0b; }
.status-badge.enterprise { background: #eab308; }
.expiry-info { padding-top: 15px; border-top: 1px solid #e5e7eb; }
.expiry-bar { width: 100%; height: 8px; background: #e5e7eb; border-radius: 4px; overflow: hidden; margin-bottom: 10px; }
.expiry-fill { height: 100%; border-radius: 4px; transition: width 0.5s; }
.expiry-text { display: flex; justify-content: space-between; align-items: center; }
.dima-modules-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 15px; }
.dima-module-card { display: flex; align-items: center; gap: 15px; padding: 15px; background: #f9fafb; border-radius: 10px; border-right: 4px solid #e5e7eb; }
.dima-module-card.active { border-color: #10b981; background: #f0fdfa; }
.dima-module-card.locked { opacity: 0.6; }
.module-icon { width: 45px; height: 45px; border-radius: 10px; background: linear-gradient(135deg, #667eea, #764ba2); color: white; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.module-info { flex: 1; min-width: 0; }
.module-info h4 { margin: 0 0 3px; }
.module-info p { margin: 0; font-size: 12px; color: #6b7280; }
.dima-badge { padding: 5px 12px; border-radius: 12px; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }
.dima-badge.active { background: #d1fae5; color: #065f46; }
.dima-badge.locked { background: #fee2e2; color: #991b1b; }
.dima-features-list { list-style: none; padding: 0; margin: 0; }
.dima-features-list li { padding: 8px 0; border-bottom: 1px solid #e5e7eb; display: flex; align-items: center; gap: 10px; }
.dima-features-list li:last-child { border-bottom: none; }



/* ─── From: admin/orders.php ─── */

/* Source: admin/orders.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-order-detail-page { max-width: 100%; margin: 20px auto; padding: 0 20px; }
    .dima-page-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 2px solid #e5e7eb; }
    .dima-page-header h1 { font-size: 24px; color: #1f2937; display: flex; align-items: center; gap: 10px; }
    .page-title-action { background: #00bfa5; color: white; padding: 8px 16px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.2s; }
    .page-title-action:hover { background: #009688; color: white; }
    .dima-detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px; }
    .dima-detail-card { background: white; border-radius: 12px; padding: 25px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; }
    .dima-detail-card.full-width { grid-column: 1 / -1; }
    .dima-detail-card h3 { font-size: 16px; color: #1f2937; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid #f3f4f6; display: flex; align-items: center; gap: 8px; }
    .dima-detail-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f9fafb; font-size: 14px; }
    .dima-detail-row:last-child { border-bottom: none; }
    .dima-detail-row .label { color: #6b7280; font-weight: 500; }
    .dima-detail-row .value { color: #1f2937; font-weight: 600; }
    .dima-detail-row.final { border-top: 2px solid #00bfa5; padding-top: 15px; margin-top: 10px; font-size: 16px; }
    .dima-detail-row.final .value { color: #00bfa5; font-size: 18px; font-weight: 900; }
    .dima-national-code { font-family: 'Courier New', monospace; background: #f0fdfa; padding: 4px 8px; border-radius: 6px; color: #00bfa5; }
    .dima-status-badge { display: inline-flex; padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
    .dima-items-table { width: 100%; border-collapse: collapse; }
    .dima-items-table thead { background: #f9fafb; }
    .dima-items-table th { padding: 12px; text-align: right; font-size: 13px; font-weight: 700; color: #4b5563; border-bottom: 2px solid #e5e7eb; }
    .dima-items-table td { padding: 12px; border-bottom: 1px solid #f3f4f6; font-size: 14px; }
    .dima-product-cell { display: flex; align-items: center; gap: 12px; }
    .dima-product-thumb { width: 50px; height: 50px; border-radius: 8px; object-fit: cover; }
    .dima-product-thumb-placeholder { width: 50px; height: 50px; background: #f3f4f6; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
    .dima-price-cell { font-weight: 700; color: #00bfa5; }
    .dima-action-buttons-container { display: flex; gap: 10px; margin-top: 30px; padding-top: 20px; border-top: 1px solid #e5e7eb; }
    .button { padding: 10px 20px; border-radius: 8px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; }
    .button-primary { background: #00bfa5; color: white; border: none; }
    .button-primary:hover { background: #009688; color: white; }
    .text-green-600 { color: #059669; }
    @media (max-width: 768px) { .dima-detail-grid { grid-template-columns: 1fr; } }

.dima-orders-page { max-width: 100%; margin: 20px auto; padding: 0 20px; }
.dima-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin: 30px 0; }
.dima-stat-card { background: white; border-radius: 16px; padding: 25px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 20px; border: 1px solid #e5e7eb; position: relative; overflow: hidden; }
.dima-stat-card::before { content: ''; position: absolute; top: 0; right: 0; width: 4px; height: 100%; background: linear-gradient(135deg, #00bfa5, #009688); }
.dima-stat-card.warning::before { background: linear-gradient(135deg, #f59e0b, #d97706); }
.dima-stat-card.success::before { background: linear-gradient(135deg, #10b981, #059669); }
.dima-stat-card.info::before { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.dima-stat-icon { width: 60px; height: 60px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; }
.dima-stat-icon.primary { background: rgba(0, 191, 165, 0.1); color: #00bfa5; }
.dima-stat-icon.warning { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.dima-stat-icon.success { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.dima-stat-icon.info { background: rgba(59, 130, 246, 0.1); color: #3b82f6; }
.dima-stat-info { flex: 1; }
.dima-stat-value { font-size: 32px; font-weight: 900; color: #1f2937; line-height: 1; margin-bottom: 6px; }
.dima-stat-label { font-size: 13px; color: #6b7280; font-weight: 500; }
.dima-filters-bar { background: white; border-radius: 16px; padding: 20px 25px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 20px; display: flex; gap: 15px; flex-wrap: wrap; align-items: center; border: 1px solid #e5e7eb; }
.dima-filter-form { display: flex; gap: 15px; flex-wrap: wrap; align-items: flex-end; width: 100%; }
.dima-filter-group { display: flex; flex-direction: column; gap: 6px; }
.dima-filter-group label { font-size: 12px; font-weight: 600; color: #6b7280; }
.dima-filter-group input, .dima-filter-group select { padding: 8px 12px; border: 1px solid #e5e7eb; border-radius: 8px; font-family: inherit; font-size: 13px; min-width: 180px; }
.dima-filter-actions { display: flex; gap: 10px; margin-right: auto; }
.dima-table-wrapper { background: white; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; border: 1px solid #e5e7eb; }
.dima-table { width: 100%; border-collapse: collapse; }
.dima-table thead { background: #f9fafb; }
.dima-table th { padding: 14px 20px; text-align: right; font-size: 13px; font-weight: 700; color: #4b5563; border-bottom: 2px solid #e5e7eb; }
.dima-table td { padding: 16px 20px; border-bottom: 1px solid #f3f4f6; font-size: 14px; color: #374151; vertical-align: middle; }
.dima-table tbody tr:hover { background: #f9fafb; }
.dima-customer-info { display: flex; align-items: center; gap: 12px; }
.dima-customer-avatar { flex-shrink: 0; }
.dima-customer-avatar img { border-radius: 50%; }
.dima-customer-details { flex: 1; min-width: 0; }
.dima-customer-name { font-weight: 600; color: #1f2937; font-size: 14px; margin-bottom: 2px; }
.dima-customer-email { font-size: 12px; color: #6b7280; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dima-national-code { font-family: 'Courier New', monospace; font-size: 13px; font-weight: 600; color: #00bfa5; background: #f0fdfa; padding: 4px 8px; border-radius: 6px; display: inline-block; }
.dima-date { font-size: 13px; color: #6b7280; white-space: nowrap; }
.dima-date .time { font-size: 11px; color: #9ca3af; display: block; margin-top: 2px; }
.dima-price { font-weight: 700; color: #00bfa5; font-size: 15px; white-space: nowrap; }
.dima-status-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.dima-action-buttons { display: flex; gap: 8px; align-items: center; }
.dima-btn { padding: 6px 12px; border-radius: 8px; font-size: 12px; font-weight: 600; cursor: pointer; transition: all 0.2s; border: none; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.dima-btn-primary { background: linear-gradient(135deg, #00bfa5, #009688); color: white; }
.dima-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 191, 165, 0.3); color: white; }
.dima-btn-success { background: #d1fae5; color: #065f46; }
.dima-btn-success:hover { background: #10b981; color: white; }
.dima-btn-icon { width: 32px; height: 32px; padding: 0; justify-content: center; }
.dima-pagination { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; border-top: 1px solid #e5e7eb; background: #f9fafb; }
.dima-pagination-info { font-size: 13px; color: #6b7280; }
.dima-pagination-links { display: flex; gap: 5px; }
.dima-pagination-links a, .dima-pagination-links span { padding: 6px 12px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; }
.dima-pagination-links a { background: white; color: #4b5563; border: 1px solid #e5e7eb; }
.dima-pagination-links a:hover { background: #00bfa5; color: white; border-color: #00bfa5; }
.dima-pagination-links .current { background: #00bfa5; color: white; border: 1px solid #00bfa5; }
.dima-empty-state { text-align: center; padding: 60px 20px; }
.dima-empty-state .icon { font-size: 64px; margin-bottom: 15px; opacity: 0.5; }
.dima-empty-state h3 { font-size: 20px; font-weight: 700; color: #1f2937; margin-bottom: 10px; }
.dima-empty-state p { color: #6b7280; }
.text-center { text-align: center; }
.text-gray-400 { color: #9ca3af; }
.py-8 { padding: 2rem 0; }
@media (max-width: 1024px) { .dima-stats-grid { grid-template-columns: repeat(2, 1fr); } .dima-table-wrapper { overflow-x: auto; } .dima-table { min-width: 900px; } }
@media (max-width: 768px) { .dima-stats-grid { grid-template-columns: 1fr; } .dima-filters-bar { flex-direction: column; align-items: stretch; } .dima-filter-group input, .dima-filter-group select { min-width: 100%; } .dima-filter-actions { margin-right: 0; } .dima-pagination { flex-direction: column; gap: 15px; } }



/* ─── From: admin/print-invoice.php ─── */

/* Source: admin/print-invoice.php */
/* Extracted: 2026-07-11 18:07:21 */

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .invoice-container {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            padding: 40px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .invoice-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 20px;
            border-bottom: 3px solid #00bfa5;
            margin-bottom: 30px;
        }
        
        .invoice-logo {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .logo-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #00bfa5, #009688);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 28px;
            font-weight: 900;
        }
        
        .logo-text h1 {
            font-size: 24px;
            color: #00bfa5;
            margin-bottom: 5px;
        }
        
        .logo-text p {
            font-size: 12px;
            color: #6b7280;
        }
        
        .invoice-title {
            text-align: left;
        }
        
        .invoice-title h2 {
            font-size: 28px;
            color: #1f2937;
            margin-bottom: 5px;
        }
        
        .invoice-title p {
            font-size: 14px;
            color: #6b7280;
        }
        
        .invoice-info {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 30px;
        }
        
        .info-box {
            background: #f9fafb;
            padding: 20px;
            border-radius: 12px;
            border-right: 4px solid #00bfa5;
        }
        
        .info-box h3 {
            font-size: 16px;
            color: #1f2937;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e5e7eb;
        }
        
        .info-row {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            font-size: 14px;
        }
        
        .info-row .label {
            color: #6b7280;
        }
        
        .info-row .value {
            font-weight: 600;
            color: #1f2937;
        }
        
        .items-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
        }
        
        .items-table thead {
            background: #00bfa5;
            color: white;
        }
        
        .items-table th {
            padding: 12px;
            text-align: right;
            font-size: 14px;
        }
        
        .items-table td {
            padding: 12px;
            border-bottom: 1px solid #e5e7eb;
            font-size: 14px;
        }
        
        .items-table tbody tr:hover {
            background: #f9fafb;
        }
        
        .total-section {
            background: #f9fafb;
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 30px;
        }
        
        .total-row {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            font-size: 15px;
        }
        
        .total-row.final {
            border-top: 2px solid #00bfa5;
            padding-top: 15px;
            margin-top: 10px;
            font-size: 20px;
            font-weight: 900;
            color: #00bfa5;
        }
        
        .invoice-footer {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #e5e7eb;
            color: #6b7280;
            font-size: 12px;
        }
        
        .print-btn {
            position: fixed;
            top: 20px;
            left: 20px;
            background: #00bfa5;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
            transition: all 0.3s;
        }
        
        .print-btn:hover {
            background: #009688;
            transform: translateY(-2px);
        }
        
        @media print {
            body {
                background: white;
                padding: 0;
            }
            
            .invoice-container {
                box-shadow: none;
                padding: 20px;
            }
            
            .print-btn {
                display: none;
            }
        }



/* ─── From: admin/reports.php ─── */

/* Source: admin/reports.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-period-filter { margin: 20px 0; display: flex; gap: 8px; }
.dima-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 30px; }
.dima-stat-card { border-radius: 16px; padding: 24px; color: white; display: flex; align-items: center; gap: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.stat-icon { font-size: 40px; }
.stat-label { font-size: 13px; opacity: 0.9; margin-bottom: 4px; }
.stat-value { font-size: 22px; font-weight: 800; }
.dima-section { background: white; padding: 24px; border-radius: 12px; margin-bottom: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; }
.dima-section h2 { margin-top: 0; padding-bottom: 15px; border-bottom: 2px solid #f3f4f6; }



/* ─── From: admin/rewards.php ─── */

/* Source: admin/rewards.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-form-box { background: white; padding: 24px; border-radius: 12px; margin-bottom: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; }
.dima-form-box h2 { margin-top: 0; padding-bottom: 15px; border-bottom: 2px solid #f3f4f6; }
.dima-reward-summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 24px; }
.reward-box { background: white; padding: 20px; border-radius: 12px; display: flex; align-items: center; gap: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); color: white; }
.reward-icon { font-size: 36px; }
.reward-label { font-size: 12px; opacity: 0.9; }
.reward-value { font-size: 22px; font-weight: 800; }



/* ─── From: admin/security-logs.php ─── */

/* Source: admin/security-logs.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-filter-bar { display: flex; gap: 8px; margin: 20px 0; align-items: center; flex-wrap: wrap; }



/* ─── From: admin/settings.php ─── */

/* Source: admin/settings.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-license-tab { max-width: 800px; }
.license-status-box { display: flex; align-items: center; gap: 20px; padding: 25px; background: white; border-radius: 12px; border-right: 4px solid #e5e7eb; }
.license-status-box.active { border-color: #10b981; background: #f0fdfa; }
.license-status-box.inactive { border-color: #f59e0b; background: #fffbeb; }
.status-icon .dashicons { width: 50px; height: 50px; font-size: 50px; }
.license-status-box.active .status-icon .dashicons { color: #10b981; }
.license-status-box.inactive .status-icon .dashicons { color: #f59e0b; }
.status-info h3 { margin: 0 0 5px; }
.status-info p { margin: 0; color: #6b7280; }
.license-details { margin-top: 20px; }
.license-details h4 { margin-bottom: 10px; }

.dima-settings-page { max-width: 100%; }
.dima-settings-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.dima-settings-card h2 {
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6;
    color: #1f2937;
}
.dima-settings-card h3 {
    margin-top: 25px;
    color: #4b5563;
    font-size: 16px;
}
.ai-info-box, .sms-info-box {
    background: linear-gradient(135deg, #eef2ff, #faf5ff);
    border-right: 4px solid #6366f1;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.ai-info-box a, .sms-info-box a {
    color: #6366f1;
    font-weight: 700;
}
.license-status-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.license-status-box.active {
    background: #d1fae5;
    border: 2px solid #10b981;
}
.license-status-box.inactive {
    background: #fee2e2;
    border: 2px solid #ef4444;
}
.status-icon { font-size: 32px; }
.dima-save-button {
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: center;
    border: 1px solid #e5e7eb;
}
.sms-test-box {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px;
    background: #f9fafb;
    border-radius: 8px;
    flex-wrap: wrap;
}
code {
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 4px;
    color: #e91e63;
    font-size: 12px;
}



/* ─── From: admin/setup-wizard.php ─── */

/* Source: admin/setup-wizard.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-setup-wizard {
    max-width: 900px;
    margin: 0 auto;
}

.setup-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.progress-step.active .step-icon {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
}

.progress-step.completed .step-icon {
    background: #10b981;
    color: white;
}

.step-label {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

.progress-line {
    flex: 1;
    height: 2px;
    background: #e5e7eb;
    max-width: 100px;
    margin: 0 10px;
}

.setup-content {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.setup-card {
    padding: 20px;
}

.setup-card h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
}

.setup-card ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.setup-card li {
    padding: 8px 0;
    font-size: 15px;
}

.demo-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.demo-item {
    background: #f9fafb;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.demo-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 8px;
}

.setup-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.completed {
    text-align: center;
}

.completed-icon {
    font-size: 80px;
    margin-bottom: 20px;
}



/* ─── From: admin/shipping.php ─── */

/* Source: admin/shipping.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-shipping-page {
    max-width: 100%;
    margin: 20px auto;
}

.dima-shipping-page h1 {
    color: #23282d;
    font-size: 28px;
    margin-bottom: 10px;
}

.dima-shipping-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.stat-icon {
    font-size: 40px;
}

.stat-info {
    flex: 1;
}

.stat-value {
    font-size: 28px;
    font-weight: 900;
    color: #00bfa5;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 13px;
    color: #6b7280;
}

.dima-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.dima-card.enabled {
    border-right: 4px solid #10b981;
}

.dima-card.disabled {
    border-right: 4px solid #e5e7eb;
    opacity: 0.7;
}

.dima-card h2 {
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6;
    color: #1f2937;
    font-size: 18px;
}

.dima-card h2 label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.dima-card h2 input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.shipping-features {
    background: #f9fafb;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.shipping-features h4 {
    margin: 0 0 10px;
    color: #374151;
    font-size: 14px;
}

.shipping-features ul {
    margin: 0;
    padding-right: 20px;
}

.shipping-features li {
    margin-bottom: 5px;
    color: #4b5563;
    font-size: 13px;
}

.dima-save-button {
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: center;
    border: 1px solid #e5e7eb;
}

.dima-save-button .button-primary {
    background: #00bfa5;
    border-color: #009688;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: 700;
}

.dima-save-button .button-primary:hover {
    background: #009688;
    border-color: #00796b;
}

#test-result {
    background: #f9fafb;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.test-method {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 8px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.test-method:last-child {
    margin-bottom: 0;
}

.test-method-name {
    font-weight: 600;
    color: #374151;
}

.test-method-price {
    font-weight: 900;
    color: #00bfa5;
    font-size: 16px;
}

.test-method-time {
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 768px) {
    .dima-shipping-stats {
        grid-template-columns: 1fr;
    }
    
    .dima-card {
        padding: 15px;
    }
}



/* ─── From: admin/updates.php ─── */

/* Source: admin/updates.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-updates-page { max-width: 1000px; }
.dima-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin: 20px 0; overflow: hidden; }
.card-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; }
.card-header h2 { margin: 0; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.card-header h2 .dashicons { color: #667eea; }
.card-body { padding: 20px; }
.update-available { border-right: 4px solid #f59e0b; }
.up-to-date { border-right: 4px solid #10b981; }
.changelog { background: #f9fafb; padding: 15px; border-radius: 8px; margin: 15px 0; font-family: monospace; font-size: 13px; line-height: 1.8; }
.version-history { display: flex; flex-direction: column; gap: 10px; }
.version-item { display: flex; align-items: center; gap: 15px; padding: 15px; background: #f9fafb; border-radius: 10px; border-right: 4px solid #e5e7eb; }
.version-item.current { border-color: #10b981; background: #f0fdfa; }
.version-badge { background: #667eea; color: white; padding: 8px 16px; border-radius: 20px; font-weight: 700; font-family: monospace; }
.version-info strong { display: block; margin-bottom: 3px; }
.version-info p { margin: 0; color: #6b7280; font-size: 13px; }



/* ─── From: includes/class-dima-ai.php ─── */

/* Source: includes/class-dima-ai.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-ai-meta-box { padding: 10px 0; }
        .ai-usage-info { margin-bottom: 12px; }
        .usage-bar { height: 6px; background: #e5e7eb; border-radius: 3px; overflow: hidden; margin-bottom: 4px; }
        .usage-fill { height: 100%; background: linear-gradient(90deg, #6366f1, #a855f7); transition: width 0.3s; }
        .ai-actions { display: flex; flex-direction: column; gap: 6px; }
        .ai-btn { text-align: right !important; padding: 8px 12px !important; }
        .ai-btn:hover { background: #f3f4f6 !important; }
        #ai-result-box { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; }
        #ai-result-content { max-height: 300px; overflow-y: auto; }



/* ─── From: includes/class-dima-gallery.php ─── */

/* Source: includes/class-dima-gallery.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-gallery-box { padding: 10px 0; }
        .dima-gallery-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            min-height: 120px;
            padding: 15px;
            background: #f9fafb;
            border: 2px dashed #d1d5db;
            border-radius: 10px;
        }
        .dima-gallery-container:empty::before {
            content: 'هنوز تصویری اضافه نشده. روی "افزودن تصاویر" کلیک کنید.';
            color: #9ca3af;
            font-style: italic;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }
        .gallery-item {
            position: relative;
            width: 120px;
            height: 120px;
            background: white;
            border: 2px solid #e5e7eb;
            border-radius: 8px;
            overflow: hidden;
            cursor: move;
            transition: all 0.2s;
        }
        .gallery-item:hover {
            border-color: #6366f1;
            box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
        }
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .gallery-remove {
            position: absolute;
            top: 4px;
            left: 4px;
            width: 24px;
            height: 24px;
            background: #ef4444;
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 16px;
            line-height: 1;
            opacity: 0;
            transition: opacity 0.2s;
        }
        .gallery-item:hover .gallery-remove { opacity: 1; }
        .gallery-remove:hover { background: #dc2626; }
        .gallery-handle {
            position: absolute;
            bottom: 4px;
            right: 4px;
            background: rgba(0,0,0,0.6);
            color: white;
            padding: 2px 6px;
            border-radius: 4px;
            font-size: 12px;
            cursor: move;
        }
        .gallery-item.dragging {
            opacity: 0.5;
            border-color: #6366f1;
        }



/* ─── From: includes/class-dima-migrator.php ─── */

/* Source: includes/class-dima-migrator.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-migrator-page { max-width: 1100px; }
        .stats-grid, .options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }
        .stat-box, .option-card {
            background: white;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            transition: all 0.2s;
        }
        .option-card {
            cursor: pointer;
            position: relative;
        }
        .option-card:hover {
            border-color: #6366f1;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(99, 102, 241, 0.1);
        }
        .option-card input {
            position: absolute;
            top: 10px;
            left: 10px;
        }
        .option-card input:checked ~ .option-icon {
            color: #6366f1;
        }
        .stat-icon, .option-icon { font-size: 32px; margin-bottom: 8px; }
        .stat-value { font-size: 28px; font-weight: 800; color: #4f46e5; }
        .stat-label, .option-desc { font-size: 13px; color: #6b7280; margin-top: 4px; }
        .option-title { font-weight: 700; font-size: 15px; }
        
        .migrate-actions {
            margin-top: 30px;
            display: flex;
            gap: 15px;
            justify-content: center;
        }
        
        .progress-bar-wrapper {
            height: 24px;
            background: #e5e7eb;
            border-radius: 12px;
            overflow: hidden;
            margin: 20px 0;
        }
        .progress-bar-fill {
            height: 100%;
            background: linear-gradient(90deg, #6366f1, #a855f7);
            transition: width 0.3s;
            border-radius: 12px;
        }
        .progress-text { text-align: center; font-weight: 700; font-size: 18px; }
        
        .migrate-log {
            background: #1f2937;
            color: #10b981;
            padding: 15px;
            border-radius: 8px;
            font-family: monospace;
            font-size: 12px;
            max-height: 300px;
            overflow-y: auto;
            margin-top: 15px;
            direction: ltr;
            text-align: left;
        }
        .migrate-log .error { color: #ef4444; }
        .migrate-log .success { color: #10b981; }
        .migrate-log .info { color: #60a5fa; }



/* ─── From: includes/gateways/class-dima-manual-payment.php ─── */

/* Source: includes/gateways/class-dima-manual-payment.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-manual-payment {
                max-width: 700px;
                margin: 30px auto;
                font-family: 'Vazir', Tahoma, sans-serif;
            }
            
            .payment-info-box {
                background: white;
                border-radius: 16px;
                padding: 30px;
                box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            }
            
            .payment-info-box h3 {
                color: #1f2937;
                font-size: 22px;
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: 2px solid #e5e7eb;
            }
            
            .payment-info-box > p {
                color: #4b5563;
                font-size: 15px;
                margin-bottom: 25px;
                line-height: 1.7;
            }
            
            .bank-info, .order-summary, .important-note, .upload-receipt, .custom-description {
                background: #f9fafb;
                border-radius: 12px;
                padding: 20px;
                margin-bottom: 20px;
                border: 1px solid #e5e7eb;
            }
            
            .bank-info h4, .order-summary h4, .important-note h4, 
            .upload-receipt h4, .custom-description h4 {
                color: #1f2937;
                font-size: 16px;
                margin-bottom: 15px;
                display: flex;
                align-items: center;
                gap: 8px;
            }
            
            .info-table {
                width: 100%;
                border-collapse: collapse;
            }
            
            .info-table tr {
                border-bottom: 1px solid #e5e7eb;
            }
            
            .info-table tr:last-child {
                border-bottom: none;
            }
            
            .info-table td {
                padding: 12px 8px;
                font-size: 14px;
            }
            
            .info-table td:first-child {
                color: #6b7280;
                width: 120px;
            }
            
            .info-table td:last-child {
                color: #1f2937;
                display: flex;
                align-items: center;
                gap: 10px;
                flex-wrap: wrap;
            }
            
            .account-number, .card-number {
                font-family: 'Courier New', monospace;
                font-size: 16px;
                letter-spacing: 1px;
                direction: ltr;
                display: inline-block;
            }
            
            .copy-btn {
                background: #00bfa5;
                color: white;
                border: none;
                padding: 6px 14px;
                border-radius: 8px;
                font-size: 12px;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.2s;
                font-family: inherit;
            }
            
            .copy-btn:hover {
                background: #009688;
                transform: translateY(-1px);
            }
            
            .copy-btn.copied {
                background: #10b981;
            }
            
            .order-summary p {
                margin: 8px 0;
                font-size: 14px;
                color: #4b5563;
            }
            
            .text-primary {
                color: #00bfa5;
                font-size: 18px;
            }
            
            .important-note ul {
                margin: 0;
                padding-right: 20px;
            }
            
            .important-note li {
                margin-bottom: 8px;
                font-size: 13px;
                color: #6b7280;
                line-height: 1.7;
            }
            
            .custom-description p {
                margin: 0;
                font-size: 14px;
                color: #4b5563;
                line-height: 1.7;
            }
            
            .upload-receipt form {
                display: flex;
                gap: 10px;
                align-items: center;
                flex-wrap: wrap;
            }
            
            .upload-receipt input[type="file"] {
                flex: 1;
                min-width: 200px;
                padding: 10px;
                border: 2px dashed #d1d5db;
                border-radius: 8px;
                background: white;
                font-family: inherit;
            }
            
            .btn-upload {
                background: #3b82f6;
                color: white;
                border: none;
                padding: 10px 20px;
                border-radius: 8px;
                font-weight: 600;
                cursor: pointer;
                transition: all 0.2s;
                font-family: inherit;
            }
            
            .btn-upload:hover {
                background: #2563eb;
            }
            
            #upload-result {
                margin-top: 15px;
            }
            
            .upload-success {
                background: #d1fae5;
                color: #065f46;
                padding: 12px;
                border-radius: 8px;
                font-size: 14px;
            }
            
            .upload-error {
                background: #fee2e2;
                color: #991b1b;
                padding: 12px;
                border-radius: 8px;
                font-size: 14px;
            }
            
            .upload-info {
                background: #dbeafe;
                color: #1e40af;
                padding: 12px;
                border-radius: 8px;
                font-size: 14px;
            }



/* ─── From: includes/pro/class-dima-license-pro.php ─── */

/* Source: includes/pro/class-dima-license-pro.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-module-page { max-width: 100%; }
        .dima-pro-badge { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 700; margin-right: 10px; }
        .module-status { display: flex; align-items: center; gap: 15px; padding: 20px; background: #f0fdfa; border-right: 4px solid #10b981; border-radius: 10px; margin: 20px 0; }
        .module-status .dashicons { font-size: 40px; width: 40px; height: 40px; color: #10b981; }
        .module-status strong { display: block; margin-bottom: 3px; }
        .module-status p { margin: 0; color: #6b7280; }
        .module-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin: 20px 0; overflow: hidden; }
        .card-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
        .card-header h2 { margin: 0; font-size: 16px; display: flex; align-items: center; gap: 8px; }
        .card-header h2 .dashicons { color: #667eea; }
        .card-body { padding: 20px; }
        .feature-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 10px; }
        .feature-list li { display: flex; align-items: center; gap: 10px; padding: 10px; background: #f9fafb; border-radius: 8px; }
        .feature-list .dashicons { color: #10b981; width: 20px; height: 20px; font-size: 20px; }
        .shortcode-list { display: flex; flex-direction: column; gap: 10px; }
        .shortcode-item { display: flex; align-items: center; gap: 10px; padding: 10px; background: #f9fafb; border-radius: 8px; }
        .shortcode-item code { flex: 1; background: #1e293b; color: #e2e8f0; padding: 8px 12px; border-radius: 6px; font-family: monospace; }
        .stats-placeholder { text-align: center; padding: 40px; color: #6b7280; }
        .stats-placeholder .dashicons { font-size: 50px; width: 50px; height: 50px; opacity: 0.3; }
        .stats-placeholder small { display: block; margin-top: 10px; font-size: 12px; }
        .module-card.help { background: #eff6ff; border-right: 4px solid #3b82f6; }
        .module-card.help ol { padding-right: 20px; line-height: 2; }
        .module-card.help a { color: #3b82f6; }



/* ─── From: includes/pro/admin/pro-settings.php ─── */

/* Source: includes/pro/admin/pro-settings.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-pro-settings { max-width: 1000px; }
.dima-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin: 20px 0; overflow: hidden; }
.card-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; background: linear-gradient(135deg, #f9fafb, #f3f4f6); }
.card-header h2 { margin: 0; font-size: 16px; }
.card-body { padding: 20px; }



/* ─── From: includes/pro/affiliate/admin/affiliates.php ─── */

/* Source: includes/pro/affiliate/admin/affiliates.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-affiliates-admin { max-width:1600px; margin:20px auto; }
.dima-affiliates-stats { display:grid; grid-template-columns:repeat(3, 1fr); gap:15px; margin:20px 0; }
.stat-box { background:white; padding:20px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); text-align:center; border-right:4px solid #a855f7; }
.stat-box.warning { border-color:#f59e0b; }
.stat-box.success { border-color:#10b981; }
.stat-value { font-size:32px; font-weight:900; color:#1f2937; }
.stat-label { font-size:13px; color:#6b7280; margin-top:5px; }
.dima-filters-bar { margin-bottom:20px; display:flex; gap:8px; flex-wrap:wrap; }



/* ─── From: includes/pro/affiliate/admin/commissions.php ─── */

/* Source: includes/pro/affiliate/admin/commissions.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-affiliate-commissions-admin { max-width:1000px; margin:20px auto; }
.stats-row { display:grid; grid-template-columns:repeat(4, 1fr); gap:15px; margin:20px 0; }
.stat-card { background:white; padding:20px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); text-align:center; border-right:4px solid #a855f7; }
.stat-card.warning { border-color:#f59e0b; }
.stat-card.success { border-color:#10b981; }
.stat-card.info { border-color:#3b82f6; }
.stat-value { font-size:24px; font-weight:900; color:#1f2937; }
.stat-label { font-size:12px; color:#6b7280; margin-top:5px; }
.settings-card { background:white; padding:25px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); margin-bottom:20px; }
.settings-card h2 { margin-top:0; font-size:18px; color:#1f2937; border-bottom:2px solid #f3f4f6; padding-bottom:10px; }
.settings-card .description { color:#6b7280; font-size:13px; margin:10px 0; }
.form-row { display:flex; align-items:center; gap:15px; padding:12px 0; border-bottom:1px solid #f9fafb; }
.form-row label { min-width:180px; font-weight:600; }
.form-row input { flex:1; max-width:150px; padding:8px 12px; border:1px solid #e5e7eb; border-radius:8px; }
.form-row small { color:#6b7280; font-size:12px; flex:2; }
.level-badge { padding:4px 12px; border-radius:12px; font-size:12px; font-weight:bold; color:white; }
.level-badge.bronze { background:linear-gradient(135deg, #f97316, #ea580c); }
.level-badge.silver { background:linear-gradient(135deg, #9ca3af, #6b7280); }
.level-badge.gold { background:linear-gradient(135deg, #fbbf24, #f59e0b); }
.level-badge.platinum { background:linear-gradient(135deg, #a855f7, #7c3aed); }



/* ─── From: includes/pro/affiliate/admin/payments.php ─── */

/* Source: includes/pro/affiliate/admin/payments.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-affiliate-payments-admin { max-width:1400px; margin:20px auto; }
.stats-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; margin:20px 0; }
.stat-card { background:white; padding:25px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); text-align:center; }
.stat-card.warning { border-right:4px solid #f59e0b; }
.stat-card.success { border-right:4px solid #10b981; }
.stat-value { font-size:32px; font-weight:900; color:#1f2937; }
.stat-label { font-size:13px; color:#6b7280; margin-top:5px; }
.filters-bar { margin-bottom:20px; display:flex; gap:8px; flex-wrap:wrap; }



/* ─── From: includes/pro/affiliate/templates/affiliate-dashboard.php ─── */

/* Source: includes/pro/affiliate/templates/affiliate-dashboard.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-aff-dashboard { max-width: 1000px; margin: 0 auto; }
.dashboard-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; flex-wrap: wrap; gap: 15px; }
.affiliate-code { background: #eff6ff; padding: 8px 16px; border-radius: 8px; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 25px; }
.stat-card { background: white; padding: 20px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 15px; }
.stat-icon { width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.stat-value { font-size: 22px; font-weight: 900; color: #1f2937; }
.stat-label { color: #6b7280; font-size: 13px; }
.referral-section, .commissions-section, .withdraw-section { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 20px; }
.referral-link-box { display: flex; gap: 10px; margin: 15px 0; }
.referral-link-box input { flex: 1; padding: 12px; background: #f9fafb; border: 2px solid #e5e7eb; border-radius: 8px; font-family: monospace; }
.hint { color: #6b7280; font-size: 13px; margin: 0; }
.withdraw-section { text-align: center; }
.empty { text-align: center; color: #6b7280; padding: 20px; }



/* ─── From: includes/pro/affiliate/templates/affiliate-register.php ─── */

/* Source: includes/pro/affiliate/templates/affiliate-register.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-aff-register { max-width: 600px; margin: 0 auto; background: white; padding: 30px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.register-header { text-align: center; margin-bottom: 25px; }
.register-header h2 { color: #667eea; margin: 0 0 10px; }
.benefits { display: grid; gap: 15px; margin-bottom: 25px; }
.benefit-item { display: flex; gap: 15px; align-items: center; padding: 15px; background: #f9fafb; border-radius: 10px; }
.benefit-icon { font-size: 30px; }
.benefit-item h4 { margin: 0 0 3px; color: #1f2937; }
.benefit-item p { margin: 0; color: #6b7280; font-size: 13px; }
.checkbox-label { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; cursor: pointer; }



/* ─── From: includes/pro/campaign/templates/campaign-banner.php ─── */

/* Source: includes/pro/campaign/templates/campaign-banner.php */
/* Extracted: 2026-07-11 18:07:21 */

/* Wrapper */
.dima-campaign-wrapper { position: relative; z-index: 999; }

/* Banner */
.campaign-banner { position: relative; margin: 20px 0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); background: white; }
.campaign-banner .banner-link { display: block; text-decoration: none; color: inherit; }
.campaign-banner .banner-image { width: 100%; height: auto; display: block; }
.campaign-banner .banner-content { padding: 30px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-align: center; font-size: 16px; line-height: 1.8; }

/* Popup */
.campaign-popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 9999; display: flex; align-items: center; justify-content: center; animation: fadeIn 0.3s; }
.campaign-popup { background: white; border-radius: 16px; max-width: 500px; width: 90%; position: relative; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.3); animation: slideUp 0.4s; }
.campaign-popup .popup-link { display: block; text-decoration: none; color: inherit; }
.campaign-popup .popup-image { width: 100%; height: auto; display: block; }
.campaign-popup .popup-content { padding: 25px; font-size: 15px; line-height: 1.8; text-align: center; }

/* Notification */
.campaign-notification { position: fixed; bottom: 20px; right: 20px; background: white; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); padding: 15px 20px; display: flex; align-items: center; gap: 15px; max-width: 350px; z-index: 9998; animation: slideInRight 0.4s; }
.campaign-notification .notification-link { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #1f2937; flex: 1; }
.campaign-notification .notification-icon { font-size: 24px; }
.campaign-notification .notification-text { font-size: 14px; line-height: 1.5; }

/* Sidebar */
.campaign-sidebar { margin: 20px 0; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); background: white; }
.campaign-sidebar .sidebar-link { display: block; text-decoration: none; color: inherit; }
.campaign-sidebar .sidebar-image { width: 100%; height: auto; display: block; }
.campaign-sidebar .sidebar-content { padding: 20px; background: #f9fafb; text-align: center; font-size: 14px; line-height: 1.7; }

/* Close Button */
.close-campaign { position: absolute; top: 10px; left: 10px; background: rgba(0,0,0,0.6); color: white; border: none; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 20px; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all 0.2s; z-index: 10; }
.close-campaign:hover { background: rgba(0,0,0,0.8); transform: scale(1.1); }
.campaign-notification .close-campaign { position: static; background: #f3f4f6; color: #6b7280; flex-shrink: 0; }
.campaign-notification .close-campaign:hover { background: #e5e7eb; color: #1f2937; }

/* Animations */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes slideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* Responsive */
@media (max-width: 768px) {
    .campaign-popup { max-width: 90%; }
    .campaign-notification { bottom: 10px; right: 10px; left: 10px; max-width: none; }
}



/* ─── From: includes/pro/campaign/views/admin-page.php ─── */

/* Source: includes/pro/campaign/views/admin-page.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-campaign-admin { max-width: 1400px; }
.dima-pro-badge { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 700; margin-right: 10px; }
.dima-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 20px 0; }
.dima-stat-card { background: white; padding: 20px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 15px; border-right: 4px solid #667eea; }
.stat-icon { font-size: 30px; }
.stat-value { font-size: 24px; font-weight: 900; color: #1f2937; }
.stat-label { color: #6b7280; font-size: 13px; }
.dima-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin: 20px 0; overflow: hidden; }
.card-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; background: #f9fafb; display: flex; justify-content: space-between; align-items: center; }
.card-header h2 { margin: 0; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.card-body { padding: 20px; }
.empty-state { text-align: center; padding: 40px; color: #6b7280; }
.empty-state .dashicons { font-size: 50px; width: 50px; height: 50px; opacity: 0.3; }
.shortcode-list { display: flex; flex-direction: column; gap: 10px; margin: 15px 0; }
.shortcode-item { display: flex; align-items: center; gap: 15px; padding: 10px; background: #f9fafb; border-radius: 8px; }
.shortcode-item code { background: #1e293b; color: #e2e8f0; padding: 6px 12px; border-radius: 6px; font-family: monospace; }



/* ─── From: includes/pro/gift-card/templates/gift-card-create.php ─── */

/* Source: includes/pro/gift-card/templates/gift-card-create.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-gift-create { max-width: 500px; margin: 0 auto; background: white; padding: 30px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.gift-header { text-align: center; margin-bottom: 25px; }
.gift-header h2 { margin: 0 0 10px; color: #10b981; }
.gift-header p { margin: 0; color: #6b7280; }
.gift-form .form-group { margin-bottom: 18px; }
.gift-form label { display: block; margin-bottom: 8px; font-weight: 600; color: #374151; }
.gift-form input, .gift-form textarea { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 10px; font-size: 14px; font-family: inherit; }
.gift-form small { display: block; margin-top: 5px; color: #6b7280; font-size: 12px; }



/* ─── From: includes/pro/import/admin/import.php ─── */

/* Source: includes/pro/import/admin/import.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-import-admin { max-width: 100%; margin: 20px auto; }

/* Tabs */
.import-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 0;
}

.tab-btn {
    padding: 12px 24px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-weight: 600;
    color: #6b7280;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: -2px;
}

.tab-btn:hover { color: #00bfa5; }

.tab-btn.active {
    color: #00bfa5;
    border-bottom-color: #00bfa5;
}

.tab-content { display: none; }
.tab-content.active { display: block; }

/* Cards */
.card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 20px;
    overflow: hidden;
}

.card-header {
    padding: 18px 25px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.card-header h3 {
    margin: 0;
    font-size: 17px;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-body { padding: 25px; }

/* Forms */
.form-group { margin-bottom: 18px; }

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #374151;
}

.form-group input[type="text"],
.form-group input[type="url"],
.form-group input[type="file"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #00bfa5;
    box-shadow: 0 0 0 4px rgba(0,191,165,0.1);
}

.form-group small {
    display: block;
    color: #6b7280;
    font-size: 12px;
    margin-top: 5px;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }

/* Buttons */
.btn {
    padding: 10px 18px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-size: 14px;
}

.btn-primary {
    background: linear-gradient(135deg, #00bfa5, #009688);
    color: white;
}

.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,191,165,0.3); }

.btn-secondary { background: #f3f4f6; color: #4b5563; }
.btn-secondary:hover { background: #e5e7eb; }
.btn-danger { background: #ef4444; color: white; }

.form-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

/* Supported Sites */
.supported-sites { margin: 20px 0; }
.supported-sites h4 { margin-bottom: 10px; color: #374151; }

.sites-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }

.site-badge {
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.site-badge.digikala { background: #fee2e2; color: #991b1b; }
.site-badge.basalam { background: #fef3c7; color: #92400e; }
.site-badge.torob { background: #dbeafe; color: #1e40af; }
.site-badge.generic { background: #f3f4f6; color: #4b5563; }

/* Sample CSV */
.sample-csv {
    background: #f9fafb;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
}

.sample-csv h4 { margin-bottom: 10px; color: #374151; }

.sample-csv pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 12px;
    font-family: 'Courier New', monospace;
}

/* Tables */
.data-table { width: 100%; border-collapse: collapse; margin: 15px 0; }
.data-table th { background: #f9fafb; padding: 10px; text-align: right; font-weight: 700; font-size: 13px; border-bottom: 2px solid #e5e7eb; }
.data-table td { padding: 10px; border-bottom: 1px solid #f3f4f6; font-size: 13px; }
.data-table code { background: #f3f4f6; padding: 2px 6px; border-radius: 4px; font-family: monospace; }

/* Notices */
.notice { padding: 14px 18px; border-radius: 10px; margin-bottom: 20px; font-size: 14px; }
.notice-warning { background: #fef3c7; color: #92400e; border-right: 4px solid #f59e0b; }
.notice-error { background: #fee2e2; color: #991b1b; border-right: 4px solid #ef4444; }

/* Modal */
.modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.modal-content {
    background: white;
    border-radius: 16px;
    padding: 30px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-content.large { max-width: 900px; }

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f4f6;
}

.modal-header h3 { margin: 0; font-size: 18px; color: #1f2937; }

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #6b7280;
    padding: 5px 10px;
    border-radius: 6px;
}

.close-btn:hover { background: #f3f4f6; }

/* Progress Bar */
.progress-bar {
    width: 100%;
    height: 24px;
    background: #f3f4f6;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #00bfa5, #009688);
    transition: width 0.3s;
    border-radius: 12px;
}

.progress-text {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #00bfa5;
    margin-bottom: 10px;
}

.progress-message {
    text-align: center;
    color: #6b7280;
    margin-bottom: 20px;
}

/* Preview Table */
.preview-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.preview-table th { background: #f9fafb; padding: 8px; text-align: right; font-weight: 700; border-bottom: 2px solid #e5e7eb; }
.preview-table td { padding: 8px; border-bottom: 1px solid #f3f4f6; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }



/* ─── From: includes/pro/installment/class-dima-installment.php ─── */

/* Source: includes/pro/installment/class-dima-installment.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-installment-admin { max-width: 100%; }
        .dima-pro-badge { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 700; margin-right: 10px; }
        .api-status { display: flex; align-items: center; gap: 10px; padding: 15px 20px; border-radius: 10px; margin: 20px 0; }
        .api-status.configured { background: #f0fdfa; border-right: 4px solid #10b981; color: #065f46; }
        .api-status.not-configured { background: #fffbeb; border-right: 4px solid #f59e0b; color: #92400e; }
        .api-status .dashicons { font-size: 24px; width: 24px; height: 24px; }
        .api-status p { margin: 5px 0 0; font-size: 13px; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 20px 0; }
        .stat-card { background: white; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 15px; border-right: 4px solid #8b5cf6; }
        .stat-icon { font-size: 40px; }
        .stat-value { font-size: 24px; font-weight: 700; }
        .stat-label { color: #6b7280; font-size: 13px; }
        .dima-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin: 20px 0; overflow: hidden; }
        .card-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
        .card-header h2 { margin: 0; font-size: 16px; display: flex; align-items: center; gap: 8px; }
        .card-body { padding: 20px; }
        .feature-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 10px; }
        .feature-list li { display: flex; align-items: center; gap: 10px; padding: 10px; background: #f9fafb; border-radius: 8px; }
        .feature-list .dashicons { color: #10b981; width: 20px; height: 20px; font-size: 20px; }
        .shortcode-item { display: flex; align-items: center; gap: 10px; padding: 10px; background: #f9fafb; border-radius: 8px; }
        .shortcode-item code { flex: 1; background: #1e293b; color: #e2e8f0; padding: 8px 12px; border-radius: 6px; font-family: monospace; }

.dima-installment-calculator { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); max-width: 500px; }
        .dima-installment-calculator h3 { margin: 0 0 20px; color: #1f2937; }
        .calc-form .form-group { margin-bottom: 15px; }
        .calc-form label { display: block; margin-bottom: 5px; font-weight: 600; color: #374151; }
        .calc-form input, .calc-form select { width: 100%; padding: 10px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 14px; }
        .calc-result { margin-top: 20px; padding: 15px; background: #f0fdfa; border-radius: 8px; border-right: 4px solid #10b981; }
        .result-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #e5e7eb; }
        .result-item:last-child { border-bottom: none; }
        .result-item strong { color: #10b981; }



/* ─── From: includes/pro/installment/templates/installment-calculator.php ─── */

/* Source: includes/pro/installment/templates/installment-calculator.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-installment-calc { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); max-width: 500px; }
.dima-installment-calc h3 { margin: 0 0 10px; color: #1f2937; }
.dima-installment-calc p { color: #6b7280; margin: 0 0 20px; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; }
.form-group input, .form-group select { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 15px; }
#installment-result { margin-top: 20px; background: #f0fdfa; padding: 20px; border-radius: 10px; border-right: 4px solid #10b981; }
.result-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #d1fae5; }
.result-item:last-child { border-bottom: none; }
.result-item strong { color: #10b981; font-size: 16px; }



/* ─── From: includes/pro/installment/views/admin-page.php ─── */

/* Source: includes/pro/installment/views/admin-page.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-installment-admin { max-width: 1400px; }
.dima-pro-badge { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 700; margin-right: 10px; }
.api-status { display: flex; align-items: center; gap: 15px; padding: 15px 20px; border-radius: 10px; margin: 20px 0; }
.api-status.configured { background: #f0fdfa; border-right: 4px solid #10b981; color: #065f46; }
.api-status.not-configured { background: #fffbeb; border-right: 4px solid #f59e0b; color: #92400e; }
.api-status .dashicons { font-size: 30px; width: 30px; height: 30px; }
.api-status p { margin: 3px 0 0; font-size: 13px; }
.dima-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 20px 0; }
.dima-stat-card { background: white; padding: 20px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 15px; border-right: 4px solid #667eea; }
.dima-stat-card.overdue { border-color: #ef4444; }
.stat-icon { font-size: 30px; }
.stat-value { font-size: 24px; font-weight: 900; color: #1f2937; }
.stat-label { color: #6b7280; font-size: 13px; }
.dima-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin: 20px 0; overflow: hidden; }
.card-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
.card-header h2 { margin: 0; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.card-body { padding: 20px; }
.empty-state { text-align: center; padding: 40px; color: #6b7280; }
.empty-state .dashicons { font-size: 50px; width: 50px; height: 50px; opacity: 0.3; }
.shortcode-item { display: flex; align-items: center; gap: 15px; padding: 10px; background: #f9fafb; border-radius: 8px; margin: 10px 0; }
.shortcode-item code { background: #1e293b; color: #e2e8f0; padding: 6px 12px; border-radius: 6px; font-family: monospace; }



/* ─── From: includes/pro/pre-order/templates/pre-order-product.php ─── */

/* Source: includes/pro/pre-order/templates/pre-order-product.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-pre-order-box { background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%); border: 2px solid #f59e0b; border-radius: 16px; padding: 25px; margin: 20px 0; position: relative; }
.pre-order-badge { position: absolute; top: -12px; right: 20px; background: #f59e0b; color: white; padding: 6px 16px; border-radius: 20px; font-weight: 700; font-size: 13px; }
.pre-order-info { margin: 20px 0; }
.info-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed #fbbf24; }
.info-item:last-child { border-bottom: none; }
.info-item .label { color: #78350f; font-weight: 600; }
.info-item .value { color: #92400e; font-weight: 700; }
.already-ordered { background: #d1fae5; color: #065f46; padding: 15px; border-radius: 10px; text-align: center; font-weight: 600; }



/* ─── From: includes/pro/return/admin/returns.php ─── */

/* Source: includes/pro/return/admin/returns.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-returns-admin { max-width:1600px; margin:20px auto; }
.stats-grid { display:grid; grid-template-columns:repeat(5, 1fr); gap:15px; margin:20px 0; }
.stat-box { background:white; padding:20px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); text-align:center; border-right:4px solid #f97316; }
.stat-box.warning { border-color:#f59e0b; }
.stat-box.info { border-color:#3b82f6; }
.stat-box.success { border-color:#10b981; }
.stat-box.money { border-color:#8b5cf6; }
.stat-value { font-size:28px; font-weight:900; color:#1f2937; }
.stat-label { font-size:12px; color:#6b7280; margin-top:5px; }
.filters-bar { margin-bottom:20px; display:flex; gap:8px; flex-wrap:wrap; }



/* ─── From: includes/pro/return/admin/settings.php ─── */

/* Source: includes/pro/return/admin/settings.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-return-settings-admin { max-width:900px; margin:20px auto; }
.settings-card { background:white; padding:25px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); margin-bottom:20px; }
.settings-card h2 { margin-top:0; font-size:18px; color:#1f2937; border-bottom:2px solid #f3f4f6; padding-bottom:10px; }
.form-row { display:flex; align-items:center; gap:15px; padding:12px 0; border-bottom:1px solid #f9fafb; }
.form-row label { min-width:200px; font-weight:600; }
.form-row input[type="number"], .form-row input[type="text"], .form-row input[type="email"] { max-width:150px; padding:8px 12px; border:1px solid #e5e7eb; border-radius:8px; }
.form-row small { color:#6b7280; font-size:12px; flex:1; }



/* ─── From: includes/pro/return/admin/warranties.php ─── */

/* Source: includes/pro/return/admin/warranties.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-warranties-admin { max-width:100%; margin:20px auto; }
.info-box { background:#eff6ff; border-right:4px solid #3b82f6; padding:15px; border-radius:8px; margin:20px 0; color:#1e40af; }



/* ─── From: includes/pro/return/admin/warranty-activations.php ─── */

/* Source: includes/pro/return/admin/warranty-activations.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-warranty-activations { max-width:1600px; margin:20px auto; }
.stats-row { display:grid; grid-template-columns:repeat(4, 1fr); gap:15px; margin:20px 0; }
.stat-box { background:white; padding:20px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); text-align:center; border-right:4px solid #10b981; }
.stat-box.success { border-color:#10b981; }
.stat-box.warning { border-color:#f59e0b; }
.stat-box.gray { border-color:#6b7280; }
.stat-value { font-size:32px; font-weight:900; color:#1f2937; }
.stat-label { font-size:13px; color:#6b7280; margin-top:5px; }
.filters-bar { background:white; padding:15px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); margin-bottom:20px; }
.filters-form { display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.filters-form select, .filters-form input[type="text"] { padding:8px 12px; border:1px solid #e5e7eb; border-radius:8px; font-family:inherit; }
.filters-form input[type="text"] { min-width:250px; }



/* ─── From: includes/pro/return/admin/warranty-import.php ─── */

/* Source: includes/pro/return/admin/warranty-import.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-warranty-import { max-width: 100%; margin: 20px auto; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 20px 0; }
.stat-box { background: white; padding: 20px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); text-align: center; border-right: 4px solid #10b981; }
.stat-box.success { border-color: #10b981; }
.stat-box.warning { border-color: #f59e0b; }
.stat-value { font-size: 32px; font-weight: 900; color: #1f2937; }
.stat-label { font-size: 13px; color: #6b7280; margin-top: 5px; }
.import-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.guide-card, .import-form-card, .result-card { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.guide-card { grid-column: 1 / -1; }
.guide-card h2, .import-form-card h2, .result-card h2 { margin-top: 0; font-size: 18px; color: #1f2937; border-bottom: 2px solid #f3f4f6; padding-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.guide-section { margin-bottom: 20px; }
.guide-section h3 { font-size: 15px; color: #374151; margin-bottom: 10px; }
.guide-section ul { padding-right: 20px; color: #4b5563; line-height: 1.8; }
.format-example { background: #f9fafb; padding: 12px; border-radius: 8px; margin: 10px 0; border-right: 3px solid #10b981; }
.format-example code { display: block; font-family: monospace; font-size: 13px; color: #1f2937; white-space: pre-line; margin-top: 5px; }
.form-row { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid #f9fafb; }
.form-row label { min-width: 180px; font-weight: 600; }
.form-row small { color: #6b7280; font-size: 12px; }
.file-input, .product-select, .days-input { padding: 8px 12px; border: 1px solid #e5e7eb; border-radius: 8px; font-family: inherit; }
.product-select { min-width: 300px; }
.days-input { width: 100px; }
.result-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 20px 0; }
.result-stat { padding: 20px; border-radius: 12px; text-align: center; }
.result-stat.success { background: #d1fae5; color: #065f46; }
.result-stat.warning { background: #fef3c7; color: #92400e; }
.result-stat.info { background: #dbeafe; color: #1e40af; }
.result-stat .stat-value { font-size: 36px; font-weight: 900; }
.batch-info { background: #f3f4f6; padding: 12px; border-radius: 8px; margin: 15px 0; }
.batch-info code { background: white; padding: 3px 8px; border-radius: 4px; font-family: monospace; }
.errors-list { background: #fef2f2; border-right: 4px solid #ef4444; padding: 15px; border-radius: 8px; margin: 15px 0; }
.errors-list h3 { color: #991b1b; margin-top: 0; }
.errors-list ul { padding-right: 20px; color: #7f1d1d; }
.result-actions { display: flex; gap: 10px; margin-top: 20px; }
@media (max-width: 768px) {
    .import-container { grid-template-columns: 1fr; }
    .form-row { flex-direction: column; align-items: stretch; }
    .form-row label { min-width: auto; }
}



/* ─── From: includes/pro/return/templates/return-request.php ─── */

/* Source: includes/pro/return/templates/return-request.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-return-request { max-width: 600px; margin: 0 auto; background: white; padding: 25px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.dima-return-request h2 { color: #1f2937; margin: 0 0 10px; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 14px; font-family: inherit; }
.empty-state { text-align: center; padding: 40px; color: #6b7280; }



/* ─── From: includes/pro/return/templates/warranty/activate.php ─── */

/* Source: includes/pro/return/templates/warranty/activate.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-warranty-activate { max-width: 600px; margin: 0 auto; padding: 20px; background: white; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.dima-warranty-activate h1 { color: #1f2937; margin: 0 0 10px; }
.dima-warranty-activate > p { color: #6b7280; margin: 0 0 25px; }
.activation-form .form-group { margin-bottom: 15px; }
.activation-form label { display: block; margin-bottom: 8px; font-weight: 600; }
.activation-form select, .activation-form input { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 14px; }
.empty-state { text-align: center; padding: 40px; color: #6b7280; }



/* ─── From: includes/pro/return/templates/warranty/my-warranties.php ─── */

/* Source: includes/pro/return/templates/warranty/my-warranties.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-my-warranties { max-width: 1000px; margin: 0 auto; padding: 20px; }
.dima-my-warranties h1 { color: #1f2937; }
.warranties-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.warranty-card { background: white; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); overflow: hidden; border-right: 4px solid #e5e7eb; }
.warranty-card.active { border-color: #10b981; }
.warranty-card.expired { border-color: #ef4444; opacity: 0.7; }
.warranty-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #f9fafb; border-bottom: 1px solid #e5e7eb; }
.warranty-header h3 { margin: 0; font-size: 16px; color: #1f2937; }
.warranty-status { padding: 4px 10px; border-radius: 12px; font-size: 11px; font-weight: 700; }
.warranty-info { padding: 20px; }
.info-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed #e5e7eb; }
.info-row:last-child { border-bottom: none; }
.info-row span { color: #6b7280; font-size: 13px; }
.info-row strong { color: #1f2937; }
.warranty-progress { height: 6px; background: #e5e7eb; margin: 0 20px 15px; border-radius: 3px; overflow: hidden; }
.progress-bar { height: 100%; border-radius: 3px; transition: width 0.5s; }
.warranty-actions { padding: 15px 20px; background: #f9fafb; border-top: 1px solid #e5e7eb; }
.warranty-actions .button { width: 100%; text-align: center; }
.expired-text { color: #6b7280; font-size: 13px; text-align: center; display: block; }
.empty-state { text-align: center; padding: 60px 20px; background: white; border-radius: 16px; }



/* ─── From: includes/pro/support/admin/settings.php ─── */

/* Source: includes/pro/support/admin/settings.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-support-settings { max-width:900px; margin:20px auto; }
.settings-card { background:white; padding:25px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); margin-bottom:20px; }
.settings-card h2 { margin-top:0; font-size:18px; color:#1f2937; border-bottom:2px solid #f3f4f6; padding-bottom:10px; }
.form-row { display:flex; align-items:center; gap:15px; padding:12px 0; border-bottom:1px solid #f9fafb; }
.form-row label { min-width:200px; font-weight:600; }
.form-row input { padding:8px 12px; border:1px solid #e5e7eb; border-radius:8px; }
.form-row small { color:#6b7280; font-size:12px; }



/* ─── From: includes/pro/support/admin/tickets.php ─── */

/* Source: includes/pro/support/admin/tickets.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-support-admin { max-width:1600px; margin:20px auto; }
.stats-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(180px, 1fr)); gap:15px; margin:20px 0; }
.stat-box { background:white; padding:20px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); text-align:center; border-right:4px solid #3b82f6; }
.stat-box.blue { border-color:#3b82f6; }
.stat-box.yellow { border-color:#f59e0b; }
.stat-box.orange { border-color:#f97316; }
.stat-box.green { border-color:#10b981; }
.stat-box.red { border-color:#ef4444; background:#fef2f2; }
.stat-value { font-size:32px; font-weight:900; color:#1f2937; }
.stat-label { font-size:13px; color:#6b7280; margin-top:5px; }
.filters-bar { background:white; padding:15px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); margin-bottom:20px; }
.filters-form { display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.filters-form select { padding:8px 12px; border:1px solid #e5e7eb; border-radius:8px; }
.urgent-row { background:#fef2f2 !important; }
.ticket-detail-view { background:white; padding:25px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); margin-top:20px; }
.detail-header { display:flex; align-items:center; gap:15px; margin-bottom:20px; padding-bottom:15px; border-bottom:2px solid #f3f4f6; }
.detail-header h2 { margin:0; font-size:18px; flex:1; }
.detail-header code { background:#f3f4f6; padding:3px 10px; border-radius:6px; font-family:monospace; color:#00bfa5; }
.conversations { margin-bottom:30px; }
.conversation-item { background:#f9fafb; border-radius:12px; padding:15px; margin-bottom:15px; border-right:4px solid #e5e7eb; }
.conversation-item.admin-reply { background:#f0fdfa; border-color:#00bfa5; }
.conv-header { display:flex; justify-content:space-between; margin-bottom:10px; }
.conv-date { color:#6b7280; font-size:12px; }
.conv-body { color:#374151; line-height:1.8; }
.conv-attachments { margin-top:10px; padding-top:10px; border-top:1px solid #e5e7eb; }
.attachment-link { display:inline-block; background:white; padding:5px 10px; border-radius:6px; margin-left:5px; color:#00bfa5; text-decoration:none; font-size:13px; }
.admin-reply-form { background:#f0fdfa; border:2px solid #00bfa5; border-radius:12px; padding:20px; }
.admin-reply-form h3 { margin-top:0; color:#00bfa5; }



/* ─── From: includes/pro/support/templates/support-dashboard.php ─── */

/* Source: includes/pro/support/templates/support-dashboard.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-support-dashboard { max-width: 800px; margin: 0 auto; }
.dashboard-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.ticket-view { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.ticket-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.ticket-info { background: #f9fafb; padding: 15px; border-radius: 8px; margin-bottom: 20px; }
.ticket-info h3 { margin: 0 0 10px; }
.ticket-meta { display: flex; gap: 15px; color: #6b7280; font-size: 13px; }
.replies-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.reply-item { padding: 15px; background: #f9fafb; border-radius: 8px; border-right: 4px solid #e5e7eb; }
.reply-item.admin-reply { background: #eff6ff; border-color: #3b82f6; }
.reply-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
.reply-body { white-space: pre-wrap; line-height: 1.8; }
.reply-form { display: flex; flex-direction: column; gap: 10px; }
.reply-form textarea { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-family: inherit; }
.tickets-list { display: flex; flex-direction: column; gap: 10px; }
.ticket-card { display: block; padding: 15px; background: white; border-radius: 10px; text-decoration: none; color: #1f2937; box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: all 0.2s; }
.ticket-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.ticket-title { font-weight: 700; margin-bottom: 8px; }
.empty-state { text-align: center; padding: 40px; background: white; border-radius: 12px; }
.btn { padding: 10px 20px; border-radius: 8px; border: none; cursor: pointer; font-weight: 700; text-decoration: none; display: inline-block; }
.btn-primary { background: linear-gradient(135deg, #667eea, #764ba2); color: white; }
.btn-secondary { background: #f3f4f6; color: #374151; }



/* ─── From: includes/pro/support/templates/ticket-create.php ─── */

/* Source: includes/pro/support/templates/ticket-create.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-ticket-create { max-width: 600px; margin: 0 auto; background: white; padding: 30px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.dima-ticket-create h2 { color: #1f2937; margin: 0 0 10px; }
.dima-ticket-create > p { color: #6b7280; margin: 0 0 25px; }
.ticket-form .form-group { margin-bottom: 18px; }
.ticket-form label { display: block; margin-bottom: 8px; font-weight: 600; color: #374151; }
.ticket-form input, .ticket-form select, .ticket-form textarea { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 10px; font-size: 14px; font-family: inherit; }
.ticket-form input:focus, .ticket-form select:focus, .ticket-form textarea:focus { outline: none; border-color: #667eea; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }



/* ─── From: includes/pro/support/templates/ticket-view.php ─── */

/* Source: includes/pro/support/templates/ticket-view.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-ticket-view { max-width: 800px; margin: 0 auto; background: white; padding: 25px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.ticket-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.status-badge { padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 700; }
.status-badge.open { background: #fef3c7; color: #92400e; }
.status-badge.answered { background: #d1fae5; color: #065f46; }
.status-badge.closed { background: #f3f4f6; color: #6b7280; }
.ticket-meta { display: flex; gap: 15px; color: #6b7280; font-size: 13px; margin: 15px 0; padding: 10px; background: #f9fafb; border-radius: 8px; }
.replies-list { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.reply-item { padding: 15px; border-radius: 8px; border-right: 4px solid #e5e7eb; }
.reply-item.user-reply { background: #f9fafb; }
.reply-item.admin-reply { background: #eff6ff; border-color: #3b82f6; }
.reply-header { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 13px; }
.reply-body { line-height: 1.8; color: #374151; }
.reply-form { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.reply-form textarea { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-family: inherit; }
.form-actions { display: flex; gap: 10px; }
.closed-notice { text-align: center; padding: 20px; background: #f3f4f6; border-radius: 8px; color: #6b7280; }



/* ─── From: includes/pro/vendor/class-dima-vendor.php ─── */

/* Source: includes/pro/vendor/class-dima-vendor.php */
/* Extracted: 2026-07-11 18:07:21 */

.vendors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 15px; }
        .vendor-card { display: flex; gap: 15px; padding: 15px; background: white; border-radius: 12px; text-decoration: none; color: #1f2937; box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: all 0.2s; }
        .vendor-card:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
        .vendor-avatar img { border-radius: 50%; }
        .vendor-info h3 { margin: 0 0 5px; font-size: 16px; }
        .vendor-rating { color: #f59e0b; font-weight: 700; margin-bottom: 5px; }
        .vendor-stats { display: flex; gap: 10px; font-size: 12px; color: #6b7280; }



/* ─── From: includes/pro/vendor/admin/commissions.php ─── */

/* Source: includes/pro/vendor/admin/commissions.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-commissions-admin { max-width:900px; margin:20px auto; }
.stats-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; margin:20px 0; }
.stat-card { background:white; padding:20px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); text-align:center; }
.stat-value { font-size:28px; font-weight:900; color:#00bfa5; }
.stat-label { font-size:13px; color:#6b7280; margin-top:5px; }
.settings-card { background:white; padding:25px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); margin-bottom:20px; }
.settings-card h2 { margin-top:0; font-size:18px; color:#1f2937; border-bottom:2px solid #f3f4f6; padding-bottom:10px; }
.form-row { display:flex; align-items:center; gap:15px; padding:10px 0; border-bottom:1px solid #f9fafb; }
.form-row label { min-width:150px; font-weight:600; }
.form-row input { flex:1; max-width:200px; padding:8px 12px; border:1px solid #e5e7eb; border-radius:8px; }
.form-row small { color:#6b7280; font-size:12px; }
.level-badge { padding:3px 10px; border-radius:12px; font-size:12px; font-weight:bold; color:white; }
.level-badge.bronze { background:linear-gradient(135deg, #f97316, #ea580c); }
.level-badge.silver { background:linear-gradient(135deg, #9ca3af, #6b7280); }
.level-badge.gold { background:linear-gradient(135deg, #fbbf24, #f59e0b); }
.level-badge.platinum { background:linear-gradient(135deg, #a855f7, #7c3aed); }



/* ─── From: includes/pro/vendor/admin/settlements.php ─── */

/* Source: includes/pro/vendor/admin/settlements.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-settlements-admin { max-width:1400px; margin:20px auto; }
.pending-alert { background:linear-gradient(135deg, #00bfa5, #009688); color:white; padding:25px; border-radius:12px; margin:20px 0; display:flex; align-items:center; gap:20px; }
.alert-icon { font-size:48px; }
.alert-title { font-size:14px; opacity:0.9; }
.alert-value { font-size:32px; font-weight:900; }
.filters-bar { margin-bottom:20px; display:flex; gap:8px; }



/* ─── From: includes/pro/vendor/admin/vendors.php ─── */

/* Source: includes/pro/vendor/admin/vendors.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendors-admin { max-width:1400px; margin:20px auto; }
.dima-vendors-stats { display:grid; grid-template-columns:repeat(3, 1fr); gap:15px; margin:20px 0; }
.stat-box { background:white; padding:20px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.06); text-align:center; border-right:4px solid #00bfa5; }
.stat-box.warning { border-color:#f59e0b; }
.stat-box.success { border-color:#10b981; }
.stat-value { font-size:32px; font-weight:900; color:#1f2937; }
.stat-label { font-size:13px; color:#6b7280; margin-top:5px; }
.dima-filters-bar { margin-bottom:20px; display:flex; gap:8px; flex-wrap:wrap; }



/* ─── From: includes/pro/vendor/templates/dashboard.php ─── */

/* Source: includes/pro/vendor/templates/dashboard.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-dashboard { max-width: 100%; margin: 0 auto; padding: 20px; }
.dashboard-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; flex-wrap: wrap; gap: 20px; }
.dashboard-header h1 { margin: 0; color: #1f2937; }
.vendor-info { text-align: left; }
.vendor-info h2 { margin: 0 0 5px; color: #667eea; }
.rating { color: #f59e0b; font-weight: 700; }
.rating span { color: #6b7280; font-weight: 400; font-size: 13px; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 30px; }
.stat-card { background: white; padding: 25px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 15px; border-right: 4px solid #667eea; }
.stat-icon { font-size: 36px; }
.stat-value { font-size: 26px; font-weight: 900; color: #1f2937; }
.stat-label { color: #6b7280; font-size: 13px; }
.quick-actions, .recent-orders { background: white; padding: 25px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 20px; }
.quick-actions h3, .recent-orders h3 { margin: 0 0 20px; color: #1f2937; }
.actions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }
.action-card { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 25px; background: linear-gradient(135deg, #f9fafb, #f3f4f6); border-radius: 12px; text-decoration: none; color: #374151; transition: all 0.2s; }
.action-card:hover { background: linear-gradient(135deg, #667eea, #764ba2); color: white; transform: translateY(-3px); }
.action-icon { font-size: 32px; }
.dima-table { width: 100%; border-collapse: collapse; }
.dima-table th { background: #f9fafb; padding: 12px; text-align: right; font-weight: 700; color: #374151; border-bottom: 2px solid #e5e7eb; }
.dima-table td { padding: 12px; border-bottom: 1px solid #e5e7eb; color: #4b5563; }
.dima-table tr:hover { background: #f9fafb; }
.empty-state { text-align: center; padding: 40px; color: #6b7280; }



/* ─── From: includes/pro/vendor/templates/orders.php ─── */

/* Source: includes/pro/vendor/templates/orders.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-orders { max-width: 1000px; margin: 0 auto; padding: 20px; }
.dima-vendor-orders h1 { color: #1f2937; }
.filter-bar { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.filter-btn { padding: 8px 16px; background: white; border: 2px solid #e5e7eb; border-radius: 8px; text-decoration: none; color: #4b5563; font-weight: 600; transition: all 0.2s; }
.filter-btn:hover { border-color: #667eea; color: #667eea; }
.filter-btn.active { background: linear-gradient(135deg, #667eea, #764ba2); color: white; border-color: transparent; }
.orders-list { display: flex; flex-direction: column; gap: 15px; }
.order-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); overflow: hidden; }
.order-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #f9fafb; border-bottom: 1px solid #e5e7eb; }
.order-id { display: flex; flex-direction: column; gap: 3px; }
.order-id strong { color: #1f2937; }
.order-date { color: #6b7280; font-size: 12px; }
.order-status { padding: 6px 12px; border-radius: 12px; font-size: 12px; font-weight: 700; }
.order-body { padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.product-info h3 { margin: 0 0 10px; color: #1f2937; }
.customer-info { display: flex; flex-direction: column; gap: 5px; color: #6b7280; font-size: 13px; }
.financial-info { display: flex; flex-direction: column; gap: 8px; }
.amount-row { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px dashed #e5e7eb; }
.amount-row.total { border-bottom: none; padding-top: 10px; font-size: 16px; }
.order-footer { padding: 15px 20px; background: #f9fafb; border-top: 1px solid #e5e7eb; }
.commission-status { color: #6b7280; font-size: 13px; }
.empty-state { text-align: center; padding: 40px; background: white; border-radius: 12px; color: #6b7280; }
@media (max-width: 768px) {
    .order-body { grid-template-columns: 1fr; }
}



/* ─── From: includes/pro/vendor/templates/products.php ─── */

/* Source: includes/pro/vendor/templates/products.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-products { max-width: 100%; margin: 0 auto; padding: 20px; }
.dima-vendor-products h1 { color: #1f2937; }
.add-product-form, .products-list { background: white; padding: 25px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 20px; }
.add-product-form h2, .products-list h2 { margin: 0 0 20px; color: #1f2937; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #374151; }
.form-group input, .form-group textarea { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 14px; font-family: inherit; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.product-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; }
.product-image { height: 200px; background: #f9fafb; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.no-image { font-size: 60px; color: #d1d5db; }
.product-info { padding: 15px; }
.product-info h3 { margin: 0 0 10px; font-size: 16px; color: #1f2937; }
.product-price { font-size: 18px; font-weight: 900; color: #10b981; margin-bottom: 10px; }
.product-stock { color: #6b7280; font-size: 13px; margin-bottom: 10px; }
.status-badge { display: inline-block; padding: 4px 10px; border-radius: 12px; font-size: 11px; font-weight: 700; }
.status-badge.active { background: #d1fae5; color: #065f46; }
.status-badge.inactive { background: #fee2e2; color: #991b1b; }
.product-actions { display: flex; gap: 10px; margin-top: 15px; }
.product-actions .button { flex: 1; text-align: center; padding: 8px; font-size: 13px; }
.empty-state { text-align: center; padding: 40px; color: #6b7280; }



/* ─── From: includes/pro/vendor/templates/registration.php ─── */

/* Source: includes/pro/vendor/templates/registration.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-registration { max-width: 900px; margin: 0 auto; padding: 20px; }
.registration-header { text-align: center; margin-bottom: 40px; }
.registration-header h1 { color: #1f2937; margin: 0 0 10px; }
.registration-header p { color: #6b7280; font-size: 16px; margin: 0; }
.benefits { background: white; padding: 30px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 30px; }
.benefits h2 { margin: 0 0 25px; text-align: center; color: #1f2937; }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.benefit-card { text-align: center; padding: 20px; background: #f9fafb; border-radius: 12px; }
.benefit-icon { font-size: 40px; display: block; margin-bottom: 10px; }
.benefit-card h3 { margin: 0 0 8px; color: #1f2937; font-size: 16px; }
.benefit-card p { margin: 0; color: #6b7280; font-size: 13px; line-height: 1.6; }
.registration-form { background: white; padding: 30px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.registration-form h2 { margin: 0 0 25px; color: #1f2937; }
.form-section { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #e5e7eb; }
.form-section:last-of-type { border-bottom: none; }
.form-section h3 { margin: 0 0 15px; color: #374151; font-size: 16px; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #374151; }
.form-group input, .form-group textarea { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 14px; font-family: inherit; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #667eea; }
.checkbox-label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.checkbox-label a { color: #667eea; }
.button-large { padding: 14px 30px; font-size: 16px; width: 100%; }



/* ─── From: includes/pro/vendor/templates/wallet.php ─── */

/* Source: includes/pro/vendor/templates/wallet.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-wallet { max-width: 1000px; margin: 0 auto; padding: 20px; }
.dima-vendor-wallet h1 { color: #1f2937; }
.financial-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 30px; }
.stat-card { background: white; padding: 25px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 15px; }
.stat-card.total { border-right: 4px solid #667eea; }
.stat-card.paid { border-right: 4px solid #10b981; }
.stat-card.pending { border-right: 4px solid #f59e0b; }
.stat-icon { font-size: 36px; }
.stat-value { font-size: 24px; font-weight: 900; color: #1f2937; }
.stat-label { color: #6b7280; font-size: 13px; }
.settlement-form, .settlements-history { background: white; padding: 25px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 20px; }
.settlement-form h2, .settlements-history h2 { margin: 0 0 20px; color: #1f2937; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; }
.form-group input { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 15px; }
.form-group small { display: block; margin-top: 5px; color: #6b7280; font-size: 12px; }
.dima-table { width: 100%; border-collapse: collapse; }
.dima-table th { background: #f9fafb; padding: 12px; text-align: right; font-weight: 700; border-bottom: 2px solid #e5e7eb; }
.dima-table td { padding: 12px; border-bottom: 1px solid #e5e7eb; }
.empty-state { text-align: center; padding: 40px; color: #6b7280; }



/* ─── From: includes/pro/wallet/templates/wallet-charge.php ─── */

/* Source: includes/pro/wallet/templates/wallet-charge.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-wallet-charge { max-width: 500px; margin: 0 auto; background: white; padding: 30px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.dima-wallet-charge h2 { margin: 0 0 20px; color: #1f2937; }
.charge-form .form-group { margin-bottom: 20px; }
.charge-form label { display: block; margin-bottom: 8px; font-weight: 600; }
.charge-form input { width: 100%; padding: 14px; border: 2px solid #e5e7eb; border-radius: 10px; font-size: 16px; }
.charge-form small { display: block; margin-top: 5px; color: #6b7280; font-size: 12px; }
.quick-amounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.quick-amounts button { padding: 12px; background: #f3f4f6; border: 2px solid #e5e7eb; border-radius: 8px; cursor: pointer; font-size: 13px; font-weight: 600; transition: all 0.2s; }
.quick-amounts button:hover { border-color: #667eea; background: #eff6ff; color: #667eea; }



/* ─── From: includes/pro/wallet/templates/wallet-dashboard.php ─── */

/* Source: includes/pro/wallet/templates/wallet-dashboard.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-wallet-dashboard { max-width: 800px; margin: 0 auto; }
.wallet-header { display: flex; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.wallet-balance-card { flex: 1; min-width: 280px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 16px; display: flex; align-items: center; gap: 20px; box-shadow: 0 8px 24px rgba(102,126,234,0.3); }
.balance-icon { font-size: 50px; }
.balance-label { font-size: 14px; opacity: 0.9; margin-bottom: 5px; }
.balance-amount { font-size: 32px; font-weight: 900; }
.balance-amount span { font-size: 16px; font-weight: 400; }
.wallet-actions { display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.btn { padding: 12px 20px; border-radius: 10px; border: none; cursor: pointer; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.btn-primary { background: linear-gradient(135deg, #10b981, #059669); color: white; }
.btn-secondary { background: #f3f4f6; color: #374151; }
.btn-block { width: 100%; justify-content: center; }
.recent-transactions { background: white; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.recent-transactions h3 { margin: 0 0 15px; color: #1f2937; }
.tx-list { display: flex; flex-direction: column; gap: 10px; }
.tx-item { display: flex; align-items: center; gap: 15px; padding: 12px; background: #f9fafb; border-radius: 10px; }
.tx-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tx-info { flex: 1; }
.tx-title { font-weight: 700; color: #1f2937; }
.tx-desc { font-size: 12px; color: #6b7280; margin-top: 2px; }
.tx-date { font-size: 11px; color: #9ca3af; margin-top: 3px; }
.tx-amount { font-weight: 900; font-size: 16px; font-family: monospace; }
.dima-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.modal-content { background: white; border-radius: 16px; max-width: 500px; width: 90%; overflow: hidden; }
.modal-header { padding: 20px; border-bottom: 1px solid #e5e7eb; display: flex; justify-content: space-between; align-items: center; }
.modal-header h3 { margin: 0; }
.close-modal { background: none; border: none; font-size: 28px; cursor: pointer; color: #6b7280; }
.modal-body { padding: 20px; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; }
.form-group input { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 15px; }
.form-group small { display: block; margin-top: 5px; color: #6b7280; font-size: 12px; }
.quick-amounts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 15px; }
.quick-amounts button { padding: 10px; background: #f3f4f6; border: 2px solid #e5e7eb; border-radius: 8px; cursor: pointer; font-size: 13px; }
.quick-amounts button:hover { border-color: #667eea; background: #eff6ff; }



/* ─── From: includes/pro/wallet/templates/wallet-history.php ─── */

/* Source: includes/pro/wallet/templates/wallet-history.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-wallet-history { max-width: 1000px; margin: 0 auto; }
.history-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 15px; }
.history-header h2 { margin: 0; color: #1f2937; }
.current-balance { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 12px 20px; border-radius: 10px; font-size: 14px; }
.current-balance strong { font-size: 18px; }
.transactions-table { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.transactions-table table { width: 100%; border-collapse: collapse; }
.transactions-table th { background: #f9fafb; padding: 12px 15px; text-align: right; font-weight: 700; color: #374151; border-bottom: 2px solid #e5e7eb; }
.transactions-table td { padding: 12px 15px; border-bottom: 1px solid #e5e7eb; color: #4b5563; }
.transactions-table tr:last-child td { border-bottom: none; }
.transactions-table tr:hover { background: #f9fafb; }
.tx-badge { padding: 4px 10px; border-radius: 12px; font-size: 12px; font-weight: 700; }
.tx-amount { font-weight: 900; font-family: monospace; }
.empty-state { text-align: center; padding: 60px 20px; background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.empty-state .dashicons { font-size: 50px; width: 50px; height: 50px; color: #d1d5db; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 20px; }



/* ─── From: includes/pro/wallet/views/admin-page.php ─── */

/* Source: includes/pro/wallet/views/admin-page.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-wallet-admin { max-width: 100%; }
.dima-pro-badge { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 700; margin-right: 10px; }
.wallet-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 20px 0; }
.stat-card { background: white; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); display: flex; align-items: center; gap: 15px; border-right: 4px solid #10b981; }
.stat-icon { font-size: 40px; }
.stat-value { font-size: 24px; font-weight: 700; color: #1f2937; }
.stat-label { color: #6b7280; font-size: 13px; }
.dima-card { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin: 20px 0; overflow: hidden; }
.card-header { padding: 15px 20px; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
.card-header h2 { margin: 0; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.card-body { padding: 20px; }
.empty-state { text-align: center; padding: 40px; color: #6b7280; }



/* ─── From: includes/pro/warranty/class-dima-warranty.php ─── */

/* Source: includes/pro/warranty/class-dima-warranty.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-warranty-meta-box .form-row {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 12px 0;
            border-bottom: 1px solid #f3f4f6;
        }
        .dima-warranty-meta-box .form-row label {
            min-width: 220px;
            font-weight: 600;
        }
        .dima-warranty-meta-box .form-row small {
            color: #6b7280;
            font-size: 12px;
        }
        .dima-warranty-meta-box .section-title {
            margin-top: 20px;
            padding: 10px 0;
            font-weight: 700;
            color: #1f2937;
            border-bottom: 2px solid #00bfa5;
        }
        .dima-warranty-meta-box .info-banner {
            background: #eff6ff;
            border-right: 4px solid #3b82f6;
            padding: 12px 15px;
            border-radius: 8px;
            margin-bottom: 15px;
            color: #1e40af;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .dima-warranty-meta-box .info-banner a {
            margin-right: auto;
            color: #3b82f6;
            font-weight: 600;
        }



/* ─── From: includes/pro/warranty/templates/activate.php ─── */

/* Source: includes/pro/warranty/templates/activate.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-warranty-activate { max-width: 600px; margin: 0 auto; padding: 20px; background: white; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.dima-warranty-activate h1 { color: #1f2937; margin: 0 0 10px; }
.dima-warranty-activate > p { color: #6b7280; margin: 0 0 25px; }
.activation-form .form-group { margin-bottom: 15px; }
.activation-form label { display: block; margin-bottom: 8px; font-weight: 600; }
.activation-form select, .activation-form input { width: 100%; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 14px; }
.empty-state { text-align: center; padding: 40px; color: #6b7280; }



/* ─── From: includes/pro/warranty/templates/my-warranties.php ─── */

/* Source: includes/pro/warranty/templates/my-warranties.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-my-warranties { max-width: 1000px; margin: 0 auto; padding: 20px; }
.dima-my-warranties h1 { color: #1f2937; }
.warranties-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.warranty-card { background: white; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); overflow: hidden; border-right: 4px solid #e5e7eb; }
.warranty-card.active { border-color: #10b981; }
.warranty-card.expired { border-color: #ef4444; opacity: 0.7; }
.warranty-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #f9fafb; border-bottom: 1px solid #e5e7eb; }
.warranty-header h3 { margin: 0; font-size: 16px; color: #1f2937; }
.warranty-status { padding: 4px 10px; border-radius: 12px; font-size: 11px; font-weight: 700; }
.warranty-info { padding: 20px; }
.info-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed #e5e7eb; }
.info-row:last-child { border-bottom: none; }
.info-row span { color: #6b7280; font-size: 13px; }
.info-row strong { color: #1f2937; }
.warranty-progress { height: 6px; background: #e5e7eb; margin: 0 20px 15px; border-radius: 3px; overflow: hidden; }
.progress-bar { height: 100%; border-radius: 3px; transition: width 0.5s; }
.warranty-actions { padding: 15px 20px; background: #f9fafb; border-top: 1px solid #e5e7eb; }
.warranty-actions .button { width: 100%; text-align: center; }
.expired-text { color: #6b7280; font-size: 13px; text-align: center; display: block; }
.empty-state { text-align: center; padding: 60px 20px; background: white; border-radius: 16px; }



/* ─── From: templates/account-wishlist.php ─── */

/* Source: templates/account-wishlist.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-wishlist-page {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.wishlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
}

.wishlist-header h1 {
    font-size: 28px;
    color: #1f2937;
    margin: 0;
}

.wishlist-count {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

.wishlist-empty {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.wishlist-empty .empty-icon {
    font-size: 80px;
    margin-bottom: 20px;
    opacity: 0.6;
}

.wishlist-empty h2 {
    font-size: 24px;
    color: #1f2937;
    margin-bottom: 10px;
}

.wishlist-empty p {
    color: #6b7280;
    margin-bottom: 30px;
}

.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.wishlist-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    position: relative;
    transition: all 0.3s;
}

.wishlist-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.remove-wishlist-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #ef4444;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.2s;
    z-index: 10;
}

.remove-wishlist-btn:hover {
    background: #ef4444;
    color: white;
    transform: scale(1.1);
}

.wishlist-image {
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f9fafb;
}

.wishlist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.wishlist-card:hover .wishlist-image img {
    transform: scale(1.05);
}

.no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

.wishlist-info {
    padding: 15px;
}

.wishlist-title {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.wishlist-title a {
    color: #1f2937;
    text-decoration: none;
}

.wishlist-title a:hover {
    color: #6366f1;
}

.wishlist-price {
    margin-bottom: 12px;
}

.price-value {
    font-size: 18px;
    font-weight: 800;
    color: #6366f1;
}

.price-currency {
    font-size: 12px;
    color: #6b7280;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.btn-small {
    padding: 8px 16px;
    font-size: 13px;
    width: 100%;
}

.btn-disabled {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

.btn-large {
    padding: 14px 28px;
    font-size: 16px;
}



/* ─── From: templates/account.new.php ─── */

/* Source: templates/account.new.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-account-page {
    font-family: 'Vazir', Tahoma, sans-serif;
}



/* ─── From: templates/account.php ─── */

/* Source: templates/account.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-account-page {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.account-header {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    color: white;
}

.user-welcome {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-avatar-large img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid white;
}

.user-info h1 {
    font-size: 28px;
    margin: 0 0 5px 0;
}

.user-email {
    margin: 0;
    opacity: 0.9;
    font-size: 14px;
}

.account-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
}

@media (max-width: 968px) {
    .account-layout {
        grid-template-columns: 1fr;
    }
}

/* Sidebar */
.account-sidebar {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.account-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #4b5563;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s;
}

.nav-item:hover {
    background: #f3f4f6;
    color: #6366f1;
}

.nav-item.active {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
}

.nav-icon {
    font-size: 20px;
}

.nav-text {
    flex: 1;
}

.nav-badge {
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

.nav-item.active .nav-badge {
    background: rgba(255,255,255,0.2);
    color: white;
}

.nav-item.logout {
    color: #ef4444;
    margin-top: 10px;
    border-top: 1px solid #e5e7eb;
    padding-top: 15px;
}

/* Content */
.account-content {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.account-section h2 {
    font-size: 22px;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f4f6;
}

.account-section h3 {
    font-size: 18px;
    margin: 25px 0 15px 0;
}

/* Dashboard Stats */
.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.stat-card {
    background: linear-gradient(135deg, #f9fafb, #f3f4f6);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.stat-icon {
    font-size: 32px;
}

.stat-value {
    font-size: 24px;
    font-weight: 800;
    color: #1f2937;
}

.stat-label {
    font-size: 13px;
    color: #6b7280;
}

/* Orders */
.orders-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.order-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f9fafb;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.order-item.full {
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-id {
    font-weight: 700;
    color: #1f2937;
}

.order-date {
    font-size: 13px;
    color: #6b7280;
}

.order-status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.order-total {
    font-weight: 700;
    color: #6366f1;
}

/* Order Details */
.order-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .order-details-grid {
        grid-template-columns: 1fr;
    }
}

.detail-box {
    background: #f9fafb;
    padding: 20px;
    border-radius: 12px;
}

.detail-box h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-row.final {
    font-size: 16px;
    font-weight: 700;
    color: #6366f1;
}

.order-items-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f9fafb;
    border-radius: 8px;
}

.item-name {
    font-weight: 600;
    flex: 1;
}

.item-qty {
    color: #6b7280;
    margin: 0 15px;
}

.item-price {
    font-weight: 700;
    color: #1f2937;
}

/* Rewards */
.rewards-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.rewards-points, .rewards-value {
    background: linear-gradient(135deg, #eef2ff, #faf5ff);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
}

.points-value, .value-amount {
    font-size: 36px;
    font-weight: 900;
    color: #6366f1;
    margin-bottom: 8px;
}

.points-label, .value-label {
    font-size: 14px;
    color: #6b7280;
}

.redeem-section {
    background: #f9fafb;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.rewards-history {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.history-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f9fafb;
    border-radius: 10px;
}

.history-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.history-type {
    font-weight: 700;
    font-size: 14px;
}

.history-desc {
    font-size: 13px;
    color: #6b7280;
}

.history-points {
    font-weight: 800;
    font-size: 18px;
}

.history-date {
    font-size: 12px;
    color: #6b7280;
}

/* Forms */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #374151;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #6366f1;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* Alerts */
.account-alert {
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.account-alert.success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.account-alert.error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* Empty */
.empty-box {
    text-align: center;
    padding: 50px 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 2px dashed #e5e7eb;
}

.empty-box .empty-icon {
    font-size: 56px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.empty-box p {
    color: #6b7280;
    margin-bottom: 20px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.btn-outline {
    background: white;
    color: #6366f1;
    border: 2px solid #6366f1;
}

.btn-outline:hover {
    background: #6366f1;
    color: white;
}

.btn-small {
    padding: 8px 16px;
    font-size: 13px;
}



/* ─── From: templates/archive-dima_product.php ─── */

/* Source: templates/archive-dima_product.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-archive-wrapper { font-family: 'Vazir', Tahoma, sans-serif; }
.dima-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    color: #4b5563;
    font-weight: 600;
    transition: all 0.2s;
}
.dima-pagination .page-numbers:hover,
.dima-pagination .page-numbers.current {
    background: #00bfa5;
    color: white;
    border-color: #00bfa5;
}
.dima-pagination .page-numbers.prev,
.dima-pagination .page-numbers.next {
    padding: 0 16px;
}



/* ─── From: templates/auth-otp.php ─── */

/* Source: templates/auth-otp.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-otp-auth {
    max-width: 450px;
    margin: 40px auto;
    font-family: 'Vazir', sans-serif;
}

.otp-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.otp-header {
    text-align: center;
    margin-bottom: 30px;
}

.otp-header h2 {
    font-size: 24px;
    font-weight: 900;
    color: #263238;
    margin-bottom: 10px;
}

.otp-subtitle {
    color: #78909c;
    font-size: 14px;
}

.otp-step {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #263238;
    font-size: 14px;
}

.otp-input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
    text-align: center;
    direction: ltr;
}

.otp-input:focus {
    outline: none;
    border-color: #00bfa5;
}

.form-text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #78909c;
}

.otp-btn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}

.btn-primary {
    background: linear-gradient(135deg, #00bfa5, #009688);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 191, 165, 0.3);
}

.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.otp-info {
    text-align: center;
    margin-bottom: 25px;
}

.otp-info p {
    color: #495057;
    font-size: 14px;
    margin-bottom: 15px;
}

.otp-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #78909c;
}

.otp-countdown {
    font-weight: 700;
    color: #00bfa5;
    font-size: 18px;
}

.otp-inputs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
    direction: ltr;
}

.otp-digit {
    width: 60px;
    height: 60px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: inherit;
    transition: border-color 0.3s;
}

.otp-digit:focus {
    outline: none;
    border-color: #00bfa5;
}

.otp-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.otp-link {
    background: none;
    border: none;
    color: #00bfa5;
    font-size: 13px;
    cursor: pointer;
    font-family: inherit;
    padding: 5px;
}

.otp-link:hover {
    text-decoration: underline;
}

.otp-link:disabled {
    color: #adb5bd;
    cursor: not-allowed;
    text-decoration: none;
}

.otp-loading {
    text-align: center;
    padding: 40px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top-color: #00bfa5;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.otp-message {
    padding: 15px;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

.otp-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.otp-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media (max-width: 480px) {
    .otp-container {
        padding: 30px 20px;
    }
    
    .otp-digit {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}



/* ─── From: templates/cart-modal.php ─── */

/* Source: templates/cart-modal.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-cart-modal {
    font-family: 'Vazir', Tahoma, sans-serif;
    direction: rtl;
}

.cart-modal-empty {
    text-align: center;
    padding: 40px 20px;
}

.cart-modal-empty .empty-icon {
    font-size: 64px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.cart-modal-empty h3 {
    font-size: 18px;
    color: #374151;
    margin-bottom: 10px;
}

.cart-modal-empty p {
    color: #6b7280;
    margin-bottom: 20px;
}

.btn-shop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #00bfa5, #009688);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-shop:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 191, 165, 0.3);
    color: white;
}

.cart-modal-items {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.cart-modal-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #f3f4f6;
    align-items: center;
}

.cart-modal-item:last-child {
    border-bottom: none;
}

.item-image {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image {
    width: 100%;
    height: 100%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.item-details {
    flex: 1;
    min-width: 0;
}

.item-title {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-price {
    font-size: 13px;
    color: #00bfa5;
    font-weight: 700;
    margin-bottom: 8px;
}

.item-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-btn {
    width: 28px;
    height: 28px;
    background: #f3f4f6;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.qty-btn:hover {
    background: #00bfa5;
    color: white;
}

.qty-value {
    font-weight: 700;
    font-size: 14px;
    min-width: 20px;
    text-align: center;
}

.item-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.item-total {
    font-weight: 900;
    color: #1f2937;
    font-size: 14px;
}

.remove-item-btn {
    background: #fee2e2;
    color: #ef4444;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.remove-item-btn:hover {
    background: #ef4444;
    color: white;
}

.cart-modal-footer {
    border-top: 2px solid #f3f4f6;
    padding: 15px;
    background: #f9fafb;
}

.cart-modal-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.total-label {
    font-weight: 700;
    color: #374151;
}

.total-value {
    font-size: 18px;
    font-weight: 900;
    color: #00bfa5;
}

.cart-modal-actions {
    display: flex;
    gap: 10px;
}

.btn-view-cart,
.btn-checkout {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s;
}

.btn-view-cart {
    background: white;
    color: #374151;
    border: 2px solid #e5e7eb;
}

.btn-view-cart:hover {
    border-color: #00bfa5;
    color: #00bfa5;
}

.btn-checkout {
    background: linear-gradient(135deg, #00bfa5, #009688);
    color: white;
    border: none;
}

.btn-checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 191, 165, 0.3);
    color: white;
}

@media (max-width: 480px) {
    .cart-modal-item {
        flex-wrap: wrap;
    }
    
    .item-actions {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
}



/* ─── From: templates/cart.php ─── */

/* Source: templates/cart.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-cart-page {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

/* Empty State */
.cart-empty {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.cart-empty-icon {
    font-size: 80px;
    margin-bottom: 20px;
    opacity: 0.6;
}
.cart-empty h2 {
    font-size: 24px;
    color: #1f2937;
    margin-bottom: 10px;
}
.cart-empty p {
    color: #6b7280;
    margin-bottom: 30px;
}

/* Header */
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
}
.cart-header h1 {
    font-size: 28px;
    color: #1f2937;
    margin: 0;
}
.cart-count-badge {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

/* Layout */
.cart-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 30px;
}

@media (max-width: 968px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }
}

/* Cart Items */
.cart-items-section {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* Table Header (Desktop) */
.cart-table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 60px;
    gap: 15px;
    padding: 12px 16px;
    background: #f9fafb;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .cart-table-header { display: none; }
}

/* Cart Item */
.cart-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 60px;
    gap: 15px;
    padding: 20px 16px;
    border-bottom: 1px solid #f3f4f6;
    align-items: center;
    transition: background 0.2s;
}

.cart-item:hover {
    background: #f9fafb;
}

.cart-item:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .cart-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px;
        background: #f9fafb;
        border-radius: 12px;
        margin-bottom: 12px;
        border: 1px solid #e5e7eb;
    }
}

/* Product Column */
.col-product {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-thumb {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-thumb .no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.product-info {
    flex: 1;
    min-width: 0;
}

.product-title {
    display: block;
    font-weight: 700;
    color: #1f2937;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-title:hover {
    color: #6366f1;
}

.product-discount {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.original-price {
    color: #9ca3af;
    text-decoration: line-through;
}

.discount-badge {
    background: #ef4444;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
}

/* Price */
.col-price, .col-total {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price-value, .total-value {
    font-weight: 700;
    color: #1f2937;
    font-size: 15px;
}

.price-currency, .total-currency {
    font-size: 12px;
    color: #6b7280;
}

/* Quantity */
.quantity-control {
    display: flex;
    align-items: center;
    gap: 0;
    background: #f3f4f6;
    border-radius: 10px;
    overflow: hidden;
    width: fit-content;
}

.qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #4b5563;
    transition: all 0.2s;
}

.qty-btn:hover {
    background: #6366f1;
    color: white;
}

.qty-input {
    width: 50px;
    height: 36px;
    border: none;
    background: white;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #1f2937;
}

.qty-input:focus {
    outline: none;
}

/* Remove Button */
.remove-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #fee2e2;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s;
}

.remove-btn:hover {
    background: #ef4444;
    transform: scale(1.1);
}

/* Bottom Actions */
.cart-actions-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

/* Summary Card */
.summary-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: sticky;
    top: 100px;
}

.summary-card h3 {
    font-size: 18px;
    color: #1f2937;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f4f6;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
}

.summary-row:last-of-type {
    border-bottom: none;
}

.summary-value {
    font-weight: 700;
    color: #1f2937;
}

.discount-row {
    color: #10b981;
}

.discount-value {
    color: #10b981;
}

.final-row {
    background: linear-gradient(135deg, #eef2ff, #faf5ff);
    padding: 16px;
    border-radius: 12px;
    margin: 15px 0;
    border-bottom: none;
}

.final-value {
    font-size: 20px;
    color: #6366f1;
}

/* Coupon */
.coupon-section {
    margin: 20px 0;
}

.coupon-section label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #374151;
    margin-bottom: 8px;
}

.coupon-input-group {
    display: flex;
    gap: 8px;
}

.coupon-input-group input {
    flex: 1;
    padding: 10px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
}

.coupon-input-group input:focus {
    outline: none;
    border-color: #6366f1;
}

.coupon-message {
    margin-top: 8px;
    font-size: 13px;
    min-height: 20px;
}

.coupon-message.success {
    color: #10b981;
}

.coupon-message.error {
    color: #ef4444;
}

/* Checkout Button */
.checkout-btn {
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6b7280;
}

.trust-icon {
    font-size: 18px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.btn-outline {
    background: white;
    color: #6366f1;
    border: 2px solid #6366f1;
}

.btn-outline:hover {
    background: #6366f1;
    color: white;
}

.btn-link-delete {
    background: transparent;
    color: #ef4444;
}

.btn-link-delete:hover {
    background: #fee2e2;
}

.btn-block {
    width: 100%;
}

.btn-large {
    padding: 14px 28px;
    font-size: 16px;
}

.btn-small {
    padding: 6px 12px;
    font-size: 12px;
}

/* Loading */
.cart-item.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Animations */
@keyframes fadeOut {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(50px); }
}

.cart-item.removing {
    animation: fadeOut 0.3s ease forwards;
}



/* ─── From: templates/checkout.php ─── */

/* Source: templates/checkout.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-checkout-page { font-family: 'Vazir', Tahoma, sans-serif; }
.gateway-option { display: flex; align-items: center; padding: 15px; border: 2px solid #e5e7eb; border-radius: 12px; cursor: pointer; transition: all 0.2s; margin-bottom: 10px; }
.gateway-option:hover, .gateway-option.selected { border-color: #00bfa5; background: #f0fdfa; }
.gateway-radio { width: 20px; height: 20px; margin-left: 15px; accent-color: #00bfa5; }
.gateway-info { display: flex; align-items: center; gap: 15px; flex: 1; }
.gateway-icon { font-size: 32px; }
.gateway-title { font-weight: 700; color: #1f2937; font-size: 15px; margin-bottom: 3px; }
.gateway-desc { font-size: 13px; color: #6b7280; }
.shipping-option { display: flex; align-items: center; gap: 15px; padding: 15px; border: 2px solid #e5e7eb; border-radius: 12px; margin-bottom: 10px; cursor: pointer; transition: all 0.2s; }
.shipping-option:hover, .shipping-option.selected { border-color: #00bfa5; background: #f0fdfa; }
.shipping-option input[type="radio"] { width: 20px; height: 20px; accent-color: #00bfa5; }
.shipping-option-info { flex: 1; }
.shipping-option-title { font-weight: 700; color: #1f2937; font-size: 15px; margin-bottom: 3px; }
.shipping-option-desc { font-size: 13px; color: #6b7280; }
.shipping-option-price { font-weight: 900; color: #00bfa5; font-size: 16px; white-space: nowrap; }
.shipping-loading { text-align: center; padding: 30px; }
.shipping-loading i { font-size: 32px; color: #00bfa5; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.shipping-error { background: #fee2e2; color: #991b1b; padding: 15px; border-radius: 12px; text-align: center; border-right: 4px solid #ef4444; }
.shipping-empty { text-align: center; padding: 30px; color: #9ca3af; }
.shipping-empty i { font-size: 48px; margin-bottom: 10px; opacity: 0.5; }



/* ─── From: templates/compare.php ─── */

/* Source: templates/compare.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-compare-page {
    max-width: 100%;
    margin: 30px auto;
    padding: 0 20px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.compare-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5e7eb;
}

.compare-title {
    font-size: 28px;
    font-weight: 900;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.compare-count-badge {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

/* Empty State */
.compare-empty {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.empty-icon {
    font-size: 72px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.compare-empty h2 {
    font-size: 22px;
    color: #374151;
    margin-bottom: 10px;
}

.compare-empty p {
    color: #6b7280;
    margin-bottom: 20px;
}

.btn-go-shop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #00bfa5, #009688);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-go-shop:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 191, 165, 0.3);
    color: white;
}

/* Compare Table */
.compare-table-wrapper {
    overflow-x: auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.compare-table th,
.compare-table td {
    padding: 15px;
    border-bottom: 1px solid #f3f4f6;
    text-align: center;
    vertical-align: middle;
}

.feature-label {
    text-align: right !important;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    width: 180px;
    min-width: 180px;
    position: sticky;
    right: 0;
    z-index: 10;
}

.product-col {
    min-width: 200px;
    background: white;
}

.product-col-header {
    text-align: center;
}

.product-image-link {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    border-radius: 12px;
    overflow: hidden;
}

.product-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image {
    width: 100%;
    height: 100%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.product-col-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}

.product-col-title a {
    color: #1f2937;
    text-decoration: none;
}

.product-col-title a:hover {
    color: #00bfa5;
}

.remove-compare-btn {
    background: #fee2e2;
    color: #ef4444;
    border: none;
    padding: 6px 14px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.remove-compare-btn:hover {
    background: #ef4444;
    color: white;
}

/* Values */
.price-value {
    color: #00bfa5;
    font-weight: 900;
    font-size: 16px;
}

.stock-in {
    color: #10b981;
    font-weight: 600;
}

.stock-out {
    color: #ef4444;
    font-weight: 600;
}

code {
    background: #f3f4f6;
    padding: 3px 8px;
    border-radius: 4px;
    color: #e91e63;
    font-size: 12px;
}

/* Rating */
.rating-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.rating-number {
    font-weight: 900;
    font-size: 18px;
    color: #fbbf24;
}

.rating-stars {
    display: flex;
    gap: 3px;
}

.star-filled { color: #fbbf24; }
.star-empty { color: #e5e7eb; }

.no-rating {
    color: #9ca3af;
    font-size: 13px;
}

.description-value {
    text-align: right !important;
    font-size: 13px;
    line-height: 1.6;
    color: #4b5563;
}

.attr-yes {
    color: #10b981;
    font-size: 22px;
}

.attr-no {
    color: #ef4444;
    font-size: 22px;
}

.text-center {
    text-align: center !important;
}

/* Buttons */
.btn-add-cart {
    background: linear-gradient(135deg, #00bfa5, #009688);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: inherit;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-add-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 191, 165, 0.3);
}

.btn-disabled {
    background: #e5e7eb;
    color: #9ca3af;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: inherit;
    font-weight: 700;
    font-size: 13px;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .compare-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .compare-title {
        font-size: 22px;
        justify-content: center;
    }
    
    .product-image-link {
        width: 100px;
        height: 100px;
    }
    
    .feature-label {
        position: static;
        min-width: 120px;
        font-size: 13px;
    }
}



/* ─── From: templates/contact.php ─── */

/* Source: templates/contact.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-contact-page {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.contact-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-header h1 {
    font-size: 36px;
    color: #1f2937;
    margin: 0 0 10px 0;
}

.contact-header p {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
}

.contact-alert {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact-alert.success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.contact-alert.error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.contact-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 30px;
}

@media (max-width: 968px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }
}

.info-card, .social-card, .form-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.info-card h3, .social-card h3, .form-card h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6;
    color: #1f2937;
}

.info-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f3f4f6;
}

.info-item:last-child {
    border-bottom: none;
}

.info-icon {
    font-size: 24px;
    width: 40px;
    text-align: center;
}

.info-content {
    flex: 1;
}

.info-label {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    font-weight: 600;
}

.info-value {
    font-size: 15px;
    color: #1f2937;
    font-weight: 600;
}

.info-value a {
    color: #6366f1;
    text-decoration: none;
}

.info-value a:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f9fafb;
    border-radius: 10px;
    text-decoration: none;
    color: #374151;
    transition: all 0.2s;
}

.social-link:hover {
    background: #6366f1;
    color: white;
    transform: translateX(-5px);
}

.social-icon {
    font-size: 20px;
}

.social-name {
    font-weight: 600;
}

.form-description {
    color: #6b7280;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #374151;
    font-size: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.2s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.btn-large {
    padding: 14px 28px;
    font-size: 16px;
    width: 100%;
}



/* ─── From: templates/flash-sale.php ─── */

/* Source: templates/flash-sale.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-flash-sale-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.flash-sale-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
    flex-wrap: wrap;
    gap: 15px;
}

.flash-sale-header h2 {
    font-size: 28px;
    color: #1f2937;
    margin: 0;
}

.flash-sale-timer {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
}

.timer-label {
    font-size: 14px;
    font-weight: 600;
}

.timer-display {
    display: flex;
    gap: 5px;
    font-family: monospace;
    font-size: 18px;
    font-weight: 700;
}

.timer-unit {
    background: rgba(255,255,255,0.2);
    padding: 4px 8px;
    border-radius: 6px;
    min-width: 32px;
    text-align: center;
}

.flash-sale-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.flash-sale-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 2px solid #fee2e2;
    position: relative;
    transition: all 0.3s;
}

.flash-sale-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.15);
}

.flash-sale-badges {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 10;
}

.badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: white;
}

.discount-badge {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.urgent-badge {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.flash-sale-image {
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f9fafb;
}

.flash-sale-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.flash-sale-card:hover .flash-sale-image img {
    transform: scale(1.05);
}

.no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

.flash-sale-info {
    padding: 15px;
}

.flash-sale-title {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.flash-sale-title a {
    color: #1f2937;
    text-decoration: none;
}

.flash-sale-title a:hover {
    color: #ef4444;
}

.flash-sale-prices {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.original-price {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 14px;
}

.sale-price {
    font-size: 18px;
    font-weight: 800;
    color: #ef4444;
}

.flash-sale-progress {
    margin-bottom: 12px;
}

.progress-bar {
    height: 6px;
    background: #fee2e2;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 5px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ef4444, #f59e0b);
    border-radius: 3px;
    transition: width 0.3s;
}

.progress-text {
    font-size: 12px;
    color: #6b7280;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
}

.btn-small {
    padding: 8px 16px;
    font-size: 13px;
    width: 100%;
}

.no-flash-sales {
    text-align: center;
    padding: 50px 20px;
    color: #6b7280;
    font-size: 16px;
}



/* ─── From: templates/footer-dima.php ─── */

/* Source: templates/footer-dima.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-default-footer {
    background: #1f2937;
    color: #9ca3af;
    padding: 30px 0;
    margin-top: 60px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.dima-footer-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.dima-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.dima-footer-info p {
    margin: 0;
    font-size: 14px;
}

.dima-footer-links {
    display: flex;
    gap: 20px;
}

.dima-footer-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.dima-footer-links a:hover {
    color: #00bfa5;
}

@media (max-width: 768px) {
    .dima-footer-content {
        flex-direction: column;
        text-align: center;
    }
    
    .dima-footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}



/* ─── From: templates/footer.php ─── */

/* Source: templates/footer.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-shop-footer {
    background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
    color: #d1d5db;
    font-family: 'Vazir', Tahoma, sans-serif;
    margin-top: 60px;
}

.footer-main {
    padding: 50px 0 30px;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

@media (max-width: 968px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

.footer-col h4.footer-title {
    color: white;
    font-size: 18px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #6366f1;
    display: inline-block;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.logo-icon {
    font-size: 32px;
}

.logo-text {
    font-size: 24px;
    font-weight: 900;
    color: white;
}

.footer-description {
    color: #9ca3af;
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-contact-mini {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-mini {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
}

.contact-mini:hover {
    color: #6366f1;
}

.contact-icon {
    font-size: 18px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s;
    display: inline-block;
}

.footer-links a:hover {
    color: #6366f1;
    transform: translateX(-5px);
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #d1d5db;
}

.footer-contact-list a {
    color: #d1d5db;
    text-decoration: none;
}

.footer-contact-list a:hover {
    color: #6366f1;
}

.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s;
}

.social-btn:hover {
    background: #6366f1;
    transform: translateY(-3px);
}

.footer-bottom {
    background: rgba(0,0,0,0.3);
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright {
    font-size: 14px;
    color: #9ca3af;
}

.powered-by {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.heart {
    color: #ef4444;
    animation: heartbeat 1.5s ease infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.powered-by a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 600;
}

.footer-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.badge-item {
    background: rgba(255,255,255,0.1);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #d1d5db;
}



/* ─── From: templates/guide.php ─── */

/* Source: templates/guide.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-guide-page .guide-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.dima-guide-page code {
    font-family: 'Courier New', monospace;
    background: rgba(0,0,0,0.05);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
    color:#000;
}

.dima-guide-page pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.faq-toggle.active span:last-child {
    transform: rotate(45deg);
}

.faq-content.active {
    display: block !important;
}



/* ─── From: templates/header-dima.php ─── */

/* Source: templates/header-dima.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-default-header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.dima-header-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.dima-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.dima-header-logo {
    text-decoration: none;
    color: #00bfa5;
    font-size: 24px;
    font-weight: 900;
}

.dima-logo-text {
    color: #00bfa5;
}

.dima-header-nav {
    flex: 1;
    margin: 0 30px;
}

.dima-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    align-items: center;
}

.dima-nav-menu li {
    position: relative;
}

.dima-nav-menu a {
    text-decoration: none;
    color: #374151;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.2s;
}

.dima-nav-menu a:hover {
    color: #00bfa5;
}

.dima-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 200px;
    display: none;
    flex-direction: column;
    gap: 0;
}

.dima-nav-menu li:hover .sub-menu {
    display: flex;
}

.dima-nav-menu .sub-menu a {
    padding: 10px 20px;
    display: block;
}

.dima-mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.dima-mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #374151;
    border-radius: 2px;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    .dima-header-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        margin: 0;
        padding: 20px;
    }
    
    .dima-header-nav.active {
        display: block;
    }
    
    .dima-nav-menu {
        flex-direction: column;
        gap: 15px;
    }
    
    .dima-mobile-menu-toggle {
        display: flex;
    }
    
    .dima-nav-menu .sub-menu {
        position: static;
        box-shadow: none;
        padding-right: 20px;
    }
}



/* ─── From: templates/page-my-account.php ─── */

/* Source: templates/page-my-account.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-account-page { font-family: 'Vazir', Tahoma, sans-serif; min-height: 600px; }



/* ─── From: templates/payment-result.php ─── */

/* Source: templates/payment-result.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-payment-result {
    font-family: 'Vazir', Tahoma, sans-serif;
    background: #f9fafb;
    min-height: 100vh;
}

.copy-btn {
    transition: all 0.2s;
}

.copy-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.copy-btn.copied {
    background: #10b981 !important;
}



/* ─── From: templates/quick-view.php ─── */

/* Source: templates/quick-view.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-quick-view {
    padding: 20px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.quick-view-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .quick-view-layout {
        grid-template-columns: 1fr;
    }
}

.quick-view-image {
    border-radius: 16px;
    overflow: hidden;
    background: #f9fafb;
    aspect-ratio: 1/1;
}

.quick-view-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
}

.quick-view-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quick-view-title {
    font-size: 24px;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
}

.quick-view-excerpt {
    color: #4b5563;
    line-height: 1.6;
    font-size: 14px;
}

.quick-view-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.price-value {
    font-size: 28px;
    font-weight: 900;
    color: #6366f1;
}

.price-currency {
    font-size: 16px;
    color: #6b7280;
}

.stock-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.in-stock {
    background: #d1fae5;
    color: #065f46;
}

.out-of-stock {
    background: #fee2e2;
    color: #991b1b;
}

.quick-view-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.btn-outline {
    background: white;
    color: #6366f1;
    border: 2px solid #6366f1;
}

.btn-outline:hover {
    background: #6366f1;
    color: white;
}

.btn-large {
    padding: 14px 28px;
    font-size: 15px;
    flex: 1;
}

.btn-disabled {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}



/* ─── From: templates/reviews.php ─── */

/* Source: templates/reviews.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-reviews-section {
    max-width: 100%;
    margin: 40px auto;
    font-family: 'Vazir', Tahoma, sans-serif;
    direction: rtl;
}

.reviews-header {
    margin-bottom: 30px;
}

.reviews-title {
    font-size: 24px;
    font-weight: 900;
    color: #1f2937;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-count {
    font-size: 16px;
    color: #6b7280;
    font-weight: 600;
}

/* Summary */
.reviews-summary {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #eef2ff 0%, #faf5ff 100%);
    border-radius: 16px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .reviews-summary {
        grid-template-columns: 1fr;
    }
}

.summary-avg {
    text-align: center;
}

.avg-number {
    font-size: 56px;
    font-weight: 900;
    color: #6366f1;
    line-height: 1;
    margin-bottom: 10px;
}

.avg-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 10px;
    font-size: 20px;
}

.avg-text {
    font-size: 14px;
    color: #6b7280;
}

.summary-bars {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bar-label {
    font-size: 14px;
    font-weight: 600;
    min-width: 40px;
    color: #374151;
}

.bar-track {
    flex: 1;
    height: 10px;
    background: rgba(0,0,0,0.08);
    border-radius: 5px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #6366f1, #a855f7);
    border-radius: 5px;
    transition: width 0.5s ease;
}

.bar-count {
    font-size: 13px;
    color: #6b7280;
    min-width: 30px;
    text-align: left;
}

/* Reviews List */
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.review-item {
    padding: 25px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s;
}

.review-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #6366f1;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.author-name {
    font-weight: 700;
    font-size: 15px;
    color: #1f2937;
}

.verified-badge {
    font-size: 12px;
    color: #10b981;
    display: flex;
    align-items: center;
    gap: 4px;
}

.review-meta {
    text-align: left;
}

.review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 5px;
    font-size: 14px;
}

.review-date {
    font-size: 12px;
    color: #6b7280;
}

.review-title {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #1f2937;
}

.review-content {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* Empty State */
.reviews-empty {
    text-align: center;
    padding: 50px 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 2px dashed #e5e7eb;
    margin-bottom: 30px;
}

.empty-icon {
    font-size: 64px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.reviews-empty h3 {
    margin: 10px 0;
    color: #374151;
    font-size: 20px;
}

.reviews-empty p {
    color: #6b7280;
}

/* Form */
.review-form-section {
    background: white;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
}

.form-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #374151;
    font-size: 14px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.2s;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.form-textarea {
    min-height: 120px;
    resize: vertical;
}

/* Rating Input */
.rating-input {
    display: flex;
    gap: 8px;
    direction: ltr;
}

.rate-star {
    font-size: 32px;
    color: #e5e7eb;
    cursor: pointer;
    transition: all 0.2s;
}

.rate-star:hover,
.rate-star.active {
    color: #fbbf24;
    transform: scale(1.15);
}

.rate-star i {
    transition: all 0.2s;
}

/* Submit Button */
.btn-submit {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Message */
.review-message {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 14px;
}

.review-message.success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.review-message.error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* Responsive */
@media (max-width: 768px) {
    .dima-reviews-section {
        margin: 20px 10px;
    }
    
    .reviews-summary {
        padding: 20px;
    }
    
    .review-item {
        padding: 20px;
    }
    
    .review-form-section {
        padding: 20px;
    }
    
    .rate-star {
        font-size: 28px;
    }
}



/* ─── From: templates/search-results.php ─── */

/* Source: templates/search-results.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-search-results-page { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/shop.php ─── */

/* Source: templates/shop.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-shop-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

.dima-search-section {
    margin-bottom: 30px;
}

.dima-live-search {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.dima-live-search input {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 50px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s;
    background: #f9fafb;
}

.dima-live-search input:focus {
    outline: none;
    border-color: #00bfa5;
    background: white;
    box-shadow: 0 0 0 4px rgba(0, 191, 165, 0.1);
}

#dima-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: 10px;
    display: none;
}

.dima-categories-section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 24px;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #00bfa5;
    display: inline-block;
}

.dima-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.dima-category-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: block;
}

.dima-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.category-image {
    width: 100%;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 28px;
}

.category-name {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #1f2937;
}

.category-count {
    font-size: 13px;
    text-align: center;
    color: #6b7280;
    margin: 0;
}

.dima-products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.dima-sort-options {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dima-sort-options label {
    font-weight: 600;
    color: #4b5563;
    font-size: 14px;
}

.dima-sort-options select {
    padding: 10px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
}

.dima-sort-options select:focus {
    outline: none;
    border-color: #00bfa5;
}

.dima-shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.dima-product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
    position: relative;
    border: 1px solid #e5e7eb;
}

.dima-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.product-image-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f9fafb;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.dima-product-card:hover .product-image img {
    transform: scale(1.08);
}

.product-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #d1d5db;
}

.product-badges {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 10;
}

.badge {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.badge-sale {
    background: #ef4444;
    color: white;
}

.badge-new {
    background: #00bfa5;
    color: white;
}

.out-of-stock-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    z-index: 10;
}

.product-floating-actions {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s;
    z-index: 10;
}

.dima-product-card:hover .product-floating-actions {
    opacity: 1;
    transform: translateX(0);
}

.floating-action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    position: relative;
    color: #4b5563;
}

.floating-action-btn:hover {
    background: #00bfa5;
    color: white;
    transform: scale(1.1);
}

.floating-action-btn.wishlist-btn.active {
    background: #ef4444;
    color: white;
}

.floating-action-btn .tooltip {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background: #1f2937;
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
}

.floating-action-btn:hover .tooltip {
    opacity: 1;
}

.product-info {
    padding: 20px;
}

.product-category-tag {
    display: inline-block;
    background: #f0fdfa;
    color: #00bfa5;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-title a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.2s;
}

.product-title a:hover {
    color: #00bfa5;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.stars {
    display: flex;
    gap: 2px;
}

.star {
    color: #d1d5db;
    font-size: 14px;
}

.star.filled {
    color: #fbbf24;
}

.rating-count {
    font-size: 12px;
    color: #6b7280;
}

.product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.price-current {
    font-size: 20px;
    font-weight: 900;
    color: #00bfa5;
}

.price-original {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}

.currency {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.product-bottom-actions {
    display: flex;
    gap: 8px;
}

.add-to-cart-btn {
    flex: 1;
    background: linear-gradient(135deg, #00bfa5, #009688);
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.add-to-cart-btn:hover:not(.disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 191, 165, 0.4);
}

.add-to-cart-btn.disabled {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

.quick-action-btn {
    width: 42px;
    height: 42px;
    background: #f3f4f6;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
    display: none;
}

.quick-action-btn:hover {
    background: #00bfa5;
    color: white;
}

.dima-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.dima-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    margin: 0 4px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    color: #4b5563;
    font-weight: 600;
    transition: all 0.2s;
}

.dima-pagination .page-numbers:hover,
.dima-pagination .page-numbers.current {
    background: #00bfa5;
    color: white;
    border-color: #00bfa5;
}

/* Quick View Modal */
.dima-quick-view-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.dima-quick-view-overlay.active {
    display: flex;
}

.dima-quick-view-modal {
    background: white;
    border-radius: 20px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: quickViewSlideIn 0.3s ease;
}

@keyframes quickViewSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quick-view-close {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f4f6;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s;
}

.quick-view-close:hover {
    background: #ef4444;
    color: white;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .dima-shop-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .product-floating-actions {
        opacity: 1;
        transform: translateX(0);
    }
    
    .quick-action-btn.compare-mobile-btn {
        display: block;
    }
    
    .product-title {
        font-size: 14px;
        height: 42px;
    }
    
    .price-current {
        font-size: 16px;
    }
    
    .dima-products-header {
        flex-direction: column;
        align-items: stretch;
    }
    
    .dima-sort-options {
        width: 100%;
    }
    
    .dima-sort-options select {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .dima-shop-grid {
        grid-template-columns: 1fr;
    }
    
    .dima-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}



/* ─── From: templates/single-dima_product.php ─── */

/* Source: templates/single-dima_product.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-single-product { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/single-product.other.php ─── */

/* Source: templates/single-product.other.php */
/* Extracted: 2026-07-11 18:07:21 */

/* ===========================================================
   Single Product Styles
   ========================================================== */
.dima-single-product {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: 'Vazir', Tahoma, sans-serif;
}

/* Layout */
.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

@media (max-width: 968px) {
    .product-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Gallery Section */
.product-gallery-section {
    position: sticky;
    top: 100px;
    align-self: start;
}

.main-image-container {
    position: relative;
    background: #f9fafb;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.main-image:hover {
    transform: scale(1.05);
}

.no-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.no-image-placeholder span {
    font-size: 64px;
    margin-bottom: 10px;
}

/* Image Badges */
.image-badges {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.badge-sale {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.badge-out-of-stock {
    background: linear-gradient(135deg, #6b7280, #4b5563);
}

/* Thumbnails */
.thumbnail-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.thumb-item {
    width: 80px;
    height: 80px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: white;
    transition: all 0.2s;
    flex-shrink: 0;
}

.thumb-item:hover,
.thumb-item.active {
    border-color: #6366f1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Info Section */
.product-info-section {
    padding-top: 10px;
}

/* Categories */
.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.category-tag {
    padding: 4px 14px;
    border-radius: 20px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s;
}

.category-tag:hover {
    opacity: 0.85;
}

/* Title */
.product-title {
    font-size: 28px;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

/* SKU */
.product-sku {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px;
}

.product-sku strong {
    color: #374151;
    font-family: monospace;
}

/* Rating */
.product-rating-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.stars-display {
    display: flex;
    gap: 2px;
    color: #fbbf24;
    font-size: 18px;
}

.star.filled { color: #fbbf24; }
.star { color: #e5e7eb; }

.rating-text {
    font-size: 14px;
    color: #4b5563;
}

.review-count {
    color: #6b7280;
}

.view-reviews-link {
    font-size: 13px;
    color: #6366f1;
    text-decoration: underline;
}

/* Price Box */
.product-price-box {
    background: linear-gradient(135deg, #f0f4ff 0%, #ede9fe 100%);
    padding: 20px 24px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #e0e7ff;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
}

.price-row:last-child {
    margin-bottom: 0;
}

.price-label {
    font-size: 14px;
    color: #4b5563;
}

.price-value {
    font-size: 32px;
    font-weight: 900;
    color: #6366f1;
}

.price-currency {
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
}

.original-price {
    font-size: 14px;
    color: #6b7280;
}

.original-price del {
    color: #9ca3af;
}

.discount-percent {
    background: #ef4444;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

/* Stock Status */
.product-stock-status {
    margin-bottom: 20px;
}

.stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.in-stock {
    background: #d1fae5;
    color: #065f46;
}

.out-of-stock {
    background: #fee2e2;
    color: #991b1b;
}

/* Short Description */
.product-short-description {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

/* Attributes */
.product-attributes {
    margin-bottom: 24px;
}

.product-attributes h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #1f2937;
}

.attribute-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.attribute-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f3f4f6;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid #e5e7eb;
    color: #374151;
}

/* Actions */
.product-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.add-to-cart-btn {
    flex: 1;
    min-width: 200px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: white;
    border: none;
    border-radius: 12px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}

.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.35);
}

.add-to-cart-btn.disabled {
    background: #d1d5db;
    cursor: not-allowed;
    box-shadow: none;
}

.add-to-cart-btn.disabled:hover {
    transform: none;
}

.action-btn {
    width: 52px;
    height: 52px;
    border: 2px solid #e5e7eb;
    background: white;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.2s;
}

.wishlist-btn {
    color: #d1d5db;
}

.wishlist-btn:hover,
.wishlist-btn.active {
    border-color: #ef4444;
    color: #ef4444;
    background: #fef2f2;
}

.compare-btn:hover {
    border-color: #6366f1;
    color: #6366f1;
    background: #eef2ff;
}

/* Share */
.product-share {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6b7280;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 16px;
}

.share-btn:hover {
    background: #6366f1;
    color: white;
    transform: translateY(-2px);
}

/* Tabs Section */
.product-tabs-section {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    margin-bottom: 40px;
    overflow: hidden;
}

.tabs-header {
    display: flex;
    border-bottom: 2px solid #e5e7eb;
    background: #f9fafb;
}

.tab-btn {
    flex: 1;
    padding: 16px 20px;
    background: transparent;
    border: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.tab-btn:hover {
    color: #6366f1;
    background: #f3f4f6;
}

.tab-btn.active {
    color: #6366f1;
    background: white;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #6366f1;
}

.tabs-content {
    padding: 30px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-content-inner {
    line-height: 1.8;
    color: #374151;
}

/* Specs Table */
.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table th,
.specs-table td {
    padding: 12px 16px;
    text-align: right;
    border-bottom: 1px solid #f3f4f6;
}

.specs-table th {
    background: #f9fafb;
    font-weight: 600;
    color: #374151;
    width: 40%;
}

.specs-table tr:last-child th,
.specs-table tr:last-child td {
    border-bottom: none;
}

/* Reviews */
.no-reviews {
    text-align: center;
    padding: 50px 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 2px dashed #e5e7eb;
}

.no-reviews-icon {
    font-size: 56px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.no-reviews h3 {
    margin: 10px 0;
    color: #374151;
}

.no-reviews p {
    color: #6b7280;
}

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.review-item {
    padding: 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 10px;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.author-name {
    font-weight: 700;
    color: #1f2937;
    font-size: 14px;
}

.verified-badge {
    font-size: 11px;
    color: #10b981;
    display: flex;
    align-items: center;
    gap: 3px;
}

.review-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.review-stars {
    color: #fbbf24;
    font-size: 14px;
}

.review-date {
    font-size: 12px;
    color: #6b7280;
}

.review-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 8px 0;
    color: #1f2937;
}

.review-content {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Review Form */
.review-form-wrapper {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e5e7eb;
}

.review-form-wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #1f2937;
}

.review-form .form-group {
    margin-bottom: 15px;
}

.review-form label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #374151;
}

.review-form input,
.review-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.2s;
}

.review-form input:focus,
.review-form textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.rating-input {
    display: flex;
    gap: 8px;
    direction: ltr;
}

.rate-star {
    font-size: 32px;
    color: #e5e7eb;
    cursor: pointer;
    transition: all 0.2s;
}

.rate-star:hover,
.rate-star.active {
    color: #fbbf24;
    transform: scale(1.15);
}

.submit-review-btn {
    margin-top: 10px;
}

/* Related Products */
.related-products-section {
    margin-top: 40px;
}

.related-products-section h2 {
    font-size: 24px;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.product-card-mini {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    transition: all 0.2s;
}

.product-card-mini:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.product-thumb-link {
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.product-thumb-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.product-card-mini:hover .product-thumb-link img {
    transform: scale(1.05);
}

.product-info-mini {
    padding: 15px;
}

.product-title-mini {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.product-title-mini a {
    color: #1f2937;
    text-decoration: none;
}

.product-title-mini a:hover {
    color: #6366f1;
}

.product-price-mini {
    font-size: 16px;
    font-weight: 800;
    color: #6366f1;
    margin-bottom: 10px;
}

.product-price-mini span {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}

.mini-add-to-cart {
    width: 100%;
    padding: 10px;
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s;
}

.mini-add-to-cart:hover {
    background: #6366f1;
    color: white;
}

.out-of-stock-text {
    display: block;
    text-align: center;
    padding: 10px;
    background: #fee2e2;
    color: #991b1b;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

/* Ripple Effect */
.dima-ripple {
    position: relative;
    overflow: hidden;
}

.dima-ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.dima-ripple:active::after {
    width: 300px;
    height: 300px;
}



/* ─── From: templates/taxonomy-dima_brand.php ─── */

/* Source: templates/taxonomy-dima_brand.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-brand-wrapper { font-family: 'Vazir', Tahoma, sans-serif; }
.dima-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    color: #4b5563;
    font-weight: 600;
    transition: all 0.2s;
}
.dima-pagination .page-numbers:hover,
.dima-pagination .page-numbers.current {
    background: #00bfa5;
    color: white;
    border-color: #00bfa5;
}



/* ─── From: templates/taxonomy-dima_product_cat.php ─── */

/* Source: templates/taxonomy-dima_product_cat.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-taxonomy-wrapper { font-family: 'Vazir', Tahoma, sans-serif; }
.dima-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    color: #4b5563;
    font-weight: 600;
    transition: all 0.2s;
}
.dima-pagination .page-numbers:hover,
.dima-pagination .page-numbers.current {
    background: #00bfa5;
    color: white;
    border-color: #00bfa5;
}



/* ─── From: templates/account-tabs/returns.php ─── */

/* Source: templates/account-tabs/returns.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-user-returns { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/account-tabs/wishlist.php ─── */

/* Source: templates/account-tabs/wishlist.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-wishlist-tab { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/affiliate/dashboard.php ─── */

/* Source: templates/affiliate/dashboard.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-affiliate-dashboard { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/return/request.php ─── */

/* Source: templates/return/request.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-return-request { font-family: 'Vazir', Tahoma, sans-serif; }
.reason-option:has(input:checked) { border-color: #00bfa5; background: #f0fdfa; }



/* ─── From: templates/return/track.php ─── */

/* Source: templates/return/track.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-return-track { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/support/my-tickets.php ─── */

/* Source: templates/support/my-tickets.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-my-tickets { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/support/new-ticket.php ─── */

/* Source: templates/support/new-ticket.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-new-ticket { font-family: 'Vazir', Tahoma, sans-serif; }
.category-option:has(input:checked), .priority-option:has(input:checked) { 
    border-color: #00bfa5; 
    background: #f0fdfa; 
}



/* ─── From: templates/support/ticket-detail.php ─── */

/* Source: templates/support/ticket-detail.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-ticket-detail { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/vendor/dashboard.php ─── */

/* Source: templates/vendor/dashboard.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-dashboard { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/vendor/orders.php ─── */

/* Source: templates/vendor/orders.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-orders { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/vendor/products.php ─── */

/* Source: templates/vendor/products.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-products, .dima-vendor-add-product { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/vendor/profile.php ─── */

/* Source: templates/vendor/profile.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-profile { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/vendor/wallet.php ─── */

/* Source: templates/vendor/wallet.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-vendor-wallet { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/warranty/activate.php ─── */

/* Source: templates/warranty/activate.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-warranty-activate { font-family: 'Vazir', Tahoma, sans-serif; }



/* ─── From: templates/warranty/my-warranties.php ─── */

/* Source: templates/warranty/my-warranties.php */
/* Extracted: 2026-07-11 18:07:21 */

.dima-my-warranties { font-family: 'Vazir', Tahoma, sans-serif; }


