Theme - Source Excerpt 12
Summary
This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/themes/antichrist-engine/assets/css/theme.css so readers can inspect the evidence without opening the full source file.
**Source path:** Anti-Christ.org/wp-content/themes/antichrist-engine/assets/css/theme.css
.research-record-focus__actions {
margin-top: 0;
}
.research-record-focus__grid,
.research-record-focus__stack {
display: grid;
gap: 1rem;
}
.research-record-focus__links {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}
.research-record-focus__panel {
min-height: 100%;
}
.briefing-audio-button.is-playing {
border-color: rgba(192, 160, 107, 0.3);
background: rgba(192, 160, 107, 0.12);
}
.research-card__meta {
margin: 0;
color: var(--color-bone-soft);
}
.research-card__meta strong {
color: var(--color-brass);
}
.foundation-table-wrap {
overflow-x: auto;
border-radius: 24px;
border: 1px solid var(--color-line);
background: rgba(255, 255, 255, 0.02);
}
.foundation-table {
width: 100%;
border-collapse: collapse;
min-width: 720px;
}
.foundation-table th,
.foundation-table td {
padding: 1rem 1.1rem;
text-align: left;
vertical-align: top;
border-bottom: 1px solid var(--color-line);
}
.foundation-table thead th {
color: var(--color-brass);
font-size: 0.76rem;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 700;
background: rgba(255, 255, 255, 0.03);
}
.foundation-table tbody tr:last-child th,
.foundation-table tbody tr:last-child td {
border-bottom: 0;
}
@media (max-width: 760px) {
.foundation-table-wrap {
overflow: visible;
border: 0;
background: transparent;
}
.foundation-table {
min-width: 0;
display: block;
}
.foundation-table thead {
display: none;
}
.foundation-table tbody {
display: grid;
gap: 1rem;
}
.foundation-table tbody tr {
display: grid;
gap: 0.85rem;
width: 100%;
box-sizing: border-box;
padding: 1.15rem;
border: 1px solid var(--color-line);
border-radius: 22px;
background:
radial-gradient(circle at top right, rgba(151, 40, 59, 0.12), transparent 48%),
rgba(255, 255, 255, 0.03);
}
.foundation-table tbody th,
.foundation-table tbody td {
display: grid;
gap: 0.35rem;
padding: 0;
border: 0;
}
.foundation-table tbody th {
color: var(--color-copy);
font-size: 1rem;
line-height: 1.4;
}
.foundation-table tbody td::before {
content: attr(data-label);
color: var(--color-brass);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
}
}
.research-toolbar {
display: grid;
gap: 1rem;
margin-bottom: 1.4rem;
}
.research-toolbar__stack {
display: grid;
gap: 1rem;
}
.research-results-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.85rem;
}
.research-results-summary {
margin: 0;
color: var(--color-bone-soft);
}
.research-results-clear[hidden] {
display: none !important;
}
.research-search {
display: block;
max-width: min(100%, 44rem);
}
.research-search__input {
width: 100%;
}
.filter-chip-group,
.tag-list {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
}
.filter-chip,
.tag-pill {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0.55rem 0.9rem;
border-radius: 999px;
border: 1px solid var(--color-line);
background: rgba(255, 255, 255, 0.03);
color: var(--color-bone-soft);
box-shadow: none;
font-size: 0.74rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.filter-chip.is-active,
.filter-chip:hover,
.filter-chip:focus-visible {
border-color: rgba(192, 160, 107, 0.26);
background: rgba(192, 160, 107, 0.12);
color: var(--color-bone);
}
.tag-pill {
min-height: 34px;
padding-inline: 0.75rem;
background: rgba(192, 160, 107, 0.08);
color: var(--color-bone);
}
.timeline-list {
display: grid;
gap: 1rem;
}
.timeline-card {
display: grid;
grid-template-columns: 144px minmax(0, 1fr);
gap: 1rem;
padding: 1.25rem;
border-radius: 24px;
border: 1px solid var(--color-line);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
rgba(8, 10, 14, 0.7);
}
.claim-card,
.timeline-card,
.projection-entry,
.review-notice-card,
.source-library-item {
scroll-margin-top: 138px;
}
.claim-card:target,
.timeline-card:target,
.projection-entry:target,
.review-notice-card:target,
.source-library-item:target {
border-color: rgba(192, 160, 107, 0.36);
background:
radial-gradient(circle at top right, rgba(192, 160, 107, 0.12), transparent 38%),
rgba(255, 255, 255, 0.04);
box-shadow:
0 0 0 1px rgba(192, 160, 107, 0.16),
0 18px 40px rgba(0, 0, 0, 0.2);
}
.briefing-card.is-focused,
.claim-card.is-focused,
.timeline-card.is-focused,
.projection-entry.is-focused,
.review-notice-card.is-focused,
.source-library-item.is-focused {
border-color: rgba(192, 160, 107, 0.36);
background:
radial-gradient(circle at top right, rgba(192, 160, 107, 0.12), transparent 38%),
rgba(255, 255, 255, 0.04);
box-shadow:
0 0 0 1px rgba(192, 160, 107, 0.16),
0 18px 40px rgba(0, 0, 0, 0.2);
}
.timeline-card__year {
margin: 0;
color: var(--color-brass);
font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
font-size: 1.25rem;
font-weight: 700;
}
.timeline-card__body {
display: grid;
gap: 0.8rem;
padding-left: 1rem;
border-left: 1px solid rgba(192, 160, 107, 0.18);
}
.timeline-card__body h3 {
margin-bottom: 0;
}
.projection-ledger-list {
display: grid;
gap: 1rem;
}
.projection-entry {
display: grid;
gap: 0.9rem;
padding: 1.25rem;
border-radius: 24px;
border: 1px solid var(--color-line);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
rgba(8, 10, 14, 0.7);
}
.projection-ledger-list--home {
grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--grid-feature-min)), 1fr));
}
.projection-entry__header,
.projection-entry__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.9rem;
}
.projection-entry__record {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
align-items: center;
}
.projection-entry__period {
margin: 0;
color: var(--color-brass);
font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
font-size: 1.05rem;
font-weight: 700;
}
.projection-entry__meta {
display: grid;
gap: 0.85rem;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}
.projection-entry__meta p {
margin: 0;
padding: 0.95rem 1rem;
border-radius: 16px;
border: 1px solid var(--color-line);
background: rgba(255, 255, 255, 0.03);
}
.projection-entry__meta span {
display: block;
margin-bottom: 0.3rem;
color: var(--color-brass);
font-size: 0.72rem;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.projection-entry__sources {
margin-top: -0.1rem;
}
.review-notice-card {
display: grid;
gap: 0.9rem;
}
.review-notice-card__header,
.review-notice-card__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
}
.review-notice-card__status {
border-color: rgba(236, 231, 220, 0.12);
background: rgba(255, 255, 255, 0.04);
}
.review-notice-card__status--baseline {
border-color: rgba(192, 160, 107, 0.24);
background: rgba(192, 160, 107, 0.14);
color: var(--color-brass);
}
.review-notice-card__status--queued {
border-color: rgba(180, 48, 71, 0.26);
background: rgba(151, 40, 59, 0.18);
color: #f6d8de;
}
.review-notice-card__status--staged {
border-color: rgba(159, 169, 189, 0.24);
background: rgba(159, 169, 189, 0.12);
color: var(--color-bone);
}
.review-notice-meta {
display: grid;
gap: 0.85rem;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}
.review-notice-meta p {
margin: 0;
padding: 0.95rem 1rem;
border-radius: 16px;
border: 1px solid var(--color-line);
background: rgba(255, 255, 255, 0.03);
}
.review-notice-meta span {
display: block;