
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    line-height: 1.6;
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 17.69px;
    margin: 0 auto;
}
.banner-area {
    margin-bottom: 40.49px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.04px 0;
}
.brand-link {
    text-decoration: none;
    font-size: 23.1px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}
.header-links {
    gap: 24.2px;
    display: flex;
}
.header-links a {
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 14.22px;
}
.header-links a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 58.16px;
    margin-bottom: 77.97px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border: 2px solid #000000;
    padding: 47.24px;
    background: #ffffff;
    border-radius: 11.73px;
}
.post-body {
    line-height: 1.76;
    color: #000000;
    font-size: 18.57px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 25.62px;
    background: #ffffff;
    border-radius: 12.51px;
    border: 2px solid #000000;
    margin-bottom: 27.91px;
}
.box-title {
    margin-bottom: 17.64px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 8.71px;
    font-size: 19.22px;
}
.updates-list, .log-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 7.34px;
    padding-bottom: 10.97px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 11.75px;
    display: flex;
    flex-wrap: wrap;
}
.term-badge {
    border-radius: 9.87px;
    text-decoration: none;
    font-size: 12.49px;
    border: 2px solid #000000;
    padding: 8.26px 12.19px;
    display: inline-block;
    color: #000000 !important;
    background: #ffffff;
    font-weight: 600;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000;
    padding: 39.48px 0;
    font-size: 14.07px;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
