
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.62;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    max-width: 1200px;
    padding: 0 21.69px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    margin-bottom: 40.65px;
    border-bottom: 2px solid #000000;
    padding: 25.39px 0;
}
.brand-link {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.48px;
}
.header-links {
    gap: 24.47px;
    display: flex;
}
.header-links a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.27px;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 82.28px;
    display: grid;
    gap: 59.15px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.44px;
    padding: 50.3px;
}
.main-text {
    line-height: 1.77;
    font-size: 18.61px;
    color: #000000;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.panel-item {
    border-radius: 13.38px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 24.93px;
    margin-bottom: 31.52px;
}
.box-title {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 19.18px;
    padding-bottom: 7.51px;
    border-bottom: 2px solid #000000;
    font-size: 19.51px;
}
.feed-list, .month-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    margin-bottom: 9.45px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.2px;
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7.21px;
}
.topic-chip {
    padding: 7.01px 15.46px;
    font-size: 12.96px;
    display: inline-block;
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 9.15px;
    background: #ffffff;
    text-decoration: none;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-size: 13.61px;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 39.03px 0;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
