
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    margin: 0 auto;
    padding: 0 20.83px;
    max-width: 1200px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    padding: 23.86px 0;
    background: #ffffff;
    margin-bottom: 39.07px;
}
.brand-link {
    text-transform: uppercase;
    font-size: 24.86px;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
.header-links {
    display: flex;
    gap: 25.72px;
}
.header-links a {
    font-weight: 700;
    font-size: 13.2px;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 59.56px;
    margin-bottom: 80.63px;
}
.primary-content {
    border-radius: 11.28px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 48.52px;
}
.post-body {
    line-height: 1.81;
    font-size: 17.41px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.aside-box {
    padding: 25.92px;
    margin-bottom: 27.16px;
    border: 2px solid #000000;
    border-radius: 12.72px;
    background: #ffffff;
}
.section-head {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 17.25px;
    font-size: 20.28px;
    padding-bottom: 8.07px;
    color: #000000;
}
.updates-list, .log-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 9.56px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.71px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    gap: 11.92px;
    flex-wrap: wrap;
}
.topic-chip {
    font-weight: 600;
    text-decoration: none;
    padding: 5.93px 14.2px;
    color: #000000 !important;
    display: inline-block;
    border-radius: 7.18px;
    border: 2px solid #000000;
    background: #ffffff;
    font-size: 13.3px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    text-align: center;
    padding: 42.88px 0;
    font-size: 14.14px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
