
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.63;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    padding: 0 17.89px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    background: #ffffff;
    padding: 23.15px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.51px;
}
.identity {
    font-size: 24.32px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.header-links {
    gap: 23.64px;
    display: flex;
}
.header-links a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14.46px;
    color: #000000 !important;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 80.47px;
    gap: 58.17px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border-radius: 10.56px;
    border: 2px solid #000000;
    padding: 49.04px;
    background: #ffffff;
}
.post-body {
    color: #000000;
    line-height: 1.81;
    font-size: 18.21px;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.info-card {
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 29.57px;
    border-radius: 13.56px;
    padding: 22.27px;
}
.block-heading {
    color: #000000;
    font-size: 19.64px;
    padding-bottom: 9.27px;
    text-transform: uppercase;
    margin-bottom: 19.96px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.feed-list, .past-entries {
    padding: 0;
    list-style: none;
}
.feed-list li {
    margin-bottom: 8.43px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.18px;
}
.feed-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 7.69px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000 !important;
    border-radius: 9.09px;
    font-size: 12.79px;
    display: inline-block;
    text-decoration: none;
    padding: 3.22px 12.91px;
    font-weight: 600;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    background: #fff;
    font-size: 13.66px;
    text-align: center;
    color: #000000;
    padding: 42.41px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
