
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.62;
}
.wrapper {
    max-width: 1200px;
    padding: 0 20.64px;
    margin: 0 auto;
}
.top-bar {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 24.37px 0;
    margin-bottom: 41.4px;
}
.logo-text {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 23.38px;
}
.main-menu {
    display: flex;
    gap: 26.65px;
}
.main-menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 700;
    font-size: 13.53px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 61.59px;
    margin-bottom: 81.23px;
}
.main-post {
    border-radius: 11.42px;
    padding: 48.17px;
    background: #ffffff;
    border: 2px solid #000000;
}
.entry-text {
    font-size: 17.26px;
    color: #000000;
    line-height: 1.76;
}
.entry-text a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    top: 40px;
    position: sticky;
}
.side-block {
    margin-bottom: 27.42px;
    padding: 26.45px;
    border-radius: 11.79px;
    border: 2px solid #000000;
    background: #ffffff;
}
.panel-title {
    text-transform: uppercase;
    padding-bottom: 8.12px;
    margin-bottom: 19.36px;
    font-size: 20.3px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: 800;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 11.83px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.15px;
}
.new-items a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 9.95px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    padding: 8.03px 11.94px;
    font-weight: 600;
    color: #000000 !important;
    display: inline-block;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 7.96px;
    font-size: 12.69px;
    text-decoration: none;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    color: #000000;
    font-weight: 600;
    padding: 41.91px 0;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 14.28px;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
