
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.63;
    -ms-text-size-adjust: 100%;
    color: var(--text);
}
.shell {
    max-width: 1200px;
    padding: 0 18.08px;
    margin: 0 auto;
}
.banner-area {
    margin-bottom: 41.44px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 23.04px 0;
}
.identity {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.53px;
}
.nav-bar {
    display: flex;
    gap: 27.99px;
}
.nav-bar a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.06px;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    margin-bottom: 80.91px;
    grid-template-columns: 1fr 300px;
    gap: 58.66px;
}
.main-post {
    padding: 46.75px;
    border-radius: 11.64px;
    border: 2px solid #000000;
    background: #ffffff;
}
.entry-text {
    font-size: 17.85px;
    color: #000000;
    line-height: 1.75;
}
.entry-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.42px;
    margin-bottom: 32.61px;
    padding: 23.06px;
}
.module-head {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 21.84px;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.44px;
    font-size: 19.55px;
}
.new-items, .date-index {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 7.07px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.31px;
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 9.46px;
}
.pill {
    display: inline-block;
    text-decoration: none;
    padding: 8.64px 15.32px;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 12.1px;
    color: #000000 !important;
    border-radius: 9.54px;
    background: #ffffff;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    color: #000000;
    padding: 41.74px 0;
    font-weight: 600;
    font-size: 14.94px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
