
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.63;
    color: var(--text);
}
.content-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 19.72px;
}
.main-header {
    border-bottom: 2px solid #000000;
    margin-bottom: 40.52px;
    background: #ffffff;
    padding: 22.11px 0;
}
.brand-mark {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23.05px;
    color: #000000;
    text-decoration: none;
}
.header-links {
    gap: 22.98px;
    display: flex;
}
.header-links a {
    font-size: 14.62px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.header-links a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 61.22px;
    margin-bottom: 80.08px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.main-post {
    padding: 46.54px;
    background: #ffffff;
    border-radius: 10.79px;
    border: 2px solid #000000;
}
.read-area {
    font-size: 17.62px;
    color: #000000;
    line-height: 1.8;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.rail {
    top: 40px;
    position: sticky;
}
.aside-box {
    border: 2px solid #000000;
    margin-bottom: 27.12px;
    background: #ffffff;
    border-radius: 12.26px;
    padding: 21.99px;
}
.box-title {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18.3px;
    padding-bottom: 10.06px;
    font-size: 20.35px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
}
.updates-list, .log-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    padding-bottom: 9.51px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.43px;
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    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;
}
.keyword-wrap {
    display: flex;
    gap: 11.62px;
    flex-wrap: wrap;
}
.keyword-tag {
    font-weight: 600;
    border-radius: 8.52px;
    font-size: 13.5px;
    text-decoration: none;
    color: #000000 !important;
    display: inline-block;
    background: #ffffff;
    padding: 3.27px 15.71px;
    border: 2px solid #000000;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    font-size: 14.62px;
    background: #fff;
    padding: 39.15px 0;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
