
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    line-height: 1.6;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    background: #ffffff;
}
.inner {
    padding: 0 18.06px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    background: #ffffff;
    margin-bottom: 42.87px;
    padding: 24.09px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 23.65px;
    text-transform: uppercase;
}
.top-menu {
    gap: 27.21px;
    display: flex;
}
.top-menu a {
    color: #000000 !important;
    font-size: 13.92px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.88px;
    display: grid;
    gap: 59.51px;
}
.main-post {
    border: 2px solid #000000;
    padding: 45.63px;
    border-radius: 13.75px;
    background: #ffffff;
}
.entry-text {
    line-height: 1.79;
    font-size: 18.53px;
    color: #000000;
}
.entry-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    border-radius: 13.9px;
    background: #ffffff;
    margin-bottom: 29.53px;
    padding: 23.07px;
}
.box-title {
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 9.81px;
    font-weight: 800;
    font-size: 19.5px;
    margin-bottom: 19.85px;
    border-bottom: 2px solid #000000;
}
.fresh-list, .log-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 12.77px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.33px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 12.58px;
}
.pill {
    color: #000000 !important;
    display: inline-block;
    padding: 3.97px 12.29px;
    border-radius: 9.99px;
    font-size: 12.88px;
    font-weight: 600;
    background: #ffffff;
    border: 2px solid #000000;
    text-decoration: none;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    border-top: 2px solid #000000;
    padding: 37.83px 0;
    font-weight: 600;
    text-align: center;
    background: #fff;
    font-size: 13.88px;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
