
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.6;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.52px;
}
.head-section {
    padding: 24.72px 0;
    background: #ffffff;
    margin-bottom: 42.68px;
    border-bottom: 2px solid #000000;
}
.logo-text {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-size: 23.96px;
}
.primary-nav {
    gap: 26.15px;
    display: flex;
}
.primary-nav a {
    font-size: 13.75px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.28px;
    gap: 60.56px;
    display: grid;
}
.hero-post {
    border-radius: 13.82px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 47.58px;
}
.body-copy {
    line-height: 1.75;
    font-size: 18.31px;
    color: #000000;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.module {
    margin-bottom: 30.61px;
    border-radius: 12px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 22.8px;
}
.module-head {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.43px;
    padding-bottom: 12.08px;
    margin-bottom: 21.32px;
    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);
    padding-bottom: 7.55px;
    margin-bottom: 11.86px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 9.03px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    color: #000000 !important;
    border-radius: 8.91px;
    background: #ffffff;
    padding: 8.74px 11.08px;
    font-weight: 600;
    border: 2px solid #000000;
    display: inline-block;
    text-decoration: none;
    font-size: 13.88px;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-size: 14px;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 40.94px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
