
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.63;
    -ms-text-size-adjust: 100%;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.89px;
}
.main-header {
    background: #ffffff;
    padding: 22.6px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 38.54px;
}
.home-brand {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.12px;
    color: #000000;
}
.top-menu {
    gap: 27.25px;
    display: flex;
}
.top-menu a {
    font-size: 14.41px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.53px;
    gap: 57.3px;
}
.feature-post {
    border-radius: 11.85px;
    padding: 49.98px;
    border: 2px solid #000000;
    background: #ffffff;
}
.read-area {
    line-height: 1.81;
    color: #000000;
    font-size: 18.44px;
}
.read-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 29.05px;
    border-radius: 10.27px;
    padding: 26.06px;
}
.label {
    font-weight: 800;
    font-size: 20.46px;
    color: #000000;
    margin-bottom: 22.87px;
    padding-bottom: 12.83px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.feed-list, .log-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 7.54px;
    margin-bottom: 12.34px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.feed-list a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 7.01px;
    flex-wrap: wrap;
}
.label-item {
    font-size: 12.06px;
    text-decoration: none;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
    font-weight: 600;
    border-radius: 7.05px;
    display: inline-block;
    padding: 8.91px 16.04px;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    padding: 37.41px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
    font-size: 14.02px;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
