
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.58;
    text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    padding: 0 22.55px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.41px;
    padding: 24.23px 0;
}
.brand-mark {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 23.4px;
    text-transform: uppercase;
}
.primary-nav {
    gap: 22.44px;
    display: flex;
}
.primary-nav a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.92px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 62.12px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.18px;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 46.67px;
    border-radius: 12.74px;
}
.post-body {
    line-height: 1.85;
    font-size: 17.7px;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.panel-item {
    padding: 23.12px;
    margin-bottom: 31.66px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.02px;
}
.block-heading {
    margin-bottom: 20.81px;
    font-weight: 800;
    padding-bottom: 8.13px;
    border-bottom: 2px solid #000000;
    font-size: 19.36px;
    color: #000000;
    text-transform: uppercase;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 12.62px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.59px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 10.44px;
    flex-wrap: wrap;
}
.chip {
    border-radius: 7.12px;
    color: #000000 !important;
    border: 2px solid #000000;
    text-decoration: none;
    display: inline-block;
    padding: 8.97px 13.94px;
    background: #ffffff;
    font-weight: 600;
    font-size: 13.94px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    padding: 42.66px 0;
    text-align: center;
    color: #000000;
    background: #fff;
    font-size: 13.69px;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
