
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    line-height: 1.55;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20.91px;
}
.main-header {
    margin-bottom: 39.5px;
    border-bottom: 2px solid #000000;
    padding: 26.98px 0;
    background: #ffffff;
}
.wordmark {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.52px;
}
.top-menu {
    display: flex;
    gap: 24.41px;
}
.top-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.48px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.99px;
    gap: 58.94px;
}
.primary-content {
    border-radius: 13.3px;
    padding: 49.37px;
    border: 2px solid #000000;
    background: #ffffff;
}
.content-area {
    line-height: 1.82;
    color: #000000;
    font-size: 17.53px;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border-radius: 11.53px;
    background: #ffffff;
    padding: 25.34px;
    margin-bottom: 28.08px;
    border: 2px solid #000000;
}
.panel-title {
    padding-bottom: 9.31px;
    color: #000000;
    text-transform: uppercase;
    font-size: 20.26px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.32px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 10.73px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.61px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 9.55px;
    flex-wrap: wrap;
}
.topic-chip {
    font-weight: 600;
    text-decoration: none;
    border-radius: 9.86px;
    padding: 8.4px 14.4px;
    display: inline-block;
    font-size: 13.57px;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    color: #000000;
    font-size: 13.94px;
    padding: 41.08px 0;
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
