
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text);
    background: #ffffff;
    line-height: 1.61;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shell {
    padding: 0 17.47px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-wrap {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 26.78px 0;
    margin-bottom: 39.16px;
}
.brand-link {
    text-transform: uppercase;
    font-size: 23.81px;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
}
.header-links {
    display: flex;
    gap: 26.98px;
}
.header-links a {
    font-size: 13.25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
}
.header-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    gap: 59.17px;
    margin-bottom: 81.98px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.83px;
    padding: 48.92px;
}
.entry-text {
    font-size: 17.42px;
    line-height: 1.85;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    margin-bottom: 31.26px;
    border: 2px solid #000000;
    border-radius: 11.49px;
    padding: 26.23px;
}
.label {
    border-bottom: 2px solid #000000;
    font-size: 20.8px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    padding-bottom: 10.36px;
    margin-bottom: 18.34px;
}
.stream, .date-index {
    padding: 0;
    list-style: none;
}
.stream li {
    margin-bottom: 7.81px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.53px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 11.36px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    display: inline-block;
    border-radius: 9.21px;
    font-weight: 600;
    background: #ffffff;
    text-decoration: none;
    color: #000000 !important;
    border: 2px solid #000000;
    font-size: 13.32px;
    padding: 8.14px 12.56px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    font-size: 14.29px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    font-weight: 600;
    color: #000000;
    padding: 40.71px 0;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
