
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    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%;
    -moz-text-size-adjust: 100%;
    line-height: 1.61;
    color: var(--text);
}
.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19.34px;
}
.page-top {
    background: #ffffff;
    margin-bottom: 38.8px;
    border-bottom: 2px solid #000000;
    padding: 23.57px 0;
}
.brand-link {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 23.67px;
    text-decoration: none;
}
.top-menu {
    display: flex;
    gap: 25.42px;
}
.top-menu a {
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14.22px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.54px;
    display: grid;
    gap: 57.16px;
}
.top-story {
    background: #ffffff;
    border-radius: 13.16px;
    padding: 48.61px;
    border: 2px solid #000000;
}
.content-area {
    font-size: 18.16px;
    line-height: 1.76;
    color: #000000;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.right-col {
    position: sticky;
    top: 40px;
}
.side-block {
    border-radius: 12.63px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 23.34px;
    margin-bottom: 27.93px;
}
.panel-title {
    margin-bottom: 21.68px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.19px;
    font-size: 19.33px;
}
.updates-list, .log-list {
    padding: 0;
    list-style: none;
}
.updates-list li {
    margin-bottom: 7.26px;
    padding-bottom: 7.04px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.updates-list a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 11.24px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 8.4px;
    font-size: 12.44px;
    padding: 8.46px 16.07px;
    display: inline-block;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    color: #000000;
    text-align: center;
    font-size: 13.13px;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    padding: 40.95px 0;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
