.shyam-auth-modal,.shyam-auth-modal *{box-sizing:border-box}.shyam-auth-modal{--auth-green:#087a50;--auth-green-2:#15945f;--auth-orange:#f47a14;--auth-cream:#fffaf3;--auth-popup-bg:#fff;--auth-text:#08231a;--auth-muted:#53615c;--auth-field-bg:#fff;--auth-field-border:#d7e5dd;--auth-tab-bg:#eef7f2;--auth-button-text:#fff;--auth-close-bg:#f3faf6;position:fixed;z-index:100500;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;visibility:hidden;opacity:0;transition:opacity .25s ease,visibility .25s ease}.shyam-auth-modal.is-open{visibility:visible;opacity:1}.shyam-auth-modal__overlay{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:rgba(3,43,31,.64)!important;box-shadow:none!important;cursor:pointer;backdrop-filter:blur(4px)}.shyam-auth-modal__dialog{position:relative;z-index:2;width:min(100%,520px);max-height:min(90vh,760px);overflow:auto;padding:28px 32px 32px;border:1px solid rgba(8,122,80,.18);border-radius:24px;background:var(--auth-popup-bg);box-shadow:0 30px 90px rgba(0,40,28,.30);transform:translateY(18px) scale(.98);transition:transform .28s ease}.shyam-auth-modal.is-open .shyam-auth-modal__dialog{transform:translateY(0) scale(1)}.shyam-auth-modal__close{position:absolute!important;top:16px!important;right:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;min-width:38px!important;margin:0!important;padding:0!important;border:1px solid rgba(8,122,80,.16)!important;border-radius:50%!important;background:var(--auth-close-bg)!important;color:var(--auth-green)!important;font-size:27px!important;font-weight:400!important;line-height:1!important;box-shadow:none!important;cursor:pointer}.shyam-auth-modal__close:hover{border-color:var(--auth-orange)!important;color:var(--auth-orange)!important;transform:rotate(6deg)}.shyam-auth-modal__brand{text-align:center;margin:0 40px 16px}.shyam-auth-modal__brand img{display:block;width:190px;max-width:100%;height:auto;margin:0 auto}.shyam-auth-modal__intro{text-align:center}.shyam-auth-modal__eyebrow{display:inline-flex;padding:6px 13px;border:1px solid rgba(8,122,80,.24);border-radius:999px;background:#f0f9f4;color:var(--auth-green);font-size:11px;font-weight:800;letter-spacing:.08em}.shyam-auth-modal__intro h2{margin:13px 0 7px;color:var(--auth-text);font:inherit;font-size:27px;font-weight:750;line-height:1.15}.shyam-auth-modal__intro p{margin:0 auto 18px;max-width:420px;color:var(--auth-muted);font-size:14px;line-height:1.55}.shyam-auth-modal__admin-note{margin:0 0 16px;padding:12px 14px;border-left:4px solid var(--auth-orange);border-radius:8px;background:#fff5ea;color:#5f3a18;font-size:13px;line-height:1.45}.shyam-auth-modal__admin-note strong{display:block;margin-bottom:2px}.shyam-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 0 16px;padding:5px;border-radius:13px;background:var(--auth-tab-bg)}.shyam-auth-tabs__button{min-height:42px!important;margin:0!important;padding:9px 14px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#466057!important;font:inherit!important;font-size:14px!important;font-weight:700!important;box-shadow:none!important;cursor:pointer}.shyam-auth-tabs__button.is-active{background:#fff!important;color:var(--auth-green)!important;box-shadow:0 5px 16px rgba(8,122,80,.10)!important}.shyam-auth-modal__message{display:none;margin:0 0 14px;padding:10px 12px;border-radius:9px;font-size:13px;line-height:1.4}.shyam-auth-modal__message.is-visible{display:block}.shyam-auth-modal__message.is-error{background:#fff0ef;color:#a72b26;border:1px solid #ffd1cd}.shyam-auth-modal__message.is-success{background:#eaf8f0;color:#087243;border:1px solid #bde9ce}.shyam-auth-modal__message.is-info{background:#eff8f4;color:#176346;border:1px solid #cce9da}.shyam-auth-panel{display:none}.shyam-auth-panel.is-active{display:block}.shyam-auth-form{display:grid;gap:14px}.shyam-auth-form__columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.shyam-auth-field{display:grid;gap:7px;color:var(--auth-text);font-size:13px;font-weight:700}.shyam-auth-field input{width:100%!important;height:48px!important;margin:0!important;padding:0 14px!important;border:1px solid var(--auth-field-border)!important;border-radius:10px!important;outline:0!important;background:var(--auth-field-bg)!important;color:var(--auth-text)!important;font:inherit!important;font-size:15px!important;box-shadow:none!important;transition:border-color .2s ease,box-shadow .2s ease}.shyam-auth-field input:focus{border-color:var(--auth-green-2)!important;box-shadow:0 0 0 3px rgba(21,148,95,.11)!important}.shyam-auth-password{position:relative;display:block}.shyam-auth-password input{padding-right:48px!important}.shyam-auth-password__toggle{position:absolute!important;top:5px!important;right:5px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;min-width:38px!important;margin:0!important;padding:0!important;border:0!important;border-radius:8px!important;background:#f2f8f5!important;color:#315c4b!important;font-size:16px!important;line-height:1!important;box-shadow:none!important;cursor:pointer}.shyam-auth-form__meta{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:13px}.shyam-auth-form__meta a{color:var(--auth-green);font-weight:700;text-decoration:none}.shyam-auth-checkbox{display:flex;align-items:center;gap:7px;color:var(--auth-muted);font-weight:500}.shyam-auth-checkbox input{width:16px!important;height:16px!important;margin:0!important;accent-color:var(--auth-green)}.shyam-auth-form__small{margin:0;color:var(--auth-muted);font-size:11px;line-height:1.45}.shyam-auth-submit{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important;min-height:52px!important;margin:2px 0 0!important;padding:13px 20px!important;border:1px solid var(--auth-green)!important;border-radius:12px!important;background:linear-gradient(135deg,var(--auth-green-2),var(--auth-green))!important;color:var(--auth-button-text)!important;font:inherit!important;font-size:15px!important;font-weight:750!important;line-height:1!important;box-shadow:0 10px 24px rgba(8,122,80,.17)!important;cursor:pointer}.shyam-auth-submit:hover{filter:brightness(1.05);transform:translateY(-1px)}.shyam-auth-form.is-busy{opacity:.68;pointer-events:none}.shyam-auth-form.is-busy .shyam-auth-submit:after{content:"";width:17px;height:17px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:shyam-auth-spin .7s linear infinite}body.shyam-auth-open{overflow:hidden}@keyframes shyam-auth-spin{to{transform:rotate(360deg)}}
@media(max-width:600px){.shyam-auth-modal{align-items:flex-end;padding:0}.shyam-auth-modal__dialog{width:100%;max-height:94vh;padding:24px 18px calc(24px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;transform:translateY(100%)}.shyam-auth-modal.is-open .shyam-auth-modal__dialog{transform:translateY(0)}.shyam-auth-modal__brand img{width:155px}.shyam-auth-modal__intro h2{font-size:23px}.shyam-auth-form__columns{grid-template-columns:1fr}.shyam-auth-form__meta{align-items:flex-start;flex-direction:column;gap:9px}.shyam-auth-modal__close{top:13px!important;right:13px!important}}
@media(prefers-reduced-motion:reduce){.shyam-auth-modal,.shyam-auth-modal__dialog,.shyam-auth-modal__close,.shyam-auth-submit{transition:none!important;animation:none!important}}
