
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    line-height: 1.64;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    margin: 0 auto;
    padding: 0 18.72px;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    padding: 27.59px 0;
    background: #ffffff;
    margin-bottom: 39.29px;
}
.home-brand {
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    font-size: 23.74px;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 25.16px;
}
.primary-nav a {
    font-weight: 700;
    color: #000000 !important;
    font-size: 14.36px;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 58.3px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.01px;
    display: grid;
}
.primary-content {
    border: 2px solid #000000;
    border-radius: 11.18px;
    background: #ffffff;
    padding: 46.51px;
}
.post-body {
    font-size: 17.72px;
    line-height: 1.76;
    color: #000000;
}
.post-body a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    padding: 22.75px;
    margin-bottom: 27.66px;
    border-radius: 11.04px;
    background: #ffffff;
}
.block-heading {
    border-bottom: 2px solid #000000;
    margin-bottom: 18.2px;
    padding-bottom: 7.29px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19.56px;
}
.updates-list, .log-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 10.28px;
    padding-bottom: 8.59px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.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;
}
.topic-list {
    display: flex;
    gap: 7.32px;
    flex-wrap: wrap;
}
.chip {
    border: 2px solid #000000;
    padding: 3.76px 12.28px;
    color: #000000 !important;
    font-weight: 600;
    border-radius: 8.83px;
    font-size: 12.19px;
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    font-size: 14.83px;
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
    color: #000000;
    padding: 39.42px 0;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
