
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
}
.content-wrap {
    padding: 0 19.86px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    margin-bottom: 40.25px;
    padding: 23.43px 0;
    border-bottom: 2px solid #000000;
}
.identity {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 23.38px;
    text-transform: uppercase;
}
.top-menu {
    gap: 27.02px;
    display: flex;
}
.top-menu a {
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 14.55px;
}
.top-menu a:hover {
    opacity: 0.7;
}
.layout-grid {
    margin-bottom: 81.99px;
    display: grid;
    gap: 59.31px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    border-radius: 10.92px;
    padding: 46.02px;
    border: 2px solid #000000;
    background: #ffffff;
}
.entry-text {
    line-height: 1.77;
    font-size: 18.71px;
    color: #000000;
}
.entry-text a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.aside-col {
    position: sticky;
    top: 40px;
}
.panel-item {
    border-radius: 12.52px;
    border: 2px solid #000000;
    margin-bottom: 32.64px;
    padding: 26.72px;
    background: #ffffff;
}
.box-title {
    padding-bottom: 11.74px;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 17.11px;
    font-size: 20.78px;
    color: #000000;
    text-transform: uppercase;
}
.latest-entries, .past-entries {
    padding: 0;
    list-style: none;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.74px;
    padding-bottom: 9.74px;
}
.latest-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.past-entries a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    gap: 9.95px;
    flex-wrap: wrap;
}
.label-item {
    font-weight: 600;
    color: #000000 !important;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #000000;
    padding: 6.35px 16.32px;
    border-radius: 6.6px;
    font-size: 13.93px;
    display: inline-block;
}
.label-item:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    text-align: center;
    color: #000000;
    padding: 42.32px 0;
    font-weight: 600;
    font-size: 13.03px;
    background: #fff;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
