
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.63;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.48px;
}
.banner-area {
    padding: 23.63px 0;
    margin-bottom: 39.34px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    font-size: 23.18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.header-links {
    gap: 25.59px;
    display: flex;
}
.header-links a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.93px;
    text-decoration: none;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 78.24px;
    gap: 61.01px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.primary-content {
    border-radius: 13.92px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 47.74px;
}
.content-area {
    color: #000000;
    font-size: 18.04px;
    line-height: 1.82;
}
.content-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    border-radius: 13.33px;
    border: 2px solid #000000;
    padding: 26.19px;
    margin-bottom: 31.67px;
    background: #ffffff;
}
.block-heading {
    font-size: 20.06px;
    font-weight: 800;
    margin-bottom: 20.89px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    padding-bottom: 9.53px;
    color: #000000;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 12.4px;
    margin-bottom: 12.83px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    gap: 12.73px;
    display: flex;
}
.chip {
    display: inline-block;
    font-weight: 600;
    border-radius: 6.26px;
    text-decoration: none;
    background: #ffffff;
    padding: 3.08px 14.62px;
    font-size: 12.15px;
    border: 2px solid #000000;
    color: #000000 !important;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 14.01px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    padding: 39.31px 0;
    border-top: 2px solid #000000;
    background: #fff;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
