
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    line-height: 1.64;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.58px;
}
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 37.18px;
    background: #ffffff;
    padding: 26.1px 0;
}
.wordmark {
    text-decoration: none;
    font-size: 24.88px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 22.62px;
}
.main-menu a {
    font-size: 14.86px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    gap: 61.76px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.34px;
}
.main-post {
    background: #ffffff;
    border-radius: 12.35px;
    padding: 49.94px;
    border: 2px solid #000000;
}
.content-area {
    line-height: 1.81;
    font-size: 18.25px;
    color: #000000;
}
.content-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    border: 2px solid #000000;
    border-radius: 13.3px;
    padding: 26.93px;
    background: #ffffff;
    margin-bottom: 29.84px;
}
.label {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 20.24px;
    font-weight: 800;
    margin-bottom: 17.84px;
    color: #000000;
    padding-bottom: 7.66px;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 10.21px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.48px;
}
.feed-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.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 {
    gap: 12.65px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    text-decoration: none;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 6.15px;
    font-weight: 600;
    padding: 7.64px 11.94px;
    font-size: 12.29px;
    background: #ffffff;
    color: #000000 !important;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 39.52px 0;
    font-size: 14.89px;
    font-weight: 600;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
