.logo-icon{position:relative;width:72px;height:72px}.logo-icon .ball{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:32px;height:32px;background:radial-gradient(circle at 40% 35%,#fff 0,#e2e8f0 80%);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.15),inset 0 -2px 4px rgba(0,0,0,.05)}.logo-icon .ball:before{content:"";position:absolute;top:8px;left:7px;width:4px;height:3px;background:rgba(0,0,0,.06);border-radius:50%;box-shadow:6px 0 0 rgba(0,0,0,.06),12px 0 0 rgba(0,0,0,.06),3px 5px 0 rgba(0,0,0,.06),9px 5px 0 rgba(0,0,0,.06),15px 5px 0 rgba(0,0,0,.06),0 10px 0 rgba(0,0,0,.06),6px 10px 0 rgba(0,0,0,.06),12px 10px 0 rgba(0,0,0,.06)}.logo-icon .pole{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);width:3px;height:48px;background:linear-gradient(180deg,#334155,#64748b);border-radius:1px}.logo-icon .flag-shape{position:absolute;top:0;left:calc(50% + 1px);width:28px;height:20px;background:linear-gradient(135deg,#059669,#10b981);clip-path:polygon(0 0,100% 30%,0 100%);border-radius:0 2px 0 0;animation:flag-wave 3s ease-in-out infinite;transform-origin:left center}.logo-icon .ground{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:56px;height:12px;background:linear-gradient(90deg,#059669,#10b981,#059669);border-radius:50%;opacity:.85}@keyframes flag-wave{0%,to{transform:skewY(0deg) scaleX(1)}25%{transform:skewY(-2deg) scaleX(.95)}50%{transform:skewY(1deg) scaleX(1.02)}75%{transform:skewY(-1deg) scaleX(.98)}}