
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.57;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
}
.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22.99px;
}
.nav-wrap {
    margin-bottom: 40.85px;
    border-bottom: 2px solid #000000;
    padding: 23.47px 0;
    background: #ffffff;
}
.identity {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.27px;
}
.top-menu {
    gap: 24.74px;
    display: flex;
}
.top-menu a {
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 13.3px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.58px;
    display: grid;
    gap: 59.36px;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.91px;
    padding: 45.56px;
}
.post-body {
    font-size: 18.48px;
    line-height: 1.76;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    top: 40px;
    position: sticky;
}
.aside-box {
    background: #ffffff;
    padding: 22.36px;
    margin-bottom: 27.53px;
    border: 2px solid #000000;
    border-radius: 12.39px;
}
.module-head {
    margin-bottom: 17.1px;
    padding-bottom: 8.52px;
    color: #000000;
    text-transform: uppercase;
    font-size: 19.88px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.fresh-list, .past-entries {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.76px;
    padding-bottom: 7.18px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.topic-list {
    gap: 11.71px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    border-radius: 9.5px;
    border: 2px solid #000000;
    font-size: 12.03px;
    text-decoration: none;
    color: #000000 !important;
    padding: 5.32px 14.6px;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    padding: 41.39px 0;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
    font-size: 13.5px;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
