
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    line-height: 1.59;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    max-width: 1200px;
    padding: 0 19.4px;
    margin: 0 auto;
}
.head-section {
    padding: 22.4px 0;
    margin-bottom: 40.18px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-decoration: none;
    color: #000000;
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 24.3px;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13.6px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 82.49px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 62.54px;
}
.main-post {
    padding: 47.95px;
    background: #ffffff;
    border-radius: 11.99px;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.78;
    color: #000000;
    font-size: 18.06px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    margin-bottom: 32.42px;
    padding: 23.47px;
    border-radius: 10.86px;
    background: #ffffff;
}
.section-head {
    border-bottom: 2px solid #000000;
    margin-bottom: 20.49px;
    padding-bottom: 7.12px;
    font-size: 20.85px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 8.49px;
    margin-bottom: 7.47px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.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;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12.58px;
}
.keyword-tag {
    border: 2px solid #000000;
    font-size: 13.68px;
    border-radius: 9.36px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    background: #ffffff;
    padding: 7.56px 12.78px;
    color: #000000 !important;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    font-size: 14.13px;
    padding: 40.18px 0;
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
