
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    line-height: 1.6;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.85px;
}
.page-top {
    margin-bottom: 40.28px;
    border-bottom: 2px solid #000000;
    padding: 26.69px 0;
    background: #ffffff;
}
.brand-link {
    font-weight: 800;
    font-size: 24.94px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 27.79px;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.42px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.77px;
    display: grid;
    gap: 59.87px;
}
.main-post {
    background: #ffffff;
    border-radius: 11.85px;
    padding: 50.69px;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.83;
    font-size: 17.97px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 12.48px;
    background: #ffffff;
    margin-bottom: 31.61px;
    padding: 24.06px;
    border: 2px solid #000000;
}
.panel-title {
    margin-bottom: 19.45px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 20.47px;
    color: #000000;
    padding-bottom: 8.98px;
    font-weight: 800;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 12.81px;
    margin-bottom: 11.09px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 7.73px;
    flex-wrap: wrap;
}
.pill {
    padding: 5.77px 12.23px;
    color: #000000 !important;
    display: inline-block;
    font-weight: 600;
    border-radius: 6.01px;
    background: #ffffff;
    font-size: 12.03px;
    text-decoration: none;
    border: 2px solid #000000;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    background: #fff;
    font-size: 13.86px;
    color: #000000;
    padding: 40.17px 0;
    border-top: 2px solid #000000;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
