@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;800&family=Fustat:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");:root{--auth-font-sans:"Fustat","Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--auth-font-hero:"DM Sans",sans-serif;--auth-bg-left:#170729;--auth-bg-right:#fff;--auth-card-border:#ddd;--auth-btn-border:#ddd;--auth-btn-bg:#fcfcfc;--auth-btn-hover:#f5f5f7;--auth-text-main:#18181b;--auth-text-muted:#6b7280;--auth-primary-black:#18181b;--auth-primary-black-hover:#27272a}.auth-login-page{display:flex;min-height:100vh;width:100%;font-family:var(--auth-font-sans);background-color:var(--auth-bg-right);color:var(--auth-text-main);-webkit-font-smoothing:antialiased}.auth-hero-section{width:58.2%;flex-shrink:0;background-color:var(--auth-bg-left);position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 3rem 9rem;overflow:hidden}.auth-hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top left;z-index:1}.auth-hero-overlay{background:radial-gradient(circle at 45% 45%,#8b5cf614 0,#17072938 100%);z-index:2}.auth-hero-overlay,.fireflies-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.fireflies-canvas{z-index:3;mix-blend-mode:screen;opacity:.85}.auth-hero-content{position:relative;z-index:4;width:100%;max-width:860px;text-align:center;margin:0 auto;padding:0 1rem}.auth-hero-title{color:#fff;font-size:clamp(18px,2.4vw,38px);font-weight:800;line-height:1.25;letter-spacing:-.015em;white-space:nowrap;margin-bottom:.5rem;text-shadow:0 2px 10px #0003}.auth-hero-subtitle,.auth-hero-title{font-family:var(--auth-font-hero);text-align:center}.auth-hero-subtitle{color:#ffffffd9;font-size:clamp(13px,1.45vw,20px);font-weight:400;line-height:1.5;display:flex;flex-direction:column;align-items:center;margin:0 auto}.auth-subtitle-line{white-space:nowrap}.auth-supported-by-container{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:4;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.auth-supported-by-label{color:#ffffffa6;font-size:.78rem;font-weight:500;margin-bottom:.75rem;letter-spacing:.06em;text-transform:uppercase}.auth-partner-logos{display:flex;align-items:center;justify-content:center;gap:2.25rem}.auth-partner-logo-wrapper{display:inline-flex}.auth-partner-logo-item,.auth-partner-logo-wrapper{position:relative;align-items:center;justify-content:center}.auth-partner-logo-item{display:flex;height:26px}.auth-partner-logo-img{height:22px;width:auto;object-fit:contain;opacity:.88}.auth-form-section{width:41.8%;flex-grow:1;background-color:#fff;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem}.auth-top-header{position:absolute;top:2.75rem;right:3.5rem;z-index:50;display:flex;align-items:center}.auth-top-header a{display:inline-flex;align-items:center;cursor:pointer;text-decoration:none}.auth-negentro-logo{height:30px;width:auto;object-fit:contain;cursor:pointer;transition:opacity .18s ease}.auth-negentro-logo:hover{opacity:.8}.auth-form-wrapper{max-width:447px}.auth-form-wrapper,.auth-header-container{width:100%;display:flex;flex-direction:column;align-items:center}.auth-header-container{text-align:center}.auth-piyapi-logo{height:60px;width:auto;object-fit:contain;margin-bottom:1rem}.auth-form-tagline{width:440px;max-width:100%;color:#605872;font-size:.9rem;font-weight:400;text-align:center;line-height:1.5;margin-bottom:1.75rem}.auth-login-card{width:100%;background:#fff;border:1px solid var(--auth-card-border);border-radius:12px;padding:2rem 2rem 1.75rem;box-shadow:0 4px 20px #0000000a}.auth-criteria-container{margin:-.25rem 0 .85rem;padding:.65rem .75rem;background-color:#fafafb;border:1px solid #ededf0;border-radius:8px;font-size:.76rem;transition:all .2s ease}.auth-criteria-header{font-weight:600;color:#52525b;margin-bottom:.4rem;display:flex;align-items:center;justify-content:space-between}.auth-criteria-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem .5rem}.auth-criteria-item{display:flex;align-items:center;gap:.35rem;color:#71717a;font-size:.74rem;line-height:1.3;transition:color .15s ease}.auth-criteria-item.met{color:#15803d;font-weight:500}.auth-criteria-item.unmet{color:#71717a}.auth-criteria-icon{width:12px;height:12px;flex-shrink:0}.auth-criteria-item.met .auth-criteria-icon{color:#16a34a}.auth-criteria-item.unmet .auth-criteria-icon{color:#d4d4d8}.auth-alert-banner{border-radius:8px;padding:.65rem .85rem;margin-bottom:1rem;font-size:.8rem;font-weight:500;display:flex;align-items:flex-start;gap:.5rem;line-height:1.4;text-align:left}.auth-alert-banner.error{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.auth-alert-banner.success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.auth-alert-banner.info{background-color:#f0f9ff;border:1px solid #bae6fd;color:#0369a1}.auth-alert-close-btn{margin-left:auto;background:none;border:none;cursor:pointer;padding:.1rem;color:inherit;opacity:.7;display:flex;align-items:center;transition:opacity .15s ease}.auth-alert-close-btn:hover{opacity:1}.auth-social-btn-group{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.2rem}.auth-btn-social{width:100%;height:42px;padding:0 1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;background-color:var(--auth-btn-bg);border:1px solid var(--auth-btn-border);border-radius:8px;font-size:.9rem;font-weight:500;color:var(--auth-text-main);cursor:pointer;transition:all .18s ease;font-family:inherit;white-space:nowrap;line-height:1.4}.auth-btn-social span{display:inline-flex;align-items:center;line-height:1.4}.auth-btn-social:hover{background-color:var(--auth-btn-hover);border-color:#c7c7c7;transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}.auth-btn-social svg{width:19px;height:19px;flex-shrink:0}.auth-form-separator{width:100%;height:1px;background-color:#f0f0f0;margin:0 0 1.2rem}.auth-input-group{margin-bottom:.9rem}.auth-email-input{width:100%;height:42px;padding:0 1rem;background-color:var(--auth-btn-bg);border:1px solid var(--auth-btn-border);border-radius:8px;font-size:.9rem;color:var(--auth-text-main);outline:none;transition:all .18s ease;font-family:inherit}.auth-email-input::placeholder{color:#9ca3af}.auth-email-input:focus{border-color:#18181b;background-color:#fff;box-shadow:0 0 0 3px #18181b14}.auth-btn-submit{width:100%;height:42px;padding:0 1rem;display:flex;align-items:center;justify-content:center;background-color:var(--auth-primary-black);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .18s ease;font-family:inherit;white-space:nowrap;line-height:1.4}.auth-btn-submit:hover{background-color:var(--auth-primary-black-hover);transform:translateY(-1px);box-shadow:0 4px 12px #18181b26}.auth-btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.auth-btn-submit:active{transform:translateY(0)}.auth-card-footer-divider{width:40px;height:1px;background-color:#e5e7eb;margin:1.25rem auto 1.1rem}.auth-legal-footer{text-align:center;font-size:.78rem;color:var(--auth-text-muted);line-height:1.4}.auth-legal-footer a{color:#18181b;text-decoration:underline;font-weight:500}.auth-legal-footer a:hover{color:#4b5563}@media (max-width:1280px){.auth-hero-section{padding:3.5rem 2.5rem 8.5rem}.auth-hero-title{font-size:clamp(16px,2.2vw,32px);white-space:normal;text-align:center}.auth-hero-subtitle{font-size:clamp(13px,1.35vw,18px)}.auth-subtitle-line{white-space:normal;text-align:center}.auth-top-header{top:2rem;right:2.5rem}}@media (max-width:1024px){.auth-hero-section{display:none}.auth-form-section{width:100%;padding:4rem 2rem 3.5rem;justify-content:center}.auth-form-wrapper{max-width:480px}.auth-top-header{top:1.75rem;right:2rem}}@media (max-width:640px){.auth-hero-section{display:none}.auth-form-section{flex-grow:1;flex-shrink:1;width:100%;min-height:100dvh;padding:4.5rem 1rem 2.5rem;justify-content:center}.auth-top-header{position:absolute;top:2.25rem;right:1.5rem;margin-bottom:0;align-self:unset}.auth-negentro-logo{height:24px}.auth-form-wrapper{max-width:100%}.auth-piyapi-logo{height:48px;margin-bottom:.75rem}.auth-form-tagline{font-size:.85rem;margin-bottom:1.4rem;width:100%}.auth-login-card{padding:1.5rem 1.25rem 1.4rem;border-radius:10px}.auth-btn-social,.auth-btn-submit,.auth-email-input{height:44px;font-size:.88rem}.auth-card-footer-divider{margin:1rem auto .9rem}.auth-legal-footer{font-size:.75rem}}