
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    line-height: 1.65;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 18.66px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 25.91px 0;
    margin-bottom: 41.84px;
}
.brand-link {
    color: #000000;
    font-size: 24.9px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav {
    gap: 23.59px;
    display: flex;
}
.primary-nav a {
    color: #000000 !important;
    font-size: 13.83px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 81.13px;
    gap: 58.11px;
}
.hero-post {
    border-radius: 12.73px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 50.54px;
}
.content-area {
    font-size: 17.81px;
    line-height: 1.79;
    color: #000000;
}
.content-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.secondary {
    top: 40px;
    position: sticky;
}
.side-block {
    margin-bottom: 30.99px;
    background: #ffffff;
    padding: 23.08px;
    border-radius: 12.48px;
    border: 2px solid #000000;
}
.block-heading {
    text-transform: uppercase;
    font-size: 20.04px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
    padding-bottom: 9.85px;
    margin-bottom: 20.12px;
}
.fresh-list, .log-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 10.95px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.67px;
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.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 {
    flex-wrap: wrap;
    display: flex;
    gap: 11.28px;
}
.chip {
    display: inline-block;
    font-weight: 600;
    color: #000000 !important;
    padding: 5.93px 13.36px;
    border-radius: 9.76px;
    text-decoration: none;
    font-size: 12.87px;
    border: 2px solid #000000;
    background: #ffffff;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    text-align: center;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.09px;
    padding: 40.9px 0;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
