
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.61;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.5px;
}
.head-section {
    margin-bottom: 38.9px;
    background: #ffffff;
    padding: 25.28px 0;
    border-bottom: 2px solid #000000;
}
.wordmark {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 23.99px;
}
.main-menu {
    gap: 22.53px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.04px;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    gap: 58.14px;
    margin-bottom: 82.31px;
    display: grid;
}
.main-post {
    border-radius: 12.45px;
    padding: 49.42px;
    background: #ffffff;
    border: 2px solid #000000;
}
.main-text {
    line-height: 1.84;
    font-size: 18.09px;
    color: #000000;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.right-col {
    position: sticky;
    top: 40px;
}
.info-card {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12.52px;
    padding: 22.7px;
    margin-bottom: 31px;
}
.block-heading {
    padding-bottom: 12.97px;
    color: #000000;
    font-size: 19.94px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 17.67px;
    text-transform: uppercase;
}
.new-items, .past-entries {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 7.45px;
    margin-bottom: 12.29px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 11.93px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    border-radius: 9.31px;
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #000000;
    padding: 8.16px 12.51px;
    background: #ffffff;
    font-size: 13.2px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    padding: 41.95px 0;
    font-size: 13.06px;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
