body{margin:0;padding:0;width:100%;min-height:100vh;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background: hsl(270, 20%, 99%);--foreground: hsl(270, 50%, 10%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(270, 50%, 10%);--primary: hsl(270, 76%, 53%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(122, 39%, 49%);--secondary-foreground: hsl(0, 0%, 100%);--muted: hsl(270, 20%, 96%);--muted-foreground: hsl(270, 10%, 45%);--accent: hsl(270, 60%, 95%);--accent-foreground: hsl(270, 76%, 40%);--border: hsl(270, 20%, 90%);--radius: .75rem;--gradient-primary: linear-gradient(135deg, hsl(270, 76%, 53%) 0%, hsl(290, 70%, 50%) 100%);--shadow-glow: 0 0 60px hsla(270, 76%, 53%, .3);--shadow-card: 0 10px 40px -10px hsla(270, 50%, 20%, .15);--shadow-button: 0 8px 30px -8px hsla(270, 76%, 53%, .5)}html{scroll-behavior:smooth}body{font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #872ce266}50%{box-shadow:0 0 40px #872ce299}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes swipe-hint{0%,to{transform:translate(0)}50%{transform:translate(-10px)}}.animate-slide-up{animation:slide-up .6s ease-out forwards}.animate-float{animation:float 6s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.text-gradient{background:linear-gradient(to right,var(--primary),hsl(290,70%,50%));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-gradient-primary{background:var(--gradient-primary)}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:#fcfcfdcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:5rem}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{width:2.5rem;height:2.5rem;display:block}.logo-text{font-size:1.25rem;font-weight:700;color:var(--foreground)}.nav-links{display:none;gap:2rem}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{color:var(--muted-foreground);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn-gradient{background:var(--gradient-primary);color:var(--primary-foreground);box-shadow:var(--shadow-button)}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 12px 35px -10px #872ce299}.btn-outline{background:transparent;border:2px solid var(--border);color:var(--foreground)}.btn-outline:hover{background:var(--muted)}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground)}.mobile-menu-btn{display:block;padding:.5rem;background:none;border:none;cursor:pointer}@media(min-width:768px){.mobile-menu-btn{display:none}}.nav-cta{display:none}@media(min-width:768px){.nav-cta{display:block}}.hero{min-height:100vh;padding-top:6rem;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-25%;width:80%;height:150%;background:radial-gradient(circle,hsla(270,76%,53%,.08) 0%,transparent 70%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-content{text-align:center}@media(min-width:1024px){.hero-content{text-align:left}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--accent);color:var(--accent-foreground);border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}@media(min-width:768px){.hero-title{font-size:3.5rem}}@media(min-width:1024px){.hero-title{font-size:4rem}}.hero-description{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media(min-width:1024px){.hero-description{margin-left:0}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}@media(min-width:1024px){.hero-buttons{justify-content:flex-start}}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2rem;border-top:1px solid var(--border)}.stat-item{text-align:center}@media(min-width:1024px){.stat-item{text-align:left}}.stat-value{font-size:1.5rem;font-weight:800;color:var(--primary)}.stat-label{font-size:.875rem;color:var(--muted-foreground)}.phone-wrapper{display:flex;justify-content:center;position:relative}.phone-glow{position:absolute;inset:0;background:radial-gradient(circle at center,hsla(270,76%,53%,.2) 0%,transparent 70%);filter:blur(40px)}.phone-frame{position:relative;width:320px;height:680px;background:transparent;border-radius:3rem;animation:float 6s ease-in-out infinite}.device-frame{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.phone-screen{position:absolute;left:7%;top:8%;width:86%;height:85%;background:#fff;border-radius:30px;overflow:hidden}.phone-notch{display:none}.phone-content{height:100%;padding:3rem 1rem 1rem;display:flex;flex-direction:column}.phone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;background:#fff;padding:.5rem .75rem;border-radius:.75rem}.phone-title{color:#8e2de2;font-weight:700;font-size:.9rem}.nearby-text{color:#666;font-weight:500;font-size:.85rem}.phone-filters{display:flex;gap:.5rem}.filter-pill{padding:.25rem .75rem;background:#f0f0f0;color:#666;border-radius:9999px;font-size:.75rem}.cards-container{flex:1;position:relative;display:flex;align-items:center;justify-content:center}.product-card{position:absolute;width:86%;height:62%;border-radius:1.25rem;overflow:hidden;box-shadow:0 20px 40px -15px #00000040;transition:all .3s ease}.product-card img{width:100%;height:100%;object-fit:cover}.product-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,hsla(0,0%,0%,.8),transparent)}.product-name{color:#fff;font-weight:600;font-size:.875rem}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.product-price{color:#5cd660;font-weight:700;font-size:.875rem}.product-location{color:#ffffffb3;font-size:.75rem}.swipe-buttons{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.swipe-btn{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s}.swipe-btn:hover{transform:scale(1.1)}.swipe-btn-pass{background:#d9262633;color:#e05252}.swipe-btn-like{background:#40bf4433;color:#66cc69}.home-indicator{position:absolute;left:50%;bottom:2.5%;transform:translate(-50%);width:26%;height:4px;background:#ddd;border-radius:2px}.features{padding:6rem 0;background:linear-gradient(180deg,var(--background) 0%,var(--muted) 100%)}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-block;padding:.5rem 1rem;background:var(--accent);color:var(--accent-foreground);border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1rem}.section-title{font-size:2rem;font-weight:800;margin-bottom:1rem}@media(min-width:768px){.section-title{font-size:2.5rem}}.section-description{color:var(--muted-foreground);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--card);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow-card);transition:all .3s;border:1px solid var(--border)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px -15px #33194d33}.feature-icon{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon svg{width:1.5rem;height:1.5rem}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.feature-description{color:var(--muted-foreground);font-size:.9rem}.how-it-works{padding:6rem 0;position:relative}.steps-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-card{text-align:center;position:relative}.step-number{width:3rem;height:3rem;border-radius:50%;background:var(--gradient-primary);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.25rem}.step-icon{width:4rem;height:4rem;border-radius:1rem;background:var(--accent);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step-icon svg{width:2rem;height:2rem;color:var(--primary)}.step-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.step-description{color:var(--muted-foreground);font-size:.9rem}.token-demo{padding:6rem 0;background:var(--muted)}.token-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.token-grid{grid-template-columns:1fr 1fr}}.token-content h2{font-size:2rem;font-weight:800;margin-bottom:1rem}@media(min-width:768px){.token-content h2{font-size:2.5rem}}.token-content p{color:var(--muted-foreground);margin-bottom:2rem}.unlock-types{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.unlock-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-card)}.unlock-icon{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.unlock-icon svg{width:1rem;height:1rem}.unlock-label{font-weight:600;font-size:.875rem}.unlock-cost{color:var(--muted-foreground);font-size:.75rem}.token-preview{background:var(--card);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow-card)}.token-balance{display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.token-icon-large{width:4rem;height:4rem;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;animation:pulse-glow 2s infinite}.token-icon-large svg{width:2rem;height:2rem;color:#fff}.token-amount{font-size:2rem;font-weight:800}.token-label{color:var(--muted-foreground);font-size:.875rem}.recent-activity h4{font-weight:600;margin-bottom:1rem}.activity-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.activity-item:last-child{border-bottom:none}.activity-icon{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.activity-icon svg{width:1rem;height:1rem}.activity-text{flex:1;font-size:.875rem}.activity-cost{font-weight:600;font-size:.875rem}.footer{background:var(--foreground);color:#fffc;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand .logo-text{color:#fff}.footer-description{margin-top:1rem;font-size:.9rem;color:#fff9}.footer-socials{display:flex;gap:.75rem;margin-top:1.5rem}.social-link{width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .2s}.social-link:hover{background:var(--primary)}.footer-column h4{color:#fff;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff9;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.875rem;color:#ffffff80}.modal-overlay{display:none;position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;align-items:center;justify-content:center;padding:1rem}.modal-overlay.active{display:flex}.modal{background:var(--card);border-radius:1.5rem;padding:2rem;max-width:400px;width:100%;box-shadow:0 25px 60px -15px #0000004d}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.modal-title{font-size:1.25rem;font-weight:700}.modal-description{color:var(--muted-foreground);font-size:.9rem;margin-top:.5rem}.token-packages{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.token-package{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s}.token-package:hover,.token-package.selected{border-color:var(--primary);background:var(--accent)}.token-package.popular{position:relative}.popular-badge{position:absolute;top:-.5rem;right:1rem;background:var(--secondary);color:#fff;font-size:.625rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px;text-transform:uppercase}.package-tokens{font-weight:700}.package-price{color:var(--primary);font-weight:600}.modal-actions{display:flex;gap:.75rem}.modal-actions .btn{flex:1}.mobile-menu{display:none;position:fixed;top:5rem;left:0;right:0;background:var(--background);border-bottom:1px solid var(--border);padding:1rem;z-index:40}.mobile-menu.active{display:block}.mobile-menu a{display:block;padding:.75rem 0;color:var(--muted-foreground);text-decoration:none;font-weight:500}.mobile-menu a:hover{color:var(--foreground)}@media(min-width:768px){.mobile-menu{display:none!important}}.hidden{display:none}
