
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.63;
}
.wrapper {
    max-width: 1200px;
    padding: 0 19.74px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    margin-bottom: 43px;
    border-bottom: 2px solid #000000;
    padding: 26.33px 0;
}
.identity {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.93px;
}
.main-menu {
    gap: 22.19px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    font-size: 14.35px;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    gap: 57.58px;
    display: grid;
    margin-bottom: 79.23px;
}
.primary-content {
    background: #ffffff;
    padding: 49.81px;
    border-radius: 13.55px;
    border: 2px solid #000000;
}
.post-body {
    color: #000000;
    line-height: 1.84;
    font-size: 18.19px;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.rail {
    top: 40px;
    position: sticky;
}
.info-card {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 23.08px;
    margin-bottom: 27.17px;
    border-radius: 12.55px;
}
.label {
    font-weight: 800;
    font-size: 19.91px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.43px;
    margin-bottom: 21.45px;
}
.updates-list, .date-index {
    list-style: none;
    padding: 0;
}
.updates-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.22px;
    padding-bottom: 11.08px;
}
.updates-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    gap: 10.96px;
    display: flex;
}
.keyword-tag {
    display: inline-block;
    border: 2px solid #000000;
    text-decoration: none;
    border-radius: 6.59px;
    background: #ffffff;
    font-size: 12.38px;
    padding: 3.89px 11.61px;
    font-weight: 600;
    color: #000000 !important;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    color: #000000;
    text-align: center;
    background: #fff;
    padding: 40.52px 0;
    border-top: 2px solid #000000;
    font-size: 13.83px;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
