
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.56;
    -moz-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 17.35px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    padding: 24.27px 0;
    margin-bottom: 40.68px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.home-brand {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.79px;
}
.nav-bar {
    gap: 25.45px;
    display: flex;
}
.nav-bar a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.18px;
    font-weight: 700;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 60.15px;
    margin-bottom: 78.33px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.primary-content {
    padding: 49.22px;
    border-radius: 10.21px;
    border: 2px solid #000000;
    background: #ffffff;
}
.post-body {
    font-size: 18.41px;
    line-height: 1.81;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.info-card {
    padding: 21.48px;
    border-radius: 10.06px;
    background: #ffffff;
    margin-bottom: 32.59px;
    border: 2px solid #000000;
}
.box-title {
    color: #000000;
    font-weight: 800;
    margin-bottom: 20.35px;
    border-bottom: 2px solid #000000;
    font-size: 19.91px;
    text-transform: uppercase;
    padding-bottom: 8.25px;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 7.02px;
    padding-bottom: 12.34px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 12.17px;
    display: flex;
}
.topic-chip {
    border: 2px solid #000000;
    border-radius: 6.88px;
    font-weight: 600;
    font-size: 13.15px;
    padding: 3.66px 14.29px;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    color: #000000 !important;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.87px;
    color: #000000;
    text-align: center;
    padding: 42.01px 0;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
