


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

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

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

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

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

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

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

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

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

/* Header */
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 32.56px;
    padding: 20.54px 0;
}
.page-top .shell {
    gap: 15.62px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
.brand-mark {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 800;
    font-size: 25.44px;
    letter-spacing: -0.5px;
}
.header-links {
    flex-wrap: nowrap !important;
    gap: 23.77px;
    align-items: center !important;
    display: flex !important;
}
.header-links a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.55px;
}
.header-links a:hover {
    opacity: 0.7;
    text-decoration: none;
}

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

/* Mega Article */
.primary-content {
    background: #ffffff;
    border-radius: 11.49px;
    padding: 45.61px;
    border: 2px solid #000000;
}
.primary-content h1 {
    font-size: 38.7px;
    margin-bottom: 10.7px;
    color: #000000 !important;
}
.primary-content h2 {
    padding-bottom: 0;
    font-size: 23.03px;
    margin-bottom: 6.39px;
    color: #000000 !important;
    margin-top: 14.99px;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    color: #000000 !important;
    font-size: 20.91px;
    margin-top: 17.76px;
}
.entry-meta {
    display: flex;
    font-size: 13.78px;
    margin-bottom: 40.44px;
    border-bottom: 1px solid #000000;
    font-weight: 600;
    padding-bottom: 8.11px;
    color: #000000 !important;
    gap: 16.18px;
}
.post-body {
    font-size: 16.01px;
    color: #000000 !important;
    line-height: 1.58;
}
.linked-frame {
    font-weight: 400;
    color: #555555 !important;
    font-style: italic;
    font-size: 11.76px;
}
.post-body a {
    color: #0056b3 !important;
    /* Blue link for backlinks */;
    font-weight: 700;
    text-decoration: underline;
}
.post-body a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.upper-dock {
    padding: 15.37px;
    border-radius: 7.57px;
    color: #000000 !important;
    margin-top: 28.37px;
    font-style: italic;
    background: #ffffff;
    border: 2px solid #000000;
}
.upper-dock a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.right-col {
    position: sticky;
    align-self: start;
    top: 40px;
}
.side-block {
    border-radius: 13.98px;
    margin-bottom: 31.38px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 21.74px;
}
.label {
    /* H3 Size */
    font-weight: 800;
    margin-bottom: 19.34px;
    font-size: 20.06px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.36px;
    letter-spacing: -0.02em;
    color: #000000 !important;
}
.feed-list {
    padding-left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.feed-list li {
    padding-bottom: 9.55px;
    position: relative;
    margin-bottom: 8.93px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.feed-list li:last-child {
    border: none !important;
}
.feed-list a {
    display: block;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1.78px;
}
.feed-list a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

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

.topic-list {
    gap: 11.78px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    font-size: 13.4px;
    text-decoration: none;
    color: #000000 !important;
    transition: all 0.2s ease;
    font-weight: 600;
    background: #ffffff;
    padding: 5.3px 13.81px;
    border-radius: 8.34px;
    border: 2px solid #000000;
    display: inline-block;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Footer */
.ground {
    font-weight: 600;
    color: #000000 !important;
    border-top: 2px solid #000000;
    padding: 38.87px 0;
    text-align: center;
    background: #fff;
    font-size: 14.61px;
}
.static-region {
    font-size: 12.66px;
    font-weight: 600;
    margin-top: 10.84px;
}
.static-region a {
    text-decoration: none;
    color: #000000 !important;
}
.static-region a:hover {
    text-decoration: underline;
}
.static-region .shared-shelf {
    margin: 0 6.21px;
    color: #000000 !important;
}
.ground .responsibility,
.ground .legal-nav {
    color: #4b5563 !important;
}
.ground .responsibility a,
.ground .legal-nav a {
    color: #1f2937 !important;
    text-decoration: underline;
    font-weight: 700;
}

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