


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

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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    margin-bottom: 31.21px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 22.8px 0;
}
.page-top .wrapper {
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 12.5px !important;
}
.wordmark {
    text-decoration: none;
    letter-spacing: -0.5px;
    font-size: 26.6px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 800;
}
.nav-links {
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 25.99px;
    display: flex !important;
}
.nav-links a {
    font-weight: 700;
    font-size: 13.82px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.nav-links a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.primary-content {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.46px;
    padding: 49.16px;
}
.primary-content h1 {
    margin-bottom: 12.96px;
    font-size: 37.74px;
    color: #000000 !important;
}
.primary-content h2 {
    font-size: 24.61px;
    margin-top: 15.78px;
    padding-bottom: 0;
    color: #000000 !important;
    margin-bottom: 8.69px;
}
.body-copy > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    color: #000000 !important;
    margin-top: 19.49px;
    font-size: 19.38px;
}
.date-line {
    font-size: 13.76px;
    padding-bottom: 8.44px;
    margin-bottom: 37.8px;
    gap: 16.69px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    color: #000000 !important;
    display: flex;
}
.body-copy {
    line-height: 1.65;
    color: #000000 !important;
    font-size: 17.41px;
}
.author-title {
    font-style: italic;
    font-weight: 400;
    font-size: 11.86px;
    color: #555555 !important;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    /* Blue link for backlinks */;
    color: #0056b3 !important;
}
.body-copy a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.site-node {
    border-radius: 9.01px;
    margin-top: 27.15px;
    background: #ffffff;
    padding: 16.39px;
    color: #000000 !important;
    font-style: italic;
    border: 2px solid #000000;
}
.site-node a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.aside-col {
    top: 40px;
    align-self: start;
    position: sticky;
}
.panel-item {
    border: 2px solid #000000;
    margin-bottom: 30.81px;
    padding: 26.1px;
    border-radius: 10.47px;
    background: #ffffff;
}
.section-head {
    font-size: 19.11px;
    border-bottom: 2px solid #000000;
    letter-spacing: -0.02em;
    margin-bottom: 17.04px;
    padding-bottom: 9.98px;
    text-transform: uppercase;
    /* H3 Size */
    font-weight: 800;
    color: #000000 !important;
}
.updates-list {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.updates-list li {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    padding-bottom: 8.57px;
    margin-bottom: 10.93px;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    text-decoration: none;
    display: block;
    margin-bottom: 2.19px;
    font-weight: 600;
    color: #000000 !important;
}
.updates-list a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

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

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

/* Footer */
.base-bar {
    font-weight: 600;
    text-align: center;
    background: #fff;
    color: #000000 !important;
    border-top: 2px solid #000000;
    padding: 41.19px 0;
    font-size: 14.01px;
}
.linked-region {
    margin-top: 12.94px;
    font-size: 13.38px;
    font-weight: 600;
}
.linked-region a {
    color: #000000 !important;
    text-decoration: none;
}
.linked-region a:hover {
    text-decoration: underline;
}
.linked-region .fluid-port {
    margin: 0 8.89px;
    color: #000000 !important;
}

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