/* ══════════════════════════════════════════════
   Spheres surface stylesheet (ADR-008 D9 — scope separation)

   Extracted verbatim from admin-layout.css by story ADM P1 surface 2
   (#1096, ADR-008 D9 Rev 13). Declarations are UNCHANGED — scope
   separation relocates rules between documents, it edits no values.

   Bucket: classes emitted by admin/spheres-view.js ONLY.
   Loaded by the getRole()-gated path in app.js (index.html) and
   static-linked by admin.html until it retires at P3.
   ══════════════════════════════════════════════ */

.sphere-card-vacant {
  opacity: .55;
}
.sphere-vacant-msg {
  font-size: 12px;
  color: var(--txt3);
  font-style: italic;
  margin: 6px 0 2px;
}
.sph-pyramid-split { display: flex; gap: 8px; margin-top: 8px; }
.sph-pyramid-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sph-pyramid-col-head {
  font-size: 10px;
  color: var(--txt3);
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--bdr);
  margin-bottom: 2px;
}
.sph-apex {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  background: var(--surf2);
  border: 1px solid var(--gold2);
  border-radius: 4px;
  min-height: 44px;
}
.sph-apex.sph-vacant {
  justify-content: center;
  border-style: dashed;
  border-color: var(--bdr);
  opacity: .5;
}
.sph-apex-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.sph-apex-name { font-size: 11px; color: var(--txt); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sph-apex-val { font-family: var(--fl); font-size: 18px; font-weight: 600; color: var(--accent); flex-shrink: 0; }
.sph-high-row { display: flex; gap: 4px; }
.sph-high {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 5px 4px;
  background: var(--surf2);
  border: 1px solid var(--bdr);
  border-radius: 4px;
  min-height: 44px;
  text-align: center;
}
.sph-high.sph-vacant { justify-content: center; border-style: dashed; opacity: .45; }
.sph-high-name { font-size: 10px; color: var(--txt1); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.sph-high-val { font-family: var(--fl); font-size: 18px; font-weight: 600; color: var(--accent); }
.sph-vacant-label { font-size: 10px; color: var(--txt3); }
.sph-tier-block { background: var(--surf2); border: 1px solid var(--bdr); border-radius: 4px; overflow: hidden; }
.sph-tier-num { font-family: var(--fl); font-size: 18px; font-weight: 600; color: var(--accent); padding: 4px 8px 2px; line-height: 1; }
.sph-tier-row { font-size: 11px; color: var(--txt1); padding: 3px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sph-tier-row:nth-child(even) { background: var(--surf3); }
.sph-contacts-section { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--bdr); }
.sph-contacts-label { font-size: 10px; color: var(--txt3); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 5px; }
.sph-contacts-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.sph-contact-chip {
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--surf2);
  border: 1px solid var(--bdr);
  border-radius: 12px;
  padding: 2px 8px;
}
.sph-contact-name { font-size: 11px; color: var(--txt1); white-space: nowrap; }
