
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.55;
}
.wrapper {
    margin: 0 auto;
    padding: 0 19.11px;
    max-width: 1200px;
}
.page-top {
    margin-bottom: 37.34px;
    border-bottom: 2px solid #000000;
    padding: 25.33px 0;
    background: #ffffff;
}
.logo-text {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24.89px;
    color: #000000;
    text-decoration: none;
}
.main-menu {
    gap: 27.34px;
    display: flex;
}
.main-menu a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.9px;
    text-decoration: none;
    color: #000000 !important;
}
.main-menu a:hover {
    opacity: 0.7;
}
.page-grid {
    grid-template-columns: 1fr 300px;
    gap: 61.36px;
    margin-bottom: 82.18px;
    display: grid;
}
.feature-post {
    background: #ffffff;
    padding: 45.58px;
    border: 2px solid #000000;
    border-radius: 12.61px;
}
.read-area {
    line-height: 1.82;
    font-size: 17.76px;
    color: #000000;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.module {
    border: 2px solid #000000;
    margin-bottom: 28.77px;
    border-radius: 12.54px;
    padding: 24.32px;
    background: #ffffff;
}
.panel-title {
    text-transform: uppercase;
    padding-bottom: 12.09px;
    font-size: 19.36px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    color: #000000;
    margin-bottom: 19.76px;
}
.updates-list, .past-entries {
    list-style: none;
    padding: 0;
}
.updates-list li {
    margin-bottom: 12.56px;
    padding-bottom: 10.09px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.updates-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.updates-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    gap: 11.77px;
    flex-wrap: wrap;
}
.pill {
    display: inline-block;
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 6.18px;
    font-size: 13.37px;
    padding: 5.52px 11.34px;
    text-decoration: none;
    background: #ffffff;
    font-weight: 600;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    font-weight: 600;
    text-align: center;
    padding: 38.7px 0;
    font-size: 14.76px;
    background: #fff;
    color: #000000;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
