
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 17.21px;
    max-width: 1200px;
}
.banner-area {
    background: #ffffff;
    padding: 25.22px 0;
    margin-bottom: 42.02px;
    border-bottom: 2px solid #000000;
}
.identity {
    color: #000000;
    font-size: 23.53px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav {
    gap: 24.8px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.21px;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.27px;
    gap: 60.24px;
}
.main-post {
    background: #ffffff;
    padding: 47.69px;
    border: 2px solid #000000;
    border-radius: 13.31px;
}
.post-body {
    color: #000000;
    font-size: 17.36px;
    line-height: 1.82;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    padding: 26.01px;
    border-radius: 13.83px;
    border: 2px solid #000000;
    margin-bottom: 30.19px;
}
.module-head {
    font-size: 20.72px;
    color: #000000;
    padding-bottom: 7.91px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 20.36px;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 9.51px;
    margin-bottom: 7.72px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 12.85px;
}
.pill {
    display: inline-block;
    padding: 8.45px 15.54px;
    border-radius: 9.98px;
    font-weight: 600;
    font-size: 13.83px;
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    background: #fff;
    border-top: 2px solid #000000;
    padding: 40.9px 0;
    font-size: 13.17px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
