


:root {
    --color-accent: #000000;
    --color-text-light: #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;
    --color-bg: #ffffff;
    /* No gray, only black */
    --color-border: #000000;
}

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

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

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

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

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

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

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

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

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

/* Header */
.banner-area {
    padding: 19.31px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 29.76px;
}
.banner-area .wrapper {
    flex-wrap: nowrap !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14.68px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
.logo-text {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 25.57px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.top-menu {
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 22.64px;
    display: flex !important;
}
.top-menu a {
    text-transform: uppercase;
    font-size: 13.14px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.feature-post {
    background: #ffffff;
    padding: 47.83px;
    border: 2px solid #000000;
    border-radius: 13.5px;
}
.feature-post h1 {
    margin-bottom: 13.23px;
    font-size: 37.62px;
    color: #000000 !important;
}
.feature-post h2 {
    font-size: 23.21px;
    margin-top: 12.05px;
    padding-bottom: 0;
    color: #000000 !important;
    margin-bottom: 6.87px;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.feature-post h3 {
    margin-top: 19.78px;
    color: #000000 !important;
    font-size: 19.79px;
}
.date-line {
    border-bottom: 1px solid #000000;
    font-weight: 600;
    color: #000000 !important;
    display: flex;
    font-size: 14.08px;
    margin-bottom: 38.1px;
    gap: 14.06px;
    padding-bottom: 12.85px;
}
.post-body {
    line-height: 1.59;
    font-size: 17.04px;
    color: #000000 !important;
}
.author-title {
    font-style: italic;
    color: #555555 !important;
    font-size: 12.13px;
    font-weight: 400;
}
.post-body a {
    font-weight: 700;
    /* Blue link for backlinks */;
    text-decoration: underline;
    color: #0056b3 !important;
}
.post-body a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

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

/* Sidebar */
.info-panel {
    top: 40px;
    position: sticky;
    align-self: start;
}
.panel-item {
    margin-bottom: 32.09px;
    background: #ffffff;
    padding: 23.47px;
    border: 2px solid #000000;
    border-radius: 12.54px;
}
.section-head {
    letter-spacing: -0.02em;
    border-bottom: 2px solid #000000;
    font-size: 20.35px;
    padding-bottom: 8.76px;
    color: #000000 !important;
    text-transform: uppercase;
    /* H3 Size */
    font-weight: 800;
    margin-bottom: 21.78px;
}
.updates-list {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.updates-list li {
    padding-bottom: 7.61px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 10.58px;
    position: relative;
}
.updates-list li:last-child {
    border: none !important;
}
.updates-list a {
    font-weight: 600;
    color: #000000 !important;
    text-decoration: none;
    margin-bottom: 0.71px;
    display: block;
}
.updates-list a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

/* Latest Posts (for SSI included content) */
.feed-item {
    padding: 10.92px 0;
    border-bottom: 1px solid #000000;
}
.feed-item:last-child {
    border-bottom: none;
}
.feed-item a {
    font-size: 14.87px;
    margin-bottom: 3.33px;
    color: #000000 !important;
    text-decoration: none;
    line-height: 1.44;
    display: block;
    font-weight: 600;
}
.feed-item a:hover {
    text-decoration: underline;
}
.when {
    color: #000000 !important;
    font-size: 11.45px;
    font-weight: 600;
}

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

.tag-area {
    gap: 7.1px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    border: 2px solid #000000;
    border-radius: 8.84px;
    transition: all 0.2s ease;
    color: #000000 !important;
    padding: 8.12px 12.06px;
    text-decoration: none;
    font-size: 12.46px;
    font-weight: 600;
    background: #ffffff;
    display: inline-block;
}
.label-item:hover {
    transform: translateY(-1px);
    color: #ffffff !important;
    background: #000000;
}

/* Footer */
.base-bar {
    background: #fff;
    padding: 39.5px 0;
    text-align: center;
    font-weight: 600;
    color: #000000 !important;
    font-size: 13.62px;
    border-top: 2px solid #000000;
}
.fixed-slot {
    font-weight: 600;
    font-size: 12.05px;
    margin-top: 14.33px;
}
.fixed-slot a {
    text-decoration: none;
    color: #000000 !important;
}
.fixed-slot a:hover {
    text-decoration: underline;
}
.fixed-slot .upper-band {
    color: #000000 !important;
    margin: 0 8.06px;
}

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