


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

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

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

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

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

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

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

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

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

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

/* Header */
.banner-area {
    border-bottom: 2px solid #000000;
    margin-bottom: 28.34px;
    padding: 19.49px 0;
    background: #ffffff;
}
.banner-area .frame {
    flex-wrap: nowrap !important;
    display: flex !important;
    gap: 14.41px !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}
.wordmark {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25.19px;
    color: #000000 !important;
    letter-spacing: -0.5px;
}
.top-menu {
    display: flex !important;
    gap: 23.33px;
    flex-wrap: nowrap !important;
    align-items: center !important;
}
.top-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 14.24px;
    color: #000000 !important;
}
.top-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.main-post {
    border: 2px solid #000000;
    padding: 48.34px;
    background: #ffffff;
    border-radius: 13.36px;
}
.main-post h1 {
    font-size: 38.08px;
    margin-bottom: 14.73px;
    color: #000000 !important;
}
.main-post h2 {
    padding-bottom: 0;
    margin-top: 15.11px;
    color: #000000 !important;
    margin-bottom: 6.94px;
    font-size: 24.38px;
}
.main-text > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    font-size: 20.92px;
    color: #000000 !important;
    margin-top: 19.48px;
}
.byline {
    font-weight: 600;
    padding-bottom: 9.65px;
    margin-bottom: 39.21px;
    display: flex;
    border-bottom: 1px solid #000000;
    gap: 13.04px;
    font-size: 14.65px;
    color: #000000 !important;
}
.main-text {
    line-height: 1.57;
    font-size: 17.88px;
    color: #000000 !important;
}
.author-title {
    font-size: 12.41px;
    font-style: italic;
    color: #555555 !important;
    font-weight: 400;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #0056b3 !important;
    /* Blue link for backlinks */;
}
.main-text a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.anchor-port {
    font-style: italic;
    margin-top: 32.87px;
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000 !important;
    border-radius: 9.45px;
    padding: 15.98px;
}
.anchor-port a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.secondary {
    top: 40px;
    position: sticky;
    align-self: start;
}
.panel-item {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 25.03px;
    border-radius: 12.77px;
    margin-bottom: 29.55px;
}
.label {
    text-transform: uppercase;
    letter-spacing: -0.02em;
    padding-bottom: 8.59px;
    margin-bottom: 19.44px;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
    font-size: 19.66px;
    /* H3 Size */
    font-weight: 800;
}
.fresh-list {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}
.fresh-list li {
    padding-bottom: 11.23px;
    margin-bottom: 9.63px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.fresh-list li:last-child {
    border: none !important;
}
.fresh-list a {
    display: block;
    color: #000000 !important;
    text-decoration: none;
    margin-bottom: 2.74px;
    font-weight: 600;
}
.fresh-list a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

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

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

/* Footer */
.closing {
    padding: 37.76px 0;
    color: #000000 !important;
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    text-align: center;
    font-size: 13.2px;
}
.deep-box {
    font-weight: 600;
    margin-top: 12.93px;
    font-size: 12.16px;
}
.deep-box a {
    color: #000000 !important;
    text-decoration: none;
}
.deep-box a:hover {
    text-decoration: underline;
}
.deep-box .native-section {
    color: #000000 !important;
    margin: 0 10.88px;
}

/* Responsive */
@media (max-width: 900px) {
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .secondary {
    position: static;
}
    .main-post h1 {
    font-size: 31.84px;
}
}
