
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.57;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.5px;
}
.page-top {
    background: #ffffff;
    margin-bottom: 39.22px;
    padding: 25.26px 0;
    border-bottom: 2px solid #000000;
}
.wordmark {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 23.91px;
}
.nav-bar {
    gap: 22.11px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.94px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    margin-bottom: 79.05px;
    gap: 58.88px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 48.38px;
    border-radius: 10.64px;
}
.entry-text {
    font-size: 18.65px;
    color: #000000;
    line-height: 1.81;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 10.29px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 21.38px;
    margin-bottom: 30.58px;
}
.section-head {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 20.53px;
    margin-bottom: 20.17px;
    font-weight: 800;
    padding-bottom: 10.16px;
    color: #000000;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 8.76px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.34px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    gap: 7.33px;
    display: flex;
}
.chip {
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 12.75px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    padding: 8.75px 11.07px;
    background: #ffffff;
    display: inline-block;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
    text-align: center;
    font-weight: 600;
    padding: 42.4px 0;
    font-size: 14.75px;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
