
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.63;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.shell {
    padding: 0 18.57px;
    max-width: 1200px;
    margin: 0 auto;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.02px;
    padding: 26.77px 0;
}
.brand-mark {
    font-weight: 800;
    font-size: 24.22px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    gap: 25.28px;
}
.nav-links a {
    font-size: 14.51px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 83px;
    gap: 60.09px;
}
.main-post {
    border-radius: 11.38px;
    background: #ffffff;
    padding: 47.55px;
    border: 2px solid #000000;
}
.content-area {
    color: #000000;
    line-height: 1.76;
    font-size: 18.16px;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.info-card {
    border-radius: 10.37px;
    padding: 22.8px;
    background: #ffffff;
    margin-bottom: 32.21px;
    border: 2px solid #000000;
}
.block-heading {
    text-transform: uppercase;
    padding-bottom: 9.37px;
    border-bottom: 2px solid #000000;
    font-size: 20.38px;
    margin-bottom: 20.99px;
    font-weight: 800;
    color: #000000;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 12.12px;
    margin-bottom: 9.56px;
    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;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 12.94px;
    display: flex;
}
.term-badge {
    background: #ffffff;
    display: inline-block;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 8.28px;
    border: 2px solid #000000;
    font-size: 12.14px;
    padding: 4.16px 15.95px;
    font-weight: 600;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    text-align: center;
    color: #000000;
    background: #fff;
    font-size: 13.56px;
    padding: 40.8px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
