


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

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

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

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

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

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

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

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

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

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

/* Header */
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 29.83px;
    padding: 19.47px 0;
}
.main-header .frame {
    gap: 17.15px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}
.brand-link {
    font-weight: 800;
    font-size: 25.12px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #000000 !important;
    text-decoration: none;
}
.nav-bar {
    flex-wrap: nowrap !important;
    gap: 22.55px;
    display: flex !important;
    align-items: center !important;
}
.nav-bar a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.93px;
    font-weight: 700;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.top-story {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.98px;
    padding: 49.29px;
}
.top-story h1 {
    margin-bottom: 14.56px;
    color: #000000 !important;
    font-size: 37.1px;
}
.top-story h2 {
    padding-bottom: 0;
    margin-top: 14.09px;
    color: #000000 !important;
    font-size: 23.36px;
    margin-bottom: 7.1px;
}
.read-area > h2:first-of-type {
    margin-top: 0 !important;
}
.top-story h3 {
    color: #000000 !important;
    font-size: 19.33px;
    margin-top: 18.7px;
}
.pub-info {
    padding-bottom: 8.41px;
    font-weight: 600;
    color: #000000 !important;
    gap: 14.77px;
    margin-bottom: 42.83px;
    font-size: 15px;
    border-bottom: 1px solid #000000;
    display: flex;
}
.read-area {
    font-size: 16.31px;
    line-height: 1.58;
    color: #000000 !important;
}
.site-dock {
    font-weight: 400;
    color: #555555 !important;
    font-style: italic;
    font-size: 11.8px;
}
.read-area a {
    /* Blue link for backlinks */;
    font-weight: 700;
    text-decoration: underline;
    color: #0056b3 !important;
}
.read-area a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

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

/* Sidebar */
.info-panel {
    align-self: start;
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    padding: 25.73px;
    border: 2px solid #000000;
    margin-bottom: 27.51px;
    border-radius: 12.08px;
}
.box-title {
    letter-spacing: -0.02em;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 20.34px;
    padding-bottom: 9.18px;
    margin-bottom: 21.07px;
    color: #000000 !important;
    /* H3 Size */
    font-weight: 800;
}
.latest-entries {
    margin: 0 !important;
    list-style: none !important;
    padding-left: 0 !important;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 12.4px;
    padding-bottom: 9.84px;
    position: relative;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
    color: #000000 !important;
    text-decoration: none;
}
.latest-entries a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

/* Latest Posts (for SSI included content) */
.feed-item {
    padding: 9.14px 0;
    border-bottom: 1px solid #000000;
}
.feed-item:last-child {
    border-bottom: none;
}
.feed-item a {
    display: block;
    margin-bottom: 6.52px;
    line-height: 1.38;
    font-size: 13.34px;
    font-weight: 600;
    color: #000000 !important;
    text-decoration: none;
}
.feed-item a:hover {
    text-decoration: underline;
}
.pub-date {
    font-weight: 600;
    color: #000000 !important;
    font-size: 12.49px;
}

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

.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 12.07px;
}
.keyword-tag {
    font-size: 12.95px;
    background: #ffffff;
    padding: 8.75px 15.61px;
    font-weight: 600;
    transition: all 0.2s ease;
    color: #000000 !important;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 9.49px;
    display: inline-block;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
    transform: translateY(-1px);
}

/* Footer */
.page-bottom {
    font-weight: 600;
    text-align: center;
    padding: 38.47px 0;
    color: #000000 !important;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.74px;
}
.primary-layer {
    font-size: 13.91px;
    font-weight: 600;
    margin-top: 11.93px;
}
.primary-layer a {
    color: #000000 !important;
    text-decoration: none;
}
.primary-layer a:hover {
    text-decoration: underline;
}
.primary-layer .primary-header {
    margin: 0 8.14px;
    color: #000000 !important;
}
.page-bottom .responsibility,
.page-bottom .legal-nav {
    color: #4b5563 !important;
}
.page-bottom .responsibility a,
.page-bottom .legal-nav a {
    text-decoration: underline;
    color: #1f2937 !important;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
    .split-view { grid-template-columns: 1fr; gap: 40px; }
    .info-panel {
    position: static;
}
    .top-story h1 {
    font-size: 31.74px;
}
}
