
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.58;
}
.page-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18.71px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 41.29px;
    padding: 25.25px 0;
}
.brand-mark {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 23.23px;
}
.nav-links {
    gap: 27.81px;
    display: flex;
}
.nav-links a {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.31px;
    text-decoration: none;
    font-weight: 700;
}
.nav-links a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 80.67px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 61.71px;
}
.hero-post {
    border-radius: 12px;
    background: #ffffff;
    padding: 49.32px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.83;
    font-size: 17.63px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.panel-item {
    padding: 21.37px;
    margin-bottom: 30.46px;
    border-radius: 12.94px;
    background: #ffffff;
    border: 2px solid #000000;
}
.label {
    margin-bottom: 21.48px;
    font-weight: 800;
    padding-bottom: 8.74px;
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
    font-size: 19.1px;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 7.46px;
    margin-bottom: 7.57px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 8.43px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    padding: 5.47px 16.41px;
    text-decoration: none;
    font-size: 12.61px;
    display: inline-block;
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
    border-radius: 9.26px;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    text-align: center;
    background: #fff;
    font-size: 14.76px;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
    padding: 39.1px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
