
/* SPECTRE MASTER THEME - NATIVE BLACK (NUCLEAR OPTION) */
/* No Google Fonts - System Only */

:root {
    --color-muted: #000000;
    --color-bg: #ffffff;
    --color-text: #000000;
    --color-text-light: #000000;
    --color-accent: #000000;
    --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    /* No gray, only black */
    --color-border: #000000;
    --spacing-container: 1200px;
}

* {
    border-color: #000000 !important;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    /* Force all borders black */
    outline-color: #000000 !important;
}

body {
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-main);
    background-color: var(--color-bg);
    font-size: 16.03px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.47;
    color: var(--color-text) !important;
    -moz-text-size-adjust: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    opacity: 1;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.3em;
    color: #000000 !important;
}

/* Fix Chrome deprecation warning: explicit font-sizes for h1 in article/section */
h1 {
    font-size: 1.98em;
}
article h1, section h1 {
    font-size: 2.03em;
}

/* Remove empty spacers generated by rich text editors/CMS */
p:empty, .body-copy p:empty {
    display: none !important;
}
.body-copy > br {
    display: none !important;
}

p {
    margin-bottom: 0.92em;
    color: #000000 !important;
}
small {
    color: #000000 !important;
}
span {
    color: #000000 !important;
}

/* Layout */
.inner {
    margin: 0 auto;
    max-width: var(--spacing-container);
    padding: 0 21.74px;
}

/* Header */
.main-header {
    padding: 22.49px 0;
    background: #ffffff;
    margin-bottom: 32.76px;
    border-bottom: 2px solid #000000;
}
.main-header .inner {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 12.39px !important;
    display: flex !important;
}
.brand-link {
    text-decoration: none;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 800;
    font-size: 25.53px;
}
.main-menu {
    gap: 23.22px;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}
.main-menu a {
    font-size: 13.81px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* Main Grid */
.content-grid {
    margin-bottom: 81.16px;
    display: grid;
    grid-template-columns: 1fr 300px;
    /* Left Content - Right Sidebar */
    gap: 60px;
}

/* Mega Article */
.top-story {
    padding: 46.92px;
    border: 2px solid #000000;
    border-radius: 10.69px;
    background: #ffffff;
}
.top-story h1 {
    margin-bottom: 14.37px;
    font-size: 37.13px;
    color: #000000 !important;
}
.top-story h2 {
    margin-bottom: 9.86px;
    padding-bottom: 0;
    font-size: 24.03px;
    margin-top: 13.7px;
    color: #000000 !important;
}
.body-copy > h2:first-of-type {
    margin-top: 0 !important;
}
.top-story h3 {
    color: #000000 !important;
    margin-top: 18.57px;
    font-size: 20.87px;
}
.post-info {
    color: #000000 !important;
    border-bottom: 1px solid #000000;
    margin-bottom: 40.25px;
    display: flex;
    font-size: 13.3px;
    padding-bottom: 9.67px;
    font-weight: 600;
    gap: 15.96px;
}
.body-copy {
    line-height: 1.65;
    font-size: 16.68px;
    color: #000000 !important;
}
.body-copy a {
    color: #0056b3 !important;
    text-decoration: underline;
    /* Blue link for backlinks */;
    font-weight: 700;
}
.body-copy a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.outer-item {
    border: 2px solid #000000;
    margin-top: 28.07px;
    font-style: italic;
    color: #000000 !important;
    background: #ffffff;
    padding: 13.97px;
    border-radius: 8.26px;
}
.outer-item a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.rail {
    top: 40px;
    position: sticky;
    align-self: start;
}
.module {
    border-radius: 10.68px;
    margin-bottom: 28.08px;
    background: #ffffff;
    padding: 24.62px;
    border: 2px solid #000000;
}
.label {
    color: #000000 !important;
    /* H3 Size */
    font-weight: 800;
    font-size: 20.13px;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.63px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 19.17px;
}
.latest-entries {
    margin: 0 !important;
    list-style: none !important;
    padding-left: 0 !important;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
    margin-bottom: 12.6px;
    padding-bottom: 11.25px;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    display: block;
    margin-bottom: 3.91px;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.content-row {
    border-bottom: 1px solid #000000;
    padding: 12.54px 0;
}
.content-row:last-child {
    border-bottom: none;
}
.content-row a {
    display: block;
    text-decoration: none;
    font-size: 13.74px;
    line-height: 1.42;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 6.49px;
}
.content-row a:hover {
    text-decoration: underline;
}
.pub-date {
    font-size: 11.19px;
    font-weight: 600;
    color: #000000 !important;
}

.log-list {
    list-style: none;
}
.log-list li {
    margin-bottom: 10.79px;
}
.log-list a {
    display: flex;
    color: #000000 !important;
    justify-content: space-between;
    font-size: 13.03px;
    font-weight: 600;
}
.num-badge {
    color: #000000 !important;
}

.chip-group {
    gap: 12.99px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    color: #000000 !important;
    text-decoration: none;
    background: #ffffff;
    border-radius: 6.67px;
    border: 2px solid #000000;
    padding: 7.86px 13.27px;
    transition: all 0.2s ease;
    font-size: 13.25px;
    display: inline-block;
    font-weight: 600;
}
.pill:hover {
    background: #000000;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* Footer */
.closing {
    font-weight: 600;
    color: #000000 !important;
    background: #fff;
    padding: 41.44px 0;
    text-align: center;
    font-size: 14.71px;
    border-top: 2px solid #000000;
}
.top-col {
    font-weight: 600;
    font-size: 13.69px;
    margin-top: 12.15px;
}
.top-col a {
    text-decoration: none;
    color: #000000 !important;
}
.top-col a:hover {
    text-decoration: underline;
}
.top-col .common-card {
    margin: 0 7.29px;
    color: #000000 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .content-grid { grid-template-columns: 1fr; gap: 40px; }
    .rail {
    position: static;
}
    .top-story h1 {
    font-size: 32.08px;
}
}
