
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    background: #ffffff;
    line-height: 1.63;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.content-wrap {
    padding: 0 22.25px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    padding: 27px 0;
    background: #ffffff;
    margin-bottom: 38.15px;
}
.identity {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-size: 23.55px;
    font-weight: 800;
}
.top-menu {
    gap: 23.2px;
    display: flex;
}
.top-menu a {
    color: #000000 !important;
    font-size: 14.1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.top-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 80.91px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 59.51px;
}
.main-post {
    border-radius: 13.08px;
    background: #ffffff;
    padding: 45.8px;
    border: 2px solid #000000;
}
.read-area {
    color: #000000;
    font-size: 18.85px;
    line-height: 1.83;
}
.read-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    padding: 23.08px;
    border: 2px solid #000000;
    border-radius: 13.83px;
    margin-bottom: 31.94px;
}
.panel-title {
    margin-bottom: 21.06px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.9px;
    font-size: 20.19px;
}
.feed-list, .history-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.15px;
    padding-bottom: 7.16px;
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.history-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.history-list a:hover {
    text-decoration: underline;
}
.topic-list {
    display: flex;
    gap: 11.01px;
    flex-wrap: wrap;
}
.topic-chip {
    border: 2px solid #000000;
    text-decoration: none;
    border-radius: 6.17px;
    font-weight: 600;
    padding: 4.39px 11.08px;
    color: #000000 !important;
    background: #ffffff;
    font-size: 13.13px;
    display: inline-block;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-weight: 600;
    font-size: 14.46px;
    padding: 38.45px 0;
    background: #fff;
    border-top: 2px solid #000000;
    text-align: center;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
