
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.57;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.84px;
}
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 40.48px;
    padding: 22.79px 0;
    background: #ffffff;
}
.wordmark {
    color: #000000;
    font-size: 23.71px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
}
.nav-bar {
    gap: 27.52px;
    display: flex;
}
.nav-bar a {
    font-size: 14.48px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.97px;
    margin-bottom: 78.66px;
}
.feature-post {
    border: 2px solid #000000;
    border-radius: 11.84px;
    padding: 45.88px;
    background: #ffffff;
}
.read-area {
    font-size: 18.38px;
    line-height: 1.81;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.side-block {
    border-radius: 11.21px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 23.02px;
    margin-bottom: 31.98px;
}
.box-title {
    font-size: 20.99px;
    padding-bottom: 10.4px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 18.7px;
}
.feed-list, .history-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.72px;
    margin-bottom: 8.77px;
}
.feed-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11.94px;
}
.chip {
    padding: 3.66px 15.45px;
    text-decoration: none;
    border: 2px solid #000000;
    font-weight: 600;
    color: #000000 !important;
    font-size: 13.74px;
    border-radius: 7.33px;
    display: inline-block;
    background: #ffffff;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    font-weight: 600;
    background: #fff;
    text-align: center;
    padding: 41.18px 0;
    border-top: 2px solid #000000;
    font-size: 13.33px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
