
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.62;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.98px;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 37.53px;
    padding: 22.42px 0;
}
.identity {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 24.03px;
    text-transform: uppercase;
}
.nav-bar {
    display: flex;
    gap: 25.67px;
}
.nav-bar a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.82px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 61.59px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.66px;
}
.hero-post {
    border-radius: 12.17px;
    border: 2px solid #000000;
    padding: 45.88px;
    background: #ffffff;
}
.body-copy {
    line-height: 1.76;
    font-size: 17.02px;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.module {
    padding: 23.31px;
    background: #ffffff;
    margin-bottom: 30.29px;
    border-radius: 13.84px;
    border: 2px solid #000000;
}
.block-heading {
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.74px;
    text-transform: uppercase;
    padding-bottom: 8.42px;
    font-weight: 800;
    font-size: 19.57px;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.2px;
    padding-bottom: 11.51px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 11.3px;
    flex-wrap: wrap;
}
.label-item {
    display: inline-block;
    border-radius: 7.49px;
    color: #000000 !important;
    font-size: 13.21px;
    padding: 7.91px 14.85px;
    border: 2px solid #000000;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-size: 14.43px;
    padding: 41.13px 0;
    color: #000000;
    font-weight: 600;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
