


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

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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    padding: 19.47px 0;
    background: #ffffff;
    margin-bottom: 32.79px;
    border-bottom: 2px solid #000000;
}
.page-top .page-wrap {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16.14px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
}
.identity {
    font-size: 26.86px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -0.49px;
    color: #000000 !important;
}
.primary-nav {
    flex-wrap: nowrap !important;
    display: flex !important;
    gap: 23.75px;
    align-items: center !important;
}
.primary-nav a {
    font-weight: 700;
    font-size: 13.88px;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
}
.primary-nav a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.feature-post {
    background: #ffffff;
    padding: 50.17px;
    border: 2px solid #000000;
    border-radius: 10.75px;
}
.feature-post h1 {
    color: #000000 !important;
    font-size: 37.7px;
    margin-bottom: 12.61px;
}
.feature-post h2 {
    padding-bottom: 0;
    margin-bottom: 9.71px;
    color: #000000 !important;
    margin-top: 15.11px;
    font-size: 23.6px;
}
.content-area > h2:first-of-type {
    margin-top: 0 !important;
}
.feature-post h3 {
    margin-top: 17.41px;
    color: #000000 !important;
    font-size: 20.12px;
}
.entry-meta {
    margin-bottom: 37.74px;
    gap: 14.39px;
    padding-bottom: 8.35px;
    font-size: 14.88px;
    color: #000000 !important;
    border-bottom: 1px solid #000000;
    display: flex;
    font-weight: 600;
}
.content-area {
    font-size: 16.84px;
    color: #000000 !important;
    line-height: 1.65;
}
.master-dock {
    font-weight: 400;
    font-size: 12.65px;
    font-style: italic;
    color: #555555 !important;
}
.content-area a {
    /* Blue link for backlinks */;
    color: #0056b3 !important;
    text-decoration: underline;
    font-weight: 700;
}
.content-area a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.flex-grid {
    font-style: italic;
    border: 2px solid #000000;
    padding: 12.97px;
    border-radius: 8.31px;
    color: #000000 !important;
    margin-top: 31.86px;
    background: #ffffff;
}
.flex-grid a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.aside-col {
    top: 40px;
    align-self: start;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    padding: 23.82px;
    margin-bottom: 27.77px;
    border-radius: 10.6px;
    border: 2px solid #000000;
}
.module-head {
    padding-bottom: 7.84px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 18.53px;
    font-size: 19.23px;
    color: #000000 !important;
    /* H3 Size */
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.stream {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.stream li {
    position: relative;
    padding-bottom: 8.59px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 8.56px;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    display: block;
    color: #000000 !important;
    font-weight: 600;
    margin-bottom: 3.95px;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

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

.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8.57px;
}
.pill {
    color: #000000 !important;
    text-decoration: none;
    border-radius: 6.96px;
    transition: all 0.2s ease;
    font-size: 12.66px;
    padding: 3.67px 11.84px;
    display: inline-block;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
}
.pill:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    background: #000000;
}

/* Footer */
.footer-bar {
    padding: 42.96px 0;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000 !important;
    text-align: center;
    font-weight: 600;
    font-size: 14.68px;
}
.static-dock {
    font-size: 12.19px;
    font-weight: 600;
    margin-top: 13.3px;
}
.static-dock a {
    text-decoration: none;
    color: #000000 !important;
}
.static-dock a:hover {
    text-decoration: underline;
}
.static-dock .direct-slot {
    color: #000000 !important;
    margin: 0 8.17px;
}
.footer-bar .responsibility,
.footer-bar .legal-nav {
    color: #4b5563 !important;
}
.footer-bar .responsibility a,
.footer-bar .legal-nav a {
    font-weight: 700;
    text-decoration: underline;
    color: #1f2937 !important;
}

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