
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.58;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 21.81px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    margin-bottom: 42.33px;
    padding: 23.57px 0;
    border-bottom: 2px solid #000000;
}
.identity {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.25px;
}
.main-menu {
    gap: 25.6px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.99px;
    color: #000000 !important;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 59.68px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 77.77px;
}
.top-story {
    border: 2px solid #000000;
    padding: 46.05px;
    border-radius: 10.13px;
    background: #ffffff;
}
.main-text {
    font-size: 17.3px;
    color: #000000;
    line-height: 1.76;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.module {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.27px;
    padding: 27px;
    margin-bottom: 30.62px;
}
.section-head {
    padding-bottom: 12.35px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
    font-size: 19.17px;
    margin-bottom: 19.42px;
}
.updates-list, .log-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.65px;
    padding-bottom: 12.6px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.label-group {
    display: flex;
    gap: 11.73px;
    flex-wrap: wrap;
}
.topic-chip {
    font-size: 12.46px;
    padding: 3.48px 15.19px;
    display: inline-block;
    color: #000000 !important;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 9.35px;
    text-decoration: none;
    font-weight: 600;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    font-weight: 600;
    font-size: 13.46px;
    color: #000000;
    padding: 37.23px 0;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
