
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    line-height: 1.59;
    -webkit-text-size-adjust: 100%;
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.81px;
}
.page-top {
    padding: 26.54px 0;
    margin-bottom: 38.55px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    font-size: 23.52px;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}
.top-menu {
    gap: 26.67px;
    display: flex;
}
.top-menu a {
    font-size: 13.03px;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 58.82px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 81.95px;
}
.main-post {
    border-radius: 11.6px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 50.22px;
}
.post-body {
    line-height: 1.76;
    font-size: 17.36px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    padding: 22.74px;
    border-radius: 12.32px;
    border: 2px solid #000000;
    margin-bottom: 28.13px;
}
.module-head {
    margin-bottom: 20.79px;
    padding-bottom: 8px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 20.32px;
    font-weight: 800;
    text-transform: uppercase;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 7.65px;
    margin-bottom: 10.61px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 7.39px;
    flex-wrap: wrap;
}
.pill {
    border-radius: 6.56px;
    border: 2px solid #000000;
    color: #000000 !important;
    padding: 7.72px 16.2px;
    font-size: 12.63px;
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-weight: 600;
    background: #fff;
    font-size: 13.33px;
    border-top: 2px solid #000000;
    padding: 41.18px 0;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
