
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    -moz-text-size-adjust: 100%;
    line-height: 1.58;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.inner {
    padding: 0 20.75px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    padding: 24.45px 0;
    background: #ffffff;
    margin-bottom: 39.24px;
}
.wordmark {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 23.65px;
}
.primary-nav {
    gap: 27.34px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14.2px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.58px;
    gap: 61.46px;
}
.primary-content {
    border-radius: 12.2px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 50.09px;
}
.read-area {
    color: #000000;
    line-height: 1.84;
    font-size: 17.78px;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    border: 2px solid #000000;
    padding: 26.35px;
    background: #ffffff;
    margin-bottom: 31.04px;
    border-radius: 10.92px;
}
.section-head {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 19.72px;
    color: #000000;
    font-weight: 800;
    padding-bottom: 10.59px;
    margin-bottom: 22px;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.87px;
    margin-bottom: 7.02px;
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 7.41px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    font-weight: 600;
    padding: 4.08px 16.02px;
    text-decoration: none;
    color: #000000 !important;
    font-size: 12.1px;
    background: #ffffff;
    display: inline-block;
    border: 2px solid #000000;
    border-radius: 8.09px;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    background: #fff;
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 14.72px;
    text-align: center;
    padding: 38.4px 0;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
