
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.57;
    -ms-text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    padding: 0 18.99px;
    max-width: 1200px;
}
.head-section {
    padding: 23.84px 0;
    margin-bottom: 41.49px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-link {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.89px;
    color: #000000;
}
.header-links {
    gap: 25px;
    display: flex;
}
.header-links a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.1px;
}
.header-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    margin-bottom: 82.06px;
    gap: 62.79px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    background: #ffffff;
    padding: 47.18px;
    border-radius: 11.86px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.78;
    font-size: 18.95px;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 26.78px;
    margin-bottom: 30.31px;
    border-radius: 11.54px;
}
.section-head {
    margin-bottom: 21.33px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    font-size: 19.6px;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.21px;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.38px;
    padding-bottom: 8.64px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.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;
}
.keyword-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 9.35px;
}
.chip {
    border: 2px solid #000000;
    display: inline-block;
    padding: 6.46px 11.9px;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    border-radius: 8.88px;
    color: #000000 !important;
    font-size: 12.21px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    text-align: center;
    font-weight: 600;
    background: #fff;
    font-size: 13.13px;
    border-top: 2px solid #000000;
    padding: 42.28px 0;
    color: #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
