@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap";:root{font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#ffffffe6;background-color:#08080d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;min-width:320px}a{font-weight:500;color:#8b5cf6;text-decoration:inherit}a:hover{color:#a78bfa}#root{min-height:100vh}*{box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#08080d,#1a1a2e,#0a0a12)}.header{position:sticky;top:0;z-index:100;background:transparent;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.02em}.logo-icon-img{width:36px;height:36px;border-radius:8px;object-fit:contain}.logo-icon{font-size:1.75rem;color:#8b5cf6}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:#fffc;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.nav a:hover{color:#a78bfa}.btn-download{padding:.5rem 1rem;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff!important;border-radius:8px;font-weight:600}.btn-download:hover{background:linear-gradient(135deg,#7c3aed,#4f46e5);transform:translateY(-1px)}.main{flex:1}.hero{padding:3rem 2rem 2rem;text-align:center}.hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin:0 0 1rem;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em}.hero-tagline{max-width:600px;margin:0 auto;font-size:1.25rem;color:#ffffffbf;line-height:1.6}.apps-section{max-width:1200px;margin:0 auto;padding:2rem 2rem 5rem}.apps-section h2{font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center;color:#fff}.app-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem;overflow:hidden}.app-info{display:flex;gap:2rem;align-items:flex-start;margin-bottom:2.5rem}.app-icon{width:120px;height:120px;border-radius:24px;flex-shrink:0;box-shadow:0 10px 40px #8b5cf64d}.app-details h3{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:#fff}.app-description{color:#ffffffb3;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.app-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem}.rating{color:#22c55e;font-weight:600}.downloads{color:#fff9;font-size:.9rem}.play-store-btn{display:inline-block;transition:transform .2s}.play-store-btn:hover{transform:scale(1.05)}.play-badge{height:80px;width:auto}.screenshots h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#ffffffe6}.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,200px));gap:1rem;justify-content:center}.screenshot-img{width:100%;max-width:180px;height:auto;aspect-ratio:9/16;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #0000004d}.features-section{padding:5rem 2rem}.features-section h2{font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center;color:#fff}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.5rem;transition:all .2s}.feature-card:hover{background:#8b5cf61a;border-color:#8b5cf64d;transform:translateY(-2px)}.feature-icon{font-size:2rem;display:block;margin-bottom:.75rem}.feature-card h4{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#fff}.feature-card p{font-size:.9rem;color:#ffffffa6;margin:0;line-height:1.5}.footer{background:transparent;border-top:1px solid rgba(255,255,255,.06);padding:2.5rem 2rem}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-brand .logo-icon{color:#8b5cf6}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#a78bfa}.footer-copyright{font-size:.85rem;color:#ffffff73;margin:0}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}.app-info{flex-direction:column;align-items:center;text-align:center}.app-stats{justify-content:center}.screenshot-grid{grid-template-columns:repeat(2,1fr)}}
