
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.57;
}
.inner {
    padding: 0 18.97px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 22.26px 0;
    margin-bottom: 39.71px;
    background: #ffffff;
}
.wordmark {
    font-size: 24.87px;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu {
    gap: 26.38px;
    display: flex;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.4px;
    color: #000000 !important;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 80.47px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 60.58px;
}
.main-post {
    padding: 49.77px;
    border: 2px solid #000000;
    border-radius: 13.16px;
    background: #ffffff;
}
.main-text {
    font-size: 18.48px;
    color: #000000;
    line-height: 1.82;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 27.34px;
    border: 2px solid #000000;
    border-radius: 13.38px;
    background: #ffffff;
    padding: 21.84px;
}
.label {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18.65px;
    border-bottom: 2px solid #000000;
    padding-bottom: 8.79px;
    font-weight: 800;
    font-size: 19.56px;
}
.latest-entries, .month-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    padding-bottom: 11.95px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.13px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    gap: 12.91px;
    flex-wrap: wrap;
}
.chip {
    padding: 8.95px 15.99px;
    border: 2px solid #000000;
    border-radius: 9.37px;
    background: #ffffff;
    font-weight: 600;
    color: #000000 !important;
    display: inline-block;
    font-size: 13.17px;
    text-decoration: none;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 14.44px;
    padding: 37.64px 0;
    color: #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
