


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

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

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

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

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

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

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

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

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

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

/* Header */
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 30.14px;
    padding: 20.49px 0;
    background: #ffffff;
}
.head-section .page-wrap {
    flex-wrap: nowrap !important;
    gap: 15.87px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    display: flex !important;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 26.05px;
    font-weight: 800;
    color: #000000 !important;
    letter-spacing: -0.5px;
    text-decoration: none;
}
.primary-nav {
    align-items: center !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    gap: 23.7px;
}
.primary-nav a {
    font-size: 13.47px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.lead-article {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.5px;
    padding: 50.08px;
}
.lead-article h1 {
    color: #000000 !important;
    margin-bottom: 14.23px;
    font-size: 37.92px;
}
.lead-article h2 {
    margin-bottom: 6.72px;
    font-size: 24.81px;
    margin-top: 12.09px;
    color: #000000 !important;
    padding-bottom: 0;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.lead-article h3 {
    color: #000000 !important;
    margin-top: 19.15px;
    font-size: 19.56px;
}
.byline {
    margin-bottom: 39.56px;
    gap: 14.83px;
    color: #000000 !important;
    border-bottom: 1px solid #000000;
    font-weight: 600;
    padding-bottom: 8.21px;
    font-size: 13.75px;
    display: flex;
}
.post-body {
    font-size: 17.01px;
    line-height: 1.65;
    color: #000000 !important;
}
.author-title {
    font-weight: 400;
    color: #555555 !important;
    font-size: 11.31px;
    font-style: italic;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    /* Blue link for backlinks */;
    color: #0056b3 !important;
}
.post-body a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.static-area {
    padding: 12.21px;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 7.55px;
    font-style: italic;
    margin-top: 30.4px;
}
.static-area a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.info-panel {
    align-self: start;
    top: 40px;
    position: sticky;
}
.side-block {
    border: 2px solid #000000;
    padding: 25.84px;
    background: #ffffff;
    margin-bottom: 31.91px;
    border-radius: 13.99px;
}
.block-heading {
    font-size: 20.73px;
    text-transform: uppercase;
    margin-bottom: 20.93px;
    border-bottom: 2px solid #000000;
    letter-spacing: -0.02em;
    /* H3 Size */
    font-weight: 800;
    color: #000000 !important;
    padding-bottom: 8.24px;
}
.fresh-list {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.fresh-list li {
    position: relative;
    padding-bottom: 7.72px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 12px;
}
.fresh-list li:last-child {
    border: none !important;
}
.fresh-list a {
    display: block;
    color: #000000 !important;
    text-decoration: none;
    margin-bottom: 4.79px;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

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

.label-group {
    display: flex;
    gap: 11.28px;
    flex-wrap: wrap;
}
.keyword-tag {
    font-weight: 600;
    padding: 4.3px 12.52px;
    display: inline-block;
    border: 2px solid #000000;
    transition: all 0.2s ease;
    border-radius: 9.12px;
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    font-size: 13.59px;
}
.keyword-tag:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    background: #000000;
}

/* Footer */
.footer-bar {
    border-top: 2px solid #000000;
    padding: 41.91px 0;
    font-weight: 600;
    background: #fff;
    text-align: center;
    color: #000000 !important;
    font-size: 13.17px;
}
.fixed-port {
    font-weight: 600;
    font-size: 12.92px;
    margin-top: 10.33px;
}
.fixed-port a {
    color: #000000 !important;
    text-decoration: none;
}
.fixed-port a:hover {
    text-decoration: underline;
}
.fixed-port .local-dock {
    margin: 0 7.08px;
    color: #000000 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .content-grid { grid-template-columns: 1fr; gap: 40px; }
    .info-panel {
    position: static;
}
    .lead-article h1 {
    font-size: 31.93px;
}
}
