
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    line-height: 1.55;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 19.99px;
}
.page-top {
    margin-bottom: 37.58px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 22.18px 0;
}
.wordmark {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.34px;
}
.primary-nav {
    display: flex;
    gap: 25.63px;
}
.primary-nav a {
    font-size: 13.79px;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 57.41px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.89px;
    display: grid;
}
.top-story {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 49.4px;
    border-radius: 10.31px;
}
.post-body {
    line-height: 1.81;
    font-size: 17.23px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    border-radius: 10.16px;
    margin-bottom: 31px;
    border: 2px solid #000000;
    padding: 26.54px;
}
.box-title {
    padding-bottom: 9.31px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 20.52px;
    text-transform: uppercase;
    margin-bottom: 22.75px;
    font-weight: 800;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 8.87px;
    margin-bottom: 7.71px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 7.47px;
}
.label-item {
    background: #ffffff;
    color: #000000 !important;
    font-size: 12.27px;
    border-radius: 6.4px;
    display: inline-block;
    text-decoration: none;
    padding: 4.19px 16.57px;
    font-weight: 600;
    border: 2px solid #000000;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    padding: 42.38px 0;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 13.32px;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
