.signup-container{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;display:flex}.signup-section{background:#fff;border:2px solid #e5e7eb;border-radius:20px;grid-template-columns:1fr 1fr;width:100%;max-width:1200px;height:95vh;max-height:900px;display:grid;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.form-section{background:#fff;border-right:2px solid #f1f5f9;justify-content:center;align-items:center;padding:0;display:flex;overflow-y:auto}.form-wrapper{width:100%;max-width:400px;padding:2rem}.signup-title{color:#1f2937;text-align:center;margin-bottom:1.5rem;font-size:2.2rem;font-weight:700}.signup-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;display:flex}.form-label{color:#374151;margin-bottom:.4rem;font-size:.95rem;font-weight:600}.form-input{color:#1f2937;background:#fff;border:2px solid #d1d5db;border-radius:8px;width:100%;padding:10px 14px;font-family:inherit;font-size:.95rem;transition:all .3s}.form-input:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.form-input::placeholder{color:#9ca3af;font-size:.9rem}.signup-button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;margin-top:.3rem;padding:12px 20px;font-size:1rem;font-weight:600;transition:all .3s}.signup-button:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.terms-agreement{margin-top:-.3rem}.remember-me{color:#6b7280;cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;line-height:1.3;display:flex;position:relative}.checkbox{opacity:0;cursor:pointer;position:absolute}.checkmark{border:2px solid #d1d5db;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .3s;display:flex}.checkbox:checked+.checkmark{background:#dc2626;border-color:#dc2626}.checkbox:checked+.checkmark:after{content:"✓";color:#fff;font-size:11px;font-weight:700}.terms-link{color:#dc2626;font-weight:500;text-decoration:none}.terms-link:hover{text-decoration:underline}.divider{align-items:center;gap:.8rem;margin:.8rem 0;display:flex}.divider-line{background:#e5e7eb;flex:1;height:1px}.divider-text{color:#6b7280;font-size:.85rem;font-weight:500}.social-signup{flex-direction:column;gap:.6rem;display:flex}.social-button{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;padding:10px 16px;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.social-button:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.google-button:hover{border-color:#dc2626}.facebook-button:hover{border-color:#3b5998}.social-icon{font-size:1rem;font-weight:700}.google-button .social-icon{color:#dc2626}.facebook-button .social-icon{color:#3b5998}.login-link{text-align:center;color:#6b7280;margin-top:.8rem;font-size:.9rem}.login-text{color:#dc2626;font-weight:600;text-decoration:none}.login-text:hover{text-decoration:underline}.brand-section{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.brand-section:before{content:"";background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.brand-content{z-index:2;text-align:center;max-width:450px;padding:2rem;position:relative}.brand-title{text-shadow:0 2px 4px rgba(0,0,0,.3);margin-bottom:1.2rem;font-size:1.8rem;font-weight:700;line-height:1.3}.brand-description{opacity:.9;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.4}.brand-logo{color:#fff;text-shadow:0 4px 8px rgba(0,0,0,.3);font-size:2.2rem;font-weight:800}@media (max-width:768px){.signup-container{padding:.5rem}.signup-section{border-radius:15px;grid-template-columns:1fr;height:auto;min-height:100vh}.form-section{border-bottom:2px solid #f1f5f9;border-right:none;padding:1rem 0}.form-wrapper{max-width:100%;padding:1.5rem}.brand-section{min-height:250px;padding:1.5rem}.brand-content{padding:1rem}.brand-title{font-size:1.4rem}.brand-description{font-size:1rem}.signup-title{font-size:1.8rem}}@media (max-width:480px){.signup-container{padding:.25rem}.form-wrapper{padding:1rem}.brand-section{min-height:200px;padding:1rem}.brand-title{font-size:1.2rem}.social-button{padding:8px 14px;font-size:.85rem}.signup-title{margin-bottom:1rem;font-size:1.6rem}}@media (min-height:1000px){.signup-section{height:85vh;max-height:800px}}@media (max-height:700px){.signup-section{height:98vh}.form-wrapper{padding:1rem}.signup-form{gap:.8rem}.signup-title{margin-bottom:1rem;font-size:1.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.signup-form>*{animation:.5s ease-out fadeInUp}.signup-form>:first-child{animation-delay:.1s}.signup-form>:nth-child(2){animation-delay:.2s}.signup-form>:nth-child(3){animation-delay:.3s}.signup-form>:nth-child(4){animation-delay:.4s}.signup-form>:nth-child(5){animation-delay:.5s}.signup-form>:nth-child(6){animation-delay:.6s}.signup-form>:nth-child(7){animation-delay:.7s}.signup-form>:nth-child(8){animation-delay:.8s}.signup-form>:nth-child(9){animation-delay:.9s}
