
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.64;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.2px;
}
.banner-area {
    margin-bottom: 38.92px;
    background: #ffffff;
    padding: 25.09px 0;
    border-bottom: 2px solid #000000;
}
.brand-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 23.85px;
}
.main-menu {
    gap: 22px;
    display: flex;
}
.main-menu a {
    font-size: 13.96px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 58.01px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.95px;
}
.main-post {
    padding: 46.22px;
    border: 2px solid #000000;
    border-radius: 13.46px;
    background: #ffffff;
}
.body-copy {
    color: #000000;
    font-size: 18.57px;
    line-height: 1.75;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    margin-bottom: 29.15px;
    border: 2px solid #000000;
    border-radius: 10.8px;
    padding: 22.26px;
    background: #ffffff;
}
.module-head {
    font-size: 19.17px;
    font-weight: 800;
    color: #000000;
    padding-bottom: 8.69px;
    margin-bottom: 21.74px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.feed-list, .history-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 9.6px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.67px;
}
.feed-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7.98px;
}
.topic-chip {
    text-decoration: none;
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000 !important;
    font-weight: 600;
    padding: 8.35px 16.64px;
    border-radius: 6.45px;
    font-size: 12.08px;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    text-align: center;
    padding: 38.78px 0;
    font-size: 13.15px;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
