@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap";@import"https://fonts.cdnfonts.com/css/euclid-circular-a";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;background:#f5f5f5}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f5f5f5}.spinner{width:21px;height:21px;border:3px solid rgba(0,0,0,.1);border-top-color:#c084fc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.online-users{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 0;margin-bottom:8px}.online-avatars{display:flex;align-items:center}.online-avatar{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1.5px solid #0F0F0F;margin-left:-6px}.online-avatar:first-child{margin-left:0}.online-dot{width:6px;height:6px;background:#5cc12c;border-radius:50%;animation:blink 1.5s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.online-text{font-size:13px;color:#9ca3af;font-weight:500}.promo-banner{background:linear-gradient(135deg,#187225,#133c19);border-radius:16px;padding:14px 16px;margin-top:8px;margin-bottom:18px;position:relative;overflow:visible}.snow-container{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.snowflake{position:absolute;top:-10px;background:#fffc;border-radius:50%;animation:snowfall linear infinite}@keyframes snowfall{0%{transform:translateY(-10px) rotate(0);opacity:1}to{transform:translateY(150px) rotate(360deg);opacity:.3}}.promo-content{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.promo-text-block{flex:1}.promo-text{font-size:15px;font-weight:600;margin-bottom:4px;color:#fff}.promo-bonus{color:#d4f5d4;font-size:15px;font-weight:600;margin-bottom:10px}.promo-gift{animation:giftFloat 2s ease-in-out infinite;width:120px;height:120px;-o-object-fit:contain;object-fit:contain;margin-left:10px}.timer-compact{display:inline-flex;align-items:center;gap:4px;background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:8px;padding:6px 10px}.timer-val{font-size:12px;font-weight:600;color:#fff;letter-spacing:-.04px;line-height:1}.timer-colon{font-size:12px;font-weight:600;color:#fff9;line-height:1;animation:pulse 1s ease-in-out infinite;margin:0 2px}@keyframes giftFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-5px) rotate(2deg)}}.payout-section{margin-top:12px}.payout-title{margin-bottom:0;color:#ffffffde;font-size:16px;font-weight:600}.payout-feed{background:#212121;border-radius:16px;padding:8px 14px;overflow:hidden}.payout-list{display:flex;flex-direction:column;gap:8px}.payout-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#303030;border-radius:10px;animation:slideIn .6s ease-out}.payout-item-exit{animation:slideOut .4s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.payout-left{display:flex;flex-direction:column;gap:3px}.payout-label{color:#5cc12c;font-size:14px;font-weight:500}.payout-name{color:#9ca3af;font-size:11px}.payout-right{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.payout-amount{color:#5cc12c;font-size:16px;font-weight:600}.payout-time{color:#9ca3af;font-size:11px}.payout-header{margin-left:5px;margin-bottom:17px;display:flex;align-items:center;gap:8px}.payout-icon{width:22px;height:22px}.action-buttons{margin-top:12px;margin-bottom:17px;display:flex;gap:4px;align-items:center}.buttons-main{display:flex;gap:4px;flex:2}.btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:transform .2s,opacity .2s}.btn:active{transform:scale(.98);opacity:.9}.btn-withdraw{font-weight:500;background:linear-gradient(135deg,#187225,#133c19);color:#fff}.btn-tasks{gap:0;background:#f8d256;color:#133c19}.btn-icon{width:18px;height:18px}.menu-btn{width:52px;height:52px;background:#fff0c1;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,opacity .2s}.menu-btn:active{transform:scale(.95);opacity:.9}.menu-btn .menu-icon{width:17px;height:17px}.quests-section{margin-top:6px}.quests-header{display:flex;align-items:center;gap:8px;margin-left:5px;margin-bottom:17px}.quests-icon{width:22px;height:22px}.quests-title{font-size:16px;font-weight:600;color:#ffffffde;margin:0}.quests-list{display:flex;flex-direction:column;gap:4px}.quest-card{background:transparent;border-radius:16px;padding:8px 14px;display:flex;gap:12px;align-items:flex-start}.quest-image{width:85px;height:85px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.quest-content{display:flex;flex-direction:column;gap:4px;flex:1}.quest-name{font-size:15px;font-weight:600;color:#ffffffde}.quest-progress-text{margin-top:12px;font-size:14px;color:#9ca3af}.quest-progress-text strong{color:#ffffffde}.quest-progress-bar{margin-top:8px;flex:1;max-width:150px;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.quest-progress-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:4px;transition:width .3s ease}.gift-container{position:relative;width:120px;height:120px;margin-left:10px;margin-top:-20px;margin-bottom:-20px}.gift-container .promo-gift{position:relative;z-index:2;margin-left:0}.gift-glow{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:100px;height:100px;z-index:1;display:flex;align-items:center;justify-content:center}.glow-star{position:absolute;opacity:.7;filter:blur(2px)}.glow-star-1{width:100px;height:100px;animation:glowPulse 2s ease-in-out infinite}.glow-star-2{width:45px;height:45px;animation:glowPulse 2s ease-in-out infinite .5s}@keyframes glowPulse{0%,to{opacity:.4;transform:scale(.9)}}.quest-price{font-size:15px;font-weight:600;color:#5cc12c}.quest-btn{margin-top:12px;background:#ffe17e;color:#000;border:none;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:transform .2s,opacity .2s}.quest-btn:active{transform:scale(.95);opacity:.9}.quest-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-left:auto}.quest-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease;padding:20px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.quest-modal{background:#212121;border-radius:20px;width:100%;max-width:500px;padding:24px;animation:scaleIn .25s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.quest-modal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.quest-modal-header h3{font-size:14px;font-weight:600;color:#ffffffde;margin:0}.quest-modal-close{padding:0;min-width:21px;min-height:21px;line-height:1;flex-shrink:0;background:#404040;color:#ffffffde;border:none;width:21px;height:21px;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.quest-modal-content{display:flex;flex-direction:column;gap:24px}.quest-modal-step{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}.quest-step-number{width:28px;height:28px;min-width:28px;background:linear-gradient(135deg,#5cc12c26,#22c55e1a);border:1px solid rgba(92,193,44,.3);color:#5cc12c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.quest-step-text{flex:1}.quest-step-text p{margin:0;font-size:15px;color:#ffffffde;line-height:1.5}.quest-step-btn{display:block;flex:0 0 100%;background:linear-gradient(135deg,#ffe17e,#f8d256);color:#000;border:none;border-radius:14px;padding:14px 20px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;text-align:center;transition:transform .2s,opacity .2s,box-shadow .2s;box-shadow:0 4px 12px #f8d2564d}.quest-step-btn:active{transform:scale(.98);opacity:.9}.quest-check-btn{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 12px #22c55e4d}.quest-check-btn:disabled{background:#404040;box-shadow:none;cursor:not-allowed}.quest-modal-reward{margin-top:16px;padding:16px;background:linear-gradient(135deg,#5cc12c26,#22c55e1a);border:1px solid rgba(92,193,44,.3);border-radius:12px;font-size:15px;color:#ffffffde;text-align:center}.quest-modal-reward strong{color:#5cc12c;font-size:18px}.quest-success-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#212121;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;animation:fadeIn .3s ease;overflow:hidden}.quest-success-content{text-align:center;z-index:2}.success-checkmark{width:80px;height:80px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;color:#fff;margin:0 auto 20px;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.quest-success-content h3{font-size:24px;font-weight:600;color:#ffffffde;margin:0 0 8px;animation:fadeInUp .5s ease .2s both}.quest-success-content p{font-size:14px;color:#9ca3af;margin:0;animation:fadeInUp .5s ease .3s both}.success-reward{font-size:28px!important;font-weight:700!important;color:#22c55e!important;margin-top:16px!important;animation:fadeInUp .5s ease .4s both,pulse 1s ease infinite .9s!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.confetti{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.confetti-piece{position:absolute;width:10px;height:20px;top:-20px;animation:confettiFall 3s ease-in-out forwards}.confetti-piece:nth-child(1){left:10%;background:#f43f5e;animation-delay:0s}.confetti-piece:nth-child(2){left:20%;background:#22c55e;animation-delay:.1s}.confetti-piece:nth-child(3){left:30%;background:#3b82f6;animation-delay:.2s}.confetti-piece:nth-child(4){left:40%;background:#eab308;animation-delay:.15s}.confetti-piece:nth-child(5){left:50%;background:#a855f7;animation-delay:.05s}.confetti-piece:nth-child(6){left:60%;background:#f43f5e;animation-delay:.25s}.confetti-piece:nth-child(7){left:70%;background:#22c55e;animation-delay:.1s}.confetti-piece:nth-child(8){left:80%;background:#3b82f6;animation-delay:.2s}.confetti-piece:nth-child(9){left:90%;background:#eab308;animation-delay:.05s}.confetti-piece:nth-child(10){left:15%;background:#a855f7;animation-delay:.3s}.confetti-piece:nth-child(11){left:45%;background:#f43f5e;animation-delay:.15s}.confetti-piece:nth-child(12){left:75%;background:#22c55e;animation-delay:.25s}@keyframes confettiFall{0%{top:-20px;transform:rotate(0) scale(1);opacity:1}to{top:100%;transform:rotate(720deg) scale(.5);opacity:0}}.quest-btn-completed{background:#d1fae5;color:#065f46;cursor:default}.quest-btn-completed:active{transform:none;opacity:1}.quest-btn:not(.quest-btn-completed){position:relative;overflow:hidden}.quest-btn:not(.quest-btn-completed):after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}50%,to{left:100%}}.quest-error-inline{color:#ef4444;font-size:14px}.quest-error-full{flex:0 0 100%;text-align:center;margin-top:8px}.quest-check-row{display:flex;flex-direction:column;align-items:stretch;gap:8px}.referral-block{margin-top:12px;display:flex;flex-direction:column;gap:10px}.referral-block-full{width:100%;display:flex;flex-direction:column;gap:10px;margin-top:8px}.referral-link-box{display:flex;align-items:center;background:#303030;border-radius:10px;padding:10px 12px;gap:8px}.referral-link{flex:1;font-size:14px;color:#ffffffde;word-break:break-all;cursor:pointer}.copy-btn{background:linear-gradient(135deg,#5cc12c26,#22c55e1a);border:1px solid rgba(92,193,44,.3);color:#5cc12c;border-radius:12px;padding:10px;font-size:14px;cursor:pointer;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center}.copy-btn img{filter:invert(62%) sepia(59%) saturate(501%) hue-rotate(67deg) brightness(95%) contrast(87%)}.share-btn{background:linear-gradient(135deg,#08c,#0077b5,#069);color:#fff;border:none;border-radius:12px;padding:14px 20px;font-size:15px;font-weight:600;cursor:pointer;width:100%;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #0088cc4d;display:flex;align-items:center;justify-content:center;gap:8px}.share-btn:active{transform:scale(.98);box-shadow:0 2px 8px #08c3}.share-btn-icon{width:18px;height:18px;filter:brightness(0) invert(1)}.referral-progress{display:flex;align-items:center;gap:12px;margin-top:6px}.referral-progress-bar{flex:1;height:8px;background:#404040;border-radius:10px;overflow:hidden}.referral-progress-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:10px;transition:width .3s ease}.referral-progress-text{font-size:14px;font-weight:600;color:#ffffffde;white-space:nowrap}.watch-ad-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:12px;padding:14px 24px;font-size:14px;font-weight:600;cursor:pointer;width:100%;margin:16px 0;transition:transform .2s,opacity .2s}.watch-ad-btn:active{transform:scale(.98)}.watch-ad-btn:disabled{background:#9ca3af;cursor:not-allowed}.video-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:10000;display:flex;align-items:center;justify-content:center}.fullscreen-video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.video-progress-bar{flex:1;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden}.video-progress-fill{height:100%;background:#fffc;transition:width .1s linear}.video-top-bar{position:absolute;top:0;left:0;right:0;padding:16px 20px;display:flex;align-items:center;gap:12px;z-index:10001}.video-timer{color:#fffc;font-size:13px;font-weight:500;min-width:30px;text-align:right}.withdraw-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease;padding:20px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.withdraw-modal{background:#212121;border-radius:20px;width:100%;max-width:500px;padding:24px;animation:scaleIn .25s ease}.withdraw-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px}.withdraw-header h3{margin:0;font-size:14px;font-weight:600;color:#ffffffde}.withdraw-close{padding:0;min-width:21px;min-height:21px;line-height:1;flex-shrink:0;background:#404040;color:#ffffffde;border:none;width:21px;height:21px;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.withdraw-options{display:flex;flex-direction:column;background:#303030;border:1px solid #404040;border-radius:14px;overflow:hidden}.withdraw-option{display:flex;align-items:center;gap:16px;background:transparent;border:none;padding:18px 16px;cursor:pointer;transition:all .2s}.withdraw-option:first-child{border-bottom:1px solid #404040}.withdraw-option:active{background:#3a3a3a}.withdraw-option-icon{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.withdraw-option span{font-size:16px;font-weight:600;color:#ffffffde}.withdraw-info{margin-top:16px;padding:14px 16px;background:#5cc12c14;border:1px solid rgba(92,193,44,.2);border-radius:12px}.withdraw-info-row{display:flex;align-items:center;gap:6px;padding:4px 0}.withdraw-info-icon{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;opacity:.7}.withdraw-info-label{font-size:14px;color:#9ca3af}.withdraw-info-value{font-size:14px;font-weight:600;color:#5cc12c}.withdraw-titles{align-items:flex-start;flex:1;display:flex;flex-direction:column;gap:4px}.withdraw-titles h3{color:#ffffffde;margin:0;font-size:14px;font-weight:600}.withdraw-subtitle{margin:0;font-size:14px;color:#9ca3af}.withdraw-title-icon{flex-shrink:0;width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.withdraw-titles-row{justify-content:flex-start;display:flex;align-items:center;gap:10px}.withdraw-titles-row h3{margin:0;font-size:18px;font-weight:600;color:#ffffffde}.withdraw-form{display:flex;flex-direction:column;gap:16px}.withdraw-input{color:#ffffffde;font-weight:600;width:100%;padding:16px;border:1px solid #404040;border-radius:12px;font-size:14px;background:#303030;box-sizing:border-box}.withdraw-input::-moz-placeholder{color:#9ca3af}.withdraw-input::placeholder{color:#9ca3af}.withdraw-input:focus{outline:none;border-color:#5cc12c}.withdraw-submit{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;border-radius:12px;padding:16px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s}.withdraw-submit:active{transform:scale(.98)}.withdraw-error{color:#f59e0b;font-size:13px;text-align:center;padding:10px 12px;background:#f59e0b26;border:1px solid rgba(245,158,11,.3);border-radius:10px;margin-bottom:8px}.card-input-wrapper{position:relative;width:100%;background:#303030;border:1px solid #404040;border-radius:12px;padding:14px 16px;cursor:text}.card-input-wrapper:focus-within{border-color:#5cc12c;outline:none}.card-input-display{font-size:14px;font-weight:600;line-height:1.4}.card-digits-entered{color:#ffffffde}.card-digits-remaining{color:#fff3}.card-input-hidden{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:text}.withdraw-header-right{display:flex;align-items:center;gap:12px}.withdraw-balance{font-size:15px;font-weight:700;color:#5cc12c;background:linear-gradient(135deg,#5cc12c26,#22c55e1a);border:1px solid rgba(92,193,44,.3);padding:8px 14px;border-radius:12px}.phone-input-wrapper{position:relative;width:100%;background:#303030;border:1px solid #404040;border-radius:12px;padding:14px 16px;cursor:text;display:flex;align-items:center;gap:8px}.phone-input-wrapper:focus-within{border-color:#5cc12c}.phone-prefix{font-size:14px;font-weight:600;color:#ffffffde}.phone-input-display{font-size:14px;font-weight:600;line-height:1.4}.phone-digits-entered{color:#ffffffde}.phone-digits-remaining{color:#fff3}.phone-input-hidden{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:text}.withdraw-success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.withdraw-success-icon{width:60px;height:60px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;margin-bottom:20px}.withdraw-success h3{margin:0 0 8px;font-size:20px;font-weight:600;color:#ffffffde}.withdraw-success p{margin:0 0 24px;font-size:14px;color:#9ca3af}.withdraw-success-btn{background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;border:none;border-radius:12px;padding:14px 40px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s}.withdraw-success-btn:active{transform:scale(.98)}.prelanding{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:linear-gradient(180deg,#fff,#ff7b1d);padding:3vh 5vw 3vh 5vw;text-align:center;position:relative;overflow:hidden;box-sizing:border-box}.prelanding-logo{width:clamp(100px,30vw,138px);max-width:138px;height:auto;margin-top:2vh;margin-bottom:3vh;flex-shrink:0}.prelanding-text{font-family:Montserrat,sans-serif;font-size:clamp(16px,5vw,22px);font-weight:600;color:#1a1a1a;line-height:1.4;text-align:center;margin-top:3vh;margin-bottom:4vh}.age-selection{justify-content:flex-start}.age-title{position:relative;top:auto;left:auto;transform:none;width:100%;max-width:320px;font-family:Montserrat,sans-serif;font-size:clamp(14px,4vw,16px);font-weight:600;color:#1a1a1a;text-align:center;line-height:1.4;z-index:2;margin-top:3vh}.age-options{position:relative;top:auto;left:auto;transform:none;display:flex;flex-direction:column;gap:10px;width:100%;max-width:450px;z-index:2;margin-top:2vh}.age-option{display:flex;align-items:center;padding:clamp(14px,4vw,18px) 20px;background:linear-gradient(105deg,#ffe7b8,#fff2d9,#ffe7b8,#fff2d9,#ffe7b8);background-size:200% 100%;animation:optionShimmer 3s ease-in-out infinite;border-radius:14px;cursor:pointer;border:2px solid rgba(255,200,100,.3);transition:all .3s ease;color:#1a1a1a;font-size:clamp(13px,3.5vw,14px);box-shadow:0 2px 12px #ff7b1d26}@keyframes optionShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.age-option:hover{border-color:#ffb45080;box-shadow:0 4px 16px #ff7b1d40;transform:translateY(-2px)}.age-option.selected{border-color:#4caf50;background:linear-gradient(105deg,#fff,#e8ffe8,#fff);background-size:200% 100%;animation:selectedShimmer 2s ease-in-out infinite;box-shadow:0 4px 16px #4caf504d}@keyframes selectedShimmer{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.age-option input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #ccc;border-radius:50%;margin-right:10px;position:relative;cursor:pointer;flex-shrink:0;background:#fff}.age-option input[type=radio]:checked{border-color:#4caf50;background:#4caf50}.age-option input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.age-option span{font-weight:500}.prelanding-button{background:linear-gradient(90deg,#ffde8b,#ffd454,#ffde8b);color:#1a1a1a;border:none;border-radius:14px;padding:16px 50px;font-size:clamp(15px,4vw,17px);font-weight:600;cursor:pointer;box-shadow:0 4px 20px #ffde8b80;background-size:200% 100%;white-space:nowrap;transition:all .3s ease;animation:shimmer 2s infinite linear;z-index:100;margin-top:auto;margin-bottom:12vh;flex-shrink:0}.prelanding-button:hover{transform:scale(1.05);box-shadow:0 6px 30px #ff7b1d80}.prelanding-button:active{transform:scale(.98)}.prelanding-button:disabled{opacity:.5;cursor:not-allowed}.prelanding-copyright{position:absolute;bottom:3vh;left:50%;transform:translate(-50%);font-size:clamp(10px,2.5vw,11px);color:#00000080;text-align:center;white-space:nowrap;z-index:100}@media screen and (max-height: 600px){.prelanding{padding-top:2vh}.prelanding-logo{width:80px;margin-bottom:2vh}.age-title{font-size:13px;margin-top:2vh}.age-options{margin-top:1.5vh;gap:8px}.age-option{padding:12px 16px;font-size:13px}.prelanding-button{margin-bottom:6vh;padding:14px 40px;font-size:15px}}@media screen and (max-height: 700px) and (min-height: 601px){.prelanding-button{margin-bottom:7vh}}@media screen and (min-height: 900px){.prelanding{padding-top:5vh}.prelanding-logo{margin-bottom:4vh}.age-title{margin-top:4vh}.age-options{margin-top:3vh}.prelanding-button{margin-bottom:10vh}}.quest-card-vip{position:relative;border:2px solid #f59e0b;background:linear-gradient(135deg,#f59e0b1a,#d977060d);border-radius:16px}.quest-vip-badge{position:absolute;top:-8px;left:12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #f59e0b66}.quest-modal-vip-header{color:#f59e0b}.referral-progress-bar-vip{background:#f59e0b33}.referral-progress-fill-vip{background:linear-gradient(90deg,#f59e0b,#d97706)}.quest-card-vip .quest-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.quest-card-vip .quest-btn:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.quest-progress-bar-vip{background:#f59e0b33}.quest-progress-fill-vip{background:linear-gradient(90deg,#f59e0b,#d97706)}.howto-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:12px;padding:14px 20px;font-size:15px;font-weight:600;cursor:pointer;width:100%;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #f59e0b4d;display:flex;align-items:center;justify-content:center;gap:8px}.howto-btn:active{transform:scale(.98);box-shadow:0 2px 8px #f59e0b33}.howto-btn-icon{width:18px;height:18px;filter:brightness(0) invert(1)}.instruction-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1100;animation:fadeIn .2s ease;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.instruction-modal{background:#212121;border-radius:20px;width:100%;max-width:400px;padding:24px;animation:scaleIn .25s ease;position:relative;overflow:hidden}.instruction-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#404040;border:none;color:#ffffffde;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.instruction-slides{display:flex;overflow:hidden}.instruction-slide{min-width:100%;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease;padding:20px 0}.instruction-image{width:100%;max-width:100%;height:auto;border-radius:16px;margin-bottom:20px}.instruction-text{font-size:16px;font-weight:500;color:#ffffffde;text-align:center;line-height:1.5;padding:0 10px}.instruction-dots{display:flex;justify-content:center;gap:8px;margin:16px 0}.instruction-dot{width:8px;height:8px;border-radius:50%;background:#404040;cursor:pointer;transition:background .2s,transform .2s}.instruction-dot.active{background:#f59e0b;transform:scale(1.2)}.instruction-nav{margin-top:8px}.instruction-next-btn,.instruction-done-btn{width:100%;padding:14px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.instruction-next-btn{background:linear-gradient(135deg,#404040,#303030);color:#ffffffde}.instruction-done-btn{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 12px #22c55e4d}.instruction-next-btn:active,.instruction-done-btn:active{transform:scale(.98)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.collapse{visibility:collapse}.fixed{position:fixed}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-1{margin-top:.25rem}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-6{height:1.5rem}.min-h-screen{min-height:100vh}.w-16{width:4rem}.w-6{width:1.5rem}.w-full{width:100%}.flex-1{flex:1 1 0%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-3{gap:.75rem}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.bg-red-500\/20{background-color:#ef444433}.bg-tg-bg{background-color:var(--tg-theme-bg-color)}.bg-tg-button{background-color:var(--tg-theme-button-color)}.bg-tg-secondary{background-color:var(--tg-theme-secondary-bg-color)}.p-2{padding:.5rem}.p-4{padding:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-16{padding-bottom:4rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-tg-button-text{color:var(--tg-theme-button-text-color)}.text-tg-hint{color:var(--tg-theme-hint-color)}.text-tg-link{color:var(--tg-theme-link-color)}.text-tg-text{color:var(--tg-theme-text-color)}:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-hint-color: #999999;--tg-theme-link-color: #2481cc;--tg-theme-button-color: #2481cc;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #f1f1f1}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0)}*{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}input,textarea{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--tg-theme-hint-color);border-radius:2px}
