
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.58;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.4px;
}
.top-bar {
    background: #ffffff;
    padding: 23.8px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.6px;
}
.brand-link {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.81px;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 22.36px;
}
.primary-nav a {
    font-weight: 700;
    color: #000000 !important;
    font-size: 13.33px;
    text-transform: uppercase;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    margin-bottom: 77.11px;
    grid-template-columns: 1fr 300px;
    gap: 58.07px;
}
.primary-content {
    background: #ffffff;
    padding: 50.22px;
    border: 2px solid #000000;
    border-radius: 10.95px;
}
.entry-text {
    color: #000000;
    font-size: 18.96px;
    line-height: 1.84;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 26.77px;
    border-radius: 13.01px;
    background: #ffffff;
    margin-bottom: 32.15px;
    border: 2px solid #000000;
}
.label {
    padding-bottom: 9.23px;
    font-weight: 800;
    font-size: 20.06px;
    color: #000000;
    margin-bottom: 19.53px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.02px;
    margin-bottom: 12.21px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 10.29px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    border-radius: 6.25px;
    font-size: 13.13px;
    border: 2px solid #000000;
    padding: 4.23px 14.94px;
    color: #000000 !important;
    text-decoration: none;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 14.81px;
    padding: 38.14px 0;
    font-weight: 600;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
