.Navbar-module__cJzEcG__header{z-index:100;background-color:#0000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{background-color:var(--background);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem 0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logo{z-index:101;align-items:center;display:flex}.Navbar-module__cJzEcG__logoContainer{align-items:center;display:flex}.Navbar-module__cJzEcG__logoText{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-left:.5rem;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__nav{align-items:center;display:flex}.Navbar-module__cJzEcG__navLinks{margin-right:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLinks li{margin:0 1rem}.Navbar-module__cJzEcG__navLinks a{color:var(--foreground);font-size:1rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--primary)}.Navbar-module__cJzEcG__navLinks a:after{content:"";background:linear-gradient(to right,var(--primary),var(--accent));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLinks a:hover:after{width:100%}.Navbar-module__cJzEcG__discordButton{background-color:var(--primary);color:#fff;border-radius:var(--border-radius);align-items:center;padding:.5rem 1.2rem;font-weight:600;transition:background-color .3s;display:flex}.Navbar-module__cJzEcG__discordButton:hover{background-color:var(--primary-dark)}.Navbar-module__cJzEcG__discordButton svg{margin-right:.5rem;font-size:1.2rem}.Navbar-module__cJzEcG__mobileMenuButton{color:var(--foreground);cursor:pointer;z-index:101;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:768px){.Navbar-module__cJzEcG__nav{background-color:var(--background);width:80%;max-width:400px;height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;justify-content:center;align-items:center;transition:all .3s ease-in-out;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__open{right:0}.Navbar-module__cJzEcG__navLinks{flex-direction:column;margin-bottom:2rem;margin-right:0}.Navbar-module__cJzEcG__navLinks li{margin:1rem 0}.Navbar-module__cJzEcG__navLinks a{font-size:1.2rem}.Navbar-module__cJzEcG__mobileMenuButton{display:block}}
.Footer-module__S6Hkya__footer{background-color:var(--gray-light);padding:5rem 0 2rem;position:relative}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--gray)50%,transparent 100%);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__S6Hkya__main{justify-content:space-between;margin-bottom:4rem;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logoText{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.Footer-module__S6Hkya__tagline{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Footer-module__S6Hkya__socialLinks{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLinks a{background-color:var(--gray);width:40px;height:40px;color:var(--text-light);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialLinks a:hover{background-color:var(--primary);color:#fff;transform:translateY(-3px)}.Footer-module__S6Hkya__linksContainer{gap:4rem;display:flex}.Footer-module__S6Hkya__linksColumn{min-width:120px}.Footer-module__S6Hkya__linksTitle{color:var(--foreground);margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__links{list-style:none}.Footer-module__S6Hkya__links li{margin-bottom:.75rem}.Footer-module__S6Hkya__links a{color:var(--text-light);font-size:.95rem;transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--gray);color:var(--text-light);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:3rem 0 2rem}.Footer-module__S6Hkya__main{flex-direction:column;gap:3rem}.Footer-module__S6Hkya__brand{text-align:center;max-width:100%}.Footer-module__S6Hkya__socialLinks{justify-content:center}.Footer-module__S6Hkya__linksContainer{text-align:center;flex-direction:column;gap:2rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1rem}}
.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding:120px 0 60px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{z-index:1;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.Hero-module__ZARIfG__content{flex:1;max-width:550px}.Hero-module__ZARIfG__title{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__description{color:var(--text-light);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__buttons{gap:1rem;display:flex}.Hero-module__ZARIfG__primaryButton,.Hero-module__ZARIfG__secondaryButton{border-radius:var(--border-radius);justify-content:center;align-items:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s ease-in-out;display:flex}.Hero-module__ZARIfG__primaryButton{background-color:var(--primary);color:#fff}.Hero-module__ZARIfG__primaryButton:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryButton{background-color:var(--gray-light);color:var(--foreground)}.Hero-module__ZARIfG__secondaryButton:hover{background-color:var(--gray);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.Hero-module__ZARIfG__primaryButton svg,.Hero-module__ZARIfG__secondaryButton svg{margin-right:.5rem;font-size:1.1rem}.Hero-module__ZARIfG__imageContainer{flex:1;justify-content:center;align-items:center;display:flex}.Hero-module__ZARIfG__phoneFrame{background:radial-gradient(circle at 25% 10%,#5865f238,#0000 45%),radial-gradient(circle at 75% 25%,#0ecb8124,#0000 55%),#0b0d12;border:1px solid #ffffff14;border-radius:18px;width:100%;max-width:590px;overflow:hidden;box-shadow:0 32px 90px #00000059}.Hero-module__ZARIfG__phoneTopline{font-family:var(--font-mono);color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #ffffff0f;gap:8px;padding:10px 14px;font-size:12px;display:flex;overflow:hidden}.Hero-module__ZARIfG__cmdSlash{color:#00b0f4;font-weight:800}.Hero-module__ZARIfG__cmdText{opacity:.9}.Hero-module__ZARIfG__card{background:#111318}.Hero-module__ZARIfG__cardHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.Hero-module__ZARIfG__tokenLeft{align-items:center;gap:12px;display:flex}.Hero-module__ZARIfG__fartLogo{color:#0b1220;background:radial-gradient(circle at 30% 30%,#c7f9cc,#57cc99 45%,#38a3a5);border:1px solid #ffffff1a;border-radius:999px;place-items:center;width:44px;height:44px;font-weight:900;display:grid;box-shadow:0 10px 22px #00000059}.Hero-module__ZARIfG__cardTokenName{color:#fffffff2;font-size:20px;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__cardTokenSymbol{color:#ffffff8c;letter-spacing:.6px;margin-top:2px;font-size:12px;font-weight:700}.Hero-module__ZARIfG__cardPrice{text-align:right}.Hero-module__ZARIfG__cardPriceValue{color:#fffffff2;letter-spacing:-.2px;font-size:26px;font-weight:900}.Hero-module__ZARIfG__cardPriceChange{color:#00e676;margin-top:4px;font-weight:800}.Hero-module__ZARIfG__kpiGrid{border-bottom:1px solid #ffffff0f;padding:0 16px 14px}.Hero-module__ZARIfG__kpiRow{border-top:1px solid #ffffff0d;justify-content:space-between;padding:10px 0;display:flex}.Hero-module__ZARIfG__kpiRow:first-child{border-top:none}.Hero-module__ZARIfG__kpiLabel{color:#ffffff8c;font-weight:700}.Hero-module__ZARIfG__kpiValue{color:#ffffffeb;font-weight:900}.Hero-module__ZARIfG__embedCard{padding:14px 14px 14px 18px;position:relative}.Hero-module__ZARIfG__embedStripe{background:linear-gradient(#f6b34b,#f07d1a);border-radius:6px;width:4px;position:absolute;top:14px;bottom:14px;left:0}.Hero-module__ZARIfG__embedBody{background:#2b2d378c;border:1px solid #ffffff0f;border-radius:14px;padding:14px;box-shadow:0 16px 40px #00000040}.Hero-module__ZARIfG__embedTitle{color:#ffffffeb;margin-bottom:10px;font-size:18px;font-weight:900}.Hero-module__ZARIfG__embedLine{color:#ffffffb8;margin-top:6px;font-size:14px}.Hero-module__ZARIfG__embedKey{color:#ffffff9e;font-weight:800}.Hero-module__ZARIfG__embedMono{font-family:var(--font-mono);color:#ffffffd9}.Hero-module__ZARIfG__embedLink{color:#3aa7ff;font-weight:800}.Hero-module__ZARIfG__dot{color:#ffffff38;font-weight:900}.Hero-module__ZARIfG__chartBox{background:#0d1018d9;border:1px solid #ffffff0f;border-radius:14px;margin-top:14px;overflow:hidden}.Hero-module__ZARIfG__chartTop{justify-content:space-between;padding:12px 12px 10px;display:flex}.Hero-module__ZARIfG__chartToken{color:#fffffff2;font-weight:900}.Hero-module__ZARIfG__chartSub{color:#ffffff8c;margin-top:2px;font-size:12px}.Hero-module__ZARIfG__chartRight{text-align:right}.Hero-module__ZARIfG__chartPrice{color:#ffffffeb;font-weight:900}.Hero-module__ZARIfG__chartBadge{color:#fff;background:#ef5350d9;border-radius:6px;margin-top:6px;padding:2px 8px;font-size:12px;font-weight:900;display:inline-block}.Hero-module__ZARIfG__chartKpis{grid-template-columns:repeat(3,1fr);gap:8px;padding:0 12px 10px;display:grid}.Hero-module__ZARIfG__chartKpi{text-align:center;color:#ffffffb3;background:#ffffff14;border:1px solid #ffffff0f;border-radius:10px;padding:10px;font-size:12px}.Hero-module__ZARIfG__chartKpi b{color:#ffffffeb;margin-top:6px;font-size:14px;display:block}.Hero-module__ZARIfG__chartPlot{background:#0f1320;border:1px solid #ffffff0f;border-radius:12px;height:210px;margin:0 12px 10px;position:relative;overflow:hidden}.Hero-module__ZARIfG__gridSvg{stroke:#ffffff12;stroke-width:1px;fill:none;width:100%;height:100%;position:absolute;inset:0}.Hero-module__ZARIfG__candleSvg{width:100%;height:100%;position:absolute;inset:0}.Hero-module__ZARIfG__candleUp line,.Hero-module__ZARIfG__candleUp rect{stroke:#5affd2a6;fill:#5affd247;stroke-width:2px}.Hero-module__ZARIfG__candleDown line,.Hero-module__ZARIfG__candleDown rect{stroke:#ef5350a6;fill:#ef53503d;stroke-width:2px}.Hero-module__ZARIfG__candleUp rect,.Hero-module__ZARIfG__candleDown rect{filter:drop-shadow(0 10px 14px #0000002e)}.Hero-module__ZARIfG__lastPriceLine{border-top:1px dashed #5affd259;height:0;position:absolute;top:52px;left:0;right:0}.Hero-module__ZARIfG__priceMarker{font-family:var(--font-mono);color:#ffffffb3;background:#00000040;border:1px solid #ffffff14;border-radius:6px;padding:2px 6px;font-size:12px;position:absolute;top:44px;right:10px}.Hero-module__ZARIfG__yAxis{font-family:var(--font-mono);color:#ffffff8c;flex-direction:column;justify-content:space-between;font-size:12px;display:flex;position:absolute;top:18px;bottom:28px;right:10px}.Hero-module__ZARIfG__xAxis{font-family:var(--font-mono);color:#ffffff8c;justify-content:space-between;font-size:12px;display:flex;position:absolute;bottom:6px;left:12px;right:12px}.Hero-module__ZARIfG__chartFooter{color:#fff9;font-family:var(--font-mono);grid-template-columns:repeat(5,1fr);gap:8px;padding:0 12px 12px;font-size:12px;display:grid}.Hero-module__ZARIfG__pillsBlock{background:#ffffff05;border-top:1px solid #ffffff0f;padding:12px 16px}.Hero-module__ZARIfG__pillRow{color:#fff9;flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;font-weight:800;display:flex}.Hero-module__ZARIfG__pillRow:first-child{margin-top:0}.Hero-module__ZARIfG__pillRow>span:first-child{color:#ffffff8c;font-family:var(--font-mono);font-weight:900}.Hero-module__ZARIfG__pill{color:#ffffffeb;background:#2b2d37bf;border:1px solid #ffffff1a;border-radius:12px;padding:8px 12px;font-size:12px;font-weight:900;box-shadow:inset 0 1px #ffffff0f}.Hero-module__ZARIfG__pill:nth-child(2){border-color:#3aa7ff47}.Hero-module__ZARIfG__timeGrid{background:#ffffff08;border-top:1px solid #ffffff0f;grid-template-columns:repeat(2,1fr);display:grid}.Hero-module__ZARIfG__timeGrid>div{text-align:center;border-bottom:1px solid #ffffff0f;border-right:1px solid #ffffff0f;padding:12px}.Hero-module__ZARIfG__timeGrid>div:nth-child(2n){border-right:none}.Hero-module__ZARIfG__t{color:#ffffffbf;font-weight:900;font-family:var(--font-mono)}.Hero-module__ZARIfG__green{color:#00e676;font-weight:900}.Hero-module__ZARIfG__red{color:#ef5350;font-weight:900}.Hero-module__ZARIfG__scrollDown{background-color:var(--gray-light);width:40px;height:40px;color:var(--foreground);cursor:pointer;z-index:2;border-radius:50%;justify-content:center;align-items:center;animation:2s infinite Hero-module__ZARIfG__bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}.Hero-module__ZARIfG__gradientBg{z-index:0;background:radial-gradient(circle,#3772ff33 0%,#3772ff00 70%);border-radius:50%;width:760px;height:760px;position:absolute;top:-360px;right:-360px}.Hero-module__ZARIfG__gradientBg:before{content:"";background:radial-gradient(circle,#0ecb811a 0%,#0ecb8100 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-300px;left:-850px}@media (max-width:1024px){.Hero-module__ZARIfG__container{text-align:center;flex-direction:column}.Hero-module__ZARIfG__content{max-width:100%;margin-bottom:2.25rem}.Hero-module__ZARIfG__phoneFrame{max-width:520px}.Hero-module__ZARIfG__title{font-size:3rem}}@media (max-width:640px){.Hero-module__ZARIfG__hero{padding:110px 0 40px}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__buttons{flex-direction:column;align-items:stretch}}
.Features-module__zvCZ4q__features{background-color:var(--background);padding:100px 0;position:relative;overflow:hidden}.Features-module__zvCZ4q__features:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--gray)50%,transparent 100%);height:1px;position:absolute;top:0;left:0;right:0}.Features-module__zvCZ4q__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:4rem}.Features-module__zvCZ4q__title{background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Features-module__zvCZ4q__subtitle{color:var(--text-light);max-width:700px;margin:0 auto;font-size:1.25rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Features-module__zvCZ4q__featureCard{background-color:var(--background);border-radius:var(--border-radius);border:1px solid var(--gray);z-index:1;flex-direction:column;height:100%;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Features-module__zvCZ4q__featureCard:before{content:"";background:linear-gradient(to right,var(--primary),var(--accent));z-index:-1;opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Features-module__zvCZ4q__featureCard:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.Features-module__zvCZ4q__featureCard:hover:before{opacity:1}.Features-module__zvCZ4q__iconContainer{background-color:var(--gray-light);width:60px;height:60px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;transition:all .3s;display:flex}.Features-module__zvCZ4q__featureCard:hover .Features-module__zvCZ4q__iconContainer{background-color:var(--primary);color:#fff}.Features-module__zvCZ4q__featureTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Features-module__zvCZ4q__featureDescription{color:var(--text-light);flex-grow:1;font-size:1rem;line-height:1.6}@media (max-width:1024px){.Features-module__zvCZ4q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Features-module__zvCZ4q__features{padding:60px 0}.Features-module__zvCZ4q__title{font-size:2rem}.Features-module__zvCZ4q__subtitle{font-size:1.1rem}.Features-module__zvCZ4q__grid{grid-template-columns:1fr}}
.Commands-module__QP-a7G__commands{background-color:var(--background);padding:6rem 0;position:relative}.Commands-module__QP-a7G__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Commands-module__QP-a7G__heading{text-align:center;margin-bottom:3rem}.Commands-module__QP-a7G__heading h2{background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Commands-module__QP-a7G__heading p{color:var(--text-secondary);font-size:1.2rem}.Commands-module__QP-a7G__content{background-color:var(--background-light);border-radius:12px;grid-template-columns:280px 1fr;gap:2rem;display:grid;overflow:hidden;box-shadow:0 4px 20px #0003}.Commands-module__QP-a7G__sidebar{background-color:#0003;padding:1.5rem 1rem}.Commands-module__QP-a7G__commandList{flex-direction:column;gap:.5rem;display:flex}.Commands-module__QP-a7G__commandButton{color:var(--text-secondary);text-align:left;cursor:pointer;background-color:#0000;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:1rem;transition:all .2s;display:flex}.Commands-module__QP-a7G__commandButton:hover{color:var(--text);background-color:#ffffff0d}.Commands-module__QP-a7G__commandButton.Commands-module__QP-a7G__active{background-color:var(--primary);color:#fff}.Commands-module__QP-a7G__commandButton svg{font-size:1.2rem}.Commands-module__QP-a7G__preview{min-height:500px;padding:2rem}.Commands-module__QP-a7G__commandPreview{height:100%}.Commands-module__QP-a7G__commandHeader{margin-bottom:2rem}.Commands-module__QP-a7G__commandHeader h3{color:var(--text);margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.Commands-module__QP-a7G__commandName{font-family:var(--font-mono,monospace);color:var(--primary);background-color:#6366f11a;border-radius:4px;margin-bottom:1rem;padding:.25rem .75rem;font-size:1.1rem;display:inline-block}.Commands-module__QP-a7G__commandHeader p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.Commands-module__QP-a7G__usageSection,.Commands-module__QP-a7G__parametersSection,.Commands-module__QP-a7G__exampleSection{margin-bottom:2rem}.Commands-module__QP-a7G__usageSection h4,.Commands-module__QP-a7G__parametersSection h4,.Commands-module__QP-a7G__exampleSection h4{color:var(--text);margin-bottom:1rem;font-size:1.2rem;font-weight:600}.Commands-module__QP-a7G__codeBlock{font-family:var(--font-mono,monospace);color:var(--text);background-color:#0000004d;border-radius:8px;padding:1rem;font-size:.95rem;overflow-x:auto}.Commands-module__QP-a7G__parametersList{padding:0;list-style-type:none}.Commands-module__QP-a7G__parameter{color:var(--text-secondary);margin-bottom:.75rem;line-height:1.5}.Commands-module__QP-a7G__paramName{font-family:var(--font-mono,monospace);color:var(--primary);font-weight:600}@media (max-width:992px){.Commands-module__QP-a7G__content{grid-template-columns:1fr}.Commands-module__QP-a7G__sidebar{padding:1rem;overflow-x:auto}.Commands-module__QP-a7G__commandList{flex-flow:row}.Commands-module__QP-a7G__commandButton{white-space:nowrap}.Commands-module__QP-a7G__preview{min-height:auto;padding:1.5rem}}@media (max-width:768px){.Commands-module__QP-a7G__commands{padding:4rem 0}.Commands-module__QP-a7G__heading h2{font-size:2rem}.Commands-module__QP-a7G__commandHeader h3{font-size:1.5rem}.Commands-module__QP-a7G__commandButton{padding:.5rem .75rem;font-size:.9rem}.Commands-module__QP-a7G__commandButton svg{font-size:1rem}}
.legal-module__8113wq__container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.legal-module__8113wq__content{max-width:800px;margin:0 auto}.legal-module__8113wq__title{text-align:center;background:linear-gradient(90deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:3rem;font-weight:700}.legal-module__8113wq__textContent{background:#ffffff08;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #0003}.legal-module__8113wq__textContent h2{color:#8b5cf6;border-bottom:1px solid #8b5cf64d;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.8rem}.legal-module__8113wq__textContent h3{color:#6366f1;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.4rem}.legal-module__8113wq__textContent p,.legal-module__8113wq__textContent li{color:#fffc;margin-bottom:1rem;font-size:1rem;line-height:1.7}.legal-module__8113wq__textContent ul{margin-bottom:1.5rem;margin-left:2rem}.legal-module__8113wq__textContent li{margin-bottom:.5rem}.legal-module__8113wq__backLink{text-align:center;margin-top:2rem}.legal-module__8113wq__backLink a{color:#6366f1;font-weight:600;text-decoration:none;transition:color .2s}.legal-module__8113wq__backLink a:hover{color:#8b5cf6;text-decoration:underline}@media (max-width:768px){.legal-module__8113wq__container{padding:2rem 1rem}.legal-module__8113wq__title{font-size:2.5rem}.legal-module__8113wq__textContent{padding:1.5rem}.legal-module__8113wq__textContent h2{font-size:1.5rem}.legal-module__8113wq__textContent h3{font-size:1.2rem}}
.About-module__vAULUW__about{background-color:var(--background-dark);padding:6rem 0;position:relative}.About-module__vAULUW__container{max-width:1200px;margin:0 auto;padding:0 1rem}.About-module__vAULUW__header{text-align:center;margin-bottom:3rem}.About-module__vAULUW__title{background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.About-module__vAULUW__subtitle{color:var(--text-secondary);font-size:1.2rem}.About-module__vAULUW__content{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.About-module__vAULUW__imageContainer{justify-content:center;align-items:center;display:flex}.About-module__vAULUW__monitoringExample{background:radial-gradient(circle at 20% 10%,#5865f233,#0000 55%),#0b0d12;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 28px 70px #00000059}.About-module__vAULUW__exampleHeader{text-align:left;background:#111214;border-bottom:1px solid #ffffff0f;padding:.9rem 1rem}.About-module__vAULUW__exampleTitle{color:#ffffffeb;letter-spacing:.2px;font-size:1.05rem;font-weight:900}.About-module__vAULUW__exampleContent{flex-direction:column;gap:.9rem;padding:1rem;display:flex}.About-module__vAULUW__alertExample{background:#2b2d378c;border:1px solid #ffffff0f;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 18px 46px #00000040}.About-module__vAULUW__alertExample:before{content:"";background:linear-gradient(#f6b34b,#f07d1a);width:4px;position:absolute;top:0;bottom:0;left:0}.About-module__vAULUW__alertHeader{background:#0000002e;padding:.75rem .75rem .6rem .9rem}.About-module__vAULUW__alertType{color:#ffffffe6;font-size:.9rem;font-weight:900}.About-module__vAULUW__alertBody{padding:.85rem .85rem .95rem .95rem}.About-module__vAULUW__tokenName{margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.About-module__vAULUW__tokenMetrics{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.75rem;display:grid}.About-module__vAULUW__metric{color:#ffffffb8;font-size:.9rem}.About-module__vAULUW__tokenRank{gap:1rem;margin-bottom:.75rem;display:flex}.About-module__vAULUW__oldRank{color:var(--text-secondary);text-decoration:line-through}.About-module__vAULUW__newRank{color:var(--primary);font-weight:600}.About-module__vAULUW__tokenAddress{font-family:var(--font-mono);color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;background-color:#00000040;border:1px solid #ffffff0f;border-radius:10px;padding:.55rem .6rem;font-size:.8rem;overflow:hidden}.About-module__vAULUW__textContent{color:var(--text)}.About-module__vAULUW__paragraph{margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.About-module__vAULUW__featuresGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.About-module__vAULUW__featureItem{align-items:flex-start;gap:1rem;display:flex}.About-module__vAULUW__featureIcon{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.About-module__vAULUW__featureIcon svg{color:#fff;font-size:1.2rem}.About-module__vAULUW__featureText h3{color:var(--text);margin-bottom:.5rem;font-size:1.2rem}.About-module__vAULUW__featureText p{color:var(--text-secondary);font-size:1rem;line-height:1.5}.About-module__vAULUW__technicalDetails{background-color:var(--background-light);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.About-module__vAULUW__technicalDetails h3{color:var(--text);margin-bottom:1rem;font-size:1.2rem}.About-module__vAULUW__technicalDetails ul{padding-left:1.5rem;list-style-type:disc}.About-module__vAULUW__technicalDetails li{color:var(--text-secondary);margin-bottom:.5rem;line-height:1.5}.About-module__vAULUW__technicalDetails strong{color:var(--text)}.About-module__vAULUW__cta{justify-content:flex-start;display:flex}.About-module__vAULUW__ctaButton{background-color:var(--primary);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.About-module__vAULUW__ctaButton:hover{background-color:var(--secondary);transform:translateY(-2px)}.About-module__vAULUW__ctaButton svg{font-size:1.2rem}@media (max-width:992px){.About-module__vAULUW__content{grid-template-columns:1fr}.About-module__vAULUW__imageContainer{order:-1;margin-bottom:2rem}.About-module__vAULUW__monitoringExample{max-width:500px}}@media (max-width:768px){.About-module__vAULUW__title{font-size:2rem}.About-module__vAULUW__tokenMetrics{grid-template-columns:1fr 1fr;gap:.5rem}}
