
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.14px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    margin-bottom: 40.73px;
    background: #ffffff;
    padding: 27.51px 0;
}
.wordmark {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-size: 24.06px;
    font-weight: 800;
}
.top-menu {
    gap: 24.87px;
    display: flex;
}
.top-menu a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.98px;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 59.15px;
    margin-bottom: 81.23px;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.9px;
    padding: 45.21px;
}
.post-body {
    line-height: 1.85;
    font-size: 17.62px;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 24.19px;
    margin-bottom: 29.19px;
    border-radius: 12.68px;
}
.panel-title {
    text-transform: uppercase;
    font-size: 20.3px;
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.84px;
    padding-bottom: 7.61px;
}
.feed-list, .month-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 7.51px;
    padding-bottom: 10.52px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 10.14px;
    flex-wrap: wrap;
    display: flex;
}
.keyword-tag {
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    border-radius: 9.72px;
    border: 2px solid #000000;
    font-weight: 600;
    padding: 5.93px 11.81px;
    color: #000000 !important;
    font-size: 13.83px;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    text-align: center;
    background: #fff;
    font-size: 13.34px;
    padding: 38.51px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
