
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.59;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.35px;
}
.main-header {
    background: #ffffff;
    margin-bottom: 40.39px;
    border-bottom: 2px solid #000000;
    padding: 26.91px 0;
}
.brand-mark {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 23.02px;
}
.header-links {
    display: flex;
    gap: 23.35px;
}
.header-links a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.65px;
}
.header-links a:hover {
    opacity: 0.7;
}
.page-grid {
    margin-bottom: 82.78px;
    display: grid;
    gap: 58.83px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    padding: 50px;
    background: #ffffff;
    border-radius: 10.78px;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.83;
    font-size: 18.67px;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.panel-item {
    border-radius: 10.3px;
    border: 2px solid #000000;
    margin-bottom: 27.38px;
    padding: 25.81px;
    background: #ffffff;
}
.block-heading {
    font-size: 20.25px;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 10.05px;
    margin-bottom: 19.66px;
    color: #000000;
    border-bottom: 2px solid #000000;
}
.feed-list, .log-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    padding-bottom: 7.83px;
    margin-bottom: 7.57px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 9.54px;
}
.pill {
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #000000;
    font-size: 13.18px;
    color: #000000 !important;
    padding: 7.3px 12.81px;
    border-radius: 6.89px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-size: 14.14px;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-weight: 600;
    background: #fff;
    padding: 37.89px 0;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
