
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.63;
    color: var(--text);
    background: #ffffff;
    -moz-text-size-adjust: 100%;
}
.inner {
    max-width: 1200px;
    padding: 0 22.66px;
    margin: 0 auto;
}
.page-top {
    background: #ffffff;
    border-bottom: 2px solid #000000;
    margin-bottom: 39.1px;
    padding: 25.59px 0;
}
.identity {
    text-decoration: none;
    font-size: 23.24px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.main-menu {
    display: flex;
    gap: 27.6px;
}
.main-menu a {
    text-transform: uppercase;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14.76px;
}
.main-menu a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 81.68px;
    grid-template-columns: 1fr 300px;
    gap: 60.11px;
    display: grid;
}
.main-post {
    border-radius: 11.23px;
    padding: 45.37px;
    background: #ffffff;
    border: 2px solid #000000;
}
.read-area {
    line-height: 1.83;
    color: #000000;
    font-size: 17.84px;
}
.read-area a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.side-panel {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 25.73px;
    border-radius: 12.75px;
    margin-bottom: 29.8px;
    border: 2px solid #000000;
    background: #ffffff;
}
.module-head {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    padding-bottom: 10.68px;
    text-transform: uppercase;
    font-size: 20.89px;
    margin-bottom: 18.93px;
    color: #000000;
}
.stream, .log-list {
    padding: 0;
    list-style: none;
}
.stream li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8.03px;
    padding-bottom: 7.33px;
}
.stream a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.stream a:hover {
    text-decoration: underline;
}
.log-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.log-list a:hover {
    text-decoration: underline;
}
.label-group {
    gap: 10.32px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    background: #ffffff;
    font-weight: 600;
    font-size: 13.89px;
    display: inline-block;
    border: 2px solid #000000;
    padding: 3.97px 11.72px;
    text-decoration: none;
    color: #000000 !important;
    border-radius: 9.69px;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    background: #fff;
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
    font-size: 14.56px;
    font-weight: 600;
    padding: 39.87px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
