
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.57;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    max-width: 1200px;
    padding: 0 20.29px;
    margin: 0 auto;
}
.page-top {
    padding: 22.45px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.51px;
}
.brand-mark {
    font-size: 23.97px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
}
.primary-nav {
    display: flex;
    gap: 22.01px;
}
.primary-nav a {
    color: #000000 !important;
    font-size: 13.2px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.13px;
    margin-bottom: 80.84px;
}
.primary-content {
    padding: 49.46px;
    border: 2px solid #000000;
    border-radius: 12.03px;
    background: #ffffff;
}
.post-body {
    line-height: 1.79;
    font-size: 18.1px;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.aside-box {
    margin-bottom: 31.19px;
    border: 2px solid #000000;
    border-radius: 12.73px;
    background: #ffffff;
    padding: 24.4px;
}
.block-heading {
    margin-bottom: 20.68px;
    padding-bottom: 9.41px;
    font-size: 19.58px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
}
.stream, .past-entries {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.95px;
    padding-bottom: 9.13px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11.77px;
}
.chip {
    text-decoration: none;
    padding: 6.14px 15.39px;
    color: #000000 !important;
    font-size: 13.39px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #000000;
    font-weight: 600;
    border-radius: 6.48px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    background: #fff;
    font-weight: 600;
    padding: 37.27px 0;
    text-align: center;
    font-size: 14.64px;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
