
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.64;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
}
.shell {
    padding: 0 19.24px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    padding: 27.84px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 39.76px;
}
.home-brand {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.7px;
    text-transform: uppercase;
}
.main-menu {
    gap: 23.46px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 14.22px;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 62.56px;
    margin-bottom: 77.36px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    padding: 45.21px;
    border-radius: 13px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.8;
    font-size: 18.73px;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.66px;
    margin-bottom: 28.88px;
    padding: 22.96px;
}
.module-head {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18.6px;
    border-bottom: 2px solid #000000;
    font-size: 20.13px;
    padding-bottom: 11.59px;
    color: #000000;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.15px;
    padding-bottom: 8.16px;
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 9.22px;
}
.pill {
    border: 2px solid #000000;
    display: inline-block;
    color: #000000 !important;
    padding: 4.65px 12.66px;
    background: #ffffff;
    border-radius: 9.46px;
    font-weight: 600;
    text-decoration: none;
    font-size: 12.8px;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    color: #000000;
    font-weight: 600;
    font-size: 14.65px;
    padding: 38.34px 0;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
