/*!
 * MP ImageUploader v1.1.2
 * (c) 2025 Mehrdad Pakniat (مهرداد پاک‌نیت)
 * License: MIT
 * GitHub: https://github.com/behzad-khan/MPImageUploader
 */
:root{--mp-iu-border:#c8c8c8;--mp-iu-border-active:#3b82f6;--mp-iu-bg:#fafafa;--mp-iu-empty-fg:#9aa0a6;--mp-iu-danger:#e11d48;--mp-iu-btn:#1f2937;--mp-iu-btn-bg:rgba(255, 255, 255, 0.85);--mp-iu-shadow:0 8px 20px rgba(0, 0, 0, 0.08);--mp-iu-radius:14px;--mp-iu-radius-sm:10px;--mp-iu-size:260px}.mp-iu-container{justify-self:center;display:flex;flex-direction:column;gap:10px;width:100%;max-width:480px;margin:16px 0;font-family:system-ui,-apple-system,Segoe UI,Roboto,"IRANSans",sans-serif}.mp-iu-box,.mp-iu-empty{display:flex;align-items:center;justify-content:center}.mp-iu-box{position:relative;width:100%;min-height:var(--mp-iu-size);background:var(--mp-iu-bg);border:2px dashed var(--mp-iu-border);border-radius:var(--mp-iu-radius);transition:border-color .25s,background-color .25s,transform .12s;cursor:pointer;box-shadow:var(--mp-iu-shadow);overflow:hidden}.mp-iu-box:hover{transform:translateY(-1px)}.mp-iu-container.mp-iu-dragover .mp-iu-box{border-color:var(--mp-iu-border-active);background:#eef6ff}.mp-iu-empty{flex-direction:column;gap:10px;color:var(--mp-iu-empty-fg);text-align:center;user-select:none;padding:16px}.mp-iu-empty::after,.mp-iu-empty::before{content:"";position:relative;display:block;width:56px}.mp-iu-empty::before{height:40px;border:2px solid currentColor;border-radius:6px;box-sizing:border-box}.mp-iu-empty::after{height:0;border-top:2px solid currentColor;margin-top:6px;transform:translateY(-28px)}.mp-iu-empty-text{font-size:.95rem;line-height:1.8}.mp-iu-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#fff}.mp-iu-container.mp-iu-has-image .mp-iu-img{display:block}.mp-iu-container.mp-iu-has-image .mp-iu-empty,.mp-iu-img{display:none}.mp-iu-btn{position:absolute;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:var(--mp-iu-btn-bg);color:var(--mp-iu-btn);box-shadow:var(--mp-iu-shadow);cursor:pointer;transition:transform .15s ease,background-color .15s ease;z-index:2;outline:0}.mp-iu-btn:hover{transform:scale(1.06)}.mp-iu-btn:active{transform:scale(.98)}.mp-iu-btn-choose{left:10px;bottom:10px}.mp-iu-btn-choose::after,.mp-iu-btn-choose::before{content:"";position:absolute;background:currentColor;border-radius:2px}.mp-iu-btn-choose::before{width:14px;height:2px}.mp-iu-btn-choose::after{width:2px;height:14px}.mp-iu-btn-clear{right:10px;top:10px;color:var(--mp-iu-danger);display:none}.mp-iu-container.mp-iu-has-image .mp-iu-btn-clear,.mp-iu-meta{display:flex}.mp-iu-btn-clear::after,.mp-iu-btn-clear::before{content:"";position:absolute;width:14px;height:2px;background:currentColor;border-radius:2px}.mp-iu-btn-clear::before{transform:rotate(45deg)}.mp-iu-btn-clear::after{transform:rotate(-45deg)}.mp-iu-meta{align-items:center;justify-content:space-between;gap:10px;font-size:.85rem;color:#6b7280;padding:0 4px}@media (max-width:480px){:root{--mp-iu-size:200px}.mp-iu-container{max-width:100%}}.mp-iu-hidden-input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}