::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #050505; }
::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }

.token-keyword { color: #c678dd; }
.token-string { color: #98c379; }
.token-func { color: #61afef; }
.token-tag { color: #e06c75; }
.token-attr { color: #d19a66; }
.token-comment { color: #5c6370; font-style: italic; }

.sdk-tab.active {
    color: white;
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.1);
}

.bg-grid-subtle {
    background-size: 40px 40px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}