
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
    text-size-adjust: 100%;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18.35px;
}
.main-header {
    background: #ffffff;
    margin-bottom: 40.77px;
    border-bottom: 2px solid #000000;
    padding: 22.13px 0;
}
.identity {
    text-decoration: none;
    font-size: 23.4px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.main-menu {
    gap: 25.53px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    font-size: 14.6px;
    text-decoration: none;
    font-weight: 700;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.98px;
    display: grid;
    gap: 57.23px;
}
.hero-post {
    border: 2px solid #000000;
    padding: 46.92px;
    background: #ffffff;
    border-radius: 11.99px;
}
.read-area {
    color: #000000;
    line-height: 1.82;
    font-size: 18.62px;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 29.25px;
    border: 2px solid #000000;
    border-radius: 13.64px;
    padding: 25.57px;
    background: #ffffff;
}
.section-head {
    color: #000000;
    font-size: 19.65px;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.06px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20.18px;
}
.latest-entries, .month-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.07px;
    padding-bottom: 11.54px;
}
.latest-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 11.6px;
}
.chip {
    font-size: 12.38px;
    padding: 8.92px 12.3px;
    border: 2px solid #000000;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    color: #000000 !important;
    border-radius: 9.1px;
    background: #ffffff;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    border-top: 2px solid #000000;
    font-weight: 600;
    padding: 42.84px 0;
    background: #fff;
    text-align: center;
    font-size: 13.12px;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
