
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    line-height: 1.56;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 19.23px;
}
.main-header {
    padding: 26.42px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.11px;
}
.brand-link {
    text-decoration: none;
    font-weight: 800;
    font-size: 24.96px;
    text-transform: uppercase;
    color: #000000;
}
.main-menu {
    gap: 26.64px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 14.78px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 81.74px;
    gap: 61.82px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border-radius: 10.14px;
    padding: 49.9px;
    border: 2px solid #000000;
    background: #ffffff;
}
.post-body {
    font-size: 17.19px;
    line-height: 1.84;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 10.05px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 30.98px;
    padding: 22.61px;
}
.block-heading {
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 7.35px;
    font-size: 20.11px;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 20.05px;
}
.updates-list, .time-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 9.93px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.08px;
}
.updates-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10.42px;
}
.pill {
    color: #000000 !important;
    padding: 4.17px 16.78px;
    font-weight: 600;
    text-decoration: none;
    font-size: 12.16px;
    border-radius: 8.21px;
    background: #ffffff;
    display: inline-block;
    border: 2px solid #000000;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 41.05px 0;
    text-align: center;
    font-weight: 600;
    font-size: 13.2px;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
