
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    line-height: 1.63;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    padding: 0 21.61px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    background: #ffffff;
    padding: 23.27px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.1px;
}
.identity {
    text-decoration: none;
    font-weight: 800;
    font-size: 24.07px;
    text-transform: uppercase;
    color: #000000;
}
.nav-links {
    display: flex;
    gap: 24.03px;
}
.nav-links a {
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.49px;
    color: #000000 !important;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 80.48px;
    gap: 60.12px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.65px;
    padding: 47.43px;
}
.content-area {
    color: #000000;
    font-size: 18.74px;
    line-height: 1.83;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.rail {
    top: 40px;
    position: sticky;
}
.widget-box {
    margin-bottom: 29.94px;
    border-radius: 11.72px;
    padding: 21.09px;
    border: 2px solid #000000;
    background: #ffffff;
}
.label {
    margin-bottom: 21.95px;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.17px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19.68px;
}
.latest-entries, .log-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 9.55px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.16px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.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;
}
.topic-list {
    flex-wrap: wrap;
    gap: 7.37px;
    display: flex;
}
.term-badge {
    font-weight: 600;
    padding: 6.83px 14px;
    border-radius: 6.58px;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 12.67px;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 37.27px 0;
    font-weight: 600;
    color: #000000;
    font-size: 14.79px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
