
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    text-size-adjust: 100%;
    line-height: 1.65;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 21.32px;
    max-width: 1200px;
}
.page-top {
    border-bottom: 2px solid #000000;
    margin-bottom: 42.92px;
    padding: 24.43px 0;
    background: #ffffff;
}
.brand-link {
    font-size: 24.4px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
.main-menu {
    gap: 22.43px;
    display: flex;
}
.main-menu a {
    font-size: 14.79px;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    margin-bottom: 81.57px;
    display: grid;
    gap: 62.69px;
}
.main-post {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 46.69px;
    border-radius: 10.73px;
}
.main-text {
    font-size: 18.86px;
    line-height: 1.77;
    color: #000000;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 28.09px;
    border-radius: 12.09px;
    padding: 26.62px;
}
.box-title {
    font-size: 19.41px;
    margin-bottom: 17.22px;
    font-weight: 800;
    color: #000000;
    padding-bottom: 7.01px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
}
.feed-list, .log-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    padding-bottom: 10.79px;
    margin-bottom: 12.13px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.feed-list a {
    text-decoration: none;
    color: #000000;
    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;
}
.chip-group {
    gap: 9.52px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    font-size: 12.14px;
    display: inline-block;
    border-radius: 9.68px;
    color: #000000 !important;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #000000;
    padding: 6.85px 15.53px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    color: #000000;
    text-align: center;
    background: #fff;
    font-size: 14.44px;
    border-top: 2px solid #000000;
    padding: 39.64px 0;
    font-weight: 600;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
