
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.shell {
    padding: 0 18.09px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.09px 0;
    margin-bottom: 38.9px;
}
.identity {
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    font-size: 24.53px;
    text-transform: uppercase;
}
.primary-nav {
    gap: 27.74px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.36px;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 81.4px;
    grid-template-columns: 1fr 300px;
    gap: 59.75px;
    display: grid;
}
.primary-content {
    border-radius: 10.65px;
    padding: 47.08px;
    border: 2px solid #000000;
    background: #ffffff;
}
.post-body {
    line-height: 1.8;
    color: #000000;
    font-size: 17.82px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    border-radius: 11.29px;
    margin-bottom: 32.62px;
    padding: 26.14px;
    border: 2px solid #000000;
}
.block-heading {
    font-size: 20.2px;
    padding-bottom: 12.32px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 20.39px;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 7.38px;
    margin-bottom: 11.11px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.chip-group {
    display: flex;
    gap: 7.92px;
    flex-wrap: wrap;
}
.keyword-tag {
    padding: 3.61px 11.26px;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 7.37px;
    font-size: 13.69px;
    color: #000000 !important;
    text-decoration: none;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    font-size: 13.78px;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 42.84px 0;
    text-align: center;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
