
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.55;
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.85px;
}
.main-header {
    padding: 23.65px 0;
    background: #ffffff;
    margin-bottom: 40.84px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-decoration: none;
    font-size: 23.92px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.top-menu {
    display: flex;
    gap: 25.98px;
}
.top-menu a {
    font-size: 13.09px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 78.85px;
    gap: 61.65px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border-radius: 10.45px;
    padding: 49.06px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    font-size: 17.41px;
    line-height: 1.82;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 10.41px;
    padding: 26.71px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 30.25px;
}
.box-title {
    color: #000000;
    margin-bottom: 21.99px;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.03px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20.55px;
}
.latest-entries, .time-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 12.54px;
    margin-bottom: 11.55px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 7.55px;
    flex-wrap: wrap;
}
.chip {
    color: #000000 !important;
    display: inline-block;
    padding: 4.01px 14.8px;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 13.64px;
    background: #ffffff;
    text-decoration: none;
    border-radius: 7.93px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    text-align: center;
    font-size: 13.87px;
    color: #000000;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 37.04px 0;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
