


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

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

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

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

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

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

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

/* 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 {
    margin-bottom: 0.79em;
    color: #000000 !important;
}
small {
    color: #000000 !important;
}
span {
    color: #000000 !important;
}

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

/* Header */
.nav-wrap {
    padding: 20.39px 0;
    background: #ffffff;
    margin-bottom: 28.72px;
    border-bottom: 2px solid #000000;
}
.nav-wrap .inner {
    justify-content: flex-start !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 15.47px !important;
    display: flex !important;
}
.brand-mark {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.49px;
    text-decoration: none;
    color: #000000 !important;
    font-size: 26.46px;
}
.header-links {
    align-items: center !important;
    gap: 23.25px;
    flex-wrap: nowrap !important;
    display: flex !important;
}
.header-links a {
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.3px;
    text-decoration: none;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.main-post {
    padding: 50.09px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.49px;
}
.main-post h1 {
    margin-bottom: 13.58px;
    color: #000000 !important;
    font-size: 38.41px;
}
.main-post h2 {
    margin-top: 14.25px;
    margin-bottom: 8.12px;
    padding-bottom: 0;
    font-size: 23.25px;
    color: #000000 !important;
}
.entry-text > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    margin-top: 20.84px;
    color: #000000 !important;
    font-size: 19.78px;
}
.content-meta {
    font-weight: 600;
    color: #000000 !important;
    padding-bottom: 11.44px;
    border-bottom: 1px solid #000000;
    display: flex;
    gap: 13.75px;
    margin-bottom: 40.1px;
    font-size: 14.45px;
}
.entry-text {
    font-size: 16.72px;
    line-height: 1.65;
    color: #000000 !important;
}
.author-title {
    font-style: italic;
    color: #555555 !important;
    font-size: 12.15px;
    font-weight: 400;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #0056b3 !important;
    /* Blue link for backlinks */;
}
.entry-text a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.primary-dock {
    border-radius: 8.83px;
    padding: 12.58px;
    margin-top: 27.37px;
    background: #ffffff;
    color: #000000 !important;
    font-style: italic;
    border: 2px solid #000000;
}
.primary-dock a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.rail {
    align-self: start;
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 25.53px;
    border: 2px solid #000000;
    margin-bottom: 30.81px;
    border-radius: 10.22px;
    background: #ffffff;
}
.block-heading {
    /* H3 Size */
    font-weight: 800;
    margin-bottom: 19.23px;
    letter-spacing: -0.02em;
    font-size: 20.89px;
    text-transform: uppercase;
    padding-bottom: 11.37px;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
}
.fresh-list {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.fresh-list li {
    position: relative;
    margin-bottom: 7.68px;
    padding-bottom: 9.49px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.fresh-list li:last-child {
    border: none !important;
}
.fresh-list a {
    display: block;
    text-decoration: none;
    margin-bottom: 0px;
    color: #000000 !important;
    font-weight: 600;
}
.fresh-list a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

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

.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 8.43px;
}
.chip {
    border: 2px solid #000000;
    border-radius: 6.1px;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    font-size: 13.42px;
    color: #000000 !important;
    padding: 3.62px 14.55px;
}
.chip:hover {
    transform: translateY(-1px);
    background: #000000;
    color: #ffffff !important;
}

/* Footer */
.base-bar {
    font-size: 14.7px;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 39.91px 0;
    text-align: center;
    font-weight: 600;
    color: #000000 !important;
}
.anchor-block {
    margin-top: 13.69px;
    font-weight: 600;
    font-size: 13.45px;
}
.anchor-block a {
    color: #000000 !important;
    text-decoration: none;
}
.anchor-block a:hover {
    text-decoration: underline;
}
.anchor-block .common-unit {
    color: #000000 !important;
    margin: 0 6.53px;
}

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