@keyframes fadeIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#telegram-exit-popup{display:none;position:fixed;top:50px;left:0;width:100%;height:100%;min-height:100vh;min-height:-webkit-fill-available;background:rgba(0,0,0,0.75);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:9999;justify-content:center;align-items:center;animation:fadeIn 0.3s ease-out;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 10px;box-sizing:border-box}#telegram-exit-popup.show{display:flex}.telegram-popup-container{background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%);padding:35px 30px;border-radius:20px;text-align:center;max-width:420px;width:100%;max-height:90vh;max-height:calc(100vh - 40px);overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 20px 60px rgba(0,0,0,0.3),0 0 0 1px rgba(255,255,255,0.1);position:relative;animation:slideUp 0.4s ease-out;margin:auto;box-sizing:border-box}.telegram-popup-header{margin-bottom:20px}.telegram-icon{width:70px;height:70px;background:linear-gradient(135deg,#0088cc 0%,#229ED9 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:15px;box-shadow:0 8px 20px rgba(0,136,204,0.4);animation:slideUp 0.5s ease-out 0.2s both}.telegram-icon svg{width:40px;height:40px;fill:white}.telegram-popup-header h3{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 10px 0;letter-spacing:-0.5px}.telegram-popup-header p{font-size:16px;color:#666;margin:0;line-height:1.5}.telegram-join-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#0088cc 0%,#229ED9 100%);color:white !important;padding:16px 32px;min-height:52px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;margin:20px 0;box-shadow:0 6px 20px rgba(0,136,204,0.4);transition:all 0.3s ease;border:none;cursor:pointer;width:100%;max-width:280px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.telegram-join-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,136,204,0.5);background:linear-gradient(135deg,#0077b5 0%,#1a8fc7 100%)}.telegram-join-button:active{transform:translateY(0) scale(0.98)}.qr-section{margin:25px 0;padding:20px;background:#f8f9fa;border-radius:12px}.qr-section p{font-size:14px;color:#888;margin:0 0 15px 0;font-weight:500}.qr-code-container{display:inline-block;padding:10px;background:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.qr-code-container img{width:180px;height:180px;border-radius:8px;display:block}.close-button{position:absolute;top:15px;right:15px;width:44px;height:44px;min-width:44px;min-height:44px;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;font-size:24px;color:#666;padding:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent;z-index:10}.close-button:hover{background:#e0e0e0;transform:rotate(90deg);color:#333}.close-button:active{background:#d0d0d0;transform:scale(0.95)}.telegram-features{display:flex;gap:15px;justify-content:center;margin-top:20px;font-size:12px;color:#888;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:5px;white-space:nowrap}@media (max-width:768px){.telegram-popup-container{padding:30px 25px;max-width:90%;border-radius:16px}.telegram-popup-header h3{font-size:24px}.telegram-popup-header p{font-size:15px}}@media (max-width:480px){#telegram-exit-popup{padding:15px 8px;align-items:flex-start;padding-top:20px}.telegram-popup-container{padding:25px 20px;max-width:100%;max-height:calc(100vh - 30px);border-radius:16px;margin-top:10px}.telegram-icon{width:60px;height:60px;margin-bottom:12px}.telegram-icon svg{width:35px;height:35px}.telegram-popup-header{margin-bottom:18px}.telegram-popup-header h3{font-size:20px;margin-bottom:8px;line-height:1.3}.telegram-popup-header p{font-size:14px;line-height:1.4;padding:0 5px}.telegram-join-button{padding:14px 24px;font-size:15px;max-width:100%;margin:15px 0;min-height:48px}.qr-section{margin:20px 0;padding:15px}.qr-section p{font-size:13px;margin-bottom:12px}.qr-code-container{padding:8px}.qr-code-container img{width:140px;height:140px}.close-button{width:40px;height:40px;min-width:40px;min-height:40px;top:12px;right:12px;font-size:22px}.telegram-features{gap:10px;margin-top:15px;font-size:11px}.feature-item{gap:4px}}@media (max-width:360px){.telegram-popup-container{padding:20px 15px}.telegram-popup-header h3{font-size:18px}.telegram-popup-header p{font-size:13px}.telegram-join-button{padding:12px 20px;font-size:14px}.qr-code-container img{width:120px;height:120px}.telegram-features{flex-direction:column;gap:8px;align-items:center}}@media (max-width:896px) and (orientation:landscape){.telegram-popup-container{max-height:85vh;padding:20px 25px}.telegram-icon{width:55px;height:55px;margin-bottom:10px}.telegram-icon svg{width:30px;height:30px}.telegram-popup-header h3{font-size:20px;margin-bottom:6px}.telegram-popup-header p{font-size:13px}.qr-section{margin:15px 0;padding:12px}.qr-code-container img{width:120px;height:120px}.telegram-features{margin-top:12px;font-size:11px}}body.popup-open{overflow:hidden}