
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.56;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20.74px;
}
.page-top {
    padding: 24.46px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 38.58px;
}
.brand-mark {
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    font-size: 23.33px;
    text-transform: uppercase;
}
.top-menu {
    display: flex;
    gap: 22.05px;
}
.top-menu a {
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 13.7px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 61.77px;
    margin-bottom: 81.99px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.top-story {
    border-radius: 12.17px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 47.25px;
}
.main-text {
    line-height: 1.81;
    color: #000000;
    font-size: 18.25px;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    background: #ffffff;
    border-radius: 12.45px;
    border: 2px solid #000000;
    margin-bottom: 29.47px;
    padding: 26.14px;
}
.section-head {
    margin-bottom: 17.67px;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding-bottom: 10.74px;
    font-size: 19.77px;
    font-weight: 800;
    text-transform: uppercase;
}
.new-items, .log-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.91px;
    padding-bottom: 11.97px;
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 9.56px;
}
.chip {
    font-size: 12.25px;
    border: 2px solid #000000;
    color: #000000 !important;
    text-decoration: none;
    background: #ffffff;
    border-radius: 8.97px;
    font-weight: 600;
    display: inline-block;
    padding: 8.77px 13.93px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    background: #fff;
    font-weight: 600;
    font-size: 14.39px;
    padding: 38.17px 0;
    text-align: center;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
