


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

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

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

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

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

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

/* 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, .post-body p:empty {
    display: none !important;
}
.post-body > br {
    display: none !important;
}

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

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

/* Header */
.page-top {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 30.83px;
    padding: 18.42px 0;
}
.page-top .frame {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 12.84px !important;
    justify-content: flex-start !important;
}
.brand-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26.58px;
    letter-spacing: -0.51px;
    color: #000000 !important;
}
.header-links {
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 27.09px;
    display: flex !important;
}
.header-links a {
    color: #000000 !important;
    font-size: 14.24px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.header-links a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.main-post {
    border-radius: 13.89px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 47.37px;
}
.main-post h1 {
    color: #000000 !important;
    font-size: 38.91px;
    margin-bottom: 12.53px;
}
.main-post h2 {
    margin-top: 16.82px;
    font-size: 23.5px;
    margin-bottom: 5.2px;
    padding-bottom: 0;
    color: #000000 !important;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    margin-top: 18.08px;
    font-size: 19.65px;
    color: #000000 !important;
}
.byline {
    display: flex;
    margin-bottom: 40.72px;
    font-size: 13.17px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    gap: 12.45px;
    padding-bottom: 9.28px;
    color: #000000 !important;
}
.post-body {
    font-size: 17.08px;
    color: #000000 !important;
    line-height: 1.57;
}
.author-title {
    font-style: italic;
    color: #555555 !important;
    font-size: 12.34px;
    font-weight: 400;
}
.post-body a {
    text-decoration: underline;
    /* Blue link for backlinks */;
    color: #0056b3 !important;
    font-weight: 700;
}
.post-body a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.central-node {
    font-style: italic;
    border-radius: 6.6px;
    color: #000000 !important;
    border: 2px solid #000000;
    margin-top: 32.95px;
    padding: 17.5px;
    background: #ffffff;
}
.central-node a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.info-panel {
    top: 40px;
    align-self: start;
    position: sticky;
}
.info-card {
    margin-bottom: 29.11px;
    border-radius: 11.67px;
    padding: 23.09px;
    background: #ffffff;
    border: 2px solid #000000;
}
.box-title {
    border-bottom: 2px solid #000000;
    font-size: 20.84px;
    text-transform: uppercase;
    padding-bottom: 11.08px;
    color: #000000 !important;
    margin-bottom: 21.18px;
    letter-spacing: -0.02em;
    /* H3 Size */
    font-weight: 800;
}
.fresh-list {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    position: relative;
    padding-bottom: 8.31px;
    margin-bottom: 9.18px;
}
.fresh-list li:last-child {
    border: none !important;
}
.fresh-list a {
    margin-bottom: 3.79px;
    font-weight: 600;
    color: #000000 !important;
    display: block;
    text-decoration: none;
}
.fresh-list a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

/* Latest Posts (for SSI included content) */
.entry-row {
    padding: 10.97px 0;
    border-bottom: 1px solid #000000;
}
.entry-row:last-child {
    border-bottom: none;
}
.entry-row a {
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 7.49px;
    color: #000000 !important;
    display: block;
    line-height: 1.36;
    font-size: 13.61px;
}
.entry-row a:hover {
    text-decoration: underline;
}
.created-at {
    color: #000000 !important;
    font-weight: 600;
    font-size: 12.26px;
}

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

.chip-group {
    flex-wrap: wrap;
    gap: 11.22px;
    display: flex;
}
.pill {
    transition: all 0.2s ease;
    background: #ffffff;
    font-size: 12.54px;
    text-decoration: none;
    border-radius: 7.84px;
    color: #000000 !important;
    display: inline-block;
    padding: 4.71px 12.37px;
    font-weight: 600;
    border: 2px solid #000000;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Footer */
.base-bar {
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 13.98px;
    font-weight: 600;
    text-align: center;
    color: #000000 !important;
    padding: 38.03px 0;
}
.flex-row {
    font-size: 13.42px;
    font-weight: 600;
    margin-top: 10.46px;
}
.flex-row a {
    color: #000000 !important;
    text-decoration: none;
}
.flex-row a:hover {
    text-decoration: underline;
}
.flex-row .common-section {
    margin: 0 8.58px;
    color: #000000 !important;
}

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