
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.59;
    color: var(--text);
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shell {
    max-width: 1200px;
    padding: 0 22.34px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    padding: 23.97px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.67px;
}
.brand-mark {
    color: #000000;
    font-size: 24.76px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 22.73px;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.43px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.43px;
    display: grid;
    gap: 60.38px;
}
.feature-post {
    padding: 50.62px;
    background: #ffffff;
    border-radius: 10.33px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.75;
    font-size: 18.04px;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.aside-box {
    border-radius: 13.72px;
    background: #ffffff;
    padding: 23.52px;
    margin-bottom: 30.42px;
    border: 2px solid #000000;
}
.box-title {
    font-weight: 800;
    padding-bottom: 10.23px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 18.52px;
    color: #000000;
    font-size: 19.39px;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.22px;
    margin-bottom: 10.09px;
}
.feed-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 10.9px;
    flex-wrap: wrap;
}
.topic-chip {
    padding: 7.81px 11.47px;
    font-weight: 600;
    font-size: 13.52px;
    color: #000000 !important;
    display: inline-block;
    background: #ffffff;
    border-radius: 6.66px;
    border: 2px solid #000000;
    text-decoration: none;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    padding: 40.95px 0;
    font-size: 13.15px;
    text-align: center;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
