
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.55;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 17.34px;
    max-width: 1200px;
}
.head-section {
    margin-bottom: 40.47px;
    padding: 22.56px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24.32px;
}
.main-menu {
    display: flex;
    gap: 25.95px;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.22px;
    color: #000000 !important;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 57.42px;
    margin-bottom: 79.83px;
    display: grid;
}
.hero-post {
    background: #ffffff;
    padding: 45.92px;
    border-radius: 13.15px;
    border: 2px solid #000000;
}
.main-text {
    line-height: 1.81;
    font-size: 17.37px;
    color: #000000;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 11.62px;
    background: #ffffff;
    margin-bottom: 27.45px;
    border: 2px solid #000000;
    padding: 25.5px;
}
.block-heading {
    border-bottom: 2px solid #000000;
    padding-bottom: 12.83px;
    color: #000000;
    font-size: 20.3px;
    font-weight: 800;
    margin-bottom: 17.53px;
    text-transform: uppercase;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 9.91px;
    padding-bottom: 11.27px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.keyword-wrap {
    gap: 9.28px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    display: inline-block;
    text-decoration: none;
    padding: 5.3px 16.62px;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: 600;
    border-radius: 7.93px;
    font-size: 13.21px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    border-top: 2px solid #000000;
    padding: 41.41px 0;
    color: #000000;
    font-weight: 600;
    text-align: center;
    background: #fff;
    font-size: 13.77px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
