
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    line-height: 1.6;
    -moz-text-size-adjust: 100%;
}
.frame {
    padding: 0 19.07px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    padding: 26.8px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 41.42px;
}
.wordmark {
    color: #000000;
    font-weight: 800;
    font-size: 23.45px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 23.5px;
}
.main-menu a {
    font-weight: 700;
    font-size: 14.27px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    display: grid;
    margin-bottom: 78.35px;
    gap: 58.24px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border-radius: 10.17px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 45.99px;
}
.main-text {
    font-size: 18.29px;
    line-height: 1.83;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.aside-box {
    border-radius: 12.73px;
    padding: 26.42px;
    margin-bottom: 32.03px;
    background: #ffffff;
    border: 2px solid #000000;
}
.panel-title {
    margin-bottom: 22.21px;
    text-transform: uppercase;
    font-size: 20.14px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
    padding-bottom: 7.9px;
}
.latest-entries, .date-index {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 9.5px;
    margin-bottom: 8.47px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.21px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    color: #000000 !important;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 12.01px;
    border-radius: 8.48px;
    font-weight: 600;
    padding: 8.69px 15.32px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    color: #000000;
    padding: 37.41px 0;
    font-size: 14.07px;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
