.apk-box-wrapper{position:fixed;bottom:70px;left:0;width:100%;display:flex;justify-content:center;z-index:999999;pointer-events:none}.apk-box{width:92%;max-width:650px;display:flex;align-items:center;justify-content:space-between;padding:6px 15px;background:#f3f3f3;border-radius:5px;position:relative;pointer-events:all;box-shadow:0 0 25px rgba(0,0,0,.25)}@media (min-width:768px){.apk-box{width:366px}}.apk-left{display:flex;align-items:center;gap:12px}.apk-logo{width:44px;height:44px;border-radius:10px;object-fit:cover}.apk-text-group{display:flex;flex-direction:column}.apk-title{font-size:16px;font-weight:600;color:#111}.apk-subtitle{font-size:11px;color:#666;margin-top:2px}.apk-download-btn{background:#f5b400;color:#000;margin-top:15px;padding:6px 20px;border-radius:999px;font-size:12px;text-decoration:none;white-space:nowrap;transition:all .2s ease}.apk-download-btn:hover{background:#e0a800;transform:scale(1.05)}.apk-close{position:absolute;top:0;right:10px;border:none;background:none;font-size:18px;color:#999;cursor:pointer}.apk-close:hover{color:#333}