html { scroll-behavior: smooth; }

[hidden] { display: none !important; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0b0f17; }
::-webkit-scrollbar-thumb {
    background: #1e293b;
    border-radius: 8px;
}

.hp-field {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.loading-container {
    background-color: #0b0f17;
}
