html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    background: #0f1115;
    color: #e9eef5;
}

h1 {
    margin-top: 0;
    font-size: 28px;
}

.label,
.stats-card-label,
.stats-section-title {
    font-size: 12px;
    color: #9dacbf;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.value {
    font-size: 12px;
    margin-bottom: 16px;
}

.sidebar-divider,
.stats-divider {
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(157, 172, 191, 0),
        rgba(157, 172, 191, 0.22) 12%,
        rgba(157, 172, 191, 0.22) 88%,
        rgba(157, 172, 191, 0)
    );
}
.sidebar-attribution {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}

.sidebar-attribution-title {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-attribution-item {
    margin-bottom: 8px;
}

.sidebar-attribution a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.sidebar-attribution a:hover {
    text-decoration: underline;
}

.sidebar-attribution-license {
    color: rgba(255, 255, 255, 0.58);
}

.sidebar-mobile-header {
    display: none;
}