
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    line-height: 1.61;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    padding: 0 21.3px;
    margin: 0 auto;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 38.8px;
    background: #ffffff;
    padding: 26.07px 0;
}
.brand-link {
    font-size: 24.54px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
.primary-nav {
    display: flex;
    gap: 27.9px;
}
.primary-nav a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.44px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 58.99px;
    margin-bottom: 81.1px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.feature-post {
    border-radius: 13.71px;
    border: 2px solid #000000;
    padding: 45.23px;
    background: #ffffff;
}
.read-area {
    color: #000000;
    font-size: 17.83px;
    line-height: 1.85;
}
.read-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    border-radius: 13.08px;
    border: 2px solid #000000;
    padding: 24.56px;
    background: #ffffff;
    margin-bottom: 29.19px;
}
.label {
    text-transform: uppercase;
    padding-bottom: 10.44px;
    color: #000000;
    font-size: 19.87px;
    margin-bottom: 17.54px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
}
.latest-entries, .time-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    padding-bottom: 8.53px;
    margin-bottom: 11.8px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.time-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10.26px;
}
.keyword-tag {
    background: #ffffff;
    font-size: 12.45px;
    padding: 6.2px 12.67px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 7.81px;
    color: #000000 !important;
    border: 2px solid #000000;
}
.keyword-tag:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    color: #000000;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 13.96px;
    text-align: center;
    padding: 41.46px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
