
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.56;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 21.13px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 22.14px 0;
    background: #ffffff;
    margin-bottom: 41.8px;
}
.identity {
    font-size: 23.09px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.nav-links {
    gap: 24.93px;
    display: flex;
}
.nav-links a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    font-size: 14.41px;
    text-decoration: none;
}
.nav-links a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    margin-bottom: 78.56px;
    grid-template-columns: 1fr 300px;
    gap: 62.58px;
}
.primary-content {
    background: #ffffff;
    padding: 48.01px;
    border: 2px solid #000000;
    border-radius: 10.18px;
}
.post-body {
    font-size: 17.11px;
    color: #000000;
    line-height: 1.79;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border-radius: 11.41px;
    border: 2px solid #000000;
    margin-bottom: 28.38px;
    background: #ffffff;
    padding: 23.88px;
}
.block-heading {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 20.09px;
    padding-bottom: 12.43px;
    color: #000000;
    margin-bottom: 22.64px;
    font-weight: 800;
}
.feed-list, .time-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    margin-bottom: 12.31px;
    padding-bottom: 8.3px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.time-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 12.89px;
}
.term-badge {
    border: 2px solid #000000;
    font-weight: 600;
    padding: 8.45px 13.59px;
    display: inline-block;
    text-decoration: none;
    background: #ffffff;
    font-size: 12.18px;
    color: #000000 !important;
    border-radius: 9px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    font-size: 13.83px;
    text-align: center;
    padding: 41.05px 0;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
