
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.5px;
}
.head-section {
    margin-bottom: 40.28px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 26.67px 0;
}
.logo-text {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 23.18px;
}
.main-menu {
    gap: 27.62px;
    display: flex;
}
.main-menu a {
    font-size: 13.52px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    gap: 61.08px;
    display: grid;
    margin-bottom: 82.13px;
}
.feature-post {
    border-radius: 10.03px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 49.69px;
}
.post-body {
    line-height: 1.76;
    font-size: 18.61px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 22.49px;
    margin-bottom: 28.31px;
    border-radius: 11.05px;
}
.module-head {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.61px;
    padding-bottom: 8.7px;
    font-size: 19.06px;
    color: #000000;
    font-weight: 800;
}
.updates-list, .log-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.8px;
    padding-bottom: 7.23px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 10.56px;
}
.topic-chip {
    display: inline-block;
    padding: 8.05px 15.76px;
    font-weight: 600;
    border-radius: 8.73px;
    font-size: 12.63px;
    text-decoration: none;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-weight: 600;
    text-align: center;
    font-size: 14.12px;
    background: #fff;
    padding: 42.89px 0;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
