
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.64;
}
.wrapper {
    padding: 0 19.74px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 41.43px;
    padding: 23.52px 0;
    background: #ffffff;
}
.identity {
    font-size: 23.48px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.main-menu {
    gap: 22.61px;
    display: flex;
}
.main-menu a {
    font-size: 13.85px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.71px;
    gap: 58.55px;
    display: grid;
}
.primary-content {
    border-radius: 10.86px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 46.01px;
}
.main-text {
    line-height: 1.76;
    color: #000000;
    font-size: 18.47px;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.aside-box {
    margin-bottom: 28.54px;
    border-radius: 13.68px;
    border: 2px solid #000000;
    padding: 21.76px;
    background: #ffffff;
}
.section-head {
    color: #000000;
    font-size: 19.89px;
    padding-bottom: 9.64px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18.34px;
    border-bottom: 2px solid #000000;
}
.latest-entries, .month-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 10.96px;
    margin-bottom: 8.61px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 9.02px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    font-weight: 600;
    border-radius: 8.53px;
    text-decoration: none;
    color: #000000 !important;
    padding: 7.67px 16.03px;
    display: inline-block;
    font-size: 13.79px;
    border: 2px solid #000000;
    background: #ffffff;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    font-size: 13.94px;
    background: #fff;
    padding: 39.9px 0;
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
