
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.43px;
}
.main-header {
    background: #ffffff;
    padding: 22.74px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.58px;
}
.wordmark {
    color: #000000;
    font-weight: 800;
    font-size: 23.6px;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav {
    display: flex;
    gap: 27.69px;
}
.primary-nav a {
    font-weight: 700;
    font-size: 13.61px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 77.31px;
    display: grid;
    gap: 57.61px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    background: #ffffff;
    border-radius: 11.3px;
    border: 2px solid #000000;
    padding: 45.8px;
}
.content-area {
    font-size: 17.71px;
    color: #000000;
    line-height: 1.79;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    border: 2px solid #000000;
    padding: 23.23px;
    margin-bottom: 32.41px;
    border-radius: 10.29px;
    background: #ffffff;
}
.block-heading {
    padding-bottom: 12.26px;
    margin-bottom: 17.72px;
    color: #000000;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.31px;
    font-weight: 800;
}
.feed-list, .history-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 12.67px;
    margin-bottom: 10.34px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.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;
}
.topic-list {
    gap: 9.13px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    padding: 5.08px 12.82px;
    font-size: 13.38px;
    display: inline-block;
    border-radius: 9.43px;
    font-weight: 600;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 13.61px;
    padding: 40.72px 0;
    font-weight: 600;
    color: #000000;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
