
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.64;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    background: #ffffff;
}
.wrapper {
    margin: 0 auto;
    padding: 0 20.76px;
    max-width: 1200px;
}
.main-header {
    margin-bottom: 40.12px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 22.41px 0;
}
.identity {
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    font-size: 23.99px;
    text-transform: uppercase;
}
.main-menu {
    gap: 25.73px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.03px;
    text-decoration: none;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 79.71px;
    gap: 59.84px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border-radius: 10.09px;
    padding: 49.17px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.82;
    font-size: 17.63px;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 25.41px;
    margin-bottom: 31.22px;
    border: 2px solid #000000;
    border-radius: 11.88px;
    background: #ffffff;
}
.box-title {
    padding-bottom: 7.67px;
    font-weight: 800;
    margin-bottom: 22.37px;
    border-bottom: 2px solid #000000;
    font-size: 19.2px;
    text-transform: uppercase;
    color: #000000;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    margin-bottom: 9.06px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.37px;
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 10.44px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    font-size: 12.9px;
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    padding: 5.49px 14.45px;
    border-radius: 6.53px;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    font-size: 14.04px;
    text-align: center;
    background: #fff;
    padding: 41.17px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
