
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1.58;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.19px;
}
.top-bar {
    padding: 24.6px 0;
    margin-bottom: 42.06px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.98px;
    color: #000000;
}
.main-menu {
    gap: 23.69px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.94px;
    font-weight: 700;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 59.07px;
    margin-bottom: 79.9px;
}
.hero-post {
    border-radius: 10.15px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 46.42px;
}
.entry-text {
    color: #000000;
    line-height: 1.78;
    font-size: 18.19px;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    padding: 23.84px;
    margin-bottom: 28.86px;
    border-radius: 10.94px;
    border: 2px solid #000000;
    background: #ffffff;
}
.section-head {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.85px;
    padding-bottom: 9.3px;
    color: #000000;
    margin-bottom: 19.65px;
    font-weight: 800;
}
.feed-list, .history-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    margin-bottom: 10.23px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.37px;
}
.feed-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10.7px;
}
.label-item {
    font-size: 13.47px;
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 600;
    border-radius: 7.29px;
    background: #ffffff;
    padding: 3.66px 16.07px;
    display: inline-block;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    text-align: center;
    color: #000000;
    font-weight: 600;
    padding: 41.51px 0;
    font-size: 13.73px;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
