.index-dashboard{display:none;position:relative;width:100%;min-height:0;overflow:visible;padding:0;background:transparent;color:var(--text-color,var(--ink,#20384e));direction:rtl}.index-dashboard.is-visible{display:block;animation:fade .25s}.index-dashboard__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.index-dashboard__title h1{margin:0;font-size:22px}.index-dashboard__title p{margin:5px 0 0;color:var(--muted,#71869a);font-size:11px}.index-dashboard__actions{display:flex;gap:8px;align-items:center}.index-dashboard__badge{padding:7px 11px;border-radius:999px;background:var(--bg-card,#fff);border:1px solid var(--border-color,#d9e5ee);font-size:10px;color:var(--muted,#71869a)}.index-dashboard__close{border:1px solid var(--border-color,#d9e5ee);background:var(--bg-card,#fff);color:var(--text-color,var(--ink));border-radius:9px;padding:8px 12px;font-size:11px;cursor:pointer}.index-dashboard__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.index-dashboard__card,.index-dashboard__panel{background:var(--bg-card,#fff);border:1px solid var(--border-color,#d9e5ee);border-radius:14px;box-shadow:var(--shadow,0 8px 28px rgba(30,67,101,.075))}.index-dashboard__card{padding:15px}.index-dashboard__label{font-size:10px;color:var(--muted,#71869a);display:flex;justify-content:space-between;align-items:center}.index-dashboard__value{font-size:25px;font-weight:700;margin:8px 0 5px}.index-dashboard__trend{font-size:9px;color:var(--success,#15956b)}.index-dashboard__body{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);gap:14px;margin-bottom:14px}.index-dashboard__panel{padding:16px}.index-dashboard__panel h2{font-size:13px;margin:0 0 4px}.index-dashboard__panel p{font-size:9px;color:var(--muted,#71869a);margin:0 0 12px}.index-dashboard__chart{width:100%;height:245px;display:block}.index-dashboard__legend{display:flex;gap:16px;flex-wrap:wrap;font-size:9px;color:var(--muted,#71869a);margin-top:8px}.index-dashboard__dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-left:5px;background:var(--primary,#287bd8)}.index-dashboard__dot.alt{background:var(--secondary,#665bd8)}.index-dashboard__list{display:grid;gap:9px}.index-dashboard__item{display:flex;justify-content:space-between;gap:10px;padding:10px;border-radius:10px;background:var(--bg-soft,#f6f9fc);border:1px solid var(--border-color,#d9e5ee);font-size:10px}.index-dashboard__item strong{font-size:10px}.index-dashboard__item small{display:block;color:var(--muted,#71869a);margin-top:3px}.index-dashboard__status{font-size:9px;padding:4px 7px;border-radius:999px;background:#e8f7f1;color:var(--success,#15956b);height:max-content}.index-dashboard__bottom{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.index-dashboard__progress{display:grid;gap:12px}.index-dashboard__progress-row{display:grid;gap:6px}.index-dashboard__progress-meta{display:flex;justify-content:space-between;font-size:9px}.index-dashboard__bar{height:7px;border-radius:99px;background:var(--bg-soft,#f6f9fc);overflow:hidden}.index-dashboard__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary,#287bd8),var(--secondary,#665bd8))}@media(max-width:1100px){.index-dashboard__grid{grid-template-columns:repeat(2,1fr)}.index-dashboard__body,.index-dashboard__bottom{grid-template-columns:1fr}}@media(max-width:650px){.index-dashboard__grid{grid-template-columns:1fr}.index-dashboard__head{align-items:flex-start;flex-direction:column}.index-dashboard__actions{width:100%;justify-content:space-between}.index-dashboard__title h1{font-size:18px}}[data-theme="dark"] .index-dashboard__status{background:#12382d}