
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.62;
    background: #ffffff;
}
.inner {
    padding: 0 20.3px;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-area {
    border-bottom: 2px solid #000000;
    padding: 24.64px 0;
    margin-bottom: 42.48px;
    background: #ffffff;
}
.logo-text {
    text-decoration: none;
    color: #000000;
    font-size: 23.92px;
    font-weight: 800;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    gap: 26.49px;
}
.nav-links a {
    color: #000000 !important;
    font-size: 13.77px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.nav-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 80.08px;
    gap: 58.13px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border: 2px solid #000000;
    border-radius: 11.65px;
    padding: 46.7px;
    background: #ffffff;
}
.main-text {
    color: #000000;
    font-size: 17.53px;
    line-height: 1.84;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 12.91px;
    background: #ffffff;
    margin-bottom: 32.5px;
    padding: 24.82px;
    border: 2px solid #000000;
}
.panel-title {
    font-size: 20.54px;
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin-bottom: 18.5px;
    padding-bottom: 7.98px;
}
.latest-entries, .log-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 12.98px;
    padding-bottom: 7.44px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8.41px;
}
.chip {
    font-size: 13.2px;
    border: 2px solid #000000;
    text-decoration: none;
    background: #ffffff;
    color: #000000 !important;
    display: inline-block;
    padding: 4.26px 12.93px;
    font-weight: 600;
    border-radius: 9.87px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    padding: 41.13px 0;
    background: #fff;
    font-weight: 600;
    color: #000000;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 14.19px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
