
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.65;
}
.content-wrap {
    max-width: 1200px;
    padding: 0 17px;
    margin: 0 auto;
}
.page-top {
    margin-bottom: 41.52px;
    background: #ffffff;
    padding: 26px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 23.99px;
}
.main-menu {
    gap: 22.07px;
    display: flex;
}
.main-menu a {
    font-size: 13.76px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 59.6px;
    display: grid;
    margin-bottom: 82.48px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    background: #ffffff;
    padding: 48.95px;
    border: 2px solid #000000;
    border-radius: 11.66px;
}
.read-area {
    line-height: 1.79;
    font-size: 17.31px;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.panel-item {
    border: 2px solid #000000;
    padding: 22.62px;
    background: #ffffff;
    border-radius: 13.42px;
    margin-bottom: 27.18px;
}
.module-head {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 22.73px;
    padding-bottom: 7.82px;
    color: #000000;
    font-size: 20.71px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.24px;
    padding-bottom: 11.2px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    flex-wrap: wrap;
    gap: 10.87px;
}
.chip {
    padding: 4.66px 15.29px;
    border: 2px solid #000000;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8.81px;
    color: #000000 !important;
    background: #ffffff;
    font-size: 13.99px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #000000;
    padding: 38.07px 0;
    font-size: 13.06px;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
