@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color: #0d253f;--accent-color: #3b82f6;--success-color: #10b981;--bg-color: #f8fafc;--surface-color: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}.auth-wrapper{display:flex;min-height:100vh;width:100%}.auth-side-image{flex:1;background:linear-gradient(135deg,var(--primary-color) 0%,#1e3a8a 100%);display:none;justify-content:center;align-items:center;color:#fff;padding:4rem;position:relative;overflow:hidden}.auth-side-image:after{content:"";position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;opacity:.15;mix-blend-mode:overlay}.auth-side-content{position:relative;z-index:10;max-width:500px}.auth-side-content h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.auth-side-content p{font-size:1.25rem;opacity:.9;font-weight:300}@media(min-width:900px){.auth-side-image{display:flex}}.auth-form-container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background-color:var(--surface-color)}.auth-form-card{width:100%;max-width:440px;animation:slideUp .6s cubic-bezier(.16,1,.3,1)}.auth-header{margin-bottom:2.5rem;text-align:center}.auth-header h2{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.auth-header p{color:var(--text-secondary);font-size:.95rem}.tag-b2b{display:inline-block;background-color:#fee2e2;color:#b91c1c;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;margin-bottom:1rem;letter-spacing:.5px;text-transform:uppercase}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.form-control{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--text-primary);background-color:var(--surface-color);border:1px solid var(--border-color);border-radius:.5rem;transition:all .2s ease}.form-control:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f626}.form-control::placeholder{color:#94a3b8}.btn-primary{width:100%;display:inline-flex;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:var(--primary-color);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;margin-top:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-primary:hover{background-color:#1e3a8a;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.auth-footer{margin-top:2rem;text-align:center;font-size:.9rem;color:var(--text-secondary)}.auth-footer a{color:var(--accent-color);text-decoration:none;font-weight:500;transition:color .2s}.auth-footer a:hover{text-decoration:underline}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
