
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.62;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.inner {
    padding: 0 20.6px;
    margin: 0 auto;
    max-width: 1200px;
}
.top-bar {
    padding: 24.93px 0;
    margin-bottom: 41.64px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.home-brand {
    font-size: 24.01px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 27.23px;
}
.main-menu a {
    text-decoration: none;
    font-size: 14.54px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 59.58px;
    display: grid;
    margin-bottom: 78.2px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border: 2px solid #000000;
    padding: 46.88px;
    background: #ffffff;
    border-radius: 10.19px;
}
.content-area {
    line-height: 1.82;
    color: #000000;
    font-size: 17.9px;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 11.63px;
    padding: 25.77px;
    border: 2px solid #000000;
    margin-bottom: 27.09px;
    background: #ffffff;
}
.block-heading {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 11.2px;
    color: #000000;
    margin-bottom: 18.2px;
    font-size: 19.32px;
}
.feed-list, .time-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.15px;
    padding-bottom: 11.45px;
}
.feed-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 12.28px;
}
.topic-chip {
    padding: 3.13px 12.54px;
    font-weight: 600;
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    border-radius: 7.42px;
    display: inline-block;
    font-size: 13.13px;
    border: 2px solid #000000;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    background: #fff;
    font-weight: 600;
    font-size: 14.86px;
    border-top: 2px solid #000000;
    text-align: center;
    color: #000000;
    padding: 40.02px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
