.eotp-modal{position:fixed;inset:0;background:rgba(0,0,0,0.6);display:none;align-items:center;justify-content:center;z-index:9999;}
.eotp-content{background:#fff;padding:20px;border-radius:8px;text-align:center;max-width:320px;}
.eotp-inputs{display:flex;justify-content:center;margin:15px 0;direction:ltr;}
.eotp-inputs input{width:40px;height:40px;margin:0 5px;font-size:1.5em;text-align:center;}
.eotp-error{color:red;margin-top:10px;}