


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

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

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

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

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

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

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

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

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

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

/* Header */
.nav-wrap {
    margin-bottom: 31.77px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 21.1px 0;
}
.nav-wrap .inner {
    flex-direction: column !important;
    gap: 17.18px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
}
.identity {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 26.53px;
    color: #000000 !important;
    letter-spacing: -0.51px;
}
.main-menu {
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: center !important;
    gap: 25.44px;
}
.main-menu a {
    font-size: 14.69px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
}
.main-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.lead-article {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 47.63px;
    border-radius: 12.21px;
}
.lead-article h1 {
    color: #000000 !important;
    font-size: 37.42px;
    margin-bottom: 9.02px;
}
.lead-article h2 {
    padding-bottom: 0;
    font-size: 23.01px;
    color: #000000 !important;
    margin-bottom: 9.54px;
    margin-top: 17.44px;
}
.entry-text > h2:first-of-type {
    margin-top: 0 !important;
}
.lead-article h3 {
    margin-top: 18.45px;
    color: #000000 !important;
    font-size: 20.9px;
}
.post-info {
    font-size: 13.19px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10.78px;
    font-weight: 600;
    gap: 14.33px;
    margin-bottom: 39.99px;
    color: #000000 !important;
    display: flex;
}
.entry-text {
    color: #000000 !important;
    font-size: 16.68px;
    line-height: 1.61;
}
.author-title {
    font-weight: 400;
    font-style: italic;
    color: #555555 !important;
    font-size: 12.42px;
}
.entry-text a {
    font-weight: 700;
    color: #0056b3 !important;
    /* Blue link for backlinks */;
    text-decoration: underline;
}
.entry-text a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.general-bar {
    padding: 13.21px;
    margin-top: 31.08px;
    background: #ffffff;
    font-style: italic;
    border-radius: 6.6px;
    color: #000000 !important;
    border: 2px solid #000000;
}
.general-bar a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.secondary {
    align-self: start;
    top: 40px;
    position: sticky;
}
.side-block {
    margin-bottom: 30.71px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.75px;
    padding: 23.82px;
}
.label {
    color: #000000 !important;
    margin-bottom: 19.52px;
    padding-bottom: 7.45px;
    /* H3 Size */
    font-weight: 800;
    border-bottom: 2px solid #000000;
    letter-spacing: -0.02em;
    font-size: 19.16px;
    text-transform: uppercase;
}
.latest-entries {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.latest-entries li {
    margin-bottom: 10.52px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    padding-bottom: 12.4px;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 1.82px;
    display: block;
    color: #000000 !important;
}
.latest-entries a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

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

.topic-list {
    display: flex;
    gap: 12.15px;
    flex-wrap: wrap;
}
.label-item {
    padding: 5.86px 12.02px;
    text-decoration: none;
    font-size: 12.19px;
    color: #000000 !important;
    transition: all 0.2s ease;
    border: 2px solid #000000;
    border-radius: 7.92px;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Footer */
.page-bottom {
    background: #fff;
    font-weight: 600;
    font-size: 14.1px;
    text-align: center;
    border-top: 2px solid #000000;
    padding: 38.98px 0;
    color: #000000 !important;
}
.page-rail {
    font-size: 12.83px;
    margin-top: 14.76px;
    font-weight: 600;
}
.page-rail a {
    color: #000000 !important;
    text-decoration: none;
}
.page-rail a:hover {
    text-decoration: underline;
}
.page-rail .direct-col {
    color: #000000 !important;
    margin: 0 8.35px;
}

/* Responsive */
@media (max-width: 900px) {
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .secondary {
    position: static;
}
    .lead-article h1 {
    font-size: 32.22px;
}
}
