@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";header{position:fixed;top:0;left:0;right:0;background-color:#0c1118;border-bottom:1px solid hsl(215,33%,18%);box-shadow:0 2px 4px #0000001a;z-index:1000}#headerContainer{padding:.4rem 1rem;max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:40px}.logo{margin-top:20px;max-width:150px;height:auto}.hamburger-menu{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;width:30px;height:24px;justify-content:space-between}.hamburger-menu span{display:block;width:100%;height:3px;background-color:#80ffea;border-radius:2px;transition:all .3s ease}.hamburger-menu span.open:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.hamburger-menu span.open:nth-child(2){opacity:0}.hamburger-menu span.open:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}nav ul{list-style:none;display:flex;margin:0;padding:0;gap:1.5rem}nav ul li{display:flex;align-items:center;justify-content:center;cursor:pointer}nav a{display:flex;align-items:center;text-decoration:none;color:#80ffea;font-size:1rem;text-align:center;padding:.3rem 1rem;border:1px solid transparent;border-radius:6px;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}nav a img{margin-right:8px;height:17px;text-align:center;align-items:center}nav a:hover{background-color:#111822;border-color:#4a5568}nav a.active{background-color:#111822;border-color:#4a5568}.user-email{color:#d1cccc;font-size:.9rem;padding:.5rem 1rem;cursor:default}.nav-logout-btn{background-color:transparent;color:#80ffea;font-family:inherit;font-size:1.1rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.nav-logout-btn:hover{background-color:#111822;border-color:#4a5568}@media(max-width:1024px){#headerContainer{padding:.4rem 1.5rem}nav ul{gap:1rem}nav a{font-size:.95rem;padding:.3rem .8rem}}@media(max-width:768px){#headerContainer{padding:.4rem 1rem;height:60px}.logo{max-width:120px}.hamburger-menu{display:flex}nav{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:#0c1118;border-left:1px solid hsl(215,33%,18%);transition:right .3s ease-in-out;padding-top:80px;box-shadow:-2px 0 10px #0000004d}nav.mobile-menu-open{right:0}nav ul{flex-direction:column;gap:0;padding:1rem 0}nav ul li{width:100%;justify-content:flex-start}nav a{width:100%;justify-content:flex-start;padding:1rem 1.5rem;border-radius:0;border:none;border-bottom:1px solid hsl(215,33%,12%)}nav a:hover,nav a.active{background-color:#151d29;border-left:3px solid #80ffea}.user-email{padding:1rem 1.5rem;border-bottom:1px solid hsl(215,33%,12%)}.nav-logout-btn{width:100%;text-align:left;padding:1rem 1.5rem;font-size:1rem;border-radius:0;border-bottom:1px solid hsl(215,33%,12%)}.nav-logout-btn:hover{background-color:#151d29;border-left:3px solid #80ffea}}body{background-color:#161625;margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}.container{max-width:1000px;margin:6rem auto 0;padding:0 1rem;color:#fff}.home-content{display:flex;align-items:center;gap:2rem}.hero-text{flex:1}.hero-text h1{font-size:3rem;font-weight:600;line-height:1.2;background:l#fff}.typewriter{position:relative;overflow:hidden;white-space:nowrap;background:linear-gradient(90deg,#ff79c6,#9580ff,#80ffea);-webkit-background-clip:text;background-clip:text;color:transparent;animation:typing 2.5s steps(18,end),blink .75s step-end infinite}.hero-text h3{font-weight:300;line-height:1.6}@media(max-width:1024px){.container{max-width:100%;padding:0 2rem}.hero-text h1{font-size:2.5rem}.hero-text h3{font-size:1rem}}@media(max-width:768px){.container{margin:4rem auto 0;padding:0 1rem}.home-content{flex-direction:column;gap:2rem}.hero-text{text-align:center}.hero-text h1{font-size:1.8rem;line-height:1.3}.hero-text h3{font-size:.95rem;line-height:1.5}.typewriter{white-space:normal}}.loginFormContainer{flex:1;display:flex;justify-content:center}.loginForm{background-color:#1a1a2e;padding:2rem;border-radius:10px;width:100%;max-width:400px;box-shadow:0 4px 15px #0003}.btnLogin:hover{filter:brightness(1.1)}.forgotPassword,.createAccount{font-size:.8rem;text-align:center;color:#9aa1a0;display:block;margin-top:1rem;text-decoration:none}.forgotPassword:hover,.createAccount:hover{text-decoration:dashed underline}hr{border:none;height:1px;background-color:#444;width:80%;margin:1rem auto}@media(max-width:768px){.loginFormContainer{padding:0 1rem}.loginForm{padding:1.5rem;max-width:100%}}footer{background-color:#1a1a2e;color:#fff;font-size:.9em;padding-bottom:20px}footer .footer-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}footer .footer-links a{color:#fff;text-decoration:none;margin-left:20px;opacity:.8;transition:opacity .3s}footer .footer-links a:hover{opacity:1}@media(max-width:768px){footer .footer-container{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem 1rem}footer .footer-links{display:flex;flex-direction:column;gap:.5rem}footer .footer-links a{margin-left:0}}section{padding:4rem 1.5rem;text-align:center}.features-title{font-size:2rem;margin-bottom:2rem;color:#d1cccc}.features-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.feature-card{background:#fff;border-radius:1rem;padding-left:2rem;padding-right:2rem;padding-top:10px;padding-bottom:10px;box-shadow:0 4px 14px #00000014;transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(30px)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a}.feature-icon{width:50px;height:50px;margin-bottom:1rem}.testimonials-section{background-color:#f8f8fa}.testimonial-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}.testimonials-title{font-size:2rem;margin-bottom:2rem;color:#242455}.testimonial-card{background:#f9fafc;border:1px solid #e1e2e4;border-radius:1rem;padding:2rem;max-width:300px;box-shadow:0 4px 10px #0000000d;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px)}.user-photo{width:120px;height:120px;border-radius:50%;padding-top:10px;margin-bottom:1rem;background-color:#aca6a6}.testimonial-text{font-size:.95rem;color:#333;margin-bottom:1rem}.user-name{font-weight:600;color:#111}.cta-button{display:inline-block;margin-top:2rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;color:#0c131f;background:linear-gradient(90deg,#ff79c6,#9580ff,#80ffea);border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:1024px){section{padding:3rem 1.5rem}.features-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonial-container{gap:1.5rem}}@media(max-width:768px){section{padding:2rem 1rem}.features-title,.testimonials-title{font-size:1.5rem;margin-bottom:1.5rem}.features-container{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.feature-icon{width:40px;height:40px}.testimonial-container{flex-direction:column;align-items:center;gap:1.5rem}.testimonial-card{max-width:100%;width:100%;padding:1.5rem}.user-photo{width:80px;height:80px}.cta-button{padding:.9rem 2rem;font-size:1rem}}h2{margin-top:0;color:#d1cccc;margin-bottom:1.5rem;text-align:center}input{width:100%;padding:.8rem;border-radius:5px;border:1px solid #444;background-color:#c8c9c8;color:#333;box-sizing:border-box}input:focus{border:1px solid hsl(189,98%,50%);outline:none}input::placeholder{font-size:1rem}button{width:100%;padding:.8rem;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:16px;font-weight:700;background:#9580ff;transition:background-color .2s}@media(max-width:768px){input{padding:.9rem;font-size:16px;min-height:44px}button{padding:.9rem;min-height:44px;font-size:16px}h2{font-size:1.5rem}}body{background-color:#161625;font-family:Montserrat,sans-serif}.registerForm{max-width:400px;margin:8rem auto 30px;padding:2rem;background-color:#1a1a2e;border-radius:10px;box-shadow:0 4px 15px #0003}.error{color:#c07f08;font-size:.9em;height:1.2em;margin-top:2px}hr{border:none;height:1px;background-color:#444}@media(max-width:768px){.registerForm{margin:5rem auto 30px;padding:1.5rem;max-width:90%}}.dashboard-container{max-width:800px;margin:8rem auto 3rem;padding:2rem;background-color:#fff;color:#1a1a2e;border-radius:10px;box-shadow:0 4px 25px #0003}.dashboard-header{text-align:center}.dashboard-header h2{font-size:2rem;font-weight:600;color:#1a1a2e}.dashboard-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-top:2rem}.feature-card{background:#f9fafc;border:1px solid #e1e2e4;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 14px #0000000d;transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(30px);text-align:center}.feature-card.visible{opacity:1;transform:translateY(0)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000012}.feature-card h3{margin-bottom:.5rem}.cta-button{display:inline-block;margin-top:2rem;padding:1rem 0;width:200px;text-align:center;font-size:1.1rem;font-weight:600;color:#0c131f;background:linear-gradient(90deg,#ff79c6,#9580ff,#80ffea);border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #80ffea33}.dashboard-actions{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.kyc-link{margin-top:1rem;color:#9580ff;text-decoration:none}@media(max-width:1024px){.dashboard-container{max-width:90%;padding:1.5rem}.dashboard-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dashboard-container{margin:5rem auto 2rem;padding:1.5rem;max-width:90%}.dashboard-header h2{font-size:1.5rem}.dashboard-content{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.25rem}.cta-button{width:100%;max-width:300px}}.send-container{max-width:400px;margin:3rem auto;padding:2rem;background-color:#f9fafc;border:1px solid #e1e2e4;border-radius:1rem;box-shadow:0 4px 14px #0000000d;text-align:center}.send-btn{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(90deg,#ff79c6,#9580ff);border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.send-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9580ff4d}.send-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.error-message{color:#f55;margin-top:1rem;font-size:.9rem}.address-box{margin-top:2rem;padding:1.5rem;background:#fff;border:1px solid #eee;border-radius:8px;animation:fadeIn .5s ease-in-out}.btc-address{font-family:monospace;font-size:1rem;word-break:break-all;background:#f1f1f1;padding:.8rem;border-radius:4px;margin-bottom:1rem;color:#333}.qr-wrapper{margin-top:1.5rem;display:flex;justify-content:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.send-container{max-width:90%;padding:1.5rem;margin:2rem auto}.btc-address{font-size:.85rem;padding:.6rem}.address-box{padding:1rem}.qr-wrapper canvas{max-width:100%;height:auto!important;width:auto!important}}body{background-color:#161625!important;font-family:Montserrat,sans-serif!important}.verifyEmailForm{max-width:400px;margin:8rem auto 30px;padding:2rem;background-color:#1a1a2e;border-radius:10px;box-shadow:0 4px 15px #0003}@media(max-width:768px){.verifyEmailForm{margin:5rem auto 30px;padding:1.5rem;max-width:90%}}.kyc-container{max-width:600px;margin:8rem auto 3rem;padding:2rem;background-color:#1a1a2e;color:#d1cccc;border-radius:10px;box-shadow:0 4px 25px #0003}.kyc-form h2{text-align:center;font-size:2rem;font-weight:600;margin-bottom:.5rem}.kyc-form p{text-align:center;margin-bottom:2rem;color:#a0a0b8}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select{width:100%;padding:.8rem 1rem;border:1px solid #3a3a5e;border-radius:5px;background-color:#2a2a4a;color:#d1cccc;font-size:1rem;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#9580ff;box-shadow:0 0 0 2px #9580ff4d}.kyc-form .cta-button{width:100%;margin-top:1rem}.loading-message,.success-message,.error-message{text-align:center;margin:1rem 0;padding:.8rem;border-radius:5px}.success-message{background-color:#2a4a3a;color:#80ffea}.error-message{background-color:#4a2a2a;color:#ff79c6}@media(max-width:768px){.kyc-container{margin:5rem auto 2rem;padding:1.5rem;max-width:90%}.kyc-form h2{font-size:1.5rem}.form-group input,.form-group select{padding:.9rem 1rem;font-size:16px}}
