


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

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

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

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

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

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

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

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

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

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

/* Header */
.main-header {
    padding: 20.51px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 31.69px;
}
.main-header .inner {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 14.07px !important;
}
.brand-mark {
    letter-spacing: -0.5px;
    color: #000000 !important;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 26.12px;
}
.main-menu {
    display: flex !important;
    gap: 26.52px;
    flex-wrap: nowrap !important;
    align-items: center !important;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.95px;
}
.main-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.main-post {
    border: 2px solid #000000;
    padding: 46.2px;
    background: #ffffff;
    border-radius: 12.57px;
}
.main-post h1 {
    color: #000000 !important;
    font-size: 38.29px;
    margin-bottom: 10.98px;
}
.main-post h2 {
    margin-top: 16.06px;
    margin-bottom: 9.34px;
    padding-bottom: 0;
    color: #000000 !important;
    font-size: 24.63px;
}
.main-text > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    font-size: 20.91px;
    margin-top: 17.78px;
    color: #000000 !important;
}
.date-line {
    color: #000000 !important;
    border-bottom: 1px solid #000000;
    margin-bottom: 41.65px;
    gap: 14.15px;
    display: flex;
    font-size: 13.91px;
    padding-bottom: 10.19px;
    font-weight: 600;
}
.main-text {
    font-size: 17.16px;
    line-height: 1.64;
    color: #000000 !important;
}
.linked-dock {
    color: #555555 !important;
    font-weight: 400;
    font-size: 12.55px;
    font-style: italic;
}
.main-text a {
    /* Blue link for backlinks */;
    color: #0056b3 !important;
    font-weight: 700;
    text-decoration: underline;
}
.main-text a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.main-panel {
    margin-top: 30.11px;
    background: #ffffff;
    padding: 15.4px;
    border-radius: 7.96px;
    color: #000000 !important;
    border: 2px solid #000000;
    font-style: italic;
}
.main-panel a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.aside-col {
    align-self: start;
    position: sticky;
    top: 40px;
}
.module {
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 29.37px;
    border-radius: 10.16px;
    padding: 22.45px;
}
.panel-title {
    margin-bottom: 17.35px;
    /* H3 Size */
    font-weight: 800;
    border-bottom: 2px solid #000000;
    letter-spacing: -0.02em;
    color: #000000 !important;
    font-size: 19.19px;
    text-transform: uppercase;
    padding-bottom: 7.1px;
}
.updates-list {
    margin: 0 !important;
    list-style: none !important;
    padding-left: 0 !important;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 9.3px;
    padding-bottom: 10.65px;
    position: relative;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    color: #000000 !important;
    margin-bottom: 4.44px;
    font-weight: 600;
    display: block;
    text-decoration: none;
}
.updates-list a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

/* Latest Posts (for SSI included content) */
.entry-row {
    border-bottom: 1px solid #000000;
    padding: 14.48px 0;
}
.entry-row:last-child {
    border-bottom: none;
}
.entry-row a {
    display: block;
    font-size: 13.92px;
    line-height: 1.37;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 5.27px;
    text-decoration: none;
}
.entry-row a:hover {
    text-decoration: underline;
}
.entry-date {
    font-size: 12.89px;
    font-weight: 600;
    color: #000000 !important;
}

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

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

/* Footer */
.closing {
    font-weight: 600;
    color: #000000 !important;
    background: #fff;
    font-size: 13.91px;
    border-top: 2px solid #000000;
    padding: 42.92px 0;
    text-align: center;
}
.master-bar {
    font-size: 13.68px;
    font-weight: 600;
    margin-top: 12.55px;
}
.master-bar a {
    color: #000000 !important;
    text-decoration: none;
}
.master-bar a:hover {
    text-decoration: underline;
}
.master-bar .linked-stack {
    color: #000000 !important;
    margin: 0 9.29px;
}
.closing .responsibility,
.closing .legal-nav {
    color: #4b5563 !important;
}
.closing .responsibility a,
.closing .legal-nav a {
    font-weight: 700;
    color: #1f2937 !important;
    text-decoration: underline;
}

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