
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.58;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
}
.frame {
    max-width: 1200px;
    padding: 0 18.22px;
    margin: 0 auto;
}
.head-section {
    margin-bottom: 41.17px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 23.99px 0;
}
.home-brand {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.72px;
}
.nav-links {
    gap: 23.24px;
    display: flex;
}
.nav-links a {
    font-size: 13.19px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 58.34px;
    margin-bottom: 80.56px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    padding: 48.65px;
    border: 2px solid #000000;
    border-radius: 11.06px;
    background: #ffffff;
}
.post-body {
    line-height: 1.8;
    font-size: 18.25px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.panel-item {
    padding: 25.33px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 31.86px;
    border-radius: 11.74px;
}
.label {
    margin-bottom: 20.29px;
    padding-bottom: 8.06px;
    text-transform: uppercase;
    color: #000000;
    font-size: 20.33px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.63px;
    margin-bottom: 10.21px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 11.8px;
    display: flex;
    flex-wrap: wrap;
}
.label-item {
    border: 2px solid #000000;
    padding: 3.83px 11.77px;
    background: #ffffff;
    font-weight: 600;
    font-size: 13.42px;
    border-radius: 8.21px;
    color: #000000 !important;
    display: inline-block;
    text-decoration: none;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    text-align: center;
    padding: 41.17px 0;
    font-weight: 600;
    font-size: 13.68px;
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
