
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.56;
    text-size-adjust: 100%;
    background: #ffffff;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19.76px;
}
.banner-area {
    padding: 23.46px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.78px;
}
.identity {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.05px;
    color: #000000;
    font-weight: 800;
}
.nav-bar {
    gap: 25.07px;
    display: flex;
}
.nav-bar a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.86px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 80.98px;
    display: grid;
    gap: 58.7px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border-radius: 11.34px;
    background: #ffffff;
    padding: 48.06px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.77;
    font-size: 17.22px;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 28.22px;
    border: 2px solid #000000;
    padding: 26.37px;
    border-radius: 13.3px;
}
.module-head {
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 17.75px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 19.32px;
    padding-bottom: 12.13px;
}
.fresh-list, .past-entries {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 11.4px;
    margin-bottom: 9.62px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    gap: 12.53px;
    display: flex;
}
.topic-chip {
    text-decoration: none;
    font-size: 12.43px;
    font-weight: 600;
    color: #000000 !important;
    border-radius: 9.46px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 7.91px 12.61px;
    display: inline-block;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    color: #000000;
    font-size: 13.69px;
    padding: 41.17px 0;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
