
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.63;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18.51px;
}
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 37.84px;
    background: #ffffff;
    padding: 26.01px 0;
}
.logo-text {
    font-size: 24.57px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.nav-links {
    gap: 25.37px;
    display: flex;
}
.nav-links a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.85px;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 58.02px;
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.6px;
}
.main-post {
    border-radius: 13.82px;
    padding: 45.09px;
    background: #ffffff;
    border: 2px solid #000000;
}
.entry-text {
    color: #000000;
    font-size: 18.6px;
    line-height: 1.76;
}
.entry-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.aside-box {
    border: 2px solid #000000;
    margin-bottom: 32.47px;
    background: #ffffff;
    border-radius: 12.99px;
    padding: 21.37px;
}
.block-heading {
    padding-bottom: 9.02px;
    border-bottom: 2px solid #000000;
    margin-bottom: 19.6px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 20.95px;
}
.new-items, .log-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 7.81px;
    padding-bottom: 7.92px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.new-items 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;
    display: flex;
    gap: 7.98px;
}
.chip {
    display: inline-block;
    text-decoration: none;
    padding: 5.33px 16.82px;
    border-radius: 7.03px;
    font-size: 13.05px;
    color: #000000 !important;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    border-top: 2px solid #000000;
    font-weight: 600;
    text-align: center;
    background: #fff;
    font-size: 14.83px;
    padding: 40.91px 0;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
