
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 20.85px;
    max-width: 1200px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 23.66px 0;
    margin-bottom: 38.43px;
}
.identity {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.69px;
    font-weight: 800;
    color: #000000;
}
.nav-links {
    display: flex;
    gap: 26.92px;
}
.nav-links a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 13.98px;
    text-transform: uppercase;
}
.nav-links a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 58.29px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 82.7px;
}
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 48.31px;
    border-radius: 11.09px;
}
.read-area {
    line-height: 1.81;
    color: #000000;
    font-size: 18.98px;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.aside-box {
    margin-bottom: 30.68px;
    border-radius: 13.84px;
    padding: 23.18px;
    background: #ffffff;
    border: 2px solid #000000;
}
.block-heading {
    border-bottom: 2px solid #000000;
    font-size: 19.29px;
    color: #000000;
    margin-bottom: 19.86px;
    font-weight: 800;
    padding-bottom: 11.75px;
    text-transform: uppercase;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 10.28px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.23px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.34px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    text-decoration: none;
    border-radius: 7.49px;
    border: 2px solid #000000;
    color: #000000 !important;
    font-size: 12.84px;
    padding: 5.5px 14.5px;
    display: inline-block;
    font-weight: 600;
    background: #ffffff;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 37.4px 0;
    background: #fff;
    font-size: 14.57px;
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
