
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.63;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.51px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    padding: 25.93px 0;
    background: #ffffff;
    margin-bottom: 38.88px;
}
.brand-mark {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.61px;
}
.top-menu {
    display: flex;
    gap: 27.66px;
}
.top-menu a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.76px;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 80.5px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 62.92px;
}
.feature-post {
    border-radius: 13.17px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.45px;
}
.main-text {
    color: #000000;
    line-height: 1.83;
    font-size: 17.66px;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 29.37px;
    padding: 25.99px;
    border-radius: 11.77px;
}
.box-title {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 19.9px;
    margin-bottom: 21.81px;
    padding-bottom: 12.2px;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 12.93px;
    padding-bottom: 9.57px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 7.52px;
    flex-wrap: wrap;
}
.topic-chip {
    font-weight: 600;
    border-radius: 9.29px;
    display: inline-block;
    background: #ffffff;
    color: #000000 !important;
    font-size: 13.09px;
    border: 2px solid #000000;
    padding: 7.13px 13.29px;
    text-decoration: none;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    font-size: 14.24px;
    padding: 37.74px 0;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
