.auth-page{min-height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f172a;position:relative;padding:2rem 1rem;overflow:visible}.auth-bg-blob{position:absolute;width:500px;height:500px;background:radial-gradient(circle,#6366f126 0,#0000 70%);filter:blur(80px);z-index:0;border-radius:50%;pointer-events:none}.auth-bg-blob-1{top:-10%;right:-10%;animation:float-blob 15s infinite alternate}.auth-bg-blob-2{bottom:-10%;left:-10%;animation:float-blob 20s infinite alternate-reverse;background:radial-gradient(circle,#ec48991a 0,#0000 70%)}@keyframes float-blob{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.1)}}.auth-card{position:relative;background:#ffffff0d;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);padding:1.5rem;border-radius:2rem;border:1px solid #ffffff1a;box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 1px #ffffff0d;width:100%;max-width:600px;max-height:none;overflow:visible;margin:auto;animation:auth-card-entry .8s cubic-bezier(.16,1,.3,1) forwards;z-index:10;color:#f8fafc}.auth-card::-webkit-scrollbar{width:4px}.auth-card::-webkit-scrollbar-track{background:#0000}.auth-card::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}@keyframes auth-card-entry{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-header{display:flex;justify-content:space-between;align-items:center;text-align:left;margin-bottom:1.25rem}.auth-header h2{font-size:1.75rem;font-weight:800;margin:0;letter-spacing:-.04em;background:linear-gradient(to bottom right,#fff 30%,#ffffff80);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#0000}.auth-header p{color:#94a3b8;margin-top:.5rem;font-size:1rem;font-weight:400;opacity:.8}.auth-header img{height:50px;width:auto;border-radius:10px}.auth-form{display:grid;gap:1rem}.auth-input-group{display:flex;flex-direction:column;gap:.25rem}.auth-label{font-size:.875rem;font-weight:500;color:#cbd5e1;margin-left:.25rem}.auth-input-wrapper{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:1rem;color:#cbd5e1;transition:all .3s;pointer-events:none;z-index:10;opacity:1}.auth-input:focus~.auth-input-icon{color:#6366f1}.auth-input{width:100%;padding:.75rem .875rem .75rem 2.75rem;background:#0f172a99;border:1px solid #ffffff1a;border-radius:1rem;font-size:1rem;color:#f8fafc;transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-input::placeholder{color:#475569}.auth-input:focus{outline:none;background:#0f172acc;border-color:#6366f1;box-shadow:0 0 0 4px #6366f126;transform:translateY(-1px)}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:active,.auth-input:-webkit-autofill:focus,.auth-input:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-text-fill-color:#f8fafc!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #0f172a99!important}.auth-button{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;font-weight:600;padding:.875rem;border-radius:1rem;border:none;cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);margin-top:.75rem;font-size:1.1rem;box-shadow:0 4px 15px #6366f14d;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.auth-footer{margin-top:2rem;text-align:center;font-size:1rem;color:#94a3b8;border-top:1px solid #ffffff1a;padding-top:1.5rem}@media (max-width:640px){.auth-page{padding:1.5rem .75rem;align-items:center;justify-content:center;min-height:100dvh;height:auto;overflow:visible;flex-direction:column}.auth-card{padding:1rem;border-radius:1.25rem;max-width:100%;margin:auto;max-height:none;overflow:visible}.auth-header{margin-bottom:.5rem;flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:left;gap:.5rem;width:100%}.auth-header div:first-child{flex:1;display:flex;flex-direction:column;align-items:flex-start}.auth-header div:last-child{align-items:flex-end;text-align:right}.auth-header img{height:60px!important;width:60px!important;border-radius:10px!important}.auth-header h2{font-size:2.2rem;font-weight:900;-webkit-text-fill-color:#fff;background:none;margin-bottom:0;letter-spacing:-.05em}.auth-header p{font-size:.9rem;margin-top:0;color:#94a3b8;opacity:.9;font-weight:500;line-height:1.2}.auth-form{gap:.65rem}.auth-input-group{gap:.2rem}.auth-label{display:block;font-size:.75rem;margin-bottom:0;opacity:.8}.auth-input{padding:.6rem .875rem .6rem 2.5rem;font-size:.9rem;border-radius:.75rem}.auth-input-icon svg{width:16px;height:16px}.auth-input-icon{left:.85rem}.auth-button{padding:.85rem;font-size:1rem;margin-top:.5rem;border-radius:.75rem}.auth-footer{margin-top:1rem;padding-top:.75rem;font-size:.85rem}.auth-message{padding:.75rem;margin-top:.75rem;font-size:.8rem;border-radius:.75rem}}.auth-message{padding:.875rem 1rem;border-radius:1rem;margin-top:1rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.auth-message.error{background:#ef44441a;border:1px solid #ef444433;color:#fca5a5}.auth-message.success{background:#10b9811a;border:1px solid #10b98133;color:#6ee7b7}