
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    background: #ffffff;
    line-height: 1.56;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
}
.frame {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.17px;
}
.nav-wrap {
    margin-bottom: 40.59px;
    padding: 25.28px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-size: 23.46px;
    font-weight: 800;
}
.nav-bar {
    display: flex;
    gap: 22.83px;
}
.nav-bar a {
    font-weight: 700;
    font-size: 14.15px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 57.91px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.44px;
}
.main-post {
    background: #ffffff;
    border-radius: 12.53px;
    border: 2px solid #000000;
    padding: 48.44px;
}
.read-area {
    line-height: 1.84;
    color: #000000;
    font-size: 17.91px;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    margin-bottom: 29.7px;
    padding: 23.65px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.17px;
}
.panel-title {
    color: #000000;
    padding-bottom: 7.77px;
    margin-bottom: 20.07px;
    border-bottom: 2px solid #000000;
    font-size: 20.42px;
    font-weight: 800;
    text-transform: uppercase;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 11.97px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.63px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    flex-wrap: wrap;
    display: flex;
    gap: 8.08px;
}
.chip {
    color: #000000 !important;
    font-weight: 600;
    display: inline-block;
    padding: 3.25px 14.47px;
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 13.47px;
    background: #ffffff;
    border-radius: 9.32px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-weight: 600;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 13.5px;
    padding: 38.95px 0;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
