
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.frame {
    padding: 0 22.91px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    border-bottom: 2px solid #000000;
    margin-bottom: 40.11px;
    padding: 22.06px 0;
    background: #ffffff;
}
.brand-link {
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    font-size: 24.68px;
    text-decoration: none;
}
.nav-bar {
    gap: 25.63px;
    display: flex;
}
.nav-bar a {
    font-size: 14.76px;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.11px;
    gap: 58.01px;
    display: grid;
}
.primary-content {
    border-radius: 12.89px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 48.18px;
}
.post-body {
    color: #000000;
    font-size: 18.87px;
    line-height: 1.76;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 11px;
    padding: 25.02px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 31.99px;
}
.block-heading {
    text-transform: uppercase;
    padding-bottom: 11.87px;
    margin-bottom: 21.37px;
    font-weight: 800;
    font-size: 20.94px;
    border-bottom: 2px solid #000000;
    color: #000000;
}
.feed-list, .month-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.84px;
    padding-bottom: 7.24px;
}
.feed-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 7.19px;
    flex-wrap: wrap;
    display: flex;
}
.keyword-tag {
    padding: 8.82px 14.1px;
    text-decoration: none;
    display: inline-block;
    font-size: 12.11px;
    border-radius: 8.45px;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: 600;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    background: #fff;
    text-align: center;
    font-size: 14.07px;
    border-top: 2px solid #000000;
    padding: 40.7px 0;
    font-weight: 600;
    color: #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
