/* analysis.css — sealed baseline v01.6 (content-only) */
/* DATE: 2025-11-22 */
/* PURPOSE: Scoped layout styles for Analysis hub and posts only.
            Header, menu, and global nav styles removed. */

.analysis-content {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: 'Courier New', monospace;
}

.analysis-content h1,
.analysis-content h2 {
  color: #fff;
}

.analysis-content a {
  color: #888;
  text-decoration: none;
}

.analysis-content main {
  max-width: 900px;
  margin: 0 auto;
  padding: 120px 16px 16px;
}

/* Separator beneath hub description */
.analysis-content .section-separator {
  border: 0;
  border-top: 1px solid #333;
  margin: 24px 0 32px;
}

/* Hub entry layout */
.analysis-content .analysis-entry {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.analysis-content .entry-link {
  display: flex;
  gap: 16px;
  color: inherit;
}
.analysis-content .thumbnail {
  width: 100%;
  max-width: 160px;
  height: auto;
  border: 1px solid #222;
  flex-shrink: 0;
}
.analysis-content .entry-text {
  flex: 1;
}
.analysis-content .entry-text h2 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #fff;
}
.analysis-content .entry-text .dateline {
  font-size: 12px;
  color: #888;
  margin: 0 0 6px;
}
.analysis-content .entry-text .excerpt {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}

/* Featured image for post pages */
.analysis-content .featured-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 16px 0;
  border: 1px solid #222;
}

/* Scoped footer */
.analysis-content footer {
  padding: 8px;
  text-align: center;
  color: #888;
  margin-top: 40px;
}
.analysis-content footer p {
  font-size: 12px;
  margin: 4px 0;
}
.analysis-content footer a {
  color: #888;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 6px;
  font-size: 12px;
}
.analysis-content footer a:hover { color: #aaa; }
