.welcome-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(16,17,19,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease-out}.welcome-popup{background-color:#101113;border:2px solid #151719;border-radius:20px;padding:0;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px rgba(0,0,0,.7);animation:slideUp .4s ease-out}.welcome-popup__close{position:absolute;top:1.5rem;right:1.5rem;background:rgba(255,255,255,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;z-index:10}.welcome-popup__close:hover{background:rgba(255,68,11,.2);transform:scale(1.1)}.welcome-popup__content{padding:3rem 2.5rem 2.5rem}.welcome-popup__header{text-align:center;margin-bottom:2.5rem}.welcome-popup__logo{margin-bottom:1.5rem;display:flex;justify-content:center}.welcome-popup__title{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.3}.welcome-popup__subtitle{font-size:1.1rem;color:#d9d9d9;margin:0}.welcome-popup__body{margin-bottom:2.5rem}.welcome-popup__features{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.welcome-popup__feature{display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem;background-color:#151719;border-radius:12px;border:1px solid #202325;transition:all .2s ease}.welcome-popup__feature:hover{background-color:#202325;border-color:rgba(255,68,11,.3)}.welcome-popup__feature-icon{font-size:1.5rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff440b,#ff6b35);border-radius:12px;flex-shrink:0}.welcome-popup__feature h4{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .5rem}.welcome-popup__feature p{font-size:.95rem;color:#d9d9d9;margin:0;line-height:1.5}.welcome-popup__stats{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.welcome-popup__stat{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;background-color:#151719;border-radius:12px;border:1px solid #202325;transition:all .2s ease}.welcome-popup__stat:hover{background-color:#202325;border-color:rgba(255,68,11,.3)}.welcome-popup__stat-number{font-size:1.5rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff440b,#ff6b35);border-radius:12px;flex-shrink:0}.welcome-popup__stat-label{font-size:1rem;color:#fff;font-weight:500}.welcome-popup__tip{background:rgba(255,68,11,.1);border:1px solid rgba(255,68,11,.3);border-radius:12px;padding:1.25rem;font-size:.95rem;color:#d9d9d9;margin:0;line-height:1.6}.welcome-popup__tip strong{color:#ff6b35}.welcome-popup__actions{display:flex;justify-content:center}.welcome-popup__btn-primary{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .2s ease;border:none;cursor:pointer;text-align:center;min-width:200px;background:linear-gradient(135deg,#ff440b,#ff6b35);color:white}.welcome-popup__btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,68,11,.4)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.welcome-popup-overlay{padding:1rem}.welcome-popup{max-width:100%;width:100%;max-height:95vh;border-radius:16px}.welcome-popup__content{padding:2.5rem 1.5rem 2rem}.welcome-popup__title{font-size:1.75rem}.welcome-popup__subtitle{font-size:1rem}.welcome-popup__features,.welcome-popup__stats{gap:1rem}.welcome-popup__feature,.welcome-popup__stat{padding:1rem;gap:1rem}.welcome-popup__feature-icon,.welcome-popup__stat-number{width:40px;height:40px;font-size:1.25rem}.welcome-popup__btn-primary{padding:.875rem 1.5rem;font-size:1rem;min-width:180px}.welcome-popup__close{top:1rem;right:1rem;width:35px;height:35px}}@media (max-width:480px){.welcome-popup-overlay{padding:.5rem}.welcome-popup__content{padding:2rem 1.25rem 1.5rem}.welcome-popup__title{font-size:1.5rem}.welcome-popup__btn-primary{width:100%;min-width:unset}}.welcome-popup-overlay{z-index:100000}