.chat-container{width:100%x;height:700px;padding:20px;display:flex;flex-direction:column;margin-bottom:0}.message{margin-bottom:10px;padding:10px;border-radius:5px;max-width:80%;word-wrap:break-word;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:22px;line-height:25px;letter-spacing:2px}.user{align-self:flex-end;background-color:#0369;color:#fff}.assistant{align-self:flex-start;background-color:#0009;color:#0f0}.message-content{white-space:pre-wrap}.chat-area{display:flex;flex-direction:column;max-height:100%;max-width:100%;overflow-y:auto;z-index:2;position:relative;-ms-overflow-style:none;scrollbar-width:none}.chat-area::-webkit-scrollbar{display:none}.loading-circle{display:flex;align-items:center;justify-content:center;gap:10px;color:#0f0;font-weight:700}.circle{width:20px;height:20px;border:4px solid #444;border-top:4px solid #00ff00;border-radius:50%;animation:spin 2s linear infinite;align-items:center;flex-direction:colum}.loading-circle-container{width:93%;height:60px;margin-left:auto;margin-right:auto;border-radius:10px;background-color:#222;display:flex;align-items:center;justify-content:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{background-color:#000;color:#0f0;font-family:monospace}#root{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;margin-top:0}.app-background{background-color:#bcec8f;width:100%;height:100%;flex-direction:column;display:flex;align-items:space-between;justify-content:center;margin-top:0;margin-bottom:0}.app-background-text-container{font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;color:#282828;width:50%;height:auto;margin-left:15px}.app-background-text-container h1{font-size:3.5em;margin-bottom:0}.app-background-text-container h2{max-width:55%;font-size:1.5em;font-family:Georgia,Times New Roman,Times,serif}.app-background-text-container.top-left{align-self:center;margin-left:15px;margin-top:0;padding:0}.app-background-text-container.bottom-right{align-self:flex-end;margin-right:15px;margin-bottom:0;padding:0;text-align:right}.app-container{position:relative;background-image:url(/chat_background.png);background-size:cover;background-repeat:no-repeat;background-position:center;border:3px solid rgb(40,40,40);border-radius:10px;background-color:#000;width:50%;margin-top:20px;margin-bottom:20px;align-self:center;animation:changeBackground 20s infinite}.app-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;pointer-events:none}@keyframes changeBackground{0%,20%{background-image:url(/chat_background_1.png)}25%,45%{background-image:url(/chat_background_2.png)}50%,70%{background-image:url(/chat_background_3.png)}75%,95%{background-image:url(/chat_background_4.png)}to{background-image:url(/chat_background_1.png)}}textarea{width:93%;height:60px;background-color:#000000b3;border:1px solid #00ff00;color:#0f0;padding:5px;margin-bottom:5px;resize:none;display:block;margin-left:auto;margin-right:auto;border-radius:10px;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}button{width:93%;height:60px;padding:10px 15px;background-color:#222;color:#0f0;border:1px solid #444;cursor:pointer;margin-bottom:10px;display:block;margin-left:auto;margin-right:auto;border-radius:10px;font-weight:700}button:disabled{opacity:.5;cursor:not-allowed}.navbar{left:0;top:0;width:100%;height:auto;background-color:#efe;border-color:#000;border:1px solid black;text-align:center;z-index:100;align-items:center;align-content:center;display:flex}.navbar-content{color:#000;font-family:Courier New,Courier,monospace;display:flex;align-self:center;align-items:center;justify-content:center;padding:5px 20px;height:50px;width:92%}.navbar-content h1{font-family:Georgia,Times New Roman,Times,serif;margin-right:150px}.ca-container{background-color:#282828;border:2px solid black;border-radius:5px;display:flex;height:30px;color:#fff;align-items:center;align-content:center;padding:5px 20px;box-sizing:border-box;margin-right:20px;margin-left:20px;width:550px}.navbar-content h4{margin-right:20px;align-items:center}.navbar-content a{margin-right:10px;margin-top:5px;align-items:center}.token-info{display:flex;border:3px solid darkslategrey;padding:5px;margin-bottom:10px;width:90%;height:100px;background:#d7ffd7;border-radius:10px;justify-self:center}.token-image{margin-right:10px;width:100px;height:100px;overflow:hidden;display:flex;align-items:center;justify-content:center}.token-image img{max-width:100%;max-height:100%;object-fit:contain}.token-details{padding:0;flex:1;overflow:hidden;display:flex;flex-direction:column}.token-title{display:flex;align-items:baseline;margin-bottom:.5em;margin-top:0;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}.token-symbol{font-size:1em;font-weight:bolder;color:#000;margin-right:.3em}.token-name{font-size:.7em;color:#505050;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.token-details p{margin-top:0}.token-links{margin-top:auto;align-self:flex-end}.token-links a{margin-right:10px}.trending-app{background-color:#efe;width:100%;height:120;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin-bottom:0;padding:0}.trending-app-text-container{max-width:50%;margin-bottom:30px;align-items:flex-end;align-self:center}.trending-app-text-container h1{font-size:3.5em;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-weight:600;color:#292929;text-align:left;align-self:flex-start;margin-bottom:0}.trending-app-text-container h2{font-size:1.5em;font-family:Georgia,Times New Roman,Times,serif;font-weight:700;color:#292929;margin-top:25px;max-width:55%}.trending-board{border:3px solid rgb(41,41,41);border-radius:10px;background-color:#2c2c2c;width:50%;height:600px;display:flex;flex-direction:column;align-items:center;margin-bottom:50px}.token-grid-container{max-height:80vh;width:100%;height:600px;overflow-y:auto;position:relative;-ms-overflow-style:none;scrollbar-width:none}.token-grid-container::-webkit-scrollbar{display:none}.token-grid{width:100%;display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(5,auto);gap:10px}.token-grid-item{width:100%;color:#000}.input-container{display:flex;align-items:center;align-self:center;width:90%}.keyword-input{flex:1;margin-right:5px;height:30px;width:500px}.keyword-button{margin-top:10px;height:40px;font-size:10px;width:20%;color:#000;background-color:#dfdfdf}.keyword-list{display:flex;flex-wrap:wrap;padding:0;margin-bottom:10px;margin-top:10px;height:30px}.keyword-list li{display:inline-flex;list-style:none;margin-right:10px;padding:5px 10px;background-color:#d7ffd7;border-radius:20px;margin-bottom:5px;font-size:15px;color:#000;font-weight:700;align-items:center;vertical-align:middle;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}.keyword-list button{padding:0;margin-top:10px;margin-left:3px;width:15px;height:15px;border-radius:5px;background-color:#000;align-items:center;justify-content:center;display:flex;vertical-align:middle;line-height:normal}.pumpfun-logo{width:25px;height:auto}.hero-container{background:linear-gradient(to bottom right,#8b5cf6,#3b82f6);background-image:url(/hero_background.png);background-repeat:no-repeat;background-size:cover;background-position:center top;color:#fff;padding:0;text-align:center;display:flex;justify-content:center;align-items:center;min-height:800px;position:relative;margin-bottom:0}.hero-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:1}.hero-content{max-width:1000px;margin:0 auto;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;color:#fff;font-weight:bolder;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;z-index:2;position:relative}.hero-content h4{font-size:10px;color:#f0f8ff}.hero-image-container{width:100%;height:auto;overflow:hidden}.hero-image{width:100%;height:auto;object-fit:cover;display:block;aspect-ratio:1/1}.hero-title{font-size:4.5em;font-weight:bolder;margin-bottom:1rem;margin-top:530px}.hero-description{font-size:1.2rem;max-width:45rem;margin:0 auto}.hero-description a{color:#fff}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;padding:1.5rem;display:flex;flex-direction:column;align-items:center;width:100%;max-width:none;box-sizing:border-box}.card-image{width:30%;height:12rem;object-fit:cover;border-radius:.375rem;margin-bottom:1rem}.card-content{flex:1;display:flex;flex-direction:column;align-items:flex-start}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.card-description{color:#6b7280;text-align:center;margin-bottom:1rem}.card-button{background-color:#3b82f6;color:#fff;font-weight:700;padding:.5rem 1rem;border-radius:.375rem;border:none;cursor:pointer;transition:background-color .2s ease}.card-button:hover{background-color:#2563eb}body{background-color:#fff;margin:0}.landing-container{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;width:1900px;flex-direction:column;align-items:center;background-color:#000}
