*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0a;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App,body{min-height:100vh}.App{width:100%}.landing-container{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);min-height:100vh;overflow-x:hidden;position:relative}.landing-container:before{animation:float 20s linear infinite;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.03"><circle cx="30" cy="30" r="1"/></g></svg>') repeat;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes float{0%{transform:translateY(0) translateX(0)}33%{transform:translateY(-10px) translateX(10px)}66%{transform:translateY(10px) translateX(-10px)}to{transform:translateY(0) translateX(0)}}.hero-section{align-items:center;display:flex;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem;position:relative;z-index:2}.hero-content{animation:slideInLeft 1s ease-out;flex:1 1;max-width:600px}.hero-badge{animation:slideInUp 1s ease-out .2s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:25px;color:#fff;display:inline-block;font-size:.9rem;margin-bottom:2rem;padding:.5rem 1rem}.hero-title{animation:slideInUp 1s ease-out .4s both;font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;animation:gradientShift 3s ease-in-out infinite;background:linear-gradient(45deg,#fff,#f0f0f0,#fff);-webkit-background-clip:text;background-clip:text;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-subtitle{animation:slideInUp 1s ease-out .6s both;color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin-bottom:3rem}.hero-stats{animation:slideInUp 1s ease-out .8s both;display:flex;gap:3rem;margin-bottom:3rem}.stat-item{text-align:center}.stat-number{color:#fff;display:block;font-size:2rem;font-weight:700}.stat-label{color:#ffffffb3;font-size:.9rem;margin-top:.25rem}.hero-actions{animation:slideInUp 1s ease-out 1s both;display:flex;gap:1rem}.primary-button{align-items:center;background:linear-gradient(45deg,#ff6b6b,#ee5a52);border:none;border-radius:50px;box-shadow:0 10px 30px #ff6b6b4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;justify-content:center;padding:1.25rem 3rem;text-decoration:none;transition:all .3s ease}.primary-button:hover{background:linear-gradient(45deg,#ee5a52,#ff6b6b);box-shadow:0 15px 40px #ff6b6b66;transform:translateY(-3px)}.secondary-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;padding:1.25rem 3rem;transition:all .3s ease}.secondary-button:hover{background:#fff3;transform:translateY(-2px)}.hero-visual{animation:slideInRight 1s ease-out .5s both;flex:1 1;height:600px;position:relative}.floating-cards{height:100%;position:relative;width:100%}.floating-card{animation:floatCard 6s ease-in-out infinite;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 40px #0000001a;color:#fff;padding:1.5rem;position:absolute}.card-1{animation-delay:0s;left:10%;top:10%}.card-2{animation-delay:1.5s;right:20%;top:30%}.card-3{animation-delay:3s;bottom:40%;left:20%}.card-4{animation-delay:4.5s;bottom:10%;right:10%}@keyframes floatCard{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(2deg)}}.card-icon{font-size:2rem;margin-bottom:.5rem}.card-title{font-size:1rem;font-weight:600}.features-section{background:linear-gradient(180deg,#0000,#0000001a);padding:8rem 2rem;position:relative;z-index:2}.section-header{margin-bottom:5rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.section-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.section-subtitle{color:#fffc;font-size:1.2rem;line-height:1.6}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.feature-card.modern{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:25px;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.feature-card.modern:before{animation:gradientShift 3s ease infinite;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-size:300% 300%;content:"";height:3px;left:0;position:absolute;right:0;top:0}.feature-card.modern:hover{background:#ffffff1f;box-shadow:0 20px 60px #0003;transform:translateY(-10px)}.feature-icon-wrapper{background:linear-gradient(45deg,#ff6b6b33,#4ecdc433);border-radius:20px;display:inline-block;margin-bottom:1.5rem;padding:1rem}.feature-icon{display:block;font-size:2.5rem}.feature-title{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.feature-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#ffffff1a;border:1px solid #fff3;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.cta-section{background:#0003;padding:6rem 2rem;position:relative;text-align:center;z-index:2}.cta-content{margin:0 auto;max-width:800px}.cta-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.cta-subtitle{color:#fffc;font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.cta-button-large{background:linear-gradient(45deg,#ff6b6b,#ee5a52);border:none;border-radius:50px;box-shadow:0 15px 40px #ff6b6b4d;color:#fff;cursor:pointer;display:inline-block;font-size:1.3rem;font-weight:600;margin-bottom:2rem;padding:1.5rem 4rem;text-decoration:none;transition:all .3s ease}.cta-button-large:hover{background:linear-gradient(45deg,#ee5a52,#ff6b6b);box-shadow:0 20px 50px #ff6b6b66;transform:translateY(-5px)}.cta-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.cta-features span{color:#ffffffe6;font-size:1rem;font-weight:500}.chat-container{background:#f8fafc;display:flex;height:100vh}.chat-sidebar{background:#fff;border-right:1px solid #e2e8f0;box-shadow:2px 0 10px #0000000d;overflow-y:auto;padding:1.5rem;width:320px}.chat-main{background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex:1 1;flex-direction:column}.chat-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;padding:1.5rem 2rem}.chat-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:1.5rem;font-weight:600}.wallet-info{align-items:center;background:#667eea1a;border:1px solid #667eea33;border-radius:15px;display:flex;gap:1rem;padding:.75rem 1rem}.wallet-address{background:#667eea1a;border-radius:12px;color:#4c63d2;font-family:Monaco,Menlo,monospace;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.wallet-balance{color:#059669;font-size:.95rem;font-weight:600}.chat-messages{background:#0000;flex:1 1;overflow-y:auto;padding:2rem}.message{animation:messageSlideIn .3s ease-out;display:flex;gap:1rem;margin-bottom:1.5rem}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}.message-avatar{align-items:center;border-radius:50%;box-shadow:0 4px 15px #0000001a;display:flex;font-size:.9rem;font-weight:600;height:45px;justify-content:center;width:45px}.message.user .message-avatar{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff}.message.bot .message-avatar{background:linear-gradient(45deg,#4ecdc4,#44a08d);color:#fff}.message-content{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 20px #00000014;max-width:70%;padding:1.2rem 1.8rem;position:relative}.message.user .message-content{background:linear-gradient(45deg,#667eea,#764ba2);border:none;color:#fff}.message.bot .message-content{background:#fff;color:#374151}.message-content:before{border:10px solid #0000;content:"";height:0;position:absolute;top:20px;width:0}.message.user .message-content:before{border-left-color:#667eea;right:-20px}.message.bot .message-content:before{border-right-color:#fff;left:-20px}.chat-input-container{background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 10px #0000000d;padding:1.5rem 2rem}.chat-input-wrapper{display:flex;gap:1rem;margin:0 auto;max-width:1000px}.chat-input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:25px;flex:1 1;font-size:1rem;outline:none;padding:1.2rem 1.8rem;transition:all .3s ease}.chat-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.send-button{align-items:center;background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:1.2rem 2.5rem;transition:all .3s ease}.send-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.send-button:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.sidebar-section{margin-bottom:2rem}.sidebar-title{border-bottom:2px solid #e5e7eb;color:#374151;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.loading{align-items:center;color:#6b7280;display:flex;gap:.5rem}.loading-dots{display:flex;gap:4px}.loading-dot{animation:pulse 1.4s ease-in-out infinite both;background:#6b7280;border-radius:50%;height:8px;width:8px}.loading-dot:first-child{animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}.loading-dot:nth-child(3){animation-delay:0s}@keyframes pulse{0%,80%,to{background:#9ca3af;opacity:.5;transform:scale(.8)}40%{background:#667eea;opacity:1;transform:scale(1.2)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1200px){.hero-section{flex-direction:column;text-align:center}.hero-visual{height:400px;margin-top:3rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.1rem}.hero-stats{flex-direction:column;gap:1rem}.hero-actions{align-items:center;flex-direction:column}.cta-title,.section-title{font-size:2.5rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.chat-container{flex-direction:column}.chat-sidebar{height:auto;max-height:200px;width:100%}.chat-input-wrapper{flex-direction:column}.floating-card{animation:none!important;margin:1rem 0;position:relative!important}.hero-visual{height:auto}.floating-cards{display:flex}.cta-features,.floating-cards{flex-direction:column;gap:1rem}}@media (max-width:480px){.hero-title{font-size:2.5rem}.cta-title,.section-title{font-size:2rem}.cta-section,.features-section,.landing-container{padding:1rem}.feature-card.modern{padding:2rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}
/*# sourceMappingURL=main.5991ecc3.css.map*/