
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.59;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.55px;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.35px;
    padding: 26.94px 0;
}
.brand-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 23.41px;
}
.header-links {
    display: flex;
    gap: 23.57px;
}
.header-links a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.4px;
    text-decoration: none;
}
.header-links a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    gap: 61.94px;
    display: grid;
    margin-bottom: 77.02px;
}
.feature-post {
    background: #ffffff;
    border-radius: 11.28px;
    padding: 48.41px;
    border: 2px solid #000000;
}
.content-area {
    font-size: 18.39px;
    color: #000000;
    line-height: 1.77;
}
.content-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.aside-box {
    padding: 23.64px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.08px;
    margin-bottom: 30.93px;
}
.block-heading {
    margin-bottom: 18.56px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    font-size: 20.78px;
    padding-bottom: 7.15px;
    color: #000000;
    text-transform: uppercase;
}
.fresh-list, .month-list {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.28px;
    padding-bottom: 10.88px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 9.17px;
    flex-wrap: wrap;
}
.keyword-tag {
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 6.3px;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 3.09px 15.23px;
    color: #000000 !important;
    font-size: 12.27px;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-size: 13.95px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    background: #fff;
    padding: 42.54px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
