


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

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

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

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

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

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

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

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

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

/* Header */
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 30.29px;
    padding: 22.97px 0;
}
.head-section .inner {
    gap: 13.62px !important;
    justify-content: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
}
.brand-link {
    font-weight: 800;
    font-size: 25.43px;
    letter-spacing: -0.5px;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 22.62px;
}
.main-menu a {
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.45px;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.primary-content {
    background: #ffffff;
    padding: 48.94px;
    border: 2px solid #000000;
    border-radius: 10.23px;
}
.primary-content h1 {
    color: #000000 !important;
    margin-bottom: 11.16px;
    font-size: 37.54px;
}
.primary-content h2 {
    margin-bottom: 9.3px;
    font-size: 23.52px;
    margin-top: 17.36px;
    padding-bottom: 0;
    color: #000000 !important;
}
.content-area > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    color: #000000 !important;
    font-size: 19.42px;
    margin-top: 22.41px;
}
.date-line {
    gap: 15.02px;
    margin-bottom: 41.33px;
    color: #000000 !important;
    border-bottom: 1px solid #000000;
    font-size: 14.33px;
    font-weight: 600;
    padding-bottom: 10.48px;
    display: flex;
}
.content-area {
    font-size: 16.99px;
    color: #000000 !important;
    line-height: 1.57;
}
.author-title {
    font-size: 12.65px;
    font-weight: 400;
    font-style: italic;
    color: #555555 !important;
}
.content-area a {
    /* Blue link for backlinks */;
    font-weight: 700;
    color: #0056b3 !important;
    text-decoration: underline;
}
.content-area a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.page-shelf {
    color: #000000 !important;
    font-style: italic;
    background: #ffffff;
    padding: 16.59px;
    border-radius: 8.23px;
    margin-top: 27.08px;
    border: 2px solid #000000;
}
.page-shelf a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.info-panel {
    top: 40px;
    align-self: start;
    position: sticky;
}
.module {
    background: #ffffff;
    margin-bottom: 31.83px;
    border: 2px solid #000000;
    border-radius: 10.93px;
    padding: 25.6px;
}
.label {
    color: #000000 !important;
    padding-bottom: 8.45px;
    margin-bottom: 19.41px;
    border-bottom: 2px solid #000000;
    font-size: 19.15px;
    text-transform: uppercase;
    /* H3 Size */
    font-weight: 800;
    letter-spacing: -0.02em;
}
.new-items {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.new-items li {
    position: relative;
    padding-bottom: 7.97px;
    margin-bottom: 10.16px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.new-items li:last-child {
    border: none !important;
}
.new-items a {
    color: #000000 !important;
    text-decoration: none;
    display: block;
    font-weight: 600;
    margin-bottom: 1.5px;
}
.new-items a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.feed-item {
    border-bottom: 1px solid #000000;
    padding: 9.61px 0;
}
.feed-item:last-child {
    border-bottom: none;
}
.feed-item a {
    color: #000000 !important;
    display: block;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.42;
    font-size: 14.77px;
    margin-bottom: 4.17px;
}
.feed-item a:hover {
    text-decoration: underline;
}
.created-at {
    font-size: 12.71px;
    color: #000000 !important;
    font-weight: 600;
}

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

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

/* Footer */
.closing {
    padding: 37.67px 0;
    font-size: 14.88px;
    color: #000000 !important;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
}
.static-frame {
    font-weight: 600;
    font-size: 13.47px;
    margin-top: 11.34px;
}
.static-frame a {
    text-decoration: none;
    color: #000000 !important;
}
.static-frame a:hover {
    text-decoration: underline;
}
.static-frame .global-region {
    color: #000000 !important;
    margin: 0 9.62px;
}

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