


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

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

body {
    background-color: var(--color-bg);
    font-size: 15.2px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--color-text) !important;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    line-height: 1.46;
    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 {
    max-width: 100%;
    display: block;
    height: auto;
}

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

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

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

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

/* Header */
.page-top {
    margin-bottom: 32.05px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 17.79px 0;
}
.page-top .page-wrap {
    gap: 16.96px !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    display: flex !important;
    align-items: flex-start !important;
}
.identity {
    text-transform: uppercase;
    font-weight: 800;
    color: #000000 !important;
    font-size: 26.38px;
    text-decoration: none;
    letter-spacing: -0.51px;
}
.nav-links {
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 27.47px;
    display: flex !important;
}
.nav-links a {
    font-size: 14.37px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.main-post {
    border-radius: 12.86px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 48.49px;
}
.main-post h1 {
    margin-bottom: 10.47px;
    font-size: 38.42px;
    color: #000000 !important;
}
.main-post h2 {
    margin-bottom: 5.36px;
    color: #000000 !important;
    padding-bottom: 0;
    font-size: 24.49px;
    margin-top: 12.44px;
}
.body-copy > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    color: #000000 !important;
    margin-top: 21.55px;
    font-size: 19.81px;
}
.entry-meta {
    font-size: 14.23px;
    display: flex;
    color: #000000 !important;
    font-weight: 600;
    margin-bottom: 41.68px;
    border-bottom: 1px solid #000000;
    gap: 12.8px;
    padding-bottom: 10.06px;
}
.body-copy {
    line-height: 1.56;
    font-size: 17.98px;
    color: #000000 !important;
}
.author-title {
    font-weight: 400;
    font-style: italic;
    color: #555555 !important;
    font-size: 12.9px;
}
.body-copy a {
    /* Blue link for backlinks */;
    color: #0056b3 !important;
    text-decoration: underline;
    font-weight: 700;
}
.body-copy a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

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

/* Sidebar */
.info-panel {
    top: 40px;
    align-self: start;
    position: sticky;
}
.widget-box {
    margin-bottom: 30.39px;
    border-radius: 11.69px;
    border: 2px solid #000000;
    padding: 23.98px;
    background: #ffffff;
}
.box-title {
    padding-bottom: 9.54px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.43px;
    font-size: 20.62px;
    /* H3 Size */
    font-weight: 800;
}
.stream {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.stream li {
    margin-bottom: 10.65px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    padding-bottom: 11.29px;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    text-decoration: none;
    margin-bottom: 1.72px;
    display: block;
    font-weight: 600;
    color: #000000 !important;
}
.stream a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

.time-list {
    list-style: none;
}
.time-list li {
    margin-bottom: 7.53px;
}
.time-list a {
    display: flex;
    color: #000000 !important;
    font-weight: 600;
    justify-content: space-between;
    font-size: 13.79px;
}
.num-badge {
    color: #000000 !important;
}

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

/* Footer */
.footer-bar {
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #000000 !important;
    padding: 38.53px 0;
    font-size: 14.73px;
    border-top: 2px solid #000000;
}
.direct-header {
    font-size: 13.25px;
    font-weight: 600;
    margin-top: 9.39px;
}
.direct-header a {
    color: #000000 !important;
    text-decoration: none;
}
.direct-header a:hover {
    text-decoration: underline;
}
.direct-header .inner-stack {
    margin: 0 10.52px;
    color: #000000 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .info-panel {
    position: static;
}
    .main-post h1 {
    font-size: 32.45px;
}
}
