
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.6;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -moz-text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.74px;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 23.29px 0;
    background: #ffffff;
    margin-bottom: 41.52px;
}
.brand-mark {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.44px;
    color: #000000;
}
.main-menu {
    gap: 27.62px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.21px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    gap: 60.87px;
    display: grid;
    margin-bottom: 78.16px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 11.47px;
    padding: 48.32px;
    background: #ffffff;
}
.read-area {
    line-height: 1.77;
    color: #000000;
    font-size: 18.12px;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 21.88px;
    border-radius: 13.08px;
    background: #ffffff;
    margin-bottom: 27.83px;
    border: 2px solid #000000;
}
.section-head {
    font-size: 20.94px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 10.59px;
    margin-bottom: 17.09px;
}
.fresh-list, .past-entries {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.36px;
    margin-bottom: 10.24px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    gap: 9.01px;
    flex-wrap: wrap;
}
.topic-chip {
    padding: 5.38px 15.76px;
    font-weight: 600;
    border: 2px solid #000000;
    text-decoration: none;
    display: inline-block;
    font-size: 12.34px;
    background: #ffffff;
    color: #000000 !important;
    border-radius: 6.94px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    color: #000000;
    text-align: center;
    padding: 40.81px 0;
    font-size: 14.18px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
