@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}
* { scrollbar-width: thin; scrollbar-color: rgba(252,93,11,0.3) transparent; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(252,93,11,0.3); }
::selection { background: rgba(252,93,11,0.3); color: #FAF5EE; }
html { scroll-behavior: smooth; }
select option { background: #02412A; color: #FAF5EE; }
