
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.63;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.93px;
}
.head-section {
    background: #ffffff;
    padding: 24.97px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 41.89px;
}
.wordmark {
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    font-size: 23.98px;
    text-transform: uppercase;
}
.header-links {
    gap: 22.93px;
    display: flex;
}
.header-links a {
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 14.52px;
    font-weight: 700;
}
.header-links a:hover {
    opacity: 0.7;
}
.page-grid {
    display: grid;
    margin-bottom: 78.84px;
    grid-template-columns: 1fr 300px;
    gap: 62.76px;
}
.hero-post {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10.43px;
    padding: 48.76px;
}
.main-text {
    font-size: 18.54px;
    line-height: 1.82;
    color: #000000;
}
.main-text a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    padding: 21.13px;
    border-radius: 11.55px;
    border: 2px solid #000000;
    margin-bottom: 29.83px;
}
.box-title {
    color: #000000;
    border-bottom: 2px solid #000000;
    margin-bottom: 20.94px;
    font-weight: 800;
    padding-bottom: 11.74px;
    text-transform: uppercase;
    font-size: 20.63px;
}
.feed-list, .log-list {
    padding: 0;
    list-style: none;
}
.feed-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 9.7px;
    padding-bottom: 7.97px;
}
.feed-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.feed-list a:hover {
    text-decoration: underline;
}
.log-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 8.23px;
    flex-wrap: wrap;
    display: flex;
}
.label-item {
    border: 2px solid #000000;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    border-radius: 9.44px;
    color: #000000 !important;
    background: #ffffff;
    font-size: 13.47px;
    padding: 7.67px 11.88px;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    font-size: 13.24px;
    background: #fff;
    color: #000000;
    font-weight: 600;
    border-top: 2px solid #000000;
    padding: 40.8px 0;
    text-align: center;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
