.construction-cone{position:relative;width:80px;height:80px;margin:0 auto;perspective:1000px;animation:cone-bounce 2s infinite}@keyframes cone-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.cone-base{border-bottom:60px solid #fb923c}.cone-base,.cone-stripe{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent}.cone-stripe{border-bottom:60px solid #dc2626;animation:stripe-move 3s linear infinite;opacity:.7;clip-path:polygon(0 60%,100% 60%,100% 100%,0 100%)}@keyframes stripe-move{0%{border-bottom-width:60px}50%{border-bottom-width:30px}to{border-bottom-width:60px}}.construction-dot{display:inline-block;width:12px;height:12px;background:linear-gradient(135deg,#fb923c,#dc2626);border-radius:50%;margin:0 8px;animation:dot-animation 1.4s infinite}.dot-1{animation-delay:0s}.dot-2{animation-delay:.2s}.dot-3{animation-delay:.4s}@keyframes dot-animation{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-20px) scale(1.2);opacity:1}}.construction-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(248,113,113,.1) 1px,transparent 0),linear-gradient(90deg,rgba(248,113,113,.1) 1px,transparent 0);background-size:50px 50px;animation:grid-scroll 20s linear infinite}@keyframes grid-scroll{0%{background-position:0 0}to{background-position:50px 50px}}.construction-light{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(251,146,60,.1) 0,transparent 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:light-pulse 4s ease-in-out infinite}@keyframes light-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.5);opacity:1}}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-delayed{animation:fade-in 1s ease-out .3s both}.animate-fade-in-delayed-2{animation:fade-in 1s ease-out .6s both}