
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    color: var(--text);
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.71px;
}
.main-header {
    margin-bottom: 41.28px;
    padding: 22.65px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    font-size: 24.44px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.nav-links {
    gap: 27.62px;
    display: flex;
}
.nav-links a {
    font-size: 13.3px;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
}
.nav-links a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    gap: 61.34px;
    display: grid;
    margin-bottom: 78.66px;
}
.feature-post {
    border-radius: 11.75px;
    border: 2px solid #000000;
    padding: 45.22px;
    background: #ffffff;
}
.content-area {
    line-height: 1.84;
    color: #000000;
    font-size: 17.39px;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 25.89px;
    background: #ffffff;
    border-radius: 11.12px;
    border: 2px solid #000000;
    margin-bottom: 30.75px;
}
.module-head {
    text-transform: uppercase;
    font-size: 19.75px;
    margin-bottom: 20.19px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 7.9px;
    color: #000000;
}
.feed-list, .log-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 12.29px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.32px;
}
.feed-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 10.7px;
}
.label-item {
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.89px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 7.52px;
    padding: 6.81px 11.43px;
    display: inline-block;
    font-weight: 600;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    background: #fff;
    text-align: center;
    padding: 39.99px 0;
    font-weight: 600;
    font-size: 14.96px;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
