
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    line-height: 1.59;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.frame {
    padding: 0 18.07px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    margin-bottom: 41.84px;
    border-bottom: 2px solid #000000;
    padding: 26.19px 0;
    background: #ffffff;
}
.brand-mark {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 24.98px;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 25.77px;
}
.main-menu a {
    font-weight: 700;
    color: #000000 !important;
    font-size: 13.45px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    margin-bottom: 79.81px;
    gap: 62.61px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.top-story {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.35px;
    padding: 46.76px;
}
.entry-text {
    color: #000000;
    font-size: 17.64px;
    line-height: 1.84;
}
.entry-text a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.widget-box {
    border: 2px solid #000000;
    border-radius: 12.7px;
    padding: 25.24px;
    background: #ffffff;
    margin-bottom: 27.19px;
}
.label {
    margin-bottom: 19.97px;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 19.14px;
    padding-bottom: 12.33px;
    text-transform: uppercase;
    font-weight: 800;
}
.fresh-list, .log-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 10.43px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.36px;
}
.fresh-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.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;
}
.topic-list {
    gap: 8.34px;
    display: flex;
    flex-wrap: wrap;
}
.pill {
    border: 2px solid #000000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8.58px;
    font-size: 13.15px;
    color: #000000 !important;
    padding: 4.49px 13.38px;
    display: inline-block;
    background: #ffffff;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    color: #000000;
    padding: 38.75px 0;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border-top: 2px solid #000000;
    font-size: 14.93px;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
