*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;line-height:1.5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:400px;margin:0 auto;padding:8px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.w-100{width:100%}.h-100{height:100%}.disabled{opacity:.6;cursor:not-allowed}.loading{opacity:.7;pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}@media(max-width:480px){.container{padding:6px}}@media(max-width:360px){.container{padding:4px}}.loader{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:9999}.spinner{border:12px solid #f0f0f0;border-top:12px solid #000000;border-radius:50%;width:120px;height:120px;animation:spin 1s linear infinite}@media(max-height:670px){.spinner{width:80px;height:80px;border-width:8px}}@media(min-height:890px){.spinner{width:140px;height:140px;border-width:14px}}:root{--text-color: #ffffff;--font-family: "Rubik", serif;--green-color: #c4f85c;--container-color: #1c1c1e;--container-color-two: #b9bbbc;--background-color: #000000}.menu{position:fixed;background:#000;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:5px 10px;z-index:10;border-top:1px solid #777777}.menu-item{display:flex;flex-direction:column;text-align:center;margin-bottom:5px;padding:10px 6px;border-radius:12px;transition:all .3s ease;flex:1;max-width:33%}.menu-item a,.menu-item-content{display:flex;flex-direction:column;align-items:center;text-decoration:none;width:100%}.menu-item svg,.menu-item img{display:block;width:24px!important;height:24px!important;margin-bottom:2px}.Name{width:100%;font-weight:700;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--container-color-two);transition:all .3s ease;text-align:center}.menu-item.active .Name{color:#fff}.menu-item.friends-item a{display:flex;justify-content:center;align-items:center}.menu-item.earn-item .Name{color:var(--container-color-two)}.menu-item.earn-item:hover .Name{color:#fff}.menu-item.earn-item:active{background-color:#ffffff1a}.user-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e5e5}.user-info-section{display:flex;align-items:center;flex:1}.user-avatar{width:45px;height:45px;border-radius:50%;overflow:hidden;margin-right:10px;border:2px solid #000000}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar.no-avatar{background:#000;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.user-details{display:flex;flex-direction:column;gap:3px}.user-first-name{font-size:15px;font-weight:600;color:#000}.user-username{font-size:13px;color:#666}.ton-connect-button-container{display:flex;justify-content:flex-end}.help-container{display:flex;flex-direction:column;min-height:100vh;padding:8px 8px 90px;background:#fff}.help-content{flex:1;display:flex;flex-direction:column;gap:16px;margin-top:16px;margin-bottom:16px}.help-referral-card{background:#000;padding:20px;border-radius:16px;text-align:center;color:#fff;box-shadow:0 2px 8px #0003;width:100%}.help-referral-icon{font-size:42px;margin-bottom:10px}.help-referral-title{font-size:18px;font-weight:600;margin-bottom:6px;color:#fff}.help-referral-description{font-size:13px;color:#ccc;line-height:1.4}.help-highlight{color:#fff;font-weight:600}.help-stats{display:flex;justify-content:space-between;gap:10px;width:100%}.help-stat-item{flex:1;background:#f5f5f5;padding:14px;border-radius:12px;text-align:center;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0}.help-stat-number{font-size:18px;font-weight:700;color:#000;margin-bottom:4px}.help-stat-label{font-size:13px;color:#666}.help-bottom-section{display:flex;flex-direction:column;gap:16px;margin-top:auto}.help-invite-button{width:100%;padding:14px;background:#000;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.help-invite-button:hover{background:#333}@media(max-height:670px){.help-container{padding-bottom:90px}.help-content{gap:12px;margin-top:12px;margin-bottom:12px}.help-referral-card{padding:16px}.help-referral-icon{font-size:36px;margin-bottom:8px}.help-referral-title{font-size:16px}.help-stat-item{padding:12px}.help-stat-number{font-size:16px}.help-bottom-section{gap:12px}.help-invite-button{padding:12px;font-size:14px}}@media(min-height:790px)and (max-height:800px){.help-container{padding-bottom:100px}.help-content{gap:18px;margin-top:20px;margin-bottom:20px}.help-referral-card{padding:22px}.help-referral-icon{font-size:44px}.help-referral-title{font-size:19px}.help-stat-item{padding:16px}.help-stat-number{font-size:19px}}@media(min-height:890px)and (max-height:940px){.help-container{padding-bottom:110px}.help-content{gap:20px;margin-top:24px;margin-bottom:24px}.help-referral-card{padding:24px}.help-referral-icon{font-size:48px;margin-bottom:12px}.help-referral-title{font-size:20px;margin-bottom:8px}.help-referral-description{font-size:14px}.help-stat-item{padding:18px}.help-stat-number{font-size:20px}.help-stat-label{font-size:14px}.help-bottom-section{gap:18px}.help-invite-button{padding:16px;font-size:16px}}.wallet-container{display:flex;flex-direction:column;min-height:100vh;padding:8px 8px 90px;background:#fff;position:relative}.wallet-content{flex:1;display:flex;flex-direction:column;gap:16px;margin-top:16px;margin-bottom:16px}.wallet-balance-section{width:100%;display:flex;justify-content:center}.wallet-balance-display{display:flex;align-items:center;justify-content:center;gap:8px;background:#000;padding:16px;border-radius:16px;box-shadow:0 2px 8px #0003;color:#fff;width:100%}.wallet-usdt-icon{width:28px;height:28px;filter:none}.wallet-balance-amount{font-size:22px;font-weight:700;color:#fff}.wallet-balance-currency{font-size:16px;color:#ccc}.wallet-stats-section{width:100%;display:flex;justify-content:center}.wallet-stats-container{display:flex;justify-content:space-between;gap:10px;width:100%}.wallet-stat-card{flex:1;background:#f5f5f5;padding:14px;border-radius:12px;text-align:center;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0}.wallet-stat-value{font-size:18px;font-weight:700;color:#000;margin-bottom:4px}.wallet-stat-label{font-size:13px;color:#666}.wallet-info-section{width:100%;display:flex;justify-content:center}.wallet-info-card{background:#f5f5f5;padding:16px;border-radius:12px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;width:100%}.wallet-info-title{font-size:16px;font-weight:600;color:#000;margin-bottom:10px;text-align:center}.wallet-info-text{font-size:13px;color:#333;line-height:1.5;text-align:center}.wallet-bottom-section{display:flex;flex-direction:column;gap:16px;margin-top:auto}.wallet-buttons-section{width:100%;display:flex;flex-direction:column;gap:10px}.wallet-top-buttons-row{display:flex;gap:10px;width:100%}.wallet-withdraw-button{flex:1;padding:14px;background:#000;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;min-height:50px;display:flex;align-items:center;justify-content:center}.wallet-withdraw-button:disabled{background:#a0a0a0;color:#e0e0e0;cursor:not-allowed;transform:none}.wallet-withdraw-button:hover:not(:disabled){background:#333}.wallet-boost-button{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:14px 8px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #667eea4d;transition:all .3s ease;min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative}.wallet-boost-button:hover{transform:scale(1.02);box-shadow:0 4px 12px #667eea66}.boost-button-text{font-size:13px;font-weight:700;letter-spacing:.5px}.boost-active-badge{background:#00d26a;color:#fff;font-size:9px;font-weight:700;padding:3px 6px;border-radius:6px;line-height:1}.wallet-watch-ad-button{width:100%;padding:14px;background:#000;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s;min-height:50px}.wallet-watch-ad-button:hover{background:#333}.boost-modal{max-height:70vh}.withdraw-input-group{position:relative;margin-bottom:15px}.withdraw-input-group label{display:block;margin-bottom:8px;font-size:14px;color:#333;font-weight:500}.withdraw-amount-input{width:100%;padding:12px 50px 12px 16px;border:2px solid #000000;border-radius:8px;font-size:16px;background:#fff;color:#000}.currency-symbol{position:absolute;right:16px;top:42px;color:#666;font-size:14px}.confirm-withdraw-button{width:100%;padding:16px;background:#000;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;position:relative}.confirm-withdraw-button.boost-active{background:#00d26a;cursor:not-allowed}.confirm-withdraw-button:disabled.processing{background:#666}.boost-content{text-align:center;margin-bottom:20px}.boost-icon{font-size:48px;margin-bottom:16px}.boost-title{font-size:20px;font-weight:700;color:#000;margin-bottom:12px}.boost-description{font-size:14px;color:#666;line-height:1.5;margin-bottom:20px}.boost-features{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.boost-feature{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.feature-icon{font-size:20px;width:24px}.feature-text{font-size:14px;color:#333;font-weight:500;text-align:left;flex:1}.boost-price{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.price-amount{font-size:24px;font-weight:700}.price-currency{font-size:16px;font-weight:600}.boost-active-message{background:#d4edda;color:#155724;padding:12px;border-radius:8px;border:1px solid #c3e6cb;font-size:14px;font-weight:500;margin-bottom:16px}.no-scroll{overflow:hidden}.wallet-watch-ad-button.loading{background:#666;cursor:not-allowed}.ad-loading-spinner{display:flex;align-items:center;justify-content:center;gap:8px}.spinner{width:16px;height:16px;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.ad-error-message{color:#f44;font-size:12px;text-align:center;margin-top:5px}@media(max-height:670px){.wallet-container{padding-bottom:90px}.wallet-content{gap:12px;margin-top:12px;margin-bottom:12px}.wallet-balance-display{padding:14px}.wallet-usdt-icon{width:24px;height:24px}.wallet-balance-amount{font-size:20px}.wallet-balance-currency{font-size:14px}.wallet-stat-card{padding:12px}.wallet-stat-value{font-size:16px}.wallet-info-card{padding:14px}.wallet-info-title{font-size:15px}.wallet-info-text{font-size:12px}.wallet-bottom-section{gap:12px}.wallet-buttons-section{gap:8px}.wallet-withdraw-button,.wallet-watch-ad-button,.wallet-boost-button{padding:12px;font-size:14px;min-height:45px}.withdraw-modal{max-height:70vh}.boost-modal{max-height:60vh}.boost-button-text{font-size:12px}}@media(min-height:890px)and (max-height:940px){.wallet-container{padding-bottom:110px}.wallet-content{gap:20px;margin-top:24px;margin-bottom:24px}.wallet-balance-display{padding:20px}.wallet-usdt-icon{width:32px;height:32px}.wallet-balance-amount{font-size:26px}.wallet-balance-currency{font-size:20px}.wallet-stat-card{padding:18px}.wallet-stat-value{font-size:22px}.wallet-stat-label{font-size:14px}.wallet-info-card{padding:20px}.wallet-info-title{font-size:20px}.wallet-info-text{font-size:15px}.wallet-bottom-section{gap:20px}.wallet-buttons-section{gap:12px}.wallet-withdraw-button,.wallet-watch-ad-button,.wallet-boost-button{padding:16px;font-size:16px;min-height:55px}.boost-button-text{font-size:14px}}@media(max-width:320px){.wallet-top-buttons-row{flex-direction:column;gap:8px}.wallet-withdraw-button,.wallet-boost-button{flex:1;width:100%}}.boosters-container{display:flex;flex-direction:column;min-height:100vh;padding:8px 8px 90px;background:#fff;position:relative}.boosters-content{flex:1;display:flex;flex-direction:column;gap:16px;margin-top:16px;margin-bottom:16px}.accumulated-section{width:100%;display:flex;justify-content:center}.accumulated-card{background:#000;padding:20px;border-radius:20px;box-shadow:0 4px 20px #0003;color:#fff;width:100%;display:flex;flex-direction:column;gap:16px}.accumulated-header{display:flex;align-items:center;gap:16px}.accumulated-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#333;border-radius:12px}.usdt-icon{width:28px;height:28px}.accumulated-info{flex:1}.accumulated-amount{font-size:24px;font-weight:700;margin-bottom:4px;color:#fff}.accumulated-label{font-size:14px;color:#ccc;margin-bottom:4px}.hourly-earnings{font-size:12px;color:#43e97b;font-weight:600}.withdraw-boosters-button{width:100%;padding:14px;background:#333;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.withdraw-boosters-button:hover:not(:disabled){background:#555;transform:translateY(-2px)}.withdraw-boosters-button:disabled{background:#1a1a1a;color:#666;cursor:not-allowed}.boosters-section{width:100%}.boosters-title{font-size:20px;font-weight:700;color:#000;margin-bottom:8px;text-align:center}.boosters-subtitle{font-size:14px;color:#666;text-align:center;margin-bottom:20px}.boosters-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.booster-card{width:100%;height:200px;display:flex;flex-direction:column;justify-content:space-between;padding:15px;border-radius:20px;color:#fff;box-shadow:0 4px 15px #0000001a;background:linear-gradient(135deg,#667eea,#764ba2)}.booster-header{color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600}.booster-name{font-size:14px;font-weight:600}.booster-buy-button{font-size:12px;border-radius:20px;border:none;width:auto;min-width:53px;height:28px;padding:0 8px;display:flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 0 15px #ffffff80,0 0 25px #ffffff4d;background:#fff;color:#000}.booster-buy-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 0 20px #ffffffb3,0 0 30px #ffffff80}.booster-buy-button:disabled{cursor:not-allowed;transform:none}.booster-buy-button.loading{cursor:not-allowed}.booster-buy-button.purchased{background:#1c1c1e!important;color:#b9bbbc!important;box-shadow:none!important;cursor:default}.booster-price{display:flex;align-items:center;gap:4px}.price-number{font-size:12px;font-weight:700}.stars-icon{width:14px;height:14px}.booster-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;gap:12px}.booster-icon{margin-bottom:8px}.usdt-icon-small{width:32px;height:32px}.booster-earnings{display:flex;flex-direction:column;align-items:center;gap:4px}.earnings-amount{font-size:16px;font-weight:700}.earnings-period{font-size:12px;opacity:.8}.booster-status{margin-top:8px}.active-status{background:#4caf5033;color:#4caf50;padding:4px 8px;border-radius:8px;font-size:11px;font-weight:600;border:1px solid rgba(76,175,80,.3)}.inactive-status{background:#ffffff1a;color:#ffffffb3;padding:4px 8px;border-radius:8px;font-size:11px;font-weight:600}.loading-spinner{display:flex;align-items:center;justify-content:center;gap:4px}.spinner{width:14px;height:14px;border:2px solid #000000;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.purchase-message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000e6;color:#fff;padding:16px 24px;border-radius:15px;font-size:14px;font-weight:600;z-index:1000;text-align:center;max-width:80%;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-40%)}20%{opacity:1;transform:translate(-50%,-50%)}80%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-60%)}}.withdraw-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1000;animation:fadeIn .3s ease-out}.withdraw-modal{background:#fff;width:100%;max-width:500px;border-top-left-radius:20px;border-top-right-radius:20px;padding:0;box-shadow:0 -4px 20px #00000026;animation:slideUp .3s ease-out;max-height:80vh;overflow-y:auto}.withdraw-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.withdraw-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#000}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#000}.withdraw-modal-content{padding:20px}.withdraw-balance-info{margin-bottom:20px}.withdraw-balance-info p{margin:0 0 15px;font-size:14px;color:#333}.withdraw-fee{font-size:12px!important;color:#666!important;margin-bottom:10px!important}.withdraw-total{font-size:16px!important;color:#000!important;margin-bottom:0!important}.boosters-note{font-size:12px!important;color:#666!important;font-style:italic!important;margin-top:10px!important;padding:10px;background:#f0f0f0;border-radius:8px}.withdraw-modal-actions{display:flex;flex-direction:column;gap:10px}.confirm-withdraw-button{width:100%;padding:16px;background:#000;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;position:relative}.confirm-withdraw-button:disabled{background:#a0a0a0;cursor:not-allowed}.confirm-withdraw-button:hover:not(:disabled){background:#333}.boosters-bottom-section{margin-top:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-height:670px){.boosters-container{padding-bottom:90px}.boosters-content{gap:12px;margin-top:12px;margin-bottom:12px}.accumulated-card{padding:16px}.accumulated-icon{width:44px;height:44px}.usdt-icon{width:24px;height:24px}.accumulated-amount{font-size:20px}.booster-card{height:180px;padding:12px}}@media(min-height:890px)and (max-height:940px){.boosters-container{padding-bottom:110px}.boosters-content{gap:20px;margin-top:24px;margin-bottom:24px}.accumulated-card{padding:24px}.accumulated-icon{width:56px;height:56px}.usdt-icon{width:32px;height:32px}.accumulated-amount{font-size:28px}.boosters-grid{gap:16px}.booster-card{height:220px;padding:18px}}@media(max-width:360px){.boosters-grid{grid-template-columns:1fr;gap:10px}.booster-card{height:190px}.accumulated-header{flex-direction:column;text-align:center;gap:12px}.booster-buy-button{font-size:10px;padding:0 6px}.stars-icon{width:12px;height:12px}}@media(min-width:768px){.boosters-grid{grid-template-columns:repeat(2,1fr);gap:16px}}
