
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.62;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 19.09px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    background: #ffffff;
    padding: 24.53px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.21px;
}
.logo-text {
    text-decoration: none;
    font-size: 24.42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}
.nav-bar {
    gap: 26.1px;
    display: flex;
}
.nav-bar a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 14.24px;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    margin-bottom: 81.44px;
    grid-template-columns: 1fr 300px;
    gap: 59.42px;
}
.main-post {
    background: #ffffff;
    padding: 50.02px;
    border: 2px solid #000000;
    border-radius: 11.44px;
}
.content-area {
    color: #000000;
    line-height: 1.83;
    font-size: 17.95px;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.aside-box {
    border-radius: 13.98px;
    border: 2px solid #000000;
    margin-bottom: 27.62px;
    padding: 22.52px;
    background: #ffffff;
}
.block-heading {
    margin-bottom: 19.71px;
    padding-bottom: 8.57px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20.16px;
    color: #000000;
}
.fresh-list, .history-list {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    margin-bottom: 10.09px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.83px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 12.2px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    color: #000000 !important;
    background: #ffffff;
    font-size: 12.84px;
    padding: 6.9px 11.21px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #000000;
    font-weight: 600;
    border-radius: 8.4px;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    padding: 38.92px 0;
    font-size: 14.59px;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
