
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.55;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    max-width: 1200px;
    padding: 0 22.43px;
    margin: 0 auto;
}
.page-top {
    padding: 25.56px 0;
    margin-bottom: 42.08px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.identity {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.85px;
}
.main-menu {
    display: flex;
    gap: 22.43px;
}
.main-menu a {
    text-decoration: none;
    font-size: 14.1px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 79.98px;
    gap: 60.64px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    border: 2px solid #000000;
    padding: 49.5px;
    background: #ffffff;
    border-radius: 10.03px;
}
.post-body {
    line-height: 1.8;
    color: #000000;
    font-size: 17.39px;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.aside-box {
    border-radius: 11.92px;
    border: 2px solid #000000;
    margin-bottom: 32.38px;
    background: #ffffff;
    padding: 24.65px;
}
.label {
    color: #000000;
    font-weight: 800;
    padding-bottom: 8.27px;
    margin-bottom: 19.19px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-size: 20.76px;
}
.latest-entries, .log-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    margin-bottom: 8.37px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.81px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 7.52px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    border-radius: 6.33px;
    padding: 4.78px 12.57px;
    font-weight: 600;
    background: #ffffff;
    font-size: 13.96px;
    color: #000000 !important;
    border: 2px solid #000000;
    text-decoration: none;
    display: inline-block;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    color: #000000;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 14.54px;
    padding: 39.22px 0;
    text-align: center;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
