
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.56;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.3px;
}
.head-section {
    margin-bottom: 39.18px;
    padding: 26.26px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.wordmark {
    font-weight: 800;
    text-decoration: none;
    font-size: 23.65px;
    text-transform: uppercase;
    color: #000000;
}
.top-menu {
    gap: 25.31px;
    display: flex;
}
.top-menu a {
    color: #000000 !important;
    font-size: 14.42px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.top-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 79.51px;
    grid-template-columns: 1fr 300px;
    gap: 59.07px;
    display: grid;
}
.hero-post {
    border-radius: 13.73px;
    background: #ffffff;
    padding: 49.27px;
    border: 2px solid #000000;
}
.entry-text {
    font-size: 18.42px;
    line-height: 1.84;
    color: #000000;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.side-block {
    border-radius: 12.7px;
    padding: 25.44px;
    background: #ffffff;
    margin-bottom: 28.68px;
    border: 2px solid #000000;
}
.label {
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 20.34px;
    text-transform: uppercase;
    padding-bottom: 9.1px;
    font-weight: 800;
    margin-bottom: 21.19px;
}
.updates-list, .log-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 7.53px;
    margin-bottom: 12.94px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    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;
}
.topic-list {
    gap: 9.24px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    border: 2px solid #000000;
    text-decoration: none;
    display: inline-block;
    border-radius: 6.97px;
    padding: 8.45px 11.56px;
    font-weight: 600;
    color: #000000 !important;
    font-size: 12.18px;
    background: #ffffff;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 37.29px 0;
    font-size: 13.48px;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
