:root{--radius:0.75rem;--color-zinc-900:#18181b}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f5f7fb;color:#172033;min-height:100vh}.bg-zinc-50{background:#fafafa}.bg-transparent{background:transparent}.bg-card{background:#ffffff}.bg-muted{background:#f4f4f5}.text-accent-foreground{color:#27272a}.text-sm{font-size:.875rem;line-height:1.35rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-semibold{font-weight:600}.text-center{text-align:center}.block{display:block}.w-full{width:100%}.max-w-sm{max-width:24rem}.h-fit{height:-moz-fit-content;height:fit-content}.min-h-screen{min-height:100vh}.m-auto{margin:auto}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.p-0\.5{padding:.125rem}.p-3{padding:.75rem}.p-8{padding:2rem}.pb-6{padding-bottom:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-3{gap:.75rem}.space-y-0\.5>*+*{margin-top:.125rem}.space-y-2>*+*{margin-top:.5rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.border{border:1px solid #e4e4e7}.border-dashed{border-style:dashed}.rounded-\(--radius\){border-radius:var(--radius)}.rounded-\[calc\(var\(--radius\)\+\.125rem\)\]{border-radius:calc(var(--radius) + .125rem)}.shadow-md{box-shadow:0 8px 24px rgba(0,0,0,.08)}@media (min-width:768px){.md\:py-32{padding-top:8rem;padding-bottom:8rem}}a{color:inherit}input{width:100%}button,input,select,textarea{font:inherit}.auth-root{display:flex;min-height:100vh;background:#f8fafc}.auth-brand{display:none;position:relative;flex-direction:column;justify-content:space-between;padding:2.5rem;background:linear-gradient(145deg,#0d1f3c,#1a3a6e 60%,#1e4d9b);overflow:hidden}@media (min-width:1024px){.auth-brand{display:flex;width:42%;flex-shrink:0}}.auth-brand:before{top:-8rem;right:-8rem;width:26rem;height:26rem}.auth-brand:after,.auth-brand:before{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.04);pointer-events:none}.auth-brand:after{bottom:-6rem;left:-4rem;width:22rem;height:22rem}.auth-brand-logo{display:flex;align-items:center;gap:.75rem}.auth-brand-name{font-size:1.25rem;font-weight:700;color:#ffffff;letter-spacing:-.01em}.auth-brand-center{flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:2rem 0;position:relative;z-index:1}.auth-brand-headline{font-size:2rem;font-weight:700;color:#ffffff;line-height:1.25;letter-spacing:-.02em;margin:0 0 1rem}.auth-brand-sub{font-size:1rem;color:rgba(255,255,255,.65);line-height:1.6;margin:0 0 2.5rem}.auth-feature-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.auth-feature-item{display:flex;align-items:flex-start;gap:.75rem;color:rgba(255,255,255,.85);font-size:.875rem;line-height:1.5}.auth-feature-icon{flex-shrink:0;width:1.25rem;height:1.25rem;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.auth-feature-icon svg{width:.7rem;height:.7rem;stroke:#ffffff}.auth-brand-footer{font-size:.75rem;color:rgba(255,255,255,.35);position:relative;z-index:1}.auth-form-side{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;overflow-y:auto}.auth-form-box{width:100%;max-width:22rem}.auth-form-header{margin-bottom:2rem}.auth-form-title{font-size:1.5rem;font-weight:700;color:#0d1f3c;margin:0 0 .375rem;letter-spacing:-.02em}.auth-form-desc{font-size:.875rem;color:#64748b;margin:0}.auth-field{display:flex;flex-direction:column;gap:.375rem}.auth-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.auth-fields{display:flex;flex-direction:column;gap:1.125rem}.auth-label{font-size:.8125rem;font-weight:500;color:#374151}.auth-input{width:100%;padding:.625rem .875rem;border:1.5px solid #e2e8f0;border-radius:.5rem;font-size:.9375rem;color:#0d1f3c;background:#ffffff;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.auth-input::placeholder{color:#9ca3af}.auth-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.auth-input:disabled{opacity:.55;cursor:not-allowed}.auth-btn{width:100%;padding:.6875rem 1rem;background:#1a3a6e;color:#ffffff;font-size:.9375rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .15s,transform .1s,box-shadow .15s;margin-top:1.5rem}.auth-btn:hover:not(:disabled){background:#0d2a5e;box-shadow:0 4px 12px rgba(26,58,110,.3)}.auth-btn:active:not(:disabled){transform:translateY(1px)}.auth-btn:disabled{opacity:.65;cursor:not-allowed}.auth-error{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;font-size:.8125rem;color:#dc2626;line-height:1.4}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth-divider-line{flex:1 1;height:1px;background:#e2e8f0}.auth-divider-text{font-size:.75rem;color:#94a3b8;white-space:nowrap}.auth-footer{margin-top:1.75rem;text-align:center;font-size:.8125rem;color:#64748b}.auth-link{color:#2563eb;font-weight:500;text-decoration:none;margin-left:.25rem}.auth-link:hover{text-decoration:underline}.auth-field-meta{display:flex;align-items:center;justify-content:space-between}.auth-forgot{font-size:.8rem;color:#2563eb;text-decoration:none}.auth-forgot:hover{text-decoration:underline}.auth-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#ffffff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.auth-mobile-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}@media (min-width:1024px){.auth-mobile-logo{display:none}}