
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.62;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
}
.frame {
    margin: 0 auto;
    padding: 0 22.34px;
    max-width: 1200px;
}
.page-top {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 37.57px;
    padding: 25px 0;
}
.logo-text {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.61px;
    font-weight: 800;
}
.primary-nav {
    gap: 22.25px;
    display: flex;
}
.primary-nav a {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 13.05px;
    font-weight: 700;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 80.96px;
    display: grid;
    gap: 62.75px;
}
.main-post {
    background: #ffffff;
    border-radius: 12.78px;
    border: 2px solid #000000;
    padding: 46.33px;
}
.body-copy {
    color: #000000;
    line-height: 1.84;
    font-size: 17.23px;
}
.body-copy a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.info-card {
    margin-bottom: 30.58px;
    border-radius: 12.21px;
    border: 2px solid #000000;
    padding: 23.61px;
    background: #ffffff;
}
.label {
    font-size: 19.39px;
    padding-bottom: 11.83px;
    font-weight: 800;
    margin-bottom: 20.56px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    color: #000000;
}
.fresh-list, .log-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 8.68px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.34px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9.35px;
}
.chip {
    text-decoration: none;
    color: #000000 !important;
    padding: 6.96px 11.98px;
    font-size: 12.53px;
    border-radius: 9.82px;
    border: 2px solid #000000;
    background: #ffffff;
    display: inline-block;
    font-weight: 600;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    padding: 37.58px 0;
    text-align: center;
    font-size: 13.2px;
    font-weight: 600;
    border-top: 2px solid #000000;
    background: #fff;
    color: #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
