
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    line-height: 1.63;
    color: var(--text);
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.page-wrap {
    margin: 0 auto;
    padding: 0 17px;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 39.07px;
    padding: 23.7px 0;
}
.identity {
    font-weight: 800;
    font-size: 24.58px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 27.7px;
}
.primary-nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.31px;
    font-weight: 700;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.52px;
    gap: 62.94px;
}
.main-post {
    padding: 46.09px;
    border-radius: 10.61px;
    border: 2px solid #000000;
    background: #ffffff;
}
.read-area {
    font-size: 18.27px;
    line-height: 1.81;
    color: #000000;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 29.02px;
    border-radius: 10.14px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 24.61px;
}
.block-heading {
    color: #000000;
    padding-bottom: 12.66px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20.98px;
    margin-bottom: 20.25px;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 12.93px;
    padding-bottom: 12.2px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 9.43px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    background: #ffffff;
    display: inline-block;
    color: #000000 !important;
    text-decoration: none;
    font-size: 12.83px;
    border: 2px solid #000000;
    font-weight: 600;
    border-radius: 9.89px;
    padding: 3.9px 16.49px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    padding: 39.78px 0;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 13.47px;
    color: #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
