
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.62;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.5px;
}
.top-bar {
    margin-bottom: 38.16px;
    padding: 27.18px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.home-brand {
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.67px;
}
.header-links {
    gap: 23.02px;
    display: flex;
}
.header-links a {
    text-decoration: none;
    font-size: 14.03px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 59.81px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.03px;
    display: grid;
}
.primary-content {
    padding: 45.71px;
    border-radius: 13.13px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.82;
    color: #000000;
    font-size: 17.25px;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 32.3px;
    border-radius: 13.11px;
    padding: 22.48px;
}
.panel-title {
    text-transform: uppercase;
    font-size: 19.46px;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.26px;
    font-weight: 800;
    padding-bottom: 9.33px;
}
.latest-entries, .month-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.25px;
    padding-bottom: 12.27px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    gap: 10.76px;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    border-radius: 7.36px;
    display: inline-block;
    font-size: 13.57px;
    border: 2px solid #000000;
    font-weight: 600;
    padding: 5.6px 16.28px;
    color: #000000 !important;
    background: #ffffff;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000;
    padding: 40.45px 0;
    font-size: 14.35px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
