/*! MycoCRM Pro FilePond local lightweight adapter - no CDN */
.mycocrm-filepond-root{display:block;width:100%;font-family:inherit}.mycocrm-filepond-root .mycocrm-filepond-input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.mycocrm-filepond-panel{position:relative;display:grid;gap:10px;place-items:center;min-height:148px;padding:20px;border:1.5px dashed rgba(37,99,235,.42);border-radius:22px;background:linear-gradient(180deg,rgba(37,99,235,.06),rgba(15,23,42,.02));cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.mycocrm-filepond-panel:hover,.mycocrm-filepond-panel.is-dragover{border-color:var(--mycocrm-front-primary,#2563eb);box-shadow:0 18px 40px rgba(37,99,235,.14);transform:translateY(-1px)}.mycocrm-filepond-label{max-width:520px;text-align:center;font-size:15px;font-weight:750;line-height:1.5;color:#1e293b}.mycocrm-filepond-label span{color:var(--mycocrm-front-primary,#2563eb);text-decoration:underline;text-underline-offset:3px}.mycocrm-filepond-meta{min-height:20px;text-align:center;color:#64748b;font-size:13px}.mycocrm-filepond-preview{display:flex;align-items:center;justify-content:center;min-height:34px}.mycocrm-filepond-preview img{max-width:100%;max-height:110px;border-radius:16px;box-shadow:0 12px 26px rgba(15,23,42,.12)}.mycocrm-filepond-chip{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:38px;border-radius:14px;background:#fff;color:#0f172a;border:1px solid #dbeafe;font-size:12px;font-weight:900;letter-spacing:.06em}.mycocrm-filepond-remove{border:0;border-radius:999px;padding:8px 13px;background:#fee2e2;color:#991b1b;font-weight:800;cursor:pointer}.mycocrm-filepond-remove[hidden]{display:none!important}@media(max-width:640px){.mycocrm-filepond-panel{min-height:128px;padding:16px}.mycocrm-filepond-label{font-size:14px}}

.mycocrm-filepond-panel{min-height:96px;cursor:pointer}
.mycocrm-filepond-panel:focus-visible{outline:3px solid currentColor;outline-offset:3px}
.mycocrm-filepond-remove{min-height:44px;min-width:44px}
@media (prefers-reduced-motion:reduce){.mycocrm-filepond-panel,.mycocrm-filepond-remove{scroll-behavior:auto;transition:none!important}}
