
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.62;
}
.wrapper {
    max-width: 1200px;
    padding: 0 22.67px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    margin-bottom: 37.73px;
    border-bottom: 2px solid #000000;
    padding: 23.19px 0;
}
.identity {
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 24.98px;
}
.header-links {
    gap: 22.78px;
    display: flex;
}
.header-links a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.03px;
    color: #000000 !important;
}
.header-links a:hover {
    opacity: 0.7;
}
.two-col {
    gap: 57.39px;
    display: grid;
    margin-bottom: 78.33px;
    grid-template-columns: 1fr 300px;
}
.hero-post {
    padding: 48.95px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 13.45px;
}
.read-area {
    line-height: 1.85;
    font-size: 17.5px;
    color: #000000;
}
.read-area a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    padding: 22.05px;
    margin-bottom: 31.3px;
    border-radius: 11.21px;
    background: #ffffff;
}
.box-title {
    border-bottom: 2px solid #000000;
    margin-bottom: 18.32px;
    font-weight: 800;
    font-size: 20.06px;
    text-transform: uppercase;
    padding-bottom: 10.74px;
    color: #000000;
}
.fresh-list, .date-index {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.66px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 10.33px;
    flex-wrap: wrap;
    display: flex;
}
.chip {
    border-radius: 7.19px;
    display: inline-block;
    padding: 6.94px 14.66px;
    font-size: 13.48px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 600;
    border: 2px solid #000000;
    background: #ffffff;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    font-size: 13.31px;
    border-top: 2px solid #000000;
    background: #fff;
    padding: 42.54px 0;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
