
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.61;
}
.shell {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20.44px;
}
.banner-area {
    padding: 22.47px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 42.57px;
}
.wordmark {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.01px;
}
.primary-nav {
    display: flex;
    gap: 26.81px;
}
.primary-nav a {
    color: #000000 !important;
    font-size: 14.82px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 58.12px;
    margin-bottom: 81.96px;
}
.hero-post {
    padding: 46.35px;
    border: 2px solid #000000;
    border-radius: 12.85px;
    background: #ffffff;
}
.main-text {
    color: #000000;
    font-size: 17.73px;
    line-height: 1.8;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.aside-box {
    padding: 23.09px;
    background: #ffffff;
    border-radius: 14px;
    border: 2px solid #000000;
    margin-bottom: 30.71px;
}
.section-head {
    padding-bottom: 8.89px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    margin-bottom: 18.42px;
    text-transform: uppercase;
    font-size: 19.72px;
}
.updates-list, .log-list {
    list-style: none;
    padding: 0;
}
.updates-list li {
    padding-bottom: 10.07px;
    margin-bottom: 10.05px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 7.73px;
    display: flex;
    flex-wrap: wrap;
}
.keyword-tag {
    color: #000000 !important;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 5.61px 15.52px;
    border-radius: 7.2px;
    font-size: 13.72px;
    border: 2px solid #000000;
    text-decoration: none;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
    font-size: 13.22px;
    padding: 40.91px 0;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
