
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.63;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
}
.shell {
    padding: 0 18.94px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    margin-bottom: 39.79px;
    padding: 26.5px 0;
    border-bottom: 2px solid #000000;
}
.wordmark {
    font-size: 23.81px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.primary-nav {
    display: flex;
    gap: 23.89px;
}
.primary-nav a {
    font-weight: 700;
    font-size: 13.24px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    margin-bottom: 80.03px;
    gap: 61.97px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border-radius: 10.67px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 50.46px;
}
.main-text {
    font-size: 18.74px;
    line-height: 1.76;
    color: #000000;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    padding: 24.92px;
    background: #ffffff;
    border-radius: 13.33px;
    border: 2px solid #000000;
    margin-bottom: 32.71px;
}
.label {
    text-transform: uppercase;
    font-size: 19.78px;
    padding-bottom: 10.35px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    margin-bottom: 18.81px;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 10.88px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.86px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 12.62px;
    display: flex;
}
.label-item {
    color: #000000 !important;
    font-size: 12.57px;
    font-weight: 600;
    padding: 7.65px 12.42px;
    border-radius: 9.26px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    background: #ffffff;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000;
    padding: 37.75px 0;
    font-size: 14.64px;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
