
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    line-height: 1.64;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    padding: 0 20.6px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    background: #ffffff;
    margin-bottom: 37.82px;
    padding: 27.52px 0;
    border-bottom: 2px solid #000000;
}
.logo-text {
    font-size: 24.01px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.nav-bar {
    display: flex;
    gap: 23.36px;
}
.nav-bar a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.42px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 58.17px;
    margin-bottom: 78.67px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border-radius: 13.87px;
    border: 2px solid #000000;
    padding: 45.29px;
    background: #ffffff;
}
.read-area {
    line-height: 1.81;
    font-size: 17.96px;
    color: #000000;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    border-radius: 11.86px;
    background: #ffffff;
    padding: 25.2px;
    margin-bottom: 28.4px;
    border: 2px solid #000000;
}
.panel-title {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20.84px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10.04px;
    color: #000000;
    font-size: 19.99px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 9.09px;
    padding-bottom: 12.89px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10.73px;
}
.term-badge {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
    font-size: 12.28px;
    border-radius: 8.63px;
    padding: 3.09px 14.66px;
    color: #000000 !important;
}
.term-badge:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    text-align: center;
    padding: 41.32px 0;
    font-weight: 600;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
    font-size: 13.02px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
