
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    line-height: 1.59;
    text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 22.23px;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    padding: 27.22px 0;
    margin-bottom: 41.82px;
    background: #ffffff;
}
.logo-text {
    text-transform: uppercase;
    color: #000000;
    font-size: 24.09px;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 24.53px;
}
.main-menu a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.95px;
    text-decoration: none;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 60.97px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 81.47px;
}
.main-post {
    padding: 46.51px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.94px;
}
.post-body {
    line-height: 1.8;
    color: #000000;
    font-size: 17.15px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.module {
    background: #ffffff;
    margin-bottom: 28.02px;
    padding: 26.95px;
    border: 2px solid #000000;
    border-radius: 10.4px;
}
.section-head {
    border-bottom: 2px solid #000000;
    margin-bottom: 21.31px;
    color: #000000;
    padding-bottom: 8.17px;
    font-size: 19.78px;
    text-transform: uppercase;
    font-weight: 800;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 9.04px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.75px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 12.7px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    border-radius: 7.56px;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
    display: inline-block;
    padding: 4.54px 11.78px;
    font-size: 12.91px;
    text-decoration: none;
    color: #000000 !important;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    background: #fff;
    padding: 42.13px 0;
    text-align: center;
    font-size: 14.97px;
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
