.devise-body{margin:0;padding:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;background:linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);min-height:100vh}.auth-container{display:flex;min-height:100vh;width:100%}.auth-left{flex:1;background:linear-gradient(135deg, #2d8659 0%, #1b5e20 100%);position:relative;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.auth-left::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%, rgba(76,175,80,0.3) 0%, transparent 50%),radial-gradient(circle at 80% 80%, rgba(102,187,106,0.3) 0%, transparent 50%),radial-gradient(circle at 40% 20%, rgba(129,199,132,0.2) 0%, transparent 50%);opacity:0.6}.auth-left::after{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle, rgba(76,175,80,0.2) 0%, transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}@keyframes float{0%,100%{transform:translate(0, 0) rotate(0deg)}50%{transform:translate(-30px, -30px) rotate(180deg)}}.auth-image-wrapper{position:relative;z-index:1;width:100%;max-width:500px;text-align:center}.auth-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 10 L60 40 L90 40 L70 60 L80 90 L50 70 L20 90 L30 60 L10 40 L40 40 Z' fill='%23ffffff' fill-opacity='0.1'/%3E%3C/svg%3E") repeat,linear-gradient(135deg, rgba(45,134,89,0.1) 0%, rgba(27,94,32,0.1) 100%);opacity:0.3}.auth-content{position:relative;z-index:2;color:#ffffff}.auth-logo{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,0.2);animation:fadeInUp 0.8s ease-out}.auth-tagline{font-size:1.25rem;margin-bottom:3rem;opacity:0.95;line-height:1.6;animation:fadeInUp 0.8s ease-out 0.2s both}.auth-features{display:flex;flex-direction:column;gap:1.5rem;animation:fadeInUp 0.8s ease-out 0.4s both}.feature-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem;padding:1rem;background:rgba(255,255,255,0.1);border-radius:12px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);transition:transform 0.3s ease, background 0.3s ease}.feature-item:hover{transform:translateX(10px);background:rgba(255,255,255,0.15)}.feature-icon{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.2))}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:#ffffff;overflow-y:auto}.auth-form-wrapper{width:100%;max-width:450px;padding:2.5rem;background:#ffffff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.1);animation:fadeIn 0.6s ease-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.auth-form-wrapper h2{color:#2d8659;font-size:2rem;font-weight:700;margin-bottom:0.5rem;text-align:center}.auth-form-wrapper .field{margin-bottom:1.5rem}.auth-form-wrapper label{color:#2c3e50;font-weight:600;font-size:0.95rem;margin-bottom:0.5rem;display:block}.auth-form-wrapper input[type="text"],.auth-form-wrapper input[type="email"],.auth-form-wrapper input[type="password"],.auth-form-wrapper input[type="url"]{width:100%;padding:0.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all 0.3s ease;background:#ffffff}.auth-form-wrapper input[type="text"]:focus,.auth-form-wrapper input[type="email"]:focus,.auth-form-wrapper input[type="password"]:focus,.auth-form-wrapper input[type="url"]:focus{outline:none;border-color:#2d8659;box-shadow:0 0 0 3px rgba(45,134,89,0.1)}.auth-form-wrapper input[type="text"]::placeholder,.auth-form-wrapper input[type="email"]::placeholder,.auth-form-wrapper input[type="password"]::placeholder,.auth-form-wrapper input[type="url"]::placeholder{color:#7f8c8d}.auth-form-wrapper input[type="radio"]{margin-right:0.5rem;accent-color:#2d8659}.auth-form-wrapper .radio-label{display:inline-block;margin-right:1.5rem;margin-bottom:0.5rem;font-weight:500;color:#2c3e50;cursor:pointer}.auth-form-wrapper small{display:block;margin-top:0.25rem;color:#7f8c8d;font-size:0.85rem}.auth-form-wrapper .actions{margin-top:2rem}.auth-form-wrapper input[type="submit"],.auth-form-wrapper .btn-primary{width:100%;padding:0.875rem 1.5rem;background:linear-gradient(135deg, #2d8659 0%, #4caf50 100%);color:#ffffff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(45,134,89,0.3)}.auth-form-wrapper input[type="submit"]:hover,.auth-form-wrapper .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(45,134,89,0.4);background:linear-gradient(135deg, #27734c 0%, #449d48 100%)}.auth-form-wrapper input[type="submit"]:active,.auth-form-wrapper .btn-primary:active{transform:translateY(0)}.auth-form-wrapper .shared-links{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0;text-align:center}.auth-form-wrapper .shared-links a{color:#2d8659;text-decoration:none;font-weight:500;transition:color 0.3s ease}.auth-form-wrapper .shared-links a:hover{color:#1b5e20;text-decoration:underline}.auth-form-wrapper .alert{border-radius:10px;margin-bottom:1.5rem;border:none;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.auth-form-wrapper .error-messages{background:#fff3cd;border:1px solid #ffc107;border-radius:10px;padding:1rem;margin-bottom:1.5rem;color:#856404}.auth-form-wrapper .error-messages h3{font-size:1rem;font-weight:600;margin-bottom:0.75rem;color:#856404}.auth-form-wrapper .error-messages ul{margin:0;padding-left:1.5rem}.auth-form-wrapper .error-messages li{margin-bottom:0.5rem}.text-muted{color:#7f8c8d !important}.radio-group{background:#e8f5e9;padding:1rem;border-radius:10px;border:1px solid #e0e0e0}.form-check{display:flex;align-items:center}.form-check-input{margin-top:0;cursor:pointer}.form-check-label{cursor:pointer;margin-left:0.5rem}@media (max-width: 968px){.auth-container{flex-direction:column}.auth-left{min-height:40vh;padding:2rem 1.5rem}.auth-logo{font-size:2.5rem}.auth-tagline{font-size:1.1rem;margin-bottom:2rem}.auth-features{gap:1rem}.feature-item{font-size:1rem;padding:0.75rem}.feature-icon{font-size:1.5rem}.auth-right{padding:1.5rem}.auth-form-wrapper{padding:2rem 1.5rem;max-width:100%}}@media (max-width: 576px){.auth-left{min-height:30vh;padding:1.5rem 1rem}.auth-logo{font-size:2rem}.auth-tagline{font-size:1rem;margin-bottom:1.5rem}.auth-features{display:none}.auth-right{padding:1rem}.auth-form-wrapper{padding:1.5rem 1rem;border-radius:15px}.auth-form-wrapper h2{font-size:1.75rem}}
