
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.64;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19.91px;
}
.nav-wrap {
    padding: 25.67px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.18px;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    font-size: 23.94px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.primary-nav {
    gap: 27.32px;
    display: flex;
}
.primary-nav a {
    font-size: 14.4px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 78.31px;
    gap: 59.15px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 47.02px;
    border-radius: 12.44px;
}
.read-area {
    color: #000000;
    font-size: 17.1px;
    line-height: 1.81;
}
.read-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.aside-box {
    padding: 25.44px;
    margin-bottom: 32.81px;
    border: 2px solid #000000;
    border-radius: 11.99px;
    background: #ffffff;
}
.box-title {
    font-size: 19.69px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 17.55px;
    padding-bottom: 7.19px;
    border-bottom: 2px solid #000000;
}
.new-items, .history-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 11.89px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.98px;
}
.new-items a {
    text-decoration: none;
    color: #000000;
    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;
}
.tag-area {
    gap: 12.54px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    text-decoration: none;
    font-size: 12.89px;
    color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
    background: #ffffff;
    border-radius: 6.82px;
    font-weight: 600;
    padding: 3.74px 13.21px;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    text-align: center;
    color: #000000;
    border-top: 2px solid #000000;
    font-size: 13.68px;
    background: #fff;
    font-weight: 600;
    padding: 40.98px 0;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
