.ecom-dashboard-container{text-align:right;font-family:var(--admin-font,var(--font-sans,system-ui, -apple-system, sans-serif));color:var(--theme-elevation-800,#1e293b);direction:rtl;margin-bottom:32px;padding:16px 0}.ecom-dashboard-header{background:var(--theme-elevation-50,#fff);border:1px solid var(--theme-elevation-150,#e2e8f0);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:16px 20px;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000008}[data-theme=dark] .ecom-dashboard-header{border-color:var(--theme-elevation-150,#262626);box-shadow:0 4px 20px #00000040}.ecom-dashboard-title{align-items:center;gap:12px;display:flex}.ecom-dashboard-title h2{color:var(--theme-elevation-900,#0f172a);margin:0;font-size:1.3rem;font-weight:700}.ecom-dashboard-title .ecom-badge{background:var(--brand-primary-subtle,#2563eb1a);color:var(--brand-primary,#2563eb);border:1px solid var(--brand-primary-border,#2563eb40);border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600}.ecom-dashboard-actions{align-items:center;gap:10px;display:flex}.ecom-btn-action{background:var(--theme-elevation-100,#f8fafc);color:var(--theme-elevation-800,#1e293b);border:1px solid var(--theme-elevation-200,#cbd5e1);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.ecom-btn-action:hover{background:var(--brand-primary,#2563eb);border-color:var(--brand-primary,#2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40;color:#fff!important}[data-theme=dark] .ecom-btn-action{background:var(--theme-elevation-100,#262626);border-color:var(--theme-elevation-200,#404040);color:var(--theme-elevation-800,#e2e8f0)}.ecom-widgets-grid{grid-template-columns:repeat(12,1fr);gap:20px;display:grid}.ecom-span-1x{grid-column:span 4}.ecom-span-2x{grid-column:span 6}.ecom-span-full{grid-column:span 12}@media (max-width:1100px){.ecom-span-1x,.ecom-span-2x{grid-column:span 6}}@media (max-width:768px){.ecom-span-1x,.ecom-span-2x,.ecom-span-full{grid-column:span 12}}.ecom-widget-card{background:var(--theme-elevation-50,#fff);border:1px solid var(--theme-elevation-150,#e2e8f0);box-sizing:border-box;border-radius:16px;flex-direction:column;justify-content:space-between;height:100%;min-height:295px;padding:20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;box-shadow:0 1px 3px #00000005,0 4px 12px #00000005}.ecom-widget-card>div:first-child{flex-direction:column;flex:1;display:flex}.ecom-widget-card:hover{border-color:var(--brand-primary-border,#2563eb59);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb14}[data-theme=dark] .ecom-widget-card{background:var(--theme-elevation-50,#171717);border-color:var(--theme-elevation-150,#262626);box-shadow:0 4px 20px #0000004d}[data-theme=dark] .ecom-widget-card:hover{border-color:#60a5fa66;box-shadow:0 8px 28px #00000073,0 0 0 1px #60a5fa33}.ecom-card-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ecom-card-head-title{align-items:center;gap:10px;display:flex}.ecom-size-controls{background:var(--theme-elevation-100,#f8fafc);border:1px solid var(--theme-elevation-150,#e2e8f0);border-radius:8px;align-items:center;gap:4px;padding:3px;display:flex}[data-theme=dark] .ecom-size-controls{background:var(--theme-elevation-100,#262626);border-color:var(--theme-elevation-150,#333)}.ecom-size-btn{color:var(--theme-elevation-600,#64748b);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:600;transition:all .15s}.ecom-size-btn:hover{color:var(--theme-elevation-900,#0f172a);background:var(--theme-elevation-200,#0000000d)}.ecom-size-btn.active{background:var(--brand-primary,#2563eb);color:#fff!important}.ecom-card-icon{border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.15rem;display:flex}.ecom-icon-emerald{color:#10b981;background:#10b9811f}.ecom-icon-blue{color:#3b82f6;background:#3b82f61f}.ecom-icon-purple{color:#8b5cf6;background:#8b5cf61f}.ecom-icon-amber{color:#f59e0b;background:#f59e0b1f}.ecom-icon-rose{color:#f43f5e;background:#f43f5e1f}[data-theme=dark] .ecom-icon-emerald{color:#34d399;background:#10b98133}[data-theme=dark] .ecom-icon-blue{color:#60a5fa;background:#3b82f633}[data-theme=dark] .ecom-icon-purple{color:#c084fc;background:#8b5cf633}[data-theme=dark] .ecom-icon-amber{color:#fbbf24;background:#f59e0b33}[data-theme=dark] .ecom-icon-rose{color:#fb7185;background:#f43f5e33}.ecom-card-head h3{color:var(--theme-elevation-900,#0f172a);margin:0;font-size:1.05rem;font-weight:700}.ecom-card-subtitle{color:var(--theme-elevation-500,#64748b);margin-top:2px;font-size:.78rem}.ecom-kpi-block{margin:12px 0 16px}.ecom-kpi-value{color:var(--theme-elevation-1000,#0f172a);letter-spacing:-.5px;align-items:baseline;gap:6px;font-size:1.95rem;font-weight:800;display:flex}.ecom-kpi-currency{color:var(--theme-elevation-600,#475569);font-size:.85rem;font-weight:600}.ecom-kpi-subtext{color:var(--theme-elevation-500,#64748b);margin-top:4px;font-size:.82rem}.ecom-pipeline-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin-top:12px;display:grid}.ecom-pipeline-item{background:var(--theme-elevation-100,#f8fafc);border:1px solid var(--theme-elevation-150,#f1f5f9);border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;transition:all .15s;display:flex}[data-theme=dark] .ecom-pipeline-item{background:var(--theme-elevation-100,#222);border-color:var(--theme-elevation-150,#303030)}.ecom-pipeline-label{color:var(--theme-elevation-700,#334155);font-size:.82rem;font-weight:600}.ecom-pipeline-count{border-radius:12px;padding:2px 10px;font-size:.92rem;font-weight:700}.ecom-count-pending{color:#b45309;background:#f59e0b1f}.ecom-count-processing{color:#1d4ed8;background:#3b82f61f}.ecom-count-shipped{color:#6d28d9;background:#8b5cf61f}.ecom-count-delivered{color:#047857;background:#10b9811f}[data-theme=dark] .ecom-count-pending{color:#fbbf24;background:#f59e0b38}[data-theme=dark] .ecom-count-processing{color:#60a5fa;background:#3b82f638}[data-theme=dark] .ecom-count-shipped{color:#c084fc;background:#8b5cf638}[data-theme=dark] .ecom-count-delivered{color:#34d399;background:#10b98138}.ecom-progress-bg{background:var(--theme-elevation-200,#e2e8f0);border-radius:6px;width:100%;height:8px;margin-top:8px;overflow:hidden}[data-theme=dark] .ecom-progress-bg{background:var(--theme-elevation-200,#333)}.ecom-progress-fill{background:linear-gradient(90deg, var(--brand-primary,#2563eb), #7c3aed);border-radius:6px;height:100%;transition:width .4s}.ecom-list-group{flex-direction:column;gap:8px;margin-top:8px;display:flex}.ecom-list-item{background:var(--theme-elevation-100,#f8fafc);border:1px solid var(--theme-elevation-150,#f1f5f9);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.83rem;transition:all .15s;display:flex}[data-theme=dark] .ecom-list-item{background:var(--theme-elevation-100,#222);border-color:var(--theme-elevation-150,#303030)}.ecom-list-item-title{color:var(--theme-elevation-800,#1e293b);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-weight:600;overflow:hidden}.ecom-tag-danger{color:#e11d48;background:#f43f5e1f;border-radius:6px;padding:2px 8px;font-size:.78rem;font-weight:700}.ecom-tag-info{color:#2563eb;background:#3b82f61f;border-radius:6px;padding:2px 8px;font-size:.78rem;font-weight:700}[data-theme=dark] .ecom-tag-danger{color:#fb7185;background:#f43f5e38}[data-theme=dark] .ecom-tag-info{color:#60a5fa;background:#3b82f638}.ecom-card-footer{border-top:1px solid var(--theme-elevation-150,#f1f5f9);justify-content:flex-end;align-items:center;margin-top:16px;padding-top:12px;display:flex}[data-theme=dark] .ecom-card-footer{border-top-color:var(--theme-elevation-150,#2a2a2a)}.ecom-link-btn{color:var(--brand-primary,#2563eb);align-items:center;gap:4px;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.ecom-link-btn:hover{color:var(--brand-primary-hover,#1d4ed8);text-decoration:underline}[data-theme=dark] .ecom-link-btn{color:#60a5fa}[data-theme=dark] .ecom-link-btn:hover{color:#93c5fd}.ecom-loading-spinner{color:var(--theme-elevation-600,#475569);justify-content:center;align-items:center;gap:12px;padding:40px;font-weight:600;display:flex}.ecom-spinner-ring{border:3px solid #2563eb33;border-top-color:var(--brand-primary,#2563eb);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite ecomSpin}@keyframes ecomSpin{to{transform:rotate(360deg)}}.ecom-bi-card{background:var(--theme-elevation-50,#fff);border:1px solid var(--theme-elevation-150,#e2e8f0);border-radius:18px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px -2px #0000000a,0 2px 6px -1px #00000005}[data-theme=dark] .ecom-bi-card{background:var(--theme-elevation-50,#171717);border-color:var(--theme-elevation-150,#262626);box-shadow:0 4px 24px #00000059}.ecom-bi-card:hover{border-color:var(--brand-primary-border,#2563eb59);transform:translateY(-2px);box-shadow:0 10px 28px -4px #2563eb14}[data-theme=dark] .ecom-bi-card:hover{border-color:#60a5fa66;box-shadow:0 10px 28px -4px #00000080}.ecom-stat-gradient-emerald{background:linear-gradient(135deg,#10b98114 0%,#05966905 100%);border:1px solid #10b98140}.ecom-stat-gradient-blue{background:linear-gradient(135deg,#2563eb14 0%,#1d4ed805 100%);border:1px solid #2563eb40}.ecom-stat-gradient-purple{background:linear-gradient(135deg,#8b5cf614 0%,#7c3aed05 100%);border:1px solid #8b5cf640}.ecom-stat-gradient-rose{background:linear-gradient(135deg,#f43f5e14 0%,#e11d4805 100%);border:1px solid #f43f5e40}[data-theme=dark] .ecom-stat-gradient-emerald{background:linear-gradient(135deg,#10b98129 0%,#0596690a 100%);border-color:#10b98159}[data-theme=dark] .ecom-stat-gradient-blue{background:linear-gradient(135deg,#3b82f629 0%,#1d4ed80a 100%);border-color:#3b82f659}[data-theme=dark] .ecom-stat-gradient-purple{background:linear-gradient(135deg,#8b5cf629 0%,#7c3aed0a 100%);border-color:#8b5cf659}[data-theme=dark] .ecom-stat-gradient-rose{background:linear-gradient(135deg,#f43f5e29 0%,#e11d480a 100%);border-color:#f43f5e59}.ecom-rfm-bar{border-radius:8px;width:100%;height:12px;margin:12px 0;display:flex;overflow:hidden;box-shadow:inset 0 1px 2px #0000001a}.ecom-rfm-segment-slice{height:100%;transition:all .3s;position:relative}.ecom-rfm-segment-slice:hover{filter:brightness(1.15);z-index:2;transform:scaleY(1.3)}.ecom-table-row-hover:hover{background:var(--brand-primary-subtle,#2563eb0a)!important}.ecom-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ecom-modal-content{background:var(--theme-elevation-50,#fff);border:1px solid var(--theme-elevation-150,#e2e8f0);border-radius:20px;width:100%;max-width:580px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 40px #00000040}[data-theme=dark] .ecom-modal-content{background:var(--theme-elevation-50,#171717);border-color:var(--theme-elevation-150,#2a2a2a)}.ecom-modal-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ecom-modal-header h3{color:var(--theme-elevation-900,#0f172a);margin:0;font-size:1.15rem;font-weight:700}.ecom-modal-close{cursor:pointer;color:var(--theme-elevation-600,#64748b);background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1.2rem;transition:all .15s}.ecom-modal-close:hover{background:var(--theme-elevation-150,#f1f5f9);color:var(--theme-elevation-900,#0f172a)}.ecom-settings-list{flex-direction:column;gap:10px;display:flex}.ecom-settings-row{background:var(--theme-elevation-100,#f8fafc);border:1px solid var(--theme-elevation-150,#e2e8f0);border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}[data-theme=dark] .ecom-settings-row{background:var(--theme-elevation-100,#222);border-color:var(--theme-elevation-150,#303030)}.ecom-settings-toggle{cursor:pointer;color:var(--theme-elevation-800,#1e293b);align-items:center;gap:10px;font-size:.9rem;font-weight:600;display:flex}
