: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:#01132b;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;display:flex;place-items:center;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:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#01132b;background:#01132b;width:100%;overflow-x:hidden}#root{width:100%;margin:0;padding:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.header{top:0;left:0;width:100%;background:transparent;color:#fff;z-index:1000;padding:1rem 0;position:relative}.header-content{width:100%;max-width:1200px;color:#fff;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:.75rem}.logo{height:2.5rem;width:auto}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:2.5rem}.nav a{text-decoration:none;color:#fff;font-weight:500;font-size:.95rem;transition:all .2s ease;position:relative}.nav a:hover{color:#ffb300}.nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#ffb300;transition:width .2s ease}.nav a:hover:after{width:100%}.cta-button{background:#ffb300;color:#01132b!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .2s ease}.cta-button:hover{background:#e6a200;transform:translateY(-1px)}.cta-button:after{display:none}.hero{background:#01132b;background-image:url(/assets/mappic-DDUp3Zch.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;width:100%;margin-top:-80px;padding-top:80px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#01132bb3;pointer-events:none}.hero-content{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#fff;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#d4d4d4;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.primary-button,.secondary-button{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.primary-button{background:#ffb300;color:#01132b}.primary-button:hover{background:#e6a200;transform:translateY(-2px);box-shadow:0 10px 25px #ffb3004d}.secondary-button{background:transparent;color:#fff;border:2px solid #FFB300}.secondary-button:hover{background:#ffb300;color:#01132b}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;margin-bottom:.5rem;color:#ffb300}.stat-label{font-size:.9rem;color:#d4d4d4;text-transform:uppercase;letter-spacing:.05em}.hero-visual{display:flex;justify-content:center;align-items:center}.app-preview{width:320px;height:690px;border-radius:24px;overflow:hidden;position:relative}.app-header{background:#fff;padding:16px;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;border-bottom:1px solid #f0f0f0}.app-location{color:#01132b}.app-status{color:#ffb300;background:#ffb3001a;padding:4px 8px;border-radius:12px;font-size:.8rem}.app-alerts{background:#fff;padding:16px;border-radius:0 0 16px 16px;display:flex;flex-direction:column;gap:12px}.alert-item{display:flex;gap:12px;padding:12px;background:#f8fafc;border-radius:12px;border-left:4px solid #FFB300}.alert-item:last-child{border-left-color:#01132b}.alert-type{font-size:.8rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}.alert-content{flex:1}.alert-title{font-weight:600;font-size:.9rem;margin-bottom:4px;color:#01132b}.alert-location{font-size:.8rem;color:#666}.features{padding:6rem 0;background:#fff;width:100%}.features h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#01132b;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;text-align:center;border:1px solid #f0f0f0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px #01132b1a;border-color:#ffb300}.feature-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:#ffb3001a;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#ffb300}.feature-icon svg{width:32px;height:32px}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#01132b}.feature-card p{color:#666;line-height:1.6}.how-it-works{padding:6rem 0;background:#00040e;width:100%}.how-it-works h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#fff;letter-spacing:-.02em}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#ffffff0d;border-radius:16px;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease;border:1px solid rgba(255,179,0,.2)}.step:hover{transform:translateY(-4px);border-color:#ffb300}.step-number{background:#ffb300;color:#01132b;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.step-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.step-content p{color:#d4d4d4;line-height:1.6}.rewards{padding:6rem 0;background:linear-gradient(135deg,#ffb3001a,#ffb3000d);width:100%}.rewards h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#01132b;letter-spacing:-.02em}.section-subtitle{text-align:center;font-size:1.1rem;margin-bottom:3rem;color:#01132b;opacity:.8}.rewards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.reward-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .2s ease;border:1px solid rgba(255,179,0,.2)}.reward-card:hover{transform:translateY(-8px);border-color:#ffb300}.reward-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:#ffb3001a;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#ffb300}.reward-icon svg{width:32px;height:32px}.reward-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#01132b}.reward-card p{color:#666;line-height:1.6}.cta-section{padding:6rem 0;background:#fff;color:#01132b;text-align:center;width:100%}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.cta-section p{font-size:1.1rem;margin-bottom:3rem;opacity:.9}.download-buttons{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.download-button{display:flex;align-items:center;gap:1rem;background:#ffb300;color:#01132b;border:none;padding:1rem 2rem;border-radius:12px;cursor:pointer;transition:transform .2s ease;min-width:200px}.download-button:hover{transform:translateY(-2px);background:#e6a200}.download-icon{width:32px;height:32px;color:#01132b}.download-icon svg{width:100%;height:100%}.download-label{font-size:.8rem;opacity:.7}.download-platform{font-size:1.1rem;font-weight:600}.footer{background:#01132b;color:#fff;padding:4rem 0 2rem;width:100%}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-img{height:2rem;width:auto}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#ffb300}.footer-section a{display:block;color:#d4d4d4;text-decoration:none;margin-bottom:.5rem;transition:color .2s ease}.footer-section a:hover{color:#ffb300}.footer-bottom{border-top:1px solid rgba(255,179,0,.2);padding-top:2rem;text-align:center;color:#d4d4d4}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.nav{gap:1.5rem;flex-wrap:wrap;justify-content:center}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-text h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{justify-content:center}.app-preview{width:280px;height:560px}.features-grid,.rewards-grid,.steps{grid-template-columns:1fr}.download-buttons{flex-direction:column;align-items:center}.footer-content{grid-template-columns:1fr;text-align:center}}
