@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(1vw);backdrop-filter:blur(1vw)}@media(min-width:768px){.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.modal-content{background-color:var(--card-background);padding:4vw;border-radius:2vw;border:1px solid var(--border-color);width:90%;max-width:500px;min-width:280px;position:relative;box-shadow:0 2vw 6vw #00000080;display:flex;flex-direction:column;gap:3vw}@media(min-width:768px){.modal-content{padding:2rem;border-radius:12px;box-shadow:0 10px 30px #00000080;gap:1.5rem}}.modal-close-button{position:absolute;top:2vw;right:2vw;background:none;border:none;font-size:4vw;color:#888;cursor:pointer;line-height:1;padding:0}@media(min-width:768px){.modal-close-button{top:1rem;right:1rem;font-size:2rem}}.modal-close-button:hover{color:#fff}.modal-content h2{margin-top:0;font-size:4vw;text-align:center}@media(min-width:768px){.modal-content h2{font-size:1.8rem}}.modal-form{display:flex;flex-direction:column;gap:2.5vw}@media(min-width:768px){.modal-form{gap:1.25rem}}.modal-form .form-group{display:flex;flex-direction:column;gap:1vw}@media(min-width:768px){.modal-form .form-group{gap:.5rem}}.modal-form label{font-weight:700;font-size:2vw;color:#aaa}@media(min-width:768px){.modal-form label{font-size:.9rem}}.modal-form input,.modal-form textarea{width:100%;box-sizing:border-box;font-size:2vw;padding:1.5vw;border-radius:.8vw;border:1px solid #555;background-color:#333;color:#f0f0f0}@media(min-width:768px){.modal-form input,.modal-form textarea{font-size:1rem;padding:.75rem;border-radius:4px}}.modal-form textarea{resize:vertical;min-height:16vw;font-family:monospace}@media(min-width:768px){.modal-form textarea{min-height:80px}}.modal-actions{display:flex;justify-content:flex-end;gap:2vw;margin-top:2vw}@media(min-width:768px){.modal-actions{gap:1rem;margin-top:1rem}}.modal-button{padding:1.5vw 3vw;border:none;border-radius:1.6vw;font-weight:700;cursor:pointer;transition:background-color .2s}@media(min-width:768px){.modal-button{padding:.75rem 1.5rem;border-radius:8px}}.modal-button.primary{background-color:#fa3e3e;color:#ccc}.modal-button.primary:hover{background-color:#fd5757}.modal-button.secondary{background-color:#fa3e3e;color:#ccc}.modal-button.secondary:hover{background-color:#fd5757}.modal-message{padding:2vw;border-radius:1.6vw;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2vw}@media(min-width:768px){.modal-message{padding:1rem;border-radius:8px;gap:1rem}}.modal-message p{margin:0}.modal-message.error{background-color:#f003;color:#ff8a8a}.modal-message.success{background-color:#222;color:#fff}.modal-message .modal-button{width:80%;text-align:center;text-decoration:none;display:inline-block}.asset-selector-list{display:flex;flex-wrap:wrap;gap:1vw;border:1px solid #555;padding:1vw .5vw 1vw 1vw;border-radius:1.6vw;max-height:25vh;overflow-y:auto}@media(min-width:768px){.asset-selector-list{gap:.5rem;padding:.5rem;border-radius:8px;max-height:100px}}.asset-item{padding:1vw 2vw;background-color:#333;border:1px solid #555;color:#ccc;border-radius:1.2vw;cursor:pointer;transition:all .2s}@media(min-width:768px){.asset-item{padding:.5rem 1rem;border-radius:6px}}.asset-item:hover{background-color:#444;border-color:#777}.asset-item.selected{background-color:var(--primary-glow-color);color:#fff;border-color:var(--primary-glow-color);font-weight:700}.max-sendable{font-size:1.6vw;color:#888;text-align:right;margin-bottom:.5vw}@media(min-width:768px){.max-sendable{font-size:.8rem;margin-bottom:.25rem}}.max-button{border:none;padding:0 3vw;font-size:2vw;font-weight:700;cursor:pointer;border-radius:0 1.6vw 1.6vw 0;background-color:#555;color:#fff;transition:background-color .2s}@media(min-width:768px){.max-button{padding:0 1.5rem;font-size:1rem;border-radius:0 8px 8px 0}}.max-button:hover{background-color:#666}.asset-selector-list::-webkit-scrollbar{width:8px}.asset-selector-list::-webkit-scrollbar-track{background:#2a2a2a;border-radius:4px}.asset-selector-list::-webkit-scrollbar-thumb{background-color:var(--primary-glow-color);border-radius:4px}.asset-selector-list{scrollbar-width:thin;scrollbar-color:var(--primary-glow-color) #2a2a2a}.asset-selector-list{display:flex;flex-wrap:wrap;gap:.75rem;padding:.75rem;border:1px solid #444;border-radius:8px;background-color:#1a1a1a}.asset-selector-list.scrollable{max-height:120px;overflow-y:auto}.asset-item{padding:.5rem 1rem;font-size:1rem;font-weight:700;border-radius:6px;cursor:pointer;border:1px solid #555;background-color:#333;color:#ccc;transition:all .2s ease}.asset-item:hover{border-color:#777;color:#fff}.asset-item.selected{background-color:var(--primary-glow-color);border-color:var(--primary-glow-color);color:#fff;box-shadow:0 0 10px var(--primary-glow-color)}.launchpad-form-section .modal-button.secondary{background-color:var(--border-color);text-align:center}.modal-button{text-decoration:none}.modal-button.full-width{display:block;width:100%;box-sizing:border-box}.form-actions-vertical .main-action-button{width:100%;margin-bottom:1rem}.button-group,.form-actions-vertical{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.button-group>*,.form-actions-vertical>*{width:100%;display:block;box-sizing:border-box}.button-group .main-action-button{flex-grow:0}@media(min-width:768px){.button-group{flex-direction:row}.button-group>*{width:auto}.button-group .main-action-button{flex-grow:1}}.welcome-modal-content{text-align:center;gap:.5rem}.welcome-modal-content h2{color:var(--primary-glow-color);font-size:2rem;margin-bottom:0rem}.welcome-modal-content>p{color:#b0b0b0;line-height:1.6;font-size:1.1rem;max-width:400px;margin:0 auto 1.5rem}.welcome-modal-features{list-style:none;padding:0;margin:1rem 0;text-align:left;display:flex;flex-direction:column;gap:.5rem}.welcome-modal-features li{display:flex;align-items:flex-start;gap:1rem}.welcome-modal-features li span{font-size:1.75rem;margin-top:-4px;color:var(--primary-glow-color)}.welcome-modal-features li strong{font-size:1.1rem;color:#fff}.welcome-modal-features li p{font-size:.9rem;color:#a0a0a0;line-height:1.5;margin:.25rem 0 0}.welcome-modal-content .modal-button.primary{width:100%;padding:1rem;font-size:1.2rem;margin-top:.5rem;color:#fff}.welcome-modal-content .modal-button.primary:hover{transform:scale(1.02);translate:0 -3px;box-shadow:0 0 15px #ff4c4c}.why-lofeefun{margin-top:1rem;font-size:1.2rem;color:#fff;max-width:300px;text-align:left;line-height:1.4}.low-fees{font-size:1rem}.onboarding-overlay{position:fixed;inset:0;background-color:#00000080;z-index:999;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.onboarding-highlight{position:absolute;box-sizing:border-box;border:3px solid var(--primary-glow-color);border-radius:12px;box-shadow:0 0 20px var(--primary-glow-color);transition:all .3s ease-in-out;pointer-events:none}.onboarding-arrow{position:absolute;width:.01rem;height:1rem;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid var(--primary-glow-color);transform:translate(-50%);transition:all .3s ease-in-out;filter:drop-shadow(0 2px 2px rgba(0,0,0,.5))}.onboarding-text-box{position:absolute;background-color:#2a2a2a;color:#e0e0e0;padding:1.5rem;border-radius:12px;border:1px solid var(--border-color);width:90%;max-width:400px;box-shadow:0 5px 25px #00000080;text-align:center;transform:translate(-50%);transition:all .3s ease-in-out}.onboarding-text-box p{margin:0 0 1.5rem;line-height:1.6;font-size:1rem}.onboarding-text-box .modal-button{width:100%}@media(max-width:767px){.onboarding-text-box{top:auto!important;bottom:20%;left:0%!important;transform:none!important;width:90%}}:root{font-size:16px;--background-color: #0a0a0a;--text-color: #e0e0e0;--primary-glow-color: #ff0055;--secondary-glow-color: #ff4D89;--card-background: #121212;--border-color: #2a2a2a}body{margin:0;font-family:Inter,sans-serif;background-color:var(--background-color);color:var(--text-color);overflow-x:hidden}.social-links-container{position:fixed;top:1rem;left:1rem;right:1rem;display:flex;flex-wrap:wrap;gap:.5rem;z-index:10}@media(min-width:48em){.social-links-container{top:1.5rem;left:1.5rem;gap:.75rem}}.social-link{padding:.4rem .8rem;font-size:.875rem;font-weight:700;color:#a0a0a0;background-color:#1e1e1e80;border:1px solid var(--border-color);border-radius:.5rem;text-decoration:none;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:all .2s ease-in-out;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45%;box-sizing:border-box}@media(min-width:48em){.social-link{padding:.5rem 1rem;font-size:.9rem}}@media(max-width:480px){.social-link{max-width:100px}}.social-link:hover{color:#fff;background-color:#2d2d2db3;border-color:var(--primary-glow-color);transform:translateY(-.125rem)}.layout-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:6rem 1rem 4rem;box-sizing:border-box;position:relative;overflow:hidden;z-index:0;--grid-size: 5rem;--grid-color: rgba(42, 42, 42, .5);background-image:repeating-linear-gradient(0deg,var(--grid-color),var(--grid-color) 1px,transparent 1px,transparent var(--grid-size)),repeating-linear-gradient(90deg,var(--grid-color),var(--grid-color) 1px,transparent 1px,transparent var(--grid-size));background-size:var(--grid-size) var(--grid-size);animation:move-grid 10s linear infinite}@media(min-width:48em){.layout-container{padding:5rem 2rem;--grid-size: 6.25rem}}@media(max-width:30em){.layout-container{padding:3rem .5rem}}@keyframes move-grid{0%{background-position:0 0}to{background-position:var(--grid-size) var(--grid-size)}}.App-header{margin-bottom:1.5rem;text-align:center}@media(min-width:48em){.App-header{margin-bottom:2rem}}.header-link{text-decoration:none;display:block;text-align:center}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;min-height:70vh;padding:1.5rem 0rem;position:relative;z-index:2;width:100%;max-width:75rem;margin:0 auto}@media(max-width:62em){.hero-section{padding-top:5.5rem}}@media(min-width:48em){.hero-section{padding:2rem;gap:3rem;min-height:80vh}}@media(min-width:62em){.hero-section{flex-direction:row;justify-content:space-between;gap:4rem}}.hero-text-content{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:1}@media(min-width:62em){.hero-text-content{align-items:flex-start;text-align:left}}.hero-image-container{flex-shrink:0;position:relative;width:15.625rem;height:15.625rem;border-radius:1rem;border:1px solid var(--border-color);padding:.375rem;background-color:#121212b3;box-shadow:0 .5rem 2rem #0000004d,0 0 1rem #ff00551a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:float-animation 6s infinite alternate ease-in-out}@media(min-width:48em){.hero-image-container{width:18.75rem;height:18.75rem;padding:.5rem}}@media(min-width:62em){.hero-image-container{width:25rem;height:25rem}}.hero-image-container img{width:100%;height:100%;object-fit:cover;border-radius:.75rem}@keyframes float-animation{0%{transform:translateY(-.625rem)}to{transform:translateY(.625rem)}}.main-title{font-size:clamp(3rem,10vw,5.5rem);font-weight:900;letter-spacing:-.05em;margin:0;background:linear-gradient(120deg,#c7c7c7,#ffffffb3,#ff9090,#ffffffb3 60%,#c7c7c7 80% 100%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:sheen-text 5s linear infinite}@media(max-width:480px){.main-title{padding-top:1rem}}.slogan{font-size:clamp(1.1rem,4vw,1.5rem);color:#b0b0b0;margin-top:1rem;margin-bottom:2rem;max-width:37.5rem;font-weight:400;line-height:1.5}.homepage-main-content{width:100%;max-width:75rem;margin:0 auto;padding:0 0rem;position:relative;z-index:2}.section-title{font-size:clamp(2rem,7vw,2.8rem);font-weight:900;text-align:center;margin-top:4rem;margin-bottom:3rem;background:linear-gradient(90deg,#fff,silver);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));gap:1.5rem}.feature-card{background-color:#121212b3;border:1px solid var(--border-color);border-radius:.75rem;padding:2rem 1.5rem;text-align:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}.feature-card:hover{transform:translateY(-.5rem);border-color:var(--primary-glow-color);box-shadow:0 0 1.25rem #f053}.feature-icon{font-size:2.5rem;line-height:1;margin-bottom:1.5rem;display:block}.feature-card h3{font-size:1.25rem;font-weight:700;margin-top:0;margin-bottom:.75rem;color:#fff}.feature-card p{font-size:.95rem;color:#a0a0a0;line-height:1.6;margin:0}.carousel-section{padding-bottom:4rem}.carousel-container{width:100%;margin:0;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent);mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent);position:relative;height:60px}.carousel-track{display:flex;width:370rem;animation:scroll 40s linear infinite;position:absolute;top:0;left:0}.carousel-item{width:17.5rem;height:60px;box-sizing:border-box;flex-shrink:0;padding:1rem;margin:0 .5rem;background-color:var(--card-background);border:1px solid var(--border-color);border-radius:.5rem;font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:#2a2a2a}html::-webkit-scrollbar-thumb{background-color:var(--primary-glow-color);border-radius:4px}html{scrollbar-width:thin;scrollbar-color:var(--primary-glow-color) #2a2a2a}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.auth-container{width:100%;max-width:30rem;background-color:var(--card-background);padding:clamp(1.5rem,5vw,2.5rem);border-radius:1rem;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem;margin:0 auto;box-sizing:border-box}.auth-container h1{font-size:clamp(1.8rem,6vw,2.25rem);font-weight:900;margin:0 0 1rem;text-align:center;width:100%}.auth-container form{display:flex;flex-direction:column;gap:1rem;width:100%}.form-group{text-align:left;width:100%}.form-group label{font-size:.9rem;font-weight:700;display:block;margin-bottom:.5rem}.form-group input{width:100%;box-sizing:border-box;font-size:1rem;padding:.75rem;border-radius:.375rem;border:1px solid #555;background-color:#333;color:#f0f0f0}.warning-box{background-color:#ffa5001a;border-left:4px solid orange;padding:1rem;font-size:.85rem;text-align:left;border-radius:.25rem;width:100%;box-sizing:border-box;line-height:1.4}.message-box{padding:.75rem;border-radius:.25rem;min-height:1.5rem;margin-top:.5rem;width:100%;text-align:center;box-sizing:border-box;font-size:.9rem}.homepage-actions{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem}@media(min-width:48em){.homepage-actions{flex-direction:row;gap:1.5rem}}.main-action-button,.secondary-action-button{font-size:1.2rem;font-weight:700;padding:1rem 2.5rem;border-radius:.5rem;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .2s ease-in-out}.main-action-button{border:none;color:#fff;background-color:var(--primary-glow-color);transition:transform .2s ease-out,box-shadow .3s ease}.main-action-button:hover{transform:translateY(-.125rem);box-shadow:0 0 1rem var(--primary-glow-color);scale:1.01}.secondary-action-button{border:1px solid var(--border-color);background-color:transparent;color:var(--text-color)}.secondary-action-button:hover{background-color:var(--card-background);border-color:var(--text-color)}.auth-container .main-action-button,.auth-container .secondary-action-button{width:100%;padding:.8rem 1.5rem;font-size:1.1rem}.glow-red{box-shadow:0 0 15px var(--secondary-glow-color),0 0 30px var(--primary-glow-color);animation:pulse-red 2s infinite}@keyframes pulse-red{0%{box-shadow:0 0 15px var(--secondary-glow-color),0 0 30px var(--primary-glow-color)}50%{box-shadow:0 0 25px var(--secondary-glow-color),0 0 50px var(--primary-glow-color)}to{box-shadow:0 0 15px var(--secondary-glow-color),0 0 30px var(--primary-glow-color)}}.glow-blue{background-color:#007bff;box-shadow:0 0 15px #007bff,0 0 30px #007bff;animation:pulse-blue 2s infinite}@keyframes pulse-blue{0%{box-shadow:0 0 15px #007bff,0 0 30px #007bff}50%{box-shadow:0 0 25px #339cff,0 0 50px #339cff}to{box-shadow:0 0 15px #007bff,0 0 30px #007bff}}.glow-effect{position:absolute;top:50%;left:50%;width:1px;height:1px;transform:translate(-50%,-50%);z-index:-1;pointer-events:none}.glow-effect:before,.glow-effect:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.2}@media(min-width:48em){.glow-effect:before,.glow-effect:after{filter:blur(120px)}}.glow-effect:before{width:600px;height:600px;top:-300px;left:-300px;background:radial-gradient(circle,var(--primary-glow-color) 0%,transparent 65%);animation:swirl-glow-1 25s infinite alternate ease-in-out}@media(min-width:48em){.glow-effect:before{width:800px;height:800px;top:-400px;left:-400px}}.glow-effect:after{width:500px;height:500px;top:-250px;left:-250px;background:radial-gradient(circle,#4a00ff 0%,transparent 70%);animation:swirl-glow-2 35s infinite alternate ease-in-out}@media(min-width:48em){.glow-effect:after{width:700px;height:700px;top:-350px;left:-350px}}@keyframes swirl-glow-1{0%{transform:translate(-100px,50px) rotate(0) scale(1)}to{transform:translate(100px,-50px) rotate(180deg) scale(1.1)}}@keyframes swirl-glow-2{0%{transform:translate(80px,-60px) rotate(0) scale(1.2)}to{transform:translate(-80px,100px) rotate(-180deg) scale(1)}}.layout-container:before,.layout-container:after{content:"";position:absolute;z-index:-1;border-radius:50%;filter:blur(80px);opacity:.25}@media(min-width:48em){.layout-container:before,.layout-container:after{filter:blur(100px)}}.layout-container:before{width:800px;height:800px;top:-300px;left:-400px;background:radial-gradient(circle,var(--primary-glow-color) 0%,transparent 60%);animation:cosmic-swirl-1 35s infinite alternate ease-in-out}@media(min-width:48em){.layout-container:before{width:1000px;height:1000px;top:-400px;left:-500px}}.layout-container:after{width:700px;height:700px;bottom:-350px;right:-300px;background:radial-gradient(circle,#4a00ff 0%,transparent 65%);animation:cosmic-swirl-2 45s infinite alternate ease-in-out}@media(min-width:48em){.layout-container:after{width:900px;height:900px;bottom:-450px;right:-400px}}@keyframes cosmic-swirl-1{0%{transform:translate(0) rotate(0) scale(1)}to{transform:translate(200px,100px) rotate(90deg) scale(1.2)}}.homepage-footer{margin-top:2rem;padding-bottom:2rem;text-align:center}.homepage-footer p{font-size:.9rem;color:#a0a0a0;margin:0}.dashboard-wrapper{opacity:0;transition:opacity .5s ease-in}.dashboard-wrapper.fade-in{opacity:1}@keyframes sheen-text{0%{background-position:200% center}to{background-position:-200% center}}.auth-container .secondary-action-button{width:auto}html,body{max-width:100%;overflow-x:hidden}.App{text-align:center;position:relative;z-index:1;width:100%;overflow:hidden}@media(max-width:768px){.carousel-section{display:none}.social-links-container{max-width:450px}.social-link{align-content:center;max-width:95px}.glow-effect:before{max-width:300px}.glow-effect:after{max-width:300px}}.form-group-checkbox{display:flex;align-items:center;margin-bottom:20px;font-size:.9rem}.form-group-checkbox input[type=checkbox]{margin-right:10px;width:auto}.form-group-checkbox label{color:#ccc}.form-group-checkbox a{color:#00c781;text-decoration:underline}.legal-container{max-width:800px;margin:40px auto;padding:20px;background-color:#1e1e1e;border-radius:8px;color:#ccc}.legal-container h1,.legal-container h2{color:#fff;border-bottom:1px solid #444;padding-bottom:10px;margin-top:20px}.legal-container p{line-height:1.6;margin-bottom:15px}.legal-container a{color:#fb4f4f;text-decoration:underline}.form-affirmation-text{font-size:.75rem;color:#888;text-align:center;max-width:400px;line-height:1.2}.form-group-checkbox{display:flex;align-items:center;margin-bottom:20px;font-size:.9rem;cursor:pointer}.form-group-checkbox label{position:relative;display:flex;align-items:center;color:#ccc}.form-group-checkbox input[type=checkbox]{opacity:0;position:absolute;width:0;height:0}.form-group-checkbox label:before{content:"";display:inline-block;width:18px;height:18px;border:2px solid #555;border-radius:3px;margin-right:12px;background-color:#222;transition:all .2s ease;flex-shrink:0}.form-group-checkbox input[type=checkbox]:checked+label:before{background-color:#00c781;border-color:#00c781}.form-group-checkbox label:after{content:"";display:block;position:absolute;left:7px;top:9px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.form-group-checkbox input[type=checkbox]:checked+label:after{opacity:1}.homepage-footer{width:100%;padding:3rem 1rem 2rem;margin-top:4rem;background-color:#0a0a0a80;border-top:1px solid var(--border-color);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);position:relative;z-index:2}.footer-content{max-width:75rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:48em){.footer-content{flex-direction:row;justify-content:space-between}}.footer-integrations{text-align:center}@media(min-width:48em){.footer-integrations{text-align:left}}.footer-title{font-size:.9rem;font-weight:700;color:#a0a0a0;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.integrations-logos{display:flex;align-items:center;gap:1.5rem}.integration-logo-link img{height:1.5rem;opacity:.6;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.integration-logo-link:hover img{opacity:1;transform:scale(1.1)}.footer-legal{text-align:center;font-size:.9rem;color:#a0a0a0}@media(min-width:48em){.footer-legal{text-align:right}}.footer-legal p{margin:0 0 .5rem}.footer-legal-links a{color:#a0a0a0;text-decoration:none;transition:color .2s ease-in-out}.footer-legal-links a:hover{color:#fff;text-decoration:underline}.footer-legal-links span{margin:0 .5rem;color:#555}.chart-pump-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.pump-candle{position:absolute;width:4vw;max-width:20px;min-width:10px;background-color:#00c781;box-shadow:0 0 2vw #00c781,0 0 3vw #00c78199;border-radius:.4vw;transform-origin:bottom;animation:grow-hold-vanish 10s linear infinite;opacity:0}@media(min-width:768px){.pump-candle{width:3vw;max-width:20px;min-width:12px;box-shadow:0 0 10px #00c781,0 0 15px #00c78199;border-radius:2px}}@keyframes grow-hold-vanish{0%{transform:scaleY(0);opacity:0}3%{transform:scaleY(1);opacity:.75}20%{transform:scaleY(1);opacity:.75}40%{opacity:0}to{opacity:0}}.pump-candle:nth-child(1){left:2%;bottom:10%;height:8vh;animation-delay:0s}.pump-candle:nth-child(2){left:5%;bottom:12%;height:12vh;animation-delay:.3s}.pump-candle:nth-child(3){left:8%;bottom:15%;height:10vh;animation-delay:.6s}.pump-candle:nth-child(4){left:11%;bottom:18%;height:17vh;animation-delay:.9s}.pump-candle:nth-child(5){left:14%;bottom:24%;height:20vh;animation-delay:1.2s}.pump-candle:nth-child(6){left:17%;bottom:30%;height:16vh;animation-delay:1.5s}.pump-candle:nth-child(7){left:20%;bottom:35%;height:22vh;animation-delay:1.8s}.pump-candle:nth-child(8){left:23%;top:55%;height:18vh;animation-delay:2.1s;background-color:#ff4d4d;box-shadow:0 0 2vw #ff4d4d,0 0 3vw #ff4d4d99;transform-origin:top}.pump-candle:nth-child(9){left:26%;top:65%;height:24vh;animation-delay:2.4s;background-color:#ff4d4d;box-shadow:0 0 2vw #ff4d4d,0 0 3vw #ff4d4d99;transform-origin:top}.pump-candle:nth-child(10){left:29%;top:80%;height:14vh;animation-delay:2.7s;background-color:#ff4d4d;box-shadow:0 0 2vw #ff4d4d,0 0 3vw #ff4d4d99;transform-origin:top}.pump-candle:nth-child(11){left:32%;top:88%;height:8vh;animation-delay:3s;background-color:#ff4d4d;box-shadow:0 0 2vw #ff4d4d,0 0 3vw #ff4d4d99;transform-origin:top}.pump-candle:nth-child(12){left:35%;bottom:5%;height:12vh;animation-delay:3.3s}.pump-candle:nth-child(13){left:38%;bottom:8%;height:10vh;animation-delay:3.6s}.pump-candle:nth-child(14){left:41%;bottom:10%;height:16vh;animation-delay:3.9s}.pump-candle:nth-child(15){left:44%;bottom:15%;height:14vh;animation-delay:4.2s}.pump-candle:nth-child(16){left:47%;bottom:18%;height:18vh;animation-delay:4.5s}.pump-candle:nth-child(17){left:50%;bottom:22%;height:22vh;animation-delay:4.8s}.pump-candle:nth-child(18){left:53%;top:65%;height:16vh;animation-delay:5.1s;background-color:#ff4d4d;box-shadow:0 0 2vw #ff4d4d,0 0 3vw #ff4d4d99;transform-origin:top}.pump-candle:nth-child(19){left:56%;top:70%;height:20vh;animation-delay:5.4s;background-color:#ff4d4d;box-shadow:0 0 2vw #ff4d4d,0 0 3vw #ff4d4d99;transform-origin:top}.pump-candle:nth-child(20){left:59%;bottom:25%;height:40vh;animation-delay:5.7s}.pump-candle:nth-child(21){left:62%;bottom:55%;height:24vh;animation-delay:6s}.pump-candle:nth-child(22){left:65%;bottom:60%;height:32vh;animation-delay:6.3s}.pump-candle:nth-child(23){left:68%;bottom:70%;height:36vh;animation-delay:6.6s}.pump-candle:nth-child(24){left:71%;bottom:78%;height:32vh;animation-delay:6.9s}.pump-candle:nth-child(25){left:74%;top:5%;height:26vh;animation-delay:7.2s;background-color:#ff4d4d;box-shadow:0 0 2vw #ff4d4d,0 0 3vw #ff4d4d99;transform-origin:top}.pump-candle:nth-child(26){left:77%;top:20%;height:20vh;animation-delay:7.5s;background-color:#ff4d4d;box-shadow:0 0 2vw #ff4d4d,0 0 3vw #ff4d4d99;transform-origin:top}.pump-candle:nth-child(27){left:80%;bottom:70%;height:40vh;animation-delay:7.8s}.pump-candle:nth-child(28){left:83%;bottom:88%;height:10vh;animation-delay:8.1s}.pump-candle:nth-child(29){left:86%;bottom:92%;height:10vh;animation-delay:8.4s}.pump-candle:nth-child(30){left:89%;bottom:96%;height:20vh;animation-delay:8.7s}@media(min-width:768px){.pump-candle:nth-child(1){height:40px}.pump-candle:nth-child(2){height:60px}.pump-candle:nth-child(3){height:50px}.pump-candle:nth-child(4){height:85px}.pump-candle:nth-child(5){height:100px}.pump-candle:nth-child(6){height:80px}.pump-candle:nth-child(7){height:110px}.pump-candle:nth-child(8){height:90px}.pump-candle:nth-child(9){height:120px}.pump-candle:nth-child(10){height:70px}.pump-candle:nth-child(11){height:40px}.pump-candle:nth-child(12){height:60px}.pump-candle:nth-child(13){height:50px}.pump-candle:nth-child(14){height:80px}.pump-candle:nth-child(15){height:70px}.pump-candle:nth-child(16){height:90px}.pump-candle:nth-child(17){height:110px}.pump-candle:nth-child(18){height:80px}.pump-candle:nth-child(19){height:100px}.pump-candle:nth-child(20){height:300px}.pump-candle:nth-child(21){height:120px}.pump-candle:nth-child(22){height:160px}.pump-candle:nth-child(23){height:180px}.pump-candle:nth-child(24){height:160px}.pump-candle:nth-child(25){height:130px}.pump-candle:nth-child(26){height:100px}.pump-candle:nth-child(27){height:170px}.pump-candle:nth-child(28){height:50px}.pump-candle:nth-child(29){height:50px}.pump-candle:nth-child(30){height:100px}}@media(max-width:480px){.chart-pump-container{display:none}}.pulsing-grid-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:-1;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr)}@media(min-width:768px){.pulsing-grid-container{grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,1fr)}}.grid-cell{display:flex;justify-content:center;align-items:center}.grid-shape{opacity:0;width:8vw;height:8vw;max-width:40px;max-height:40px;min-width:20px;min-height:20px;position:relative;animation:pulse-and-transform 8s infinite;animation-delay:var(--delay)}@media(min-width:768px){.grid-shape{width:40px;height:40px}}.grid-shape:before,.grid-shape:after{content:"";position:absolute;top:50%;left:50%;width:120%;height:.4vw;max-height:2px;background-color:#313131;opacity:0;animation:reveal-x 8s infinite;animation-delay:var(--delay)}@media(min-width:768px){.grid-shape:before,.grid-shape:after{height:2px}}.grid-shape:before{transform:translate(-50%,-50%) rotate(45deg)}.grid-shape:after{transform:translate(-50%,-50%) rotate(-45deg)}@keyframes pulse-and-transform{0%{opacity:0;transform:scale(.5);background-color:#313131;box-shadow:0 0 1.6vw #313131}10%{opacity:.1;transform:scale(1);background-color:#313131;box-shadow:0 0 2.4vw #313131}49%{opacity:.1;transform:scale(1);background-color:#313131;box-shadow:0 0 2.4vw #313131}50%{opacity:.1;transform:scale(1.2) rotate(180deg);background-color:transparent;box-shadow:none}60%{transform:scale(1) rotate(180deg)}90%{opacity:.1;transform:scale(1) rotate(180deg)}to{opacity:0;transform:scale(.5) rotate(180deg)}}@media(min-width:768px){@keyframes pulse-and-transform{0%{opacity:0;transform:scale(.5);background-color:#313131;box-shadow:0 0 8px #313131}10%{opacity:.1;transform:scale(1);background-color:#313131;box-shadow:0 0 12px #313131}49%{opacity:.1;transform:scale(1);background-color:#313131;box-shadow:0 0 12px #313131}50%{opacity:.1;transform:scale(1.2) rotate(180deg);background-color:transparent;box-shadow:none}60%{transform:scale(1) rotate(180deg)}90%{opacity:.1;transform:scale(1) rotate(180deg)}to{opacity:0;transform:scale(.5) rotate(180deg)}}}@keyframes reveal-x{0%,49%{opacity:0}50%,90%{opacity:.5}to{opacity:0}}.squares-area{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;margin:0;padding:0;z-index:-1}.squares-area li{position:absolute;display:block;list-style:none;width:4vw;height:4vw;max-width:20px;max-height:20px;min-width:10px;min-height:10px;background:#2a2a2a33;border:1px solid var(--border-color);bottom:-15vh;animation:animate-squares 25s linear infinite}@media(min-width:768px){.squares-area li{width:20px;height:20px;bottom:-150px}}.squares-area li:nth-child(1){left:25%;width:16vw;height:16vw;max-width:80px;max-height:80px;animation-delay:0s}.squares-area li:nth-child(2){left:10%;width:4vw;height:4vw;max-width:20px;max-height:20px;animation-delay:2s;animation-duration:12s}.squares-area li:nth-child(3){left:70%;width:4vw;height:4vw;max-width:20px;max-height:20px;animation-delay:4s}.squares-area li:nth-child(4){left:40%;width:12vw;height:12vw;max-width:60px;max-height:60px;animation-delay:0s;animation-duration:18s}.squares-area li:nth-child(5){left:65%;width:4vw;height:4vw;max-width:20px;max-height:20px;animation-delay:0s}.squares-area li:nth-child(6){left:75%;width:22vw;height:22vw;max-width:110px;max-height:110px;animation-delay:3s}.squares-area li:nth-child(7){left:35%;width:30vw;height:30vw;max-width:150px;max-height:150px;animation-delay:7s}.squares-area li:nth-child(8){left:50%;width:5vw;height:5vw;max-width:25px;max-height:25px;animation-delay:15s;animation-duration:45s}.squares-area li:nth-child(9){left:20%;width:3vw;height:3vw;max-width:15px;max-height:15px;animation-delay:2s;animation-duration:35s}.squares-area li:nth-child(10){left:85%;width:30vw;height:30vw;max-width:150px;max-height:150px;animation-delay:0s;animation-duration:11s}@media(min-width:768px){.squares-area li:nth-child(1){width:80px;height:80px}.squares-area li:nth-child(2){width:20px;height:20px}.squares-area li:nth-child(3){width:20px;height:20px}.squares-area li:nth-child(4){width:60px;height:60px}.squares-area li:nth-child(5){width:20px;height:20px}.squares-area li:nth-child(6){width:110px;height:110px}.squares-area li:nth-child(7){width:150px;height:150px}.squares-area li:nth-child(8){width:25px;height:25px}.squares-area li:nth-child(9){width:15px;height:15px}.squares-area li:nth-child(10){width:150px;height:150px}}@keyframes animate-squares{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0}to{transform:translateY(-115vh) rotate(720deg);opacity:0;border-radius:50%}}.squares-overlay{position:fixed;inset:0;background:#000;z-index:9999;overflow:hidden;animation:fade-out-overlay 2.5s forwards}.squares-overlay:before{content:"";position:absolute;inset:0;z-index:0;--grid-color-dim: rgba(255, 0, 85, .2);background-image:repeating-linear-gradient(45deg,var(--grid-color-dim) 0,var(--grid-color-dim) 1px,transparent 1px,transparent 4vw),repeating-linear-gradient(-45deg,var(--grid-color-dim) 0,var(--grid-color-dim) 1px,transparent 1px,transparent 4vw);opacity:0;animation:glow-grid 2s ease-in-out forwards;animation-delay:0s}@media(min-width:768px){.squares-overlay:before{background-image:repeating-linear-gradient(45deg,var(--grid-color-dim) 0,var(--grid-color-dim) 1px,transparent 1px,transparent 20px),repeating-linear-gradient(-45deg,var(--grid-color-dim) 0,var(--grid-color-dim) 1px,transparent 1px,transparent 20px)}}.animated-square{position:absolute;top:50%;left:50%;transform:translate(120vw,-50%) rotate(0);animation:slide-spin-exit 2s ease-in-out forwards}.trail-particle{position:absolute;top:50%;left:50%;width:2vw;height:2vw;max-width:10px;max-height:10px;min-width:6px;min-height:6px;background-color:#f05;box-shadow:0 0 3vw #f05,0 0 1.5vw #fff;border-radius:50%;transform:translate(120vw,-50%) rotate(0);animation:slide-spin-exit 2s ease-in-out forwards,trail-fade 2s linear forwards}@media(min-width:768px){.trail-particle{width:10px;height:10px;box-shadow:0 0 12px #f05,0 0 5px #fff}}@keyframes slide-spin-exit{0%{transform:translate(120vw,-50%) rotate(0)}45%{transform:translate(-50%,-50%) rotate(405deg)}55%{transform:translate(-50%,-50%) rotate(405deg)}to{transform:translate(-120vw,-50%) rotate(405deg)}}@keyframes glow-grid{0%,20%{opacity:0}45%{opacity:1}55%{opacity:1}95%,to{opacity:0}}@keyframes trail-fade{0%{opacity:.8;width:2vw;height:2vw}to{opacity:0;width:0;height:0}}@media(min-width:768px){@keyframes trail-fade{0%{opacity:.8;width:10px;height:10px}to{opacity:0;width:0;height:0}}}@keyframes fade-out-overlay{0%{opacity:1}90%{opacity:1}to{opacity:0}}.dashboard-glow-wrapper{width:100vw;height:100vh;position:relative;overflow:hidden;background-color:#000;z-index:0}.dashboard-glow-wrapper:before,.dashboard-glow-wrapper:after{content:"";position:absolute;z-index:-1;border-radius:50%;animation:cosmic-swirl-2 25s infinite alternate ease-in-out}.dashboard-glow-wrapper:before{width:1600px;height:1600px;top:-250px;left:-200px;background:radial-gradient(circle,var(--primary-glow-color) 0%,transparent 100%);filter:blur(120px);opacity:.35}.dashboard-glow-wrapper:after{width:1600px;height:1600px;bottom:-350px;right:-400px;background:radial-gradient(circle,#753eff 0%,transparent 100%);filter:blur(100px);opacity:.2}@keyframes cosmic-swirl-2{0%{transform:translate(0) rotate(0) scale(1)}to{transform:translate(-150px,-80px) rotate(-120deg) scale(1.1)}}.dashboard-container{display:flex;flex-direction:column;height:100%;width:100%;background-color:transparent;color:var(--text-color)}.dashboard-main-content{flex-grow:1;display:grid;grid-template-rows:auto 1fr;gap:1.5rem;padding:1rem 0rem;overflow:hidden;min-height:0}main{flex-grow:1;display:flex;flex-direction:column}.sidebar{width:100%;height:70px;background-color:#0a0a0a;border-bottom:1px solid var(--border-color);padding:0 1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-shrink:0;z-index:10;box-sizing:border-box;overflow-y:auto}.sidebar-logo img{width:45px;height:45px;border-radius:10px;transition:transform .2s ease-out,box-shadow .2s ease-out}.sidebar-logo:hover img{transform:scale(1.1);box-shadow:0 0 15px #ffffff80}.sidebar-nav-items{display:flex;gap:.5rem}.sidebar-item{text-decoration:none;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;transition:background-color .2s ease;font-size:1.4rem;color:#888}@media(min-width:768px){.dashboard-container{flex-direction:row}.sidebar{width:80px;height:100%;border-right:1px solid var(--border-color);border-bottom:none;padding:1.5rem 0;flex-direction:column;justify-content:flex-start;gap:1.5rem;overflow-x:auto}.sidebar-nav-items{flex-direction:column;gap:1rem}.sidebar-item{width:50px;height:50px;font-size:1.5rem}.dashboard-main-content{padding:0rem}}.sidebar-item:hover{background-color:#1a1a1a;color:#fff}.sidebar-item.active{background-color:var(--primary-glow-color);color:#fff;box-shadow:0 0 10px var(--primary-glow-color)}.sidebar-item svg{width:28px;height:28px;stroke:currentColor;transition:all .2s ease}.sidebar-item:hover svg,.sidebar-item.active svg{stroke:#fff}.dashboard-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:1.5rem}.sol-balance-display{background-color:#00eeff1a;border:1px solid var(--border-color);padding:.75rem 1.25rem;border-radius:8px;font-weight:700;font-size:.8rem}.sol-balance-display span{color:#00ffea;margin-left:.5rem}.content-area{display:flex;flex-direction:column;gap:1.5rem;flex-grow:1}@media(min-width:1024px){.content-area{flex-direction:row;align-items:stretch}}.portfolio-view-container{flex-grow:1;display:flex;flex-direction:column;gap:1rem;min-width:0}.portfolio-header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(min-width:768px){.portfolio-header{flex-direction:row;justify-content:space-between;align-items:center}}.portfolio-title-group{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.portfolio-header h1{font-size:clamp(2.5rem,8vw,3.6rem);margin:0;padding-right:1rem;line-height:1.1}.text-like-button{background:none;border:none;padding:0;margin:0;color:#00d9ff;font-size:1rem;font-weight:500;cursor:pointer;transition:color .2s ease;text-align:left;display:inline-flex;align-items:center;gap:.4em}.text-like-button svg{width:1.1em;height:1.1em}.text-like-button:disabled{color:#00d9ffa4;cursor:not-allowed}.mobile-wallet-toggle svg{width:24px;height:24px;flex-shrink:0}.portfolio-actions{display:flex;gap:1rem;width:100%}.portfolio-actions button{flex-grow:1;padding:.75rem 1rem;font-size:.6rem;font-weight:700;height:50px;border:1px solid #f5434c;background-color:#f5434c;color:var(--text-color);border-radius:8px;cursor:pointer;transition:all .2s ease}@media(min-width:768px){.portfolio-actions{width:auto}.portfolio-actions button{flex-grow:0;width:120px;height:60px;font-size:.9rem}}.portfolio-actions button:hover{border-color:var(--primary-glow-color);color:#fff;transform:translateY(-2px)}.portfolio-table{width:100%;min-width:80px;border-collapse:collapse}.portfolio-table th,.portfolio-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border-color);vertical-align:middle}.portfolio-table th{color:#b6b6b6;font-size:.9rem;text-transform:uppercase}.portfolio-table td{font-weight:500}.portfolio-token-icon{width:32px;height:32px;border-radius:50%;margin-right:.75rem;flex-shrink:0}.token-name-cell .token-main-info{display:flex;align-items:center;gap:.75rem}.token-symbol{font-size:1.2rem;font-weight:700}.token-mint-short{font-family:monospace;background-color:#2a2a2a;padding:.25rem .5rem;border-radius:4px;font-size:.9rem}.copy-button{background:none;border:none;cursor:pointer;font-size:1rem;opacity:.6;transition:opacity .2s;color:#b6b6b6}.copy-button:hover{opacity:1}.cost-basis{font-size:.8rem;color:#fff;margin-left:.5rem}.trade-button{background-color:#007bff;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:.9rem;transition:background-color .2s}.trade-button:hover{background-color:#0056b3}.wallet-switcher{width:100%;flex-shrink:0;background-color:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:.5rem}@media(min-width:1024px){.wallet-switcher{width:300px;align-self:flex-start}}.wallet-switcher h2{margin-top:0;margin-bottom:1.5rem;font-size:1.2rem}.wallet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.wallet-list-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.wallet-list-item:hover{background-color:#1f1f1f}.wallet-info-container{flex-grow:1;display:flex;flex-direction:column}.wallet-name{font-weight:700}.wallet-address-short{font-size:.8rem;color:#fff;font-family:monospace}.wallet-selector-circle{width:20px;height:20px;border-radius:50%;border:2px solid #555;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.wallet-list-item.active .wallet-selector-circle{border-color:var(--primary-glow-color);background-color:var(--primary-glow-color)}.copy-wallet-button{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;line-height:1;transition:background-color .2s,color .2s}.copy-wallet-button:hover{background-color:#2a2a2a;color:#fff}.wallet-list-export{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto}.wallet-list-export button{width:100%;padding:1rem;background-color:#2a2a2a;border:1px solid #444;color:#fff;border-radius:8px;text-align:left;font-size:1rem;cursor:pointer;transition:background-color .2s}.wallet-list-export button:hover{background-color:#3a3a3a}.page-container{display:flex;flex-direction:column;gap:1.5rem}.page-container.fill-height{flex-grow:1}.page-header{text-align:left;flex-shrink:0}.page-header h1{font-size:clamp(2rem,7vw,2.5rem);font-weight:900;margin:0 0 .5rem}.page-header p{font-size:1.1rem;color:#b0b0b0;line-height:1.6;max-width:800px;margin:0}.hide-icon{width:25px;height:20px;vertical-align:middle}@media(min-width:1200px){.launch-options-container-centered{flex-direction:row;justify-content:center;gap:4rem}}.launch-option-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:750px}.launch-option-card{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:16px;width:100%;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.launch-option-card:hover{transform:translateY(-10px);border-color:var(--primary-glow-color);box-shadow:0 0 25px #ff005540}.launch-option-card h2{font-size:2.25rem;font-weight:700;margin:0;color:#fff;z-index:2;text-shadow:0 0 10px rgba(0,0,0,.7)}.launch-option-description{font-size:1rem;color:#a0a0a0;line-height:1.5;margin:0;text-align:center;min-height:4.5em}.launchpad-page-container{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;margin:0 auto}@media(min-width:1024px){.launchpad-page-container{grid-template-columns:2fr 1fr;gap:2.5rem;max-width:1400px}}.launchpad-form-section{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.form-sub-header{margin:1rem 0 0;padding-bottom:.75rem;border-bottom:1px solid var(--border-color);font-size:1rem;color:#aaa}.launchpad-form-section .form-group input,.launchpad-form-section .form-group textarea{width:100%;box-sizing:border-box;font-size:1rem;margin-top:.5rem;padding:.75rem;border-radius:8px;border:1px solid #444;background-color:#0a0a0a;color:#f0f0f0;transition:border-color .2s,box-shadow .2s}.summary-item{display:flex;justify-content:space-between;font-size:1rem}.summary-item span:last-child{font-weight:700;font-family:monospace}.launch-success-container h2{font-size:2.5rem;font-weight:900;margin:0}.launchpad-page-container{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;max-width:1400px;margin:0 auto;align-items:flex-start}@media(min-width:1024px){.launchpad-page-container{grid-template-columns:2fr 1fr;gap:2.5rem}}.launchpad-form-column{display:flex;flex-direction:column;gap:1.5rem}.launchpad-form-section{background-color:#0000005b;border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.launchpad-form-section{padding:2rem}}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.form-grid{grid-template-columns:1fr 1fr}}.form-group.full-width{grid-column:1 / -1}.form-sub-header{margin:1rem 0 0;padding-bottom:.75rem;border-bottom:1px solid var(--border-color);font-size:1.1rem;color:#aaa}.launchpad-form-section .form-group input,.launchpad-form-section .form-group textarea{width:100%;box-sizing:border-box;font-size:1rem;margin-top:.5rem;padding:.75rem;border-radius:8px;border:1px solid #444;background-color:#ffffff0f;color:#f0f0f0;transition:border-color .2s,box-shadow .2s}.launchpad-form-section .form-group input:focus,.launchpad-form-section .form-group textarea:focus{outline:none;border-color:var(--primary-glow-color);box-shadow:0 0 10px #ff00554d}.launch-button{margin-top:1rem;padding:1rem;font-size:1.2rem}.error-box{background-color:#ff4d4d1a;border:1px solid rgba(255,77,77,.5);color:#ff8a8a;padding:1rem;border-radius:8px;text-align:center}.launchpad-preview-column{position:relative}.preview-sticky-content{position:static;display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.preview-sticky-content{position:sticky;top:2rem}}.preview-sticky-content h3{font-size:1.5rem;margin:0;text-align:left}.token-preview-card{background:linear-gradient(145deg,#1a1a1a,#101010);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0003}.token-preview-image-container{width:100%;padding-top:100%;position:relative;background-color:#0a0a0a;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.token-preview-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.token-preview-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#444}.token-preview-info{text-align:left}.token-preview-info h4{font-size:1.5rem;margin:0 0 .25rem;color:#fff;word-break:break-all}.token-preview-info p{font-size:1rem;margin:0;color:#888;font-weight:700;font-family:monospace}.launch-summary{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.summary-item{display:flex;justify-content:space-between;font-size:1rem;flex-wrap:wrap;gap:.5rem}.summary-item span:first-child{color:#aaa}.summary-item span:last-child{font-weight:700;font-family:monospace;word-break:break-all}.summary-item.total-cost span{color:#fff;font-size:1.1rem}.launch-success-container{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.launch-success-container{padding:3rem}}.success-icon{font-size:4rem;line-height:1;animation:float-animation 4s infinite alternate ease-in-out}.launch-success-container h2{font-size:clamp(1.8rem,6vw,2.5rem);font-weight:900;margin:0}.launch-success-container p{color:#b0b0b0;max-width:450px;line-height:1.6;margin:0}.success-signature{width:100%;text-align:left;margin-top:1rem}.success-signature label{font-size:.9rem;color:#888;font-weight:700;margin-bottom:.5rem;display:block}.success-signature-link{display:block;background-color:#0a0a0a;border:1px solid #444;padding:1rem;border-radius:8px;font-family:monospace;color:#00d9ff;text-decoration:none;word-break:break-all;transition:background-color .2s}.success-signature-link:hover{background-color:#1f1f1f;text-decoration:underline}.view-coin-button{margin-top:1.5rem;width:100%;padding:1rem;font-size:1.2rem}@keyframes float-animation{0%{transform:translateY(-10px)}to{transform:translateY(10px)}}.portfolio-table-wrapper{flex-grow:1}.portfolio-table{width:100%;border-collapse:collapse}.portfolio-table thead{display:none}.portfolio-table tr{display:block;background-color:#00000032;border:1px solid var(--border-color);border-radius:12px;padding:1rem;margin-bottom:1rem}.portfolio-table td{display:flex;justify-content:space-between;align-items:center;padding:.75rem .25rem;text-align:right;border-bottom:1px solid #2a2a2a}.portfolio-table tr td:last-child{border-bottom:none}.portfolio-table td:before{content:attr(data-label);font-weight:700;color:#b0b0b0;text-align:left;padding-right:1rem}.token-name-cell{flex-direction:column;align-items:flex-end}.token-name-cell .token-main-info{justify-content:flex-end;width:100%}@media(min-width:1024px){.portfolio-table{display:table}.portfolio-table thead{display:table-header-group}.portfolio-table tr{display:table-row;background-color:transparent;border:none;padding:0;margin-bottom:0}.portfolio-table td{display:table-cell;text-align:left;padding:1rem;border-bottom:1px solid var(--border-color);vertical-align:middle}.portfolio-table td:before{display:none}.token-name-cell{flex-direction:row;align-items:center}}.page-header{text-align:center}.launch-options-container-centered{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;flex-grow:1}@media(min-width:1200px){.launch-options-container-centered{flex-direction:row;align-items:flex-start;justify-content:center;gap:4rem}}@media(min-width:1200px){.launch-option-wrapper{max-width:none}}.launch-option-card{display:flex;align-items:center;justify-content:center;text-align:center;height:400px;position:relative;overflow:hidden;background-color:var(--card-background);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 32px #0003;transition:border-color .3s ease,box-shadow .3s ease}.launch-option-card h2{font-size:clamp(1.8rem,5vw,2.25rem);text-shadow:0 2px 10px rgba(0,0,0,.7);color:#fff;margin:0;z-index:2}.info-description-text{font-size:.9rem;color:#a0a0a0;line-height:1.6;max-width:450px;text-align:center;margin:0;padding:0 1rem}.bonding-curve-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible}#bonding-curve-path{fill:none;stroke:#0f86;stroke-width:4px;stroke-linecap:round}.token-wrapper{offset-path:path("M 0 400 Q 375 400 750 0");animation:travel-the-path 4s linear infinite}.dot-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.dot-glow{position:absolute;width:12px;height:12px;background-color:#0f8;border-radius:50%;filter:blur(6px);opacity:.8}.dot-crisp{position:relative;width:12px;height:12px;background-color:#0f8;border-radius:50%;border:1px solid rgba(255,255,255,.75)}@keyframes travel-the-path{0%{offset-distance:0%;opacity:0}10%{opacity:1}90%{opacity:1}to{offset-distance:100%;opacity:0}}.wave-container{position:absolute;bottom:0;left:0;width:100%;height:60%}.waves{width:100%;height:100%}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:nth-child(1){animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}.token-mint{position:absolute;width:15px;height:15px;background-color:gold;border-radius:50%;box-shadow:0 0 5px gold;opacity:0;animation:fall-and-splash 4s ease-in infinite}.token-mint:nth-of-type(1){left:10%;animation-delay:0s}.token-mint:nth-of-type(2){left:80%;animation-delay:.5s}.token-mint:nth-of-type(3){left:50%;animation-delay:1s}.token-mint:nth-of-type(4){left:25%;animation-delay:1.5s}.token-mint:nth-of-type(5){left:90%;animation-delay:2s}.token-mint:nth-of-type(6){left:5%;animation-delay:2.5s}.token-mint:nth-of-type(7){left:65%;animation-delay:3s}.token-mint:nth-of-type(8){left:40%;animation-delay:3.5s}@keyframes fall-and-splash{0%{transform:translateY(-20%) scale(.8);opacity:0}10%{transform:translateY(-20%) scale(.8);opacity:1}70%{transform:translateY(250px) scale(1.2);opacity:1}80%{transform:translateY(240px) scale(2);opacity:0}to{transform:translateY(240px) scale(2);opacity:0}}.wallet-switcher-desktop-container{display:none}.mobile-wallet-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background-color:var(--card-background);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;font-size:1rem;color:#fff}.mobile-wallet-toggle .toggle-arrow{transition:transform .2s ease-in-out}.mobile-wallet-toggle .toggle-arrow.open{transform:rotate(180deg)}@media(min-width:1024px){.mobile-wallet-toggle,.wallet-switcher-mobile-container{display:none}.wallet-switcher-desktop-container{display:block}}.wallet-switcher-mobile-container{max-height:0;overflow:auto;transition:max-height .3s ease-out;background-color:#111;border-radius:0 0 12px 12px;margin-top:-.5rem}.wallet-switcher-mobile-container.open{max-height:500px;padding-top:.5rem;border:1px solid var(--border-color);border-top:none}main{flex-grow:1;display:flex}.dashboard-main-content>main{flex-grow:1;display:flex;flex-direction:column}.dashboard-main-content{flex-grow:1;display:grid;grid-template-rows:auto 1fr;gap:0rem;overflow-y:scroll;min-height:0}.dashboard-header{grid-row:1 / 2;margin-bottom:0}.dashboard-main-content>main{grid-row:2 / 3;display:flex;min-height:0}.token-name-cell{gap:.75rem}.token-info-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.token-mint-line{display:flex;align-items:center;gap:.5rem}.token-mint-short{font-family:monospace;background-color:#2a2a2a;padding:.25rem .5rem;border-radius:4px;font-size:.9rem;color:#ccc}.holdings-stack{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.25rem}.balance-amount{font-weight:700;font-size:1.1rem}.cost-basis{font-size:.85rem;color:#a0a0a0;margin-left:0}@media(max-width:1023px){.holdings-stack{align-items:flex-end;width:100%}.token-info-stack{align-items:flex-end}}.music-page-content{display:flex;justify-content:center;align-items:center;flex-grow:1;padding:40px}.music-page-content .music-player-container{position:static;transform:scale(1.2)}.volatility-slider-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:#ffffff0d;border-radius:8px;border:1px solid var(--border-color)}.volatility-slider-container label{font-size:1.1rem;color:#fff}.volatility-slider{-webkit-appearance:none;appearance:none;width:100%;height:8px;background:#333;border-radius:4px;outline:none;cursor:pointer}.volatility-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:var(--primary-glow-color);border-radius:50%;border:3px solid #fff;box-shadow:0 0 8px var(--primary-glow-color)}.volatility-slider::-moz-range-thumb{width:24px;height:24px;background:var(--primary-glow-color);border-radius:50%;border:3px solid #fff;box-shadow:0 0 8px var(--primary-glow-color)}.volatility-message{font-size:.9rem;color:#b0b0b0;text-align:center;margin:0;min-height:3em}.toggle-group{display:flex;align-items:center;justify-content:space-between;background-color:#ffffff0d;padding:1rem;border-radius:8px}.toggle-group label{font-weight:700;font-size:1.1rem;color:#fff}.toggle-switch{position:relative;display:inline-block;width:60px;height:34px;background-color:#333;border-radius:34px;border:1px solid #555;cursor:pointer;transition:background-color .3s ease}.toggle-switch.active{background-color:var(--primary-glow-color);box-shadow:0 0 8px var(--primary-glow-color)}.toggle-slider{position:absolute;height:26px;width:26px;left:4px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .3s ease}.toggle-switch.active .toggle-slider{transform:translate(26px)}.label-with-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:0rem}.label-with-button label{margin-bottom:0}.max-button-inline{background:none;border:1px solid var(--border-color);color:#888;padding:.25rem .75rem;border-radius:6px;font-weight:700;font-size:.8rem;cursor:pointer;transition:all .2s ease}.max-button-inline:hover:not(:disabled){background-color:#2a2a2a;color:#fff}.max-button-inline:disabled{opacity:.5;cursor:not-allowed}.liquidity-balance-info{font-size:1.1rem;color:#ccc;margin-bottom:2rem;font-weight:500}.liquidity-balance-info strong{font-size:1.25rem;color:#fff;font-weight:600}.form-group .label-with-button label{font-size:1.1rem;font-weight:500}.max-button-inline{padding:4px 18px;font-size:.9rem;font-weight:700;height:auto;border-radius:6px}.launchpad-form-section .main-action-button{margin-top:1.5rem}button.modal-button.secondary{background-color:#2a2a2a;color:#e0e0e0;border:1px solid #444}button.modal-button.secondary:hover{background-color:#383838;border-color:#555}.asset-item-lp{display:flex;align-items:center;width:100%;padding:12px 15px;background-color:#2c2c2e;border:1px solid #444;border-radius:8px;margin-bottom:10px;text-align:left;font-size:1rem;font-weight:500;color:#fff;cursor:pointer;transition:background-color .2s,border-color .2s}.asset-item-lp:hover{background-color:#3a3a3c;border-color:#555}.canonical-badge{font-size:.8rem;font-weight:700;padding:.2rem .6rem;border-radius:12px;background-color:#00c78126;color:#00c781;margin-left:.75rem}.asset-item-lp .asset-balance{margin-left:auto;color:#aaa;font-size:.9rem;font-weight:400}.button-group{display:flex;gap:1rem;margin-top:1.5rem}.button-group .main-action-button{flex-grow:1;margin-top:0}.pnl-neutral{color:#a0a0a0;font-weight:500}.liquidity-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible}.liquidity-svg path{fill:none;stroke:none}.liquidity-dot-wrapper{position:absolute;top:0;left:0;width:48px;height:48px;opacity:0}.liquidity-dot-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.liquidity-dot-container .dot-glow,.liquidity-dot-container .dot-crisp{position:absolute;width:12px;height:12px;border-radius:50%}.liquidity-dot-container .dot-glow{filter:blur(8px);border-radius:50%}.dot-green circle{fill:#0f8}.dot-purple circle{fill:#9932cc}@keyframes moveAndFadeStandard{0%{opacity:0;offset-distance:0%}10%{opacity:1}90%{opacity:1}to{opacity:0;offset-distance:100%}}@keyframes createPoolScene{0%,to{opacity:0}10%,90%{opacity:1}}.create-pool-svg{animation:createPoolScene 8s infinite}.create-pool-svg .static-pool-group{transform-origin:100px 75px;opacity:0;animation:fadeInSpinAndOut 8s infinite}@keyframes fadeInSpinAndOut{0%,40%{opacity:0;transform:rotate(0)}50%{opacity:1}90%{opacity:1;transform:rotate(180deg)}to{opacity:0;transform:rotate(180deg)}}.create-pool-svg .liquidity-dot-wrapper{animation:moveAndFadeCreate 8s infinite}.create-pool-svg .dot-green.liquidity-dot-wrapper{offset-path:path("M 0 0 C 50 75, 50 0, 100 75")}.create-pool-svg .dot-purple.liquidity-dot-wrapper{offset-path:path("M 200 0 C 150 75, 150 0, 100 75")}@keyframes moveAndFadeCreate{0%{opacity:0;offset-distance:0%}10%{opacity:1}40%{opacity:1}50%{opacity:0;offset-distance:100%}to{opacity:0;offset-distance:100%}}.add-liquidity-svg .static-pool-group{transform-origin:100px 75px;animation:spinInPlace 10s infinite linear}.add-liquidity-svg .liquidity-dot-wrapper{animation:moveAndFadeStandard 5s infinite}.add-liquidity-svg .dot-green.liquidity-dot-wrapper{offset-path:path("M 0 75 C 50 50, 50 100, 100 75")}.add-liquidity-svg .dot-purple.liquidity-dot-wrapper{offset-path:path("M 200 75 C 150 50, 150 100, 100 75")}.remove-liquidity-svg .full-pool{transform-origin:100px 75px;animation:spinInPlace 10s infinite linear}.remove-liquidity-svg .removable-dot{animation:fadeOutAndIn 6s infinite}@keyframes fadeOutAndIn{0%,to{opacity:1}40%{opacity:1}50%,90%{opacity:0}}.remove-liquidity-svg .liquidity-dot-wrapper{animation:moveAndFadeStandard 6s infinite}.remove-liquidity-svg .dot-green.liquidity-dot-wrapper{offset-path:path("M 100 75 C 50 0, 50 150, 0 0")}.remove-liquidity-svg .dot-purple.liquidity-dot-wrapper{offset-path:path("M 100 75 C 150 0, 150 150, 200 0")}@keyframes spinInPlace{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.burning-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.flame{transform-origin:50px 100px;animation:flicker 1.5s infinite ease-in-out}.flame.f1{fill:#ff4500;animation-delay:0s}.flame.f2{fill:#ff8c00;animation-delay:.2s}.flame.f3{fill:gold;animation-delay:.4s}@keyframes flicker{0%,to{transform:scaleY(1) scaleX(1)}50%{transform:scaleY(1.2) scaleX(1.1)}}.burn-token-particle{fill:#9932cc;opacity:0;transform:translate(calc(50px + 40px*cos(var(--i) * 60deg)),calc(20px + 10px*sin(var(--i) * 120deg)));animation:fall-into-flame 4s infinite ease-in;animation-delay:calc(var(--i) * .5s)}@keyframes fall-into-flame{0%{opacity:0;transform:translate(calc(50px + 40px*cos(var(--i) * 60deg)),calc(20px + 10px*sin(var(--i) * 120deg))) scale(1)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(50px,80px) scale(0)}}.dust-group{transform:translate(calc(var(--col-index) * 20px + 10px),calc(var(--row-index) * 20px + 20px))}.dust-outer{fill:#444;animation:dust-fade-out-staggered 6s infinite ease-in-out;animation-delay:calc(var(--i) * .15s)}.dust-inner-sol{fill:#00f59a;transform-origin:center;animation:sol-move-away-staggered 6s infinite ease-in-out;animation-delay:calc(var(--i) * .15s)}@keyframes dust-fade-out-staggered{0%,20%{opacity:.7}50%,to{opacity:0}}@keyframes sol-move-away-staggered{0%,20%{transform:translate(0);opacity:1}to{opacity:0;transform:translate(calc(140px - var(--col-index) * 20px),calc(30px - var(--row-index) * 20px))}}.bonding-curve-path-burn{fill:none;stroke:#9932cc;stroke-width:2;opacity:.3}.curve-dot-reclaim{fill:#9932cc;animation:reclaim-curve-dots 6s infinite ease-in-out;offset-path:path("M 0 100 Q 50 100 100 0");offset-distance:calc(12.5% * var(--i))}@keyframes reclaim-curve-dots{0%,40%{offset-distance:calc(12.5% * var(--i));transform:translate(0);opacity:1;fill:#9932cc}60%{offset-distance:50%;transform:translateY(35px);opacity:1;fill:#00f59a}80%{offset-distance:50%;transform:translateY(-100px);opacity:0;fill:#00f59a}to{opacity:0}}.checkbox-item{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid var(--border-color);cursor:pointer}.checkbox-item:last-child{border-bottom:none}.checkbox-item:hover{background-color:#ffffff0d}.checkbox-item input[type=checkbox]{width:1.2rem;height:1.2rem;margin-right:1rem;cursor:pointer}.checkbox-item label{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.checkbox-item .token-symbol{font-weight:700;flex-basis:30%;text-align:left}.checkbox-item .token-balance{flex-basis:40%;text-align:right;color:#a0a0a0;font-family:monospace}.checkbox-item .token-mint-short{flex-basis:30%;text-align:right;font-size:.9rem;color:#777;font-family:monospace}.asset-selector-list.scrollable.tall{max-height:500px}.asset-selector-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.checkbox-grid-item{display:flex;align-items:center;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;background-color:#ffffff05;cursor:pointer;transition:background-color .2s,border-color .2s}.checkbox-grid-item:hover{background-color:#ffffff0d;border-color:#555}.checkbox-grid-item input[type=checkbox]{width:1.2rem;height:1.2rem;margin-right:1rem;cursor:pointer;flex-shrink:0}.checkbox-grid-item label{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;gap:1rem}.checkbox-grid-item .token-info{display:flex;flex-direction:column;text-align:left;min-width:0}.checkbox-grid-item .token-info .token-name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkbox-grid-item .token-info .token-symbol-sub{font-size:.9rem;color:#888;font-family:monospace}.checkbox-grid-item .token-balance{text-align:right;color:#e0e0e0;font-family:monospace;white-space:nowrap;font-weight:500}@media(max-width:767px){.asset-selector-grid{grid-template-columns:1fr}}.page-header{text-align:center;flex-shrink:0}.page-header h1{font-size:clamp(2rem,5vh,3rem);font-weight:900;margin:0 0 .5rem}.page-header p{font-size:clamp(1rem,2vh,1.2rem);color:#b0b0b0;line-height:1.6;max-width:800px;margin:0;margin-top:.5rem}@media(min-width:768px){.page-header{text-align:left}}.launch-options-container-centered{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;flex-grow:1;max-width:2000px;margin:0 auto}@media(min-width:1200px){.launch-options-container-centered{flex-direction:row;align-items:center;justify-content:space-evenly;gap:clamp(1rem,3vw,4rem)}}.launch-option-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}@media(min-width:1200px){.launch-option-wrapper{flex:1 1 30%;max-width:650px}}.launch-option-link{text-decoration:none;width:100%;display:block;transition:transform .3s ease}.launch-option-link:hover{transform:translateY(-10px)}.launch-option-card{display:flex;align-items:center;justify-content:center;text-align:center;height:clamp(400px,50vh,800px);width:100%;position:relative;overflow:hidden;background-color:var(--card-background);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 32px #0003;transition:border-color .3s ease,box-shadow .3s ease}.launch-option-link:hover .launch-option-card{border-color:var(--primary-glow-color);box-shadow:0 0 25px #ff005540}.launch-option-card h2{font-size:clamp(1.8rem,4vh,2.5rem);text-shadow:0 2px 10px rgba(0,0,0,.7);color:#fff;margin:0;z-index:2}.info-description-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem}.info-description-toggle{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background-color:#ffffff1a;color:#ffffffb3;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-size:1rem;font-weight:700;cursor:pointer}.info-description-text{font-size:clamp(.9rem,1.8vh,1rem);color:#a0a0a0;line-height:1.6;max-width:450px;text-align:center;margin:0;padding:0 1rem;min-height:10em}.animation-bg{position:absolute;inset:0;width:100%;height:100%;z-index:1}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;height:60px;box-sizing:border-box}.header-left{flex:1 0 auto}.back-button{display:inline-flex;align-items:center;background-color:#2a2a2a;color:#c3c5cb;border:1px solid #485158;padding:8px 16px;text-decoration:none;border-radius:6px;font-weight:600;transition:background-color .2s ease;white-space:nowrap}.back-button:hover{background-color:#383838;color:#fff}@media(max-width:768px){.dashboard-header{padding:0 0rem}.back-button{height:2.5rem;font-size:.8rem;padding:6px 10px}}.referral-header-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.stat-card{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:transform .2s ease-out,box-shadow .2s ease-out}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.stat-card-icon{font-size:2rem;width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#00c7811a;color:#00c781}.stat-card-content h3{margin:0 0 .25rem;font-size:1rem;font-weight:500;color:#a0a0a0}.stat-card-content p{margin:0;font-size:2rem;font-weight:700;color:#fff;line-height:1}.stat-card-content p span{font-size:1rem;font-weight:500;color:#a0a0a0;margin-left:.5rem}.referral-main-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:992px){.referral-main-grid{grid-template-columns:1fr 1fr;align-items:flex-start}}.referral-main-grid .content-card h2{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;margin-top:0;border-bottom:1px solid var(--border-color);padding-bottom:1rem;margin-bottom:1.5rem}.referral-main-grid .content-card h2 svg{width:24px;height:24px;color:#00c781}.input-with-button{display:flex;align-items:center;background-color:var(--primary-glow-color);border:1px solid #444;border-radius:8px;overflow:hidden}.input-with-button input{flex-grow:1;border:none;background:none;padding:.75rem;color:#f0f0f0;font-size:1rem;outline:none}.input-with-button button{flex-shrink:0;padding:.75rem 1.5rem;border:none;border-left:1px solid #444;background-color:var(--primary-glow-color);color:#fff;font-weight:700;cursor:pointer;transition:background-color .2s ease}.input-with-button button:hover{background-color:#ff286a}.quick-share-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem}.share-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem;border-radius:8px;text-decoration:none;font-weight:700;color:#fff;transition:transform .2s ease-out}.share-button:hover{transform:scale(1.05)}.share-button svg{width:20px;height:20px}.share-button.twitter{background-color:#1da1f2}.share-button.telegram{background-color:#2aabee}.explanation-box{margin-top:1.5rem;padding:1rem;background-color:#0a0a1466;border-radius:8px;border-left:3px solid #00c781;font-size:.85rem;color:#a0a0a0;line-height:1.6}.explanation-box strong{color:#e0e0e0;font-weight:600}.summary-card{display:flex;flex-direction:column;align-items:center;text-align:center}.summary-card .claim-amount{font-size:3rem;font-weight:700;color:#fff;margin:1rem 0;line-height:1}.summary-card .claim-amount span{font-size:1.5rem;font-weight:500;color:#00c781;margin-left:.5rem}.summary-card p{font-size:.9rem;color:#a0a0a0;margin-bottom:1.5rem;max-width:250px}.summary-card .main-action-button{width:100%;padding:1rem}.portfolio-view-toggle{display:flex;background-color:var(--card-background);border:1px solid var(--border-color);border-radius:8px;padding:4px}.toggle-button{background:none;border:none;padding:.5rem 1rem;font-size:.9rem;font-weight:700;color:#888;border-radius:6px;cursor:pointer;transition:all .2s ease}.toggle-button:hover:not(.active){color:#fff}.toggle-button.active{background-color:#2a2a2a;color:#fff}.trading-panel{display:flex;flex-direction:column;gap:1rem}.token-header{display:flex;align-items:center;gap:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color);margin-bottom:-1rem}.token-icon{width:40px;height:40px;border-radius:50%}.token-header-info-group{display:flex;flex-direction:column;gap:.5rem}.token-header-main-info{display:flex;align-items:baseline;gap:.75rem}.token-header-main-info h2{margin:0;font-size:1.5rem;line-height:1}.token-header-main-info p{margin:0;color:#888;font-weight:700;line-height:1}.copy-button-header{background:none;border:none;cursor:pointer;font-size:1.2rem;opacity:.6;transition:opacity .2s;padding:0;color:var(--text-color)}.copy-button-header:hover{opacity:1}.token-header-sub-info{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;font-size:.9rem;color:#aaa;font-family:monospace}.balance-display{display:flex;justify-content:space-between;background-color:#0a0a0a;padding:.5rem;border-radius:8px}.balance-display p{margin:0 0 .25rem;font-size:.8rem;color:#888}.balance-display span{font-size:.8rem;font-weight:700}.trade-form{display:flex;flex-direction:column;gap:1.5rem}.trade-input-group label{font-weight:700;margin-bottom:.5rem;display:block}.input-with-button{display:flex}.input-with-button input{flex-grow:1;font-size:1.2rem;padding:.8rem;border:1px solid #555;background-color:#333;color:#f0f0f0;border-radius:8px 0 0 8px;width:100%}.input-with-button button{border:none;padding:.8 1.5rem;font-size:1.1rem;font-weight:1000;cursor:pointer;border-radius:0 8px 8px 0;transition:background-color .2s}.buy-button{background-color:#ff4d4d;color:#000}.buy-button:hover{background-color:#2aeaa5}.sell-button{background-color:#ff4d4d;color:#fff}.sell-button:hover{background-color:#ff6b6b}.input-with-button button:disabled{opacity:.5;cursor:not-allowed}.trade-message{padding:.75rem;border-radius:4px;text-align:center;font-size:.9rem}.trade-message.error{background-color:#f003;color:#ff8a8a}.trade-message.success{background-color:#0f03;color:#8aff8a}.percent-buttons{display:flex;gap:.5rem;margin-bottom:.75rem}.percent-buttons button{flex-grow:1;padding:.5rem;background-color:#333;border:1px solid #555;color:#ccc;border-radius:4px;cursor:pointer;transition:background-color .2s}.percent-buttons button:hover{background-color:#444}.discovery-page-container{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.search-bar{display:flex;gap:1rem}.search-bar input{flex-grow:1;padding:1rem;font-size:1.1rem;border-radius:8px;border:1px solid var(--border-color);background-color:var(--card-background);color:var(--text-color)}.search-bar button{padding:0 2rem;font-size:1.1rem;font-weight:700;border:none;border-radius:8px;background-color:#007bff;color:#fff;cursor:pointer}.token-list{display:flex;flex-direction:column;gap:.75rem}.token-list-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:var(--card-background);border:1px solid var(--border-color);border-radius:8px;text-decoration:none;color:var(--text-color);transition:background-color .2s}.token-list-item:hover{background-color:#1a1a1a}.token-icon-small{width:40px;height:40px;border-radius:50%}.token-info{flex-grow:1;display:flex;flex-direction:column}.token-name{font-weight:700}.token-symbol{color:#888;font-size:.9rem}.token-price{font-size:1.1rem;font-weight:700;font-family:monospace}.discovery-page-full-width{width:100%;display:flex;flex-direction:column;gap:1rem}.discovery-header{display:flex;justify-content:space-between;align-items:center;width:100%}.discovery-header h1{margin:0;font-size:2rem}.discovery-search-bar{width:40%;padding:.75rem 1rem;font-size:1rem;border-radius:8px;border:1px solid var(--border-color);background-color:var(--card-background);color:var(--text-color)}.filter-bar{display:flex;gap:1rem;align-items:center;padding:.75rem;background-color:#03030341;border:1px solid #ffffff2d;border-radius:12px}.filter-group{display:flex;gap:.5rem}.filter-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;box-sizing:border-box;padding:.5rem;font-size:.8rem;font-weight:700;border:1px solid var(--border-color);background-color:#2a2a2a;color:#aaa;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:capitalize}.filter-button:hover{border-color:#fff;color:#fff}.filter-button.active{background-color:var(--primary-glow-color);border-color:var(--primary-glow-color);color:#fff}.filter-button.disabled{opacity:.5;cursor:not-allowed}.filter-select{padding:.5rem 1rem;font-size:.9rem;font-weight:700;border:1px solid var(--border-color);background-color:#2a2a2a;color:#aaa;border-radius:8px;cursor:pointer}.filter-button{display:inline-flex;align-items:center;justify-content:center;gap:.4em}a[href="/dashboard/trading/lofeefun-discovery/other-tokens"]{color:#fff!important}.filter-button svg{width:1.1em;height:1.1em}.token-list-container{width:100%;display:flex;flex-direction:column}.token-list-header,.token-row{display:grid;grid-template-columns:2fr .75fr 1fr 1fr 1fr 1.5fr 1fr;gap:1rem;align-items:center;padding:0 1rem;width:100%;box-sizing:border-box}.token-list-header{color:#888;font-size:.8rem;text-transform:uppercase;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.token-row-link{text-decoration:none;color:inherit;display:block;border-bottom:1px solid #ffffff2d;border-top:1px solid #ffffff2d;transition:background-color .2s ease;padding-top:1rem;padding-bottom:1rem}.token-row-link:hover{background-color:#ff878729}.token-row{padding:.75rem 1rem;min-height:60px}.header-token,.cell-token{justify-self:start}.header-price,.cell-price,.header-mcap,.cell-mcap,.header-liquidity,.cell-liquidity,.header-age,.cell-age{justify-self:end}.header-price-changes,.cell-price-changes,.header-audits,.cell-audits{justify-self:center}.token-icon-large{width:40px;height:40px;border-radius:50%}.token-name-group{display:flex;flex-direction:column}.token-name-main{font-weight:700;font-size:1rem}.token-symbol-sub{color:#888;font-size:.8rem}.copy-button-row{background:none;border:none;cursor:pointer;color:#666;font-size:1rem;transition:color .2s}.copy-button-row:hover{color:#fff}.cell-price,.cell-mcap,.cell-liquidity,.cell-age{font-family:monospace;font-weight:500}.cell-price-changes{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.8rem;font-family:monospace}.cell-audits{display:flex;gap:.75rem;font-size:1.2rem}.discovery-title-group{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.text-like-button{background:none;border:none;padding:0;margin:0;color:#888;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s ease;text-align:left}.text-like-button:hover:not(:disabled){color:#fff}.text-like-button:disabled{color:#555;cursor:not-allowed}.token-list-header,.token-row{display:grid;grid-template-columns:2.5fr .75fr 1fr 1fr 1fr 1.5fr 1.5fr;gap:1rem;align-items:center;padding:0 1rem;width:100%;box-sizing:border-box}.cell-price-changes{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:.5rem;font-size:.8rem;font-family:monospace;width:100%}.change-item{display:flex;flex-direction:column;align-items:center;gap:.1rem}.change-label{color:#888;font-size:.7rem;text-transform:uppercase}.change-positive{color:#00c781}.change-negative{color:#ff4d4d}.change-na{color:#555}.cell-audits{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.8rem;font-family:monospace}.audit-item{display:flex;align-items:center;gap:.5rem}.audit-label{color:#888}.audit-value{font-weight:700}.live-indicator{display:inline-block;width:8px;height:8px;background-color:#facece;border-radius:50%;margin-left:8px;animation:pulse-live 1.5s infinite;box-shadow:0 0 5px red,0 0 10px red}@keyframes pulse-live{0%{transform:scale(.9);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(.9);opacity:1}}.filter-select:disabled{opacity:.5;cursor:not-allowed}.token-list-header,.token-row{display:grid;grid-template-columns:2.5fr .75fr 1fr 1fr 1fr 1fr 1.5fr 1.5fr;gap:1rem;align-items:center;padding:0 1rem;width:100%;box-sizing:border-box}.cell-token{display:flex;align-items:center;gap:0rem}.launchpad-icon{width:20px;height:20px;border-radius:4px}.audit-label{color:#888;min-width:50px}.filter-modal-form{display:flex;flex-direction:column;gap:1.5rem}.filter-modal-form h2{text-align:center;margin-top:0}.filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.filter-section{display:flex;flex-direction:column;gap:1rem}.filter-section h4{margin:0 0 .5rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.checkbox-group,.input-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-group label,.input-group label{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.range-group{display:flex;gap:.5rem}.range-group input,.range-group select,.input-group input{width:100%;box-sizing:border-box;font-size:1rem;padding:.5rem;border-radius:4px;border:1px solid #555;background-color:#333;color:#f0f0f0}.header-dex,.cell-dex{justify-self:start}.cell-dex{font-family:monospace;font-size:.9rem;text-transform:capitalize}.header-txs,.cell-txs{justify-self:end}.cell-txs{font-family:monospace}.cell-token{display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.cell-token{gap:0rem;justify-content:center}.token-icon-large{width:30px;height:30px}}.launchpad-icon-placeholder{display:inline-block;width:20px;height:20px;flex-shrink:0}.launchpad-icon{width:20px;height:20px;border-radius:4px;flex-shrink:0}.quote-display{font-size:.9rem;color:#888;text-align:right;padding-top:.1rem;min-height:1.2em}.token-trade-page-wrapper{width:100%;display:flex;flex-direction:column;flex-grow:1;min-height:0;gap:1.5rem}.token-trade-page-wrapper h1{font-size:2rem;margin:0;padding-left:0rem}.trading-page-container{display:grid;grid-template-columns:.9fr 2fr 2fr;gap:1.5rem;width:100%}.discovery-search-form{display:flex;gap:1rem;width:45%}.discovery-search-form input{flex-grow:1;padding:.75rem 1rem;font-size:1rem;border-radius:8px;border:1px solid var(--border-color);background-color:var(--card-background);color:var(--text-color)}.discovery-search-form button{padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.search-submit-button{background-color:#007bff;color:#fff}.search-submit-button:hover{background-color:#0056b3}.search-clear-button{background-color:#6c757d;color:#fff}.search-clear-button:hover{background-color:#5a6268}@media(max-width:767px){.discovery-search-form{flex-wrap:wrap}.discovery-search-form input{flex-basis:100%;margin-bottom:.75rem}.discovery-search-form button{flex-grow:1}}.launch-a-token{width:40%;align-self:center;text-align-last:center;padding:.5rem 1rem;font-size:1rem;font-weight:700;border:none;border-radius:8px;background-color:var(--primary-glow-color);color:#fff;cursor:pointer;transition:background-color .2s;animation:launch-a-button-anim 3s ease-in-out infinite}.launch-a-token:hover{background-color:#fd5656;transform:scale(1.02) translateY(-1px)}@keyframes launch-a-button-anim{0%{box-shadow:0 0 5px #fff9,0 0 10px #ff6f52}50%{box-shadow:0 0 15px #ffffffe6,0 0 25px #ff4040e6}to{box-shadow:0 0 5px #fff9,0 0 10px #ff4545f9}}.back-to-discovery-link{width:5%;text-align-last:center;padding:.5rem 1rem;font-size:1rem;font-weight:700;border:none;border-radius:8px;background-color:#4a4a4a;color:#fff;cursor:pointer;transition:background-color .2s;text-decoration:none}.back-to-discovery-link:hover{background-color:#737373e1}.token-chart{display:flex;flex-direction:column;padding:0}.chart-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.chart-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#888;background:#121212b3;z-index:10}.chart-iframe{width:100%;height:100%;border:0}.transaction-feed{display:flex;flex-direction:column;overflow:hidden}.transaction-feed h2{margin:0 0 0rem;font-size:.8rem;flex-shrink:0}.feed-filters{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.feed-filters .filter-group{display:flex;flex-direction:column;gap:.5rem}.feed-filters .filter-group-row{display:flex;gap:1rem}.feed-filters label{font-size:.8rem;color:#888;font-weight:700;text-transform:uppercase}.feed-filters .button-group{display:flex;gap:.5rem}.feed-filters .button-group button{flex-grow:1;padding:.5rem;background-color:#333;border:1px solid #555;color:#ccc;border-radius:4px;cursor:pointer;transition:all .2s;font-weight:700}.feed-filters .button-group button:hover{background-color:#444}.feed-filters .button-group button.active{background-color:var(--primary-glow-color);border-color:var(--primary-glow-color);color:#fff}.feed-filters input{width:100%;box-sizing:border-box;font-size:1rem;padding:.5rem;border-radius:4px;border:1px solid #555;background-color:#333;color:#f0f0f0}.feed-header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:.7rem;padding:.3rem 1;font-size:.9rem;color:#888;font-weight:700;border-bottom:1px solid var(--border-color);padding-bottom:.1rem;flex-shrink:0}.feed-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:1rem;padding:.5rem 0;font-size:.9rem;font-family:monospace}.header-amount,.cell-amount,.header-trader,.cell-trader{text-align:right}.feed-content{flex-grow:1;overflow-y:auto;max-height:35rem;width:1fr}.no-trades-message{color:#888;text-align:center;margin-top:2rem}.feed-row.buy .cell-type{color:#00c781}.feed-row.sell .cell-type{color:#ff4d4d}.trader-copy-button{background:none;border:none;padding:0;margin:0;font-family:monospace;font-size:inherit;color:#a0a0a0;cursor:pointer;text-align:right;width:100%;transition:color .2s}.trader-copy-button:hover{color:#007bff;text-decoration:underline}.settings-form-container{background-color:#c4222200;border:1px solid #ffffff00;border-radius:12px;padding:2rem}.settings-form{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem}.settings-section{display:flex;flex-direction:column;gap:.5rem}.settings-section h2{margin:0;padding-bottom:1rem;border-bottom:1px solid #ffffff00}.settings-form .form-group input{background-color:#14141400}.settings-actions{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;gap:1rem}.feed-row{border-radius:4px;transition:background-color .3s ease}.trade-big-buy{background-color:#00c78126;box-shadow:inset 3px 0 #00c781}.trade-big-sell{background-color:#ff4d4d26;box-shadow:inset 3px 0 #ff4d4d}.trade-huge-buy{background:linear-gradient(90deg,#01fd62,#d4fdde,#01fd62);background-size:200% 200%;animation:rainbow-buy 2s ease infinite;color:#000;font-weight:700}.trade-huge-sell{animation:flash-red .5s infinite,shake-sell .5s infinite;color:#fff;font-weight:700}@keyframes rainbow-buy{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes flash-red{0%,to{background-color:#ff4d4dcc}50%{background-color:#ff4d4d66}}@keyframes shake-sell{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.feed-content{scrollbar-width:none;-ms-overflow-style:none}.feed-content::-webkit-scrollbar{display:none}.token-description-container{padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.token-description{font-size:.9rem;color:#ccc;line-height:1.5;margin:0;white-space:pre-wrap}.token-description.scrollable{max-height:60px;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:var(--primary-glow-color) #2a2a2a}.token-description.scrollable::-webkit-scrollbar{width:6px}.token-description.scrollable::-webkit-scrollbar-track{background:#2a2a2a;border-radius:3px}.token-description.scrollable::-webkit-scrollbar-thumb{background-color:var(--primary-glow-color);border-radius:3px}.balance-display-wrapper,.pnl-display-wrapper{display:flex;flex-direction:column;gap:.5rem}.pnl-display{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;background-color:#0a0a0a;padding:.5rem;border-radius:8px}.pnl-display p{margin:0 0 .25rem;font-size:.8rem;color:#888}.pnl-display span{font-size:1.2rem;font-weight:700}.pnl-positive{color:#00c781}.pnl-negative{color:#ff4d4d}.balance-refresh-button{background:none;border:1px solid var(--border-color);color:#888;padding:.5rem;border-radius:6px;font-weight:700;cursor:pointer;transition:all .2s ease}.balance-refresh-button:hover{background-color:#2a2a2a;color:#fff}.token-list-header,.token-row{display:grid;grid-template-columns:2.5fr .75fr .75fr 1fr 1fr .75fr .75fr 1.5fr 1.5fr;gap:1rem;align-items:center;padding:0 1rem;width:100%;box-sizing:border-box}.lp-burned-yes{color:#00c781;font-weight:700}.lp-burned-no{color:#ff4d4d;font-weight:700}.token-chart{display:flex;flex-direction:column;max-height:100%;padding:0;border:1px solid var(--border-color);border-radius:12px}.chart-header h2{margin:0;font-size:1.2rem}.timeframe-selector{display:flex;gap:.5rem}.timeframe-button{background:#2a2a2a;border:1px solid #444;color:#aaa;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-weight:700;transition:all .2s}.timeframe-button:hover:not(:disabled){background:#3a3a3a;color:#fff}.timeframe-button.active{background:var(--primary-glow-color);color:#fff;border-color:var(--primary-glow-color)}.timeframe-button:disabled{opacity:.5;cursor:not-allowed}.chart-container{flex-grow:1;position:relative}.chart-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#888;background:#121212b3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10}.chart-iframe{display:none}.chart-type-selector{display:flex;gap:.5rem;background-color:#2a2a2a;padding:4px;border-radius:8px}.chart-type-button{background:transparent;border:none;color:#aaa;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-weight:700;transition:all .2s}.chart-type-button:hover:not(.active){background:#3a3a3a;color:#fff}.chart-type-button.active{background:#444;color:#fff}.chart-tooltip{position:absolute;z-index:20;background-color:#191b1fe6;border:1px solid var(--border-color);padding:8px;border-radius:4px;font-size:12px;color:var(--text-color);pointer-events:none;line-height:1.5;font-family:monospace}.chart-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.trade-page-message{padding:1rem;border-radius:8px;text-align:center;font-size:1rem;font-weight:700;margin-bottom:1.5rem}.trade-page-message.error{background-color:#ff4d4d33;color:#ff8a8a;border:1px solid #ff4d4d}.trade-page-message.success{background-color:#00c78133;color:#8aff8a;border:1px solid #00c781}.trade-page-message a{color:#87ceeb;text-decoration:underline}.trade-page-message a:hover{color:#add8e6}.tracked-wallet-row{display:flex;flex-direction:column;gap:.5rem}.tracked-wallet-inputs{display:flex;align-items:center;gap:1rem}.tracked-wallet-inputs input[type=text]{flex-grow:1;font-family:monospace}.tracked-wallet-inputs input[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:40px;background-color:transparent;border:2px solid var(--border-color);border-radius:8px;cursor:pointer;padding:0;transition:border-color .2s}.tracked-wallet-inputs input[type=color]:hover{border-color:#fff}.tracked-wallet-inputs input[type=color]::-webkit-color-swatch{border-radius:6px;border:none}.tracked-wallet-inputs input[type=color]::-moz-color-swatch{border-radius:6px;border:none}.loading-more-message{text-align:center;color:#888;padding:1rem 0}.token-list-header-recent,.token-row-recent{grid-template-columns:3fr 1fr 2fr}.token-list-header-recent .header-audits,.token-row-recent .cell-audits{justify-self:end}.social-link-icon{display:block;width:32px;height:32px;transition:transform .2s ease-out,opacity .2s ease-out}.token-header-info-group{flex-grow:1}.token-header-socials{display:flex;gap:1rem;background-color:#ff6060d0;border-radius:8px;padding:.2rem;margin-top:0rem;margin-bottom:0rem;width:fit-content}.social-link-icon{display:block;width:20px;height:20px;transition:transform .2s ease-out,opacity .2s ease-out}.social-link-icon:hover{transform:scale(1.15);opacity:.8}.social-link-icon img{width:100%;height:100%;border-radius:6px}.token-trade-page-wrapper,.discovery-page-full-width{padding:0rem}@media(max-width:1023px){.trading-page-container{display:flex;flex-direction:column;height:auto}.trading-panel,.token-chart,.transaction-feed{min-height:400px;max-height:80vh}.transaction-feed{max-height:none}}@media(max-width:1023px){.discovery-header{flex-direction:column;align-items:flex-start;gap:1rem}.discovery-search-form{width:100%}.filter-bar{flex-direction:column;align-items:stretch;gap:1rem}.filter-group{flex-direction:column;align-items:stretch;width:100%}.filter-group .filter-button,.filter-group .filter-select{width:100%;text-align:center}}@media(max-width:1199px){.token-list-header{display:none}.token-row-link{background-color:#ff878711;border:1px solid #f7ecec2d;border-radius:12px;margin-bottom:1rem;padding:1rem}.token-row-link:hover{background-color:#ff878729}.token-row{grid-template-columns:1fr;gap:1rem;padding:0;width:100%;display:flex;flex-direction:column;border:none}.token-row>div{justify-self:stretch!important;text-align:left!important}.cell-age,.cell-liquidity,.cell-txs{display:none}.cell-price,.cell-mcap,.cell-price-changes,.cell-audits{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-top:.5rem;border-top:1px solid #2a2a2a}.cell-price:before,.cell-mcap:before,.cell-price-changes:before,.cell-audits:before{content:attr(data-label);color:#888;font-weight:700}.cell-price-changes,.cell-audits{gap:.5rem;flex-direction:row;justify-content:flex-end}.cell-price,.cell-mcap{justify-content:flex-end;font-size:1.1rem}.cell-audits{flex-direction:row;justify-content:flex-end}.token-row-recent{grid-template-columns:1fr}.token-row-recent .cell-audits{grid-template-columns:1fr 1fr}}@media(max-width:767px){.chart-header{flex-direction:column;align-items:center;gap:1rem}.timeframe-selector{flex-wrap:wrap;justify-content:center}}.trading-panel::-webkit-scrollbar{width:8px}.trading-panel::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.trading-panel::-webkit-scrollbar-thumb{background-color:var(--primary-glow-color);border-radius:4px}.trading-panel{scrollbar-width:thin;scrollbar-color:var(--primary-glow-color) #1a1a1a}.feed-filters{display:flex;flex-direction:row;align-items:flex-end;gap:1rem;margin-bottom:0rem;padding-bottom:.1rem}.feed-filters .filter-group-row{flex-grow:1;display:flex;gap:1rem}.feed-filters .filter-group-row .filter-group{flex-grow:1}.feed-filters label{font-size:.75rem;margin-bottom:0rem}.feed-filters .button-group button{padding:.3rem .6rem;font-size:.8rem}.feed-filters input{padding:.4rem;font-size:.9rem}.mobile-view-switcher{display:flex;gap:.5rem;background-color:var(--card-background);padding:.5rem;border-radius:12px;border:1px solid var(--border-color)}.mobile-view-button{flex-grow:1;padding:.75rem;font-size:1rem;font-weight:700;border-radius:8px;border:none;cursor:pointer;background-color:#2a2a2a;color:#aaa;transition:all .2s ease}.mobile-view-button.active{background-color:var(--primary-glow-color);color:#fff}.mobile-trade-view{display:flex;flex-direction:column;gap:1rem}.lofeefun-filter-group{flex-wrap:wrap;justify-content:center}.lofeefun-token-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding-top:0rem}.lofeefun-card-link{text-decoration:none;color:inherit}.lofeefun-token-card{background-color:#ffffff08;border:1px solid #ffffff2d;border-radius:12px;padding:.1rem;display:flex;flex-direction:column;gap:1rem;height:100%;transition:transform .2s ease-out,border-color .2s ease-out;position:relative;overflow:hidden}.lofeefun-token-card:hover{transform:translateY(-5px);border-color:var(--primary-glow-color)}.lofeefun-token-card .card-header{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #ffffff2d}.lofeefun-token-card .card-token-icon{width:50px;height:50px;border-radius:50%;flex-shrink:0}.lofeefun-token-card .card-token-info{display:flex;flex-direction:column;min-width:0}.lofeefun-token-card .card-token-name{font-size:1.2rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lofeefun-token-card .card-token-symbol{font-size:.9rem;color:#888;font-family:monospace}.lofeefun-token-card .card-token-description{font-size:.9rem;color:#b0b0b0;line-height:1.5;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lofeefun-token-card .card-token-stats{display:flex;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid #ffffff2d}.lofeefun-token-card .stat-item{display:flex;flex-direction:column;align-items:flex-start}.lofeefun-token-card .stat-label{font-size:.8rem;color:#888;text-transform:uppercase}.lofeefun-token-card .stat-value{font-size:1rem;font-weight:700;font-family:monospace}.glowing-text-button{color:#fff;animation:text-glow-animation 2.5s ease-in-out infinite;text-shadow:none}@keyframes text-glow-animation{0%{text-shadow:0 0 5px rgba(255,255,255,.6),0 0 10px rgba(57,255,20,.5)}50%{text-shadow:0 0 15px rgba(255,255,255,.9),0 0 25px rgba(57,255,20,.9)}to{text-shadow:0 0 5px rgba(255,255,255,.6),0 0 10px rgba(57,255,20,.5)}}.music-list-header,.music-row{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;padding:0 1rem;width:100%;box-sizing:border-box}.music-list-header{color:#888;font-size:.8rem;text-transform:uppercase;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.music-list-header .header-song{justify-self:start}.music-list-header .header-action{grid-column:2 / 4;justify-self:end}.cell-main-controls{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.cell-main-controls button{background:none;border:none;color:#eee;cursor:pointer;font-size:22px;transition:all .2s ease;padding:5px}.cell-main-controls button:hover{transform:scale(1.1);color:var(--primary-glow-color)}.cell-main-controls button.play-pause-main{font-size:28px}.cell-main-controls button.active{color:var(--primary-glow-color);text-shadow:0 0 8px var(--primary-glow-color)}.cell-volume-control{display:flex;align-items:center;gap:8px;justify-self:end}.cell-volume-control input[type=range]{-webkit-appearance:none;appearance:none;width:100px;height:5px;background:#555;border-radius:5px;outline:none;cursor:pointer}.cell-volume-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;background:var(--primary-glow-color);border-radius:50%}.cell-visualizer-full-width{grid-column:1 / -1;height:40px;padding-top:10px;box-sizing:border-box}.cell-action{justify-self:end}.play-pause-song-button{background:none;border:1px solid var(--border-color);color:#eee;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:all .2s ease}.play-pause-song-button:hover{border-color:var(--primary-glow-color);color:var(--primary-glow-color);transform:scale(1.1)}.token-row-link.active-song{border-color:#ffffff2d;background-color:#00aaff1a;padding:1rem}.sound-wave-icon{display:inline-block;color:var(--primary-glow-color);animation:sound-wave-animation 1.2s infinite ease-in-out}@keyframes sound-wave-animation{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}@media(max-width:1199px){.music-list-header{display:none}.music-row{grid-template-columns:1fr;gap:1rem;padding:0;border:none}.music-row .cell-action,.music-row .cell-main-controls,.music-row .cell-volume-control{justify-self:center;padding-top:1rem;border-top:1px solid var(--border-color);width:100%;justify-content:center}.play-pause-song-button{width:100%;border-radius:8px}.music-row .cell-volume-control{border-top:none;padding-top:0}.cell-visualizer-full-width{padding-top:1rem;border-top:1px solid var(--border-color)}}.cell-progress-full-width{grid-column:1 / -1;padding-top:0}.cell-visualizer-full-width{grid-column:1 / -1}.music-progress-container{display:flex;align-items:center;gap:1rem;width:100%}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:#fff;cursor:pointer;border-radius:50%;transition:transform .1s ease-in-out}.progress-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.progress-slider::-moz-range-thumb{width:14px;height:14px;background:#fff;cursor:pointer;border-radius:50%;border:none;transition:transform .1s ease-in-out}.progress-slider::-moz-range-thumb:hover{transform:scale(1.2)}.cell-visualizer-full-width{grid-column:1 / -1;height:60px;position:relative}.active-song{display:flex;flex-direction:column;gap:4px}.music-top-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;width:100%}.music-progress-container{display:flex;align-items:center;gap:1rem;width:100%;padding:8px 0}.cell-visualizer-full-width{height:60px;width:100%}.audio-visualizer-canvas{width:100%;height:100%;display:block}.time-display{font-family:monospace;font-size:.8rem;color:#aaa;min-width:35px;text-align:center}.progress-slider{flex-grow:1;-webkit-appearance:none;appearance:none;width:100%;height:4px;background:var(--primary-glow-color);outline:none;border-radius:2px}.play-pause-main .music-icon{height:22px}.music-icon{height:25px;width:auto;filter:invert(1)}.cell-main-controls button{background:transparent;border:none;cursor:pointer;opacity:.9;transition:all .2s;width:36px;height:36px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.cell-main-controls button:hover{opacity:1;transform:scale(1.1)}.cell-main-controls button.active .music-icon{filter:invert(40%) sepia(90%) saturate(500%) hue-rotate(90deg)}.play-pause-main{width:42px!important;height:42px!important}.play-pause-main .music-icon{height:35px}.cell-volume-control{display:flex;align-items:center;gap:.75rem;justify-content:flex-end}.cell-volume-control .music-icon{flex-shrink:0}@media(max-width:768px){.music-top-row{flex-direction:column;align-items:center;gap:1rem;padding-bottom:1rem}.music-top-row .cell-token,.music-top-row .cell-main-controls,.music-top-row .cell-volume-control{width:100%;justify-content:center}.music-top-row .cell-volume-control{max-width:280px;margin:0 auto}.music-progress-container{padding:0}.token-row-link{display:grid;grid-template-columns:1fr auto;align-items:center;padding-right:.1rem}.token-row-link .cell-action{justify-self:end}}.layout-jupiter .trading-page-desktop-container{display:grid;grid-template-columns:360px 1fr;grid-template-rows:minmax(0,1fr);gap:.5rem;width:100%;height:100%;flex-grow:1;min-height:0}.layout-jupiter .trading-panel{grid-column:1 / 2}.layout-jupiter .right-column-container{display:flex;flex-direction:column;gap:.5rem;min-height:0}.layout-jupiter .token-chart{flex-grow:1;min-height:0}.layout-jupiter .transaction-feed{height:500px;flex-shrink:0}.layout-bonding-curve .trading-page-desktop-container{display:grid;grid-template-columns:360px 1fr;grid-template-rows:minmax(0,1fr);gap:.5rem;width:100%;height:100%;flex-grow:1;min-height:0}.layout-bonding-curve .trading-panel{grid-column:1 / 2}.layout-bonding-curve .right-column-container{display:flex;flex-direction:column;gap:.5rem;min-height:0}.layout-bonding-curve .token-chart{flex-grow:1;min-height:0}.layout-bonding-curve .bottom-row-container{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;height:350px;flex-shrink:0}.trading-panel,.token-chart,.top-holders-feed,.transaction-feed{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:.75rem;display:flex;flex-direction:column;min-height:0}.trading-panel,.token-chart,.top-holders-feed,.transaction-feed{background-color:#121212d0;border:1px solid var(--border-color);border-radius:.75rem;display:flex;flex-direction:column;min-height:0}.trading-panel,.top-holders-feed,.transaction-feed{padding:1rem}.trading-panel,.top-holders-feed .feed-content,.transaction-feed .feed-content{overflow-y:auto}@media(max-width:1023px){.trading-page-mobile-container{display:flex;flex-direction:column;gap:1rem;width:100%;flex-grow:1}.trading-page-desktop-container{display:none}}@media(min-width:1024px){.trading-page-mobile-container{display:none}.trading-page-desktop-container{display:grid;width:100%;gap:.5rem}.trading-panel{min-height:100vh}.layout-jupiter .trading-page-desktop-container{grid-template-columns:360px 1fr;grid-template-rows:auto}.layout-jupiter .right-column-container{display:flex;flex-direction:column;gap:.5rem}.layout-jupiter .token-chart{flex-grow:1;min-height:50vh}.layout-jupiter .transaction-feed{height:80vh;flex-shrink:0}.layout-bonding-curve .trading-page-desktop-container{grid-template-columns:360px 1fr;grid-template-rows:auto}.layout-bonding-curve .right-column-container{display:flex;flex-direction:column;gap:.5rem}.layout-bonding-curve .token-chart{flex-grow:1;min-height:50vh}.layout-bonding-curve .bottom-row-container{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;height:80vh;flex-shrink:0}}.mobile-trade-view .token-chart{height:45vh;min-height:350px}.filter-dropdown-container{position:relative;display:inline-block}.filter-button.dropdown-toggle:after{content:" ▼";font-size:.7em;margin-left:.5rem;opacity:.7}.dropdown-menu{position:absolute;top:100%;left:0;z-index:100;background-color:#2a2a2a;border:1px solid var(--border-color);border-radius:8px;padding:.5rem;margin-top:.25rem;min-width:180px;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 4px 12px #0000004d}.dropdown-item{width:100%;padding:.75rem 1rem;background:none;border:none;color:#ccc;text-align:left;font-weight:700;font-size:.9rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.dropdown-item:hover{background-color:#3a3a3a;color:#fff}.dropdown-item.active{background-color:var(--primary-glow-color);color:#fff}.stat-value.volatility-tag{background-color:#ffffff1a;padding:.2rem .5rem;border-radius:6px;font-size:.8rem;text-transform:capitalize}.dropdown-item.clear-item{border-top:1px solid #444;margin-top:.25rem;color:#ff8a8a}.dropdown-item.clear-item:hover{background-color:#ff4d4d26;color:#ff4d4d}.inline-svg-icon{width:1em;height:1em;vertical-align:-.3em;margin-right:0}.inline-icon-message{display:inline-flex;align-items:center;gap:.5em}@media(max-width:992px){.token-list-header{display:none}.token-row{display:flex;flex-direction:column;padding:0;border-bottom:1px solid #3a3a3a}.token-row>div[data-label]{display:flex;justify-content:space-between;align-items:center;padding:5px 0;font-size:.8rem}.token-row>div[data-label]:before{content:attr(data-label);color:#a0a0a0;font-weight:700;margin-right:10px}.token-row .cell-token{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #4a4a4a}.token-row .cell-dex{display:none}}.lofeefun-token-card.new-token-flash{animation:flashRedAndGlow 1.5s ease-out}@keyframes flashRedAndGlow{0%{background-color:#c8323240;box-shadow:0 0 12px 6px #ff5252b3}70%{background-color:#c8323200;box-shadow:0 0 10px 4px #ff525280}to{background-color:transparent;box-shadow:0 4px 8px #0000001a}}.warning-modal-content{border-left:4px solid #d32f2f;padding-left:1.5rem;margin-left:-2rem;text-align:center}.warning-modal-content h2{color:#d32f2f;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:0}.warning-modal-content p{color:#b0b0b0;line-height:1.6}.modal-content{transform:scale(.9)}.warning-list{background-color:#000000f1;border:1px solid #ffcdd2;padding:1rem 1rem 1rem 2rem;border-radius:8px;margin:1.5rem 0;text-align:left}.modal-button.danger{background-color:#d32f2f;color:#fff;border:1px solid #f44336}.modal-button.danger:hover{background-color:#c62828}.modal-button.secondary{background-color:#3a3a3a;color:#ccc}.modal-button.secondary:hover{background-color:#4f4f4f}.modal-button.slim{padding:.5rem;min-height:unset;font-size:.9rem;line-height:1.2}.unverified-banner{position:absolute;transform:rotate(45deg);top:20px;right:-40px;z-index:2;width:150px;padding:4px 0;background-color:#f44336;box-shadow:0 4px 6px #0003;color:#fff;font-size:10px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:4px}@keyframes flash-gold{0%{background-color:#fec4171a;border-color:#fec41766}50%{background-color:#fec41759;border-color:#fec417}to{background-color:#fec4171a;border-color:#fec41766}}.lofeefun-token-card.graduated-card{animation:flash-gold 2s infinite ease-in-out}.graduated-banner-rotated{position:absolute;transform:rotate(45deg);top:39px;right:-49px;z-index:3;width:200px;padding:4px 0;background:linear-gradient(45deg,#fec417,#ff9800);box-shadow:0 4px 8px #0000004d;color:#fff;font-size:10px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.5px;text-shadow:1px 1px 2px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;gap:4px}.graduated-badge-trading-panel{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#fec417;background-color:#fec41726;padding:.3rem .6rem;border-radius:6px;font-family:sans-serif;font-size:.8rem}.graduated-badge-trading-panel .trophy-icon{width:1em;height:1em}.feed-row.add_liquidity{background-color:#0080ff26;border-left:3px solid #0080ff}.feed-row.remove_liquidity{background-color:#ffa50033;border-left:3px solid #ffa500;font-weight:700}.cell-type.liquidity-add{color:#09f}.cell-type.liquidity-remove{color:#f90}.volatility-score-line{display:flex;align-items:center;gap:.5rem;font-family:monospace;font-size:.9rem;color:#aaa}.info-tooltip-wrapper{position:relative;display:inline-flex;align-items:center}.info-tooltip-trigger{background-color:#444;color:#ccc;border:1px solid #666;border-radius:50%;width:18px;height:18px;font-size:12px;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.info-tooltip-trigger:hover{background-color:#555;color:#fff}.info-tooltip-content{position:fixed;width:450px;background-color:#1e1e1e;border:1px solid #555;border-radius:8px;padding:.5rem;z-index:1000;box-shadow:0 4px 12px #0006;text-align:left;font-family:sans-serif}@media(max-width:500px){.info-tooltip-content{width:90vw;left:2.5vw!important;transform:none!important}}.info-tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#1e1e1e transparent transparent transparent}.info-tooltip-content .tooltip-stats{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #444}.info-tooltip-content p{margin:.25rem 0;font-size:.85rem;line-height:1.5;color:#ccc}.info-tooltip-content strong{color:#dadada}.info-tooltip-content.bottom:after{top:auto;bottom:100%;border-color:transparent transparent #1e1e1e transparent}.stat-value-highlight{color:#e6e6e6;font-weight:700}.token-chart{position:relative}.token-chart:after{content:"";position:absolute;inset:0;border-radius:12px;box-shadow:inset 0 0 0 0 transparent;pointer-events:none;transition:box-shadow .5s ease-out;z-index:10}@keyframes glow-animation{0%{box-shadow:inset 0 0 0 0 transparent}50%{box-shadow:inset 0 0 20px 5px var(--glow-color)}to{box-shadow:inset 0 0 0 0 transparent}}.token-chart.glow-buy:after{--glow-color: rgb(0, 255, 166);animation:glow-animation .5s ease-out}.token-chart.glow-sell:after{--glow-color: rgb(255, 0, 0);animation:glow-animation .5s ease-out}
