/* -----------------------------------------------------------
   Standard Model — Module‑Specific Overrides
   Layered on top of theory.css
   Identity: gauge‑symmetric, sector‑coherent, interaction‑first,
   resonance‑stable
----------------------------------------------------------- */

body.tf-module--standard-model {
  /* gauge‑geometry gradient: smooth, symmetry‑aligned */
  background: radial-gradient(
    circle at 30% 24%,
    #0a0617 0,
    #070513 42%,
    #000000 100%
  );
  position: relative;
}

/* gauge‑interference texture (sector coherence) */
body.tf-module--standard-model::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  background: repeating-linear-gradient(
    150deg,
    rgba(255,255,255,0.02) 0px,
    rgba(255,255,255,0.02) 1px,
    transparent 1px,
    transparent 6px
  );
}

/* accent: gauge‑violet (sector symmetry) */
:root {
  --accent: #7c3aed;
  --accent-soft: rgba(124,58,237,0.18);
}

/* hero title uses module accent */
.tf-hero__content h1 {
  color: var(--accent);
}

/* perfect gauge symmetry (no rotation) */
.hero-glyph::after,
.brand-mark::after {
  transform: rotate(0deg);
}

/* section headers use SM accent */
.tf-section h2 {
  color: var(--accent);
}

/* operator lists: subtle gauge highlight */
.tf-list code {
  background: rgba(124,58,237,0.12);
  border: 1px solid rgba(124,58,237,0.25);
  color: #e0e7ff;
}
