.loader_loaderContainer__Cq8PG{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--blush-light) 0,#faf2f2 100%);display:flex;justify-content:center;align-items:center;z-index:9999}.loader_loaderContent__wqBPZ{display:flex;flex-direction:column;align-items:center;gap:2rem}.loader_loadingDots__tt50a{display:flex;gap:.5rem;margin-top:1rem}.loader_dot__TYDNY{width:12px;height:12px;background-color:var(--salmon);border-radius:50%;animation:loader_dotBounce__pyAL0 1.4s ease-in-out infinite both}.loader_dot__TYDNY:first-child{animation-delay:-.32s}.loader_dot__TYDNY:nth-child(2){animation-delay:-.16s}.loader_dot__TYDNY:nth-child(3){animation-delay:0s}.loader_loadingText__F4WTo{font-family:Arial,sans-serif;font-size:1.2rem;font-weight:600;color:var(--darkred);margin:0;animation:loader_textPulse__JM6TG 2s ease-in-out infinite}@keyframes loader_dotBounce__pyAL0{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes loader_textPulse__JM6TG{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@media (max-width:768px){.loader_loadingText__F4WTo{font-size:1rem}.loader_dot__TYDNY{width:10px;height:10px}}@media (max-width:480px){.loader_loadingText__F4WTo{font-size:.9rem}.loader_loaderContent__wqBPZ{gap:1.5rem}}