
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.56;
    text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 19.35px;
    margin: 0 auto;
}
.nav-wrap {
    margin-bottom: 41.85px;
    padding: 27.86px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.home-brand {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.39px;
}
.nav-bar {
    gap: 24.52px;
    display: flex;
}
.nav-bar a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.33px;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 81.53px;
    grid-template-columns: 1fr 300px;
    gap: 57.57px;
    display: grid;
}
.feature-post {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.24px;
    padding: 46.6px;
}
.content-area {
    line-height: 1.76;
    font-size: 18.49px;
    color: #000000;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 10.06px;
    margin-bottom: 29.57px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 26.12px;
}
.box-title {
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    font-size: 19.95px;
    padding-bottom: 9.45px;
    margin-bottom: 18.66px;
    text-transform: uppercase;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 11.47px;
    margin-bottom: 10.76px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    gap: 8.02px;
    display: flex;
}
.chip {
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    padding: 5.4px 11.88px;
    border-radius: 9.6px;
    font-weight: 600;
    color: #000000 !important;
    font-size: 13.67px;
    border: 2px solid #000000;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-size: 13.92px;
    padding: 39.74px 0;
    text-align: center;
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
