
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 21.48px;
    max-width: 1200px;
}
.top-bar {
    padding: 27.69px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 37.06px;
}
.brand-link {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24.53px;
}
.header-links {
    gap: 25.87px;
    display: flex;
}
.header-links a {
    font-size: 13.75px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.46px;
    gap: 60.97px;
    display: grid;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.06px;
    padding: 45.43px;
}
.read-area {
    line-height: 1.81;
    font-size: 18.79px;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 24.7px;
    border-radius: 10.32px;
    margin-bottom: 29.95px;
}
.box-title {
    font-size: 20.42px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.58px;
    margin-bottom: 21.33px;
    font-weight: 800;
}
.updates-list, .past-entries {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 12.63px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.37px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7.57px;
}
.topic-chip {
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    font-size: 12.14px;
    border-radius: 6.67px;
    border: 2px solid #000000;
    font-weight: 600;
    padding: 8.52px 15.23px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    font-size: 13.35px;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 38.57px 0;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
