
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.62;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 22.93px;
    max-width: 1200px;
}
.main-header {
    padding: 22.57px 0;
    background: #ffffff;
    margin-bottom: 42.12px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 24.23px;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
}
.nav-bar {
    display: flex;
    gap: 23.66px;
}
.nav-bar a {
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.61px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    margin-bottom: 80.84px;
    gap: 61.11px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border-radius: 12.87px;
    padding: 45.18px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    font-size: 17.72px;
    line-height: 1.81;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 23.78px;
    border-radius: 10.93px;
    margin-bottom: 30.85px;
    background: #ffffff;
    border: 2px solid #000000;
}
.box-title {
    margin-bottom: 22.18px;
    text-transform: uppercase;
    padding-bottom: 8.76px;
    font-size: 19.17px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.52px;
    padding-bottom: 8.88px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 11.06px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 12.14px;
    font-weight: 600;
    color: #000000 !important;
    padding: 4.4px 15.83px;
    background: #ffffff;
    display: inline-block;
    border-radius: 7.04px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    font-size: 14.7px;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    padding: 40.98px 0;
    background: #fff;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
