
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    line-height: 1.64;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
}
.frame {
    padding: 0 17.11px;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-wrap {
    padding: 27.66px 0;
    background: #ffffff;
    margin-bottom: 42.33px;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-size: 23.84px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
.primary-nav {
    gap: 25.81px;
    display: flex;
}
.primary-nav a {
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 13.03px;
    font-weight: 700;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    margin-bottom: 78.25px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 58.21px;
}
.primary-content {
    border: 2px solid #000000;
    border-radius: 12.03px;
    padding: 46.92px;
    background: #ffffff;
}
.entry-text {
    font-size: 18.18px;
    line-height: 1.83;
    color: #000000;
}
.entry-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    padding: 21.59px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 32.83px;
    border-radius: 12.96px;
}
.panel-title {
    padding-bottom: 7.36px;
    font-size: 19.48px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 21.83px;
}
.stream, .date-index {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.47px;
    margin-bottom: 7.83px;
}
.stream a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.stream a:hover {
    text-decoration: underline;
}
.date-index a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    gap: 8.25px;
    display: flex;
}
.label-item {
    text-decoration: none;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 6.61px;
    padding: 3.69px 11.79px;
    font-weight: 600;
    display: inline-block;
    font-size: 13.14px;
    color: #000000 !important;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    font-size: 13.32px;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
    text-align: center;
    padding: 42.87px 0;
    color: #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
