
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    line-height: 1.63;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 19.53px;
    max-width: 1200px;
}
.top-bar {
    background: #ffffff;
    margin-bottom: 40.09px;
    padding: 27.8px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    color: #000000;
    font-weight: 800;
    font-size: 23.43px;
    text-transform: uppercase;
    text-decoration: none;
}
.header-links {
    display: flex;
    gap: 27.14px;
}
.header-links a {
    font-size: 14.93px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    gap: 57.06px;
    display: grid;
    margin-bottom: 78.94px;
}
.hero-post {
    border: 2px solid #000000;
    border-radius: 11.97px;
    background: #ffffff;
    padding: 48.54px;
}
.entry-text {
    font-size: 17.86px;
    line-height: 1.8;
    color: #000000;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.71px;
    margin-bottom: 31.39px;
    padding: 23.11px;
}
.module-head {
    margin-bottom: 22.11px;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding-bottom: 9.58px;
    font-size: 19.51px;
    text-transform: uppercase;
    font-weight: 800;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.61px;
    padding-bottom: 10.16px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8.58px;
}
.keyword-tag {
    padding: 5.6px 16.02px;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
    font-size: 13.78px;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 8.58px;
    border: 2px solid #000000;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 42.54px 0;
    font-size: 14.01px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
