
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.inner {
    padding: 0 18.05px;
    max-width: 1200px;
    margin: 0 auto;
}
.main-header {
    padding: 23.32px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.72px;
    background: #ffffff;
}
.logo-text {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.23px;
    color: #000000;
}
.nav-links {
    gap: 27.47px;
    display: flex;
}
.nav-links a {
    font-weight: 700;
    text-decoration: none;
    font-size: 13.62px;
    text-transform: uppercase;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 79.78px;
    gap: 59.49px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    border-radius: 12.65px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 50.13px;
}
.post-body {
    color: #000000;
    line-height: 1.75;
    font-size: 18.9px;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.module {
    background: #ffffff;
    padding: 23.56px;
    border-radius: 12.97px;
    border: 2px solid #000000;
    margin-bottom: 27.48px;
}
.label {
    padding-bottom: 8.52px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 20.33px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 20.96px;
}
.new-items, .date-index {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 9.39px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.16px;
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9.37px;
}
.keyword-tag {
    padding: 7.63px 15.94px;
    color: #000000 !important;
    background: #ffffff;
    font-size: 13.78px;
    display: inline-block;
    border-radius: 8.32px;
    border: 2px solid #000000;
    font-weight: 600;
    text-decoration: none;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 14.65px;
    border-top: 2px solid #000000;
    background: #fff;
    text-align: center;
    padding: 38.5px 0;
    color: #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
