
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.inner {
    margin: 0 auto;
    padding: 0 20.65px;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 38.26px;
    background: #ffffff;
    padding: 25.44px 0;
}
.identity {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-size: 24.18px;
    font-weight: 800;
}
.main-menu {
    gap: 27.87px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.68px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.79px;
    gap: 58.47px;
    display: grid;
}
.main-post {
    border-radius: 13.73px;
    padding: 50.16px;
    background: #ffffff;
    border: 2px solid #000000;
}
.read-area {
    line-height: 1.78;
    font-size: 17.18px;
    color: #000000;
}
.read-area a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    padding: 24.74px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 32.85px;
    border-radius: 12.94px;
}
.label {
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 11.43px;
    font-size: 20.68px;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 18.54px;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.03px;
    padding-bottom: 10.39px;
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 9.83px;
    flex-wrap: wrap;
}
.chip {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 12.24px;
    padding: 4.24px 15.47px;
    border-radius: 6.99px;
    background: #ffffff;
    border: 2px solid #000000;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    text-align: center;
    padding: 40.95px 0;
    font-size: 14.25px;
    border-top: 2px solid #000000;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
