:root{--brand-color: #F48A29;--brand-color-light: #ffaf6d;--brand-color-dark: #d06c15;--text-color: #333333;--background-color: #ffffff;--error-color: #e53935;--border-radius: 8px;--box-shadow: 0 8px 20px rgba(244, 138, 41, .15)}.signup-page-container{display:flex;flex-direction:column;min-height:100vh;background-color:transparent;overflow-y:auto}.signup-page-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:transparent;box-shadow:0 2px 4px #0000000d}.signup-logo{height:40px}.logout-button{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid #e0e0e0;border-radius:4px;padding:.5rem 1rem;color:#666;font-size:.9rem;cursor:pointer;transition:all .2s}.logout-button:hover{background-color:#f5f5f5;color:var(--brand-color)}.signup-page-content{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;padding:2rem;overflow-y:auto}.signup-form-container{width:100%;max-width:600px;margin-bottom:2rem}.signup-form-wrapper{background-color:#fff;border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:2rem}.signup-steps{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.step-number{width:30px;height:30px;border-radius:50%;background-color:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:8px}.step-label{font-size:.85rem;color:#666}.step.active .step-number{background-color:var(--brand-color);color:#fff}.step.active .step-label{color:var(--brand-color);font-weight:500}.step.completed .step-number{background-color:#4caf50;color:#fff}.step-divider{flex-grow:1;height:2px;background-color:#e0e0e0;margin:0 10px 16px}.signup-page-footer{padding:1.5rem;background-color:#fff;border-top:1px solid #e0e0e0;text-align:center;font-size:.85rem;color:#666}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-top:.5rem}.footer-links a{color:#666;text-decoration:none}.footer-links a:hover{color:var(--brand-color);text-decoration:underline}.center-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background-color:#f9f9f9;background-image:linear-gradient(rgba(244,138,41,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(244,138,41,.03) 1px,transparent 1px);background-size:20px 20px}.form-container{width:100%;max-width:480px;padding:2.5rem;border-radius:var(--border-radius);background-color:transparent;box-shadow:var(--box-shadow);position:relative;overflow:hidden;border:1px solid #e0e0e0;border-top:3px solid var(--brand-color)}.form-container:before{content:none}.form-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px #f48a291a;pointer-events:none;border-radius:var(--border-radius);z-index:1}h2{color:var(--brand-color);margin-bottom:1.5rem;font-size:1.8rem;text-align:center;font-weight:700}label{display:block;margin-bottom:.5rem;color:var(--text-color);font-weight:500;font-size:1.1rem}.form-field{width:100%;padding:.8rem 1rem;border:1.5px solid #cccccc;border-radius:var(--border-radius);margin-bottom:1rem;transition:border-color .3s,box-shadow .3s;background-color:#f7f7f7;font-size:1rem;box-shadow:0 1px 3px #0000001a}.form-field:focus{border-color:var(--brand-color);box-shadow:0 0 0 2px #f48a2933;outline:none;background-color:#fff}.form-field-group{position:relative;margin-bottom:1.5rem;width:100%}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;padding:0}.error{color:var(--error-color);font-size:.8rem;margin-top:.3rem;display:block}button[type=submit]{width:100%;background:linear-gradient(90deg,var(--brand-color),var(--brand-color-light));color:#fff;border:none;padding:.9rem;font-size:1rem;font-weight:600;border-radius:var(--border-radius);cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem;margin-bottom:1rem;position:relative;z-index:10}button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f48a294d}button[type=submit]:active:not(:disabled){transform:translateY(0)}button[type=submit]:disabled{background:#cccccc;cursor:not-allowed}.checkbox-container{display:flex;align-items:flex-start;margin-bottom:1rem;width:100%}.checkbox-container input[type=checkbox]{margin-right:10px;margin-top:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #d0d0d0;border-radius:4px;position:relative;cursor:pointer;transition:background-color .2s,border-color .2s}.checkbox-container input[type=checkbox]:checked{background-color:var(--brand-color);border-color:var(--brand-color)}.checkbox-container input[type=checkbox]:checked:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label{font-size:.85rem;color:#555}a{color:var(--brand-color);text-decoration:none}a:hover{text-decoration:underline}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e0e0e0}.divider span{padding:0 10px;color:#777;font-size:.9rem}.pos-slider{width:100%;margin:1rem 0}input[type=range]{-webkit-appearance:none;width:100%;height:6px;border-radius:10px;background:#e0e0e0;outline:none;margin:1rem 0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--brand-color);cursor:pointer;box-shadow:0 2px 6px #0003}.pos-value{text-align:center;font-weight:500;color:var(--brand-color);margin-bottom:.5rem;font-size:1.1rem}.note{background-color:#f8f9fa;border-left:3px solid var(--brand-color);padding:.8rem;font-size:.8rem;color:#666;margin:1rem 0;border-radius:4px}.checkout-container{width:100%;display:flex;justify-content:center;align-items:center;padding:20px 0}.checkout-card{width:100%;max-width:500px;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #f48a2914;padding:30px;transition:all .3s ease}.checkout-header h2{color:#333;font-size:24px;font-weight:700;margin-bottom:10px}.checkout-subtitle{color:#718096;font-size:16px}.plan-details{background-color:#f7fafc;padding:20px;border-radius:8px;margin-bottom:25px}.plan-detail-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e2e8f0}.plan-detail-row:last-child{border-bottom:none}.detail-label{color:#4a5568;font-weight:500}.detail-value{color:#2d3748;font-weight:600}.plan-name{color:#f48a29}.total-row{margin-top:10px;border-top:2px solid #e2e8f0;padding-top:15px}.total-price{color:#f48a29;font-size:18px;font-weight:700}.free-trial-notice{margin-top:15px;padding:10px;background-color:#f48a291a;border-radius:6px;color:#f48a29;display:flex;align-items:center;gap:10px}.free-trial-notice span:first-child{background-color:#f48a29;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.payment-section{margin-bottom:25px}.payment-section h3{font-size:18px;font-weight:600;color:#2d3748;margin-bottom:15px}.secure-checkout-notice{display:flex;align-items:center;justify-content:center;gap:8px;color:#718096;font-size:14px;padding-top:20px;border-top:1px solid #e2e8f0}.lock-icon{font-size:16px}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.free-price{color:#38a169;font-weight:700}.coupon-applied-notice{margin-top:15px;padding:10px;background-color:#38a1691a;border-radius:6px;color:#38a169;display:flex;align-items:center;gap:10px}.coupon-applied-notice span:first-child{background-color:#38a169;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.free-checkout-button{width:100%;padding:15px;background-color:#38a169;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.free-checkout-button:hover:not(:disabled){background-color:#2f855a}.free-checkout-button:disabled{background-color:#9ae6b4;cursor:not-allowed}.free-checkout-notice{text-align:center;margin-bottom:15px}.free-checkout-notice p{margin-bottom:20px;color:#38a169;font-weight:500}.discount-plan-notice{font-style:italic;margin-left:4px;font-weight:400}.discount-button{background-color:#3182ce;margin-bottom:15px}.discount-button:hover:not(:disabled){background-color:#2b6cb0}.discount-apply-container{margin-bottom:20px}.discount-note{font-size:14px;color:#4a5568;margin-bottom:15px;text-align:center}.discount-divider{display:flex;align-items:center;text-align:center;margin:20px 0}.discount-divider:before,.discount-divider:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.discount-divider span{padding:0 10px;background-color:#fff;color:#718096;font-size:14px}.discount-info{background-color:#3182ce1a;border-radius:8px;padding:12px;margin-bottom:16px;border-left:4px solid #3182ce}.discount-info p{color:#2c5282;font-size:14px;margin:0;text-align:center}.checkout-page-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff9f4}.checkout-page-header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background-color:#fff;box-shadow:0 2px 5px #f48a291a;position:sticky;top:0;z-index:10;border-bottom:2px solid rgba(244,138,41,.1)}.checkout-logo{height:60px;width:auto}.header-actions{display:flex;align-items:center}.logout-button{display:flex;align-items:center;gap:8px;background-color:transparent;border:1px solid #F48A29;color:#f48a29;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-button:hover{background-color:#f48a29;color:#fff}.logout-icon{font-style:normal}.checkout-page-content{display:flex;flex:1;padding:40px}.checkout-illustration{flex:1;display:flex;justify-content:center;align-items:center;max-width:50%}.checkout-form-container{flex:1;display:flex;justify-content:center;padding:0 20px}.checkout-form-wrapper{width:100%;max-width:600px}.checkout-steps{display:flex;align-items:center;margin-bottom:40px;padding:0 20px}.step{display:flex;flex-direction:column;align-items:center;position:relative}.step-number{width:30px;height:30px;border-radius:50%;background-color:#e2e8f0;color:#4a5568;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:8px}.step-label{font-size:14px;color:#4a5568}.step.completed .step-number{background-color:#f48a29;color:#fff}.step.active .step-number{background-color:#f48a29;color:#fff;box-shadow:0 0 0 4px #f48a2933}.step-divider{flex:1;height:2px;background-color:#e2e8f0;margin:0 10px;max-width:60px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 0}.loading-spinner{border:4px solid rgba(244,138,41,.1);border-radius:50%;border-top:4px solid #F48A29;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkout-page-footer{padding:20px 40px;background-color:#fff;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#718096}.footer-links{display:flex;gap:20px}.footer-links a{color:#4a5568;text-decoration:none}.footer-links a:hover{color:#f48a29;text-decoration:underline}.coupon-section{margin-bottom:20px;padding:20px;background-color:#f9f9f9;border-radius:8px;border:1px solid #e2e8f0}.coupon-section h3{font-size:18px;font-weight:600;margin-bottom:15px;color:#333}.coupon-input-container{display:flex;gap:10px}.coupon-input{flex:1;padding:10px 15px;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;transition:border-color .3s ease}.coupon-input:focus{outline:none;border-color:#f48a29;box-shadow:0 0 0 2px #f48a2933}.coupon-input:disabled{background-color:#f1f1f1;color:#666}.coupon-button{padding:10px 15px;border:none;background-color:#f48a29;color:#fff;font-weight:500;border-radius:4px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.coupon-button:hover:not(:disabled){background-color:#e67a18}.coupon-button:disabled{background-color:#ccc;cursor:not-allowed}.coupon-button.loading{background-color:#f9a857}.coupon-button.valid{background-color:#4caf50}.coupon-error{color:#e53e3e;margin-top:10px;font-size:14px}.coupon-success{color:#38a169;margin-top:10px;font-size:14px;font-weight:500}@media (max-width: 1024px){.checkout-page-content{flex-direction:column;padding:20px}.checkout-illustration{max-width:100%;margin-bottom:30px}.checkout-form-container{padding:0}}@media (max-width: 768px){.responsive-image{display:none}.checkout-form-container{width:100%}.checkout-page-content{justify-content:center}}@media (max-width: 640px){.checkout-page-header{padding:15px 20px}.checkout-logo{height:40px}.checkout-steps{margin-bottom:30px}.checkout-page-footer{flex-direction:column;gap:10px;text-align:center}}.google-button{background-color:#fff;color:#757575;border:1px solid #757575;padding:10px 20px;font-size:16px;font-weight:700;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.google-button:hover{background-color:#f2f2f2}.google-logo{width:20px;height:20px;margin-right:10px}.styled-input{border:2px solid orange;border-radius:50px;padding:10px;width:100%;box-sizing:border-box;margin-top:10px}.styled-button{background-color:orange;color:#fff;border:none;border-radius:50px;padding:10px 20px;cursor:pointer;margin-top:10px;width:100%;box-sizing:border-box}.styled-button:hover{background-color:#ff8c00}.form-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.or-divider{color:gray;margin:20px 0;font-size:14px}.small-button{padding:10px;font-size:14px;width:auto}:root{--primary-color: #F48A29;--primary-hover: #e67c1c;--secondary-color: #f8f9fa;--text-color: #202124;--text-secondary: #5f6368;--border-color: #dadce0;--shadow-color: rgba(0, 0, 0, .1);--success-color: #34a853;--error-color: #ea4335}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color)}.app-container{display:flex;justify-content:center;min-height:100vh;overflow:auto}.form-half{flex:1;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:2rem;overflow-y:auto;max-height:100vh}.side-image-container{display:none;flex-direction:column;justify-content:center;align-items:flex-start;padding:1rem;max-width:40%;margin:0;position:relative;float:left;order:-1}.flex-container .side-image-container{align-self:flex-start;width:100%;text-align:left}.signup-page-content .left-side-image{display:none;float:left;max-width:40%;padding-right:2rem;order:-1}@media (min-width: 768px){.signup-page-content .left-side-image{display:block}.signup-page-content{display:flex;flex-direction:row;justify-content:space-between}}.side-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 15px var(--shadow-color);transition:transform .3s ease;margin:0}.side-image:hover{transform:scale(1.02)}.side-image-caption{margin-top:1rem;color:var(--text-secondary);font-size:.9rem;text-align:center}@media (min-width: 768px){.side-image-container{display:flex}.side-image-container.left{margin-right:2rem}.side-image-container.right{margin-left:2rem}.flex-container{display:flex;align-items:center;justify-content:center}}.form-container{width:100%;max-width:420px;padding:2.5rem;border-radius:12px;background-color:#fff;box-shadow:0 4px 20px var(--shadow-color);display:flex;flex-direction:column;gap:1.5rem;margin:1rem auto}.logo{width:160px;height:auto;margin-bottom:1.5rem;align-self:center}.sign-in-title{font-size:1.8rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem;text-align:center}.sign-in-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;text-align:center}.google-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 16px;border-radius:8px;background-color:#fff;border:1px solid var(--border-color);color:var(--text-color);font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s,box-shadow .2s}.google-button:hover{background-color:var(--secondary-color);box-shadow:0 1px 3px var(--shadow-color)}.google-logo{width:20px;height:20px}.divider{display:flex;align-items:center;margin:1.5rem 0}.divider-line{flex:1;height:1px;background-color:var(--border-color)}.divider-text{padding:0 1rem;color:var(--text-secondary);font-size:14px}.input-group{display:flex;flex-direction:column;gap:6px;width:100%}.input-label{font-size:14px;font-weight:500;color:var(--text-color)}.styled-input{width:100%;padding:12px 16px;border-radius:8px;border:1.5px solid var(--border-color);font-size:16px;outline:none;transition:border-color .2s,box-shadow .2s}.styled-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #4285f433}.styled-input::placeholder{color:#9aa0a6}.primary-button{width:100%;padding:12px 16px;border-radius:8px;background-color:var(--primary-color);color:#fff;font-size:16px;font-weight:500;border:none;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.primary-button:hover{background-color:var(--primary-hover)}.primary-button:disabled{background-color:#f48a2999;cursor:not-allowed}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.terms-text{font-size:12px;color:var(--text-secondary);text-align:center;margin-top:1rem}.terms-link{color:var(--primary-color);text-decoration:none}.terms-link:hover{text-decoration:underline}@media (max-width: 768px){.app-container{flex-direction:column}.form-half,.form-container{padding:1.5rem}}.check-email-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;background-color:#f5f7fab3;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.email-card{background:rgba(255,255,255,.9);border-radius:12px;box-shadow:0 8px 30px #00000026;padding:40px;width:100%;max-width:500px;animation:slideUp .5s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.email-icon{width:80px;height:80px;margin:0 auto 20px;color:#f48a29;animation:bounce 2s infinite}.email-card h1{font-size:2em;margin-bottom:.8em;color:#333;font-weight:600}.email-message{font-size:1.1em;color:#666;line-height:1.6;margin-bottom:1.5em}.divider{height:1px;background-color:#eaeaea;margin:25px 0;width:100%}.help-text{margin-top:30px;color:#888;font-size:.9em}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7px)}}@media (max-width: 600px){.email-card{padding:30px 20px}.email-icon{width:60px;height:60px}.email-card h1{font-size:1.5em}}body{margin:0;padding:0;background-image:url(/assets/background3-cc488091.svg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.success-background{background:rgba(245,247,250,.85);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.logo-container{margin-bottom:1.5rem}.logo-image{object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.message-card{background:rgba(255,255,255,.9);border-radius:16px;box-shadow:0 10px 30px #0003;padding:2.5rem;width:85%;max-width:500px;text-align:center;opacity:0;transform:translateY(20px);transition:all .5s ease-out}.message-card.animate-in{opacity:1;transform:translateY(0)}.success-icon-container{margin-bottom:1.5rem}.success-icon{color:#2ecc71;font-size:4rem;filter:drop-shadow(0 4px 6px rgba(46,204,113,.2))}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);filter:drop-shadow(0 0 0 rgba(46,204,113,.7))}70%{transform:scale(1);filter:drop-shadow(0 0 10px rgba(46,204,113,0))}to{transform:scale(.95);filter:drop-shadow(0 0 0 rgba(46,204,113,0))}}.success-heading{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:1rem}.success-message{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.additional-info{background-color:#f7fafcd9;border-radius:8px;padding:1rem;margin:1rem 0;color:#718096;font-size:.95rem}.action-button{background-color:#4a6cf7;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;margin-top:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.action-button:hover{background-color:#3452d9;transform:translateY(-2px);box-shadow:0 4px 12px #4a6cf74d}.footer-text{margin-top:2rem;color:#a0aec0;font-size:.85rem}
