
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.65;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 20.3px;
    max-width: 1200px;
}
.banner-area {
    padding: 24.13px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.27px;
}
.wordmark {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 24.78px;
}
.primary-nav {
    display: flex;
    gap: 25.23px;
}
.primary-nav a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.5px;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 77.16px;
    gap: 59.14px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.9px;
    border-radius: 13.96px;
}
.main-text {
    font-size: 17.63px;
    color: #000000;
    line-height: 1.82;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 27.97px;
    border-radius: 10.9px;
    border: 2px solid #000000;
    padding: 25.94px;
}
.box-title {
    font-size: 19.1px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.84px;
    font-weight: 800;
    padding-bottom: 9.03px;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 9.69px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.88px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 7.26px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    display: inline-block;
    font-size: 12.53px;
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
    border-radius: 7.45px;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 8.8px 13.22px;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 14.58px;
    padding: 37.66px 0;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
