
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.56;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    padding: 0 20.05px;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 24.19px 0;
    margin-bottom: 39.86px;
}
.identity {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.3px;
    color: #000000;
}
.nav-bar {
    gap: 26.67px;
    display: flex;
}
.nav-bar a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.59px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 62.2px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 80.18px;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 46.04px;
    border-radius: 11.46px;
}
.content-area {
    line-height: 1.82;
    color: #000000;
    font-size: 17.02px;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 21.26px;
    margin-bottom: 28.26px;
    border: 2px solid #000000;
    border-radius: 12.48px;
    background: #ffffff;
}
.panel-title {
    font-size: 19.6px;
    padding-bottom: 11.4px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 21.64px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.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.31px;
    padding-bottom: 9.42px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10.71px;
}
.topic-chip {
    color: #000000 !important;
    border-radius: 7.9px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid #000000;
    font-size: 13.16px;
    padding: 4.92px 14.84px;
    background: #ffffff;
    text-decoration: none;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    font-weight: 600;
    text-align: center;
    padding: 37.86px 0;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 14.56px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
