
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.23px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 23.4px 0;
    margin-bottom: 42.72px;
}
.logo-text {
    text-decoration: none;
    font-size: 23.24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}
.nav-links {
    gap: 27.06px;
    display: flex;
}
.nav-links a {
    color: #000000 !important;
    font-size: 14.22px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-links a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 82.55px;
    gap: 61.49px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border-radius: 10.13px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 46.1px;
}
.post-body {
    color: #000000;
    line-height: 1.77;
    font-size: 17.21px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    padding: 21.09px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 31.89px;
    border-radius: 10.33px;
}
.module-head {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 7.06px;
    margin-bottom: 22.18px;
    text-transform: uppercase;
    font-size: 19.11px;
    color: #000000;
}
.updates-list, .month-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.99px;
    margin-bottom: 9.83px;
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 7.83px;
    flex-wrap: wrap;
    display: flex;
}
.keyword-tag {
    display: inline-block;
    padding: 7.89px 13.89px;
    font-size: 13.44px;
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    font-weight: 600;
    border-radius: 7.34px;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    font-size: 14.65px;
    padding: 39.85px 0;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
