
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.63;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.wrapper {
    padding: 0 20.52px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    margin-bottom: 38.89px;
    border-bottom: 2px solid #000000;
    padding: 27.98px 0;
}
.brand-mark {
    font-size: 23.81px;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav {
    gap: 27.04px;
    display: flex;
}
.primary-nav a {
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.26px;
    text-decoration: none;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 78.77px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 62.31px;
}
.hero-post {
    background: #ffffff;
    border-radius: 11.17px;
    padding: 45.29px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 17.47px;
    line-height: 1.79;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.09px;
    margin-bottom: 28.8px;
    padding: 26.63px;
}
.box-title {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 20.07px;
    margin-bottom: 21.18px;
    color: #000000;
    padding-bottom: 10.87px;
    text-transform: uppercase;
}
.latest-entries, .log-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 8.31px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.63px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 11.33px;
}
.pill {
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 9.98px;
    font-size: 13.41px;
    display: inline-block;
    padding: 8.44px 12.54px;
    text-decoration: none;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-size: 14.46px;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
    padding: 40.24px 0;
    text-align: center;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
