
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.58;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.content-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.07px;
}
.main-header {
    margin-bottom: 42.8px;
    background: #ffffff;
    padding: 24.68px 0;
    border-bottom: 2px solid #000000;
}
.wordmark {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 23.18px;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 27.5px;
}
.main-menu a {
    font-size: 13.16px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    margin-bottom: 77.2px;
    gap: 58.82px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    background: #ffffff;
    padding: 46.92px;
    border: 2px solid #000000;
    border-radius: 13.02px;
}
.read-area {
    font-size: 17.64px;
    line-height: 1.84;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.module {
    border-radius: 10.39px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 21.54px;
    margin-bottom: 28.86px;
}
.label {
    padding-bottom: 11.83px;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.99px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19.32px;
}
.latest-entries, .month-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 8.11px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.68px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 7.06px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    font-weight: 600;
    font-size: 13.25px;
    padding: 4.74px 13.18px;
    border-radius: 6.32px;
    display: inline-block;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    background: #fff;
    font-size: 14.84px;
    font-weight: 600;
    padding: 41.49px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
