
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.64;
}
.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 21.55px;
}
.head-section {
    border-bottom: 2px solid #000000;
    padding: 24.07px 0;
    background: #ffffff;
    margin-bottom: 42.8px;
}
.home-brand {
    text-decoration: none;
    font-size: 24.32px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.main-menu {
    display: flex;
    gap: 27.14px;
}
.main-menu a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14.45px;
    color: #000000 !important;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 79.7px;
    display: grid;
    gap: 59.72px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    background: #ffffff;
    border-radius: 12.92px;
    padding: 49.56px;
    border: 2px solid #000000;
}
.read-area {
    line-height: 1.76;
    color: #000000;
    font-size: 17.25px;
}
.read-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 13.43px;
    padding: 22.51px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 32.73px;
}
.label {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 22.91px;
    color: #000000;
    font-size: 20.43px;
    padding-bottom: 11.67px;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.15px;
    margin-bottom: 8.78px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10.13px;
}
.pill {
    border: 2px solid #000000;
    display: inline-block;
    font-size: 12.93px;
    padding: 4.55px 11.44px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6.17px;
    background: #ffffff;
    color: #000000 !important;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    text-align: center;
    font-weight: 600;
    padding: 39.62px 0;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
    font-size: 13.48px;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
