
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.65;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19.18px;
}
.page-top {
    padding: 23.46px 0;
    margin-bottom: 41.35px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.wordmark {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 24.94px;
}
.primary-nav {
    gap: 27.18px;
    display: flex;
}
.primary-nav a {
    text-decoration: none;
    font-size: 14.52px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 78.65px;
    gap: 61.3px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border-radius: 12.64px;
    background: #ffffff;
    padding: 47.89px;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.78;
    color: #000000;
    font-size: 18.57px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    border-radius: 10.13px;
    margin-bottom: 31.27px;
    padding: 22.74px;
    border: 2px solid #000000;
    background: #ffffff;
}
.box-title {
    font-weight: 800;
    color: #000000;
    font-size: 19.93px;
    padding-bottom: 8.64px;
    margin-bottom: 22.95px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 8.54px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.12px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 10.5px;
}
.keyword-tag {
    text-decoration: none;
    padding: 3.33px 12.14px;
    font-size: 12.31px;
    font-weight: 600;
    border-radius: 7.41px;
    display: inline-block;
    border: 2px solid #000000;
    color: #000000 !important;
    background: #ffffff;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 37.3px 0;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    text-align: center;
    font-size: 14.21px;
    font-weight: 600;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
