
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.58;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.page-wrap {
    padding: 0 21.63px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.88px 0;
    margin-bottom: 41.28px;
}
.wordmark {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24.13px;
    color: #000000;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 23px;
}
.main-menu a {
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.65px;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 61.65px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.72px;
    display: grid;
}
.hero-post {
    border-radius: 13.3px;
    padding: 46.62px;
    background: #ffffff;
    border: 2px solid #000000;
}
.entry-text {
    line-height: 1.82;
    color: #000000;
    font-size: 18.69px;
}
.entry-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    border: 2px solid #000000;
    border-radius: 12.88px;
    margin-bottom: 27.66px;
    padding: 26.6px;
    background: #ffffff;
}
.section-head {
    padding-bottom: 7.5px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 19.83px;
    margin-bottom: 18.16px;
    border-bottom: 2px solid #000000;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 12.64px;
    margin-bottom: 12.59px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 7.21px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 12.59px;
    border-radius: 7.75px;
    padding: 8.86px 16.46px;
    text-decoration: none;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    padding: 39.29px 0;
    background: #fff;
    color: #000000;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
