


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

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

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

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

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

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

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

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

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

/* Header */
.nav-wrap {
    margin-bottom: 32.63px;
    padding: 18.75px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.nav-wrap .wrapper {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 16.96px !important;
    display: flex !important;
}
.brand-mark {
    font-size: 26.54px;
    letter-spacing: -0.49px;
    font-weight: 800;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
}
.top-menu {
    flex-wrap: nowrap !important;
    display: flex !important;
    gap: 23.09px;
    align-items: center !important;
}
.top-menu a {
    font-weight: 700;
    font-size: 14.52px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.top-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.main-post {
    border-radius: 12.23px;
    padding: 49.83px;
    background: #ffffff;
    border: 2px solid #000000;
}
.main-post h1 {
    font-size: 37.45px;
    color: #000000 !important;
    margin-bottom: 14.45px;
}
.main-post h2 {
    font-size: 23.42px;
    margin-bottom: 8.19px;
    padding-bottom: 0;
    margin-top: 15.54px;
    color: #000000 !important;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.main-post h3 {
    color: #000000 !important;
    margin-top: 22.56px;
    font-size: 20.95px;
}
.date-line {
    margin-bottom: 41.39px;
    padding-bottom: 9.65px;
    font-size: 14.21px;
    display: flex;
    color: #000000 !important;
    gap: 13.05px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
}
.post-body {
    line-height: 1.65;
    font-size: 17.57px;
    color: #000000 !important;
}
.author-title {
    font-style: italic;
    font-size: 12.83px;
    color: #555555 !important;
    font-weight: 400;
}
.post-body a {
    color: #0056b3 !important;
    text-decoration: underline;
    /* Blue link for backlinks */;
    font-weight: 700;
}
.post-body a:hover {
    color: #003d82 !important;
    text-decoration: none;
}

/* Internal Backlink / Related Topic Box */
.shared-strip {
    background: #ffffff;
    font-style: italic;
    color: #000000 !important;
    border-radius: 7.1px;
    border: 2px solid #000000;
    padding: 16.99px;
    margin-top: 31.59px;
}
.shared-strip a {
    text-decoration: underline;
    font-weight: 700;
}

/* Sidebar */
.side-panel {
    top: 40px;
    position: sticky;
    align-self: start;
}
.side-block {
    border: 2px solid #000000;
    margin-bottom: 31.53px;
    padding: 23.97px;
    background: #ffffff;
    border-radius: 12.88px;
}
.label {
    padding-bottom: 12.59px;
    text-transform: uppercase;
    color: #000000 !important;
    letter-spacing: -0.02em;
    font-size: 20.04px;
    border-bottom: 2px solid #000000;
    /* H3 Size */
    font-weight: 800;
    margin-bottom: 19.61px;
}
.latest-entries {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.latest-entries li {
    padding-bottom: 7.54px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 8.56px;
    position: relative;
}
.latest-entries li:last-child {
    border: none !important;
}
.latest-entries a {
    text-decoration: none;
    margin-bottom: 2.76px;
    font-weight: 600;
    display: block;
    color: #000000 !important;
}
.latest-entries a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

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

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

.tag-area {
    gap: 12.72px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    font-size: 12.01px;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    border: 2px solid #000000;
    text-decoration: none;
    border-radius: 6.86px;
    padding: 7.59px 13.83px;
    background: #ffffff;
    transition: all 0.2s ease;
}
.topic-chip:hover {
    background: #000000;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* Footer */
.end-section {
    padding: 39.27px 0;
    font-size: 13.48px;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000 !important;
    font-weight: 600;
}
.native-dock {
    font-size: 12.66px;
    font-weight: 600;
    margin-top: 13.66px;
}
.native-dock a {
    text-decoration: none;
    color: #000000 !important;
}
.native-dock a:hover {
    text-decoration: underline;
}
.native-dock .top-cell {
    margin: 0 10.52px;
    color: #000000 !important;
}

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