
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.58;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 22.93px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 40.55px;
    padding: 25.08px 0;
    background: #ffffff;
}
.brand-mark {
    text-decoration: none;
    font-size: 23.42px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.header-links {
    gap: 27.49px;
    display: flex;
}
.header-links a {
    font-size: 13.72px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 59.48px;
    display: grid;
    margin-bottom: 81.76px;
}
.feature-post {
    border: 2px solid #000000;
    padding: 47.07px;
    background: #ffffff;
    border-radius: 12.74px;
}
.post-body {
    font-size: 17.65px;
    color: #000000;
    line-height: 1.85;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    margin-bottom: 28.7px;
    background: #ffffff;
    border-radius: 11.89px;
    padding: 24.81px;
}
.module-head {
    font-weight: 800;
    margin-bottom: 18.17px;
    padding-bottom: 10.65px;
    font-size: 19.97px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}
.feed-list, .log-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.59px;
    margin-bottom: 10.88px;
}
.feed-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.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;
}
.chip-group {
    gap: 7.39px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    border-radius: 7.71px;
    display: inline-block;
    color: #000000 !important;
    font-weight: 600;
    font-size: 12.75px;
    border: 2px solid #000000;
    padding: 4.92px 11.55px;
    text-decoration: none;
    background: #ffffff;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 13.95px;
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000;
    padding: 40.41px 0;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
