
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.71px;
}
.banner-area {
    padding: 23.63px 0;
    margin-bottom: 41.77px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    font-weight: 800;
    font-size: 23.26px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu {
    display: flex;
    gap: 24.05px;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.63px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 77.17px;
    gap: 60.4px;
}
.main-post {
    padding: 47.21px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.31px;
}
.read-area {
    line-height: 1.76;
    font-size: 17.77px;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    margin-bottom: 30.27px;
    padding: 24.45px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.85px;
}
.label {
    padding-bottom: 12.13px;
    font-size: 19.22px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20.31px;
    border-bottom: 2px solid #000000;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.99px;
    margin-bottom: 7.12px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 11.05px;
}
.chip {
    text-decoration: none;
    font-size: 12.08px;
    color: #000000 !important;
    border-radius: 6.98px;
    padding: 8.2px 16.98px;
    background: #ffffff;
    display: inline-block;
    border: 2px solid #000000;
    font-weight: 600;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    text-align: center;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 39.85px 0;
    font-size: 14.19px;
    color: #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
