
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.59;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 22.69px;
    max-width: 1200px;
}
.banner-area {
    background: #ffffff;
    padding: 27.86px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.65px;
}
.brand-link {
    color: #000000;
    font-size: 23.28px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}
.nav-bar {
    gap: 26.62px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.51px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 78.39px;
    grid-template-columns: 1fr 300px;
    gap: 61.6px;
    display: grid;
}
.primary-content {
    padding: 49.62px;
    border-radius: 11.49px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.85;
    font-size: 17.39px;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 31.26px;
    padding: 26.91px;
    border-radius: 13.48px;
}
.section-head {
    font-size: 20.06px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20.92px;
    padding-bottom: 12.3px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.updates-list, .past-entries {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 12.87px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.05px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 10.56px;
    flex-wrap: wrap;
}
.keyword-tag {
    color: #000000 !important;
    font-size: 13.35px;
    background: #ffffff;
    border: 2px solid #000000;
    display: inline-block;
    text-decoration: none;
    padding: 6.07px 14.43px;
    border-radius: 9.23px;
    font-weight: 600;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    font-weight: 600;
    text-align: center;
    background: #fff;
    padding: 38.3px 0;
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 13.29px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
