
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.57;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.01px;
}
.page-top {
    background: #ffffff;
    padding: 27.48px 0;
    margin-bottom: 42.73px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    font-size: 24.66px;
    text-transform: uppercase;
}
.main-menu {
    gap: 24.09px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.19px;
    color: #000000 !important;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 57.05px;
    margin-bottom: 79.13px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    border-radius: 12.23px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 48.65px;
}
.body-copy {
    line-height: 1.78;
    color: #000000;
    font-size: 17.95px;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    background: #ffffff;
    padding: 24.68px;
    margin-bottom: 28.95px;
    border-radius: 11.32px;
    border: 2px solid #000000;
}
.label {
    text-transform: uppercase;
    padding-bottom: 8.59px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 19.37px;
    margin-bottom: 22.5px;
    font-weight: 800;
}
.updates-list, .history-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 12.28px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.55px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11.13px;
}
.chip {
    border: 2px solid #000000;
    display: inline-block;
    background: #ffffff;
    border-radius: 7.03px;
    color: #000000 !important;
    text-decoration: none;
    padding: 3.32px 14.43px;
    font-size: 13.36px;
    font-weight: 600;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    color: #000000;
    background: #fff;
    padding: 37.86px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 14.66px;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
