.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__mockup{background-color:var(--gray-light);width:100%;max-width:550px;box-shadow:var(--shadow-lg);border:1px solid var(--gray);border-radius:12px;overflow:hidden}.Hero-module__ZARIfG__tokenHeader{background-color:var(--background);border-bottom:1px solid var(--gray);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.Hero-module__ZARIfG__tokenInfo{align-items:center;gap:.75rem;display:flex}.Hero-module__ZARIfG__tokenLogo{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Hero-module__ZARIfG__tokenLogo svg{width:100%;height:100%}.Hero-module__ZARIfG__tokenName{font-size:1.25rem;font-weight:700;line-height:1.2}.Hero-module__ZARIfG__tokenSymbol{color:var(--text-light);font-size:.9rem}.Hero-module__ZARIfG__tokenPrice{text-align:right}.Hero-module__ZARIfG__currentPrice{font-size:1.75rem;font-weight:700;line-height:1.2}.Hero-module__ZARIfG__priceChange{border-radius:4px;margin-top:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:600;display:inline-block}.Hero-module__ZARIfG__tokenMetrics{background-color:var(--background);border-bottom:1px solid var(--gray);grid-template-columns:repeat(3,1fr);display:grid}.Hero-module__ZARIfG__metric{text-align:center;border-right:1px solid var(--gray);padding:.75rem 1.25rem}.Hero-module__ZARIfG__metric:last-child{border-right:none}.Hero-module__ZARIfG__metricLabel{color:var(--text-light);margin-bottom:.25rem;font-size:.8rem}.Hero-module__ZARIfG__metricValue{font-size:1.1rem;font-weight:700}.Hero-module__ZARIfG__chartContainer{background-color:var(--background);border-bottom:1px solid var(--gray);flex-direction:column;height:250px;display:flex;position:relative}.Hero-module__ZARIfG__priceChart{flex-direction:column;flex-grow:1;width:100%;height:100%;padding:1.5rem 1.5rem 0;display:flex;position:relative}.Hero-module__ZARIfG__priceChartLines{z-index:1;width:100%;height:100%;padding:1.5rem 1.5rem 0;position:absolute;top:0;left:0}.Hero-module__ZARIfG__chartLine{background-color:#ffffff12;width:calc(100% - 3rem);height:1px;position:absolute;left:1.5rem;right:1.5rem}.Hero-module__ZARIfG__chartLine:first-child{top:30%}.Hero-module__ZARIfG__chartLine:nth-child(2){top:50%}.Hero-module__ZARIfG__chartLine:nth-child(3){top:70%}.Hero-module__ZARIfG__pricePath{z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,90 L50,85 L80,88 L100,85 L140,87 L200,85 L220,80 L260,65 L300,60 L320,70 L350,30 L370,10 L400,35 L450,40 L500,25 L550,15' stroke='%2300b879' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat;background-size:100% 100%;width:calc(100% - 3rem);height:calc(100% - 1.5rem - 20px);position:absolute;inset:1.5rem 1.5rem 20px}.Hero-module__ZARIfG__pricePath:after{content:"";z-index:-1;background-image:linear-gradient(#0ecb8100 0%,#0ecb8126 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__timeLabels{color:var(--text-light);font-size:.7rem;font-family:var(--font-mono);border-top:1px solid #ffffff0d;justify-content:space-between;margin-top:auto;padding:8px 1.5rem;display:flex;position:relative}.Hero-module__ZARIfG__priceLabels{height:70%;color:var(--text-light);font-size:.7rem;font-family:var(--font-mono);z-index:3;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:1.5rem 0;display:flex;position:absolute;top:0;right:.5rem}.Hero-module__ZARIfG__timeFrames{background-color:var(--background);border-bottom:1px solid var(--gray);display:flex}.Hero-module__ZARIfG__timeFrame{text-align:center;cursor:pointer;background-color:#1a1e24;flex:1;padding:.75rem .5rem;transition:background-color .2s}.Hero-module__ZARIfG__timeFrame:hover{background-color:#ffffff0d}.Hero-module__ZARIfG__timeFrame.Hero-module__ZARIfG__active{background-color:var(--background)}.Hero-module__ZARIfG__timeLabel{font-size:.85rem;font-weight:600;font-family:var(--font-mono)}.Hero-module__ZARIfG__timeChange{margin-top:.25rem;font-size:.75rem;display:block}.Hero-module__ZARIfG__timeChange.Hero-module__ZARIfG__positive{color:var(--success);background-color:#0000}.Hero-module__ZARIfG__timeChange.Hero-module__ZARIfG__negative{color:var(--danger);background-color:#0000}.Hero-module__ZARIfG__mockCommand{background-color:var(--background);padding:1rem 1.25rem}.Hero-module__ZARIfG__commandPrompt{font-family:var(--font-mono);color:var(--text-light);background-color:#3772ff14;border-radius:6px;padding:.75rem 1rem;font-size:.85rem}.Hero-module__ZARIfG__commandPrefix{color:var(--primary);font-weight:600}.Hero-module__ZARIfG__positive{color:var(--success);margin-top:.25rem;font-size:.875rem;font-weight:600;display:inline-block}.Hero-module__ZARIfG__negative{color:var(--danger);margin-top:.25rem;font-size:.875rem;font-weight:600;display:inline-block}.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,#3772ff26 0%,#3772ff00 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-350px;right:-350px}.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:3rem}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__buttons{justify-content:center}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:100px 0 80px}.Hero-module__ZARIfG__title{font-size:2rem}.Hero-module__ZARIfG__description{font-size:1rem}.Hero-module__ZARIfG__buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.Hero-module__ZARIfG__tokenMetrics{grid-template-columns:1fr}.Hero-module__ZARIfG__metric{border-right:none;border-bottom:1px solid var(--gray)}.Hero-module__ZARIfG__metric:last-child{border-bottom:none}.Hero-module__ZARIfG__timeFrames{flex-wrap:wrap}.Hero-module__ZARIfG__timeFrame{border-bottom:1px solid var(--gray);flex:0 0 50%}.Hero-module__ZARIfG__timeFrame:nth-child(2n){border-right:none}.Hero-module__ZARIfG__timeFrame:nth-last-child(-n+2){border-bottom:none}}
.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}}
.page-module___8aEwW__page{--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),.08);--gray-alpha-100:rgba(var(--gray-rgb),.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;min-height:100svh;font-family:var(--font-geist-sans);grid-template-rows:20px 1fr 20px;place-items:center;gap:64px;padding:80px;display:grid}@media (prefers-color-scheme:dark){.page-module___8aEwW__page{--gray-rgb:255,255,255;--gray-alpha-200:rgba(var(--gray-rgb),.145);--gray-alpha-100:rgba(var(--gray-rgb),.06);--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a}}.page-module___8aEwW__main{flex-direction:column;grid-row-start:2;gap:32px;display:flex}.page-module___8aEwW__main ol{font-family:var(--font-geist-mono);letter-spacing:-.01em;margin:0;padding-left:0;font-size:14px;line-height:24px;list-style-position:inside}.page-module___8aEwW__main li:not(:last-of-type){margin-bottom:8px}.page-module___8aEwW__main code{background:var(--gray-alpha-100);border-radius:4px;padding:2px 4px;font-family:inherit;font-weight:600}.page-module___8aEwW__ctas{gap:16px;display:flex}.page-module___8aEwW__ctas a{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:128px;justify-content:center;align-items:center;height:48px;padding:0 20px;font-size:16px;font-weight:500;line-height:20px;transition:background .2s,color .2s,border-color .2s;display:flex}a.page-module___8aEwW__primary{background:var(--foreground);color:var(--background);gap:8px}a.page-module___8aEwW__secondary{border-color:var(--gray-alpha-200);min-width:158px}.page-module___8aEwW__footer{grid-row-start:3;gap:24px;display:flex}.page-module___8aEwW__footer a{align-items:center;gap:8px;display:flex}.page-module___8aEwW__footer img{flex-shrink:0}@media (hover:hover) and (pointer:fine){a.page-module___8aEwW__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module___8aEwW__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}.page-module___8aEwW__footer a:hover{text-underline-offset:4px;text-decoration:underline}}@media (max-width:600px){.page-module___8aEwW__page{padding:32px 32px 80px}.page-module___8aEwW__main{align-items:center}.page-module___8aEwW__main ol{text-align:center}.page-module___8aEwW__ctas{flex-direction:column}.page-module___8aEwW__ctas a{height:40px;padding:0 16px;font-size:14px}a.page-module___8aEwW__secondary{min-width:auto}.page-module___8aEwW__footer{flex-wrap:wrap;justify-content:center;align-items:center}}@media (prefers-color-scheme:dark){.page-module___8aEwW__logo{filter:invert()}}
.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-color:var(--background);border-radius:12px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 8px 16px #0000004d}.About-module__vAULUW__exampleHeader{background-color:var(--primary);text-align:center;padding:1rem}.About-module__vAULUW__exampleTitle{color:#fff;font-size:1.2rem;font-weight:600}.About-module__vAULUW__exampleContent{flex-direction:column;gap:1rem;padding:1rem;display:flex}.About-module__vAULUW__alertExample{background-color:var(--background-light);border-radius:8px;overflow:hidden}.About-module__vAULUW__alertHeader{background-color:#0003;padding:.75rem}.About-module__vAULUW__alertType{font-size:1rem;font-weight:600}.About-module__vAULUW__alertBody{padding:1rem}.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:var(--text-secondary);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{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;background-color:#0003;border-radius:4px;padding:.5rem;font-family:monospace;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}}
