@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap');
:root{--green:#079267;--green2:#14b77e;--navy:#0a3d60;--ink:#172b3d;--muted:#6c7b86;--line:#dde9e5;--white:#fff;--danger:#bd3345}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:'Hind Siliguri',sans-serif;color:var(--ink);background:linear-gradient(145deg,#effaf5,#fff8e7);overflow-x:hidden}.auth-scene{min-height:100vh;display:grid;place-items:center;padding:42px 18px;position:relative;isolation:isolate}.auth-scene:before,.auth-scene:after{content:'';position:fixed;border-radius:50%;filter:blur(2px);z-index:-1;animation:float 7s ease-in-out infinite}.auth-scene:before{width:380px;height:380px;left:-130px;top:-110px;background:radial-gradient(circle,#5ad9a65c,transparent 68%)}.auth-scene:after{width:430px;height:430px;right:-150px;bottom:-150px;background:radial-gradient(circle,#f8c85a52,transparent 68%);animation-delay:-3s}@keyframes float{50%{transform:translateY(22px) scale(1.06)}}.auth-shell{width:min(980px,100%);display:grid;grid-template-columns:.9fr 1.1fr;background:#fffffff0;border:1px solid #fff;border-radius:30px;box-shadow:0 28px 80px #0a664326;overflow:hidden;backdrop-filter:blur(12px);animation:rise .55s ease-out}@keyframes rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.auth-brand{padding:50px 42px;color:#fff;background:radial-gradient(circle at 85% 12%,#3ae2a253,transparent 27%),linear-gradient(145deg,#073d61,#08765d 70%,#11a474);position:relative;display:flex;flex-direction:column;justify-content:center}.auth-brand img{width:170px;height:96px;object-fit:contain;background:#fff;border-radius:18px;padding:7px}.auth-brand h1{font-size:36px;margin:24px 0 4px}.auth-brand>span{color:#9be9cf;font-weight:600}.auth-brand p{color:#d7eee7;line-height:1.8}.auth-points{display:grid;gap:12px;margin-top:22px}.auth-points div{display:flex;align-items:center;gap:10px;font-size:13px}.auth-points b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#ffffff1f}.auth-panel{padding:42px}.auth-panel-head small{color:var(--green);font-weight:800;letter-spacing:.08em}.auth-panel-head h2{font-size:29px;margin:5px 0}.auth-panel-head p{margin:0 0 24px;color:var(--muted)}.role-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:25px}.role-choice button{border:1px solid var(--line);border-radius:16px;padding:15px 12px;background:#f8fbfa;color:#5b6d67;font:inherit;font-weight:700;cursor:pointer;transition:.2s}.role-choice button span{display:block;font-size:24px;margin-bottom:3px}.role-choice button.active{border-color:#20ae7b;background:#e8f8f1;color:#087b59;box-shadow:0 8px 22px #0c9c6e19;transform:translateY(-2px)}.auth-form{display:grid;gap:15px}.auth-form label{font-weight:700;font-size:14px}.auth-form input{width:100%;margin-top:7px;border:1px solid #cadbd5;border-radius:13px;padding:13px 14px;background:#fff;font:inherit;outline:none}.auth-form input:focus{border-color:var(--green2);box-shadow:0 0 0 4px #14b77e1b}.submit-button{border:0;border-radius:13px;padding:13px 17px;background:linear-gradient(135deg,var(--green),var(--green2));color:#fff;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #07926731}.submit-button:hover{transform:translateY(-2px)}.back-link{display:inline-flex;margin-top:20px;color:#52665f}.alert{padding:11px 13px;border-radius:11px;margin-bottom:17px;font-size:13px}.alert.danger{background:#fde9ec;color:var(--danger)}.alert.success{background:#e5f8ef;color:#087250}.otp-message{padding:12px;border-radius:12px;background:#edf8f4;color:#38685a;font-size:13px}.otp-code{letter-spacing:.45em;text-align:center;font-size:22px;font-weight:800}.steps{display:flex;align-items:center;gap:8px;margin-bottom:17px}.steps i{width:9px;height:9px;border-radius:50%;background:#d7e2de}.steps i.active{width:27px;border-radius:9px;background:var(--green)}.security-note{display:flex;gap:8px;color:#75857f;font-size:11px;margin-top:12px}.hidden{display:none!important}
@media(max-width:760px){.auth-scene{padding:18px 13px}.auth-shell{grid-template-columns:1fr;border-radius:24px}.auth-brand{padding:22px;display:grid;grid-template-columns:75px 1fr;gap:13px;align-items:center}.auth-brand img{width:75px;height:58px;border-radius:12px}.auth-brand h1{font-size:22px;margin:0}.auth-brand>span{font-size:11px}.auth-brand p,.auth-points{display:none}.auth-panel{padding:26px 22px}.auth-panel-head h2{font-size:25px}.role-choice button{padding:12px 8px;font-size:13px}.role-choice button span{font-size:20px}}
