body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.homepage{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.hero-section{align-items:center;background:#f8fafc;display:flex;flex:1 1;justify-content:center;min-height:80vh;padding:80px 20px}.hero-content{margin:0 auto;max-width:800px;text-align:center}.logo-container{display:flex;justify-content:center;margin-bottom:20px}.logo-text{color:#111;font-size:4rem;font-weight:700;letter-spacing:2px;margin:0}.logo-text-accent{color:#f80}.title-accent-line{background:#f80;border-radius:2px;height:3px;margin:0 auto 24px;width:56px}.hero-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.download-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.download-btn{align-items:center;background:#fff;border:1px solid #e6ecf3;border-radius:12px;box-shadow:0 2px 8px #00000014;color:#111;display:flex;font-weight:600;gap:12px;min-width:200px;padding:14px 28px;text-decoration:none;transition:all .3s ease}.download-btn:hover{border-color:#f80;box-shadow:0 4px 15px #0000001f;transform:translateY(-2px)}.store-icon{color:#111;height:32px;width:32px}.btn-text{align-items:flex-start;display:flex;flex-direction:column}.btn-label{color:#666;font-size:.75rem;font-weight:400}.btn-name{color:#111;font-size:1.1rem;font-weight:600}.footer{background:#fff;border-top:1px solid #e6ecf3;color:#666;margin-top:auto;padding:2rem 20px}.footer-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.footer-text{font-size:.9rem;margin:0;opacity:.8}.footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-link{color:#f80;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#f60;text-decoration:underline}.footer-separator{color:#999;font-size:.9rem}@media (max-width:768px){.logo-text{font-size:3rem}.hero-subtitle{font-size:1rem}.download-buttons{align-items:center;flex-direction:column}.download-btn{justify-content:center;max-width:300px;width:100%}.footer-content{text-align:center}}@media (max-width:480px){.logo-text{font-size:2.5rem}.hero-subtitle{font-size:.95rem}.hero-section{padding:40px 20px}.footer-links{flex-direction:column;gap:.5rem}.footer-separator{display:none}}.auth-page{align-items:center;background:#f8fafc;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-container{margin:0 auto;max-width:500px;width:100%}.auth-card{background:#fff;border:1px solid #e6ecf3;border-radius:20px;box-shadow:0 4px 15px #00000014;box-sizing:border-box;padding:2.5rem;width:100%}.auth-title{color:#111;font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#666;font-size:1rem;margin-bottom:2rem;text-align:center}.alert{border-radius:12px;font-size:.9rem;margin-bottom:1.5rem;padding:1rem}.alert-error{background:#ffcdd2;border:1px solid #ff3b30;color:#ff3b30}.alert-success{background:#c8e6c9;border:1px solid #28a745;color:#28a745}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:1fr 1fr;width:100%}.form-row .form-group{min-width:0}.form-group{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;width:100%}.form-group label{color:#111;font-size:.9rem;font-weight:600}.form-group input{background:#f8f9fa;border:1px solid #f80;border-radius:16px;box-sizing:border-box;color:#111;font-size:1rem;padding:.875rem;transition:all .3s ease;width:100%}.form-group input:focus{background:#fff;border-color:#f80;box-shadow:0 0 0 3px #ff880026;outline:none}.form-group input::placeholder{color:#999}.auth-button{background:#f80;border:none;border-radius:16px;box-shadow:0 2px 8px #ff88004d;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .3s ease;width:100%}.auth-button:hover:not(:disabled){background:#f60;box-shadow:0 4px 15px #f806;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-footer{margin-top:2rem;text-align:center}.auth-link{color:#f80;font-weight:500;text-decoration:none;transition:color .3s ease}.auth-link:hover{color:#f60;text-decoration:underline}@media (max-width:768px){.auth-page{padding:15px}.auth-container{max-width:100%}.auth-card{padding:2rem}.auth-title{font-size:1.75rem}.form-row{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.auth-page{padding:10px}.auth-card{border-radius:16px;padding:1.5rem}.auth-title{font-size:1.5rem}.auth-subtitle{font-size:.9rem}.form-group input{font-size:.95rem;padding:.75rem}.auth-button{font-size:.95rem;padding:.875rem}}.legal-page{background:#f8fafc;min-height:100vh;padding:40px 20px}.legal-container{margin:0 auto;max-width:800px}.legal-content{background:#fff;border:1px solid #e6ecf3;border-radius:20px;box-shadow:0 4px 15px #00000014;padding:3rem}.legal-title{color:#111;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.legal-date{border-bottom:1px solid #e6ecf3;color:#666;font-size:.9rem;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:#111;font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-top:0}.legal-section p{color:#333;font-size:1rem;line-height:1.7;margin-bottom:1rem}.legal-section ul{margin-bottom:1rem;margin-left:1.5rem}.legal-section li{color:#333;font-size:1rem;line-height:1.7;margin-bottom:.5rem}.legal-section strong{color:#111;font-weight:600}.legal-footer{border-top:1px solid #e6ecf3;margin-top:3rem;padding-top:2rem;text-align:center}.legal-back-link{color:#f80;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.legal-back-link:hover{color:#f60;text-decoration:underline}@media (max-width:768px){.legal-content{padding:2rem}.legal-title{font-size:2rem}.legal-section h2{font-size:1.3rem}}@media (max-width:480px){.legal-content{padding:1.5rem}.legal-title{font-size:1.75rem}.legal-page{padding:20px 10px}}.App{min-height:100vh}
/*# sourceMappingURL=main.afd2cac1.css.map*/