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

:root {
    --color-muted: #000000;
    --color-text: #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;
    --color-bg: #ffffff;
    --color-text-light: #000000;
}

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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    margin-bottom: 30.02px;
    background: #ffffff;
    padding: 17.48px 0;
    border-bottom: 2px solid #000000;
}
.page-top .content-wrap {
    display: flex !important;
    gap: 13.91px !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}
.home-brand {
    letter-spacing: -0.51px;
    text-transform: uppercase;
    font-size: 25.33px;
    text-decoration: none;
    font-weight: 800;
    color: #000000 !important;
}
.header-links {
    flex-wrap: nowrap !important;
    gap: 26.01px;
    align-items: center !important;
    display: flex !important;
}
.header-links a {
    font-size: 14.73px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.header-links a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.primary-content {
    background: #ffffff;
    padding: 46.48px;
    border-radius: 12.88px;
    border: 2px solid #000000;
}
.primary-content h1 {
    color: #000000 !important;
    font-size: 38.64px;
    margin-bottom: 9.96px;
}
.primary-content h2 {
    padding-bottom: 0;
    margin-top: 15.62px;
    font-size: 24.6px;
    margin-bottom: 9.35px;
    color: #000000 !important;
}
.content-area > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    font-size: 20.89px;
    margin-top: 20.93px;
    color: #000000 !important;
}
.content-meta {
    font-size: 14.74px;
    display: flex;
    margin-bottom: 39.08px;
    color: #000000 !important;
    border-bottom: 1px solid #000000;
    font-weight: 600;
    gap: 14.57px;
    padding-bottom: 7.14px;
}
.content-area {
    font-size: 17.74px;
    color: #000000 !important;
    line-height: 1.59;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #0056b3 !important;
    /* Blue link for backlinks */;
}
.content-area a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.rail {
    top: 40px;
    align-self: start;
    position: sticky;
}
.aside-box {
    border-radius: 10.44px;
    margin-bottom: 28.44px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 25.48px;
}
.block-heading {
    padding-bottom: 10.83px;
    border-bottom: 2px solid #000000;
    color: #000000 !important;
    margin-bottom: 20.52px;
    letter-spacing: -0.02em;
    /* H3 Size */
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20.5px;
}
.latest-entries {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.latest-entries li {
    margin-bottom: 10.68px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
    padding-bottom: 9.29px;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    display: block;
    text-decoration: none;
    margin-bottom: 0.28px;
    font-weight: 600;
    color: #000000 !important;
}
.latest-entries a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.feed-item {
    padding: 12.05px 0;
    border-bottom: 1px solid #000000;
}
.feed-item:last-child {
    border-bottom: none;
}
.feed-item a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.43;
    font-size: 14.27px;
    margin-bottom: 3.49px;
    display: block;
}
.feed-item a:hover {
    text-decoration: underline;
}
.date-label {
    font-size: 12.22px;
    font-weight: 600;
    color: #000000 !important;
}

.log-list {
    list-style: none;
}
.log-list li {
    margin-bottom: 12.36px;
}
.log-list a {
    font-weight: 600;
    color: #000000 !important;
    display: flex;
    font-size: 14.17px;
    justify-content: space-between;
}
.post-count {
    color: #000000 !important;
}

.tag-area {
    gap: 8.75px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    border: 2px solid #000000;
    font-weight: 600;
    color: #000000 !important;
    font-size: 13.47px;
    background: #ffffff;
    border-radius: 9.49px;
    display: inline-block;
    text-decoration: none;
    padding: 5.1px 15.99px;
    transition: all 0.2s ease;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
    transform: translateY(-1px);
}

/* Footer */
.end-section {
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000 !important;
    font-size: 13.21px;
    background: #fff;
    padding: 37.43px 0;
    text-align: center;
}
.outer-dock {
    font-weight: 600;
    margin-top: 10.65px;
    font-size: 12.33px;
}
.outer-dock a {
    text-decoration: none;
    color: #000000 !important;
}
.outer-dock a:hover {
    text-decoration: underline;
}
.outer-dock .core-port {
    margin: 0 9.21px;
    color: #000000 !important;
}

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