
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    background: #ffffff;
    color: var(--text);
}
.shell {
    max-width: 1200px;
    padding: 0 17.39px;
    margin: 0 auto;
}
.head-section {
    padding: 24.68px 0;
    margin-bottom: 37.41px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.wordmark {
    color: #000000;
    text-decoration: none;
    font-size: 24.81px;
    font-weight: 800;
    text-transform: uppercase;
}
.primary-nav {
    gap: 24.84px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.16px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.97px;
    display: grid;
    gap: 58.44px;
}
.feature-post {
    background: #ffffff;
    border-radius: 11.09px;
    padding: 47.52px;
    border: 2px solid #000000;
}
.entry-text {
    font-size: 17.73px;
    line-height: 1.84;
    color: #000000;
}
.entry-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    border-radius: 11.4px;
    margin-bottom: 31.54px;
    background: #ffffff;
    padding: 21.56px;
}
.block-heading {
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 20.24px;
    margin-bottom: 17.2px;
    padding-bottom: 7.27px;
    text-transform: uppercase;
    font-weight: 800;
}
.updates-list, .time-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.58px;
    padding-bottom: 9.56px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 8.57px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    font-weight: 600;
    font-size: 12.84px;
    color: #000000 !important;
    padding: 6.6px 15.74px;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 8.04px;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    background: #fff;
    text-align: center;
    color: #000000;
    padding: 38.76px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 14.71px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
