
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.63;
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.77px;
}
.page-top {
    background: #ffffff;
    margin-bottom: 37.84px;
    border-bottom: 2px solid #000000;
    padding: 24.79px 0;
}
.wordmark {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 23.2px;
}
.header-links {
    display: flex;
    gap: 23.08px;
}
.header-links a {
    text-decoration: none;
    font-size: 13.79px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 62.34px;
    margin-bottom: 82.65px;
}
.feature-post {
    padding: 47.74px;
    background: #ffffff;
    border-radius: 12.49px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    font-size: 17.61px;
    line-height: 1.83;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    background: #ffffff;
    padding: 25.47px;
    border: 2px solid #000000;
    border-radius: 10.29px;
    margin-bottom: 29.84px;
}
.label {
    padding-bottom: 8.96px;
    font-size: 20.79px;
    text-transform: uppercase;
    margin-bottom: 17.04px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
}
.latest-entries, .log-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 12.87px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.36px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 11.24px;
}
.chip {
    color: #000000 !important;
    font-weight: 600;
    font-size: 12.83px;
    border: 2px solid #000000;
    border-radius: 9.76px;
    text-decoration: none;
    padding: 5.87px 11.12px;
    display: inline-block;
    background: #ffffff;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    color: #000000;
    font-size: 14.97px;
    border-top: 2px solid #000000;
    font-weight: 600;
    text-align: center;
    padding: 38.09px 0;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
