
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.inner {
    padding: 0 17.07px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    padding: 25.24px 0;
    margin-bottom: 39.34px;
    background: #ffffff;
}
.brand-mark {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.18px;
}
.main-menu {
    display: flex;
    gap: 23.41px;
}
.main-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.94px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.95px;
    gap: 57.68px;
    display: grid;
}
.main-post {
    border: 2px solid #000000;
    padding: 47.69px;
    border-radius: 13.72px;
    background: #ffffff;
}
.content-area {
    line-height: 1.79;
    color: #000000;
    font-size: 18.21px;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.aside-box {
    border-radius: 13.61px;
    border: 2px solid #000000;
    padding: 26.62px;
    margin-bottom: 30.6px;
    background: #ffffff;
}
.module-head {
    margin-bottom: 19.57px;
    font-weight: 800;
    font-size: 20.02px;
    text-transform: uppercase;
    padding-bottom: 11.91px;
    color: #000000;
    border-bottom: 2px solid #000000;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.87px;
    padding-bottom: 10.46px;
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.term-cloud {
    display: flex;
    gap: 10.98px;
    flex-wrap: wrap;
}
.topic-chip {
    border-radius: 8.94px;
    padding: 4.07px 15.18px;
    font-weight: 600;
    color: #000000 !important;
    background: #ffffff;
    text-decoration: none;
    font-size: 12.03px;
    display: inline-block;
    border: 2px solid #000000;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 13.21px;
    padding: 40.86px 0;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
