﻿.loader-teravera{display:flex;justify-content:center;align-items:center;position:fixed;z-index:2060;left:0;top:0;right:0;bottom:0;background-color:#fff;}.loader-teravera__inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 3rem;}.loader-teravera__logo img{width:180px;height:auto;display:block;}.loader-teravera__bar{width:180px;height:3px;background-color:rgba(198,151,75,.2);border-radius:2px;overflow:hidden;}.loader-teravera__bar-fill{height:100%;width:45%;background-color:#c6974b;border-radius:2px;animation:loader-sweep 1.6s ease-in-out infinite;}@keyframes loader-sweep{0%{transform:translateX(-180px);}100%{transform:translateX(400px);}}.loader-hip{display:flex;justify-content:center;align-items:center;gap:.6rem;position:fixed;z-index:2060;left:0;top:0;right:0;bottom:0;backdrop-filter:blur(3px);background-color:rgba(0,0,0,.1);}.loader-hip span{width:.8rem;height:.8rem;border-radius:50%;background:#c6974b;background:linear-gradient(135deg,#c6974b,#2086b8);animation:bounce .6s infinite alternate;box-shadow:0 0 12px #e8d5b7;}.loader-hip span:nth-child(2){animation-delay:.2s;}.loader-hip span:nth-child(3){animation-delay:.4s;}@keyframes bounce{from{transform:translateY(0) scale(1);opacity:.7;}to{transform:translateY(-20px) scale(1.2);opacity:1;}}