.dashboard-module__Mm8Ika__workspace{gap:1.7rem;width:100%;min-width:0;display:grid}.dashboard-module__Mm8Ika__hero{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.dashboard-module__Mm8Ika__hero h2{letter-spacing:-.04em;margin:.4rem 0 .65rem;font-size:clamp(1.65rem,2.5vw,2.5rem);font-weight:600;line-height:1.15}.dashboard-module__Mm8Ika__hero p{color:var(--muted-text);max-width:60ch;line-height:1.6}.dashboard-module__Mm8Ika__scope{color:var(--primary);font-size:.88rem;font-weight:650}.dashboard-module__Mm8Ika__actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.dashboard-module__Mm8Ika__toolbar{border-top:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;padding:1rem 0;display:flex}.dashboard-module__Mm8Ika__controls{flex-wrap:wrap;align-items:end;gap:.8rem;display:flex}.dashboard-module__Mm8Ika__controls label{color:var(--muted-text);gap:.35rem;font-size:.8rem;display:grid}.dashboard-module__Mm8Ika__controls select,.dashboard-module__Mm8Ika__controls input{min-height:42px;color:var(--page-text);background:var(--surface-bg);border:1px solid var(--surface-border);border-radius:7px;max-width:100%;padding:.55rem .75rem}.dashboard-module__Mm8Ika__controls input[type=search]{width:min(260px,100%)}.dashboard-module__Mm8Ika__freshness{color:var(--muted-text);font-size:.76rem;line-height:1.5}.dashboard-module__Mm8Ika__pipeline{border:1px solid var(--surface-border);background:var(--surface-bg);border-radius:12px;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.dashboard-module__Mm8Ika__pipeline button{appearance:none;cursor:pointer;color:var(--page-text);border:0;border-inline-end:1px solid var(--surface-border);text-align:start;background:0 0;gap:.5rem;padding:1.15rem 1.3rem;display:grid}.dashboard-module__Mm8Ika__pipeline button:last-child{border-inline-end:0}.dashboard-module__Mm8Ika__pipeline button:hover,.dashboard-module__Mm8Ika__pipeline button[aria-pressed=true]{background:var(--primary-soft)}.dashboard-module__Mm8Ika__pipeline strong{font-family:var(--font-display), sans-serif;font-size:2.05rem;font-weight:600}.dashboard-module__Mm8Ika__pipeline span{align-items:center;gap:.5rem;font-size:.82rem;display:flex}.dashboard-module__Mm8Ika__dot{background:var(--muted-text);border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.dashboard-module__Mm8Ika__dot[data-status=ready]{background:var(--success)}.dashboard-module__Mm8Ika__dot[data-status=failed]{background:var(--danger)}.dashboard-module__Mm8Ika__dot[data-status=incomplete]{background:var(--warning)}.dashboard-module__Mm8Ika__dot[data-status=processing]{background:var(--primary)}.dashboard-module__Mm8Ika__overview{grid-template-columns:minmax(0,1.7fr) minmax(235px,1fr);gap:1.3rem;display:grid}.dashboard-module__Mm8Ika__panel{background:var(--surface-bg);border:1px solid var(--surface-border);border-radius:12px;min-width:0;padding:1.4rem}.dashboard-module__Mm8Ika__heading{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.7rem;display:flex}.dashboard-module__Mm8Ika__heading h3,.dashboard-module__Mm8Ika__panel h3{font-size:1.07rem;font-weight:600}.dashboard-module__Mm8Ika__heading p,.dashboard-module__Mm8Ika__muted{color:var(--muted-text);font-size:.85rem;line-height:1.6}.dashboard-module__Mm8Ika__chart{border-bottom:1px solid var(--surface-border);align-items:end;gap:4px;height:125px;margin-top:.9rem;padding-top:.8rem;display:flex}.dashboard-module__Mm8Ika__bar{flex:1;align-items:end;min-width:0;height:100%;display:flex}.dashboard-module__Mm8Ika__bar span{background:var(--chart-bar);border-radius:3px 3px 0 0;min-width:100%;display:block}.dashboard-module__Mm8Ika__chartLabels{color:var(--muted-text);justify-content:space-between;margin-top:.6rem;font-size:.75rem;display:flex}.dashboard-module__Mm8Ika__chartTable{margin-top:.65rem;font-size:.8rem}.dashboard-module__Mm8Ika__chartTable summary{cursor:pointer;color:var(--primary)}.dashboard-module__Mm8Ika__chartTable table{margin-top:.8rem}.dashboard-module__Mm8Ika__bigNumber{font:600 clamp(2rem, 3vw, 3rem) / 1.1 var(--font-display), sans-serif;letter-spacing:-.04em;margin:1rem 0 .3rem}.dashboard-module__Mm8Ika__coverage{background:var(--surface-border);border-radius:5px;height:5px;margin:1.1rem 0;overflow:hidden}.dashboard-module__Mm8Ika__coverage span{background:var(--primary);height:100%;display:block}.dashboard-module__Mm8Ika__content{grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:1.5rem;display:grid}.dashboard-module__Mm8Ika__filePanel{min-width:0}.dashboard-module__Mm8Ika__filePanel>.dashboard-module__Mm8Ika__controls{margin:1rem 0}.dashboard-module__Mm8Ika__fileList{border-top:1px solid var(--surface-border);display:grid}.dashboard-module__Mm8Ika__file{border-bottom:1px solid var(--surface-border);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:1rem 0;display:grid}.dashboard-module__Mm8Ika__fileIcon{border:1px solid var(--surface-border);width:36px;height:42px;color:var(--primary);background:var(--primary-soft);border-radius:5px;place-items:center;display:grid}.dashboard-module__Mm8Ika__fileTitle{color:var(--page-text);overflow-wrap:anywhere;font-weight:600;line-height:1.4}.dashboard-module__Mm8Ika__fileTitle:hover{color:var(--primary);text-decoration:underline}.dashboard-module__Mm8Ika__fileMeta{color:var(--muted-text);flex-wrap:wrap;gap:.25rem .75rem;margin-top:.35rem;font-size:.77rem;line-height:1.6;display:flex}.dashboard-module__Mm8Ika__fileState{text-align:end;justify-items:end;gap:.4rem;font-size:.75rem;display:grid}.dashboard-module__Mm8Ika__badge{border:1px solid var(--surface-border);color:var(--page-text);border-radius:5px;align-items:center;gap:.4rem;width:fit-content;padding:.25rem .5rem;font-size:.74rem;line-height:1.5;display:inline-flex}.dashboard-module__Mm8Ika__badge[data-status=ready]{color:var(--success)}.dashboard-module__Mm8Ika__badge[data-status=failed]{color:var(--danger)}.dashboard-module__Mm8Ika__badge[data-status=incomplete]{color:var(--warning)}.dashboard-module__Mm8Ika__sidebar{gap:1.1rem;display:grid}.dashboard-module__Mm8Ika__sidebar .dashboard-module__Mm8Ika__panel{padding:1.1rem}.dashboard-module__Mm8Ika__teamList{margin-top:.7rem;padding:0;list-style:none}.dashboard-module__Mm8Ika__teamList button{cursor:pointer;border:0;border-bottom:1px solid var(--surface-border);width:100%;color:var(--page-text);text-align:start;background:0 0;justify-content:space-between;gap:.6rem;padding:.8rem 0;font-size:.83rem;display:flex}.dashboard-module__Mm8Ika__teamList button:hover{color:var(--primary)}.dashboard-module__Mm8Ika__teamList small{color:var(--muted-text);margin-top:.2rem;font-size:.72rem;display:block}.dashboard-module__Mm8Ika__teamList strong{font-weight:600}.dashboard-module__Mm8Ika__moduleList{gap:.8rem;margin:1rem 0;display:grid}.dashboard-module__Mm8Ika__moduleList p{font-size:.85rem}.dashboard-module__Mm8Ika__moduleList span{color:var(--muted-text);margin-top:.15rem;font-size:.75rem;display:block}.dashboard-module__Mm8Ika__empty{text-align:center;border:1px dashed var(--surface-border);border-radius:12px;padding:2.3rem 1rem}.dashboard-module__Mm8Ika__empty h3{margin-bottom:.5rem;font-size:1.1rem}.dashboard-module__Mm8Ika__empty p{color:var(--muted-text);line-height:1.6}.dashboard-module__Mm8Ika__pagination{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;font-size:.82rem;display:flex}.dashboard-module__Mm8Ika__tableWrap{overflow-x:auto}.dashboard-module__Mm8Ika__table{border-collapse:collapse;text-align:start;width:100%;font-size:.83rem}.dashboard-module__Mm8Ika__table caption{text-align:start;color:var(--muted-text);margin:.7rem 0;font-size:.8rem}.dashboard-module__Mm8Ika__table th,.dashboard-module__Mm8Ika__table td{border-bottom:1px solid var(--surface-border);text-align:start;vertical-align:top;padding:.85rem .75rem}.dashboard-module__Mm8Ika__table th{color:var(--muted-text);font-size:.76rem;font-weight:500}.dashboard-module__Mm8Ika__platformStats{background:var(--ink);color:#fff;border-radius:12px;flex-wrap:wrap;gap:2rem;padding:1.3rem;display:flex}.dashboard-module__Mm8Ika__platformStats strong{color:var(--signal);font:600 2rem var(--font-display), sans-serif;display:block}.dashboard-module__Mm8Ika__platformStats span{font-size:.8rem}.dashboard-module__Mm8Ika__agentGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.dashboard-module__Mm8Ika__agentGrid h3{margin:.8rem 0;font-size:1.3rem}.dashboard-module__Mm8Ika__agentGrid p{color:var(--muted-text);font-size:.88rem;line-height:1.7}.dashboard-module__Mm8Ika__output{margin-top:1rem}.dashboard-module__Mm8Ika__output blockquote{border-inline-start:3px solid var(--primary);background:var(--primary-soft);line-height:1.7;font-family:var(--font-arabic), var(--font-body), sans-serif;margin:.8rem 0;padding:.6rem 1rem}.dashboard-module__Mm8Ika__output summary{cursor:pointer;color:var(--primary);margin-top:1rem}.dashboard-module__Mm8Ika__output pre{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--muted-text);margin-top:.7rem;font-size:.75rem}@media (max-width:1100px){.dashboard-module__Mm8Ika__content{grid-template-columns:minmax(0,1fr)}.dashboard-module__Mm8Ika__sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.dashboard-module__Mm8Ika__hero{flex-direction:column;gap:1rem}.dashboard-module__Mm8Ika__pipeline{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-module__Mm8Ika__pipeline button{border-bottom:1px solid var(--surface-border);padding:.9rem}.dashboard-module__Mm8Ika__pipeline strong{font-size:1.7rem}.dashboard-module__Mm8Ika__pipeline span{font-size:.73rem}.dashboard-module__Mm8Ika__overview,.dashboard-module__Mm8Ika__agentGrid,.dashboard-module__Mm8Ika__sidebar{grid-template-columns:minmax(0,1fr)}.dashboard-module__Mm8Ika__panel{padding:1.05rem}.dashboard-module__Mm8Ika__toolbar{gap:.9rem}.dashboard-module__Mm8Ika__file{grid-template-columns:30px minmax(0,1fr);gap:.7rem}.dashboard-module__Mm8Ika__fileIcon{width:30px;height:37px}.dashboard-module__Mm8Ika__fileState{text-align:start;flex-wrap:wrap;grid-column:2;place-items:center start;display:flex}.dashboard-module__Mm8Ika__controls{gap:.65rem;width:100%}.dashboard-module__Mm8Ika__controls label{flex:120px;min-width:0}.dashboard-module__Mm8Ika__controls input[type=search]{width:100%}.dashboard-module__Mm8Ika__heading{align-items:start}}.dashboard-module__Mm8Ika__textButton{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:.3rem;text-decoration:underline}
