
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.63;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
}
.frame {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.69px;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 27.45px 0;
    margin-bottom: 39.64px;
}
.wordmark {
    font-weight: 800;
    color: #000000;
    font-size: 24.51px;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    gap: 27.9px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    font-size: 14.87px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    gap: 60.03px;
    margin-bottom: 81.06px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    padding: 46.41px;
    border-radius: 12.96px;
    border: 2px solid #000000;
    background: #ffffff;
}
.main-text {
    color: #000000;
    line-height: 1.81;
    font-size: 17.54px;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.info-card {
    border: 2px solid #000000;
    margin-bottom: 32.52px;
    background: #ffffff;
    padding: 26.54px;
    border-radius: 12.16px;
}
.module-head {
    color: #000000;
    margin-bottom: 21.94px;
    text-transform: uppercase;
    font-size: 20.28px;
    font-weight: 800;
    padding-bottom: 9.84px;
    border-bottom: 2px solid #000000;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 9.56px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.39px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 10.19px;
}
.term-badge {
    font-size: 12.64px;
    display: inline-block;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 9.55px;
    padding: 3.87px 11.42px;
    color: #000000 !important;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    text-align: center;
    padding: 41.29px 0;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 14.49px;
    color: #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
