
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    line-height: 1.64;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.inner {
    padding: 0 19.44px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 38.66px;
    border-bottom: 2px solid #000000;
    padding: 26.68px 0;
    background: #ffffff;
}
.identity {
    color: #000000;
    font-size: 24.49px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.top-menu {
    display: flex;
    gap: 27.17px;
}
.top-menu a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 13.01px;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    gap: 61.94px;
    margin-bottom: 79.25px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border-radius: 12.15px;
    padding: 48.72px;
    border: 2px solid #000000;
    background: #ffffff;
}
.post-body {
    color: #000000;
    line-height: 1.76;
    font-size: 18.25px;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border: 2px solid #000000;
    margin-bottom: 28.35px;
    background: #ffffff;
    padding: 23.87px;
    border-radius: 13.12px;
}
.section-head {
    padding-bottom: 8.45px;
    font-size: 20.19px;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.48px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
}
.feed-list, .date-index {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 10.58px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.79px;
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    gap: 7.7px;
    display: flex;
}
.chip {
    text-decoration: none;
    font-size: 13.71px;
    color: #000000 !important;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
    display: inline-block;
    padding: 4.55px 11.28px;
    border-radius: 9.4px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    text-align: center;
    background: #fff;
    font-size: 14.8px;
    color: #000000;
    padding: 42.85px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
