
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    line-height: 1.57;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    padding: 0 22.79px;
    margin: 0 auto;
    max-width: 1200px;
}
.page-top {
    background: #ffffff;
    margin-bottom: 37.68px;
    border-bottom: 2px solid #000000;
    padding: 25.34px 0;
}
.brand-link {
    color: #000000;
    text-transform: uppercase;
    font-size: 23.46px;
    text-decoration: none;
    font-weight: 800;
}
.header-links {
    gap: 26.43px;
    display: flex;
}
.header-links a {
    font-size: 14px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 78.44px;
    display: grid;
    gap: 62.57px;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 46.91px;
    border-radius: 10.37px;
}
.main-text {
    font-size: 18.11px;
    line-height: 1.76;
    color: #000000;
}
.main-text a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    border: 2px solid #000000;
    padding: 21.64px;
    margin-bottom: 30.95px;
    background: #ffffff;
    border-radius: 11.71px;
}
.label {
    text-transform: uppercase;
    color: #000000;
    font-size: 19.55px;
    margin-bottom: 22.98px;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    padding-bottom: 12.81px;
}
.feed-list, .log-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 12.54px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.16px;
}
.feed-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    gap: 10.07px;
    display: flex;
}
.topic-chip {
    display: inline-block;
    color: #000000 !important;
    text-decoration: none;
    background: #ffffff;
    padding: 6.36px 12.64px;
    font-weight: 600;
    border-radius: 8.04px;
    border: 2px solid #000000;
    font-size: 13.42px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    text-align: center;
    color: #000000;
    font-size: 14.29px;
    background: #fff;
    padding: 42.34px 0;
    border-top: 2px solid #000000;
    font-weight: 600;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
