@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
.admin-container{color:#fff;background-color:#05070a;min-height:100vh;font-family:Inter,sans-serif;display:flex}.admin-left{background:radial-gradient(circle at 60% 40%,#2563eb1a 0%,#05070a 100%);border-right:1px solid #ffffff0d;flex-direction:column;flex:1.2;justify-content:center;align-items:center;padding:4rem;display:flex;position:relative}.lock-visual-container{justify-content:center;align-items:center;width:320px;height:320px;margin-bottom:2rem;display:flex;position:relative}.lock-glow{filter:blur(80px);opacity:.3;background:#2563eb;border-radius:50%;width:200px;height:200px;animation:4s ease-in-out infinite pulse;position:absolute}@keyframes pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}}.lock-illustration{filter:drop-shadow(0 0 30px #00000080);width:240px;height:240px;position:relative}.lock-body-svg{fill:none;stroke:#1e293b;stroke-width:.5px;width:100%;height:100%}.lock-core{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2563eb33;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:60px;height:70px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #2563eb4d}.left-title{letter-spacing:-.02em;background:linear-gradient(#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.left-subtitle{color:#94a3b8;text-align:center;max-width:440px;font-size:1.1rem;line-height:1.6}.admin-right{background-color:#080b11;flex-direction:column;flex:1;justify-content:center;padding:4rem 5rem;display:flex}.login-form-container{width:100%;max-width:450px;margin:0 auto}.form-title{letter-spacing:-.01em;margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.form-subtitle{color:#94a3b8;margin-bottom:2.5rem;font-size:1rem}.input-group{margin-bottom:1.5rem}.input-group label{color:#e2e8f0;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.input-field-wrapper{background:#111827;border:1px solid #1f2937;border-radius:10px;transition:all .2s;position:relative}.input-field-wrapper:focus-within{background:#0f172a;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.input-field-wrapper input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:.875rem 1.25rem;font-size:1rem}.input-field-wrapper input::placeholder{color:#4b5563}.phone-field-wrapper{align-items:center;display:flex}.country-selector{color:#94a3b8;cursor:pointer;border-right:1px solid #1f2937;align-items:center;gap:6px;padding:0 1rem;font-size:.95rem;display:flex}.eye-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;padding:5px;display:flex;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.eye-toggle:hover{color:#94a3b8}.get-otp-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.get-otp-btn:hover{background:#2d6cf2;transform:translateY(-1px);box-shadow:0 10px 15px -3px #2563eb4d}.get-otp-btn:active{transform:translateY(0)}.verify-info-box{background:#2563eb0d;border:1px solid #2563eb1a;border-radius:12px;gap:12px;margin-top:1.5rem;padding:1.25rem;display:flex}.info-icon{background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;display:flex}.info-content h4{margin:0;font-size:.95rem;font-weight:600}.info-content p{color:#64748b;margin:4px 0 0;font-size:.85rem}.forgot-pass-link{text-align:center;color:#2563eb;margin-top:2rem;font-size:.95rem;font-weight:500;text-decoration:none;display:block}.help-text{text-align:center;color:#64748b;margin-top:1.5rem;font-size:.875rem}.help-text a{color:#e2e8f0;margin-left:5px;font-weight:500;text-decoration:none}.encrypted-footer{color:#475569;letter-spacing:.1em;justify-content:center;align-items:center;gap:8px;margin-top:4rem;font-size:.75rem;font-weight:600;display:flex}.otp-form-container{animation:.3s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.otp-box-grid{grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:2rem;display:grid}.digit-input{aspect-ratio:1;text-align:center;color:#fff;background:#111827;border:1px solid #1f2937;border-radius:10px;outline:none;width:100%;font-size:1.5rem;font-weight:700}.digit-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}@media (max-width:1024px){.admin-left{display:none}.admin-right{flex:1;padding:2rem}}
