*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #00f2ea;--secondary-color: #ff0050;--dark-bg: #000000;--light-bg: #ffffff;--text-dark: #333333;--text-light: #666666;--border-color: #e0e0e0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:var(--dark-bg);color:#fff;padding:1rem 0;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700}.logo-icon{font-size:2rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.nav-link:hover{background:#ffffff1a;color:var(--primary-color)}.nav-link.active{background:#00f2ea1a;color:var(--primary-color)}.main-content{flex:1;padding:2rem 0;background:#f9f9f9}.home-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#00f2ea,#ff0050);color:#fff;border-radius:12px;margin-bottom:3rem}.hero h1{font-size:3rem;margin-bottom:1rem}.subtitle{font-size:1.5rem;opacity:.95}.content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 12px #00000014}.intro{margin-bottom:3rem}.intro h2{color:var(--text-dark);margin-bottom:1rem;font-size:2rem}.intro p{color:var(--text-light);font-size:1.1rem;line-height:1.8}.features{margin-bottom:3rem}.features h2{color:var(--text-dark);margin-bottom:2rem;font-size:2rem;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{padding:2rem;background:#f9f9f9;border-radius:8px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00f2ea33}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.6}.legal-links{text-align:center;padding:2rem 0}.legal-links h2{color:var(--text-dark);margin-bottom:1rem;font-size:2rem}.legal-links p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.link-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.button{padding:1rem 2.5rem;background:linear-gradient(135deg,#00f2ea,#ff0050);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00f2ea4d}.button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00f2ea66}.legal-page{max-width:900px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 12px #00000014}.legal-page h1{color:var(--text-dark);margin-bottom:.5rem;font-size:2.5rem;border-bottom:3px solid var(--primary-color);padding-bottom:1rem}.last-updated{color:var(--text-light);font-style:italic;margin-bottom:2rem}.legal-page section{margin-bottom:2.5rem}.legal-page h2{color:var(--text-dark);margin-bottom:1rem;font-size:1.8rem}.legal-page h3{color:var(--text-dark);margin-bottom:.8rem;margin-top:1.5rem;font-size:1.4rem}.legal-page p{color:var(--text-light);line-height:1.8;margin-bottom:1rem}.legal-page ul{margin-left:2rem;margin-bottom:1rem}.legal-page li{color:var(--text-light);line-height:1.8;margin-bottom:.5rem}.legal-page strong{color:var(--text-dark)}.footer{background:var(--dark-bg);color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--primary-color)}.footer-section p{color:#ffffffb3;line-height:1.6}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;max-width:1200px;margin:0 auto;padding-left:2rem;padding-right:2rem}.footer-bottom p{color:#ffffff80}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{flex-direction:column;gap:.5rem;text-align:center}.hero h1{font-size:2rem}.subtitle{font-size:1.2rem}.content{padding:2rem 1.5rem}.feature-grid{grid-template-columns:1fr}.link-buttons{flex-direction:column}.legal-page{padding:2rem 1.5rem}.legal-page h1{font-size:2rem}}@media (max-width: 480px){.hero{padding:2rem 1rem}.hero h1{font-size:1.5rem}.subtitle{font-size:1rem}.legal-page h2{font-size:1.5rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh}#root{width:100%}
