
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
}
.frame {
    padding: 0 22.35px;
    max-width: 1200px;
    margin: 0 auto;
}
.top-bar {
    background: #ffffff;
    margin-bottom: 37.79px;
    border-bottom: 2px solid #000000;
    padding: 22.37px 0;
}
.wordmark {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.89px;
    color: #000000;
}
.primary-nav {
    display: flex;
    gap: 27.52px;
}
.primary-nav a {
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.71px;
    text-decoration: none;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 82.79px;
    gap: 57.39px;
}
.primary-content {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 50.25px;
    border-radius: 13.12px;
}
.content-area {
    font-size: 17.59px;
    color: #000000;
    line-height: 1.83;
}
.content-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    padding: 23.74px;
    margin-bottom: 29.06px;
    border-radius: 10.74px;
    background: #ffffff;
}
.section-head {
    font-weight: 800;
    padding-bottom: 8.07px;
    text-transform: uppercase;
    margin-bottom: 18.63px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 20.68px;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.95px;
    padding-bottom: 11.43px;
}
.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;
}
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 11.57px;
}
.chip {
    border: 2px solid #000000;
    padding: 4.34px 15.05px;
    text-decoration: none;
    border-radius: 9.25px;
    font-size: 12.23px;
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    background: #ffffff;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 14.73px;
    color: #000000;
    text-align: center;
    padding: 42.73px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
