
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19.89px;
}
.head-section {
    background: #ffffff;
    padding: 26.32px 0;
    margin-bottom: 38.96px;
    border-bottom: 2px solid #000000;
}
.brand-link {
    text-decoration: none;
    font-size: 23.05px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.top-menu {
    display: flex;
    gap: 26.97px;
}
.top-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.78px;
    text-decoration: none;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 83px;
    display: grid;
    gap: 58.11px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.21px;
    padding: 47.72px;
}
.post-body {
    color: #000000;
    font-size: 18.31px;
    line-height: 1.81;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    padding: 26.9px;
    background: #ffffff;
    margin-bottom: 31.32px;
    border-radius: 13.35px;
    border: 2px solid #000000;
}
.label {
    padding-bottom: 9.7px;
    margin-bottom: 17.1px;
    text-transform: uppercase;
    color: #000000;
    font-size: 20.72px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.updates-list, .past-entries {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 11.95px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.48px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    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 {
    flex-wrap: wrap;
    gap: 9.86px;
    display: flex;
}
.topic-chip {
    background: #ffffff;
    font-weight: 600;
    border: 2px solid #000000;
    padding: 5.16px 12.41px;
    font-size: 12.68px;
    text-decoration: none;
    border-radius: 7.18px;
    color: #000000 !important;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 13.57px;
    font-weight: 600;
    padding: 37.25px 0;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
