*, *::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;
    }
    .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;
    }
    .report-list { list-style: none; }
    .report-item {
      border-top: 1px solid #1a1a1a;
      padding: 32px 0;
      display: grid;
      grid-template-columns: 120px 1fr auto;
      gap: 24px;
      align-items: start;
      transition: border-color 0.2s;
    }
    .report-item:hover { border-color: #2a2a2a; }
    .report-item:last-child { border-bottom: 1px solid #1a1a1a; }
    .report-date {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      color: #444;
      letter-spacing: 0.06em;
      padding-top: 6px;
    }
    .report-body { }
    .report-title-link {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 22px;
      font-weight: 400;
      color: #E5E0D4;
      text-decoration: none;
      line-height: 1.3;
      display: block;
      margin-bottom: 8px;
      transition: color 0.2s;
    }
    .report-title-link:hover { color: #B8A270; }
    .report-meta-line {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      color: #444;
      letter-spacing: 0.06em;
    }
    .report-tag {
      font-family: 'JetBrains Mono', monospace;
      font-size: 9px;
      color: #B8A270;
      letter-spacing: 0.1em;
      border: 1px solid #2a1a05;
      padding: 4px 8px;
      background: rgba(184, 162, 112, 0.06);
      white-space: nowrap;
      align-self: center;
    }
    .work-cta {
      display: inline-block;
      margin-top: 12px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      color: #B8A270;
      text-decoration: none;
      letter-spacing: 0.1em;
      border: 1px solid #2a1a05;
      padding: 5px 10px;
      background: rgba(184, 162, 112, 0.06);
      transition: background 0.2s, color 0.2s;
    }
    .work-cta:hover {
      background: rgba(184, 162, 112, 0.12);
      color: #D4B880;
    }
    .more-label {
      margin-top: 48px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      color: #333;
      letter-spacing: 0.1em;
    }
    .fc-footer {
      border-top: 1px solid #1a1a1a;
      padding: 32px 0 48px;
      margin-top: 96px;
    }
    .fc-footer-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
    }
    .fc-footer-left {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      color: #333;
      line-height: 1.8;
    }
    .fc-footer-left a {
      color: #555;
      text-decoration: none;
      transition: color 0.2s;
    }
    .fc-footer-left a:hover { color: #B8A270; }
    @media (max-width: 640px) {
      .fc-container { padding: 0 20px; }
      .report-item { grid-template-columns: 1fr; gap: 8px; }
      .report-tag { width: fit-content; }
      .fc-header-inner { flex-direction: column; gap: 16px; }
    }

/* Formerly inline style= attributes */
.more-label a { color: #333; text-decoration: none; }
.fc-footer-right { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #333; display: flex; gap: 20px; align-items: center; }
.fc-footer-right a { color: #555; text-decoration: none; transition: color 0.2s; }
.fc-footer-right a:hover { color: #B8A270; }
.fc-footer-omega { color: #222; }
