: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:#242424;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;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;margin:0}.support-button{background:#fff3;color:#fff;border:2px solid white;padding:.6rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.support-button:hover{background:#fff;color:#667eea}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center}.hero-title{font-size:3rem;margin-bottom:1.5rem;font-weight:800}.hero-subtitle{font-size:1.3rem;max-width:700px;margin:0 auto;line-height:1.6;opacity:.95}.features{padding:5rem 0;background:#f7f9fc}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #00000012;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001f}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h4{font-size:1.4rem;margin-bottom:1rem;color:#2d3748}.feature-card p{color:#718096;line-height:1.6}.download{padding:5rem 0;background:#fff}.download-subtitle{text-align:center;font-size:1.2rem;color:#718096;margin-bottom:3rem}.download-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.download-button{display:inline-block;background:#2d3748;color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid #2d3748}.download-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0003}.download-button.app-store{background:#000;border-color:#000}.download-button.google-play{background:#01875f;border-color:#01875f}.button-content{display:flex;align-items:center;gap:1rem}.button-icon{font-size:2.5rem}.button-small{font-size:.75rem;opacity:.9}.button-large{font-size:1.5rem;font-weight:600}.footer{background:#2d3748;color:#fff;padding:2rem 0;text-align:center;margin-top:auto}.footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none;font-size:1rem;transition:opacity .3s ease}.footer-links a:hover{opacity:.7}.footer-link-button{background:transparent;color:#fff;border:none;cursor:pointer;text-decoration:none;font-size:1rem;padding:0;font-family:inherit;transition:opacity .3s ease}.footer-link-button:hover{opacity:.7}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.download-buttons{flex-direction:column;align-items:center}.download-button{width:100%;max-width:300px}.footer .container,.footer-content{flex-direction:column;text-align:center}.footer-links{flex-direction:column;gap:1rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;color:#2d3748;font-size:1.75rem}.close-button{background:transparent;border:none;font-size:2rem;cursor:pointer;color:#718096;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.close-button:hover:not(:disabled){background:#f7f9fc;color:#2d3748}.close-button:disabled{opacity:.5;cursor:not-allowed}.support-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748;font-size:.95rem}.form-group select,.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.form-group select:focus,.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group select:disabled,.form-group input:disabled,.form-group textarea:disabled{background:#f7f9fc;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.status-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.status-message.success{background:#e8f5e9;color:#2e7d32;border:1px solid #81c784}.status-message.error{background:#ffebee;color:#c62828;border:1px solid #ef5350}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.button{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.button:disabled{opacity:.6;cursor:not-allowed}.button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 15px #667eea4d}.button-secondary{background:#fff;color:#2d3748;border:2px solid #e2e8f0}.button-secondary:hover:not(:disabled){background:#f7f9fc;border-color:#cbd5e0}@media(max-width:768px){.modal-overlay{padding:10px}.modal-header{padding:1rem 1.5rem}.modal-header h2{font-size:1.5rem}.support-form{padding:1.5rem}.form-actions{flex-direction:column}.button{width:100%}}.legal-page{min-height:100vh;background:#f7f9fc;padding:2rem 1rem}.legal-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.legal-container h1{font-size:2.5rem;color:#2d3748;margin-bottom:.5rem;border-bottom:3px solid #667eea;padding-bottom:1rem}.last-updated{color:#718096;font-size:.9rem;margin-bottom:2rem;font-style:italic}.legal-container section{margin-bottom:2.5rem}.legal-container h2{font-size:1.75rem;color:#2d3748;margin-top:2rem;margin-bottom:1rem;border-left:4px solid #667eea;padding-left:1rem}.legal-container h3{font-size:1.25rem;color:#4a5568;margin-top:1.5rem;margin-bottom:.75rem}.legal-container p{line-height:1.8;color:#4a5568;margin-bottom:1rem}.legal-container ul{margin-left:2rem;margin-bottom:1rem}.legal-container li{line-height:1.8;color:#4a5568;margin-bottom:.5rem}.legal-container a{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s ease}.legal-container a:hover{color:#5568d3;text-decoration:underline}.legal-container strong{color:#2d3748;font-weight:600}.warning{background:#fff5f5;border-left:4px solid #f56565;padding:1rem;border-radius:4px;margin:1rem 0}.warning strong{color:#c53030}.jurisdiction{background:#f7fafc;padding:1.5rem;border-radius:8px;margin-top:2rem}.acknowledgment{background:#edf2f7;padding:1.5rem;border-radius:8px;border:2px solid #cbd5e0;text-align:center}.acknowledgment p{font-weight:600;color:#2d3748;margin:0}@media(max-width:768px){.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.5rem}.legal-container h3{font-size:1.1rem}.legal-container ul{margin-left:1.5rem}}
