
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.61;
}
.shell {
    margin: 0 auto;
    padding: 0 20.34px;
    max-width: 1200px;
}
.nav-wrap {
    padding: 26.84px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.28px;
    background: #ffffff;
}
.brand-mark {
    font-size: 24.97px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 23.22px;
}
.main-menu a {
    color: #000000 !important;
    font-size: 13.22px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 79.91px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60.08px;
}
.main-post {
    background: #ffffff;
    border-radius: 11.72px;
    border: 2px solid #000000;
    padding: 47.62px;
}
.main-text {
    font-size: 17.9px;
    color: #000000;
    line-height: 1.76;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 30.28px;
    padding: 25.78px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.78px;
}
.panel-title {
    padding-bottom: 10.64px;
    text-transform: uppercase;
    margin-bottom: 17.71px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    font-size: 19.31px;
}
.new-items, .date-index {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 8.96px;
    padding-bottom: 12.75px;
    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;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10.95px;
}
.term-badge {
    background: #ffffff;
    border-radius: 7.44px;
    font-weight: 600;
    text-decoration: none;
    font-size: 12.7px;
    padding: 7.28px 15.05px;
    display: inline-block;
    border: 2px solid #000000;
    color: #000000 !important;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    background: #fff;
    text-align: center;
    font-weight: 600;
    padding: 42.64px 0;
    font-size: 13.27px;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
