body{margin:0%}h1{font-size:2.5rem;margin-bottom:1.5rem;font-weight:800;background:linear-gradient(to right,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;transform:translateY(20px);animation:fadeInUp .8s ease forwards .2s}.auth-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;z-index:-2}.login-container{display:flex;justify-content:center;align-items:center;background:linear-gradient(#000000b3,#000000b3),radial-gradient(circle at center,#667eea,#764ba2);padding:2rem}.login-box{background:#000;padding:40px;border-radius:10px;box-shadow:0 0 20px #0000001a;width:100%;max-width:500px;text-align:center}.form-group{margin-bottom:20px}input{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:16px;transition:border-color .3s ease;box-sizing:border-box;opacity:1;transform:translateY(20px);animation:fadeInUp .8s ease forwards .2s}.form-group{margin-bottom:20px;width:100%}.password-input{position:relative;width:100%;display:block}.password-input input{width:100%;padding-right:44px;box-sizing:border-box}input:focus{outline:none;border-color:#667eea}.error{color:#e74c3c;font-size:14px;margin-top:4%;display:block}.primary-button{background-color:#4f46e5;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;font-size:1.1rem;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards .2s;align-self:center}.primary-button:hover{background-color:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.login-para{font-size:1.5rem;margin-bottom:2.5rem;line-height:1.6;color:#ffffffe6;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards .2s;text-align:center}button:hover{transform:translateY(-2px)}@media (min-width: 768px){.login-container{padding:4rem}}@media (min-width: 1024px){.login-container{padding:8rem}}@media (max-width: 480px){.login-box{padding:20px;margin:1rem}h1{font-size:1.5rem}input{padding:10px}.login-para{font-size:1.2rem;margin-bottom:1.5rem}button{padding:.75rem 1.5rem;font-size:1rem}}.password-toggle{position:absolute;right:15px;top:50%;background:none;border:none;padding:0;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;transition:color .2s ease}.password-toggle:hover{color:#667eea}.password-input input{padding-right:44px;width:100%;box-sizing:border-box}button[type=submit]{width:100%}.password-toggle svg{width:20px;height:20px}@media (max-width: 768px){.text-box h3{font-size:2.5rem}.text-box h4{font-size:1.5rem}.text-container{padding:4rem}}.auth-page{min-height:calc(100vh - 150px);display:flex;align-items:center;justify-content:center;position:relative;padding:2rem;font-family:Inter,Segoe UI,sans-serif}.auth-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;z-index:-2}.auth-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#020617f2,#0f172ae6);z-index:-1}.auth-container{width:100%;max-width:480px;background:#1e293bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1rem 2.5rem;box-shadow:0 15px 35px #0000004d;border:1px solid rgba(255,255,255,.1);color:#f8fafc;margin-top:5%}.auth-container h2{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-subtitle{font-size:1rem;color:#f8fafccc;margin-bottom:2rem}.input-group-auth{margin:2.5rem 0;display:flex;flex-direction:column;gap:8px}.input-group-auth label{display:block;margin-bottom:0rem;font-size:.9rem;color:#f8fafce6}.auth-input{width:100%;padding:.9rem 1rem;background:#0f172a99;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#f8fafc;font-size:1rem;transition:all .3s ease;box-sizing:border-box;margin-top:-4%}.auth-input:focus{outline:none;border-color:#6e56cf;box-shadow:0 0 0 2px #6e56cf4d}.password-input{position:relative;width:100%}.password-input input{width:100%;padding-right:70px}.password-toggle{position:absolute;right:15px;top:50%;background:none;border:none;color:#10b981;cursor:pointer;font-size:.85rem;padding:5px 10px}.auth-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem}.remember-me{display:flex;align-items:center}.checkbox-input{margin-right:.5rem;width:16px;height:16px;accent-color:#6e56cf}.checkbox-label{color:#f8fafce6}.forgot-password{color:#10b981;text-decoration:none}.forgot-password:hover{text-decoration:underline}.auth-button{width:100%;padding:1rem;background:linear-gradient(135deg,#6e56cf,#4338ca);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.auth-button:hover{background:linear-gradient(135deg,#7c66d4,#4f42d4);box-shadow:0 4px 12px #4338ca66}.auth-footer{margin-top:2rem;text-align:center;font-size:.95rem;color:#f8fafccc}.auth-link{color:#10b981;cursor:pointer;font-weight:500}.auth-link:hover{text-decoration:underline}.terms-agreement{display:flex;align-items:flex-start;margin-bottom:1.5rem;font-size:.85rem;color:#f8fafccc}.terms-agreement input{margin-right:.5rem;margin-top:.2rem;width:16px;height:16px;accent-color:#6e56cf}.terms-agreement label{flex:1}@media (max-width: 480px){.text-box h3{font-size:2rem}.text-box h4{font-size:1.3rem}.text-box p,.text-box ul{font-size:1rem}.text-container{padding:2rem}.auth-page{margin-top:5rem;min-height:100vh}}.contact-input-group{display:flex;align-items:stretch;gap:8px;width:100%;margin-top:-4%}.country-code-select{width:70px;padding:.9rem .5rem;border-radius:8px;background:#0f172a99;color:#fff;border:1px solid rgba(255,255,255,.2);font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:12px;cursor:pointer;box-sizing:border-box;height:49px;margin-top:4%}.contact-input{flex:1;margin-top:0;height:48px}.country-code-select:focus{outline:none;border-color:#6e56cf;box-shadow:0 0 0 3px #6e56cf4d}.footer{background:#000;box-shadow:0 -2px 10px #0000001a;padding:1.5rem;position:relative;z-index:1;width:100%}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-left{flex:1;min-width:200px}.footer-company{color:#f8fafc;margin:0;font-size:.9rem;opacity:.8}.footer-right{flex:1;min-width:200px;display:flex;justify-content:flex-end}.footer-links{display:flex;gap:1.5rem;justify-content:flex-end;flex-wrap:wrap}.footer-link{color:#667eea;text-decoration:none;font-size:.9rem;transition:color .3s ease;white-space:nowrap}.footer-link:hover{color:#764ba2;text-decoration:underline}@media (max-width: 768px){.footer{padding:1.25rem}.footer-content{flex-direction:column;text-align:center;gap:1rem}.footer-links{justify-content:center;gap:1rem}.footer-left,.footer-right{flex:none;width:100%}.footer-right{justify-content:center}.footer-company{font-size:.8rem;margin-bottom:.5rem}}@media (max-width: 480px){.footer{padding:1rem}.footer-links{gap:.75rem}.footer-link{font-size:.8rem}.footer-company{font-size:.75rem}}.layout,.logged-in-layout{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(#000000b3,#000000b3),radial-gradient(circle at center,#667eea,#764ba2);overflow-x:hidden}.logged-in-layout{height:100vh;overflow:hidden}.main-content,.logged-in-main-content{flex:1;padding:80px 20px 20px;max-width:1200px;width:90%;margin:0 auto;position:relative;z-index:1}.logged-in-main-content{overflow:hidden;height:calc(100vh - 140px)}@media (max-width: 992px){.main-content,.logged-in-main-content{width:95%;padding:80px 15px 20px}}@media (max-width: 768px){.layout.mobile,.logged-in-layout.mobile{overflow-y:auto}.main-content,.logged-in-main-content{padding:70px 10px 15px}.logged-in-main-content{height:calc(100vh - 120px);overflow-y:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.main-content,.logged-in-main-content{padding:60px 10px 10px}.logged-in-main-content{height:calc(100vh - 110px)}}@media (max-height: 500px) and (orientation: landscape){.logged-in-layout{height:auto;min-height:100vh}.logged-in-main-content{height:auto;min-height:calc(100vh - 100px)}}.header{background:#000;box-shadow:0 2px 10px #0000001a;padding:1rem 2rem;position:fixed;top:0;left:0;right:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;z-index:1001}.logo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.logo h2{margin:0;color:#667eea;font-size:1.5rem;font-weight:600;cursor:pointer}.nav-links{display:flex;gap:2.5rem}.nav-link{display:flex;align-items:center;gap:.5rem;color:#f8fafc;text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem .75rem;border-radius:6px;transition:all .2s ease}.nav-link:hover{color:#667eea;background-color:#667eea0d}.nav-link.active{color:#667eea;background-color:#667eea1a;font-weight:600}.nav-icon{display:flex;align-items:center;justify-content:center}.nav-text{letter-spacing:.01em}.user-section{position:relative}.avatar{cursor:pointer;position:relative}.avatar img{width:40px;height:40px;border-radius:50%;border:2px solid #667eea;transition:transform .3s ease}.avatar:hover img{transform:scale(1.05)}.logo img{width:50px;height:50px;border-radius:50%;border:2px solid #667eea;transition:transform .3s ease}.logo:hover img{transform:scale(1.05)}.avatar-wrapper{position:relative;padding:5px}.dropdown-menu{position:absolute;top:120%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:160px;padding:.5rem 0;z-index:1000;opacity:0;visibility:hidden;transition:all .2s ease;transform:translateY(-10px)}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1rem;color:#333;text-decoration:none;transition:all .2s ease;width:100%;text-align:left;border:none;background:none;font-size:1rem;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-item:hover{background-color:#667eea1a;color:#667eea}.mobile-menu-toggle{display:none;background:transparent;border:none;color:#f8fafc;cursor:pointer;padding:.5rem;z-index:1001}.mobile-logout-button{display:flex;align-items:center;gap:.5rem;color:#f8fafc;background:none;border:none;font-weight:500;font-size:.95rem;padding:.5rem .75rem;border-radius:6px;cursor:pointer;width:100%;justify-content:center}.mobile-logout-button:hover{color:#ef4444;background-color:#ef44440d}@media (max-width: 768px){.header{padding:.75rem 1rem}.mobile-menu-toggle{display:flex}.nav-links.mobile{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;transform:translate(100%);transition:transform .3s ease;z-index:1000}.nav-links.mobile.open{transform:translate(0)}.nav-link{font-size:1.1rem;padding:.75rem 1rem;width:100%;text-align:center;justify-content:center}.logo img{width:40px;height:40px}}@media (max-width: 480px){.header{padding:.5rem .75rem}.nav-link{font-size:1rem;padding:.6rem .8rem}.logo img{width:36px;height:36px}}.futuristic-chat-container{position:relative;display:flex;flex-direction:column;height:100vh;width:100%;overflow:hidden;font-family:Inter,Segoe UI,sans-serif;color:var(--light-text)}.parallax-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1534972195531-d756b9bfa9f2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;transform:translateZ(-10px) scale(2);z-index:-2}.gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--darker-bg) 0%,rgba(15,23,42,.8) 100%);z-index:-1}.chat-interface{display:flex;flex-direction:column;height:calc(100% - 200px);width:95%;max-width:1200px;margin:0 auto;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:var(--card-bg);border-radius:var(--border-radius);margin-bottom:20px;box-shadow:0 4px 20px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.new-chat-button{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#6e56cf33;color:var(--light-text);border:1px solid rgba(110,86,207,.3);border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-speed) ease;font-weight:500}.new-chat-button.disabled{opacity:.5;cursor:not-allowed}.new-chat-button:hover{background:#6e56cf4d;box-shadow:0 0 15px var(--glow-color)}.new-chat-button svg{color:var(--primary-color)}.package-timer{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#10b98133;border-radius:20px;font-size:.9rem;color:var(--light-text);border:1px solid rgba(16,185,129,.3)}.timer-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2310b981'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");background-size:contain}.chat-messages-container{flex:1;overflow:hidden;background:var(--card-bg);border-radius:var(--border-radius);box-shadow:0 4px 20px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);margin-bottom:20px;padding-bottom:15px}.chat-messages{height:100%;overflow-y:auto;padding:20px;scrollbar-width:thin;scrollbar-color:var(--primary-color) transparent}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:20px}.message{margin-bottom:20px;max-width:85%}.user{margin-left:auto}.message-content{display:flex;align-items:flex-start;gap:12px}.avatar{flex-shrink:0}.bot-avatar-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px var(--glow-color)}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #6e56cfb3}70%{box-shadow:0 0 0 10px #6e56cf00}to{box-shadow:0 0 #6e56cf00}}.message-bubble{padding:15px 20px;border-radius:var(--border-radius);background:var(--card-bg);box-shadow:0 4px 15px #0000001a;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);line-height:1.5}.bot .message-bubble{background:#6e56cf26;border-top-left-radius:0}.user .message-bubble{background:#10b98126;color:var(--light-text);border-bottom-right-radius:0;margin-left:auto}.welcome-message{max-width:100%}.welcome-bubble{background:linear-gradient(135deg,#6e56cf33,#4338ca33);padding:20px}.welcome-bubble h3{margin-top:0;margin-bottom:10px;color:var(--primary-color);font-size:1.5rem}.markdown-content{color:var(--light-text)}.markdown-content a{color:var(--primary-color);text-decoration:none}.markdown-content pre{background:#0f172a80;padding:15px;border-radius:8px;overflow-x:auto}.markdown-content code{font-family:Fira Code,monospace;font-size:.9em}.generated-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 15px #0003}.chat-input-container{padding:15px;background:var(--card-bg);border-radius:var(--border-radius);box-shadow:0 4px 20px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.chat-input{display:flex;gap:10px;align-items:center}.message-input{flex:1;padding:12px 16px;background:var(--input-bg);border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius);color:var(--light-text);font-size:1rem;transition:all var(--transition-speed) ease;min-height:24px;margin-top:-4%}.send-button{padding:10px;min-width:40px;width:5%!important;height:40px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-speed) ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.message-input:focus,.message-input.focused{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #6e56cf4d}.message-input::placeholder{color:#f8fafc80}.send-button:hover:not(:disabled){box-shadow:0 0 15px var(--glow-color)}.send-button:disabled{background:#1e293b80;cursor:not-allowed}.loader{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}.package-upgrade-container{padding:30px;background:var(--card-bg);border-radius:var(--border-radius);box-shadow:0 4px 20px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);text-align:center}.upgrade-content{max-width:500px;margin:0 auto}.upgrade-content h3{margin-top:0;font-size:1.5rem;color:var(--primary-color);margin-bottom:10px}.upgrade-content p{margin-bottom:20px;color:var(--light-text);opacity:.8}.upgrade-button{padding:15px 30px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:500;cursor:pointer;transition:all var(--transition-speed) ease}.upgrade-button:hover{box-shadow:0 0 20px var(--glow-color);transform:translateY(-2px)}@media (max-width: 768px){.chat-interface{padding:10px}.message{max-width:90%}.chat-header,.chat-messages-container,.chat-input-container,.package-upgrade-container{margin-bottom:10px}.message-input,.send-button{padding:12px}.message-input{margin-top:-12%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floatingGlow{0%{box-shadow:0 0 5px var(--glow-color)}50%{box-shadow:0 0 20px var(--glow-color)}to{box-shadow:0 0 5px var(--glow-color)}}.legal-page{position:relative;min-height:calc(100vh - 100px);font-family:Inter,Segoe UI,sans-serif;padding-bottom:80px}.legal-background{position:fixed;top:0;left:0;width:100%;height:100vh;background-image:url(https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;z-index:-2}.legal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#020617f2,#0f172ae6);z-index:-1}.legal-container{max-width:900px;margin:0 auto;padding:0rem 2rem;width:90%}.legal-header{text-align:center;margin-bottom:3rem}.legal-header h1{font-size:3rem;margin-bottom:.5rem;color:#fff;font-weight:800;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.legal-header p{color:#ffffffb3;font-size:1rem}.legal-content{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem;box-shadow:0 8px 20px #0003;border:1px solid rgba(255,255,255,.1)}.legal-section{margin-bottom:2.5rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.6rem;margin-bottom:1rem;color:#fff;font-weight:600;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.legal-section p{color:#ffffffe6;line-height:1.7;font-size:1.05rem;margin-bottom:1rem}.legal-section ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.legal-section li{color:#ffffffe6;margin-bottom:.75rem;line-height:1.6;font-size:1.05rem}.legal-section a{color:#10b981;text-decoration:none;transition:all .2s}.legal-section a:hover{text-decoration:underline}.legal-section strong{color:#fff;font-weight:600}@media (max-width: 768px){.legal-container{padding:6rem 1.5rem 3rem}.legal-header h1{font-size:2.5rem}.legal-content{padding:1.5rem}.legal-section h2{font-size:1.4rem}}@media (max-width: 480px){.legal-container{padding:5rem 1rem 2rem;width:95%}.legal-header h1{font-size:2rem}.legal-section h2{font-size:1.3rem}.legal-section p,.legal-section li{font-size:1rem}}.text-container{background:linear-gradient(#000000b3,#000000b3),radial-gradient(circle at center,#667eea,#764ba2);padding:2rem}.text-left{text-align:left}@media (min-width: 768px){.text-container{padding:4rem}}@media (min-width: 1024px){.text-container{padding:8rem}}.text-container.refund{background:linear-gradient(#000000b3,#000000b3),radial-gradient(circle at center,#667eea,#764ba2);padding:8rem;height:calc(100vh - 350px)}.text-box h3{font-size:3rem;margin-bottom:2rem;color:#fff;font-weight:800;text-align:center}.text-box h4{font-size:1.8rem;margin:2rem 0 1rem;color:#fff;font-weight:600}.text-box p,.text-box ul{color:#fffc;line-height:1.7;font-size:1.1rem;margin-bottom:1rem}.text-box ul{list-style-type:disc;padding-left:2rem}.text-box li{margin-bottom:.5rem}@media (max-width: 768px){.text-box h3{font-size:2.5rem}.text-box h4{font-size:1.5rem}}@media (max-width: 480px){.text-box h3{font-size:2rem}.text-box h4{font-size:1.3rem}.text-box p,.text-box ul{font-size:1rem}}@media (max-width: 768px){.chat-container{margin:0;height:100%}.text-box{padding:15px}}@media (max-width: 480px){.text-box{padding:10px}}:root{--primary-color: #6e56cf;--secondary-color: #4338ca;--accent-color: #10b981;--dark-bg: #0f172a;--darker-bg: #020617;--light-text: #f8fafc;--dark-text: #1e293b;--card-bg: rgba(30, 41, 59, .7);--input-bg: rgba(15, 23, 42, .6);--border-radius: 12px;--transition-speed: .3s;--glow-color: rgba(110, 86, 207, .5)}.home-container{position:relative;min-height:100vh;width:100%;overflow-x:hidden;font-family:Inter,Segoe UI,sans-serif;color:var(--light-text)}.parallax-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA==&auto=format&fit=crop&w=2072&q=80);background-size:cover;background-position:center;background-attachment:fixed;z-index:-2}.gradient-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#020617f2,#0f172ad9);z-index:-1}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:5%;position:relative;overflow:hidden;margin-bottom:2rem}.hero-content{max-width:600px;z-index:1}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.2;text-align:left}.hero-subtitle,.chat-subtitle{font-size:1.25rem;margin-bottom:2rem;line-height:1.6;color:#f8fafce6}.hero-image{position:relative;width:45%;height:500px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000004d;transform:perspective(1000px) rotateY(-5deg);transition:transform .5s ease}.hero-image:hover{transform:perspective(1000px) rotateY(0)}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6e56cf33,#10b98133);pointer-events:none}.chat-section{display:flex;align-items:center;justify-content:space-between;padding:5%;position:relative;overflow:hidden;margin-bottom:4rem;border-radius:20px;background:linear-gradient(135deg,#6e56cf1a,#10b9811a)}.chat-content{max-width:500px}.chat-content h2{font-size:2.5rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;text-align:left;margin:0}.chat-mockup{background:#fff;border-radius:16px;box-shadow:0 4px 32px #0001;padding:2rem;min-width:320px;display:flex;align-items:center;justify-content:center}.chat-window{width:260px;background:#f7f8fa;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.chat-bubble{padding:.7rem 1.2rem;border-radius:18px;max-width:80%;font-size:1rem;margin-bottom:.3rem}.chat-bubble.user{background:#2196f3;color:#fff;align-self:flex-end}.chat-bubble.ai{background:#e3e6f3;color:#174a7c;align-self:flex-start}.cta-buttons{display:flex;gap:1rem;margin-top:2rem}.primary-button-home{padding:.875rem 1.75rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:500;cursor:pointer;transition:all var(--transition-speed) ease;box-shadow:0 4px 15px #4338ca4d;position:relative;overflow:hidden;z-index:1}.primary-button-home:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease;z-index:-1}.primary-button-home:hover:before{left:100%}.primary-button-home:hover{box-shadow:0 8px 25px #4338ca80;transform:translateY(-3px)}.secondary-button{padding:.875rem 1.75rem;background:#f8fafc1a;color:var(--light-text);border:1px solid rgba(248,250,252,.2);border-radius:var(--border-radius);font-size:1rem;font-weight:500;cursor:pointer;transition:all var(--transition-speed) ease;position:relative;overflow:hidden;z-index:1}.secondary-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:all .6s ease;z-index:-1}.secondary-button:hover:before{left:100%}.secondary-button:hover{background:#f8fafc26;border-color:#f8fafc4d;transform:translateY(-3px)}.features-section{padding:6rem 5%;text-align:center;position:relative;z-index:1;background:#020617b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px}.features-section h2{font-size:2.5rem;margin-bottom:3rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#1e293b80;border-radius:var(--border-radius);padding:2rem;box-shadow:0 8px 30px #0003;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;display:flex;flex-direction:column;align-items:center}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000004d}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#6e56cf33,#4338ca33);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary-color);box-shadow:0 0 15px var(--glow-color)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--light-text)}.feature-card p{color:#f8fafccc;line-height:1.6}.packages-section{position:relative;min-height:500px;display:flex;align-items:center;justify-content:flex-end;padding:5rem 5%;overflow:hidden;margin:4rem 0;background:#02061780;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px}.parallax-element{position:absolute;left:0;top:0;width:50%;height:100%;overflow:hidden;border-top-right-radius:100px;border-bottom-right-radius:100px;box-shadow:0 20px 40px #0000004d}.parallax-element img{width:100%;height:100%;object-fit:cover;transform:scale(1.1);transition:transform .5s ease}.packages-section:hover .parallax-element img{transform:scale(1)}.packages-content{width:45%;background:#1e293bb3;padding:3rem;border-radius:var(--border-radius);box-shadow:0 15px 35px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);z-index:1;margin-right:2rem}.packages-content h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;color:transparent}.packages-content p{margin-bottom:2rem;color:#f8fafce6;line-height:1.6;font-size:1.1rem}.packages-content .primary-button-home{display:inline-block;padding:1rem 2rem;font-size:1.1rem;background:linear-gradient(135deg,var(--accent-color),var(--primary-color))}.cta-section{position:relative;padding:6rem 5%;text-align:center;background:linear-gradient(135deg,#6e56cf1a,#10b9811a);overflow:hidden;border-radius:20px}.cta-particles{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='1' fill='%236e56cf' fill-opacity='0.1'/%3E%3C/svg%3E");z-index:0;animation:particleMove 20s linear infinite}@keyframes particleMove{0%{background-position:0 0}to{background-position:100px 100px}}.cta-content{position:relative;max-width:800px;margin:0 auto;z-index:1}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;color:var(--light-text)}.cta-content p{font-size:1.25rem;margin-bottom:2rem;color:#f8fafce6}@media (max-width: 1024px){.hero-section{flex-direction:column;text-align:center;padding-top:3rem;padding-bottom:3rem;min-height:auto}.hero-content{max-width:100%;margin-bottom:3rem}.hero-image{width:80%;height:400px}.cta-buttons{justify-content:center}.packages-section{flex-direction:column;justify-content:center;text-align:center;padding:3rem 5%}.parallax-element{position:relative;width:100%;height:300px;margin-bottom:2rem;border-radius:var(--border-radius)}.packages-content{width:90%;margin:0 auto}.chat-section{flex-direction:column;align-items:center;gap:2.5rem;padding:1.5rem 0}.chat-content,.chat-mockup{max-width:90%;min-width:0;flex:unset}.chat-content{text-align:center;padding:0 1rem}}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-subtitle,.chat-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-content p{font-size:1rem}.primary-button-home,.secondary-button{padding:.75rem 1.5rem;font-size:.9rem}.hero-image{width:90%;height:350px}.features-section{padding:4rem 5%}.packages-content{padding:2rem}.packages-content h2{font-size:2rem}.chat-section{margin:2rem 0;padding:1rem 0}.chat-content h2{font-size:1.2rem}.chat-content .cta-buttons{flex-direction:column;gap:.75rem}.chat-mockup{padding:1rem}.chat-window{width:100%;min-width:0;font-size:.95rem;padding:.5rem}.chat-bubble{font-size:.98rem;padding:.6rem 1rem;max-width:95%}.chat-content svg{width:60px!important;height:60px!important}}@media (max-width: 480px){.hero-section{padding:2rem 5%}.chat-section{margin:2rem 0;padding:1rem 0}.chat-content h2{font-size:1.2rem}.hero-content h1{font-size:2rem}.hero-subtitle,.chat-subtitle{font-size:.9rem;margin-bottom:1.5rem}.hero-image{width:100%;height:250px}.cta-buttons{flex-direction:column;gap:1rem}.primary-button-home,.secondary-button{width:100%;padding:.75rem 1rem}.features-section h2,.chat-content h2{font-size:1.8rem;margin-bottom:2rem}.feature-card{padding:1.5rem}.feature-icon{width:50px;height:50px;margin-bottom:1rem}.feature-card h3{font-size:1.3rem}.packages-content{width:100%;padding:.5rem}.packages-content h2{font-size:1.8rem}.packages-content p{font-size:.9rem}.cta-section{padding:3rem 5%}.cta-content h2{font-size:1.8rem}.cta-content p{font-size:.9rem;margin-bottom:1.5rem}}@media (max-width: 360px){.hero-content h1{font-size:1.8rem}.feature-card{padding:1.25rem}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes glow{0%{box-shadow:0 0 5px var(--glow-color)}50%{box-shadow:0 0 20px var(--glow-color)}to{box-shadow:0 0 5px var(--glow-color)}}.packages-page{position:relative;min-height:calc(100vh - 80px);font-family:Inter,Segoe UI,sans-serif}.packages-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;z-index:-2}.packages-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#020617f2,#0f172ae6);z-index:-1}.packages-container{padding:0 2rem;margin:0 auto;max-width:1400px}.packages-header{text-align:center;margin-bottom:4rem}.packages-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:800;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.packages-header p{color:#ffffffe6;font-size:1.2rem}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;align-items:stretch}.package-card{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem;box-shadow:0 8px 20px #0003;transition:all .3s ease;display:flex;flex-direction:column;height:100%;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.package-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#6e56cf,#10b981);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.package-card:hover:before{transform:scaleX(1)}.package-header{text-align:center;margin-bottom:2rem}.package-header h2{font-size:1.8rem;color:#fff;margin-bottom:1rem;font-weight:700}.package-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.currency{font-size:1.5rem;color:#fffc}.amount{font-size:3rem;font-weight:700;color:#fff;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent}.period{color:#fffc;font-size:1.2rem}.package-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.package-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.2rem;color:#ffffffe6;font-size:1rem;line-height:1.5}.feature-icon{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:3px}.subscribe-button{width:100%;padding:1.1rem 2rem;border:none;border-radius:10px;background:linear-gradient(135deg,#6e56cf,#4338ca);color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1.1rem;position:relative;overflow:hidden;z-index:1}.subscribe-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#4338ca,#6e56cf);z-index:-1;opacity:0;transition:opacity .3s ease}.subscribe-button:hover:not(:disabled):before{opacity:1}.subscribe-button:disabled{background:#cbd5e033;cursor:not-allowed;color:#ffffff80}.subscribe-button.loading{position:relative;color:transparent}.subscribe-button.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.subscribe-button.subscribed{background:linear-gradient(135deg,#10b981,#059669);color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.modal-content{background:#1e293be6;border-radius:16px;padding:2.5rem;width:90%;max-width:500px;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 15px 35px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.days-form{display:flex;flex-direction:column;gap:1.8rem}.calculated-price{text-align:center;font-size:1.25rem;color:#ffffffe6;background:#0f172a66;padding:1rem;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.calculated-price span{font-weight:700;font-size:1.4rem;color:#10b981}@media (max-width: 768px){.packages-container{padding:6rem 1.5rem}.packages-header h1{font-size:2.5rem}.packages-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media (max-width: 480px){.packages-container{padding:5rem 1rem}.packages-header h1{font-size:2rem}.package-card,.modal-content{padding:1.5rem}}.qr-modal{max-width:450px;background:#0f172af2}.qr-code-container{display:flex;flex-direction:column;align-items:center;margin:.5rem 0 1.5rem}.qr-code-image{width:100%;max-width:320px;height:auto;border-radius:12px;margin-bottom:1rem;background:#fff;padding:0;box-shadow:0 4px 12px #00000026}.qr-instructions{text-align:center;color:#fffc;font-size:.9rem;margin-top:.5rem}.done-button{width:100%;padding:1rem;background:linear-gradient(135deg,#6e56cf,#4338ca);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.done-button:hover{background:linear-gradient(135deg,#7c66d4,#4f42d4);box-shadow:0 4px 12px #4338ca66}@media (max-width: 480px){.qr-modal{width:90%;padding:1.5rem}.qr-code-image{max-width:280px}.qr-instructions{font-size:.8rem}.done-button{padding:.8rem;font-size:1rem}}.payment-apps{display:flex;justify-content:center;gap:1rem;margin:.75rem 0}.payment-apps img{height:24px;width:auto}.payment-info{text-align:center;color:#ffffffe6;font-size:.85rem;font-weight:600;margin-top:.5rem}.payment-info span{font-size:.75rem;color:#ffffffb3;font-weight:400}.payment-page{position:relative;min-height:calc(100vh - 150px);font-family:Inter,Segoe UI,sans-serif;padding-bottom:150px}.payment-background{position:fixed;top:0;left:0;width:100%;height:100vh;background-image:url(https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;z-index:-2}.payment-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#020617f2,#0f172ae6);z-index:-1}.payment-container{padding:0rem 2rem;max-width:1200px;margin:0 auto;width:90%}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:800;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.page-header p{color:#ffffffe6;font-size:1.2rem}.dashboard-grid{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.subscription-card,.transactions-section{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 20px #0003;border:1px solid rgba(255,255,255,.1)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-header h2{font-size:1.5rem;color:#fff;font-weight:600;margin:0}.refresh-button{background:#ffffff1a;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fffc;cursor:pointer;transition:all .3s ease}.refresh-button:hover{background:#fff3;color:#fff}.refresh-button:disabled{opacity:.5;cursor:not-allowed}.time-remaining{margin-bottom:2rem}.time-remaining h3{font-size:1.1rem;color:#fffc;margin-bottom:1rem;font-weight:500}.countdown-display{background:#0f172a99;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.05)}.countdown-timer{display:flex;justify-content:space-between;gap:.5rem}.countdown-unit{display:flex;flex-direction:column;align-items:center;flex:1}.countdown-value{font-size:2rem;font-weight:700;color:#fff;background:linear-gradient(to bottom,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent}.countdown-label{font-size:.8rem;color:#fff9;margin-top:.25rem}.countdown-loading{text-align:center;color:#ffffffb3;font-size:1.2rem;padding:1rem 0}.no-subscription{text-align:center;padding:1rem 0}.no-subscription p{font-size:1.2rem;color:#fff;margin-bottom:.5rem}.no-subscription span{font-size:.9rem;color:#fff9}.topup-cta{width:100%;padding:1rem;background:linear-gradient(135deg,#6e56cf,#4338ca);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.topup-cta:hover{background:linear-gradient(135deg,#7c66d4,#4f42d4);box-shadow:0 4px 12px #4338ca66}.transactions-table{overflow:hidden;border-radius:10px;background:#0f172a66;border:1px solid rgba(255,255,255,.05)}.table-scroll-container{max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.table-scroll-container::-webkit-scrollbar{width:6px}.table-scroll-container::-webkit-scrollbar-track{background:transparent}.table-scroll-container::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}@media (max-width: 480px){.table-scroll-container{max-height:250px}}table{width:100%;border-collapse:collapse}th{text-align:left;padding:1rem 1.5rem;color:#fff9;font-weight:500;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.1)}td{padding:1rem 1.5rem;color:#ffffffe6;border-bottom:1px solid rgba(255,255,255,.05)}tr:last-child td{border-bottom:none}.transaction-type{display:flex;align-items:center;gap:.5rem;font-weight:500}.transaction-type.added{color:#10b981}.transaction-type.sent{color:#ef4444}td.added{color:#10b981;font-weight:500}td.sent{color:#ef4444;font-weight:500}.status{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:capitalize}.status.completed{background:#10b98126;color:#10b981}.status.pending{background:#f59e0b26;color:#f59e0b}.status.success{background:#10b98126;color:#10b981}.status.failed{background:#ef444426;color:#ef4444}.no-transactions{text-align:center;color:#fff9}.loading-skeleton{height:1.2rem;background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a,#ffffff0d 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-row td{padding:1.5rem}.modal-content{background:#1e293be6;border-radius:16px;padding:2.5rem;width:90%;max-width:450px;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 15px 35px #0000004d}.modal-content.qr-modal{max-width:220px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h3{font-size:1.8rem;color:#fff;margin:0;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent}.topup-form{display:flex;flex-direction:column;gap:1.8rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group input{width:100%;padding:1rem;border:1px solid rgba(255,255,255,.2);border-radius:10px;font-size:1rem;background:#0f172a99;color:#fff;transition:all .3s ease}.input-group input:focus{outline:none;border-color:#6e56cf;box-shadow:0 0 0 3px #6e56cf4d}.topup-button{padding:1rem;background:linear-gradient(135deg,#6e56cf,#4338ca);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.topup-button:hover:not(:disabled){background:linear-gradient(135deg,#7c66d4,#4f42d4);box-shadow:0 4px 12px #4338ca66}.topup-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 992px){.dashboard-grid{grid-template-columns:1fr;gap:2rem}.page-header h1{font-size:2.5rem}}@media (max-width: 768px){.payment-page{min-height:auto;padding-bottom:40px;overflow:auto}.payment-container{padding:.5rem .5rem 1rem;width:100%;margin-top:60px}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:2rem}.countdown-timer{flex-wrap:wrap;justify-content:center;gap:.5rem}.countdown-unit{min-width:65px;margin-bottom:.5rem;flex-basis:calc(50% - .5rem)}.subscription-card,.transactions-section{padding:1rem;width:100%;margin-bottom:1.5rem}.transactions-table{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;display:block}table{min-width:450px;width:100%}th,td{padding:.75rem .5rem;white-space:nowrap;font-size:.9rem}.topup-cta{margin-top:1rem;padding:.75rem}}@media (max-width: 480px){.payment-page{min-height:auto;padding-bottom:30px;overflow-x:hidden;overflow-y:auto}.payment-container{padding:0 .25rem;width:100%;margin-top:50px;margin-bottom:10px}.page-header{margin-bottom:1rem}.page-header h1{font-size:1.5rem;margin-bottom:.5rem}.page-header p{font-size:.8rem;padding:0 .5rem}.card-header{margin-bottom:.75rem;padding-bottom:.5rem}.card-header h2{font-size:1.1rem}.countdown-value{font-size:1.2rem}.countdown-display{padding:.5rem}.countdown-unit{padding:.15rem 0}.time-remaining{margin-bottom:1rem}.time-remaining h3{font-size:.9rem;margin-bottom:.5rem}.subscription-card,.transactions-section{padding:.75rem;margin-bottom:1rem}th,td{padding:.5rem .3rem;font-size:.75rem}.transaction-type{font-size:.75rem}.transactions-section{overflow:visible;padding:.75rem;margin-bottom:40px}.transactions-table{margin:0;width:100%;border-radius:6px;max-height:250px;overflow-y:auto}table{min-width:350px}.topup-cta{margin-top:.5rem;padding:.6rem;font-size:.9rem}}@media (max-width: 360px){.payment-container{margin-top:40px}.page-header h1{font-size:1.3rem}.page-header p{font-size:.75rem}.countdown-unit{flex-basis:100%;margin-bottom:.25rem}.card-header{flex-direction:column;align-items:flex-start;gap:.4rem}.refresh-button{align-self:flex-end;margin-top:-1.75rem;width:30px;height:30px}.countdown-value{font-size:1.1rem}.countdown-label{font-size:.6rem}table{min-width:300px}th,td{padding:.35rem .25rem;font-size:.65rem}.transaction-type{font-size:.65rem}.status{padding:.1rem .25rem;font-size:.6rem}.transactions-table{max-height:200px}}.admin-page{min-height:calc(100vh - 80px);position:relative;font-family:Inter,Segoe UI,sans-serif;padding:2rem 0}.admin-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;z-index:-2}.admin-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#020617f2,#0f172ae6);z-index:-1}.admin-container{width:100%;max-width:1200px;padding:0 2rem;margin:0 auto}.admin-header{text-align:center;margin-bottom:3rem}.admin-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:800;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.admin-header p{color:#ffffffe6;font-size:1.2rem}.analytics-section{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 20px #0003;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:1.5rem}.chart-card{background:#0f172a66;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.05);height:100%;display:flex;flex-direction:column}.chart-card h3{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;text-align:center}.chart-wrapper{flex:1;height:300px;position:relative;max-height:300px;overflow:hidden}@media (max-width: 768px){.charts-container{grid-template-columns:1fr}.chart-wrapper{height:250px;max-height:250px}}.country-code-select{width:70px;padding:.9rem .5rem;border-radius:8px;background:#0f172a99;color:#fff;border:1px solid rgba(255,255,255,.2);font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:12px;cursor:pointer;box-sizing:border-box}@media (max-width: 768px){.admin-header h1{font-size:2.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.merchants-section{padding:1.5rem}.merchants-table th,.merchants-table td{padding:.75rem;font-size:.9rem}}@media (max-width: 480px){.admin-header h1{font-size:2rem}.admin-header p{font-size:1rem}.merchants-section{padding:1rem}.modal-content{padding:1.5rem}}.merchant-page{min-height:calc(100vh - 80px);position:relative;font-family:Inter,Segoe UI,sans-serif;padding:2rem 0}.merchant-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;z-index:-2}.merchant-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#020617f2,#0f172ae6);z-index:-1}.merchant-container{width:100%;max-width:1200px;padding:0 2rem;margin:0 auto}.merchant-header{text-align:center;margin-bottom:3rem}.merchant-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:800;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.merchant-header p{color:#ffffffe6;font-size:1.2rem}.merchants-section{background:#1e293bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 20px #0003;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{color:#fff;font-size:1.8rem;font-weight:700}.add-merchant-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#6e56cf,#4338ca);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-merchant-btn:hover{background:linear-gradient(135deg,#7c66d4,#4f42d4);box-shadow:0 4px 12px #4338ca66}.merchants-table-container{overflow-x:auto;border-radius:8px;background:#0f172a66;border:1px solid rgba(255,255,255,.05)}.merchants-table{width:100%;border-collapse:collapse;color:#fff}.merchants-table th,.merchants-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.merchants-table th{background:#0f172a99;font-weight:600;color:#ffffffe6;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.merchants-table tr:last-child td{border-bottom:none}.merchants-table a{color:#10b981;text-decoration:none}.merchants-table a:hover{text-decoration:underline}.access-code-cell{position:relative}.access-code{background:#10b98133;color:#10b981;padding:.35rem .75rem;border-radius:4px;font-family:monospace;font-size:.9rem;font-weight:600;display:inline-block}.update-code-btn{padding:.5rem 1rem;background:#6e56cf33;color:#6e56cf;border:1px solid rgba(110,86,207,.4);border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.update-code-btn:hover{background:#6e56cf4d}.update-code-btn.loading{opacity:.7;cursor:not-allowed}.no-merchants,.loading-spinner{padding:3rem;text-align:center;color:#ffffffb3}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#1e293be6;border-radius:16px;padding:2rem;width:90%;max-width:500px;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 15px 35px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{font-size:1.5rem;color:#fff;margin:0;background:linear-gradient(to right,#6e56cf,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent}.close-button{background:none;border:none;padding:.5rem;cursor:pointer;color:#fffc;transition:color .2s;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#fff}.merchant-form{display:flex;flex-direction:column;gap:1.5rem}.contact-input-group{display:flex;align-items:stretch;gap:8px;width:100%}.country-code-select{width:70px;padding:.9rem .5rem;border-radius:8px;background:#0f172a99;color:#fff;border:1px solid rgba(255,255,255,.2);font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:12px;cursor:pointer;box-sizing:border-box}.contact-input{flex:1;margin-top:0;height:auto;background:#0f172a99;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#f8fafc;font-size:1rem;padding:.9rem 1rem;transition:all .3s ease}.contact-input:focus,.country-code-select:focus{outline:none;border-color:#6e56cf;box-shadow:0 0 0 2px #6e56cf4d}.contact-input::-webkit-outer-spin-button,.contact-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.contact-input[type=number]{-moz-appearance:textfield}.input-group label{color:#ffffffe6;font-size:.95rem;font-weight:500}.input-group input{width:100%;padding:.9rem 1rem;background:#0f172a99;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#f8fafc;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.input-group input:focus{outline:none;border-color:#6e56cf;box-shadow:0 0 0 2px #6e56cf4d}.submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,#6e56cf,#4338ca);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-button:hover{background:linear-gradient(135deg,#7c66d4,#4f42d4);box-shadow:0 4px 12px #4338ca66}.submit-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.merchant-header h1{font-size:2.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.merchants-section{padding:1.5rem}.merchants-table th,.merchants-table td{padding:.75rem;font-size:.9rem}}@media (max-width: 480px){.merchant-header h1{font-size:2rem}.merchant-header p{font-size:1rem}.merchants-section{padding:1rem}.modal-content{padding:1.5rem}}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.show-details-btn{padding:.5rem 1rem;background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.4);border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.show-details-btn:hover{background:#3b82f64d}.details-modal{max-width:800px;max-height:80vh;overflow-y:auto}.merchant-details{display:flex;flex-direction:column;gap:2rem}.details-section{background:#0f172a66;border-radius:8px;padding:1.5rem;border:1px solid rgba(255,255,255,.05)}.details-section h4{color:#fff;font-size:1.1rem;margin-top:0;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.details-table-container{overflow-x:auto;margin-top:1rem}.details-table{width:100%;border-collapse:collapse;color:#fff}.details-table th,.details-table td{padding:.75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.details-table th{background:#0f172a99;font-weight:600;color:#ffffffe6;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.details-table tr:last-child td{border-bottom:none}.payment-status{padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:capitalize}.payment-status.success{background:#10b98133;color:#10b981}.payment-status.failed{background:#ef444433;color:#ef4444}.payment-status.pending{background:#f59e0b33;color:#f59e0b}.no-data{color:#ffffffb3;text-align:center;padding:1rem}.payment-summary{background:#1e293b80;border-radius:8px;padding:1rem;margin-bottom:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center;color:#fff}.amount{font-weight:600;color:#10b981;font-size:1.1rem}@media (max-width: 768px){.action-buttons{flex-direction:column;gap:8px}.details-modal{width:95%;padding:1.5rem}.details-table th,.details-table td{padding:.5rem;font-size:.85rem}}
