
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    line-height: 1.61;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.22px;
}
.top-bar {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 27.75px 0;
    margin-bottom: 41.94px;
}
.brand-link {
    font-size: 24.66px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.nav-links {
    display: flex;
    gap: 24.17px;
}
.nav-links a {
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.45px;
}
.nav-links a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    gap: 58.97px;
    display: grid;
    margin-bottom: 82.59px;
}
.main-post {
    border-radius: 12.93px;
    border: 2px solid #000000;
    padding: 48.8px;
    background: #ffffff;
}
.read-area {
    font-size: 18.75px;
    line-height: 1.75;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    margin-bottom: 28.63px;
    border: 2px solid #000000;
    border-radius: 12.47px;
    padding: 26.66px;
    background: #ffffff;
}
.box-title {
    font-size: 20.48px;
    border-bottom: 2px solid #000000;
    margin-bottom: 17.34px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 8.4px;
    font-weight: 800;
}
.new-items, .log-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    margin-bottom: 9.62px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.6px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 9.56px;
    flex-wrap: wrap;
}
.label-item {
    border: 2px solid #000000;
    text-decoration: none;
    font-weight: 600;
    color: #000000 !important;
    padding: 7.5px 16.68px;
    font-size: 12.24px;
    display: inline-block;
    border-radius: 8.96px;
    background: #ffffff;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    font-weight: 600;
    text-align: center;
    color: #000000;
    background: #fff;
    font-size: 13.44px;
    padding: 39.02px 0;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
