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