
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 19.43px;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 42.66px;
    padding: 27.78px 0;
    background: #ffffff;
}
.home-brand {
    text-decoration: none;
    font-size: 23.46px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.top-menu {
    gap: 22.08px;
    display: flex;
}
.top-menu a {
    font-weight: 700;
    font-size: 14.93px;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.2px;
    gap: 62.85px;
    display: grid;
}
.primary-content {
    border-radius: 11.85px;
    padding: 45.22px;
    background: #ffffff;
    border: 2px solid #000000;
}
.main-text {
    color: #000000;
    line-height: 1.83;
    font-size: 17.55px;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.77px;
    margin-bottom: 29.27px;
    padding: 22.77px;
}
.panel-title {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding-bottom: 12.6px;
    text-transform: uppercase;
    margin-bottom: 17.33px;
    font-size: 20.15px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 10.57px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.41px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 7.65px;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.74px;
    border-radius: 7.01px;
    padding: 5.58px 14.94px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #000000;
    font-weight: 600;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding: 41.43px 0;
    font-size: 14.45px;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
