@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Lato,sans-serif}html{scroll-behavior:smooth}::-webkit-scrollbar{width:15px}::-webkit-scrollbar-track{border-radius:5px;box-shadow:inset 0 0 10px #00000040;background-color:transparent}::-webkit-scrollbar-thumb{border-radius:5px;background:linear-gradient(to top,#c72092,#6fc)}.crypto-ticker{position:fixed;top:0;left:0;width:100%;background-color:#000;color:#fff;padding:8px 0;overflow:hidden;z-index:999;font-family:monospace}.ticker-wrapper{overflow:hidden;white-space:nowrap}.ticker-content{display:inline-flex;animation:scroll-left 200s linear infinite}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.coin{display:inline-flex;align-items:center;gap:8px;margin-right:40px;white-space:nowrap}.coin-logo{width:20px;height:20px;border-radius:50%}.coin-text{display:flex;line-height:1.2}.coin-name{font-weight:700;font-size:13px}.coin-symbol{font-size:12px;color:#ccc}.coin-price{color:#fff}.change.positive{color:#6f6}.change.negative{color:#ff4d4d}.hero-section{background-image:linear-gradient(#0009,#0009),url(/assets/topbanner-C8EEczCL.jpg);background-size:cover;background-position:top center;padding-top:80px;padding-bottom:100px;text-align:center;color:#fff;height:80vh}.hero-content h1{font-size:72px;line-height:1.3;font-weight:900;margin-bottom:20px}.hero-content p{font-size:28px;width:78%;margin:0 auto 30px;color:#fff;line-height:32px}.wallet-button{background-color:#cc1f7d;color:#fff;padding:15px 24px;font-size:18px;border:none;border-radius:30px;cursor:pointer;font-weight:700}.wallet-button:hover{background-color:#e33691}.highlight{color:#e362a1}@media (max-width: 856px){.hero-section{height:auto;padding-right:10px;padding-left:10px}.hero-content h1{font-size:70px}.hero-content p{font-size:24px}}@media (max-width: 500px){.hero-content h1{font-size:54px}.hero-content p{font-size:20px}}@media (max-width: 400px){.hero-content h1{font-size:50px}.hero-content p{font-size:18px}}@media screen and (min-width: 950px) and (min-height: 1600px){.hero-section{height:auto;min-height:40vh}.hero-content p{font-size:25px;margin-bottom:50px}}.sync-section{background-color:#010b2e;position:relative;overflow:hidden;padding:4rem 1rem;text-align:center;font-weight:700}.sync-content{position:relative;z-index:1}.blob-svg{position:absolute;top:0;width:115px;opacity:.3;z-index:0}.blob-svg.rotate{right:0;transform:rotate(180deg)}.blob-svg:not(.rotate){left:0}.blob0{fill:#ee5586}.blob1{fill:#efefef}.blob2{fill:#f5f5f5}.sync-section h2{font-size:60px;margin-bottom:10px;color:#fff;font-weight:900}.sync-section p{color:#fff;margin-bottom:40px;font-size:28px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px 24px;max-width:1300px;width:100%;margin:0 auto;padding:30px 20px}.sync-item{display:flex;align-items:center;gap:20px;padding:20px 24px;background-color:#00000040;border-radius:16px;text-decoration:none;transition:background-color .3s ease,transform .3s ease;box-shadow:0 6px 16px #00000040}.sync-item:hover{transform:translateY(-6px)}.icon-wrap{min-width:50px;height:70px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#ee5586}.divider{width:1px;height:70px;background-color:#2c3e50;margin-right:10px}.inform{display:flex;flex-direction:column;text-align:left;color:#d562a1}.inform .title{font-weight:700;font-size:22px;margin-bottom:4px}.inform .description{font-size:17px;color:#fff;line-height:1.4;word-wrap:break-word}@media screen and (max-width: 768px){.blob-svg{display:none}}@media (max-width: 1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 750px){.feature-grid{grid-template-columns:repeat(1,1fr)}}@media (max-width: 410px){.feature-grid{padding:20px 5px}.sync-section h2{font-size:35px}.sync-section p{font-size:20px;width:250px;margin:0 auto}}@media screen and (min-width: 950px) and (min-height: 1600px){.sync-content p{width:400px;margin:0 auto;font-size:18px}}.footer{width:100%;height:10vh;background:#101920;display:flex;align-items:center;justify-content:space-around;color:#fff}.footer-left{font-weight:300}.footer-right{display:flex}.footer-right span{margin:0 13px;font-weight:300}@media (max-width: 500px){.footer{flex-direction:column;height:auto;padding-top:10px;padding-bottom:10px}.footer-right{flex-direction:column;align-items:center;margin-top:10px}.footer-right span{margin:10px 0}}.wallet{background-image:url(/assets/bg2-DHDTgGa0.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.heading{display:flex;justify-content:space-between;align-items:center;position:fixed;top:6%;width:100%;padding:0 20px;box-sizing:border-box}.heading-left,.heading-right{width:100px;display:flex;align-items:center}.heading-left{width:80px}.heading-center{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}.heading-right{width:8%}.button-back{background:none;border:none;color:#6fc;font-weight:700;font-size:14px;cursor:pointer;padding:6px 12px;transition:color .2s ease}.button-back:hover{color:#c72092}.heading-title img{width:38px;height:30px}.heading-title h2{color:#fff;font-weight:800;font-size:20px}.wallet-box{background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;max-width:700px;width:100%;padding:30px 20px;color:#fff;margin:40px auto 0}.wallet-box h3{margin-bottom:16px;font-size:1.3rem}.wallet-list{display:flex;flex-direction:column;gap:8px;max-height:550px;overflow-y:auto}.wallet-item{background-color:#ffffff14;border-radius:10px;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;cursor:pointer;transition:background .3s ease}.wallet-item:hover{background-color:#fff3}.wallet-icon{width:35px;height:35px}.wallet-name{font-weight:600;color:#6fc}.wallet-end{display:flex;flex-direction:column;align-items:center;justify-content:center}.wallet-end h3{font-size:14px;font-weight:500;display:flex;align-items:center}.wallet-end p{font-size:12px}.wallet-end-icon{width:15px;height:15px}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;overflow-y:auto}.modal-content{background:#fff;padding:1.5rem;border-radius:20px;width:350px;max-width:90%;position:relative}.modal-content-two{width:90%;max-width:600px;padding:24px;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;gap:1rem;font-size:16px;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-back-btn{background:#ccc;padding:10px;text-align:center;border:none;border-radius:10px;color:#e33691;width:100%;font-size:13px;font-weight:600;margin-bottom:1rem;cursor:pointer}.connecting-box{padding:1rem;border:1px solid #00ff00;border-radius:10px;color:#0f0;margin-bottom:1rem;text-align:center}.wallet-modal-box{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#000;border-radius:10px;border:1px solid #ddd;max-width:450px;cursor:pointer}.wallet-modal-box:hover{transform:scale(1.1)}.wallet-text{display:flex;flex-direction:column;justify-content:center}.wallet-text h4{margin:0;font-size:1rem;font-weight:600;color:#fff}.wallet-text p{margin:4px 0 0;font-size:.875rem;color:#fff}.wallet-modal-icon{width:40px;height:40px;margin-left:16px;object-fit:contain}.error-modal{background:#1a1a1a;color:#fff;padding:30px 24px;border-radius:16px;max-width:480px;width:90%;text-align:center;box-shadow:0 0 12px #0006;font-size:1rem;animation:slideFadeIn .5s ease-out}.error-title{font-size:1.5rem;font-weight:700;color:#d9534f;margin-bottom:8px}.error-description{font-size:.9rem;color:#fff}.error-icon{font-size:40px;margin-bottom:16px}@keyframes slideFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animated-icon{font-size:48px;margin-bottom:16px;animation:pulseBounce 1.2s infinite ease-in-out}@keyframes pulseBounce{0%{transform:scale(1) translateY(0);opacity:1}30%{transform:scale(1.15) translateY(-6px);opacity:.9}50%{transform:scale(.95) translateY(2px);opacity:1}70%{transform:scale(1.1) translateY(-4px);opacity:.95}to{transform:scale(1) translateY(0);opacity:1}}.tab-buttons{display:flex;gap:8px;margin-top:1rem}.tab-buttons button{flex:1;padding:8px;border:1px solid #ddd;border-radius:10px;background:#f5f5f5;cursor:pointer}textarea{width:100%;margin-top:1rem;padding:8px;border:1px solid #ccc;border-radius:10px}.tab-buttons button.active{background:#007bff;color:#fff;border-color:#007bff}input{width:100%;margin-top:1rem}.helper-text{margin-top:.5rem;font-size:12px;color:#333}.encryption-text{margin-top:.25rem;font-size:11px;color:#777}.proceed-btn{margin-top:1rem;background:#007bff;color:#fff;padding:10px;border:none;width:100%;cursor:pointer;border-radius:10px}.cancel-btn{margin-top:.5rem;background:#dc3545;color:#fff;padding:10px;border:none;width:100%;cursor:pointer;border-radius:10px}.keystore-upload{display:block;margin-top:1rem}.upload-box{border:1px dashed #999;padding:12px;text-align:center;color:#666;cursor:pointer;border-radius:4px;background:#f9f9f9}.keystore-password{width:100%;margin-top:1rem;padding:10px;border:1px solid #ccc;border-radius:4px}.keystore-helper{font-size:11px;color:#000;margin-top:.5rem}.progress-bar{margin-top:10px;height:8px;width:100%;background-color:#e0e0e0;border-radius:5px;overflow:hidden}.progress-fill{height:100%;background-color:#3b82f6;transition:width .4s ease-in-out}.error-message{margin-top:.5rem;color:red;font-weight:500}.upload-box{padding:.75rem;background:#f0f0f0;border-radius:6px;cursor:pointer;margin-bottom:.5rem}.remember-container{width:100%;display:flex;justify-content:flex-start;padding-top:10px}.remember-label{display:inline-flex;align-items:center;gap:10px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1;color:#ccc}.remember-label input[type=checkbox]{transform:translateY(-8px)}@media (max-width: 768px){.modal-content-two{width:95%;padding:16px;font-size:14px}}@media (max-width: 480px){.wallet-box{padding:20px 15px;font-size:14px}.heading{top:7%}.heading-right{width:20%}.wallet-list{max-height:500px}.modal-content-two{padding:12px;font-size:13px;gap:.75rem}.tab-buttons button{font-size:13px;padding:8px}.proceed-btn,.cancel-btn{font-size:14px;padding:10px}.remember-label{font-size:12px}.helper-text{font-size:10px}.connecting-text{font-size:14px}.wallet-text h4{font-size:12px}.wallet-text p{margin:4px 0 0;font-size:10px}.wallet-modal-icon{width:30px;height:30px}.button-back{font-size:12px}.heading-title h2{font-size:16px}}@media screen and (min-width: 950px) and (min-height: 1600px){.wallet{height:auto;min-height:1650px}.wallet-box{margin-top:100px}.heading{top:3%}.wallet-list{max-height:1560px}.wallet-item{flex-direction:row;justify-content:space-between;padding:12px 16px;font-size:1rem}.wallet-icon{width:36px;height:36px}.wallet{padding-bottom:50px}.modal-content{width:53%;max-height:90vh;padding:32px 28px;font-size:1.05rem;border-radius:16px;box-shadow:0 6px 18px #00000026;overflow-y:auto}.modal-content-two{width:90%;max-height:95vh;padding:40px 30px;font-size:1.1rem;border-radius:18px;box-shadow:0 8px 24px #0003;overflow-y:auto}.modal-content input,.modal-content textarea,.modal-content-two input,.modal-content-two textarea{font-size:1.05rem;padding:14px}.modal-content button,.modal-content-two button{font-size:1.05rem;padding:14px 24px}}
