
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.59;
    background: #ffffff;
}
.content-wrap {
    padding: 0 18.71px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 39.26px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 22.32px 0;
}
.logo-text {
    font-size: 24.45px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.top-menu {
    display: flex;
    gap: 22.45px;
}
.top-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14.83px;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 59.77px;
    margin-bottom: 79.52px;
}
.lead-article {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.7px;
    padding: 45.52px;
}
.post-body {
    line-height: 1.8;
    color: #000000;
    font-size: 17.12px;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    border-radius: 13.07px;
    border: 2px solid #000000;
    margin-bottom: 27.82px;
    background: #ffffff;
    padding: 22.19px;
}
.block-heading {
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.51px;
    margin-bottom: 19.64px;
    font-size: 19.07px;
    font-weight: 800;
}
.updates-list, .history-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.42px;
    margin-bottom: 9.58px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9.69px;
}
.keyword-tag {
    display: inline-block;
    padding: 6.5px 15.09px;
    text-decoration: none;
    font-size: 12.14px;
    font-weight: 600;
    color: #000000 !important;
    border-radius: 7.96px;
    border: 2px solid #000000;
    background: #ffffff;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 14.33px;
    padding: 40.4px 0;
    background: #fff;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
