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

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

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

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

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

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

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

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

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

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

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

/* Header */
.head-section {
    margin-bottom: 32.98px;
    padding: 22.74px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.head-section .wrapper {
    gap: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.identity {
    text-decoration: none;
    letter-spacing: -0.51px;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 26.23px;
    font-weight: 800;
}
.nav-bar {
    gap: 23.09px;
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: center !important;
}
.nav-bar a {
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 13.43px;
}
.nav-bar a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.feature-post {
    padding: 47.91px;
    border: 2px solid #000000;
    border-radius: 11.43px;
    background: #ffffff;
}
.feature-post h1 {
    font-size: 38.45px;
    color: #000000 !important;
    margin-bottom: 12.25px;
}
.feature-post h2 {
    padding-bottom: 0;
    margin-bottom: 7.7px;
    color: #000000 !important;
    margin-top: 15.12px;
    font-size: 24.3px;
}
.read-area > h2:first-of-type {
    margin-top: 0 !important;
}
.feature-post h3 {
    margin-top: 19.29px;
    font-size: 20.72px;
    color: #000000 !important;
}
.post-info {
    border-bottom: 1px solid #000000;
    padding-bottom: 9.74px;
    margin-bottom: 37.65px;
    gap: 17.61px;
    font-size: 14.64px;
    display: flex;
    color: #000000 !important;
    font-weight: 600;
}
.read-area {
    font-size: 17.92px;
    color: #000000 !important;
    line-height: 1.59;
}
.read-area a {
    color: #0056b3 !important;
    font-weight: 700;
    /* Blue link for backlinks */;
    text-decoration: underline;
}
.read-area a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.main-shelf {
    padding: 15.81px;
    margin-top: 28.45px;
    border: 2px solid #000000;
    background: #ffffff;
    font-style: italic;
    border-radius: 7.53px;
    color: #000000 !important;
}
.main-shelf a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.rail {
    position: sticky;
    top: 40px;
    align-self: start;
}
.panel-item {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 31.17px;
    padding: 22.95px;
    border-radius: 10.23px;
}
.block-heading {
    /* H3 Size */
    font-weight: 800;
    text-transform: uppercase;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
    letter-spacing: -0.02em;
    margin-bottom: 19.51px;
    padding-bottom: 7.13px;
    font-size: 20.15px;
}
.updates-list {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}
.updates-list li {
    position: relative;
    margin-bottom: 10.92px;
    padding-bottom: 12.23px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    color: #000000 !important;
    display: block;
    margin-bottom: 2.14px;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

.date-index {
    list-style: none;
}
.date-index li {
    margin-bottom: 7.29px;
}
.date-index a {
    color: #000000 !important;
    font-size: 13.4px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.item-total {
    color: #000000 !important;
}

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

/* Footer */
.closing {
    padding: 42.34px 0;
    font-weight: 600;
    font-size: 14.28px;
    border-top: 2px solid #000000;
    text-align: center;
    background: #fff;
    color: #000000 !important;
}
.static-strip {
    font-weight: 600;
    font-size: 12.23px;
    margin-top: 12.64px;
}
.static-strip a {
    text-decoration: none;
    color: #000000 !important;
}
.static-strip a:hover {
    text-decoration: underline;
}
.static-strip .main-col {
    color: #000000 !important;
    margin: 0 5.73px;
}

/* Responsive */
@media (max-width: 900px) {
    .split-view { grid-template-columns: 1fr; gap: 40px; }
    .rail {
    position: static;
}
    .feature-post h1 {
    font-size: 32.4px;
}
}
