.version-btn{bottom:20px;right:20px;width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;cursor:pointer;display:flex;font-size:20px;color:#fff;box-shadow:0 4px 15px rgba(102,126,234,.4);z-index:999;transition:all .3s ease;border:2px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.version-btn,.version-modal{position:fixed;align-items:center;justify-content:center}.version-modal{display:none;z-index:10001;left:0;top:0;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:modalFadeIn .3s ease-out}.version-modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);margin:10vh auto;padding:0;border-radius:15px;width:90%;min-width:400px;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1);animation:modalSlideIn .3s ease-out;position:relative;display:flex;flex-direction:column}.version-modal-header{padding:20px 20px 10px;border-bottom:1px solid hsla(0,0%,100%,.1);flex-shrink:0}.version-modal-header h2{margin:0;color:#fff;font-size:1.5rem;text-align:center;text-shadow:0 0 10px hsla(0,0%,100%,.3)}.version-modal-body{padding:20px;color:#fff;font-size:1.1rem;line-height:1.5;overflow-y:auto;flex:1 1}.version-modal-body::-webkit-scrollbar{width:8px}.version-modal-body::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px}.version-modal-body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:4px}.version-modal-body::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.version-modal-footer{padding:15px 20px 20px;display:flex;justify-content:center;gap:10px;border-top:1px solid hsla(0,0%,100%,.1);flex-shrink:0}.version-modal-close-btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;min-width:80px}.version-modal-close-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(79,172,254,.4);background:linear-gradient(135deg,#00f2fe,#4facfe)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:480px){.version-modal-content{width:95%!important;margin:5vh auto!important;min-width:auto!important;max-height:60vh!important}.version-btn{bottom:15px!important;right:15px!important;width:45px!important;height:45px!important;font-size:18px!important}}@media(max-height:600px){.version-modal-content{margin:auto 0!important;max-height:60vh!important}}@media(max-height:400px){.version-modal-content{margin:auto 0!important;max-height:60vh!important}}