*{margin:0;padding:0;box-sizing:border-box}body,html{margin:0;height:100%;overflow:hidden;font-family:'Poppins',Arial,sans-serif}.footer{position:fixed;bottom:0;left:0;right:0;text-align:center;padding:8px 0;font-size:.95rem;color:#ccc;z-index:100;pointer-events:none}.blurred-bg{position:fixed;inset:0;background-image:url(images/city-background.jpg);background-size:cover;background-position:center;filter:blur(3px);z-index:-1}.content{position:relative;z-index:1;height:100vh;width:100vw}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .5);display:flex;justify-content:center;align-items:flex-start;padding-top:100px;z-index:9999}.modal-content{background:#fff;padding:20px;border-radius:10px;max-width:90vw;max-height:80vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:10px;right:15px;font-size:24px;font-weight:700;cursor:pointer;user-select:none}.logo{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);animation:idleBounce 3s infinite cubic-bezier(.68,-.55,.27,1.55);transition:filter 0.4s}.logo img{width:250px;height:auto;animation:tilt 4s infinite alternate ease-in-out;filter:drop-shadow(0 4px 24px rgb(253 214 41 / .6))}@keyframes idleBounce{0%,100%{transform:translate(-50%,-50%) translateY(0)}10%{transform:translate(-50%,-50%) translateY(-8px)}30%{transform:translate(-50%,-50%) translateY(-12px)}50%{transform:translate(-50%,-50%) translateY(-6px)}70%{transform:translate(-50%,-50%) translateY(-12px)}90%{transform:translate(-50%,-50%) translateY(-8px)}}@keyframes tilt{0%,100%{transform:rotate(-2deg) scale(1.04)}50%{transform:rotate(3deg) scale(1.06)}}.corner{position:absolute;padding:20px;font-size:1.2rem;background:rgb(0 0 0 / .5);border-radius:10px;transition:transform 0.3s,background 0.3s;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;animation:fadeIn 2s forwards}.corner a{color:#fff;text-decoration:none;font-weight:700;text-shadow:0 0 5px rgb(0 0 0 / .7)}.corner:hover{transform:scale(1.1);background:rgb(255 255 255 / .1)}.top-left{animation-delay:0.5s}.top-right{animation-delay:0.8s}.bottom-left{animation-delay:1.1s}.bottom-right{animation-delay:1.4s}.top-left{top:20px;left:20px}.top-right{top:20px;right:20px}.bottom-left{bottom:20px;left:20px}.bottom-right{bottom:20px;right:20px}@keyframes fadeIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:768px){.top-left,.top-right{position:static;width:auto;margin:10px 0;border-radius:10px;text-align:center;font-size:14px}.bottom-left,.bottom-right{position:fixed;bottom:calc(10px + env(safe-area-inset-bottom));font-size:14px;z-index:1000}.bottom-left{left:10px}.bottom-right{right:10px}.top-corners-stack{position:fixed;top:20px;left:20px;display:flex;flex-direction:column;z-index:10}.modal-overlay{padding-top:100px}}