.loader-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;z-index:9999}.spinner{width:40px;height:40px;border:4px solid #ccc;border-top-color:#007bff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.pagination{width:100%;text-align:center;flex-wrap:wrap}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.pagination{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:6px;flex-shrink:0;flex-grow:0}@media (max-width:768px){.pagination{gap:3px;flex-wrap:nowrap;overflow-x:hidden}.pagination a,.pagination strong{font-size:20px;padding:2px 4px}.pagination a:first-child,.pagination strong:first-child{font-size:0;position:relative}.pagination a:first-child:after,.pagination strong:first-child:after{content:"<<";font-size:20px}.pagination a:last-child,.pagination strong:last-child{font-size:0;position:relative}.pagination a:last-child:after,.pagination strong:last-child:after{content:">>";font-size:20px}}