
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    line-height: 1.63;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    text-size-adjust: 100%;
}
.shell {
    padding: 0 21.82px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    background: #ffffff;
    padding: 27.83px 0;
    margin-bottom: 39.02px;
    border-bottom: 2px solid #000000;
}
.brand-link {
    color: #000000;
    font-size: 23.58px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    gap: 26.99px;
    display: flex;
}
.main-menu a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14.56px;
    text-transform: uppercase;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 79.32px;
    display: grid;
    gap: 61.69px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.57px;
    padding: 50.98px;
}
.main-text {
    line-height: 1.81;
    font-size: 17.92px;
    color: #000000;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 30.85px;
    padding: 21.94px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.76px;
}
.block-heading {
    margin-bottom: 20.31px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-bottom: 9.72px;
    font-size: 19.3px;
    font-weight: 800;
    color: #000000;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    margin-bottom: 11.69px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.34px;
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 10.61px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    font-size: 12.52px;
    border-radius: 6.39px;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 5.66px 12.93px;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    font-size: 13.68px;
    text-align: center;
    padding: 40.09px 0;
    font-weight: 600;
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
