
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.6;
}
.wrapper {
    max-width: 1200px;
    padding: 0 17.42px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 41.5px;
    background: #ffffff;
    padding: 22.56px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 24.33px;
}
.main-menu {
    display: flex;
    gap: 22.08px;
}
.main-menu a {
    font-weight: 700;
    font-size: 14.04px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 62.51px;
    margin-bottom: 82.17px;
}
.main-post {
    padding: 50.18px;
    border-radius: 10.48px;
    border: 2px solid #000000;
    background: #ffffff;
}
.content-area {
    line-height: 1.82;
    color: #000000;
    font-size: 17.49px;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 10.52px;
    padding: 21.1px;
    margin-bottom: 28.13px;
    background: #ffffff;
    border: 2px solid #000000;
}
.panel-title {
    padding-bottom: 8.86px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 22.2px;
    font-size: 19.18px;
    color: #000000;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.91px;
    margin-bottom: 12.15px;
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 9.77px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    background: #ffffff;
    padding: 8.98px 16.03px;
    color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 13.36px;
    border-radius: 9.23px;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    color: #000000;
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 40.23px 0;
    font-size: 13.84px;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
