body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--header-height:72px}@media (max-width:768px){:root{--header-height:64px}}body{margin:0;padding:0}.App,body{overflow-x:hidden}.App{background:radial-gradient(ellipse at top,#1e3a8a 0,#1a1a1a 50%,#0f0f0f 100%);background-attachment:fixed;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;padding-top:72px;padding-top:var(--header-height);position:relative}.App:before{background:radial-gradient(600px circle at 20% 30%,#4fc3f726,#0000),radial-gradient(800px circle at 80% 70%,#29b6f61a,#0000),radial-gradient(400px circle at 40% 80%,#1e88e51a,#0000);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:-1}.container{margin:0 auto;max-width:1400px;padding:0 2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out}.animate-fade-in{animation:fadeIn .8s ease-out}.animate-slide-in-left{animation:slideInLeft .8s ease-out}.animate-slide-in-right{animation:slideInRight .8s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;margin:0 .5rem;overflow:hidden;padding:.875rem 2rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#4fc3f7,#29b6f6);box-shadow:0 4px 20px #4fc3f74d;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#29b6f6,#1e88e5);box-shadow:0 8px 30px #4fc3f766;transform:translateY(-2px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff4d;color:#fff}.btn-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.gradient-text{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(135deg,#4fc3f7,#29b6f6,#1e88e5);-webkit-background-clip:text;background-clip:text;background-size:200% 200%}.glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 8px 32px #0003,inset 0 1px 0 #ffffff1a;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{background:#ffffff14;border-color:#fff3;box-shadow:0 12px 48px #0000004d,inset 0 1px 0 #fff3;transform:translateY(-4px)}.account-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-width:300px;padding:15px 20px;position:fixed;right:20px;top:20px;z-index:1000}.account-info p{font-size:.9rem;margin:0 0 10px;word-break:break-all}.account-info button{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:.85rem;padding:8px 16px;transition:all .2s ease}.account-info button:hover{background:#fff3;border-color:#ffffff80}.connecting-message,.transfer-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;box-shadow:0 8px 32px #0000004d;font-size:.9rem;padding:15px 20px;position:fixed;right:20px;top:20px;z-index:1000}.transfer-message.success{background:#4caf5033;border-color:#4caf504d}.transfer-message.error{background:#f4433633;border-color:#f443364d}.error-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f003;border:1px solid #ff00004d;border-radius:12px;box-shadow:0 8px 32px #0000004d;font-size:.9rem;max-width:300px;padding:15px 20px;position:fixed;right:20px;top:20px;z-index:1000}@media (max-width:1440px){.container{padding:0 3rem}}@media (max-width:1024px){.container{padding:0 2rem}}@media (max-width:768px){.container{padding:0 1.5rem}.account-info,.connecting-message,.error-message,.transfer-message{left:10px;max-width:none;right:10px}}@media (max-width:480px){.container{padding:0 1rem}}.app-header{align-items:center;animation:slideDown .6s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border-bottom:1px solid #ffffff14;box-shadow:0 8px 32px #0000001a,inset 0 1px 0 #ffffff0d;display:flex;justify-content:center;left:0;min-height:var(--header-height);padding:.475rem 0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header-content{justify-content:space-between;margin:0 auto;max-width:1400px;min-height:var(--header-height);padding:0 2rem;width:100%}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:1.5rem}.volt-logo{align-items:center;display:flex;gap:.5rem}.volt-icon{border-radius:10px;filter:drop-shadow(0 4px 12px rgba(79,195,247,.3));height:36px;object-fit:contain;transition:all .3s cubic-bezier(.4,0,.2,1);width:36px}.volt-logo:hover .volt-icon{filter:drop-shadow(0 6px 20px rgba(79,195,247,.5));transform:scale(1.05)}.volt-text{color:#fff;font-size:18px;font-weight:600;margin-left:.25rem}.header-center,.price-display{align-items:center;display:flex}.price-display{animation:slideInLeft .8s ease-out .3s both;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:24px;box-shadow:0 4px 20px #0000001a,inset 0 1px 0 #ffffff1a;gap:.75rem;padding:.75rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.price-display:hover{background:#ffffff14;border-color:#4fc3f74d;box-shadow:0 8px 30px #4fc3f733,inset 0 1px 0 #ffffff26;transform:translateY(-1px)}.token-symbol{color:#fff;font-size:14px;font-weight:600}.token-price{color:#fff;font-size:14px;font-weight:500}.price-change{font-size:14px;font-weight:600}.price-change.positive{color:#4caf50}.price-change.negative{color:#f44336}.header-right{gap:1rem}.header-nav,.header-right{align-items:center;display:flex}.header-nav{gap:.5rem}.nav-icon{align-items:center;background:#0000;border:none;border-radius:6px;color:#ffffffb3;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.nav-icon:hover{background:#ffffff1a;color:#fff}.claim-tokens-btn{animation:slideInRight .8s ease-out .5s both;background:linear-gradient(135deg,#4fc3f7,#29b6f6);border:none;border-radius:14px;box-shadow:0 4px 20px #4fc3f74d;color:#fff;cursor:pointer;font-size:15px;font-weight:600;overflow:hidden;padding:.875rem 1.75rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.claim-tokens-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.claim-tokens-btn:hover:before{left:100%}.claim-tokens-btn:hover{background:linear-gradient(135deg,#29b6f6,#1e88e5);box-shadow:0 8px 30px #4fc3f780;transform:translateY(-2px)}.claim-tokens-btn:active{transform:translateY(0)}@media (max-width:1440px){.header-content{padding:0 3rem}}@media (max-width:1024px){.header-content{padding:0 2rem}}@media (max-width:768px){.app-header{padding:.75rem 0}.header-content{align-items:stretch;display:flex;flex-direction:column;gap:.6rem;padding:0 1rem}.header-center{display:none}.header-left{align-items:center;display:flex;gap:.75rem;justify-content:space-between;width:100%}.volt-logo{gap:.5rem}.volt-icon{height:28px;width:28px}.volt-text{font-size:14px;font-weight:600}.price-display{border-radius:16px;gap:.4rem;padding:.35rem .7rem}.price-change,.token-price,.token-symbol{font-size:11px}.header-right{align-items:center;display:flex;gap:.5rem;justify-content:space-between;width:100%}.header-nav{gap:.25rem}.nav-icon{height:32px;padding:.4rem;width:32px}.claim-tokens-btn{border-radius:10px;font-size:12px;min-width:auto;padding:.6rem 1rem}}@media (max-width:480px){.header-content{gap:.4rem;padding:0 .75rem}.volt-text{font-size:13px}.header-left{gap:.5rem}.price-display{padding:.35rem .6rem}.price-change,.token-price,.token-symbol{font-size:10px}.nav-icon{height:28px;padding:.35rem;width:28px}.claim-tokens-btn{font-size:11px;padding:.5rem .8rem}}.hero-section{align-items:center;display:flex;justify-content:center;min-height:85vh;padding:6rem 0;position:relative}.hero-container{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 2rem;width:100%}.hero-content{animation:slideInLeft 1s ease-out;display:flex;flex-direction:column;gap:2.5rem}.hero-badge{animation:fadeInUp .8s ease-out .2s both;display:inline-flex;width:-webkit-fit-content;width:fit-content}.hero-badge span{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#4fc3f726;border:1px solid #4fc3f740;border-radius:24px;box-shadow:0 4px 20px #4fc3f733,inset 0 1px 0 #4fc3f71a;color:#4fc3f7;font-size:14px;font-weight:600;letter-spacing:.5px;padding:.6rem 1.2rem;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-badge span:hover{background:#4fc3f733;border-color:#4fc3f766;box-shadow:0 8px 30px #4fc3f74d,inset 0 1px 0 #4fc3f733;transform:translateY(-1px)}.hero-title{animation:fadeInUp .8s ease-out .4s both;color:#fff;font-size:3.8rem;font-weight:800;letter-spacing:-.5px;line-height:1.1;margin:0;text-shadow:0 2px 10px #0000004d}.hero-title-highlight{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(135deg,#4fc3f7,#29b6f6,#1e88e5);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;color:#4fc3f7;text-shadow:0 0 30px #4fc3f780}.hero-description{animation:fadeInUp .8s ease-out .6s both;color:#ffffffd9;font-size:1.15rem;font-weight:400;line-height:1.7;margin:0;max-width:520px}.hero-buttons{animation:fadeInUp .8s ease-out .8s both;display:flex;gap:1.25rem;margin-top:1.5rem}.hero-btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;overflow:hidden;padding:1rem 2.25rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.hero-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.hero-btn:hover:before{left:100%}.hero-btn.primary{background:linear-gradient(135deg,#4fc3f7,#29b6f6);box-shadow:0 6px 25px #4fc3f766;color:#fff}.hero-btn.primary:hover{background:linear-gradient(135deg,#29b6f6,#1e88e5);box-shadow:0 12px 35px #4fc3f780;transform:translateY(-3px)}.hero-btn.primary:active{transform:translateY(-1px)}.hero-btn.secondary{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border:1px solid #ffffff40;box-shadow:0 4px 20px #0000001a,inset 0 1px 0 #ffffff1a;color:#ffffffe6}.hero-btn.secondary:hover{background:#ffffff26;border-color:#fff6;box-shadow:0 12px 35px #ffffff1a,inset 0 1px 0 #fff3;transform:translateY(-3px)}.hero-btn.secondary:active{transform:translateY(-1px)}.hero-image{align-items:center;animation:slideInRight 1s ease-out .3s both;display:flex;justify-content:center;position:relative}.hero-img{animation:float 6s ease-in-out infinite;border-radius:24px;filter:drop-shadow(0 25px 50px rgba(0,0,0,.4));height:50%;max-width:520px;transition:all .3s cubic-bezier(.4,0,.2,1);width:50%}.hero-img:hover{filter:drop-shadow(0 35px 60px rgba(79,195,247,.3));transform:translateY(-8px) scale(1.02)}@media (max-width:1440px){.hero-container{padding:0 3rem}}@media (max-width:1024px){.hero-container{gap:4rem;padding:0 2rem}.hero-title{font-size:3.2rem}}@media (max-width:768px){.hero-section{min-height:auto;padding:4rem 0}.hero-container{gap:4rem;grid-template-columns:1fr;padding:0 1.5rem;text-align:center}.hero-title{font-size:2.8rem}.hero-description{font-size:1.1rem;max-width:none}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero-btn{font-size:15px;padding:.875rem 1.75rem}.hero-img{max-width:420px}}@media (max-width:480px){.hero-section{padding:3rem 0}.hero-container{gap:3rem;padding:0 1rem}.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column;gap:1rem}.hero-btn{max-width:300px;padding:.875rem 1.5rem;width:100%}.hero-img{max-width:350px}}.about-section{align-items:center;background:#0000;display:flex;justify-content:center;padding:8rem 0;position:relative}.about-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.about-content{animation:fadeInUp .8s ease-out;display:flex;flex-direction:column;gap:4rem;text-align:center}.about-title{animation:fadeInUp .8s ease-out .2s both;color:#fff;font-size:3.2rem;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0;text-shadow:0 2px 10px #0000004d}.about-title-highlight{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(135deg,#4fc3f7,#29b6f6,#1e88e5);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;color:#4fc3f7;text-shadow:0 0 30px #4fc3f780}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.about-description{animation:fadeInUp .8s ease-out .4s both;color:#ffffffd9;font-size:1.2rem;font-weight:400;line-height:1.8;margin:0 auto;max-width:900px}.about-stats{grid-gap:5rem;animation:fadeInUp .8s ease-out .6s both;display:grid;gap:5rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.stat-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;padding:2rem 1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-item:hover{background:#ffffff0d;border-color:#4fc3f733;box-shadow:0 20px 40px #4fc3f71a;transform:translateY(-5px)}.stat-item:first-child{animation:fadeInUp .8s ease-out .8s both}.stat-item:nth-child(2){animation:fadeInUp .8s ease-out 1s both}.stat-item:nth-child(3){animation:fadeInUp .8s ease-out 1.2s both}.stat-number{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(135deg,#4fc3f7,#29b6f6,#1e88e5);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;color:#4fc3f7;filter:drop-shadow(0 4px 20px rgba(79,195,247,.3));font-size:4rem;font-weight:800;line-height:1;text-shadow:0 0 30px #4fc3f780}.stat-label{color:#fffc;font-size:.95rem;font-weight:600;letter-spacing:.15em}@media (max-width:1440px){.about-container{padding:0 3rem}}@media (max-width:1024px){.about-section{padding:6rem 0}.about-container{padding:0 2rem}.about-title{font-size:2.8rem}.stat-number{font-size:3.5rem}.about-stats{gap:4rem}}@media (max-width:768px){.about-section{padding:5rem 0}.about-container{padding:0 1.5rem}.about-title{font-size:2.4rem}.about-description{font-size:1.1rem}.about-stats{gap:3rem;grid-template-columns:1fr;margin-top:3rem}.stat-item{padding:1.5rem 1rem}.stat-number{font-size:3rem}.stat-label{font-size:.9rem}}@media (max-width:480px){.about-section{padding:4rem 0}.about-container{padding:0 1rem}.about-content{gap:3rem}.about-title{font-size:2rem}.about-description{font-size:1rem}.stat-item{padding:1.25rem .75rem}.stat-number{font-size:2.5rem}.stat-label{font-size:.85rem}}.requirements-section{align-items:center;display:flex;justify-content:center;padding:8rem 0;position:relative}.requirements-container{align-items:center;display:flex;flex-direction:column;gap:4rem;margin:0 auto;max-width:1100px;padding:0 2rem;width:100%}.requirements-card{animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 20px 60px #0000004d,inset 0 1px 0 #ffffff1a;margin:0 auto;max-width:900px;overflow:hidden;padding:3rem 3.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.requirements-card:before{background:radial-gradient(600px circle at 0 0,#4fc3f71a,#0000 40%);background:radial-gradient(600px circle at var(--mouse-x,0) var(--mouse-y,0),#4fc3f71a,#0000 40%);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s}.requirements-card:hover{background:#ffffff0f;border-color:#4fc3f733;box-shadow:0 30px 80px #0006,0 0 0 1px #4fc3f71a,inset 0 1px 0 #ffffff26;transform:translateY(-8px)}.requirements-card:hover:before{opacity:1}.requirements-title{animation:fadeInUp .8s ease-out .2s both;color:#fff;font-size:2.2rem;font-weight:700;margin:0 0 2.5rem;text-align:center;text-shadow:0 2px 10px #0000004d}.requirements-content{grid-gap:2.5rem;align-items:center;display:grid;gap:2.5rem;grid-template-columns:1.4fr 1fr;position:relative;z-index:1}.requirements-list{animation:slideInLeft .8s ease-out .4s both;display:flex;flex-direction:column;gap:1.25rem}.requirement-item{align-items:center;display:flex;gap:1.25rem;padding:.75rem 0;transition:all .3s ease}.requirement-item:first-child{animation:slideInLeft .8s ease-out .6s both}.requirement-item:nth-child(2){animation:slideInLeft .8s ease-out .8s both}.requirement-item:nth-child(3){animation:slideInLeft .8s ease-out 1s both}.requirement-item:nth-child(4){animation:slideInLeft .8s ease-out 1.2s both}.requirement-item:hover{transform:translateX(10px)}.requirement-check{align-items:center;background:linear-gradient(135deg,#4fc3f7,#29b6f6);border-radius:50%;box-shadow:0 4px 15px #4fc3f74d;color:#fff;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:28px}.requirement-item:hover .requirement-check{background:linear-gradient(135deg,#29b6f6,#1e88e5);box-shadow:0 6px 20px #4fc3f780;transform:scale(1.1)}.requirement-text{color:#fffffff2;font-size:1.1rem;font-weight:500;line-height:1.4;transition:color .3s ease}.requirement-item:hover .requirement-text{color:#fff}.wallet-image{align-items:center;animation:slideInRight .8s ease-out .5s both;display:flex;justify-content:right}.wallet-img{animation:float 4s ease-in-out infinite;filter:drop-shadow(0 15px 35px rgba(79,195,247,.3));height:65%;transition:all .3s cubic-bezier(.4,0,.2,1);width:65%}.wallet-img:hover{filter:drop-shadow(0 25px 50px rgba(79,195,247,.4));transform:translateY(-10px) scale(1.05)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.requirements-cta{align-items:center;animation:fadeInUp .8s ease-out .8s both;display:flex;flex-direction:column;gap:2rem;text-align:center}.cta-text{color:#fffffff2;font-size:1.3rem;font-weight:500;margin:0}.connect-wallet-btn{background:linear-gradient(135deg,#4fc3f7,#29b6f6);border:none;border-radius:16px;box-shadow:0 8px 30px #4fc3f766;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;min-width:220px;overflow:hidden;padding:1.25rem 3rem;position:relative;text-transform:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.connect-wallet-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.connect-wallet-btn:hover:before{left:100%}.connect-wallet-btn:hover{background:linear-gradient(135deg,#29b6f6,#1e88e5);box-shadow:0 15px 40px #4fc3f780;transform:translateY(-4px)}.connect-wallet-btn:active{transform:translateY(-2px)}@media (max-width:1440px){.requirements-container{padding:0 3rem}}@media (max-width:1024px){.requirements-section{padding:6rem 0}.requirements-container{padding:0 2rem}.requirements-card{padding:3rem}.requirements-content{gap:4rem}.wallet-img{width:180px}}@media (max-width:768px){.requirements-section{padding:5rem 0}.requirements-container{padding:0 1.5rem}.requirements-card{padding:2.5rem}.requirements-title{font-size:2.4rem;margin-bottom:3rem}.requirements-content{gap:3rem;grid-template-columns:1fr;text-align:center}.wallet-img{width:160px}.requirement-item{justify-content:center}.cta-text{font-size:1.2rem}.connect-wallet-btn{font-size:1rem;padding:1rem 2.5rem}}@media (max-width:480px){.requirements-section{padding:2.5rem 1rem}.requirements-card{padding:1.5rem}.requirements-title{font-size:1.75rem}.requirements-list{gap:1.25rem}.requirement-text{font-size:1rem}.wallet-img{width:120px}.connect-wallet-btn{max-width:280px;width:100%}}.footer-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0ffa;border-top:1px solid #ffffff14;margin-top:6rem;overflow:hidden;padding:6rem 0 3rem;position:relative}.footer-section:before{background:radial-gradient(600px circle at 20% 30%,#4fc3f70d,#0000),radial-gradient(800px circle at 80% 70%,#29b6f608,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.footer-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;width:100%;z-index:1}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.footer-logo-img{border-radius:6px;height:28px;object-fit:contain;width:28px}.footer-logo-text{color:#fff;font-size:1.25rem;font-weight:600}.footer-description{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin:0;max-width:280px}.footer-social{display:flex;gap:.75rem}.social-link{align-items:center;background:#ffffff1a;border-radius:8px;color:#ffffffb3;display:flex;height:36px;justify-content:center;text-decoration:none;transition:all .2s ease;width:36px}.social-link:hover{background:#fff3;color:#fff;transform:translateY(-1px)}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column-title{color:#fff;font-size:1rem;font-weight:600;margin:0 0 .5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links li a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .2s ease}.footer-links li a:hover{color:#4fc3f7}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding-top:2rem}.footer-copyright p{color:#fff9;font-size:.875rem;margin:0}.footer-stats{display:flex;gap:3rem}.footer-stat{display:flex;flex-direction:column;gap:.25rem;text-align:center}.stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4fc3f7,#29b6f6);-webkit-background-clip:text;background-clip:text;color:#4fc3f7;font-size:1.25rem;font-weight:700}.stat-label{color:#fff9;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}@media (max-width:1200px){.footer-content{gap:2.5rem;grid-template-columns:2fr 1fr 1fr 1fr}.footer-stats{gap:2rem}}@media (max-width:1024px){.footer-section{padding:3rem 2rem 2rem}.footer-content{gap:2rem;grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/-1;margin-bottom:1rem}.footer-stats{gap:1.5rem}}@media (max-width:768px){.footer-section{padding:2.5rem 1.5rem 2rem}.footer-content{gap:2rem;grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:2rem;text-align:center}.footer-stats{gap:2rem}.stat-value{font-size:1.1rem}.stat-label{font-size:.7rem}}@media (max-width:480px){.footer-section{padding:2rem 1rem 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-brand{align-items:center;text-align:center}.footer-description{max-width:none;text-align:center}.footer-column{text-align:center}.footer-stats{flex-direction:column;gap:1.5rem}.footer-social{justify-content:center}}.wallet-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.wallet-modal{background:#101010d9;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 20px 60px #00000073,inset 0 1px 0 #ffffff0d;color:#fff;max-height:80vh;max-width:460px;overflow:hidden;width:92vw}.wallet-header{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:1rem 1.25rem}.wallet-title span{font-size:1rem;font-weight:700}.wallet-close{background:#0000;border:none;border-radius:8px;color:#fffc;cursor:pointer;display:grid;height:32px;place-items:center;width:32px}.wallet-close:hover{background:#ffffff1a;color:#fff}.wallet-list{display:flex;flex-direction:column;gap:.6rem;padding:.75rem}.wallet-row{align-items:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;color:inherit;cursor:pointer;display:flex;justify-content:space-between;padding:.9rem 1rem;text-align:left;transition:all .2s ease;width:100%}.wallet-row:hover{background:#ffffff14;border-color:#4fc3f733;transform:translateY(-1px)}.wallet-row-left{align-items:center;display:flex;gap:.75rem}.wallet-avatar{border-radius:8px;display:grid;flex-shrink:0;height:28px;overflow:hidden;place-items:center;width:28px}.wallet-name{font-size:.95rem;font-weight:600}.wallet-badge{border:1px solid #0000;border-radius:8px;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.35rem .6rem;text-transform:uppercase}.wallet-badge.installed{background:#2ecc711a;border-color:#2ecc7140;color:#2ecc71}.wallet-badge.not-installed{background:#ffffff0f;border-color:#ffffff1a;color:#fffc}.wallet-footer{border-top:1px solid #ffffff0f;color:#ffffffb3;display:flex;font-size:.85rem;gap:.4rem;justify-content:center;padding:.9rem 1rem 1.1rem}.wallet-footer a{color:#4fc3f7;text-decoration:none}.wallet-footer a:hover{text-decoration:underline}.wallet-details-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.wallet-details-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1e28f2;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 50px #00000080,inset 0 1px 0 #ffffff1a;display:flex;flex-direction:column;max-height:90vh;max-width:480px;overflow:hidden;width:100%}.wallet-details-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1.5rem}.phantom-branding{align-items:center;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 1.5rem 0;text-align:center}.phantom-icon{border-radius:12px;box-shadow:0 4px 12px #ab9ff24d}.phantom-title{color:#ab9ff2;font-size:1.1rem;font-weight:600;margin:0;text-align:center}.wallet-details-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4fc3f7,#29b6f6);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;margin:0}.wallet-details-close{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.wallet-details-close:hover{background:#fff3;border-color:#ffffff4d;transform:rotate(90deg)}.wallet-details-content{flex:1 1;overflow-y:auto;padding:1.5rem}.wallet-info-item{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:1rem 0}.wallet-info-item:last-child{border-bottom:none}.info-label{color:#ffffffb3;font-weight:600}.info-value{font-weight:500;max-width:60%;text-align:right;word-break:break-word}.account-address{font-family:monospace;font-size:.85rem}.status.connected{color:#4caf50}.status.disconnected{color:#f44336}.wallet-details-actions{border-top:1px solid #ffffff1a;display:flex;justify-content:flex-end;padding:1.5rem}.ineligible-message{padding:2rem 1rem;text-align:center}.ineligible-message p:first-child{color:#f44336;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.ineligible-message p:last-child{color:#ffffffb3;font-size:1rem}.not-eligible-content{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;justify-content:center;padding:2rem;text-align:center}.phantom-title-top{color:#fff;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;margin:0}.phantom-icon-container{align-items:center;display:flex;justify-content:center}.phantom-icon-large{border-radius:16px;box-shadow:0 8px 24px #ab9ff266}.not-eligible-title{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:-.01em;margin:0}.not-eligible-subtitle{color:#ffffffb3;font-size:.9rem;line-height:1.4;margin:0;max-width:280px}.not-eligible-actions{border-top:1px solid #ffffff14;display:flex;justify-content:center;padding:1.5rem 2rem}.btn-try-again{align-items:center;background:#4fc3f7;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-try-again:hover{background:#29b6f6;transform:translateY(-1px)}.airdrop-loading-content{flex:1 1;flex-direction:column;gap:2rem;min-height:400px;padding:2rem 1.5rem;text-align:center}.airdrop-loading-content,.phantom-loading-container{align-items:center;display:flex;justify-content:center}.loading-ring,.phantom-loading-container{position:relative}.loading-ring{animation:rotate 2s linear infinite;background:linear-gradient(45deg,#ab9ff2,#6c4ad1);border-radius:50%;height:120px;padding:4px;width:120px}.loading-ring:before{animation:rotate 1.5s linear infinite reverse;background:conic-gradient(#0000,#0000,#ab9ff2,#6c4ad1,#0000,#0000);bottom:-4px;left:-4px;right:-4px;top:-4px}.loading-ring:after,.loading-ring:before{border-radius:50%;content:"";position:absolute}.loading-ring:after{background:#1e1e28f2;bottom:2px;left:2px;right:2px;top:2px;z-index:1}.phantom-icon-loading{animation:pulse 2s ease-in-out infinite;border-radius:50%;position:relative;z-index:2}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.airdrop-status{max-width:400px;width:100%}.airdrop-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4fc3f7,#29b6f6);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.airdrop-subtitle{color:#fffc;font-size:1rem;font-weight:400;margin:0 0 2rem}.progress-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:left}.step{align-items:center;color:#fff9;display:flex;font-size:.9rem;gap:.75rem;padding:.5rem 0}.step.completed{color:#4caf50}.step.active{color:#4fc3f7}.step.glow-ready{animation:glow-pulse 2s ease-in-out infinite;color:#00e676}.step-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.8rem;font-weight:600;height:20px;justify-content:center;width:20px}.step.completed .step-icon{background:#4caf50;color:#fff}.step.active .step-icon{background:#0000;border:2px solid #4fc3f7}.step.glow-ready .step-icon{animation:icon-glow 2s ease-in-out infinite;background:#00e676;box-shadow:0 0 15px #00e67699,0 0 25px #00e67666;color:#fff}.checkmark-ready{font-size:.9rem;font-weight:700}.step .step-icon{background:#ffffff1a;color:#fff6}.spinner-small{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#4fc3f7;height:12px;width:12px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes glow-pulse{0%,to{text-shadow:0 0 5px #00e67680}50%{text-shadow:0 0 10px #00e676cc,0 0 15px #00e67699}}@keyframes icon-glow{0%,to{box-shadow:0 0 10px #00e67666,0 0 20px #00e67633;transform:scale(1)}50%{box-shadow:0 0 20px #00e676cc,0 0 30px #00e67699;transform:scale(1.05)}}.wallet-summary{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.summary-item{align-items:center;display:flex;justify-content:space-between}.summary-label{color:#ffffffb3;font-size:.85rem;font-weight:500}.summary-value{color:#fff;font-family:monospace;font-size:.85rem;font-weight:600}.airdrop-footer{align-items:center;border-top:1px solid #ffffff0f;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.loading-dots{display:flex;gap:.25rem}.loading-dots span{animation:bounce 1.4s ease-in-out infinite both;background:#4fc3f7;border-radius:50%;height:8px;width:8px}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.airdrop-footer p{color:#ffffffb3;font-size:.85rem;margin:0;text-align:center}@media (max-width:768px){.wallet-details-modal{margin:1rem}.wallet-details-actions,.wallet-details-content,.wallet-details-header{padding:1rem}.wallet-details-header h2{font-size:1.25rem}}
/*# sourceMappingURL=main.fe7527bd.css.map*/