@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary: #00d0f0;--secondary: #006aff;--bg-dark: #e8eff7;--bg-card: rgba(255, 255, 255, .6);--border-glass: rgba(0, 81, 255, .15);--text-main: #1a2538;--text-muted: #5b6982;font-family:Outfit,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;overflow-x:hidden;background-image:radial-gradient(circle at 15% 50%,rgba(0,81,255,.08),transparent 25%),radial-gradient(circle at 85% 30%,rgba(0,224,255,.08),transparent 25%)}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.glass-panel{background:var(--bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);border-radius:24px;box-shadow:0 8px 32px #0051ff0d}.gradient-text{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}.app-container{display:flex;flex-direction:column;min-height:100vh;position:relative;overflow:hidden}.ambient-light{position:absolute;border-radius:50%;filter:blur(120px);z-index:0;pointer-events:none}.ambient-1{width:700px;height:700px;background:#00d0f026;top:-200px;left:-200px}.ambient-2{width:600px;height:600px;background:#006aff26;bottom:-150px;right:-100px}.header-glass{width:100%;padding:1rem 2rem;position:sticky;top:0;z-index:100;background:#f0f5ffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-glass)}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:12px}.logo{height:64px;width:auto;filter:drop-shadow(0px 0px 8px rgba(0,224,255,.4))}.logo-text{font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.header-nav{display:flex;align-items:center;gap:1.5rem}.nav-btn{background:#006aff0d;color:var(--text-main);border:1px solid rgba(0,106,255,.1);padding:8px 16px;border-radius:99px;font-family:Outfit,sans-serif;font-weight:600;font-size:1.05rem;cursor:pointer;transition:all .3s ease}.nav-btn:hover{background:#00d0f01a;color:var(--primary);border-color:#00d0f04d;transform:translateY(-1px)}.connect-btn{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border:none;padding:12px 24px;border-radius:99px;font-family:Outfit,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0051ff66}.connect-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00e0ff99}.connect-btn:active{transform:translateY(0)}@media(max-width:768px){.header-glass{padding:.8rem 1rem}.logo-text{display:none}.header-nav{gap:.5rem}.nav-btn{padding:6px 10px;font-size:.9rem}.connect-btn{padding:8px 16px;font-size:.9rem}}.hero-section{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;position:relative}.hero-content{max-width:800px;display:flex;flex-direction:column;align-items:center;z-index:10}.text-center{text-align:center}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:99px;font-size:.9rem;font-weight:500;color:var(--primary);margin-bottom:2rem;background:#00e0ff0d}.pulse-dot{width:8px;height:8px;background-color:var(--primary);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #00e0ff66}70%{box-shadow:0 0 0 10px #00e0ff00}to{box-shadow:0 0 #00e0ff00}}.hero-title{font-size:4.5rem;margin-bottom:1.5rem;letter-spacing:-1.5px}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:3rem;max-width:600px}.text-highlight{color:var(--secondary);font-weight:700}.countdown-container{padding:2rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:#fff9;border:1px solid rgba(0,106,255,.2);box-shadow:0 10px 40px #006aff1a}.countdown-label{font-size:1.1rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:2px}.countdown-timer{display:flex;align-items:center;gap:1rem}.time-box{display:flex;flex-direction:column;align-items:center;min-width:80px}.time-value{font-size:3.5rem;font-weight:800;color:var(--text-main);line-height:1;text-shadow:0 0 20px rgba(0,224,255,.3)}.time-unit{font-size:.85rem;color:var(--primary);margin-top:.5rem;text-transform:uppercase;letter-spacing:1px}.time-separator{font-size:3rem;font-weight:700;color:#0051ff33;margin-bottom:1.5rem}@media(max-width:768px){.hero-title{font-size:3rem}.countdown-timer{gap:.5rem}.time-value{font-size:2.5rem}.time-box{min-width:60px}.countdown-container{padding:1.5rem}}.features-section{padding:6rem 2rem;background:#fff6;border-top:1px solid rgba(0,81,255,.05);border-bottom:1px solid rgba(0,81,255,.05);position:relative;z-index:10}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto 4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2.5rem 2rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;align-items:flex-start}.feature-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #00e0ff1a;border-color:#00e0ff4d}.feature-icon{font-size:2.5rem;margin-bottom:1.5rem;background:#006aff0d;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid var(--border-glass)}.feature-title{font-size:1.4rem;margin-bottom:1rem;color:var(--text-main)}.feature-desc{color:var(--text-muted);font-size:.95rem;line-height:1.7}@media(max-width:768px){.section-title{font-size:2.2rem}}.about-section{padding:6rem 2rem 8rem;background:#f0f5ff99;position:relative;z-index:10}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;align-items:center;background:linear-gradient(145deg,#ffffff05,#0051ff0d);border:1px solid rgba(0,224,255,.15);box-shadow:0 20px 50px #0000004d}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem}.about-text p{color:var(--text-muted);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-text p.highlight{color:var(--text-main);background:#00d0f01a;padding:1rem 1.5rem;border-left:4px solid var(--primary);border-radius:4px;font-weight:600}.about-text strong{color:var(--primary)}.about-visual{position:relative;display:flex;justify-content:center;align-items:center}.about-logo{width:180px;max-width:100%;position:relative;z-index:2;filter:drop-shadow(0 0 30px rgba(0,224,255,.4));animation:float 6s ease-in-out infinite}.glowing-orb{position:absolute;width:250px;height:250px;background:radial-gradient(circle,rgba(0,81,255,.4) 0%,transparent 70%);border-radius:50%;z-index:1;filter:blur(20px);animation:pulse-orb 4s ease-in-out infinite alternate}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes pulse-orb{0%{transform:scale(.9);opacity:.6}to{transform:scale(1.1);opacity:1}}@media(max-width:992px){.about-content{grid-template-columns:1fr;text-align:center;padding:3rem 2rem}.about-text p.highlight{text-align:left}}.footer-section{padding:4rem 2rem 2rem;background:#fff;border-top:1px solid rgba(0,106,255,.1);z-index:10;position:relative}.footer-content{max-width:1200px;margin:0 auto;padding:3rem 4rem 2rem;border-radius:24px 24px 0 0;border-bottom:none}.footer-top{display:flex;justify-content:space-between;gap:4rem;padding-bottom:3rem;border-bottom:1px solid var(--border-glass);margin-bottom:2rem}.footer-brand{max-width:350px}.footer-logo{height:40px;filter:drop-shadow(0px 0px 5px rgba(0,224,255,.4))}.footer-desc{margin-top:1rem;color:var(--text-muted);font-size:.95rem;line-height:1.6}.footer-links{display:flex;gap:4rem}.link-group{display:flex;flex-direction:column;gap:1rem}.link-group h4{font-size:1.1rem;color:var(--text-main);margin-bottom:.5rem}.link-group a{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .2s ease}.link-group a:hover{color:var(--primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.9rem}.launch-badge{background:#006aff14;border:1px solid rgba(0,106,255,.2);padding:6px 12px;border-radius:4px;font-weight:600;color:var(--secondary)}@media(max-width:768px){.footer-top{flex-direction:column;gap:2.5rem}.footer-links{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-content{padding:2rem}}
