/* Styles specific to the SIE Export view */

#sieControls .row { display: flex; gap: 8px; flex-wrap: wrap; }
#sieControls .mt-10 { margin-top: 10px; }
#sieControls .mt-16 { margin-top: 16px; }

#resultPanel { margin-top: 12px; }

.result__header { 
  display:flex; gap:16px; flex-wrap:wrap; margin-bottom:10px;
}
.stat { 
  background:#f9f7f4; border:1px solid var(--line); 
  border-radius:10px; padding:8px 10px;
}
.stat__label { 
  display:block; font-size:11px; color:var(--muted); 
  text-transform:uppercase; letter-spacing:.03em;
}
.stat__val { font-weight:600; font-variant-numeric: tabular-nums; }

.preview {
  background:#0b1020; color:#e2e8f0; border-radius:12px; padding:12px;
  border:1px solid #0f172a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  max-height: 340px; overflow:auto; line-height:1.4; font-size:12px;
  margin-bottom:10px;
}
.preview::-webkit-scrollbar { height: 8px; width: 8px; }
.preview::-webkit-scrollbar-thumb { background: #374151; border-radius: 999px; }
