
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.59;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.88px;
}
.main-header {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 38.61px;
    padding: 22.49px 0;
}
.wordmark {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.9px;
}
.primary-nav {
    display: flex;
    gap: 27.44px;
}
.primary-nav a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.08px;
    color: #000000 !important;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 60.82px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.7px;
}
.feature-post {
    border-radius: 13.45px;
    padding: 45.83px;
    border: 2px solid #000000;
    background: #ffffff;
}
.read-area {
    line-height: 1.79;
    color: #000000;
    font-size: 18.94px;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.side-block {
    background: #ffffff;
    border-radius: 11.72px;
    margin-bottom: 32.67px;
    border: 2px solid #000000;
    padding: 21.68px;
}
.block-heading {
    font-size: 19.1px;
    padding-bottom: 12.49px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    margin-bottom: 17.19px;
    text-transform: uppercase;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 10.69px;
    margin-bottom: 11.78px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 9.36px;
}
.label-item {
    font-size: 13.27px;
    display: inline-block;
    text-decoration: none;
    border-radius: 8.1px;
    background: #ffffff;
    color: #000000 !important;
    padding: 5.86px 12.34px;
    font-weight: 600;
    border: 2px solid #000000;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    padding: 41.7px 0;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 14.16px;
    color: #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
