
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.58;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.content-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.28px;
}
.banner-area {
    margin-bottom: 38.45px;
    padding: 25.17px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-link {
    text-transform: uppercase;
    color: #000000;
    font-size: 23.4px;
    font-weight: 800;
    text-decoration: none;
}
.header-links {
    gap: 22.04px;
    display: flex;
}
.header-links a {
    text-transform: uppercase;
    font-size: 13.32px;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 79.62px;
    display: grid;
    gap: 60.2px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    padding: 50.13px;
    border-radius: 12.44px;
    border: 2px solid #000000;
    background: #ffffff;
}
.post-body {
    line-height: 1.79;
    color: #000000;
    font-size: 18.17px;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 28.68px;
    border-radius: 11.1px;
    border: 2px solid #000000;
    padding: 26.15px;
    background: #ffffff;
}
.module-head {
    padding-bottom: 10.05px;
    color: #000000;
    font-size: 19.67px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.39px;
    font-weight: 800;
}
.new-items, .date-index {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 12.05px;
    margin-bottom: 11.06px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 12.93px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    background: #ffffff;
    border-radius: 9.74px;
    color: #000000 !important;
    display: inline-block;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 13.46px;
    padding: 8.21px 11.61px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    background: #fff;
    font-weight: 600;
    font-size: 14.28px;
    padding: 38.8px 0;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
