
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.frame {
    margin: 0 auto;
    padding: 0 22.35px;
    max-width: 1200px;
}
.page-top {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 22.04px 0;
    margin-bottom: 39.41px;
}
.home-brand {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 23.44px;
    text-transform: uppercase;
}
.primary-nav {
    gap: 26.81px;
    display: flex;
}
.primary-nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.41px;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 79.55px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 61.23px;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 50.6px;
    border-radius: 13.67px;
}
.main-text {
    line-height: 1.78;
    color: #000000;
    font-size: 17.3px;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 30.78px;
    border: 2px solid #000000;
    border-radius: 10.19px;
    padding: 22.86px;
    background: #ffffff;
}
.section-head {
    font-size: 21px;
    padding-bottom: 11.83px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 19.59px;
}
.updates-list, .time-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 8.93px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.24px;
}
.updates-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.updates-list a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 8.93px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    font-size: 12.83px;
    border-radius: 6.27px;
    color: #000000 !important;
    background: #ffffff;
    padding: 7.94px 12.1px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    padding: 40.95px 0;
    font-size: 13.02px;
    text-align: center;
    color: #000000;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
