body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#root{min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}.legal-page{color:#333;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;display:flex}.nav{z-index:100;background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.nav-logo{color:#2563eb;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:#555;border-radius:6px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-links a:hover{color:#2563eb;background:#f0f7ff}.nav-links a.active{color:#2563eb;background:#e0f0ff}.legal-content{flex:1;max-width:800px;margin:0 auto;padding:3rem 2rem}.legal-content h1{color:#1a1a1a;margin-bottom:.5rem;font-size:2.5rem}.last-updated{color:#666;border-bottom:1px solid #e0e0e0;margin-bottom:2.5rem;padding-bottom:1.5rem;font-size:.9rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:#1a1a1a;border-bottom:2px solid #2563eb;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.legal-content h3{color:#333;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.15rem}.legal-content p{color:#444;margin-bottom:1rem}.legal-content ul{margin-bottom:1rem;margin-left:1.5rem}.legal-content li{color:#444;margin-bottom:.5rem}.legal-content strong{color:#1a1a1a}.contact-info{background:#f8fafc;border:1px solid #e0e0e0;border-radius:8px;margin-top:1rem;padding:1.5rem}.contact-info p{margin-bottom:.5rem}.home-content{flex:1;padding:2rem}.hero-section{text-align:center;color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:16px;margin-bottom:3rem;padding:4rem 2rem}.hero-section h1{color:#fff;margin-bottom:.5rem;font-size:3.5rem}.tagline{opacity:.9;margin-bottom:1rem;font-size:1.5rem}.description{opacity:.85;max-width:600px;margin:0 auto;font-size:1.1rem}.features-section{margin-bottom:3rem}.features-section h2{text-align:center;color:#1a1a1a;margin-bottom:2rem;font-size:2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.feature-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .2s}.feature-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb26}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-card h3{color:#1a1a1a;margin-bottom:.5rem;font-size:1.2rem}.feature-card p{color:#666;font-size:.95rem}.legal-section{text-align:center;margin-bottom:3rem}.legal-section h2{color:#1a1a1a;margin-bottom:.5rem;font-size:2rem}.legal-section>p{color:#666;margin-bottom:1.5rem}.legal-links{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:700px;margin:0 auto;display:grid}.legal-link-card{background:#f8fafc;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;text-decoration:none;transition:all .2s;display:block}.legal-link-card:hover{background:#f0f7ff;border-color:#2563eb}.legal-link-card h3{color:#2563eb;margin-bottom:.5rem}.legal-link-card p{color:#666;font-size:.95rem}.download-section{text-align:center;background:#f8fafc;border-radius:16px;padding:3rem 2rem}.download-section h2{color:#1a1a1a;margin-bottom:.5rem;font-size:2rem}.download-section>p{color:#666;margin-bottom:1.5rem}.store-badges{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.store-badge{color:#fff;background:#1a1a1a;border-radius:8px;align-items:center;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.store-badge:hover{background:#333}.footer{color:#fff;text-align:center;background:#1a1a1a;padding:2rem}.footer p{opacity:.8;margin-bottom:1rem}.footer-links{justify-content:center;gap:1.5rem;display:flex}.footer-links a{color:#fff;opacity:.8;text-decoration:none;transition:opacity .2s}.footer-links a:hover{opacity:1}@media (width<=768px){.nav{flex-direction:column;gap:1rem;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.legal-content{padding:2rem 1rem}.legal-content h1{font-size:2rem}.hero-section{padding:3rem 1.5rem}.hero-section h1{font-size:2.5rem}.tagline{font-size:1.2rem}}
