
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.55;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.89px;
}
.page-top {
    margin-bottom: 39.36px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 26.48px 0;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 23.82px;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}
.nav-links {
    gap: 27.94px;
    display: flex;
}
.nav-links a {
    font-size: 14.84px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 57.71px;
    margin-bottom: 77.35px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border-radius: 10.5px;
    background: #ffffff;
    padding: 48.57px;
    border: 2px solid #000000;
}
.read-area {
    color: #000000;
    line-height: 1.82;
    font-size: 17.22px;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    padding: 26.78px;
    margin-bottom: 32.9px;
    border: 2px solid #000000;
    border-radius: 10.3px;
    background: #ffffff;
}
.panel-title {
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 10.56px;
    font-weight: 800;
    font-size: 20.27px;
    text-transform: uppercase;
    margin-bottom: 17.7px;
}
.updates-list, .past-entries {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 10.02px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.15px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    gap: 12.02px;
    flex-wrap: wrap;
}
.label-item {
    font-weight: 600;
    font-size: 13.76px;
    border-radius: 8.01px;
    border: 2px solid #000000;
    background: #ffffff;
    text-decoration: none;
    color: #000000 !important;
    padding: 7.01px 12.23px;
    display: inline-block;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    font-size: 13.98px;
    padding: 38.45px 0;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
