
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    line-height: 1.58;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 19.37px;
}
.nav-wrap {
    background: #ffffff;
    padding: 27.09px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.27px;
}
.brand-mark {
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    font-size: 24.55px;
    text-transform: uppercase;
}
.top-menu {
    gap: 22.93px;
    display: flex;
}
.top-menu a {
    font-size: 14.19px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 78.93px;
    gap: 58.61px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 49.96px;
    border-radius: 12.21px;
}
.post-body {
    color: #000000;
    font-size: 18.84px;
    line-height: 1.82;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 21.73px;
    border-radius: 13.79px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 29.96px;
}
.label {
    margin-bottom: 17.39px;
    padding-bottom: 10.36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 19.69px;
}
.latest-entries, .month-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.83px;
    padding-bottom: 7.18px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 9.29px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    font-size: 13.41px;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 7.74px;
    padding: 8.04px 12.42px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
    text-align: center;
    font-size: 14.16px;
    background: #fff;
    padding: 39.26px 0;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
