
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.64;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.63px;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 23.71px 0;
    margin-bottom: 41.48px;
}
.brand-link {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 23.01px;
    color: #000000;
}
.top-menu {
    gap: 26.11px;
    display: flex;
}
.top-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 13.2px;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 78.68px;
    display: grid;
    gap: 61.73px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 47.69px;
    border-radius: 11.79px;
}
.main-text {
    line-height: 1.8;
    font-size: 17.55px;
    color: #000000;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.info-card {
    margin-bottom: 30.41px;
    padding: 25.13px;
    border: 2px solid #000000;
    border-radius: 12.69px;
    background: #ffffff;
}
.panel-title {
    margin-bottom: 21.4px;
    font-size: 19.82px;
    padding-bottom: 10.16px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.updates-list, .month-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 7.23px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.21px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    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 {
    display: flex;
    gap: 11.67px;
    flex-wrap: wrap;
}
.keyword-tag {
    border: 2px solid #000000;
    border-radius: 6.83px;
    color: #000000 !important;
    background: #ffffff;
    text-decoration: none;
    padding: 3.93px 14.02px;
    font-size: 13.96px;
    display: inline-block;
    font-weight: 600;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    border-top: 2px solid #000000;
    text-align: center;
    padding: 37.53px 0;
    font-weight: 600;
    font-size: 14.02px;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
