
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.56;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
}
.wrapper {
    max-width: 1200px;
    padding: 0 19.95px;
    margin: 0 auto;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.1px;
    padding: 23.83px 0;
}
.wordmark {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: none;
}
.main-menu {
    gap: 27.68px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 13.2px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 79.93px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.81px;
}
.hero-post {
    background: #ffffff;
    border-radius: 12.58px;
    padding: 50.81px;
    border: 2px solid #000000;
}
.content-area {
    line-height: 1.77;
    font-size: 17.07px;
    color: #000000;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    margin-bottom: 30.68px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 23.1px;
    border-radius: 12.89px;
}
.panel-title {
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 19.04px;
    margin-bottom: 22.02px;
    font-weight: 800;
    padding-bottom: 9.23px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 11.87px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.91px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 9.24px;
}
.topic-chip {
    font-size: 13.48px;
    font-weight: 600;
    border-radius: 8.79px;
    display: inline-block;
    color: #000000 !important;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 6.64px 15.94px;
    text-decoration: none;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    text-align: center;
    background: #fff;
    font-weight: 600;
    padding: 39.84px 0;
    border-top: 2px solid #000000;
    font-size: 14.77px;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
