
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    line-height: 1.58;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.shell {
    padding: 0 21.77px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 22.69px 0;
    background: #ffffff;
    margin-bottom: 38.65px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.54px;
    color: #000000;
}
.header-links {
    display: flex;
    gap: 23.85px;
}
.header-links a {
    font-size: 14.03px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 60.05px;
    margin-bottom: 80.8px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border-radius: 10.41px;
    background: #ffffff;
    padding: 45.84px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 18.18px;
    color: #000000;
    line-height: 1.84;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.side-block {
    border-radius: 11.71px;
    margin-bottom: 32.28px;
    padding: 25.18px;
    background: #ffffff;
    border: 2px solid #000000;
}
.label {
    border-bottom: 2px solid #000000;
    margin-bottom: 18.16px;
    text-transform: uppercase;
    padding-bottom: 9.68px;
    color: #000000;
    font-weight: 800;
    font-size: 19.33px;
}
.feed-list, .date-index {
    padding: 0;
    list-style: none;
}
.feed-list li {
    padding-bottom: 9.51px;
    margin-bottom: 10.97px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 9.23px;
    display: flex;
}
.label-item {
    border-radius: 9.41px;
    color: #000000 !important;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 8.14px 14.18px;
    background: #ffffff;
    display: inline-block;
    font-size: 12.57px;
    font-weight: 600;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    color: #000000;
    border-top: 2px solid #000000;
    font-size: 13.25px;
    font-weight: 600;
    background: #fff;
    padding: 42.72px 0;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
