
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.58;
    text-size-adjust: 100%;
}
.wrapper {
    padding: 0 21.89px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 39.07px;
    padding: 26.61px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    text-decoration: none;
    font-size: 23.07px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.header-links {
    gap: 27.18px;
    display: flex;
}
.header-links a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.71px;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.72px;
    display: grid;
    gap: 61.29px;
}
.primary-content {
    border: 2px solid #000000;
    padding: 50.41px;
    background: #ffffff;
    border-radius: 10.31px;
}
.body-copy {
    font-size: 18.63px;
    color: #000000;
    line-height: 1.76;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 32.93px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.22px;
    padding: 26.38px;
}
.label {
    font-weight: 800;
    margin-bottom: 20.83px;
    padding-bottom: 8.15px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 19.38px;
}
.new-items, .past-entries {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 10.27px;
    padding-bottom: 10.99px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 8.26px;
    flex-wrap: wrap;
}
.topic-chip {
    font-weight: 600;
    padding: 3.06px 12.16px;
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
    border-radius: 8.86px;
    font-size: 12.37px;
    color: #000000 !important;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    background: #fff;
    font-size: 13.4px;
    color: #000000;
    padding: 42.5px 0;
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
