
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.61;
}
.wrapper {
    max-width: 1200px;
    padding: 0 18.76px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 41.53px;
    padding: 26.13px 0;
    background: #ffffff;
}
.brand-link {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23.13px;
    text-decoration: none;
    color: #000000;
}
.header-links {
    display: flex;
    gap: 26.04px;
}
.header-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.32px;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.81px;
    display: grid;
    gap: 58.52px;
}
.main-post {
    border-radius: 10.56px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 49.7px;
}
.post-body {
    color: #000000;
    line-height: 1.8;
    font-size: 18.02px;
}
.post-body a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    top: 40px;
    position: sticky;
}
.panel-item {
    border: 2px solid #000000;
    margin-bottom: 29px;
    background: #ffffff;
    padding: 25.64px;
    border-radius: 12.18px;
}
.block-heading {
    margin-bottom: 21.1px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19.76px;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 11.44px;
}
.feed-list, .log-list {
    list-style: none;
    padding: 0;
}
.feed-list li {
    margin-bottom: 10.37px;
    padding-bottom: 10.55px;
    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 {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 8.71px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    border-radius: 7.86px;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    padding: 4.89px 15.03px;
    border: 2px solid #000000;
    font-weight: 600;
    font-size: 13.73px;
    color: #000000 !important;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    border-top: 2px solid #000000;
    text-align: center;
    padding: 38.2px 0;
    font-weight: 600;
    color: #000000;
    background: #fff;
    font-size: 13.98px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
