
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.62;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
}
.frame {
    padding: 0 22.86px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    padding: 22.06px 0;
    margin-bottom: 41.71px;
    background: #ffffff;
}
.logo-text {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.64px;
    color: #000000;
}
.main-menu {
    gap: 25.82px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.13px;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    margin-bottom: 79.5px;
    gap: 58.89px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border: 2px solid #000000;
    border-radius: 13.78px;
    background: #ffffff;
    padding: 46.24px;
}
.entry-text {
    font-size: 17.09px;
    line-height: 1.78;
    color: #000000;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    padding: 25.59px;
    margin-bottom: 27.98px;
    border: 2px solid #000000;
    border-radius: 12.01px;
}
.box-title {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.35px;
    font-weight: 800;
    margin-bottom: 22.44px;
    padding-bottom: 9.29px;
}
.updates-list, .month-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 7.51px;
    padding-bottom: 10.25px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 12.79px;
}
.term-badge {
    background: #ffffff;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
    border: 2px solid #000000;
    border-radius: 9.18px;
    font-weight: 600;
    font-size: 13.06px;
    padding: 8.56px 14.37px;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 41.06px 0;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.42px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
