
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.58;
}
.frame {
    padding: 0 17.65px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    background: #ffffff;
    margin-bottom: 39.63px;
    border-bottom: 2px solid #000000;
    padding: 23.12px 0;
}
.brand-mark {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.27px;
    font-weight: 800;
}
.nav-bar {
    gap: 23.22px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    font-size: 13.01px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 62.45px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.76px;
    display: grid;
}
.hero-post {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.24px;
    padding: 49.34px;
}
.read-area {
    color: #000000;
    font-size: 18.3px;
    line-height: 1.81;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 29.66px;
    border: 2px solid #000000;
    padding: 22.42px;
    border-radius: 10.24px;
    background: #ffffff;
}
.block-heading {
    font-size: 19.64px;
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.32px;
    padding-bottom: 12.51px;
    text-transform: uppercase;
}
.updates-list, .past-entries {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 9.56px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.06px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 9.34px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    text-decoration: none;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
    color: #000000 !important;
    padding: 5.78px 12.98px;
    display: inline-block;
    border-radius: 9.17px;
    font-size: 12.4px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 13.66px;
    background: #fff;
    text-align: center;
    padding: 38.26px 0;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
