
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.62;
    color: var(--text);
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 19.34px;
    max-width: 1200px;
}
.page-top {
    background: #ffffff;
    padding: 25.09px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.04px;
}
.identity {
    font-weight: 800;
    color: #000000;
    font-size: 24.14px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu {
    gap: 23.21px;
    display: flex;
}
.main-menu a {
    font-size: 14.53px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.78px;
    margin-bottom: 82.75px;
}
.top-story {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 45.24px;
    border-radius: 13.33px;
}
.read-area {
    line-height: 1.78;
    color: #000000;
    font-size: 17.64px;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    margin-bottom: 30.6px;
    padding: 25.43px;
    border-radius: 12.94px;
    border: 2px solid #000000;
    background: #ffffff;
}
.panel-title {
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 18.01px;
    padding-bottom: 7.28px;
    font-size: 19.58px;
    font-weight: 800;
    text-transform: uppercase;
}
.stream, .past-entries {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.13px;
    padding-bottom: 10.1px;
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.pill {
    display: inline-block;
    text-decoration: none;
    padding: 4.62px 11.61px;
    border: 2px solid #000000;
    border-radius: 8.1px;
    color: #000000 !important;
    font-weight: 600;
    font-size: 13.49px;
    background: #ffffff;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    padding: 38.06px 0;
    font-size: 13.84px;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
