
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    line-height: 1.61;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    padding: 0 22.55px;
    margin: 0 auto;
    max-width: 1200px;
}
.top-bar {
    padding: 26.74px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.21px;
    background: #ffffff;
}
.wordmark {
    color: #000000;
    font-size: 23.5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
.nav-bar {
    display: flex;
    gap: 22.32px;
}
.nav-bar a {
    color: #000000 !important;
    font-size: 13.62px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 79.3px;
    display: grid;
    gap: 62.72px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    background: #ffffff;
    padding: 50.49px;
    border: 2px solid #000000;
    border-radius: 12.73px;
}
.entry-text {
    font-size: 18.3px;
    color: #000000;
    line-height: 1.76;
}
.entry-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.aside-box {
    border: 2px solid #000000;
    border-radius: 11.23px;
    margin-bottom: 28.39px;
    padding: 25.33px;
    background: #ffffff;
}
.module-head {
    font-size: 20.75px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 11.13px;
    text-transform: uppercase;
    margin-bottom: 22.88px;
}
.updates-list, .past-entries {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.16px;
    padding-bottom: 9.09px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    gap: 11.33px;
    flex-wrap: wrap;
}
.chip {
    background: #ffffff;
    padding: 5.67px 13.54px;
    color: #000000 !important;
    border: 2px solid #000000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 9.35px;
    font-size: 13.14px;
    display: inline-block;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    font-weight: 600;
    font-size: 13.08px;
    border-top: 2px solid #000000;
    padding: 40.91px 0;
    text-align: center;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
