
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.6;
}
.inner {
    margin: 0 auto;
    padding: 0 21.98px;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 40.43px;
    border-bottom: 2px solid #000000;
    padding: 24.55px 0;
    background: #ffffff;
}
.brand-link {
    font-size: 23.38px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.nav-bar {
    display: flex;
    gap: 24.19px;
}
.nav-bar a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.97px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 58.91px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.39px;
}
.primary-content {
    background: #ffffff;
    padding: 50.62px;
    border: 2px solid #000000;
    border-radius: 11.92px;
}
.post-body {
    line-height: 1.82;
    font-size: 18.29px;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 12.9px;
    padding: 22.05px;
    margin-bottom: 27.97px;
    background: #ffffff;
    border: 2px solid #000000;
}
.block-heading {
    font-weight: 800;
    font-size: 19.96px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 17.28px;
    padding-bottom: 9.23px;
}
.fresh-list, .log-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 11.19px;
    padding-bottom: 7.32px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 7.65px;
    display: flex;
    flex-wrap: wrap;
}
.pill {
    font-size: 13.83px;
    background: #ffffff;
    text-decoration: none;
    color: #000000 !important;
    border-radius: 8.67px;
    font-weight: 600;
    display: inline-block;
    padding: 4.25px 11.62px;
    border: 2px solid #000000;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 39.34px 0;
    border-top: 2px solid #000000;
    text-align: center;
    color: #000000;
    background: #fff;
    font-size: 13.12px;
    font-weight: 600;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
