
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.64;
}
.wrapper {
    padding: 0 19.59px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    border-bottom: 2px solid #000000;
    padding: 25.71px 0;
    background: #ffffff;
    margin-bottom: 40.94px;
}
.identity {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.69px;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    gap: 24.29px;
}
.nav-links a {
    font-size: 14.05px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 57.41px;
    margin-bottom: 81.16px;
}
.main-post {
    border-radius: 10.7px;
    background: #ffffff;
    padding: 45.38px;
    border: 2px solid #000000;
}
.body-copy {
    line-height: 1.81;
    color: #000000;
    font-size: 17.32px;
}
.body-copy a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.module {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 24.03px;
    margin-bottom: 30.01px;
    border-radius: 11.03px;
}
.box-title {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.21px;
    font-size: 19.63px;
    padding-bottom: 11.65px;
}
.updates-list, .history-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 9.13px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.8px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    gap: 11.02px;
    flex-wrap: wrap;
}
.pill {
    font-size: 12.55px;
    border: 2px solid #000000;
    text-decoration: none;
    border-radius: 7.66px;
    color: #000000 !important;
    display: inline-block;
    background: #ffffff;
    padding: 8.62px 14.21px;
    font-weight: 600;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
    padding: 38.96px 0;
    font-size: 14.52px;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
