
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.61;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    margin: 0 auto;
    padding: 0 20.31px;
    max-width: 1200px;
}
.nav-wrap {
    padding: 23.27px 0;
    margin-bottom: 37.01px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.identity {
    font-weight: 800;
    font-size: 23.61px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}
.main-menu {
    gap: 27.54px;
    display: flex;
}
.main-menu a {
    font-size: 13.01px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.17px;
    display: grid;
    gap: 60.56px;
}
.top-story {
    padding: 45.64px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 10.48px;
}
.entry-text {
    line-height: 1.82;
    color: #000000;
    font-size: 17.35px;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 28.07px;
    border-radius: 11.57px;
    padding: 26.4px;
    border: 2px solid #000000;
    background: #ffffff;
}
.box-title {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.96px;
    color: #000000;
    padding-bottom: 12.16px;
    margin-bottom: 19.79px;
    font-weight: 800;
}
.stream, .month-list {
    list-style: none;
    padding: 0;
}
.stream li {
    margin-bottom: 12.59px;
    padding-bottom: 9.04px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.stream a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 9.29px;
    flex-wrap: wrap;
}
.keyword-tag {
    border-radius: 7.86px;
    font-size: 13.26px;
    padding: 6.12px 14.53px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    border-top: 2px solid #000000;
    padding: 42.95px 0;
    text-align: center;
    font-weight: 600;
    background: #fff;
    font-size: 13.69px;
    color: #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
