.auth-shell{--auth-primary: #7367f0;--auth-primary-hover: #6154cf;--auth-deep-700: #0f172a;--auth-deep-800: #0e1629;--auth-deep-900: #0f172a;--auth-tint: #a855f7;--auth-slate: rgb(148, 163, 184);--auth-ink: #2f2b3d;--auth-muted: #6f6b7d;--auth-line: #dbdade;--auth-surface: #ffffff;--auth-ground: #f8f7fa;display:grid;grid-template-columns:1.05fr 1fr;min-height:100vh;min-height:100dvh;background:#f8f7fa;color:var(--auth-ink)}.auth-brand{position:relative;overflow:hidden;display:flex;padding:3.5rem;background:linear-gradient(135deg,var(--auth-deep-700) 0%,var(--auth-deep-800) 50%,var(--auth-deep-900) 100%);isolation:isolate}.auth-brand__dots{position:absolute;inset:0;z-index:-2;background-image:radial-gradient(circle at 20% 20%,rgba(87,80,158,.308) 1px,transparent 1px),radial-gradient(circle at 80% 80%,rgba(45,11,77,.528) 1px,transparent 1px);background-size:20px 20px,25px 25px;background-position:0 0,12px 12px;-webkit-mask:radial-gradient(ellipse 90% 70% at 50% 50%,#000 40%,transparent 100%);mask:radial-gradient(ellipse 90% 70% at 50% 50%,#000 40%,transparent 100%)}.auth-brand__glow{position:absolute;inset:0;z-index:-1;background:radial-gradient(50% 38% at 78% 92%,rgba(115,103,240,.28),transparent 70%)}.auth-brand__inner{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:3rem;width:100%;max-width:30rem;margin:auto;color:#fff}.auth-brand__logo{width:190px;height:auto}.auth-brand__badge{display:inline-flex;align-items:center;gap:.5rem;margin:1.5rem 0 0;padding:.375rem .75rem;font-size:.8rem;font-weight:500;color:#e2e8f0;background:#94a3b81a;border:1px solid rgba(148,163,184,.2);border-radius:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-brand__dot{width:.5rem;height:.5rem;border-radius:50%;background:#22c55e;animation:auth-pulse 2s infinite}@keyframes auth-pulse{0%,to{opacity:1}50%{opacity:.5}}.auth-brand__headline{margin:0 0 1rem;color:#f8fafc;font-size:clamp(1.9rem,2.6vw,2.6rem);line-height:1.18;font-weight:700;letter-spacing:-.02em}.auth-brand__line{display:block}.auth-brand__line--accent{width:fit-content;background:linear-gradient(135deg,var(--auth-primary),var(--auth-tint));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.auth-brand__lede{margin:0;max-width:26rem;font-size:.975rem;line-height:1.7;font-weight:400;color:var(--auth-slate)}.auth-brand__list{list-style:none;margin:0;padding:0;display:grid;gap:1.1rem}.auth-brand__item{display:flex;gap:.875rem;align-items:flex-start}.auth-brand__icon{display:grid;place-items:center;flex:none;width:2.25rem;height:2.25rem;border-radius:.75rem;color:#e2e8f0;background:#94a3b81a;border:1px solid rgba(148,163,184,.2)}.auth-brand__item strong{display:block;font-size:.9375rem;font-weight:600;line-height:1.4;color:#f1f5f9}.auth-brand__item small{display:block;font-size:.8125rem;font-weight:400;line-height:1.5;color:var(--auth-slate)}.auth-main{display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:var(--auth-ground)}.auth-card-wrap{position:relative;width:100%;max-width:27rem}.auth-card-wrap:before,.auth-card-wrap:after{content:"";position:absolute;z-index:0;background-repeat:no-repeat;pointer-events:none}.auth-card-wrap:before{width:238px;height:233px;top:-55px;left:-40px;background-image:url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A")}.auth-card-wrap:after{width:180px;height:180px;bottom:-30px;right:-56px;background-image:url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E")}.auth-card{position:relative;z-index:1;padding:2.25rem 2rem;background:var(--auth-surface);border:1px solid rgba(75,70,92,.05);border-radius:.875rem;box-shadow:0 6px 26px -8px #4b465c2e}.auth-card__logo{position:relative;z-index:1;display:none;width:132px;height:auto;margin:0 auto 1.5rem}.auth-card__header{margin-bottom:1.75rem}.auth-card__eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--auth-primary)}.auth-card__title{margin:0 0 .5rem;font-size:1.625rem;font-weight:700;letter-spacing:-.015em;color:var(--auth-ink)}.auth-card__subtitle{margin:0;font-size:.9375rem;font-weight:400;line-height:1.6;color:var(--auth-muted)}.auth-card__footer{margin-top:2rem;text-align:center;font-size:.8125rem;font-weight:400;color:var(--auth-muted)}.auth-form{display:grid;gap:1.125rem}.auth-field__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.4375rem}.auth-field .form-label,.auth-field__head .form-label{margin:0;font-size:.8125rem;font-weight:600;color:var(--auth-ink)}.auth-field__control{position:relative;display:flex;align-items:center}.auth-field__lead,.auth-field__toggle{position:absolute;display:grid;place-items:center;width:2.75rem;color:var(--auth-muted);pointer-events:none}.auth-field__lead{left:0}.auth-field__toggle{right:0;pointer-events:auto;background:none;border:0;padding:0;height:100%;cursor:pointer;border-radius:0 .625rem .625rem 0}.auth-field__toggle:hover,.auth-field__toggle:focus-visible{color:var(--auth-primary)}.auth-field__toggle:focus-visible{outline:2px solid var(--auth-primary);outline-offset:-2px}.auth-field .form-control{height:3rem;padding:.5rem 2.75rem;font-size:.9375rem;font-weight:400;color:var(--auth-ink);background-color:var(--auth-surface);border:1px solid var(--auth-line);border-radius:.625rem;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.auth-field .form-control::placeholder{color:#a5a3ae}.auth-field .form-control:hover:not(:disabled){border-color:#c6c4cd}.auth-field .form-control:focus{background-color:var(--auth-surface);border-color:var(--auth-primary);box-shadow:0 0 0 3px #7367f024}.auth-field .form-control.is-invalid,.auth-field .form-control.is-invalid:focus{border-color:#ea5455!important;background-image:none;padding-right:2.75rem}.auth-field .form-control.is-invalid:focus{box-shadow:0 0 0 3px #ea545524}.auth-field .invalid-feedback{display:block;margin-top:.375rem;font-size:.8125rem;font-weight:400;color:#ea5455}.auth-link{font-size:.8125rem;font-weight:600;color:var(--auth-primary);text-decoration:none}.auth-link:hover{color:var(--auth-primary-hover);text-decoration:underline}.auth-remember{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:400;color:var(--auth-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.auth-remember .form-check-input{width:1.05rem;height:1.05rem;margin:0;border-radius:.3125rem;border-color:#c6c4cd;cursor:pointer}.auth-remember .form-check-input:checked{background-color:var(--auth-primary);border-color:var(--auth-primary)}.auth-remember .form-check-input:focus{border-color:var(--auth-primary);box-shadow:0 0 0 3px #7367f024}.auth-submit.btn,.auth-submit.btn.btn-primary{display:flex!important;align-items:center;justify-content:center;gap:.5rem;width:100%;height:3rem;padding:0 1rem;font-size:.9375rem;font-weight:600;color:#fff;background:var(--auth-primary);border:0;border-radius:.625rem;box-shadow:0 6px 16px -8px #7367f0e6;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease}.auth-submit.btn:hover:not(:disabled){background:var(--auth-primary-hover);box-shadow:0 10px 22px -10px #7367f0}.auth-submit.btn:active:not(:disabled){transform:translateY(1px)}.auth-submit.btn:focus-visible{outline:2px solid var(--auth-primary);outline-offset:2px}.auth-submit.btn:disabled{opacity:.65;box-shadow:none}.auth-submit .spinner-border{width:1rem;height:1rem;border-width:2px;margin:0}.auth-status{display:flex;gap:.625rem;align-items:flex-start;margin-bottom:1.25rem;padding:.75rem .875rem;font-size:.8438rem;font-weight:400;line-height:1.5;color:#2f7d32;background:#eef8ef;border:1px solid #cfe9d1;border-radius:.625rem}.auth-status svg{flex:none;margin-top:1px}.auth-back{display:inline-flex;align-items:center;gap:.375rem;margin-top:1.25rem;width:100%;justify-content:center;font-size:.875rem;font-weight:600;color:var(--auth-muted);text-decoration:none}.auth-back:hover{color:var(--auth-primary)}@media(max-width:991.98px){.auth-shell{grid-template-columns:1fr}.auth-brand{display:none}.auth-card__logo{display:block}.auth-main{padding:2.5rem 1.25rem}}@media(max-width:575.98px){.auth-card-wrap:before,.auth-card-wrap:after{display:none}.auth-card{padding:1.75rem 1.25rem}}@media(prefers-reduced-motion:reduce){.auth-submit.btn,.auth-field .form-control{transition:none}.auth-brand__dot{animation:none}}
