
.psmf { --muted:#6b7280; }
.psmf .container{ max-width:920px; margin:24px auto; padding:0 16px; }
.psmf .columns{ display:flex; gap:16px; flex-wrap:wrap; }
.psmf .column{ flex:1 1 260px; min-width:240px; }
.psmf label{ display:block; margin:0 0 8px; font-weight:600; color:#111827; }
.psmf .input, .psmf select{ width:100%; border:1px solid #e5e7eb; border-radius:10px; padding:10px 12px; font-size:16px; outline:none; background:#fff; }
.psmf .input:focus, .psmf select:focus{ border-color:#6366f1; box-shadow:0 0 0 4px rgba(99,102,241,.12); }
.psmf .btn{ display:inline-block; background:#111827; color:#fff; border:0; border-radius:12px; padding:12px 16px; font-weight:700; cursor:pointer; }
.psmf .btn:hover{ filter:brightness(.95); }
.psmf .muted{ color:var(--muted); font-size:.92rem; }
.psmf .panel{ border:1px solid #e5e7eb; border-radius:12px; padding:14px; background:#fff; }

.ch-eq-grid{ display:grid; grid-template-columns: repeat(auto-fill,minmax(160px,1fr)); gap:8px; }
.ch-eq-item{ display:flex; align-items:center; gap:8px; border:1px dashed #e5e7eb; border-radius:10px; padding:10px 12px; background:#fff; }
.ch-mini{ background:#f4f5ff; color:#3730a3; border:1px solid #e5e7eb; border-radius:999px; padding:6px 10px; font-weight:600; cursor:pointer; }
.ch-mini:hover{ filter:brightness(.98); }

.results .ch-day{ border:1px solid #e5e7eb; border-radius:12px; padding:16px; background:#fff; box-shadow:0 2px 6px rgba(0,0,0,.06); margin-bottom:12px; }
.results .ch-day h3{ margin:0 0 8px; }
.ch-table{ width:100%; border-collapse: collapse; }
.ch-table th, .ch-table td{ border-bottom:1px solid #e5e7eb; text-align:left; padding:8px; }
.ch-tabs{ display:flex; gap:8px; flex-wrap:wrap; margin:12px 0; }
.ch-tab{ padding:6px 10px; border-radius:999px; border:1px solid #e5e7eb; cursor:pointer; }
.ch-tab[data-active="true"]{ background:#111827; color:#fff; }
.ch-actions{ display:flex; gap:8px; margin:12px 0; }
.ch-summary{ display:grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap:10px; }
.ch-kpi{ border:1px dashed #e5e7eb; border-radius:10px; padding:10px 12px; display:flex; align-items:center; justify-content:space-between; }
