:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#ffffffe6;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#0a0a0a;color:#ffffffe6}a{color:#4a9eff;text-decoration:none;transition:color .2s ease}a:hover{color:#6bb0ff}button{border-radius:8px;border:none;padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease}h1,h2,h3{line-height:1.2;font-weight:700}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{line-height:1.8}.app-container{min-height:100vh;display:flex;flex-direction:column}.hero{padding:6rem 2rem 4rem;text-align:center;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(74,158,255,.1) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent 0%,#1a1a2e 50%,#111111 100%);pointer-events:none}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero h1{margin-bottom:1rem;background:linear-gradient(135deg,#fff,#b0b0b0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-tagline{font-size:clamp(1.25rem,2.5vw,1.75rem);color:#4a9eff;margin-bottom:2rem;font-weight:500}.hero-mission{font-size:clamp(1rem,1.5vw,1.125rem);color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.8}.featured{padding:5rem 2rem;background-color:#111}.featured-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.featured-container{grid-template-columns:1fr 1fr}}.featured-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.featured-content h2{margin:0;color:#fff}.featured-description{font-size:1.125rem;color:#fffc;margin-bottom:2rem;line-height:1.8}.featured-description p{margin-bottom:1rem}.android-badge{display:inline-block;background:linear-gradient(135deg,#3ddc84,#00d4aa);color:#0a0a0a;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cta-button{background:linear-gradient(135deg,#4a9eff,#357abd);color:#fff;padding:.9rem 1.5rem;font-size:1.125rem;border-radius:10px;box-shadow:0 4px 15px #4a9eff4d;transition:all .3s ease;display:block;width:fit-content}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a9eff66}.cta-button:active{transform:translateY(0)}.featured-image{display:flex;justify-content:center;align-items:center;min-height:300px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:20px;padding:2rem;position:relative;overflow:hidden}.featured-image:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(74,158,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.featured-image-content{position:relative;z-index:1;max-width:50%;height:auto;border-radius:12px}.privacy-section{padding:5rem 2rem;background-color:#0a0a0a;max-width:800px;margin:0 auto}.privacy-section h1{margin-bottom:2rem;color:#fff}.privacy-section h2{margin-top:3rem;margin-bottom:1rem;color:#fff;font-size:1.75rem}.privacy-section p{margin-bottom:1.5rem;color:#fffc;line-height:1.8}.privacy-section ul{margin-left:2rem;margin-bottom:1.5rem;color:#fffc}.privacy-section li{margin-bottom:.75rem;line-height:1.8}.privacy-section a{color:#4a9eff;text-decoration:underline}.back-link{display:inline-block;margin-bottom:2rem;color:#4a9eff;font-weight:500;text-decoration:none!important}.back-link:focus{text-decoration:none}.back-link:hover{color:#6bb0ff;text-decoration:none}.footer{margin-top:auto;padding:3rem 2rem;background-color:#000;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.footer-link{color:#ffffffb3;font-size:.9375rem;transition:color .2s ease}.footer-link:hover{color:#4a9eff}.footer-copyright{color:#ffffff80;font-size:.875rem;margin-top:1rem}@media(max-width:768px){.hero{padding:4rem 1.5rem 3rem}.featured{padding:3rem 1.5rem}.footer-links{flex-direction:column;gap:1rem}.privacy-section{padding:3rem 1.5rem}}
