
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    line-height: 1.59;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    padding: 0 21.76px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    padding: 22.85px 0;
    margin-bottom: 38.31px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.logo-text {
    font-size: 23.28px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.header-links {
    display: flex;
    gap: 23.79px;
}
.header-links a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.92px;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 58.68px;
    display: grid;
    margin-bottom: 82.25px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border-radius: 12.17px;
    border: 2px solid #000000;
    padding: 48.66px;
    background: #ffffff;
}
.read-area {
    line-height: 1.75;
    color: #000000;
    font-size: 17.66px;
}
.read-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 11.23px;
    border: 2px solid #000000;
    padding: 21.05px;
    background: #ffffff;
    margin-bottom: 29.35px;
}
.panel-title {
    font-size: 20.04px;
    padding-bottom: 8.55px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    margin-bottom: 21.97px;
    border-bottom: 2px solid #000000;
}
.updates-list, .date-index {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 9.44px;
    margin-bottom: 11.44px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 7.41px;
    display: flex;
}
.topic-chip {
    text-decoration: none;
    display: inline-block;
    border: 2px solid #000000;
    font-weight: 600;
    background: #ffffff;
    padding: 7.3px 15.95px;
    font-size: 13.55px;
    border-radius: 9.42px;
    color: #000000 !important;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-weight: 600;
    background: #fff;
    padding: 38.94px 0;
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 14.65px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
