
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    line-height: 1.57;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    padding: 0 18.58px;
    max-width: 1200px;
}
.banner-area {
    background: #ffffff;
    padding: 27.24px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.1px;
}
.logo-text {
    font-size: 24.78px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    gap: 24.63px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.7px;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 57.29px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 81.98px;
}
.feature-post {
    background: #ffffff;
    padding: 48.9px;
    border: 2px solid #000000;
    border-radius: 11.11px;
}
.post-body {
    color: #000000;
    line-height: 1.84;
    font-size: 17.44px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.side-block {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.04px;
    padding: 26.65px;
    margin-bottom: 27.12px;
}
.module-head {
    padding-bottom: 12.86px;
    color: #000000;
    font-size: 19.53px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.6px;
}
.feed-list, .log-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.16px;
    margin-bottom: 8.28px;
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 11.89px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    display: inline-block;
    background: #ffffff;
    padding: 3.7px 12.89px;
    border-radius: 9.84px;
    text-decoration: none;
    font-size: 12.97px;
    border: 2px solid #000000;
    font-weight: 600;
    color: #000000 !important;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    font-size: 13.78px;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 40.08px 0;
    background: #fff;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
