
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
}
.content-wrap {
    padding: 0 18.71px;
    margin: 0 auto;
    max-width: 1200px;
}
.top-bar {
    padding: 24.13px 0;
    margin-bottom: 42.71px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.wordmark {
    font-size: 23.25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 24.62px;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.59px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    margin-bottom: 82.18px;
    display: grid;
    gap: 62.54px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    padding: 46.09px;
    border-radius: 10.12px;
    background: #ffffff;
}
.entry-text {
    color: #000000;
    line-height: 1.82;
    font-size: 17.97px;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 26.53px;
    margin-bottom: 32.95px;
    border-radius: 10.27px;
}
.module-head {
    font-size: 19.18px;
    border-bottom: 2px solid #000000;
    padding-bottom: 10.19px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 19.12px;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.57px;
    padding-bottom: 9.74px;
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.history-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.history-list a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 9.4px;
}
.keyword-tag {
    text-decoration: none;
    background: #ffffff;
    font-weight: 600;
    border: 2px solid #000000;
    border-radius: 9.31px;
    padding: 7.94px 13.38px;
    color: #000000 !important;
    font-size: 13.2px;
    display: inline-block;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-size: 14.04px;
    color: #000000;
    padding: 38.05px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
