@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");:root{--bg:#ffffff;--bg-soft:#f8fafc;--text:#0f172a;--muted:#64748b;--primary:#000000;--primary-2:#333333;--accent:#000000;--dark:#e2e8f0;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-700:#94a3b8;--radius:12px;--shadow-1:0 4px 20px rgba(0,0,0,0.08)}body,html{max-width:100vw;overflow-x:hidden;overflow-y:auto}body{color:var(--text);background:var(--bg);font-family:Montserrat,system-ui,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rl-app{display:grid;grid-template-columns:260px 1fr}.rl-app,.rl-sidebar{height:100dvh;overflow:hidden}.rl-sidebar{background:var(--bg-soft);border-right:1px solid var(--gray-200);padding:24px 16px;display:flex;flex-direction:column}.rl-hamburger{display:none;position:fixed;right:16px;top:8px;z-index:40;width:42px;height:42px;border-radius:10px;border:1px solid var(--primary);background:var(--bg-soft);color:var(--primary);place-items:center}.rl-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .2s ease}.rl-drawer-overlay.open{opacity:1;pointer-events:auto}.rl-brand{display:flex;align-items:center;gap:10px;padding:8px 10px 28px}.rl-logo{width:36px;height:36px;border-radius:9px;color:#fff;background:linear-gradient(135deg,var(--primary) 0,var(--primary-2) 100%);display:grid;place-items:center;box-shadow:var(--shadow-1);font-weight:800}.rl-brand-text{font-weight:700;letter-spacing:.2px}.rl-nav{display:grid;grid-gap:8px;gap:8px}.rl-nav-bottom{margin-top:auto}.rl-nav-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:10px;color:var(--text);transition:background .2s ease,color .2s ease}.rl-nav-item:hover{background:rgba(139,92,246,.1)}.rl-nav-item.active{background:linear-gradient(90deg,var(--primary),var(--primary-2));color:#fff}.card{background:var(--bg-soft);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-1)}.tabbar{display:flex;gap:12px;margin:12px 0 20px}.tabbar .tab{background:var(--bg-soft);color:var(--text);border:1px solid var(--gray-300)}.tabbar .tab.active{background:linear-gradient(90deg,var(--primary),var(--primary-2));color:#fff;border-color:transparent}.tabbar .tab.secondary{background:var(--bg-soft);color:var(--text);border:1px solid var(--gray-300)}.tabbar .tab:hover{filter:brightness(1.2)}.rl-nav-icon{width:22px}.rl-main{display:flex;flex-direction:column;min-width:0;height:100dvh;overflow:auto}.rl-mobilebar{display:none;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--gray-200);background:rgba(19,21,46,.95);position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.rl-brand.mini{padding:0;gap:8px}.rl-brand.mini .rl-logo{width:28px;height:28px;border-radius:7px}.rl-brand.mini .rl-brand-text{font-size:14px;font-weight:700}.rl-page-title{font-size:40px;font-weight:600;letter-spacing:-.5px;margin-bottom:6px}.rl-page-title span{background:linear-gradient(90deg,var(--primary),var(--primary-2));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rl-actions{display:flex;gap:10px}.rl-btn{height:40px;padding:0 14px;border-radius:999px;border:1px solid transparent;cursor:pointer;font-weight:600}.rl-btn-primary{padding-top:1px;background:linear-gradient(90deg,var(--primary),var(--primary-2));color:#fff}.rl-btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.rl-btn-dark{background:#141414;color:#fff}.rl-btn:hover{opacity:.9}.rl-content{padding:32px 6px 60px}.hero-wrap{background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(167,139,250,.1)),var(--bg-soft);border:1px solid rgba(139,92,246,.2);border-radius:20px;padding:34px 24px 28px;margin-bottom:22px}.hero-inner{max-width:880px;margin:0 auto;text-align:center}.hero-kicker{display:inline-block;font-weight:600;font-size:12px;border:1px solid var(--primary);border-radius:30px;padding:6px 14px;background:rgba(139,92,246,.1);color:var(--primary)}.hero-title{font-size:42px;font-weight:700;margin:14px 0}.hero-title span{background:linear-gradient(90deg,var(--primary),var(--primary-2));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{max-width:780px;margin:10px auto 16px;color:var(--muted)}.hero-actions{display:flex;gap:12px;justify-content:center;margin:18px 0 14px}.rl-btn-outline-accent{padding-top:8px;background:#fff;color:var(--primary);border:1px solid var(--primary)}.rl-btn-outline-accent.active,.rl-btn-outline-accent:active{background:linear-gradient(90deg,var(--primary),var(--primary-2));color:#fff;border-color:transparent}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:12px}.feature-card{background:var(--bg-soft);border:1px solid rgba(139,92,246,.2);border-radius:12px;padding:18px;box-shadow:var(--shadow-1)}.feature-card h4{margin:6px 0;font-size:15px}.feature-card p{color:var(--muted);font-size:13px}.feature-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));margin:0 auto 10px}.rl-exchange{margin-top:8px}.rl-row{display:grid;grid-template-columns:1fr 40px 1fr auto;grid-gap:16px;gap:16px;align-items:end}.rl-col{display:grid;grid-gap:10px;gap:10px}.rl-label{color:var(--muted);font-size:14px;font-weight:600}.rl-input-group{display:grid;grid-template-columns:1fr 120px;background:var(--bg-soft);border:1px solid var(--gray-300);border-radius:var(--radius);overflow:hidden}.rl-input{background:var(--bg-soft);padding:16px;font-size:16px}.rl-input,.rl-select{border:0;outline:0;color:var(--text)}.rl-select{background:var(--dark);border-left:1px solid var(--gray-300);padding:16px 12px}.rl-arrow{display:grid;place-items:center;color:var(--gray-700);font-size:18px}.rl-buy{height:52px;padding:0 22px;border-radius:12px;border:1px solid var(--primary);color:var(--primary)}.rl-buy:hover{background:var(--primary);color:#fff}.rl-rate{margin-top:16px;color:var(--muted)}.rl-table{width:100%;border-collapse:collapse;font-size:14px}.rl-table thead{background:rgba(139,92,246,.08)}.rl-table th{text-align:left;font-weight:600;border-bottom:2px solid var(--gray-200)}.rl-table td,.rl-table th{padding:12px 16px;color:var(--text)}.rl-table td{border-bottom:1px solid var(--gray-200)}.rl-table tbody tr:hover{background:rgba(139,92,246,.05)}.rl-table a{color:var(--primary);text-decoration:underline}.rl-table a:hover{color:var(--primary-2)}@media (max-width:768px){.hero-title{font-size:34px}.feature-grid{grid-template-columns:1fr}}@media (max-width:900px){.rl-app{grid-template-columns:1fr}.rl-hamburger{display:grid}.rl-mobilebar,.rl-sidebar{display:flex}.rl-sidebar{position:fixed;z-index:50;left:0;top:0;bottom:0;transform:translateX(-110%);transition:transform .2s ease;width:82%;max-width:320px;box-shadow:var(--shadow-1);flex-direction:column;overflow:auto}.rl-sidebar.open{transform:translateX(0)}.rl-row{grid-template-columns:1fr}.rl-input-group{grid-template-columns:1fr auto}}@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");*{box-sizing:border-box;margin:0;padding:0}*,body{font-family:Montserrat,sans-serif}body{font-size:16px;background:#ffffff;color:#0f172a;line-height:1.6}a{text-decoration:none;color:inherit}.gridAbt{display:flex;flex-wrap:wrap}.cardAbt{width:24%;padding:20px;background:#f8fafc;margin-right:1%;border-radius:20px;margin-bottom:2%;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,.05)}.cardAbt h3{font-size:16px;line-height:normal;margin:12px 0;color:#0f172a}.cardAbt p{font-size:14px;color:#64748b}.container{width:100%;max-width:1200px;margin:auto;padding:0 20px}.brand{display:flex;align-items:center;gap:10px;text-align:center;line-height:35px;font-weight:700}.logo{width:36px;height:36px;border-radius:9px;color:#fff;background:#000000;display:inline-block;box-shadow:0 4px 20px rgba(0,0,0,.15)}.Tag{font-size:20px;font-weight:600}.navbar{background:rgba(255,255,255,.95);padding:15px;position:-webkit-sticky;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #e2e8f0}.nav-content{display:flex;align-items:center;justify-content:space-between}.nav-links{display:flex;gap:30px}.nav-links a{font-weight:500;color:#334155}.nav-links a:hover{color:#000000}.nav-actions{display:flex;gap:20px;align-items:center}.signin{color:#000000;padding:9px 20px;border-radius:5px;border:1px solid #000000}.btn-primary,.btn-secondary,.signin{font-weight:700;display:inline-block}.btn-primary,.btn-secondary{color:#fff;background:#000000;padding:10px 20px;border-radius:5px;text-align:center}.btn-primary:hover,.btn-secondary:hover,.cta-button:hover,.signin:hover{opacity:.8}.hamburger{display:none;font-size:26px;cursor:pointer;color:#000000}.mobile-drawer{position:fixed;top:0;right:-100%;width:70%;height:100%;background:#ffffff;transition:.3s;padding:20px;z-index:2000;border-left:1px solid #e2e8f0}.mobile-drawer.open{right:0}.lp-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1999}.lp-drawer-overlay.open{opacity:1;pointer-events:auto}.drawer-header{text-align:right}.close-drawer{font-size:24px;cursor:pointer}.drawer-links{display:flex;flex-direction:column;gap:20px;margin-top:20px}.hero{text-align:center;padding:60px 0;position:relative;overflow:hidden;background:radial-gradient(circle,rgba(0,0,0,.03),rgba(0,0,0,.01) 50%),#ffffff}.hero h1{margin-bottom:20px;line-height:normal;color:#0f172a}.hero h1 span{display:block;font-size:72px;color:#000000}.h1kl{background:#000000;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p{margin:0 auto 20px;font-size:20px;color:#64748b}.hero-buttons{display:flex;gap:15px;justify-content:center;margin:40px 0}.hero-buttons a{font-size:16px;max-width:200px;width:100%;padding:12px}.inline-fl{display:inline-flex;gap:8px;border:1px solid #e2e8f0;border-radius:40px;background:#f8fafc;padding:6px 18px;font-size:13px;font-weight:500;align-items:flex-end;margin:0 0 30px;color:#000000}.about-header .inline-fl{margin-left:auto;margin-right:auto}.features{padding:80px 0;text-align:center}.header-features{display:flex;justify-content:center;gap:30px;align-items:center;flex-wrap:wrap;margin-top:24px}.header-feature{width:33%;min-width:360px;max-width:340px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:18px;text-align:center;transition:transform .3s ease,background-color .3s ease}.SecHding{font-size:42px;margin-bottom:10px;line-height:normal;text-align:center;color:#0f172a}.SecHding span{background:#000000;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.subtitle{margin:0 auto 40px;font-size:20px;max-width:760px;text-align:center;color:#64748b}.features .grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.features .card{background:#ffffff;padding:20px;border-radius:10px;text-align:left;transition:transform .3s ease,background-color .3s ease;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,.05)}.features .card:hover{transform:translateY(-5px)}.features .card-icon svg{margin-bottom:10px;display:block;color:#fff;width:60px;height:60px;background:#000000;padding:12px;border-radius:12px}.aboutM-us{display:flex;flex-wrap:wrap;align-items:stretch;padding:10px 0 40px;gap:4%}.abt-content{width:50%;text-align:left;color:#0f172a}.abt-contentRyt{width:44%;background:#ffffff;padding:24px;border-radius:16px;display:flex;flex-wrap:wrap;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,.05)}.abtstrz12{width:50%;padding:22px;text-align:center}.abtstrz12 strong{display:block;font-size:30px;font-weight:800;background:#000000;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.abtstrz12 span{display:block;line-height:normal;font-size:13px;color:#64748b}.cardAbt .card-icon{display:flex;justify-content:center;margin-bottom:10px}.cardAbt .card-icon svg{display:block;color:#fff;width:48px;height:48px;background:#000000;padding:10px;border-radius:12px}@media (max-width:768px){.aboutM-us{gap:16px}.abt-content{width:100%}.abt-contentRyt{width:100%;padding:16px}.abtstrz12{width:50%;padding:12px}.abtstrz12 strong{font-size:22px}}.faq{padding:0 0 50px}.fAq-r{max-width:820px;margin:0 auto}.faq details{background:#ffffff;margin-bottom:14px;padding:0 18px;border-radius:12px;cursor:pointer;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:box-shadow .2s ease,border-color .2s ease}.faq details:hover{box-shadow:0 8px 24px rgba(0,0,0,.1)}.faq summary{padding:18px 0;font-weight:700;position:relative;list-style:none;font-size:16px;color:#0f172a}.faq details[open]{padding:18px}.faq details[open] summary{padding:0 0 8px}.faq details p{margin:10px 0 0;color:#64748b}.faq summary:after{content:"+";display:inline-grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#000000;color:#fff;font-weight:800;font-size:16px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.faq details[open] summary:after{content:"-"}footer{padding:40px 0 20px;color:#0f172a}.footer-copy,footer{border-top:1px solid #e2e8f0}.footer-copy{display:flex;gap:10px;font-size:14px;margin-top:40px;padding-top:20px;justify-content:space-between;flex-wrap:wrap}.footer-logo{display:flex;justify-content:center}footer .hero-content{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-copy ul{list-style:none;padding:0;margin:0;display:inline-flex;gap:20px}.auth-wrap{min-height:100vh;display:grid;grid-template-columns:460px 1fr;background:#ffffff}.auth-side{background:#ffffff;padding:40px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #e2e8f0}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.auth-brand .logo{width:36px;height:36px;border-radius:9px;color:#fff;background:#000000;display:grid;place-items:center;font-weight:800;box-shadow:0 4px 20px rgba(0,0,0,.15)}.auth-title{font-size:28px;font-weight:800;margin:8px 0;color:#0f172a}.auth-sub{color:#64748b;margin-bottom:20px}.auth-form{display:grid;grid-gap:12px;gap:12px}.auth-input{height:44px;border:1px solid #cbd5e1;border-radius:10px;padding:0 14px;color:#0f172a;background:#f1f5f9}.auth-btn{height:46px;border-radius:10px;border:0;font-weight:700;background:#000000;color:#fff;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.15)}.auth-alt{display:flex;justify-content:space-between;margin-top:10px;font-size:14px;color:#000000}.auth-hero{background:radial-gradient(circle at 30% -20%,rgba(0,0,0,.05) 0,rgba(0,0,0,.02) 28%,transparent 60%),#ffffff;display:flex;align-items:center;justify-content:center;padding:40px}.auth-hero-inner{max-width:520px;text-align:center}.auth-hero h2{font-size:36px;margin:10px 0;background:#000000;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-hero p{color:#64748b}@media (max-width:900px){.auth-wrap{grid-template-columns:1fr}}@media (max-width:992px){.nav-actions,.nav-links{display:none}.hamburger{display:block}.navbar{padding:12px 15px}}@media (max-width:768px){.features{padding:60px 0}.SecHding{font-size:32px}.hero{padding:80px 0 40px}.hero h1 span{font-size:44px}.hero p{font-size:16px}.footer-copy{font-size:12px;justify-content:center;flex-direction:column-reverse;align-items:center}.features .grid{grid-template-columns:1fr}}@media (max-width:992px){.cardAbt{width:49%}}@media (max-width:768px){.cardAbt{width:100%;margin-right:0;padding:20px 12px}}@media (max-width:480px){.hero-content h2.SecHding{font-size:18px}.section-text{font-size:13px}.subscrb input[type=email]{width:100%;text-align:center}.subscrb input.btn-primary{margin:10px 0 0}}@media (max-width:768px){.container{padding:0 16px}}@media (max-width:480px){.container{padding:0 14px}}@media (max-width:992px){.header-feature{width:48%;min-width:auto}}@media (max-width:768px){.header-feature{width:100%;min-width:auto}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}