
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.59;
}
.inner {
    padding: 0 19.8px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 42.08px;
    border-bottom: 2px solid #000000;
    padding: 26.84px 0;
    background: #ffffff;
}
.brand-mark {
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    font-size: 24.88px;
    text-transform: uppercase;
}
.top-menu {
    display: flex;
    gap: 23.92px;
}
.top-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.91px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    margin-bottom: 82.93px;
    grid-template-columns: 1fr 300px;
    gap: 59.45px;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 45.67px;
    border-radius: 12.11px;
}
.entry-text {
    font-size: 18.54px;
    line-height: 1.84;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 25.73px;
    border-radius: 12.94px;
    margin-bottom: 31.09px;
    border: 2px solid #000000;
    background: #ffffff;
}
.label {
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.1px;
    margin-bottom: 18.46px;
    font-size: 20.41px;
    text-transform: uppercase;
}
.updates-list, .past-entries {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 11.86px;
    margin-bottom: 10.72px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 12.42px;
}
.term-badge {
    display: inline-block;
    border-radius: 9.46px;
    font-weight: 600;
    text-decoration: none;
    font-size: 12.69px;
    padding: 4.02px 15.89px;
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000 !important;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    background: #fff;
    font-size: 13.64px;
    padding: 42.36px 0;
    color: #000000;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
