
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.56;
    -webkit-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.41px;
}
.main-header {
    padding: 23.83px 0;
    background: #ffffff;
    margin-bottom: 37.01px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-size: 23.5px;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.header-links {
    display: flex;
    gap: 25.02px;
}
.header-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.96px;
    font-weight: 700;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.64px;
    margin-bottom: 77.79px;
}
.lead-article {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.18px;
    padding: 48.4px;
}
.content-area {
    font-size: 18.48px;
    line-height: 1.76;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.rail {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    margin-bottom: 27.39px;
    border-radius: 12.05px;
    background: #ffffff;
    padding: 25.13px;
}
.section-head {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 19.92px;
    color: #000000;
    padding-bottom: 9.43px;
    font-size: 20.35px;
    text-transform: uppercase;
}
.updates-list, .log-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.07px;
    margin-bottom: 12.46px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 11.33px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 4.73px 12.42px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.14px;
    display: inline-block;
    color: #000000 !important;
    border-radius: 8.06px;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
    font-size: 14.23px;
    padding: 39.54px 0;
    font-weight: 600;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
