
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    line-height: 1.58;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19.92px;
}
.page-top {
    background: #ffffff;
    margin-bottom: 40.68px;
    border-bottom: 2px solid #000000;
    padding: 23.99px 0;
}
.home-brand {
    text-decoration: none;
    font-weight: 800;
    font-size: 24.83px;
    color: #000000;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 22.92px;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.82px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 82.68px;
    gap: 57.11px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    border-radius: 12.89px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 46.05px;
}
.post-body {
    font-size: 18.63px;
    color: #000000;
    line-height: 1.82;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 30.82px;
    border-radius: 12.51px;
    padding: 23.5px;
    border: 2px solid #000000;
    background: #ffffff;
}
.module-head {
    font-weight: 800;
    font-size: 19.55px;
    margin-bottom: 17.42px;
    padding-bottom: 12.33px;
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 11.22px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.77px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 11.04px;
}
.pill {
    font-size: 13.66px;
    padding: 3.91px 13.55px;
    border-radius: 9.42px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000 !important;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-size: 13.58px;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #000000;
    padding: 38.78px 0;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
