
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 19.22px;
    margin: 0 auto;
}
.nav-wrap {
    margin-bottom: 37.34px;
    padding: 24.83px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.identity {
    font-size: 24.3px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
.top-menu {
    display: flex;
    gap: 25.85px;
}
.top-menu a {
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 13.46px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 59.14px;
    margin-bottom: 82.34px;
}
.main-post {
    border: 2px solid #000000;
    padding: 47.38px;
    border-radius: 11.7px;
    background: #ffffff;
}
.content-area {
    color: #000000;
    font-size: 17.3px;
    line-height: 1.77;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    top: 40px;
    position: sticky;
}
.side-block {
    margin-bottom: 27.75px;
    background: #ffffff;
    padding: 25.33px;
    border-radius: 11.16px;
    border: 2px solid #000000;
}
.module-head {
    font-weight: 800;
    padding-bottom: 10.34px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.34px;
    font-size: 20.33px;
    color: #000000;
}
.new-items, .past-entries {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 7.57px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.53px;
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    gap: 10.73px;
    flex-wrap: wrap;
}
.topic-chip {
    background: #ffffff;
    font-size: 13.68px;
    font-weight: 600;
    border-radius: 9.3px;
    border: 2px solid #000000;
    display: inline-block;
    color: #000000 !important;
    text-decoration: none;
    padding: 7.6px 14.72px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 38.35px 0;
    text-align: center;
    background: #fff;
    font-size: 13.48px;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
