@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;font-feature-settings:"liga" 1,"kern" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative;overflow:hidden;animation:fadeIn 1.2s ease-out}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="0.3" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.4" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;opacity:.3}.hero-content{position:relative;z-index:1;width:100%;padding:2rem}.water-logo{height:180px;width:auto;margin-bottom:2rem;filter:drop-shadow(0 8px 24px rgba(0,0,0,.15));animation:logoFloat 3s ease-in-out infinite alternate;transition:transform .3s ease}.water-logo:hover{transform:scale(1.05)}.token-symbol{font-size:5rem;font-weight:900;background:linear-gradient(45deg,#fff,#e8f4fd,#fff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;text-shadow:0 4px 8px rgba(0,0,0,.1);animation:shimmer 3s ease-in-out infinite,slideUp 1s ease-out;letter-spacing:-.02em}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:2rem;text-shadow:0 4px 12px rgba(0,0,0,.15);animation:slideUp 1s ease-out .3s both;letter-spacing:-.025em;line-height:1.1}.hero-subtitle{font-size:1.4rem;margin-bottom:3rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.5;animation:slideUp 1s ease-out .6s both}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;animation:slideUp 1s ease-out .9s both}.btn{padding:1.25rem 2.5rem;border:none;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);text-decoration:none;display:inline-block;font-family:inherit;letter-spacing:.025em;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#4caf50,#45a049,#43a047);background-size:200% 200%;color:#fff;box-shadow:0 8px 25px #4caf5040}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #4caf5066;background-position:100% 100%}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.mission{background:#fff;text-align:center}.mission h2{font-size:2.5rem;margin-bottom:2rem;color:#333}.mission p{font-size:1.2rem;max-width:800px;margin:0 auto 3rem;color:#666}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-top:4rem}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:900;color:#667eea;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#666;font-weight:500}.how-it-works{background:#f8fafc;text-align:center}.how-it-works h2{font-size:2.5rem;margin-bottom:3rem;color:#333}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.step{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 10px 40px #00000014;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.step-number{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 1.5rem;box-shadow:0 8px 25px #667eea4d;animation:pulseGlow 2s ease-in-out infinite}.step h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.step p{color:#666;line-height:1.6}.footer{background:#1a1a1a;color:#fff;padding:3rem 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#667eea}.footer-section p{color:#ccc;line-height:1.6}.footer-section a{color:#667eea;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#764ba2}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{padding:.5rem 1rem;background:#667eea1a;border-radius:20px;transition:background .3s ease}.social-link:hover{background:#667eea33}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes logoFloat{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #667eea4d}50%{box-shadow:0 0 40px #667eea99}}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.disclaimer-link{background:none;border:none;color:#fff9;font-size:.85rem;cursor:pointer;transition:all .3s ease;text-decoration:underline;text-decoration-color:transparent;font-family:inherit;padding:.5rem 1rem;border-radius:6px}.disclaimer-link:hover{color:#667eea;text-decoration-color:#667eea;background:#667eea0d}.modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:overlayFadeIn .3s ease-out}.modal-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;max-width:650px;width:100%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d,0 0 0 1px #fff3;animation:modalFadeIn .4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(255,255,255,.3)}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#0000000d;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;color:#666;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-close:hover{background:#0000001a;color:#333;transform:scale(1.1)}.modal-header{padding:2.5rem 2.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.05);background:linear-gradient(135deg,#667eea0d,#764ba20d)}.modal-header h2{font-size:1.75rem;font-weight:700;color:#333;margin:0;letter-spacing:-.025em}.modal-body{padding:2rem 2.5rem 2.5rem;line-height:1.7;color:#444}.modal-body p{margin-bottom:1.5rem;font-size:.95rem}.modal-body p:last-child{margin-bottom:0}.modal-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.modal-link:hover{color:#764ba2;text-decoration:underline}.terms-section{margin:2rem 0;padding:1.5rem;background:#667eea08;border-radius:16px;border:1px solid rgba(102,126,234,.1)}.terms-section h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem;letter-spacing:-.01em}.terms-list{list-style:none;padding:0;margin:0}.terms-list li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;font-size:.9rem;line-height:1.6}.terms-list li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}.terms-list li:last-child{margin-bottom:0}.warning-section{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#ffc1070d,#ff98000d);border-radius:16px;border:1px solid rgba(255,193,7,.2)}.warning-section p{margin:0;font-size:.9rem;color:#333}.warning-section strong{color:#d68910}@media (max-width: 768px){.modal-overlay{padding:1rem}.modal-content{max-height:85vh;border-radius:20px}.modal-header{padding:2rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.modal-body{padding:1.5rem}.modal-close{top:1rem;right:1rem;width:32px;height:32px;font-size:1.25rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.token-symbol{font-size:3.5rem}.hero-subtitle{font-size:1.2rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:300px}section{padding:3rem 0}.mission h2,.how-it-works h2{font-size:2.2rem}.stats,.steps{gap:2rem}.water-logo{height:130px}}
