body { background-color: #16130b; }
.hero-gradient {
    background: linear-gradient(180deg, rgba(22, 19, 11, 0) 0%, rgba(22, 19, 11, 0.9) 80%, rgba(22, 19, 11, 1) 100%);
}
.custom-scrollbar::-webkit-scrollbar { width: 4px; height: 4px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #1f1b13; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #4d4635; }
