/* Farm Flow v0.9.55 - direct project media upload. */
.ff955-project-upload{display:grid;gap:12px;padding:14px;border:1px solid #c8dfe5;border-radius:17px;background:linear-gradient(145deg,#f5fbfb,#fffaf2)}
.ff955-project-upload>header{display:flex;align-items:center;justify-content:space-between;gap:14px}.ff955-project-upload>header>div{display:grid;gap:3px}.ff955-project-upload>header strong{color:#073f5d}.ff955-project-upload>header small{color:#607f8e;font-weight:500}
.ff955-dropzone{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px 12px;min-height:92px;padding:15px;border:2px dashed #8dbdc9;border-radius:15px;background:#fff;cursor:pointer;outline:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.ff955-dropzone:focus-visible,.ff955-dropzone.is-dragging{border-color:#075d80;background:#eaf7f8;transform:translateY(-1px)}.ff955-dropzone>span{grid-row:1/3;font-size:29px}.ff955-dropzone strong{color:#0d506d}.ff955-dropzone small{color:#698491}.ff955-dropzone input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.ff955-empty{margin:0;color:#708793;font-size:.84rem}.ff955-file-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ff955-file{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;border:1px solid #d7e5e8;border-radius:13px;background:#fff}.ff955-file.is-uploaded{border-color:#b8dec8;background:#f4fbf6}.ff955-file-visual{width:54px;height:46px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#eaf3f5;font-size:22px}.ff955-file-visual img{width:100%;height:100%;object-fit:cover}.ff955-file>div:nth-child(2){display:grid;min-width:0}.ff955-file strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#154a62;font-size:.85rem}.ff955-file small{color:#718893;font-size:.72rem}.ff955-file button{width:31px;height:31px;border:0;border-radius:9px;background:#edf4f5;color:#426776;font-size:20px;cursor:pointer}.ff955-file button:hover{background:#fdecea;color:#a23c32}
@media(max-width:720px){.ff955-project-upload>header{align-items:stretch;flex-direction:column}.ff955-project-upload>header .btn{width:100%}.ff955-file-list{grid-template-columns:1fr}.ff955-dropzone{min-height:106px}}
