@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lato,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;margin:0}button,input,select,textarea{font-family:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes glow{0%,to{box-shadow:0 0 5px #3b82f680}50%{box-shadow:0 0 20px #3b82f6cc,0 0 30px #3b82f699}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.page-enter{animation:fadeIn .3s ease-out}.page-exit{animation:fadeOut .3s ease-out}.card-enter{animation:slideInUp .4s cubic-bezier(.4,0,.2,1)}.toast-enter{animation:slideInRight .3s cubic-bezier(.4,0,.2,1)}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-4px)}.hover-glow:hover{animation:glow 1.5s ease-in-out infinite}.skeleton{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#f0f0f0,#f8f8f8 40px,#f0f0f0 80px);background-size:1000px}a,button,input,select,textarea{transition:all .2s cubic-bezier(.4,0,.2,1)}input:focus,select:focus,textarea:focus{animation:glow .3s ease-out}@keyframes checkmark{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}.checkmark{stroke-dasharray:100;animation:checkmark .5s ease-in-out}.landing-page{background-color:#fff;color:#333;font-family:Helvetica Neue,Arial,sans-serif}.landing-header{background-color:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:20px 50px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.landing-header,.logo{align-items:center;display:flex}.logo-image{height:60px;width:auto}.landing-nav a{color:#555;font-weight:500;margin-left:25px;text-decoration:none;transition:color .3s ease}.landing-nav a:hover{color:#007bff}.nav-button{border-radius:5px;font-weight:500;padding:8px 18px;text-decoration:none;transition:background-color .3s ease,color .3s ease}.login-button-header{border:1px solid #007bff;color:#007bff;margin-left:15px}.login-button-header:hover{background-color:#007bff;color:#fff}.signup-button-header{background-color:#28a745;border:1px solid #28a745;color:#fff;margin-left:10px}.signup-button-header:hover{background-color:#218838;border-color:#1e7e34}.hero-section{align-items:center;background-color:#f8f9fa;display:flex;justify-content:space-between;min-height:calc(100vh - 80px);padding:60px 50px}.hero-content{max-width:50%;text-align:left}.hero-content h1{color:#2c3e50;font-size:3em;font-weight:700;line-height:1.2;margin-bottom:20px}.hero-subtitle{color:#555;font-size:1.2em;line-height:1.6;margin-bottom:30px}.hero-buttons .cta-button{border-radius:5px;display:inline-block;font-size:1.1em;font-weight:700;margin-right:15px;padding:15px 30px;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.hero-buttons .cta-button.primary{background-color:#28a745;border:1px solid #28a745;color:#fff}.hero-buttons .cta-button.primary:hover{background-color:#218838;transform:translateY(-2px)}.hero-buttons .cta-button.secondary{background-color:initial;border:2px solid #007bff;color:#007bff}.hero-buttons .cta-button.secondary:hover{background-color:#007bff;color:#fff;transform:translateY(-2px)}.hero-image-container{max-width:45%}.hero-image{border-radius:8px;box-shadow:0 10px 25px #0000001a;height:auto;max-width:100%}.landing-footer{background-color:#343a40;border-top:1px solid #495057;color:#f8f9fa;padding:30px 50px;text-align:center}.landing-footer p{font-size:.9em;margin:0}@media (max-width:768px){.landing-header{flex-direction:column;padding:15px 20px}.landing-nav{margin-top:10px}.landing-nav a{margin:0 10px}.hero-section{flex-direction:column;padding:40px 20px;text-align:center}.hero-content{margin-bottom:30px;max-width:100%;text-align:center}.hero-image-container{margin:0 auto;max-width:80%}.hero-content h1{font-size:2.2em}.hero-subtitle{font-size:1em}.hero-buttons .cta-button{display:block;margin-bottom:10px;margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:fit-content}}.login-page-container{align-items:center;background-color:#f0f2f5;display:flex;font-family:Helvetica Neue,Arial,sans-serif;justify-content:center;min-height:100vh;padding:20px}.login-form-container{background-color:#fff;border-radius:8px;box-shadow:0 6px 20px #0000001a;max-width:420px;padding:40px;text-align:center;width:100%}.login-header{margin-bottom:30px}.login-logo-link{display:inline-block;margin-bottom:10px;text-decoration:none}.login-page-logo-image{display:block;height:60px;margin:0 auto 10px;width:auto}.login-header h1{color:#333;font-size:1.8em;font-weight:600;margin-bottom:20px}.login-form .form-group{margin-bottom:20px;text-align:left}.login-form label{color:#444;display:block;font-size:.95em;font-weight:600;margin-bottom:8px}.login-form input[type=email],.login-form input[type=password]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1em;padding:12px;width:100%}.login-form input[type=email]:focus,.login-form input[type=password]:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.forgot-password-link{font-size:.9em;margin-bottom:20px;margin-top:-10px;text-align:right}.forgot-password-link a{color:#007bff;text-decoration:none}.forgot-password-link a:hover{text-decoration:underline}.login-submit-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1em;font-weight:700;padding:14px 20px;transition:background-color .3s ease;width:100%}.login-submit-button:hover{background-color:#0056b3}.signup-link-container{font-size:.95em;margin-top:30px}.signup-link-container a{color:#28a745;font-weight:600;text-decoration:none}.signup-link-container a:hover{text-decoration:underline}.create-account-page-container{background-color:#fff;font-family:Helvetica Neue,Arial,sans-serif;margin:40px auto;max-width:900px;padding:20px}.create-account-header{margin-bottom:30px;text-align:center}.create-account-header h1{color:#333;font-size:2.5em;margin-bottom:5px}.trial-info{color:#555;font-size:1.1em}.create-account-content{display:flex;gap:40px;justify-content:space-between}.create-account-form-section{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 8px #0000000d;flex:2 1;padding:30px}.create-account-form .form-group{margin-bottom:20px}.create-account-form label{color:#444;display:block;font-size:.95em;font-weight:600;margin-bottom:8px}.create-account-form input[type=email],.create-account-form input[type=password],.create-account-form input[type=tel],.create-account-form input[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1em;padding:12px;width:100%}.create-account-form input[type=email]:focus,.create-account-form input[type=password]:focus,.create-account-form input[type=tel]:focus,.create-account-form input[type=text]:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.terms-agreement{align-items:center;display:flex;margin-bottom:20px;margin-top:15px}.terms-agreement input[type=checkbox]{accent-color:#28a745;height:auto;margin-right:10px;width:auto}.terms-label{color:#555;font-size:.9em;font-weight:400!important}.terms-label a{color:#007bff;text-decoration:none}.terms-label a:hover{text-decoration:underline}.error-message{color:#dc3545;font-size:.9em;margin-bottom:15px;margin-top:15px;text-align:center}.submit-button{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1em;font-weight:700;padding:14px 20px;transition:background-color .3s ease;width:100%}.submit-button:hover{background-color:#218838}.login-link-container{font-size:.95em;margin-top:25px;text-align:center}.login-link-container a{color:#007bff;text-decoration:none}.login-link-container a:hover{text-decoration:underline}.benefits-section{flex:1 1;padding-top:20px}.benefits-section ul{list-style:none;margin:0;padding:0}.benefits-section li{align-items:center;color:#444;display:flex;font-size:1.05em;margin-bottom:25px}.benefit-icon{color:#28a745;font-size:1.8em;margin-right:15px;min-width:30px;text-align:center}@media (max-width:768px){.create-account-content{flex-direction:column-reverse}.benefits-section,.create-account-form-section{margin-bottom:30px}.benefits-section{padding-top:0}.create-account-header h1{font-size:2em}}
/*# sourceMappingURL=main.7d1b4e93.css.map*/