
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.63;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    padding: 0 19.5px;
    margin: 0 auto;
}
.head-section {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.15px;
    padding: 27.73px 0;
}
.brand-link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23.59px;
    font-weight: 800;
    color: #000000;
}
.header-links {
    display: flex;
    gap: 22.85px;
}
.header-links a {
    font-size: 13.53px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    gap: 57.96px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.77px;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.72px;
    padding: 47.75px;
}
.post-body {
    line-height: 1.77;
    font-size: 17.7px;
    color: #000000;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 10.5px;
    border: 2px solid #000000;
    margin-bottom: 29.31px;
    background: #ffffff;
    padding: 26.03px;
}
.block-heading {
    color: #000000;
    margin-bottom: 19.59px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10.1px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20.2px;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 10.34px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.84px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 10.13px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    background: #ffffff;
    display: inline-block;
    padding: 3.21px 15.35px;
    font-size: 12.58px;
    border: 2px solid #000000;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8.68px;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    font-size: 14.4px;
    color: #000000;
    padding: 42.44px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    text-align: center;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
