
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.62;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.96px;
}
.nav-wrap {
    padding: 23.58px 0;
    margin-bottom: 42.46px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.wordmark {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.62px;
}
.nav-links {
    display: flex;
    gap: 26.42px;
}
.nav-links a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.75px;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 61.54px;
    margin-bottom: 78.88px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border-radius: 10.07px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 45.54px;
}
.content-area {
    line-height: 1.82;
    color: #000000;
    font-size: 17.74px;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    margin-bottom: 31.6px;
    border-radius: 12.92px;
    background: #ffffff;
    padding: 25.24px;
    border: 2px solid #000000;
}
.label {
    padding-bottom: 9.05px;
    border-bottom: 2px solid #000000;
    font-size: 20.45px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 21.61px;
}
.new-items, .log-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 10.12px;
    margin-bottom: 10.68px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 12.31px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    font-weight: 600;
    color: #000000 !important;
    display: inline-block;
    border: 2px solid #000000;
    background: #ffffff;
    font-size: 13.5px;
    border-radius: 9.39px;
    padding: 7.2px 14.03px;
    text-decoration: none;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    background: #fff;
    border-top: 2px solid #000000;
    padding: 42.73px 0;
    text-align: center;
    font-weight: 600;
    font-size: 13.46px;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
