
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.65;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    padding: 0 17.88px;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 42.43px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.43px 0;
}
.brand-link {
    font-size: 24.23px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-bar {
    gap: 24.08px;
    display: flex;
}
.nav-bar a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 79.46px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 57.85px;
}
.top-story {
    background: #ffffff;
    padding: 45.78px;
    border-radius: 12.94px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.84;
    font-size: 18.23px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.side-block {
    border-radius: 11.74px;
    padding: 25.93px;
    background: #ffffff;
    margin-bottom: 32.14px;
    border: 2px solid #000000;
}
.panel-title {
    font-weight: 800;
    font-size: 20.59px;
    margin-bottom: 20.88px;
    padding-bottom: 10.82px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
}
.new-items, .log-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 8.24px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9.15px;
}
.pill {
    padding: 3.52px 14.94px;
    font-weight: 600;
    font-size: 13.53px;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 9.79px;
    display: inline-block;
    color: #000000 !important;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 38.93px 0;
    font-weight: 600;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 14.79px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
