
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.59;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.inner {
    padding: 0 18.81px;
    max-width: 1200px;
    margin: 0 auto;
}
.main-header {
    border-bottom: 2px solid #000000;
    margin-bottom: 39.31px;
    padding: 26.84px 0;
    background: #ffffff;
}
.wordmark {
    font-weight: 800;
    text-decoration: none;
    font-size: 24.44px;
    text-transform: uppercase;
    color: #000000;
}
.top-menu {
    gap: 27.26px;
    display: flex;
}
.top-menu a {
    text-decoration: none;
    font-size: 13.43px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.split-view {
    gap: 62.95px;
    margin-bottom: 78.54px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.top-story {
    padding: 49.68px;
    border-radius: 11.19px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    line-height: 1.79;
    color: #000000;
    font-size: 17.37px;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.rail {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.2px;
    padding: 21.54px;
    margin-bottom: 29.29px;
}
.label {
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 18.7px;
    border-bottom: 2px solid #000000;
    padding-bottom: 8.48px;
    font-size: 20.91px;
}
.latest-entries, .log-list {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.82px;
    padding-bottom: 12.81px;
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 9.07px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    font-weight: 600;
    background: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
    text-decoration: none;
    font-size: 12.58px;
    padding: 8.84px 14.46px;
    display: inline-block;
    border-radius: 9.54px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    padding: 41.6px 0;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 13.46px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
