
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.56;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 19.42px;
}
.main-header {
    margin-bottom: 40.16px;
    background: #ffffff;
    padding: 27.01px 0;
    border-bottom: 2px solid #000000;
}
.home-brand {
    text-decoration: none;
    font-size: 23.39px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    gap: 27.13px;
}
.nav-links a {
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    font-size: 14.04px;
    text-transform: uppercase;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 57.09px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 81.52px;
}
.main-post {
    background: #ffffff;
    padding: 49.94px;
    border-radius: 11.25px;
    border: 2px solid #000000;
}
.main-text {
    font-size: 18.97px;
    line-height: 1.79;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 12.18px;
    padding: 23.7px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 31.66px;
}
.block-heading {
    font-weight: 800;
    margin-bottom: 21.39px;
    padding-bottom: 12.68px;
    color: #000000;
    font-size: 20.77px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.feed-list, .month-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 7.93px;
    margin-bottom: 10.64px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 7.4px;
}
.topic-chip {
    border-radius: 7.42px;
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 13.8px;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 5.28px 12.51px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    background: #fff;
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 14.07px;
    border-top: 2px solid #000000;
    padding: 38.98px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
