
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.61;
    -webkit-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 22.21px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    background: #ffffff;
    margin-bottom: 37.59px;
    border-bottom: 2px solid #000000;
    padding: 22.22px 0;
}
.identity {
    font-size: 24.08px;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.header-links {
    gap: 27.67px;
    display: flex;
}
.header-links a {
    font-size: 13.53px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.59px;
    gap: 61.2px;
}
.feature-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 45.45px;
    border-radius: 13.09px;
}
.post-body {
    line-height: 1.77;
    color: #000000;
    font-size: 18.01px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    padding: 24.78px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 29.16px;
    border-radius: 11.58px;
}
.label {
    font-size: 20.97px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 19.15px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 9.84px;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 9.57px;
    padding-bottom: 12.15px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 9.47px;
}
.label-item {
    border: 2px solid #000000;
    color: #000000 !important;
    background: #ffffff;
    font-size: 13.21px;
    border-radius: 8.94px;
    padding: 5.17px 15.77px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    text-align: center;
    color: #000000;
    background: #fff;
    font-size: 13.18px;
    font-weight: 600;
    padding: 42.65px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
