
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    line-height: 1.62;
}
.inner {
    margin: 0 auto;
    padding: 0 22.99px;
    max-width: 1200px;
}
.head-section {
    padding: 23.86px 0;
    margin-bottom: 38.53px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.identity {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-size: 23.67px;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 23.06px;
}
.main-menu a {
    font-size: 13.03px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.87px;
    margin-bottom: 82.91px;
}
.lead-article {
    padding: 48.46px;
    border-radius: 11.35px;
    background: #ffffff;
    border: 2px solid #000000;
}
.entry-text {
    line-height: 1.83;
    font-size: 18.98px;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 27.63px;
    border: 2px solid #000000;
    padding: 23.53px;
    border-radius: 10.9px;
    background: #ffffff;
}
.box-title {
    font-weight: 800;
    padding-bottom: 12.46px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 19.1px;
    margin-bottom: 20.37px;
    color: #000000;
}
.feed-list, .past-entries {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 10.36px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.46px;
}
.feed-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 11.06px;
}
.keyword-tag {
    font-size: 13.78px;
    border: 2px solid #000000;
    background: #ffffff;
    text-decoration: none;
    padding: 8.72px 14.17px;
    display: inline-block;
    color: #000000 !important;
    font-weight: 600;
    border-radius: 8.82px;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 14.64px;
    padding: 42.09px 0;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
