
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    line-height: 1.57;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.38px;
}
.banner-area {
    margin-bottom: 37.48px;
    border-bottom: 2px solid #000000;
    padding: 23.71px 0;
    background: #ffffff;
}
.brand-link {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.36px;
    color: #000000;
}
.main-menu {
    gap: 24.85px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.1px;
    color: #000000 !important;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 80.33px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 59.96px;
}
.main-post {
    padding: 50.59px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.27px;
}
.content-area {
    color: #000000;
    line-height: 1.77;
    font-size: 18.68px;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    top: 40px;
    position: sticky;
}
.aside-box {
    margin-bottom: 31.57px;
    border: 2px solid #000000;
    padding: 21.22px;
    border-radius: 12.67px;
    background: #ffffff;
}
.box-title {
    padding-bottom: 10.71px;
    text-transform: uppercase;
    margin-bottom: 17.31px;
    color: #000000;
    font-size: 20.38px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.fresh-list, .date-index {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 8.97px;
    margin-bottom: 9.35px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 8.2px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    border: 2px solid #000000;
    display: inline-block;
    font-size: 13.12px;
    text-decoration: none;
    padding: 6.16px 11.73px;
    border-radius: 6.63px;
    color: #000000 !important;
    background: #ffffff;
    font-weight: 600;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-size: 13.06px;
    padding: 42.67px 0;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
