
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.frame {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.63px;
}
.page-top {
    margin-bottom: 40.43px;
    padding: 25.11px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.wordmark {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.55px;
    text-decoration: none;
    color: #000000;
}
.main-menu {
    gap: 26.21px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.01px;
    font-weight: 700;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    gap: 60.05px;
    display: grid;
    margin-bottom: 79px;
}
.main-post {
    border: 2px solid #000000;
    padding: 47.98px;
    border-radius: 12.71px;
    background: #ffffff;
}
.post-body {
    font-size: 17.67px;
    color: #000000;
    line-height: 1.84;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    margin-bottom: 27.44px;
    padding: 25.75px;
    border: 2px solid #000000;
    border-radius: 12.03px;
}
.block-heading {
    padding-bottom: 7.66px;
    color: #000000;
    font-size: 20.61px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20.74px;
    border-bottom: 2px solid #000000;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.32px;
    padding-bottom: 9.24px;
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    gap: 12.3px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    color: #000000 !important;
    text-decoration: none;
    background: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 7.11px 14.26px;
    border-radius: 6.57px;
    font-size: 13.46px;
    border: 2px solid #000000;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    font-size: 13.02px;
    background: #fff;
    text-align: center;
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
    padding: 39.32px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
