
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    line-height: 1.61;
    background: #ffffff;
}
.frame {
    margin: 0 auto;
    padding: 0 21.94px;
    max-width: 1200px;
}
.nav-wrap {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 26.9px 0;
    margin-bottom: 37.94px;
}
.identity {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24.3px;
    color: #000000;
    font-weight: 800;
}
.primary-nav {
    display: flex;
    gap: 26.36px;
}
.primary-nav a {
    font-weight: 700;
    font-size: 13.54px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    gap: 57.53px;
    display: grid;
    margin-bottom: 77.08px;
}
.primary-content {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.84px;
    border-radius: 12.64px;
}
.post-body {
    font-size: 17.65px;
    color: #000000;
    line-height: 1.77;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.aside-box {
    padding: 26.69px;
    border: 2px solid #000000;
    margin-bottom: 29.65px;
    border-radius: 13.58px;
    background: #ffffff;
}
.box-title {
    padding-bottom: 10.68px;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.36px;
    border-bottom: 2px solid #000000;
    margin-bottom: 18.45px;
    font-weight: 800;
}
.feed-list, .past-entries {
    list-style: none;
    padding: 0;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.08px;
    padding-bottom: 7.2px;
}
.feed-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 12.32px;
}
.topic-chip {
    font-weight: 600;
    text-decoration: none;
    font-size: 12.95px;
    color: #000000 !important;
    border-radius: 7.25px;
    background: #ffffff;
    display: inline-block;
    border: 2px solid #000000;
    padding: 4.25px 12.23px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    padding: 37.45px 0;
    color: #000000;
    border-top: 2px solid #000000;
    font-size: 14.32px;
    text-align: center;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
