
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    line-height: 1.59;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20.67px;
}
.main-header {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    padding: 27.1px 0;
    margin-bottom: 38.92px;
}
.identity {
    text-decoration: none;
    font-weight: 800;
    font-size: 24.23px;
    text-transform: uppercase;
    color: #000000;
}
.header-links {
    gap: 23.94px;
    display: flex;
}
.header-links a {
    font-weight: 700;
    color: #000000 !important;
    font-size: 13.33px;
    text-decoration: none;
    text-transform: uppercase;
}
.header-links a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 80.03px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 60.54px;
}
.top-story {
    border-radius: 10.06px;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 49.65px;
}
.entry-text {
    font-size: 17.37px;
    color: #000000;
    line-height: 1.79;
}
.entry-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.side-block {
    margin-bottom: 29.98px;
    padding: 26.64px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.34px;
}
.box-title {
    font-size: 20.5px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 22.65px;
    padding-bottom: 8.07px;
}
.fresh-list, .log-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 8.76px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.55px;
}
.fresh-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.log-list a:hover {
    text-decoration: underline;
}
.tag-area {
    display: flex;
    flex-wrap: wrap;
    gap: 7.28px;
}
.pill {
    border: 2px solid #000000;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    font-size: 13.06px;
    border-radius: 7.25px;
    padding: 5.21px 16.63px;
    color: #000000 !important;
}
.pill:hover {
    background: #000000;
    color: #ffffff !important;
}
.end-section {
    background: #fff;
    font-weight: 600;
    padding: 40.23px 0;
    color: #000000;
    font-size: 14.08px;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
