
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
    background: #ffffff;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    max-width: 1200px;
    padding: 0 20.64px;
    margin: 0 auto;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 24.16px 0;
    margin-bottom: 38.22px;
}
.brand-link {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.96px;
    text-decoration: none;
}
.nav-bar {
    gap: 24.43px;
    display: flex;
}
.nav-bar a {
    font-size: 14.53px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    margin-bottom: 80.21px;
    gap: 60.34px;
    grid-template-columns: 1fr 300px;
}
.top-story {
    border: 2px solid #000000;
    border-radius: 10.64px;
    padding: 47.83px;
    background: #ffffff;
}
.read-area {
    font-size: 17.82px;
    line-height: 1.8;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.module {
    border-radius: 12.89px;
    padding: 22.65px;
    margin-bottom: 31.77px;
    background: #ffffff;
    border: 2px solid #000000;
}
.box-title {
    margin-bottom: 22.09px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 12.31px;
    color: #000000;
    font-size: 20.66px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.57px;
    padding-bottom: 7.02px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    flex-wrap: wrap;
    gap: 11.47px;
}
.keyword-tag {
    border-radius: 6.19px;
    color: #000000 !important;
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 13.85px;
    font-weight: 600;
    padding: 6.47px 12.08px;
    background: #ffffff;
    display: inline-block;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    border-top: 2px solid #000000;
    padding: 37.98px 0;
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-size: 13.57px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
