.custom-login-modal{display:flex;position:fixed;inset:0;z-index:1000000;align-items:center;justify-content:center;padding:32px 16px;background:rgba(7,18,27,.6);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.custom-login-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.custom-login-content{width:100%;max-width:440px;background:#fdfdfd;border-radius:16px;padding:28px 28px 24px;border:1px solid #e6ebf0;box-shadow:0 25px 60px rgba(0,0,0,.25);position:relative;display:flex;flex-direction:column;gap:16px}.custom-login-content .close-login-modal{position:absolute;right:14px;top:10px;width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1;color:#456;cursor:pointer;transition:background-color .2s ease,color .2s ease}.custom-login-content .close-login-modal:hover{background-color:#edf2f7;color:#0c364f}.login-logo{text-align:center;margin-top:4px}.login-logo img{max-width:160px;height:auto}.custom-login-form{width:100%;display:flex;flex-direction:column;gap:12px}.dpa-field{display:flex;flex-direction:column;gap:6px;width:100%}.dpa-label{font-size:14px;font-weight:600;color:#0c364f}.dpa_input{width:100%;height:44px;padding:10px 12px;font-size:16px;color:#0c364f;border:1px solid #cfd8e3;border-radius:10px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.dpa_input:focus{border-color:#106ebe;box-shadow:0 0 0 3px rgba(16,110,190,.15);outline:none}.dpa-input-wrap{position:relative;width:100%}.dpa-field-password .dpa_input{padding-right:44px}.toggle-password{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;border-radius:6px;background:0 0;color:#5b6b7a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease}.toggle-password:hover{color:#106ebe;background-color:#eef4fb}.toggle-password:focus-visible{outline:2px solid #106ebe;outline-offset:2px}#dpa-login-btn{width:100%;height:44px;border-radius:10px;margin-top:4px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.dpa-spinner{display:inline-flex;align-items:center}#dpa-login-btn:disabled{opacity:.7;cursor:not-allowed}.login-links{margin-top:6px;text-align:center;font-size:14px;color:#4a5a6a}.login-links a{color:#106ebe;text-decoration:none;font-weight:600}.login-links a:hover{text-decoration:underline}#login-message{font-size:14px}@media (max-width:480px){.custom-login-content{padding:22px 20px 20px}}