
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    line-height: 1.57;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 18.61px;
    margin: 0 auto;
}
.main-header {
    margin-bottom: 38.37px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 27.17px 0;
}
.brand-link {
    color: #000000;
    font-size: 23.77px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    gap: 25.05px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.26px;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    gap: 58.02px;
    display: grid;
    margin-bottom: 81.62px;
}
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 49.62px;
    border-radius: 11.87px;
}
.post-body {
    font-size: 17.52px;
    color: #000000;
    line-height: 1.78;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 21.43px;
    border: 2px solid #000000;
    margin-bottom: 30.84px;
    background: #ffffff;
    border-radius: 13.55px;
}
.module-head {
    font-size: 19.63px;
    color: #000000;
    padding-bottom: 7.8px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 21.48px;
}
.feed-list, .history-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.42px;
    padding-bottom: 7.62px;
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 11.76px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    background: #ffffff;
    text-decoration: none;
    padding: 3.48px 14.43px;
    border-radius: 8.91px;
    font-weight: 600;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 12.13px;
    color: #000000 !important;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 14.73px;
    text-align: center;
    padding: 40.38px 0;
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
