
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.63;
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    padding: 0 18.18px;
    margin: 0 auto;
}
.main-header {
    background: #ffffff;
    margin-bottom: 42.17px;
    border-bottom: 2px solid #000000;
    padding: 26.09px 0;
}
.brand-mark {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    font-size: 24.54px;
}
.nav-bar {
    display: flex;
    gap: 25.22px;
}
.nav-bar a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 14.72px;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.dual-panel {
    gap: 61.15px;
    display: grid;
    margin-bottom: 79.2px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.93px;
    padding: 49.07px;
}
.entry-text {
    line-height: 1.83;
    color: #000000;
    font-size: 18.74px;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.right-col {
    position: sticky;
    top: 40px;
}
.info-card {
    padding: 23.19px;
    margin-bottom: 27.53px;
    background: #ffffff;
    border-radius: 11.56px;
    border: 2px solid #000000;
}
.panel-title {
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 8.74px;
    margin-bottom: 18.93px;
    font-size: 20.18px;
    color: #000000;
}
.new-items, .log-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    padding-bottom: 10.96px;
    margin-bottom: 12.94px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.keyword-wrap {
    flex-wrap: wrap;
    gap: 7.78px;
    display: flex;
}
.chip {
    border-radius: 7.98px;
    border: 2px solid #000000;
    font-weight: 600;
    background: #ffffff;
    display: inline-block;
    color: #000000 !important;
    font-size: 12.98px;
    text-decoration: none;
    padding: 7px 16.64px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    text-align: center;
    padding: 41.91px 0;
    font-weight: 600;
    border-top: 2px solid #000000;
    font-size: 13.09px;
    color: #000000;
    background: #fff;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
