
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    line-height: 1.55;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.82px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    margin-bottom: 41.84px;
    padding: 25.01px 0;
    background: #ffffff;
}
.brand-link {
    text-decoration: none;
    font-weight: 800;
    font-size: 24.21px;
    text-transform: uppercase;
    color: #000000;
}
.top-menu {
    display: flex;
    gap: 26px;
}
.top-menu a {
    text-decoration: none;
    font-weight: 700;
    font-size: 13.35px;
    text-transform: uppercase;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.7px;
    gap: 60.22px;
}
.primary-content {
    border: 2px solid #000000;
    padding: 46.73px;
    border-radius: 12.01px;
    background: #ffffff;
}
.entry-text {
    color: #000000;
    line-height: 1.84;
    font-size: 17.58px;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    border-radius: 11.47px;
    border: 2px solid #000000;
    margin-bottom: 29.97px;
    padding: 21.12px;
}
.module-head {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 19.36px;
    padding-bottom: 7.45px;
    font-weight: 800;
    margin-bottom: 18.89px;
    color: #000000;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.95px;
    padding-bottom: 9.82px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 10.19px;
    display: flex;
}
.topic-chip {
    border-radius: 6.04px;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 12.28px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    padding: 5.24px 11.85px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    font-size: 13.33px;
    border-top: 2px solid #000000;
    padding: 40.16px 0;
    color: #000000;
    text-align: center;
    background: #fff;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
