
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.58;
}
.shell {
    max-width: 1200px;
    padding: 0 22.52px;
    margin: 0 auto;
}
.top-bar {
    margin-bottom: 37.16px;
    border-bottom: 2px solid #000000;
    padding: 23.31px 0;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.12px;
    font-weight: 800;
}
.primary-nav {
    gap: 23.08px;
    display: flex;
}
.primary-nav a {
    font-weight: 700;
    font-size: 14.68px;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 80.48px;
    gap: 62.32px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border-radius: 11.49px;
    padding: 45.63px;
    border: 2px solid #000000;
    background: #ffffff;
}
.read-area {
    line-height: 1.8;
    color: #000000;
    font-size: 17.31px;
}
.read-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    border-radius: 13.55px;
    padding: 26.6px;
    background: #ffffff;
    margin-bottom: 32.93px;
}
.section-head {
    font-weight: 800;
    padding-bottom: 8.22px;
    margin-bottom: 20.77px;
    font-size: 19.48px;
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
}
.fresh-list, .date-index {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    margin-bottom: 10.16px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.89px;
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8.53px;
}
.chip {
    background: #ffffff;
    padding: 8.05px 12.25px;
    border: 2px solid #000000;
    font-size: 12.7px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 600;
    display: inline-block;
    border-radius: 9.61px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    font-size: 14.49px;
    color: #000000;
    background: #fff;
    text-align: center;
    padding: 37.27px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
