
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.62;
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 21.86px;
}
.head-section {
    padding: 26.52px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 39.62px;
}
.logo-text {
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    font-size: 23.29px;
}
.header-links {
    display: flex;
    gap: 26.01px;
}
.header-links a {
    text-transform: uppercase;
    font-size: 13.45px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.7px;
    display: grid;
    gap: 61.36px;
}
.main-post {
    padding: 45.62px;
    border-radius: 13.84px;
    border: 2px solid #000000;
    background: #ffffff;
}
.read-area {
    font-size: 17.44px;
    color: #000000;
    line-height: 1.75;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    padding: 23.34px;
    border-radius: 10.46px;
    border: 2px solid #000000;
    margin-bottom: 28.66px;
}
.panel-title {
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 7.07px;
    color: #000000;
    margin-bottom: 18.14px;
    text-transform: uppercase;
    font-size: 19.96px;
}
.fresh-list, .log-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.37px;
    margin-bottom: 7.98px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 8.28px;
    display: flex;
    flex-wrap: wrap;
}
.term-badge {
    color: #000000 !important;
    border: 2px solid #000000;
    display: inline-block;
    border-radius: 6.91px;
    padding: 5.56px 13.86px;
    background: #ffffff;
    font-weight: 600;
    font-size: 12.14px;
    text-decoration: none;
}
.term-badge:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-size: 13.29px;
    padding: 41.36px 0;
    border-top: 2px solid #000000;
    background: #fff;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
