
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.62px;
}
.page-top {
    margin-bottom: 39.47px;
    padding: 25.78px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    font-size: 24.81px;
}
.nav-bar {
    gap: 26.46px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.67px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.13px;
    gap: 57.2px;
}
.primary-content {
    border-radius: 13.06px;
    padding: 47px;
    border: 2px solid #000000;
    background: #ffffff;
}
.body-copy {
    font-size: 18.87px;
    color: #000000;
    line-height: 1.77;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    padding: 24.12px;
    margin-bottom: 29.33px;
    background: #ffffff;
    border-radius: 12.86px;
}
.module-head {
    border-bottom: 2px solid #000000;
    padding-bottom: 10.47px;
    text-transform: uppercase;
    font-size: 19.32px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 21.65px;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 9.95px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.89px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 9.93px;
}
.keyword-tag {
    font-weight: 600;
    font-size: 12.08px;
    border: 2px solid #000000;
    color: #000000 !important;
    background: #ffffff;
    padding: 4.89px 12.1px;
    text-decoration: none;
    border-radius: 8.3px;
    display: inline-block;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    color: #000000;
    font-weight: 600;
    background: #fff;
    font-size: 13.74px;
    padding: 37.01px 0;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
