
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    line-height: 1.59;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
}
.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.23px;
}
.top-bar {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 25.42px 0;
    margin-bottom: 38.29px;
}
.home-brand {
    font-size: 24.74px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 22.25px;
}
.main-menu a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.37px;
    text-decoration: none;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 78.87px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 59.31px;
}
.primary-content {
    padding: 50.67px;
    border: 2px solid #000000;
    border-radius: 13.17px;
    background: #ffffff;
}
.post-body {
    font-size: 17px;
    color: #000000;
    line-height: 1.77;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.info-card {
    margin-bottom: 30.37px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 24.19px;
    border-radius: 10.58px;
}
.box-title {
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.18px;
    margin-bottom: 20.49px;
    font-size: 20.32px;
    text-transform: uppercase;
    font-weight: 800;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.7px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    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;
}
.label-group {
    gap: 8.88px;
    flex-wrap: wrap;
    display: flex;
}
.keyword-tag {
    display: inline-block;
    border: 2px solid #000000;
    padding: 5.61px 14.07px;
    text-decoration: none;
    font-size: 12.02px;
    color: #000000 !important;
    background: #ffffff;
    border-radius: 7.77px;
    font-weight: 600;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    background: #fff;
    padding: 41.5px 0;
    color: #000000;
    font-size: 14.24px;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
