
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.62;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 22.87px;
    margin: 0 auto;
}
.main-header {
    padding: 25.83px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.58px;
    background: #ffffff;
}
.brand-mark {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 24.92px;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 24.79px;
}
.main-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.06px;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 62.27px;
    display: grid;
    margin-bottom: 78.41px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border: 2px solid #000000;
    padding: 49.75px;
    border-radius: 11.92px;
    background: #ffffff;
}
.content-area {
    font-size: 17.83px;
    color: #000000;
    line-height: 1.79;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.aside-box {
    margin-bottom: 27.62px;
    border-radius: 10.93px;
    background: #ffffff;
    padding: 26.2px;
    border: 2px solid #000000;
}
.label {
    padding-bottom: 8.18px;
    font-size: 20.14px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 17.21px;
    font-weight: 800;
    color: #000000;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.08px;
    margin-bottom: 11.92px;
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7.77px;
}
.topic-chip {
    background: #ffffff;
    font-weight: 600;
    border-radius: 6.33px;
    color: #000000 !important;
    padding: 4.2px 14.41px;
    display: inline-block;
    text-decoration: none;
    font-size: 13.07px;
    border: 2px solid #000000;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-size: 13.98px;
    font-weight: 600;
    padding: 38.28px 0;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
