:root{}
/* Core Engine UI helpers (ETAP 0) */
.core-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px;flex-wrap:wrap}
.core-toolbar .left,.core-toolbar .right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.core-search{min-width:360px}
.core-totals{display:flex;gap:14px;flex-wrap:wrap;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:#0c162a;margin-bottom:12px}
.core-tile{font-size:12px;color:var(--muted)}
.core-tile b{display:block;color:var(--text);font-size:14px;margin-top:2px}
.core-subtotals{display:flex;justify-content:space-between;gap:10px;margin-top:12px}
.core-hint{margin-top:10px;color:var(--muted);font-size:12px}
