*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { font-size: 16px; }
    body {
      background: #050505;
      color: #E5E0D4;
      font-family: 'Cormorant Garamond', Georgia, serif;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      min-height: 100vh;
    }
    .fc-container { max-width: 840px; margin: 0 auto; padding: 0 32px; }
    .fc-header {
      border-bottom: 1px solid #1a1a1a;
      padding: 28px 0 20px;
      margin-bottom: 72px;
    }
    .fc-header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .fc-logo {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }
    .fc-logo-text {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 15px;
      color: #E5E0D4;
      letter-spacing: 0.12em;
      font-weight: 300;
    }
    .fc-nav { display: flex; gap: 32px; }
    .fc-nav a {
      font-family: 'JetBrains Mono', monospace;
      font-size: 11px;
      color: #666;
      text-decoration: none;
      letter-spacing: 0.08em;
      transition: color 0.2s;
    }
    .fc-nav a:hover, .fc-nav a.active { color: #B8A270; }
    .page-label {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      color: #555;
      letter-spacing: 0.18em;
      margin-bottom: 16px;
      text-transform: uppercase;
    }
    .page-title {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 36px;
      font-weight: 300;
      color: #E5E0D4;
      letter-spacing: 0.03em;
      margin-bottom: 48px;
      line-height: 1.15;
    }
    .section-block {
      border-top: 1px solid #1a1a1a;
      padding: 40px 0;
    }
    .section-block:last-of-type {
      border-bottom: 1px solid #1a1a1a;
    }
    .section-label {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      color: #555;
      letter-spacing: 0.18em;
      margin-bottom: 20px;
      text-transform: uppercase;
    }
    .section-body {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 18px;
      font-weight: 300;
      color: #E5E0D4;
      line-height: 1.8;
      max-width: 660px;
    }
    .section-body p + p { margin-top: 1.4em; }
    .taxonomy-grid {
      margin-top: 28px;
      display: flex;
      flex-direction: column;
      gap: 1px;
      background: #1a1a1a;
    }
    .taxonomy-row {
      background: #050505;
      padding: 20px 24px;
      display: grid;
      grid-template-columns: 120px 1fr auto;
      gap: 20px;
      align-items: start;
    }
    .taxonomy-id {
      font-family: 'JetBrains Mono', monospace;
      font-size: 9px;
      color: #B8A270;
      letter-spacing: 0.1em;
      padding-top: 3px;
    }
    .taxonomy-body {}
    .taxonomy-name {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 17px;
      font-weight: 400;
      color: #E5E0D4;
      margin-bottom: 4px;
    }
    .taxonomy-desc {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 14px;
      font-weight: 300;
      color: #888;
      line-height: 1.5;
    }
    .taxonomy-badge {
      font-family: 'JetBrains Mono', monospace;
      font-size: 9px;
      letter-spacing: 0.1em;
      padding: 3px 8px;
      border: 1px solid;
      white-space: nowrap;
      align-self: start;
    }
    .badge-critical { color: #cc4444; border-color: #2a0a0a; background: rgba(204,68,68,0.06); }
    .badge-high     { color: #B8A270; border-color: #2a1a05; background: rgba(184,162,112,0.06); }
    .badge-medium   { color: #777;    border-color: #222;    background: rgba(119,119,119,0.06); }
    .fc-footer {
      border-top: 1px solid #1a1a1a;
      padding: 32px 0;
      margin-top: 72px;
    }
    .fc-footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .fc-footer-left {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      color: #444;
      letter-spacing: 0.08em;
      line-height: 1.7;
    }
    .fc-footer-left a {
      color: #555;
      text-decoration: none;
      transition: color 0.2s;
    }
    .fc-footer-left a:hover { color: #B8A270; }
    .fc-footer-right {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      color: #444;
      letter-spacing: 0.08em;
      display: flex;
      gap: 24px;
      align-items: center;
    }
    .fc-footer-right a {
      color: #555;
      text-decoration: none;
      transition: color 0.2s;
    }
    .fc-footer-right a:hover { color: #B8A270; }
    @media (max-width: 640px) {
      .fc-container { padding: 0 20px; }
      .fc-header-inner { flex-direction: column; gap: 16px; }
      .taxonomy-row { grid-template-columns: 1fr; gap: 8px; }
      .taxonomy-badge { width: fit-content; }
      .fc-footer-inner { flex-direction: column; gap: 16px; }
    }

/* Formerly inline style= attributes */
.fc-footer-omega { color: #222; }
