
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    padding: 0 20.22px;
    max-width: 1200px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    padding: 24.91px 0;
    background: #ffffff;
    margin-bottom: 42.25px;
}
.brand-mark {
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.nav-bar {
    gap: 25.77px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.38px;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 58.93px;
    margin-bottom: 78.22px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    padding: 47.62px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.11px;
}
.body-copy {
    font-size: 17.85px;
    line-height: 1.83;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.side-block {
    border-radius: 10.34px;
    border: 2px solid #000000;
    margin-bottom: 27.01px;
    padding: 22.39px;
    background: #ffffff;
}
.box-title {
    margin-bottom: 20.79px;
    text-transform: uppercase;
    font-size: 19.97px;
    padding-bottom: 10.74px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
}
.updates-list, .past-entries {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 9.28px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.11px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.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;
}
.tag-area {
    display: flex;
    flex-wrap: wrap;
    gap: 8.04px;
}
.chip {
    border-radius: 9.28px;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    font-size: 12.28px;
    font-weight: 600;
    padding: 3.62px 16.75px;
    color: #000000 !important;
    border: 2px solid #000000;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-weight: 600;
    padding: 39.82px 0;
    color: #000000;
    background: #fff;
    font-size: 14.14px;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
