/* ui/suppmatrix.css — Worker 23, B-39. Every selector prefixed .sm- . Loop IQ chrome. */

.smx-wrap { display: flex; flex-direction: column; gap: 16px; max-width: 1180px; }
.smx-card { background: #FFF; border: 0.67px solid #E5E7EB; border-radius: 12px; padding: 24px;
  min-width: 0; }
.smx-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 900px) { .smx-two { grid-template-columns: 1fr; } }

.smx-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.smx-head h2 { font-family: var(--font-head, 'Sansation', 'Poppins', sans-serif); font-size: 22px; font-weight: 600;
  color: #1A0B3D; margin: 0; }
.smx-head p { margin: 4px 0 0; font-size: 13px; color: #6B7280; max-width: 62ch; }
.smx-count { text-align: right; white-space: nowrap; }
.smx-count b { display: block; font-family: var(--font-head, 'Sansation', 'Poppins', sans-serif); font-size: 22px;
  color: #4330F5; }
.smx-count span { font-size: 11px; color: #9CA3AF; }

.smx-legend { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #6B7280;
  margin-bottom: 12px; }
.smx-key { width: 12px; height: 12px; border-radius: 4px; display: inline-block; }
.smx-key--mine { background: #EDE9FE; border: 1px solid #4330F5; }
.smx-unit { margin-left: auto; color: #9CA3AF; }

.smx-grid { width: 100%; border-collapse: collapse; table-layout: fixed; }
.smx-grid th { font-size: 10px; font-weight: 600; color: #6B7280; padding: 6px 4px;
  text-align: center; white-space: nowrap; }
.smx-grid tbody th { text-align: right; padding-right: 8px; color: #4B5563; }
.smx-corner { position: relative; }
.smx-corner span { display: block; font-size: 9px; color: #9CA3AF; line-height: 1.3; }
.smx-corner span:first-child { text-align: right; }
.smx-corner span:last-child { text-align: left; }

.smx-cell { border: 0.67px solid #F3F4F6; border-radius: 8px; padding: 8px 4px;
  text-align: center; position: relative; background: #FCFCFD; }
.smx-rate { font-family: ui-monospace, Menlo, monospace; font-size: 11.5px; color: #1F2937; }
.smx-cell--zero .smx-rate { color: #9CA3AF; }
.smx-cell--mine { background: #EDE9FE; border-color: #4330F5; }
.smx-cell--mine .smx-rate { color: #271257; font-weight: 700; }
.smx-mine { position: absolute; top: 2px; right: 3px; font-size: 9px; font-weight: 700;
  color: #4330F5; }
.smx-absent-cell { color: #92400E; }

.smx-absent { display: block; margin-top: 14px; color: #92400E; background: #FFFBEB;
  border-radius: 8px; padding: 10px 12px; font-size: 12px; line-height: 1.5; }
.smx-absent ul { margin: 6px 0; padding: 0; list-style: none; }
.smx-absent li { padding-left: 12px; position: relative; margin-bottom: 3px; }
.smx-absent li::before { content: "\2014"; position: absolute; left: 0; }
.smx-absent span { display: block; margin-top: 6px; color: #B45309; }

.smx-card h4 { font-size: 11px; text-transform: uppercase; letter-spacing: .06em;
  color: #9CA3AF; margin: 0 0 10px; font-weight: 600; }
.smx-read, .smx-lim { margin: 0; padding: 0; list-style: none; }
.smx-read li, .smx-lim li { position: relative; padding-left: 16px; margin-bottom: 8px;
  font-size: 12.5px; color: #1F2937; line-height: 1.5; }
.smx-read li::before { content: "\2014"; position: absolute; left: 0; color: #4330F5; }
.smx-lim li::before { content: "\2014"; position: absolute; left: 0; color: #9CA3AF; }
.smx-lim b { color: #92400E; font-weight: 600; }
.smx-special { margin: 12px 0 0; font-size: 12px; color: #6B7280; }
.smx-special b { color: #111827; }
.smx-src { margin: 0; font-size: 10.5px; color: #9CA3AF; line-height: 1.5; }
