
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.56;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 17.42px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    background: #ffffff;
    margin-bottom: 38.83px;
    border-bottom: 2px solid #000000;
    padding: 27.6px 0;
}
.wordmark {
    text-transform: uppercase;
    font-size: 24.12px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    gap: 22.59px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-size: 14.14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    gap: 61.57px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.27px;
}
.main-post {
    background: #ffffff;
    border-radius: 11.45px;
    border: 2px solid #000000;
    padding: 48.64px;
}
.main-text {
    font-size: 17.05px;
    color: #000000;
    line-height: 1.81;
}
.main-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 30.84px;
    padding: 21.82px;
    border: 2px solid #000000;
    border-radius: 13.62px;
}
.block-heading {
    color: #000000;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 7.27px;
    margin-bottom: 21.93px;
    font-size: 19.76px;
}
.latest-entries, .time-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 8.91px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.39px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.time-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 10.82px;
    flex-wrap: wrap;
}
.label-item {
    color: #000000 !important;
    font-weight: 600;
    padding: 8.08px 16.97px;
    background: #ffffff;
    text-decoration: none;
    font-size: 13.45px;
    display: inline-block;
    border-radius: 9.56px;
    border: 2px solid #000000;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    font-size: 14.22px;
    color: #000000;
    padding: 38.36px 0;
    border-top: 2px solid #000000;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
