
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.64;
    color: var(--text);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 22.19px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 38.64px;
    padding: 26.36px 0;
    background: #ffffff;
}
.wordmark {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 23.69px;
    color: #000000;
}
.primary-nav {
    display: flex;
    gap: 24.17px;
}
.primary-nav a {
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.07px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 82.36px;
    gap: 59.19px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border: 2px solid #000000;
    padding: 48.92px;
    background: #ffffff;
    border-radius: 13.6px;
}
.post-body {
    color: #000000;
    font-size: 17.05px;
    line-height: 1.84;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    padding: 21.09px;
    border-radius: 10.85px;
    margin-bottom: 32.8px;
    background: #ffffff;
}
.section-head {
    color: #000000;
    font-weight: 800;
    padding-bottom: 12.98px;
    margin-bottom: 22.49px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.93px;
}
.updates-list, .log-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 9.91px;
    margin-bottom: 11.55px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 10.16px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    padding: 5.64px 12.17px;
    font-weight: 600;
    text-decoration: none;
    font-size: 13.41px;
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 7.83px;
    background: #ffffff;
    display: inline-block;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    border-top: 2px solid #000000;
    padding: 37.05px 0;
    font-weight: 600;
    text-align: center;
    background: #fff;
    font-size: 14.6px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
