
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.61;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.page-wrap {
    max-width: 1200px;
    padding: 0 19.9px;
    margin: 0 auto;
}
.main-header {
    margin-bottom: 40.95px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 22.88px 0;
}
.brand-link {
    text-transform: uppercase;
    font-size: 23.22px;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
}
.header-links {
    display: flex;
    gap: 23.2px;
}
.header-links a {
    font-size: 14.17px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.page-grid {
    margin-bottom: 80.67px;
    grid-template-columns: 1fr 300px;
    gap: 58.21px;
    display: grid;
}
.main-post {
    border-radius: 11.76px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 45.65px;
}
.post-body {
    font-size: 18.67px;
    color: #000000;
    line-height: 1.81;
}
.post-body a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 22.01px;
    background: #ffffff;
    border-radius: 13.84px;
    border: 2px solid #000000;
    margin-bottom: 29.24px;
}
.section-head {
    font-size: 19.33px;
    font-weight: 800;
    padding-bottom: 10.61px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.61px;
    color: #000000;
}
.new-items, .history-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 9.69px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.94px;
}
.new-items a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.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;
}
.keyword-wrap {
    flex-wrap: wrap;
    gap: 11.54px;
    display: flex;
}
.chip {
    padding: 6.69px 11.17px;
    border: 2px solid #000000;
    background: #ffffff;
    font-size: 13.31px;
    color: #000000 !important;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 7.08px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    border-top: 2px solid #000000;
    padding: 37.34px 0;
    background: #fff;
    font-size: 14.05px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
