
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.64;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.42px;
}
.nav-wrap {
    padding: 23.49px 0;
    margin-bottom: 38.37px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    font-size: 24.96px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    gap: 26.33px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-size: 14.57px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    gap: 61.27px;
    margin-bottom: 78.87px;
    display: grid;
}
.main-post {
    border-radius: 11.45px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 50.71px;
}
.entry-text {
    color: #000000;
    line-height: 1.81;
    font-size: 17.87px;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.module {
    border-radius: 11.26px;
    background: #ffffff;
    padding: 24.74px;
    margin-bottom: 29.37px;
    border: 2px solid #000000;
}
.block-heading {
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 20.36px;
    margin-bottom: 22.98px;
    padding-bottom: 10.68px;
    font-weight: 800;
    text-transform: uppercase;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 12.69px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.4px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 7.36px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 13.11px;
    color: #000000 !important;
    display: inline-block;
    padding: 7.61px 12.21px;
    border-radius: 6.55px;
    font-weight: 600;
    background: #ffffff;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    font-weight: 600;
    text-align: center;
    font-size: 13.41px;
    padding: 41.12px 0;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
