/* Shared interaction polish for GPLfly. */
body { animation: gpl-fade-in .35s ease-out; }
@keyframes gpl-fade-in { from { opacity: 0; } to { opacity: 1; } }

#gpl-search-results {
    overflow: hidden;
    border: 1px solid rgba(234, 88, 12, .15);
    border-radius: 12px;
    background: rgba(10, 10, 10, .96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
    backdrop-filter: blur(22px);
}
#gpl-search-results li a:hover { background: rgba(234, 88, 12, .07) !important; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
