
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    background: #ffffff;
}
.content-wrap {
    padding: 0 20.05px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 37.55px;
    padding: 26.49px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.49px;
    color: #000000;
    font-weight: 800;
}
.nav-bar {
    gap: 24.15px;
    display: flex;
}
.nav-bar a {
    text-decoration: none;
    font-size: 14.95px;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 57.24px;
    margin-bottom: 79.31px;
}
.main-post {
    padding: 45.99px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.11px;
}
.entry-text {
    font-size: 18.68px;
    line-height: 1.77;
    color: #000000;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    padding: 21.99px;
    border: 2px solid #000000;
    margin-bottom: 30.28px;
    background: #ffffff;
    border-radius: 13.95px;
}
.block-heading {
    border-bottom: 2px solid #000000;
    font-size: 19.37px;
    margin-bottom: 20.14px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10.36px;
}
.updates-list, .log-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 7.01px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.41px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list 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 {
    display: flex;
    gap: 7.56px;
    flex-wrap: wrap;
}
.keyword-tag {
    font-size: 12.2px;
    display: inline-block;
    padding: 8.16px 16.26px;
    text-decoration: none;
    background: #ffffff;
    font-weight: 600;
    border: 2px solid #000000;
    color: #000000 !important;
    border-radius: 6.45px;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-size: 14.22px;
    background: #fff;
    font-weight: 600;
    color: #000000;
    padding: 38.39px 0;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
