*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#232833,#191d25);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{justify-content:center}#root,.App{align-items:center;display:flex;min-height:100vh}.App{background-color:#191d25;color:#fff;flex-direction:column;justify-content:space-between;padding:0;text-align:center;width:100%}.header-section{align-items:center;animation:fadeInDown 1s ease-out;display:flex;justify-content:center;padding:40px 0;width:100%}.logo-text-container{align-items:center;display:flex;gap:10px}.header-logo{height:auto;object-fit:contain;width:50%}.description-section{animation:fadeIn 1.2s ease-out;background:#0000001a;padding:10px 20px;width:100%}.main-headline{color:#fff;font-size:2rem;font-weight:700;line-height:1.3;margin:0 auto;max-width:800px;text-align:center}.content-section{align-items:center;animation:fadeInUp 1s ease-out;display:flex;flex:1 1;flex-direction:column;gap:60px;justify-content:center;max-width:800px;width:100%}.coming-soon-section{animation:fadeIn 1.4s ease-out;margin-bottom:50px}.coming-soon-title{color:#7dde27;font-size:1.5rem;font-weight:600;margin:0 0 5px}.coming-soon-subtitle{color:#fffc;font-size:1.3rem;font-weight:400;line-height:1.5;margin:0}.stores{animation:fadeIn 1.8s ease-out;flex-wrap:wrap;gap:50px;margin-bottom:40px}.store-item,.stores{display:flex;justify-content:center}.store-item{align-items:center;background:#0000;border-radius:15px;cursor:pointer;padding:0;transition:all .3s ease}.store-item:hover{transform:translateY(-8px) scale(1.05)}.store-image{height:60px;transition:transform .3s ease;width:auto}.store-item:hover .store-image{transform:scale(1.1)}.footer{animation:fadeIn 2s ease-out;border-top:1px solid #fff3;padding:20px;width:100%}.footer-text{color:#fff9;font-size:.9rem;font-weight:400}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.content-section,.description-section{padding:30px 15px}.header-section{padding:15px 0}.header-logo{height:25px;width:25px}.ride-future-text{font-size:1rem}.main-headline{font-size:2rem}.coming-soon-title{font-size:1.5rem}.coming-soon-subtitle{font-size:1.1rem}.stores{gap:30px}.store-item{padding:12px 20px}.store-image{height:50px}}@media (max-width:480px){.content-section,.description-section{padding:25px 10px}.header-section{padding:10px 0}.header-logo{height:20px;width:20px}.ride-future-text{font-size:.9rem}.main-headline{font-size:1.6rem}.coming-soon-title{font-size:1.3rem}.coming-soon-subtitle{font-size:1rem}.stores{flex-direction:column;gap:20px}.store-item{min-width:200px;padding:15px 20px}.store-image{height:45px}}
/*# sourceMappingURL=main.8fda343f.css.map*/