
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.58;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 19.63px;
    margin: 0 auto;
}
.head-section {
    background: #ffffff;
    margin-bottom: 41.11px;
    padding: 24.9px 0;
    border-bottom: 2px solid #000000;
}
.identity {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24.95px;
    color: #000000;
}
.header-links {
    display: flex;
    gap: 25.47px;
}
.header-links a {
    font-size: 14.16px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.06px;
    display: grid;
    gap: 57.48px;
}
.primary-content {
    padding: 49.61px;
    border: 2px solid #000000;
    border-radius: 10.2px;
    background: #ffffff;
}
.post-body {
    color: #000000;
    line-height: 1.82;
    font-size: 17.43px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.right-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 29.12px;
    padding: 21.32px;
    background: #ffffff;
    border-radius: 11.58px;
    border: 2px solid #000000;
}
.box-title {
    font-size: 20.03px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 10.52px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20.75px;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.99px;
    padding-bottom: 8.72px;
}
.new-items a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 11.58px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    border-radius: 6.28px;
    border: 2px solid #000000;
    padding: 3.26px 11.1px;
    background: #ffffff;
    font-weight: 600;
    font-size: 12.92px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    padding: 37.12px 0;
    text-align: center;
    color: #000000;
    font-size: 13.94px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
