
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.64;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.shell {
    padding: 0 17.84px;
    margin: 0 auto;
    max-width: 1200px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    padding: 27.42px 0;
    margin-bottom: 41.48px;
    background: #ffffff;
}
.brand-link {
    color: #000000;
    font-size: 23.66px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 27.68px;
}
.main-menu a {
    font-size: 13.66px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 78.16px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 57.14px;
}
.primary-content {
    border-radius: 13.04px;
    background: #ffffff;
    padding: 50.28px;
    border: 2px solid #000000;
}
.post-body {
    font-size: 18.87px;
    line-height: 1.84;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    padding: 25.61px;
    border-radius: 12.55px;
    background: #ffffff;
    margin-bottom: 27.62px;
}
.label {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 19.11px;
    padding-bottom: 7.21px;
    margin-bottom: 19.31px;
}
.feed-list, .history-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.61px;
    margin-bottom: 7.58px;
}
.feed-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 8.83px;
    flex-wrap: wrap;
}
.pill {
    border-radius: 6.08px;
    padding: 5.26px 14.27px;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 13.06px;
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    font-weight: 600;
    font-size: 14.06px;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 42.29px 0;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
