
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.58;
    color: var(--text);
}
.inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18.63px;
}
.top-bar {
    padding: 24.12px 0;
    margin-bottom: 39.66px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.brand-mark {
    font-size: 23.02px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}
.primary-nav {
    gap: 24.21px;
    display: flex;
}
.primary-nav a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.28px;
    text-decoration: none;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.layout-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 82.23px;
    gap: 57.27px;
}
.primary-content {
    border: 2px solid #000000;
    padding: 47.51px;
    background: #ffffff;
    border-radius: 10.89px;
}
.post-body {
    font-size: 17.61px;
    line-height: 1.8;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.module {
    border: 2px solid #000000;
    border-radius: 13.82px;
    margin-bottom: 32.55px;
    background: #ffffff;
    padding: 21.7px;
}
.box-title {
    font-size: 19.8px;
    padding-bottom: 7.52px;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.76px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}
.feed-list, .log-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 7.22px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.9px;
}
.feed-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.feed-list a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    gap: 7.2px;
    flex-wrap: wrap;
}
.label-item {
    padding: 7.72px 13.82px;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    font-size: 12.45px;
    border-radius: 8.52px;
    border: 2px solid #000000;
    text-decoration: none;
    color: #000000 !important;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    font-size: 14.58px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 41.56px 0;
    font-weight: 600;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
