
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.64;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 17.37px;
    max-width: 1200px;
    margin: 0 auto;
}
.main-header {
    border-bottom: 2px solid #000000;
    padding: 23.63px 0;
    background: #ffffff;
    margin-bottom: 37.02px;
}
.brand-link {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-size: 23.98px;
}
.nav-bar {
    display: flex;
    gap: 24.55px;
}
.nav-bar a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.95px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    gap: 59.39px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.46px;
}
.feature-post {
    border: 2px solid #000000;
    padding: 50.86px;
    background: #ffffff;
    border-radius: 12.88px;
}
.read-area {
    font-size: 18.5px;
    color: #000000;
    line-height: 1.82;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 21.27px;
    border-radius: 10.82px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 27.54px;
}
.panel-title {
    padding-bottom: 8.38px;
    color: #000000;
    margin-bottom: 22.96px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 20.05px;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 11.41px;
    margin-bottom: 11.74px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 8.91px;
    display: flex;
}
.chip {
    font-weight: 600;
    border-radius: 6.89px;
    text-decoration: none;
    display: inline-block;
    font-size: 13.47px;
    background: #ffffff;
    padding: 6.12px 13.46px;
    border: 2px solid #000000;
    color: #000000 !important;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 37.32px 0;
    background: #fff;
    color: #000000;
    text-align: center;
    font-size: 13.58px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
