
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.64;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 19.57px;
}
.main-header {
    margin-bottom: 37.23px;
    padding: 24.94px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    color: #000000;
    text-transform: uppercase;
    font-size: 23.45px;
    font-weight: 800;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 22.39px;
}
.primary-nav a {
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.46px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 80.07px;
    gap: 58.83px;
}
.main-post {
    padding: 49.8px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.12px;
}
.post-body {
    line-height: 1.77;
    font-size: 17.68px;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    padding: 25.17px;
    margin-bottom: 27.16px;
    border-radius: 12.38px;
    border: 2px solid #000000;
}
.label {
    font-size: 19.61px;
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.06px;
    margin-bottom: 20.46px;
    text-transform: uppercase;
}
.feed-list, .date-index {
    padding: 0;
    list-style: none;
}
.feed-list li {
    padding-bottom: 9.83px;
    margin-bottom: 12.9px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    gap: 7.47px;
    flex-wrap: wrap;
}
.pill {
    font-size: 12.37px;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    border: 2px solid #000000;
    border-radius: 7.23px;
    padding: 5.55px 12.61px;
    color: #000000 !important;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    padding: 38.58px 0;
    color: #000000;
    font-weight: 600;
    font-size: 14.57px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
