
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.65;
}
.frame {
    padding: 0 18.79px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.49px;
    padding: 24.31px 0;
}
.brand-mark {
    text-decoration: none;
    color: #000000;
    font-size: 23.21px;
    font-weight: 800;
    text-transform: uppercase;
}
.nav-bar {
    gap: 23.57px;
    display: flex;
}
.nav-bar a {
    font-size: 13.68px;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 78.88px;
    grid-template-columns: 1fr 300px;
    gap: 61.71px;
    display: grid;
}
.main-post {
    padding: 45.44px;
    background: #ffffff;
    border-radius: 13.63px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 18.5px;
    line-height: 1.75;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 30.21px;
    padding: 26.7px;
    border-radius: 13.5px;
    background: #ffffff;
    border: 2px solid #000000;
}
.module-head {
    text-transform: uppercase;
    padding-bottom: 11.28px;
    font-size: 20.45px;
    margin-bottom: 19.13px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.latest-entries, .history-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 11.09px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.07px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9.68px;
}
.chip {
    font-weight: 600;
    border-radius: 7.14px;
    background: #ffffff;
    display: inline-block;
    padding: 8.94px 16.48px;
    text-decoration: none;
    border: 2px solid #000000;
    color: #000000 !important;
    font-size: 13.8px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 14.27px;
    text-align: center;
    padding: 40.25px 0;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
