
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18.88px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    padding: 26.47px 0;
    background: #ffffff;
    margin-bottom: 37.92px;
}
.wordmark {
    text-decoration: none;
    color: #000000;
    font-size: 24.92px;
    font-weight: 800;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    gap: 25.73px;
}
.nav-links a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.51px;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 79.92px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 62.28px;
}
.main-post {
    padding: 45.75px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.33px;
}
.read-area {
    color: #000000;
    line-height: 1.81;
    font-size: 18.52px;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    border-radius: 13.67px;
    margin-bottom: 27.43px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 22.2px;
}
.box-title {
    padding-bottom: 9.64px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 19.68px;
    margin-bottom: 18.39px;
    border-bottom: 2px solid #000000;
}
.feed-list, .past-entries {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.2px;
    margin-bottom: 9.3px;
}
.feed-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 9.32px;
    display: flex;
}
.label-item {
    text-decoration: none;
    padding: 8.47px 16.24px;
    color: #000000 !important;
    background: #ffffff;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 13.27px;
    border-radius: 7.82px;
    display: inline-block;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-size: 13.64px;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
    padding: 37.95px 0;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
