


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

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

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

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

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

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

/* Fix Chrome deprecation warning: explicit font-sizes for h1 in article/section */
h1 {
    font-size: 1.98em;
}
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 {
    color: #000000 !important;
    margin-bottom: 0.65em;
}
small {
    color: #000000 !important;
}
span {
    color: #000000 !important;
}

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

/* Header */
.banner-area {
    background: #ffffff;
    margin-bottom: 28.28px;
    padding: 21.67px 0;
    border-bottom: 2px solid #000000;
}
.banner-area .shell {
    display: flex !important;
    flex-direction: column !important;
    gap: 15.4px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
}
.logo-text {
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25.21px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.main-menu {
    align-items: center !important;
    gap: 27.24px;
    flex-wrap: nowrap !important;
    display: flex !important;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.02px;
    text-decoration: none;
}
.main-menu a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

/* Mega Article */
.primary-content {
    border: 2px solid #000000;
    border-radius: 13.99px;
    background: #ffffff;
    padding: 47.94px;
}
.primary-content h1 {
    color: #000000 !important;
    margin-bottom: 13.36px;
    font-size: 37.79px;
}
.primary-content h2 {
    font-size: 23.64px;
    color: #000000 !important;
    padding-bottom: 0;
    margin-top: 14.28px;
    margin-bottom: 9.39px;
}
.post-body > h2:first-of-type {
    margin-top: 0 !important;
}
.primary-content h3 {
    color: #000000 !important;
    font-size: 20.83px;
    margin-top: 17.54px;
}
.pub-info {
    border-bottom: 1px solid #000000;
    padding-bottom: 12.94px;
    color: #000000 !important;
    font-size: 15px;
    display: flex;
    gap: 16.11px;
    margin-bottom: 38.25px;
    font-weight: 600;
}
.post-body {
    font-size: 17.55px;
    line-height: 1.64;
    color: #000000 !important;
}
.author-title {
    color: #555555 !important;
    font-size: 12.14px;
    font-weight: 400;
    font-style: italic;
}
.post-body a {
    /* Blue link for backlinks */;
    color: #0056b3 !important;
    font-weight: 700;
    text-decoration: underline;
}
.post-body a:hover {
    text-decoration: none;
    color: #003d82 !important;
}

/* Internal Backlink / Related Topic Box */
.global-header {
    padding: 16.47px;
    margin-top: 27.53px;
    border-radius: 6.88px;
    border: 2px solid #000000;
    color: #000000 !important;
    font-style: italic;
    background: #ffffff;
}
.global-header a {
    font-weight: 700;
    text-decoration: underline;
}

/* Sidebar */
.secondary {
    align-self: start;
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 28.94px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.25px;
    padding: 25.37px;
}
.section-head {
    font-size: 19.13px;
    border-bottom: 2px solid #000000;
    letter-spacing: -0.02em;
    padding-bottom: 10.09px;
    /* H3 Size */
    font-weight: 800;
    text-transform: uppercase;
    color: #000000 !important;
    margin-bottom: 20.04px;
}
.new-items {
    margin: 0 !important;
    list-style: none !important;
    padding-left: 0 !important;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    margin-bottom: 9.39px;
    padding-bottom: 11.86px;
    position: relative;
}
.new-items li:last-child {
    border: none !important;
}
.new-items a {
    text-decoration: none;
    margin-bottom: 0px;
    display: block;
    font-weight: 600;
    color: #000000 !important;
}
.new-items a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

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

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

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

/* Footer */
.page-bottom {
    background: #fff;
    font-weight: 600;
    color: #000000 !important;
    padding: 42.07px 0;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 14.15px;
}
.native-dock {
    font-weight: 600;
    margin-top: 9.83px;
    font-size: 13.8px;
}
.native-dock a {
    color: #000000 !important;
    text-decoration: none;
}
.native-dock a:hover {
    text-decoration: underline;
}
.native-dock .local-layer {
    margin: 0 9.28px;
    color: #000000 !important;
}

/* Responsive */
@media (max-width: 900px) {
    .dual-panel { grid-template-columns: 1fr; gap: 40px; }
    .secondary {
    position: static;
}
    .primary-content h1 {
    font-size: 32.59px;
}
}
