
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.61;
    text-size-adjust: 100%;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.05px;
}
.main-header {
    margin-bottom: 41.21px;
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 25.61px 0;
}
.logo-text {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-size: 23.2px;
}
.main-menu {
    gap: 23.72px;
    display: flex;
}
.main-menu a {
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.17px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    display: grid;
    margin-bottom: 77.94px;
    gap: 59.58px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    padding: 47.78px;
    background: #ffffff;
    border-radius: 13.28px;
}
.main-text {
    line-height: 1.8;
    font-size: 17.44px;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.side-block {
    margin-bottom: 31.08px;
    border-radius: 11.39px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 25.67px;
}
.panel-title {
    border-bottom: 2px solid #000000;
    margin-bottom: 19.66px;
    color: #000000;
    font-weight: 800;
    padding-bottom: 9.34px;
    text-transform: uppercase;
    font-size: 19.13px;
}
.fresh-list, .past-entries {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 10.62px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.88px;
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 12.07px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    border: 2px solid #000000;
    font-size: 13.87px;
    border-radius: 7.42px;
    color: #000000 !important;
    background: #ffffff;
    padding: 6.69px 16.73px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    padding: 41.73px 0;
    font-size: 13.11px;
    border-top: 2px solid #000000;
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
