
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.61;
}
.wrapper {
    padding: 0 22.94px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 37.74px;
    padding: 25.59px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.identity {
    color: #000000;
    font-size: 24.31px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 27.49px;
}
.primary-nav a {
    font-size: 13.68px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 61.49px;
    margin-bottom: 77.82px;
}
.feature-post {
    border-radius: 10.14px;
    background: #ffffff;
    padding: 50.79px;
    border: 2px solid #000000;
}
.entry-text {
    font-size: 18.6px;
    color: #000000;
    line-height: 1.84;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.side-block {
    background: #ffffff;
    margin-bottom: 27.7px;
    border-radius: 11.21px;
    padding: 21.21px;
    border: 2px solid #000000;
}
.panel-title {
    color: #000000;
    margin-bottom: 22.23px;
    font-size: 20.14px;
    font-weight: 800;
    padding-bottom: 11.81px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.feed-list, .date-index {
    padding: 0;
    list-style: none;
}
.feed-list li {
    margin-bottom: 8.54px;
    padding-bottom: 11.08px;
    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 {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12.28px;
}
.topic-chip {
    color: #000000 !important;
    font-size: 12.68px;
    border: 2px solid #000000;
    text-decoration: none;
    padding: 3.74px 11.79px;
    border-radius: 6.69px;
    display: inline-block;
    background: #ffffff;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    font-size: 14.39px;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 42.88px 0;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
