.construction-badge-container{position:relative;display:inline-block;width:var(--badge-size);height:var(--badge-size)}.construction-badge-rotating-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform-origin:center center;animation:construction-badge-rotate var(--rotation-duration,3s) linear infinite}.construction-badge-starburst{position:absolute;top:0;left:0;transform-origin:center center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.construction-badge-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}@keyframes construction-badge-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}