
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.63;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
}
.frame {
    padding: 0 19.72px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    margin-bottom: 38.48px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.6px 0;
}
.home-brand {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.56px;
    font-weight: 800;
}
.nav-bar {
    gap: 24.19px;
    display: flex;
}
.nav-bar a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.64px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 77.92px;
    gap: 61.81px;
}
.feature-post {
    padding: 49.4px;
    border-radius: 13.63px;
    background: #ffffff;
    border: 2px solid #000000;
}
.entry-text {
    line-height: 1.78;
    color: #000000;
    font-size: 17.03px;
}
.entry-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 32.54px;
    border-radius: 10.93px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 25.24px;
}
.block-heading {
    color: #000000;
    padding-bottom: 9.53px;
    margin-bottom: 21.39px;
    text-transform: uppercase;
    font-size: 19.18px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.stream, .past-entries {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 9.23px;
    padding-bottom: 9.87px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream 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 {
    gap: 7.16px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    background: #ffffff;
    border-radius: 9.74px;
    text-decoration: none;
    display: inline-block;
    font-size: 13.12px;
    border: 2px solid #000000;
    font-weight: 600;
    padding: 5.77px 16.89px;
    color: #000000 !important;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    font-weight: 600;
    text-align: center;
    color: #000000;
    font-size: 13.86px;
    border-top: 2px solid #000000;
    padding: 41.07px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
