
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.58;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.frame {
    padding: 0 21.45px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    margin-bottom: 41.61px;
    border-bottom: 2px solid #000000;
    padding: 25.67px 0;
    background: #ffffff;
}
.brand-mark {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.42px;
}
.header-links {
    display: flex;
    gap: 22.98px;
}
.header-links a {
    text-transform: uppercase;
    font-size: 14.12px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 80.19px;
    grid-template-columns: 1fr 300px;
    gap: 58.71px;
    display: grid;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.87px;
    padding: 50.32px;
}
.post-body {
    line-height: 1.77;
    font-size: 18.47px;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 27.66px;
    border-radius: 11.68px;
    border: 2px solid #000000;
    padding: 23.28px;
    background: #ffffff;
}
.box-title {
    text-transform: uppercase;
    font-size: 19.66px;
    padding-bottom: 12.03px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 20.67px;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    margin-bottom: 12.04px;
    padding-bottom: 11.54px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 8.18px;
    display: flex;
}
.pill {
    font-weight: 600;
    background: #ffffff;
    padding: 4.02px 13.26px;
    text-decoration: none;
    font-size: 13.65px;
    border: 2px solid #000000;
    border-radius: 6.98px;
    display: inline-block;
    color: #000000 !important;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    font-weight: 600;
    font-size: 14.52px;
    padding: 37.21px 0;
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
