
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    background: #ffffff;
    line-height: 1.58;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 21.88px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    margin-bottom: 38.16px;
    background: #ffffff;
    padding: 25.21px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    color: #000000;
    font-size: 24.82px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar {
    display: flex;
    gap: 24.82px;
}
.nav-bar a {
    font-size: 13.29px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.21px;
    display: grid;
    gap: 62.26px;
}
.primary-content {
    padding: 48.02px;
    border-radius: 12.44px;
    border: 2px solid #000000;
    background: #ffffff;
}
.post-body {
    line-height: 1.8;
    color: #000000;
    font-size: 18.67px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.side-block {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.62px;
    padding: 24.76px;
    margin-bottom: 28.23px;
}
.block-heading {
    font-size: 19.81px;
    margin-bottom: 20.35px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.45px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 8.29px;
    margin-bottom: 10.84px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 7.59px;
    display: flex;
    flex-wrap: wrap;
}
.pill {
    display: inline-block;
    color: #000000 !important;
    border-radius: 9.07px;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 4.78px 15.94px;
    font-size: 12.94px;
    font-weight: 600;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    font-weight: 600;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 40.1px 0;
    color: #000000;
    font-size: 13.21px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
