
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.65;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    background: #ffffff;
}
.frame {
    margin: 0 auto;
    padding: 0 21.57px;
    max-width: 1200px;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.57px;
    padding: 27.23px 0;
}
.brand-link {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.87px;
    color: #000000;
    text-decoration: none;
}
.header-links {
    gap: 26.16px;
    display: flex;
}
.header-links a {
    text-transform: uppercase;
    font-size: 13.54px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
}
.header-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 59.95px;
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 79.14px;
}
.main-post {
    border-radius: 11.51px;
    padding: 49.48px;
    background: #ffffff;
    border: 2px solid #000000;
}
.entry-text {
    font-size: 17.56px;
    color: #000000;
    line-height: 1.8;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.aside-box {
    padding: 21.73px;
    background: #ffffff;
    border-radius: 12.44px;
    border: 2px solid #000000;
    margin-bottom: 31.3px;
}
.label {
    color: #000000;
    font-size: 19.79px;
    font-weight: 800;
    padding-bottom: 8.3px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 21.79px;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 7.33px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.79px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    gap: 8.08px;
    display: flex;
}
.pill {
    display: inline-block;
    border-radius: 6.43px;
    font-size: 13.36px;
    border: 2px solid #000000;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    color: #000000 !important;
    padding: 6.28px 14.76px;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    color: #000000;
    padding: 42.87px 0;
    border-top: 2px solid #000000;
    font-size: 13.78px;
    text-align: center;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
