
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.59;
    -moz-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 21.02px;
    max-width: 1200px;
}
.top-bar {
    margin-bottom: 38.56px;
    background: #ffffff;
    padding: 27.97px 0;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-weight: 800;
    text-decoration: none;
    font-size: 24.3px;
    text-transform: uppercase;
    color: #000000;
}
.main-menu {
    display: flex;
    gap: 25.98px;
}
.main-menu a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.48px;
    font-weight: 700;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    margin-bottom: 80.2px;
    grid-template-columns: 1fr 300px;
    gap: 61.1px;
}
.main-post {
    border: 2px solid #000000;
    border-radius: 13.14px;
    padding: 47.37px;
    background: #ffffff;
}
.main-text {
    font-size: 18.33px;
    color: #000000;
    line-height: 1.78;
}
.main-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    background: #ffffff;
    border-radius: 10.61px;
    padding: 25.21px;
    border: 2px solid #000000;
    margin-bottom: 27.26px;
}
.label {
    font-weight: 800;
    padding-bottom: 8.28px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-size: 20.56px;
    margin-bottom: 17.99px;
    color: #000000;
}
.latest-entries, .past-entries {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    margin-bottom: 11.99px;
    padding-bottom: 12.81px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.label-group {
    flex-wrap: wrap;
    display: flex;
    gap: 10.33px;
}
.chip {
    display: inline-block;
    font-weight: 600;
    padding: 8.06px 12.3px;
    border: 2px solid #000000;
    color: #000000 !important;
    font-size: 12.26px;
    border-radius: 8.35px;
    background: #ffffff;
    text-decoration: none;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    text-align: center;
    font-size: 13.81px;
    color: #000000;
    background: #fff;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 38.22px 0;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
