
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.63;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    padding: 0 18.89px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 25.67px 0;
    margin-bottom: 37.23px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.wordmark {
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
}
.nav-links {
    gap: 26.31px;
    display: flex;
}
.nav-links a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 13.69px;
    text-transform: uppercase;
}
.nav-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.41px;
    display: grid;
    gap: 61.64px;
}
.main-post {
    border-radius: 13.39px;
    padding: 50.54px;
    border: 2px solid #000000;
    background: #ffffff;
}
.entry-text {
    color: #000000;
    font-size: 17.34px;
    line-height: 1.81;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    padding: 23.1px;
    margin-bottom: 31.21px;
    border-radius: 13.34px;
    background: #ffffff;
    border: 2px solid #000000;
}
.block-heading {
    margin-bottom: 19.59px;
    color: #000000;
    font-weight: 800;
    font-size: 19.89px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 9.71px;
}
.updates-list, .date-index {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 10.72px;
    margin-bottom: 9.85px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    gap: 7.61px;
    display: flex;
}
.pill {
    font-weight: 600;
    text-decoration: none;
    border-radius: 7.42px;
    padding: 3.12px 13.05px;
    border: 2px solid #000000;
    background: #ffffff;
    font-size: 12.92px;
    display: inline-block;
    color: #000000 !important;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 13.49px;
    padding: 37.9px 0;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
