
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.57;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    padding: 0 17.31px;
    margin: 0 auto;
    max-width: 1200px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    padding: 25.12px 0;
    margin-bottom: 37.01px;
    background: #ffffff;
}
.identity {
    text-decoration: none;
    font-size: 23.19px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    gap: 26.32px;
}
.nav-links a {
    font-size: 13.65px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
}
.nav-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 79.71px;
    gap: 58.02px;
}
.primary-content {
    background: #ffffff;
    padding: 50.13px;
    border: 2px solid #000000;
    border-radius: 11.49px;
}
.main-text {
    font-size: 18.66px;
    color: #000000;
    line-height: 1.84;
}
.main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.side-block {
    margin-bottom: 27.37px;
    border: 2px solid #000000;
    padding: 21.8px;
    border-radius: 11.96px;
    background: #ffffff;
}
.label {
    font-weight: 800;
    font-size: 19.28px;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 9.62px;
    margin-bottom: 22.76px;
    text-transform: uppercase;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 9.78px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.6px;
}
.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;
}
.chip-group {
    gap: 11.38px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    font-weight: 600;
    font-size: 13.83px;
    text-decoration: none;
    padding: 4.68px 14.17px;
    background: #ffffff;
    border-radius: 9.74px;
    border: 2px solid #000000;
    color: #000000 !important;
    display: inline-block;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    border-top: 2px solid #000000;
    color: #000000;
    padding: 42.19px 0;
    font-size: 14.3px;
    font-weight: 600;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
