
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 20.37px;
    margin: 0 auto;
}
.head-section {
    background: #ffffff;
    margin-bottom: 41.27px;
    padding: 27.48px 0;
    border-bottom: 2px solid #000000;
}
.wordmark {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.64px;
}
.top-menu {
    gap: 23.66px;
    display: flex;
}
.top-menu a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14.4px;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    margin-bottom: 77.56px;
    gap: 61.11px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 50.57px;
    border-radius: 13.64px;
}
.entry-text {
    line-height: 1.8;
    font-size: 17.81px;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    top: 40px;
    position: sticky;
}
.info-card {
    margin-bottom: 32.94px;
    background: #ffffff;
    border-radius: 12.38px;
    padding: 21.49px;
    border: 2px solid #000000;
}
.box-title {
    font-size: 19.38px;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.15px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 12.25px;
    color: #000000;
}
.fresh-list, .date-index {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 12.7px;
    margin-bottom: 10.21px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 8.77px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    color: #000000 !important;
    padding: 6.57px 14.18px;
    border: 2px solid #000000;
    font-size: 13.38px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6.65px;
    background: #ffffff;
    display: inline-block;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    font-size: 14.61px;
    background: #fff;
    text-align: center;
    font-weight: 600;
    padding: 37.06px 0;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
