


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

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

body {
    font-size: 16.05px;
    color: var(--color-text) !important;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: var(--font-main);
    background-color: var(--color-bg);
    line-height: 1.53;
    -ms-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 {
    line-height: 1.26;
    letter-spacing: -0.02em;
    color: #000000 !important;
    margin-bottom: 0.48em;
    font-weight: 700;
}

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

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

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

/* Header */
.banner-area {
    margin-bottom: 31.69px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 18.06px 0;
}
.banner-area .inner {
    gap: 17.83px !important;
    display: flex !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
}
.identity {
    text-transform: uppercase;
    letter-spacing: -0.51px;
    text-decoration: none;
    font-size: 25.65px;
    color: #000000 !important;
    font-weight: 800;
}
.main-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 23.56px;
}
.main-menu a {
    text-transform: uppercase;
    font-size: 13.45px;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.top-story {
    background: #ffffff;
    padding: 48.36px;
    border-radius: 13.75px;
    border: 2px solid #000000;
}
.top-story h1 {
    font-size: 38.32px;
    color: #000000 !important;
    margin-bottom: 10.39px;
}
.top-story h2 {
    padding-bottom: 0;
    font-size: 23.25px;
    margin-bottom: 6.65px;
    color: #000000 !important;
    margin-top: 12.45px;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.top-story h3 {
    color: #000000 !important;
    margin-top: 19.24px;
    font-size: 20.88px;
}
.post-info {
    font-size: 13.03px;
    color: #000000 !important;
    gap: 13.15px;
    margin-bottom: 39.18px;
    display: flex;
    padding-bottom: 8.5px;
    border-bottom: 1px solid #000000;
    font-weight: 600;
}
.post-body {
    font-size: 17.23px;
    line-height: 1.59;
    color: #000000 !important;
}
.author-title {
    color: #555555 !important;
    font-weight: 400;
    font-size: 11.03px;
    font-style: italic;
}
.post-body a {
    /* Blue link for backlinks */;
    font-weight: 700;
    text-decoration: underline;
    color: #0056b3 !important;
}
.post-body a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.default-cell {
    padding: 12.96px;
    border-radius: 9.86px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-top: 30.08px;
    font-style: italic;
    color: #000000 !important;
}
.default-cell a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.info-panel {
    top: 40px;
    align-self: start;
    position: sticky;
}
.aside-box {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 25.94px;
    border-radius: 12.15px;
    margin-bottom: 27.89px;
}
.module-head {
    /* H3 Size */
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.81px;
    font-size: 19.83px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: #000000 !important;
    letter-spacing: -0.02em;
}
.stream {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.stream li {
    position: relative;
    padding-bottom: 11.17px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 7.38px;
}
.stream li:last-child {
    border: none !important;
}
.stream a {
    color: #000000 !important;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Latest Posts (for SSI included content) */
.article-link {
    padding: 13.32px 0;
    border-bottom: 1px solid #000000;
}
.article-link:last-child {
    border-bottom: none;
}
.article-link a {
    text-decoration: none;
    font-weight: 600;
    line-height: 1.36;
    color: #000000 !important;
    font-size: 13.31px;
    margin-bottom: 4.09px;
    display: block;
}
.article-link a:hover {
    text-decoration: underline;
}
.pub-date {
    font-size: 12.91px;
    color: #000000 !important;
    font-weight: 600;
}

.month-list {
    list-style: none;
}
.month-list li {
    margin-bottom: 9.34px;
}
.month-list a {
    font-size: 13.49px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    color: #000000 !important;
}
.post-count {
    color: #000000 !important;
}

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

/* Footer */
.base-bar {
    padding: 39.88px 0;
    font-size: 14.79px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000 !important;
}
.site-wrap {
    font-size: 13.77px;
    font-weight: 600;
    margin-top: 11.81px;
}
.site-wrap a {
    text-decoration: none;
    color: #000000 !important;
}
.site-wrap a:hover {
    text-decoration: underline;
}
.site-wrap .static-port {
    color: #000000 !important;
    margin: 0 9.43px;
}

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