
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    text-size-adjust: 100%;
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    padding: 0 22.6px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    padding: 24.56px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 39.48px;
}
.identity {
    font-size: 23.64px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 26.89px;
}
.main-menu a {
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    font-size: 14.76px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 82.51px;
    gap: 60.17px;
}
.main-post {
    background: #ffffff;
    padding: 49.4px;
    border-radius: 13.17px;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.76;
    color: #000000;
    font-size: 18.29px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.side-block {
    background: #ffffff;
    border-radius: 10.93px;
    margin-bottom: 27.37px;
    border: 2px solid #000000;
    padding: 22.96px;
}
.block-heading {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 17.82px;
    padding-bottom: 7.25px;
    font-size: 20.56px;
    border-bottom: 2px solid #000000;
}
.new-items, .date-index {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 7.4px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.46px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    gap: 12.05px;
    flex-wrap: wrap;
}
.pill {
    font-size: 13.34px;
    border-radius: 8.38px;
    padding: 8.29px 12.45px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000 !important;
    text-decoration: none;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    text-align: center;
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    font-size: 13.68px;
    padding: 37.33px 0;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
