
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    line-height: 1.57;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 17.12px;
    max-width: 1200px;
}
.nav-wrap {
    margin-bottom: 41.31px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 22.85px 0;
}
.logo-text {
    color: #000000;
    font-weight: 800;
    font-size: 23.88px;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    gap: 25.01px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    font-size: 14.64px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 61.69px;
    margin-bottom: 81.74px;
}
.feature-post {
    border: 2px solid #000000;
    padding: 45.23px;
    background: #ffffff;
    border-radius: 11.22px;
}
.main-text {
    color: #000000;
    font-size: 18.81px;
    line-height: 1.79;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.module {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 27.25px;
    padding: 21.52px;
    border-radius: 12.17px;
}
.block-heading {
    padding-bottom: 9.47px;
    font-size: 20.67px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.68px;
    font-weight: 800;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 11.82px;
    padding-bottom: 8.5px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 7.47px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    border: 2px solid #000000;
    font-weight: 600;
    display: inline-block;
    padding: 3.04px 14.34px;
    text-decoration: none;
    color: #000000 !important;
    font-size: 12.05px;
    background: #ffffff;
    border-radius: 9.75px;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 37.56px 0;
    color: #000000;
    text-align: center;
    font-weight: 600;
    background: #fff;
    font-size: 14.16px;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
