
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.59;
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 17.25px;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 27.66px 0;
    margin-bottom: 41.19px;
}
.brand-mark {
    font-weight: 800;
    color: #000000;
    font-size: 24.59px;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav {
    display: flex;
    gap: 22.19px;
}
.primary-nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 13.08px;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    gap: 57.69px;
    margin-bottom: 80.72px;
    display: grid;
}
.main-post {
    padding: 47.34px;
    border-radius: 10.14px;
    border: 2px solid #000000;
    background: #ffffff;
}
.read-area {
    line-height: 1.75;
    font-size: 17.76px;
    color: #000000;
}
.read-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    background: #ffffff;
    margin-bottom: 29.45px;
    border-radius: 11.53px;
    border: 2px solid #000000;
    padding: 24.6px;
}
.section-head {
    font-weight: 800;
    font-size: 19.42px;
    text-transform: uppercase;
    padding-bottom: 11.05px;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 18.76px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.31px;
    margin-bottom: 8.12px;
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 7.67px;
    display: flex;
    flex-wrap: wrap;
}
.term-badge {
    background: #ffffff;
    font-size: 13.44px;
    border-radius: 6.51px;
    padding: 8.32px 16.79px;
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
    font-weight: 600;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    background: #fff;
    font-size: 13.09px;
    border-top: 2px solid #000000;
    padding: 37.88px 0;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
