
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    line-height: 1.63;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.inner {
    padding: 0 22.27px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 38.04px;
    padding: 23.85px 0;
}
.wordmark {
    text-transform: uppercase;
    color: #000000;
    font-size: 23.56px;
    text-decoration: none;
    font-weight: 800;
}
.nav-bar {
    display: flex;
    gap: 23.99px;
}
.nav-bar a {
    font-weight: 700;
    font-size: 13.07px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.12px;
    display: grid;
    gap: 57.12px;
}
.main-post {
    padding: 46.64px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 12.95px;
}
.content-area {
    font-size: 19px;
    color: #000000;
    line-height: 1.82;
}
.content-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    margin-bottom: 27.94px;
    border-radius: 10.08px;
    padding: 22.55px;
    border: 2px solid #000000;
    background: #ffffff;
}
.module-head {
    font-weight: 800;
    font-size: 20.13px;
    padding-bottom: 10.73px;
    color: #000000;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 19.46px;
}
.new-items, .month-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 11.06px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.8px;
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.month-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 8.87px;
    flex-wrap: wrap;
}
.chip {
    text-decoration: none;
    font-weight: 600;
    color: #000000 !important;
    display: inline-block;
    font-size: 13.82px;
    padding: 5.64px 16.21px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 9.29px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 42.61px 0;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    background: #fff;
    color: #000000;
    font-size: 13.12px;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
