
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    line-height: 1.64;
}
.wrapper {
    max-width: 1200px;
    padding: 0 17.61px;
    margin: 0 auto;
}
.head-section {
    background: #ffffff;
    padding: 22.25px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.77px;
}
.brand-mark {
    text-transform: uppercase;
    font-size: 23.1px;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
.nav-bar {
    gap: 25.48px;
    display: flex;
}
.nav-bar a {
    font-size: 13.67px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
}
.nav-bar a:hover {
    opacity: 0.7;
}
.split-view {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin-bottom: 79.97px;
    gap: 57.09px;
}
.top-story {
    padding: 45.69px;
    border-radius: 11.96px;
    border: 2px solid #000000;
    background: #ffffff;
}
.content-area {
    font-size: 17.53px;
    line-height: 1.78;
    color: #000000;
}
.content-area a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 13.33px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 21.3px;
    margin-bottom: 29.97px;
}
.label {
    font-weight: 800;
    margin-bottom: 22.28px;
    border-bottom: 2px solid #000000;
    font-size: 20.03px;
    text-transform: uppercase;
    padding-bottom: 11.13px;
    color: #000000;
}
.new-items, .log-list {
    list-style: none;
    padding: 0;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 10.8px;
    padding-bottom: 10.99px;
}
.new-items a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.new-items a:hover {
    text-decoration: underline;
}
.log-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.log-list a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    display: flex;
    gap: 11.83px;
}
.pill {
    background: #ffffff;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 13.16px;
    font-weight: 600;
    border-radius: 7.86px;
    padding: 3.61px 11.82px;
    color: #000000 !important;
    text-decoration: none;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.ground {
    padding: 38.34px 0;
    background: #fff;
    text-align: center;
    border-top: 2px solid #000000;
    font-weight: 600;
    font-size: 14.44px;
    color: #000000;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
